From cfc0a1ef75a9fb1aaa88843f01bdcdce14fc600f Mon Sep 17 00:00:00 2001 From: Sebastian Cretu Date: Fri, 5 Feb 2021 20:53:34 +0100 Subject: [PATCH] Regenerated assets --- public/assets/css/crater.css | 265580 +-------------------------- public/assets/js/app.js | 308283 +------------------------------- public/mix-manifest.json | 4 +- 3 files changed, 5 insertions(+), 573862 deletions(-) diff --git a/public/assets/css/crater.css b/public/assets/css/crater.css index 3b6774c2..6d256329 100644 --- a/public/assets/css/crater.css +++ b/public/assets/css/crater.css @@ -1,265579 +1 @@ -/*! modern-normalize v1.0.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). -*/ - -:root { - -moz-tab-size: 4; - -o-tab-size: 4; - 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; -} - -/** - * Work around a Firefox/IE bug where the transparent `button` background - * results in a loss of the default `button` focus styles. - */ - -button:focus { - outline: 1px dotted; - outline: 5px auto -webkit-focus-ring-color; -} - -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
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: #edf2f7; /* 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::-moz-placeholder, textarea::-moz-placeholder { - color: #cbd5e0; -} - -input:-ms-input-placeholder, textarea:-ms-input-placeholder { - color: #cbd5e0; -} - -input::placeholder, -textarea::placeholder { - color: #cbd5e0; -} - -button, -[role="button"] { - cursor: pointer; -} - -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; -} - -/** - * 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 - */ - -img, -svg, -video, -canvas, -audio, -iframe, -embed, -object { - display: block; - vertical-align: middle; -} - -/** - * Constrain images and videos to the parent width and preserve - * their instrinsic aspect ratio. - * - * https://github.com/mozdevs/cssremedy/issues/14 - */ - -img, -video { - max-width: 100%; - height: auto; -} - -.sw-h1 { - font-weight: 600; - color: #040405; - font-size: 35px; -} - -.sw-h2 { - font-weight: 600; - color: #040405; - font-size: 28px; -} - -.sw-h3 { - font-weight: 600; - color: #040405; - font-size: 24.5px; -} - -.sw-h4 { - font-weight: 600; - color: #040405; - font-size: 21px; -} - -.sw-h5 { - font-weight: 600; - color: #040405; - font-size: 17.5px; -} - -.sw-h6 { - font-weight: 600; - color: #040405; - font-size: 14px; -} - -.sw-page-title { - font-weight: 600; - color: #040405; - font-size: 24.5px; -} - -.sw-section-title { - font-weight: 500; - color: #040405; - font-size: 17.5px; -} - -.h1 { - font-family: Poppins; - font-family: sans-serif; -} - -.h2 { - font-family: Poppins; - font-family: sans-serif; -} - -.h3 { - font-family: Poppins; - font-family: sans-serif; -} - -.h4 { - font-family: Poppins; - font-family: sans-serif; -} - -.h5 { - font-family: Poppins; - font-family: sans-serif; -} - -.h6 { - font-family: Poppins; - font-family: sans-serif; -} - -.page-title { - font-family: Poppins; - font-family: sans-serif; -} - -.section-title { - font-family: Poppins; - font-family: sans-serif; -} - -.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: 1440px) { - .container { - max-width: 1440px; - } -} - -@media (min-width: 1536px) { - .container { - max-width: 1536px; - } -} - -.dropzone .dz-message { - text-align: center; - margin: 2em 0; -} - -.dropzone .dz-preview { - min-height: 100px; -} - -.dropzone .dz-preview:hover { - z-index: 1000; -} - -.dropzone .dz-preview:hover .dz-details { - opacity: 1; -} - -.dropzone .dz-preview .dz-remove { - top: -24px; - right: -24px; -} - -.dropzone .dz-preview .dz-details .dz-filename:hover span { - border-width: 1px; - border-style: solid; - border-color: #cbd5e0; - background-color: #cbd5e0; -} - -.dropzone .dz-preview .dz-details .dz-filename:not(:hover) { - overflow: hidden; - text-overflow: ellipsis; -} - -.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span { - border: 1px solid transparent; -} - -.dropzone .dz-preview .dz-success-mark { - opacity: 0; - z-index: 500; - top: 50%; - left: 50%; - margin-left: -27px; - margin-top: -27px; -} - -.dropzone .dz-preview .dz-error-mark { - z-index: 500; - top: 50%; - left: 50%; - margin-left: -27px; - margin-top: -27px; -} - -.dropzone .dz-preview:not(.dz-processing) .dz-progress { - -webkit-animation: pulse 6s ease infinite; - animation: pulse 6s ease infinite; -} - -.dropzone .dz-preview .dz-progress { - display: none; - z-index: 1000; - left: 50%; - top: 50%; - margin-top: -8px; - margin-left: -40px; -} - -.dropzone .dz-preview .dz-progress .dz-upload { - transition: width 300ms ease-in-out; -} - -.dropzone .dz-preview .dz-error-message { - z-index: 1000; - top: 130px; - left: -10px; -} - -.dropzone .dz-preview.dz-image-preview .dz-details { - transition: opacity 0.2s linear; -} - -.dropzone .dz-preview.dz-success .dz-success-mark { - opacity: 1; - -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); - animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -} - -.dropzone .dz-preview.dz-error .dz-error-mark { - opacity: 1; - -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); - animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -} - -.dropzone .dz-preview.dz-error .dz-error-message { - display: block; -} - -.dropzone .dz-preview.dz-error:hover .dz-error-message { - opacity: 1; - pointer-events: auto; -} - -.dropzone .dz-preview.dz-processing .dz-progress { - display: block; - opacity: 1; - transition: all 0.2s linear; -} - -.dropzone .dz-preview.dz-complete .dz-progress { - opacity: 0; - transition: opacity 0.4s ease-in; -} - -.dropzone .dz-preview.dz-complete .dz-success-mark { - opacity: 0; - transition: all 0.2s linear; -} - -.dropzone.dz-started .dz-message { - display: none; -} - -.dropzone.dz-drag-hover { - border-style: solid; -} - -.dropzone.dz-drag-hover .dz-message { - opacity: 0.5; -} - -.switch[type = "checkbox"] { - height: 0; - width: 0; - visibility: hidden; -} - -.switch-label { - text-indent: -9999px; - width: 35px; - border-radius: 16px; -} - -.switch-label .switch-circle { - position: absolute; - top: -3px; - left: 0px; - width: 20px; - height: 20px; - background: #a0aec0; - border-radius: 15px; - transition: 0.3s; -} - -.switch-label:active .switch-circle { - width: 20px; -} - -.switch:checked + .switch-label { - background: #BCB9EF; -} - -.switch:checked + .switch-label .switch-circle { - left: calc(100% - 0px); - transform: translateX(-100%); - background: #5851D8; -} - -.checkbox input[type="checkbox"] { - -webkit-print-color-adjust: exact; - color-adjust: exact; - background-origin: border-box; -} - -.checkbox input[type="checkbox"]:checked { - background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e"); - border-color: transparent; - background-color: currentColor; - background-size: 100% 100%; - background-position: center; - background-repeat: no-repeat; -} - -.radio input[type="radio"] { - -webkit-print-color-adjust: exact; - color-adjust: exact; - background-origin: border-box; -} - -.radio input[type="radio"]:checked { - background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e"); - border-color: transparent; - background-color: currentColor; - background-size: 100% 100%; - background-position: center; - background-repeat: no-repeat; -} - -.flatpickr-calendar.open { - z-index: 40 !important; -} - -.base-date-picker-input:focus { - box-shadow: none; -} - -.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay { - box-shadow: none; - background-color: #5851D8; - boader-color: #5851D8; - color: #fff; -} - -.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus { - cursor: pointer; - outline: 0; - background: #e2e8f0; - border-color: #e2e8f0; -} - -.header-editior .editor-menu-bar { - margin-left: 0.6px; - margin-right: 0px; -} - -.editor__content .ProseMirror { - border-radius: 5px; - min-height: 200px; - border-color: #cbd5e0; - border-width: 1px; - border-style: solid; -} - -.editor__content .ProseMirror.ProseMirror-focused { - border-width: 1px; - border-style: solid; - border-color: #5851D8; - outline: none; -} - -.editor__content pre { - padding: 0.7rem 1rem; - border-radius: 5px; - font-size: 0.8rem; - overflow-x: auto; - background-color: #2d3748; - color: #fff; -} - -.editor__content pre code { - display: block; -} - -.editor__content * { - caret-color: currentColor; -} - -.editor__content ul { - display: block !important; - -webkit-margin-before: 1em !important; - margin-block-start: 1em !important; - -webkit-margin-after: 1em !important; - margin-block-end: 1em !important; - -webkit-margin-start: 0px !important; - margin-inline-start: 0px !important; - -webkit-margin-end: 0px !important; - margin-inline-end: 0px !important; - -webkit-padding-start: 40px !important; - padding-inline-start: 40px !important; - list-style-type: disc !important; -} - -.editor__content ol { - display: block !important; - -webkit-margin-before: 1em !important; - margin-block-start: 1em !important; - -webkit-margin-after: 1em !important; - margin-block-end: 1em !important; - -webkit-margin-start: 0px !important; - margin-inline-start: 0px !important; - -webkit-margin-end: 0px !important; - margin-inline-end: 0px !important; - -webkit-padding-start: 40px !important; - padding-inline-start: 40px !important; - list-style-type: decimal; -} - -.editor__content blockquote { - border-left-width: 3px !important; - border-left-style: solid !important; - border-left-color: #cbd5e0; - color: #2d3748; - padding-left: 0.8rem !important; - font-style: italic !important; -} - -.editor__content h1 { - display: block; - -webkit-margin-start: 0px; - margin-inline-start: 0px; - -webkit-margin-end: 0px; - margin-inline-end: 0px; - font-weight: bold; - font-size: 2em; - -webkit-margin-before: 0.67em; - margin-block-start: 0.67em; - -webkit-margin-after: 0.67em; - margin-block-end: 0.67em; -} - -.editor__content h2 { - display: block; - -webkit-margin-start: 0px; - margin-inline-start: 0px; - -webkit-margin-end: 0px; - margin-inline-end: 0px; - font-weight: bold; - font-size: 1.5em; - -webkit-margin-before: 0.83em; - margin-block-start: 0.83em; - -webkit-margin-after: 0.83em; - margin-block-end: 0.83em; -} - -.editor__content h3 { - display: block; - -webkit-margin-start: 0px; - margin-inline-start: 0px; - -webkit-margin-end: 0px; - margin-inline-end: 0px; - font-weight: bold; - font-size: 1.17em; - -webkit-margin-before: 1em; - margin-block-start: 1em; - -webkit-margin-after: 1em; - margin-block-end: 1em; -} - -.flat-table tr:last-child td { - border: none !important; -} - -.table-component__filter { - align-self: flex-end; - position: relative; -} - -.table-component__filter__field { - padding: 0.15em 1.25em 0.15em 0.75em; - border-width: 1px; - border-style: solid; - border-color: #f7fafc; - font-size: 15px; - border-radius: 3px; -} - -.table-component__filter__field:focus { - outline: 0; - border-color: #5851D8; -} - -.table-component__table { - border-spacing: 0 15px; -} - -.asc-direction, .desc-direction { - display: none; -} - -.table-component__th--sort-asc .asc-direction { - display: inline; -} - -.table-component__th--sort-desc .desc-direction { - display: inline; -} - -.table-component .pagination .page-item.active .page-link { - color: #fff !important; -} - -.table-component .pagination a i { - padding: 0.5rem 0.75rem; - margin-left: -1px; -} - -table.full-width { - width: 100%; -} - -.selectall { - cursor: pointer; - z-index: 10; -} - -.table-component td > span:first-child { - background: #ebf1fa; - color: #5851D8; - display: none; - font-size: 10px; - font-weight: bold; - padding: 5px; - left: 0; - position: absolute; - text-transform: uppercase; - top: 0; -} - -.select-all-label { - display: none !important; -} - -@media (max-width: 768px) { - .select-all-label { - display: inline !important; - color: #353182; - cursor: pointer; - } - - .selectall { - top: 20px; - } - - .table-component .dropdown-group { - position: absolute; - visibility: visible; - top: 15px; - right: 10px; - } - - .table-component thead { - left: -9999px; - position: absolute; - visibility: hidden; - } - - .table-component tr { - display: flex; - flex-direction: row; - flex-wrap: wrap; - margin-top: 50px; - position: relative; - } - - .table-component td { - margin: 0 -1px -1px 0; - padding-top: 40px !important; - position: relative; - width: 50%; - left: 0; - border-width: 1px; - border-style: solid; - border-color: #f7fafc; - } - - .table-component td:not(:first-child) { - text-align: center !important; - } - - .table-component td:first-child { - display: flex; - justify-content: space-between; - flex: 1 100%; - height: 50px; - padding-top: 25px !important; - align-items: center; - border-bottom-left-radius: 0px !important; - border-top-left-radius: 5px !important; - border-top-right-radius: 5px !important; - } - - .table-component td:last-child { - position: unset; - visibility: hidden; - height: 0px !important; - padding: 0px !important; - } - - .table-component td:nth-last-child(3) { - border-bottom-left-radius: 5px !important; - } - - .table-component td:nth-last-child(2) { - border-bottom-right-radius: 5px !important; - } - - .table-component td > span:first-child { - display: block; - } - - .table-component .dropdown-container { - right: 0; - left: 120px; - } -} - -.wizard .indicator-line { - border-width: 5px; - width: 530px; -} - -.wizard .center { - margin-top: -11px; - width: 105%; -} - -.wizard .steps { - float: left; - border-width: 5px; - height: 25px; - width: 25px; -} - -@media (max-width: 480px) { - .wizard .indicator-line { - width: 90%; - } -} - -.multiselect .multiselect__option--highlight { - background-color: #f7fafc; - color: #040405; - font-weight: normal !important; -} - -.multiselect .multiselect__option--highlight.multiselect__option--selected { - background-color: #EEEEFB; - color: #040405; - cursor: text; - font-weight: normal !important; -} - -.multiselect .multiselect__option--highlight.multiselect__option--selected::after { - background: #040405; - color: #fff; -} - -.multiselect .multiselect__option--highlight::after { - background: #040405; - color: #fff; -} - -.multiselect .multiselect__option--selected { - font-weight: normal !important; - background-color: #EEEEFB; -} - -.multiselect.error { - border: 1px solid #fb7178; - border-radius: 5px; -} - -.multiselect__spinner { - right: 1px; - top: 1px; -} - -.multiselect__spinner-before, .multiselect__spinner-after { - position: absolute; - content: ; - top: 50%; - left: 50%; - margin: -8px 0 0 -8px; - z-index: 5; - width: 16px; - height: 16px; - border-radius: 100%; - border-color: #41b883 transparent transparent; - border-style: solid; - border-width: 2px; - box-shadow: 0 0 0 1px transparent; -} - -.multiselect__spinner-after { - -webkit-animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8); - animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8); - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; -} - -.multiselect__spinner-before { - -webkit-animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62); - animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62); - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; -} - -.multiselect__loading-enter-active,.multiselect__loading-leave-active { - transition: opacity 0.4s ease-in-out; - opacity: 1; -} - -.multiselect__loading-enter,.multiselect__loading-leave-active { - opacity: 0; -} - -fieldset[disabled] .multiselect { - pointer-events: none; -} - -.multiselect, .multiselect__input, .multiselect__single { - font-family: inherit; - touch-action: manipulation; -} - -.multiselect * { - box-sizing: border-box; -} - -.multiselect:focus { - border-width: 1px; - border-style: solid; - border-color: #8A85E4; -} - -.multiselect--disabled { - pointer-events: none; - opacity: 0.6; -} - -.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -.multiselect--active .multiselect__select { - transform: rotateZ(180deg); -} - -.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.multiselect__input, .multiselect__single { - min-height: 20px; - transition: border 0.1s ease; -} - -.multiselect__input::-moz-placeholder { - color: #cbd5e0; -} - -.multiselect__input:-ms-input-placeholder { - color: #cbd5e0; -} - -.multiselect__input::placeholder { - color: #cbd5e0; -} - -.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single { - width: auto; -} - -.multiselect__input:hover, .multiselect__single:hover { - border-color: #cfcfcf; -} - -.multiselect__input:focus, .multiselect__single:focus { - border-color: #a8a8a8; - outline: none; -} - -.multiselect__tag { - text-overflow: ellipsis; -} - -.multiselect__tag-icon { - font-style: initial; -} - -.multiselect__tag-icon-after { - content: ×; - color: #ffffff; - font-size: 14px; -} - -.multiselect__placeholder { - color: #cbd5e0; - display: inline-block; - margin-bottom: 10px; - padding-top: 2px; -} - -.multiselect--active .multiselect__placeholder { - display: none; -} - -.multiselect__content-wrapper { - max-height: 240px; - -webkit-overflow-scrolling: touch; -} - -.multiselect--above .multiselect__content-wrapper { - bottom: 100%; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - border-top-left-radius: 5px; - border-top-right-radius: 5px; - border-bottom: none; - border-top: 1px solid #e8e8e8; -} - -.multiselect__content::webkit-scrollbar { - display: none; -} - -.multiselect__option { - min-height: 40px; -} - -.space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0px * var(--tw-space-y-reverse)); -} - -.space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0px * var(--tw-space-x-reverse)); - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); -} - -.space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.25rem * var(--tw-space-x-reverse)); - margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); -} - -.space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); -} - -.space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1rem * var(--tw-space-y-reverse)); -} - -.space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1rem * var(--tw-space-x-reverse)); - margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)); -} - -.space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.25rem * var(--tw-space-x-reverse)); - margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))); -} - -.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)); -} - -.space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.5rem * var(--tw-space-x-reverse)); - margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)); -} - -.space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.75rem * var(--tw-space-x-reverse)); - margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2rem * var(--tw-space-y-reverse)); -} - -.space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2rem * var(--tw-space-x-reverse)); - margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)); -} - -.space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.25rem * var(--tw-space-x-reverse)); - margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)); -} - -.space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.5rem * var(--tw-space-x-reverse)); - margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)); -} - -.space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.75rem * var(--tw-space-x-reverse)); - margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(3rem * var(--tw-space-y-reverse)); -} - -.space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(3rem * var(--tw-space-x-reverse)); - margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)); -} - -.space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(3.5rem * var(--tw-space-x-reverse)); - margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(4rem * var(--tw-space-y-reverse)); -} - -.space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(4rem * var(--tw-space-x-reverse)); - margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(5rem * var(--tw-space-y-reverse)); -} - -.space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(5rem * var(--tw-space-x-reverse)); - margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(5.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(5.625rem * var(--tw-space-y-reverse)); -} - -.space-x-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(5.625rem * var(--tw-space-x-reverse)); - margin-left: calc(5.625rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(6rem * var(--tw-space-y-reverse)); -} - -.space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(6rem * var(--tw-space-x-reverse)); - margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(7rem * var(--tw-space-y-reverse)); -} - -.space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(7rem * var(--tw-space-x-reverse)); - margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(8rem * var(--tw-space-y-reverse)); -} - -.space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(8rem * var(--tw-space-x-reverse)); - margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(9rem * var(--tw-space-y-reverse)); -} - -.space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(9rem * var(--tw-space-x-reverse)); - margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(10rem * var(--tw-space-y-reverse)); -} - -.space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(10rem * var(--tw-space-x-reverse)); - margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(11rem * var(--tw-space-y-reverse)); -} - -.space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(11rem * var(--tw-space-x-reverse)); - margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(12rem * var(--tw-space-y-reverse)); -} - -.space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(12rem * var(--tw-space-x-reverse)); - margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(13rem * var(--tw-space-y-reverse)); -} - -.space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(13rem * var(--tw-space-x-reverse)); - margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(14rem * var(--tw-space-y-reverse)); -} - -.space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(14rem * var(--tw-space-x-reverse)); - margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(240px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(240px * var(--tw-space-y-reverse)); -} - -.space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(240px * var(--tw-space-x-reverse)); - margin-left: calc(240px * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(16rem * var(--tw-space-y-reverse)); -} - -.space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(16rem * var(--tw-space-x-reverse)); - margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(18rem * var(--tw-space-y-reverse)); -} - -.space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(18rem * var(--tw-space-x-reverse)); - margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(20rem * var(--tw-space-y-reverse)); -} - -.space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(20rem * var(--tw-space-x-reverse)); - margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(22rem * var(--tw-space-y-reverse)); -} - -.space-x-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(22rem * var(--tw-space-x-reverse)); - margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(24rem * var(--tw-space-y-reverse)); -} - -.space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(24rem * var(--tw-space-x-reverse)); - margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(560px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(560px * var(--tw-space-y-reverse)); -} - -.space-x-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(560px * var(--tw-space-x-reverse)); - margin-left: calc(560px * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1px * var(--tw-space-y-reverse)); -} - -.space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1px * var(--tw-space-x-reverse)); - margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)); -} - -.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.125rem * var(--tw-space-x-reverse)); - margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)); -} - -.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.375rem * var(--tw-space-x-reverse)); - margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)); -} - -.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.625rem * var(--tw-space-x-reverse)); - margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)); -} - -.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.875rem * var(--tw-space-x-reverse)); - margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0px * var(--tw-space-y-reverse)); -} - -.-space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0px * var(--tw-space-x-reverse)); - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)); -} - -.-space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)); -} - -.-space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)); -} - -.-space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1rem * var(--tw-space-y-reverse)); -} - -.-space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1rem * var(--tw-space-x-reverse)); - margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)); -} - -.-space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-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)); -} - -.-space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)); -} - -.-space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2rem * var(--tw-space-y-reverse)); -} - -.-space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2rem * var(--tw-space-x-reverse)); - margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)); -} - -.-space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)); -} - -.-space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)); -} - -.-space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-3rem * var(--tw-space-y-reverse)); -} - -.-space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-3rem * var(--tw-space-x-reverse)); - margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)); -} - -.-space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-3.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-4rem * var(--tw-space-y-reverse)); -} - -.-space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-4rem * var(--tw-space-x-reverse)); - margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-5rem * var(--tw-space-y-reverse)); -} - -.-space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-5rem * var(--tw-space-x-reverse)); - margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse)); -} - -.-space-x-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-5.625rem * var(--tw-space-x-reverse)); - margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-6rem * var(--tw-space-y-reverse)); -} - -.-space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-6rem * var(--tw-space-x-reverse)); - margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-7rem * var(--tw-space-y-reverse)); -} - -.-space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-7rem * var(--tw-space-x-reverse)); - margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-8rem * var(--tw-space-y-reverse)); -} - -.-space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-8rem * var(--tw-space-x-reverse)); - margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-9rem * var(--tw-space-y-reverse)); -} - -.-space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-9rem * var(--tw-space-x-reverse)); - margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-10rem * var(--tw-space-y-reverse)); -} - -.-space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-10rem * var(--tw-space-x-reverse)); - margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-11rem * var(--tw-space-y-reverse)); -} - -.-space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-11rem * var(--tw-space-x-reverse)); - margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-12rem * var(--tw-space-y-reverse)); -} - -.-space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-12rem * var(--tw-space-x-reverse)); - margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-13rem * var(--tw-space-y-reverse)); -} - -.-space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-13rem * var(--tw-space-x-reverse)); - margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-14rem * var(--tw-space-y-reverse)); -} - -.-space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-14rem * var(--tw-space-x-reverse)); - margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-240px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-240px * var(--tw-space-y-reverse)); -} - -.-space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-240px * var(--tw-space-x-reverse)); - margin-left: calc(-240px * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-16rem * var(--tw-space-y-reverse)); -} - -.-space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-16rem * var(--tw-space-x-reverse)); - margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-18rem * var(--tw-space-y-reverse)); -} - -.-space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-18rem * var(--tw-space-x-reverse)); - margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-20rem * var(--tw-space-y-reverse)); -} - -.-space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-20rem * var(--tw-space-x-reverse)); - margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-22rem * var(--tw-space-y-reverse)); -} - -.-space-x-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-22rem * var(--tw-space-x-reverse)); - margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-24rem * var(--tw-space-y-reverse)); -} - -.-space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-24rem * var(--tw-space-x-reverse)); - margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-560px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-560px * var(--tw-space-y-reverse)); -} - -.-space-x-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-560px * var(--tw-space-x-reverse)); - margin-left: calc(-560px * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1px * var(--tw-space-y-reverse)); -} - -.-space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1px * var(--tw-space-x-reverse)); - margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)); -} - -.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.125rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)); -} - -.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.375rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)); -} - -.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.625rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))); -} - -.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)); -} - -.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.875rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))); -} - -.space-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 1; -} - -.space-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 1; -} - -.divide-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(0px * var(--tw-divide-y-reverse)); -} - -.divide-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(0px * var(--tw-divide-x-reverse)); - border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))); -} - -.divide-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(2px * var(--tw-divide-y-reverse)); -} - -.divide-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(2px * var(--tw-divide-x-reverse)); - border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))); -} - -.divide-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(3px * var(--tw-divide-y-reverse)); -} - -.divide-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(3px * var(--tw-divide-x-reverse)); - border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse))); -} - -.divide-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(4px * var(--tw-divide-y-reverse)); -} - -.divide-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(4px * var(--tw-divide-x-reverse)); - border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))); -} - -.divide-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(8px * var(--tw-divide-y-reverse)); -} - -.divide-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(8px * var(--tw-divide-x-reverse)); - border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))); -} - -.divide-y > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); -} - -.divide-x > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(1px * var(--tw-divide-x-reverse)); - border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); -} - -.divide-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 1; -} - -.divide-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 1; -} - -.divide-transparent > :not([hidden]) ~ :not([hidden]) { - border-color: transparent; -} - -.divide-current > :not([hidden]) ~ :not([hidden]) { - border-color: currentColor; -} - -.divide-black > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-divide-opacity)); -} - -.divide-white > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-divide-opacity)); -} - -.divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)); -} - -.divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-divide-opacity)); -} - -.divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-divide-opacity)); -} - -.divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-divide-opacity)); -} - -.divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-divide-opacity)); -} - -.divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-divide-opacity)); -} - -.divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-divide-opacity)); -} - -.divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-divide-opacity)); -} - -.divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-divide-opacity)); -} - -.divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-divide-opacity)); -} - -.divide-red-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-divide-opacity)); -} - -.divide-red-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-divide-opacity)); -} - -.divide-red-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-divide-opacity)); -} - -.divide-red-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-divide-opacity)); -} - -.divide-red-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-divide-opacity)); -} - -.divide-red-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-divide-opacity)); -} - -.divide-red-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-divide-opacity)); -} - -.divide-red-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-divide-opacity)); -} - -.divide-red-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-divide-opacity)); -} - -.divide-red-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-divide-opacity)); -} - -.divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)); -} - -.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)); -} - -.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)); -} - -.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)); -} - -.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)); -} - -.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)); -} - -.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)); -} - -.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)); -} - -.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)); -} - -.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)); -} - -.divide-green-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)); -} - -.divide-green-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)); -} - -.divide-green-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)); -} - -.divide-green-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)); -} - -.divide-green-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)); -} - -.divide-green-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)); -} - -.divide-green-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)); -} - -.divide-green-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)); -} - -.divide-green-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)); -} - -.divide-green-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)); -} - -.divide-blue-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)); -} - -.divide-blue-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)); -} - -.divide-blue-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)); -} - -.divide-blue-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)); -} - -.divide-blue-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)); -} - -.divide-blue-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)); -} - -.divide-blue-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)); -} - -.divide-blue-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)); -} - -.divide-blue-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)); -} - -.divide-blue-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)); -} - -.divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)); -} - -.divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)); -} - -.divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)); -} - -.divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)); -} - -.divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)); -} - -.divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)); -} - -.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)); -} - -.divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)); -} - -.divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)); -} - -.divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)); -} - -.divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)); -} - -.divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)); -} - -.divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)); -} - -.divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)); -} - -.divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)); -} - -.divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)); -} - -.divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)); -} - -.divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)); -} - -.divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)); -} - -.divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)); -} - -.divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)); -} - -.divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)); -} - -.divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)); -} - -.divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)); -} - -.divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)); -} - -.divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)); -} - -.divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)); -} - -.divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)); -} - -.divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)); -} - -.divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); -} - -.divide-primary-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-divide-opacity)); -} - -.divide-primary-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-divide-opacity)); -} - -.divide-primary-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-divide-opacity)); -} - -.divide-primary-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-divide-opacity)); -} - -.divide-primary-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-divide-opacity)); -} - -.divide-primary-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-divide-opacity)); -} - -.divide-primary-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-divide-opacity)); -} - -.divide-primary-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-divide-opacity)); -} - -.divide-primary-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-divide-opacity)); -} - -.divide-primary-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-divide-opacity)); -} - -.divide-danger > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-divide-opacity)); -} - -.divide-success > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-divide-opacity)); -} - -.divide-warning > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-divide-opacity)); -} - -.divide-info > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-divide-opacity)); -} - -.divide-solid > :not([hidden]) ~ :not([hidden]) { - border-style: solid; -} - -.divide-dashed > :not([hidden]) ~ :not([hidden]) { - border-style: dashed; -} - -.divide-dotted > :not([hidden]) ~ :not([hidden]) { - border-style: dotted; -} - -.divide-double > :not([hidden]) ~ :not([hidden]) { - border-style: double; -} - -.divide-none > :not([hidden]) ~ :not([hidden]) { - border-style: none; -} - -.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0; -} - -.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.05; -} - -.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.1; -} - -.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.2; -} - -.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.25; -} - -.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.3; -} - -.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.4; -} - -.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.5; -} - -.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.6; -} - -.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.7; -} - -.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.75; -} - -.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.8; -} - -.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.9; -} - -.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.95; -} - -.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; -} - -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; -} - -.not-sr-only { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; -} - -.focus-within\:sr-only:focus-within { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; -} - -.focus-within\:not-sr-only:focus-within { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; -} - -.focus\:sr-only:focus { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; -} - -.focus\:not-sr-only:focus { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; -} - -.appearance-none { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -.bg-fixed { - background-attachment: fixed; -} - -.bg-local { - background-attachment: local; -} - -.bg-scroll { - background-attachment: scroll; -} - -.bg-clip-border { - background-clip: border-box; -} - -.bg-clip-padding { - background-clip: padding-box; -} - -.bg-clip-content { - background-clip: content-box; -} - -.bg-clip-text { - -webkit-background-clip: text; - background-clip: text; -} - -.bg-transparent { - background-color: transparent; -} - -.bg-current { - background-color: currentColor; -} - -.bg-black { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); -} - -.bg-white { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); -} - -.bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); -} - -.bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); -} - -.bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); -} - -.bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); -} - -.bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); -} - -.bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); -} - -.bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); -} - -.bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); -} - -.bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); -} - -.bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); -} - -.bg-red-50 { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); -} - -.bg-red-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); -} - -.bg-red-200 { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); -} - -.bg-red-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); -} - -.bg-red-400 { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); -} - -.bg-red-500 { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); -} - -.bg-red-600 { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); -} - -.bg-red-700 { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); -} - -.bg-red-800 { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); -} - -.bg-red-900 { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); -} - -.bg-yellow-50 { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); -} - -.bg-yellow-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); -} - -.bg-yellow-200 { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); -} - -.bg-yellow-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); -} - -.bg-yellow-400 { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); -} - -.bg-yellow-500 { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); -} - -.bg-yellow-600 { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); -} - -.bg-yellow-700 { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); -} - -.bg-yellow-800 { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); -} - -.bg-yellow-900 { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); -} - -.bg-green-50 { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); -} - -.bg-green-100 { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); -} - -.bg-green-200 { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); -} - -.bg-green-300 { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); -} - -.bg-green-400 { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); -} - -.bg-green-500 { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); -} - -.bg-green-600 { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); -} - -.bg-green-700 { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); -} - -.bg-green-800 { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); -} - -.bg-green-900 { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); -} - -.bg-blue-50 { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); -} - -.bg-blue-100 { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); -} - -.bg-blue-200 { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); -} - -.bg-blue-300 { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); -} - -.bg-blue-400 { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); -} - -.bg-blue-500 { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); -} - -.bg-blue-600 { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); -} - -.bg-blue-700 { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); -} - -.bg-blue-800 { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); -} - -.bg-blue-900 { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); -} - -.bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); -} - -.bg-indigo-100 { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); -} - -.bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); -} - -.bg-indigo-300 { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); -} - -.bg-indigo-400 { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); -} - -.bg-indigo-500 { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); -} - -.bg-indigo-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); -} - -.bg-indigo-700 { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); -} - -.bg-indigo-800 { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); -} - -.bg-indigo-900 { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); -} - -.bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); -} - -.bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); -} - -.bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); -} - -.bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); -} - -.bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); -} - -.bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); -} - -.bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); -} - -.bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); -} - -.bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); -} - -.bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); -} - -.bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); -} - -.bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); -} - -.bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); -} - -.bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); -} - -.bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); -} - -.bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); -} - -.bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); -} - -.bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); -} - -.bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); -} - -.bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); -} - -.bg-primary-50 { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); -} - -.bg-primary-100 { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); -} - -.bg-primary-200 { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); -} - -.bg-primary-300 { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); -} - -.bg-primary-400 { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); -} - -.bg-primary-500 { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); -} - -.bg-primary-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); -} - -.bg-primary-700 { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); -} - -.bg-primary-800 { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); -} - -.bg-primary-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); -} - -.bg-danger { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); -} - -.bg-success { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); -} - -.bg-warning { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); -} - -.bg-info { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-transparent { - background-color: transparent; -} - -.group:hover .group-hover\:bg-current { - background-color: currentColor; -} - -.group:hover .group-hover\:bg-black { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-white { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-red-50 { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-red-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-red-200 { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-red-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-red-400 { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-red-500 { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-red-600 { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-red-700 { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-red-800 { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-red-900 { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-yellow-50 { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-yellow-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-yellow-200 { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-yellow-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-yellow-400 { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-yellow-500 { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-yellow-600 { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-yellow-700 { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-yellow-800 { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-yellow-900 { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-green-50 { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-green-100 { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-green-200 { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-green-300 { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-green-400 { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-green-500 { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-green-600 { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-green-700 { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-green-800 { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-green-900 { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-blue-50 { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-blue-100 { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-blue-200 { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-blue-300 { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-blue-400 { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-blue-500 { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-blue-600 { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-blue-700 { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-blue-800 { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-blue-900 { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-indigo-100 { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-indigo-300 { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-indigo-400 { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-indigo-500 { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-indigo-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-indigo-700 { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-indigo-800 { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-indigo-900 { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-primary-50 { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-primary-100 { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-primary-200 { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-primary-300 { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-primary-400 { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-primary-500 { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-primary-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-primary-700 { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-primary-800 { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-primary-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-danger { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-success { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-warning { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-info { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); -} - -.focus-within\:bg-transparent:focus-within { - background-color: transparent; -} - -.focus-within\:bg-current:focus-within { - background-color: currentColor; -} - -.focus-within\:bg-black:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); -} - -.focus-within\:bg-white:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); -} - -.focus-within\:bg-red-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); -} - -.focus-within\:bg-red-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); -} - -.focus-within\:bg-red-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); -} - -.focus-within\:bg-red-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); -} - -.focus-within\:bg-red-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); -} - -.focus-within\:bg-red-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); -} - -.focus-within\:bg-red-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); -} - -.focus-within\:bg-red-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); -} - -.focus-within\:bg-red-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); -} - -.focus-within\:bg-red-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); -} - -.focus-within\:bg-yellow-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); -} - -.focus-within\:bg-yellow-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); -} - -.focus-within\:bg-yellow-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); -} - -.focus-within\:bg-yellow-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); -} - -.focus-within\:bg-yellow-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); -} - -.focus-within\:bg-yellow-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); -} - -.focus-within\:bg-yellow-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); -} - -.focus-within\:bg-yellow-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); -} - -.focus-within\:bg-yellow-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); -} - -.focus-within\:bg-yellow-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); -} - -.focus-within\:bg-green-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); -} - -.focus-within\:bg-green-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); -} - -.focus-within\:bg-green-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); -} - -.focus-within\:bg-green-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); -} - -.focus-within\:bg-green-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); -} - -.focus-within\:bg-green-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); -} - -.focus-within\:bg-green-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); -} - -.focus-within\:bg-green-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); -} - -.focus-within\:bg-green-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); -} - -.focus-within\:bg-green-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); -} - -.focus-within\:bg-blue-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); -} - -.focus-within\:bg-blue-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); -} - -.focus-within\:bg-blue-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); -} - -.focus-within\:bg-blue-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); -} - -.focus-within\:bg-blue-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); -} - -.focus-within\:bg-blue-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); -} - -.focus-within\:bg-blue-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); -} - -.focus-within\:bg-blue-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); -} - -.focus-within\:bg-blue-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); -} - -.focus-within\:bg-blue-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); -} - -.focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); -} - -.focus-within\:bg-indigo-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); -} - -.focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); -} - -.focus-within\:bg-indigo-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); -} - -.focus-within\:bg-indigo-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); -} - -.focus-within\:bg-indigo-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); -} - -.focus-within\:bg-indigo-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); -} - -.focus-within\:bg-indigo-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); -} - -.focus-within\:bg-indigo-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); -} - -.focus-within\:bg-indigo-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); -} - -.focus-within\:bg-primary-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); -} - -.focus-within\:bg-primary-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); -} - -.focus-within\:bg-primary-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); -} - -.focus-within\:bg-primary-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); -} - -.focus-within\:bg-primary-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); -} - -.focus-within\:bg-primary-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); -} - -.focus-within\:bg-primary-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); -} - -.focus-within\:bg-primary-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); -} - -.focus-within\:bg-primary-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); -} - -.focus-within\:bg-primary-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); -} - -.focus-within\:bg-danger:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); -} - -.focus-within\:bg-success:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); -} - -.focus-within\:bg-warning:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); -} - -.focus-within\:bg-info:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); -} - -.hover\:bg-transparent:hover { - background-color: transparent; -} - -.hover\:bg-current:hover { - background-color: currentColor; -} - -.hover\:bg-black:hover { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); -} - -.hover\:bg-white:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); -} - -.hover\:bg-red-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); -} - -.hover\:bg-red-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); -} - -.hover\:bg-red-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); -} - -.hover\:bg-red-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); -} - -.hover\:bg-red-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); -} - -.hover\:bg-red-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); -} - -.hover\:bg-red-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); -} - -.hover\:bg-red-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); -} - -.hover\:bg-red-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); -} - -.hover\:bg-red-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); -} - -.hover\:bg-yellow-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); -} - -.hover\:bg-yellow-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); -} - -.hover\:bg-yellow-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); -} - -.hover\:bg-yellow-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); -} - -.hover\:bg-yellow-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); -} - -.hover\:bg-yellow-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); -} - -.hover\:bg-yellow-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); -} - -.hover\:bg-yellow-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); -} - -.hover\:bg-yellow-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); -} - -.hover\:bg-yellow-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); -} - -.hover\:bg-green-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); -} - -.hover\:bg-green-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); -} - -.hover\:bg-green-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); -} - -.hover\:bg-green-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); -} - -.hover\:bg-green-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); -} - -.hover\:bg-green-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); -} - -.hover\:bg-green-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); -} - -.hover\:bg-green-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); -} - -.hover\:bg-green-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); -} - -.hover\:bg-green-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); -} - -.hover\:bg-blue-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); -} - -.hover\:bg-blue-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); -} - -.hover\:bg-blue-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); -} - -.hover\:bg-blue-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); -} - -.hover\:bg-blue-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); -} - -.hover\:bg-blue-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); -} - -.hover\:bg-blue-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); -} - -.hover\:bg-blue-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); -} - -.hover\:bg-blue-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); -} - -.hover\:bg-blue-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); -} - -.hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); -} - -.hover\:bg-indigo-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); -} - -.hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); -} - -.hover\:bg-indigo-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); -} - -.hover\:bg-indigo-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); -} - -.hover\:bg-indigo-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); -} - -.hover\:bg-indigo-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); -} - -.hover\:bg-indigo-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); -} - -.hover\:bg-indigo-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); -} - -.hover\:bg-indigo-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); -} - -.hover\:bg-primary-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); -} - -.hover\:bg-primary-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); -} - -.hover\:bg-primary-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); -} - -.hover\:bg-primary-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); -} - -.hover\:bg-primary-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); -} - -.hover\:bg-primary-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); -} - -.hover\:bg-primary-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); -} - -.hover\:bg-primary-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); -} - -.hover\:bg-primary-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); -} - -.hover\:bg-primary-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); -} - -.hover\:bg-danger:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); -} - -.hover\:bg-success:hover { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); -} - -.hover\:bg-warning:hover { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); -} - -.hover\:bg-info:hover { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); -} - -.focus\:bg-transparent:focus { - background-color: transparent; -} - -.focus\:bg-current:focus { - background-color: currentColor; -} - -.focus\:bg-black:focus { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); -} - -.focus\:bg-white:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); -} - -.focus\:bg-red-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); -} - -.focus\:bg-red-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); -} - -.focus\:bg-red-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); -} - -.focus\:bg-red-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); -} - -.focus\:bg-red-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); -} - -.focus\:bg-red-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); -} - -.focus\:bg-red-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); -} - -.focus\:bg-red-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); -} - -.focus\:bg-red-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); -} - -.focus\:bg-red-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); -} - -.focus\:bg-yellow-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); -} - -.focus\:bg-yellow-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); -} - -.focus\:bg-yellow-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); -} - -.focus\:bg-yellow-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); -} - -.focus\:bg-yellow-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); -} - -.focus\:bg-yellow-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); -} - -.focus\:bg-yellow-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); -} - -.focus\:bg-yellow-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); -} - -.focus\:bg-yellow-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); -} - -.focus\:bg-yellow-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); -} - -.focus\:bg-green-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); -} - -.focus\:bg-green-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); -} - -.focus\:bg-green-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); -} - -.focus\:bg-green-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); -} - -.focus\:bg-green-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); -} - -.focus\:bg-green-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); -} - -.focus\:bg-green-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); -} - -.focus\:bg-green-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); -} - -.focus\:bg-green-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); -} - -.focus\:bg-green-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); -} - -.focus\:bg-blue-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); -} - -.focus\:bg-blue-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); -} - -.focus\:bg-blue-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); -} - -.focus\:bg-blue-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); -} - -.focus\:bg-blue-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); -} - -.focus\:bg-blue-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); -} - -.focus\:bg-blue-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); -} - -.focus\:bg-blue-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); -} - -.focus\:bg-blue-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); -} - -.focus\:bg-blue-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); -} - -.focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); -} - -.focus\:bg-indigo-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); -} - -.focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); -} - -.focus\:bg-indigo-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); -} - -.focus\:bg-indigo-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); -} - -.focus\:bg-indigo-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); -} - -.focus\:bg-indigo-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); -} - -.focus\:bg-indigo-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); -} - -.focus\:bg-indigo-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); -} - -.focus\:bg-indigo-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); -} - -.focus\:bg-primary-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); -} - -.focus\:bg-primary-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); -} - -.focus\:bg-primary-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); -} - -.focus\:bg-primary-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); -} - -.focus\:bg-primary-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); -} - -.focus\:bg-primary-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); -} - -.focus\:bg-primary-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); -} - -.focus\:bg-primary-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); -} - -.focus\:bg-primary-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); -} - -.focus\:bg-primary-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); -} - -.focus\:bg-danger:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); -} - -.focus\:bg-success:focus { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); -} - -.focus\:bg-warning:focus { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); -} - -.focus\:bg-info:focus { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); -} - -.bg-none { - background-image: none; -} - -.bg-gradient-to-t { - background-image: linear-gradient(to top, var(--tw-gradient-stops)); -} - -.bg-gradient-to-tr { - background-image: linear-gradient(to top right, var(--tw-gradient-stops)); -} - -.bg-gradient-to-r { - background-image: linear-gradient(to right, var(--tw-gradient-stops)); -} - -.bg-gradient-to-br { - background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); -} - -.bg-gradient-to-b { - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); -} - -.bg-gradient-to-bl { - background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)); -} - -.bg-gradient-to-l { - background-image: linear-gradient(to left, var(--tw-gradient-stops)); -} - -.bg-gradient-to-tl { - background-image: linear-gradient(to top left, var(--tw-gradient-stops)); -} - -.from-transparent { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); -} - -.from-current { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); -} - -.from-black { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); -} - -.from-white { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); -} - -.from-gray-50 { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); -} - -.from-gray-100 { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); -} - -.from-gray-200 { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); -} - -.from-gray-300 { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); -} - -.from-gray-400 { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); -} - -.from-gray-500 { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); -} - -.from-gray-600 { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); -} - -.from-gray-700 { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); -} - -.from-gray-800 { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); -} - -.from-gray-900 { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); -} - -.from-red-50 { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); -} - -.from-red-100 { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); -} - -.from-red-200 { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); -} - -.from-red-300 { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); -} - -.from-red-400 { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); -} - -.from-red-500 { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); -} - -.from-red-600 { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); -} - -.from-red-700 { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); -} - -.from-red-800 { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); -} - -.from-red-900 { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); -} - -.from-yellow-50 { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); -} - -.from-yellow-100 { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); -} - -.from-yellow-200 { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); -} - -.from-yellow-300 { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); -} - -.from-yellow-400 { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); -} - -.from-yellow-500 { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); -} - -.from-yellow-600 { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); -} - -.from-yellow-700 { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); -} - -.from-yellow-800 { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); -} - -.from-yellow-900 { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); -} - -.from-green-50 { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); -} - -.from-green-100 { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); -} - -.from-green-200 { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); -} - -.from-green-300 { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); -} - -.from-green-400 { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); -} - -.from-green-500 { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); -} - -.from-green-600 { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); -} - -.from-green-700 { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); -} - -.from-green-800 { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); -} - -.from-green-900 { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); -} - -.from-blue-50 { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); -} - -.from-blue-100 { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); -} - -.from-blue-200 { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); -} - -.from-blue-300 { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); -} - -.from-blue-400 { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); -} - -.from-blue-500 { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); -} - -.from-blue-600 { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); -} - -.from-blue-700 { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); -} - -.from-blue-800 { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); -} - -.from-blue-900 { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); -} - -.from-indigo-50 { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); -} - -.from-indigo-100 { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); -} - -.from-indigo-200 { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); -} - -.from-indigo-300 { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); -} - -.from-indigo-400 { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); -} - -.from-indigo-500 { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); -} - -.from-indigo-600 { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); -} - -.from-indigo-700 { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); -} - -.from-indigo-800 { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); -} - -.from-indigo-900 { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); -} - -.from-purple-50 { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); -} - -.from-purple-100 { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); -} - -.from-purple-200 { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); -} - -.from-purple-300 { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); -} - -.from-purple-400 { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); -} - -.from-purple-500 { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); -} - -.from-purple-600 { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); -} - -.from-purple-700 { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); -} - -.from-purple-800 { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); -} - -.from-purple-900 { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); -} - -.from-pink-50 { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); -} - -.from-pink-100 { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); -} - -.from-pink-200 { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); -} - -.from-pink-300 { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); -} - -.from-pink-400 { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); -} - -.from-pink-500 { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); -} - -.from-pink-600 { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); -} - -.from-pink-700 { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); -} - -.from-pink-800 { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); -} - -.from-pink-900 { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); -} - -.from-primary-50 { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); -} - -.from-primary-100 { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); -} - -.from-primary-200 { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); -} - -.from-primary-300 { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); -} - -.from-primary-400 { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); -} - -.from-primary-500 { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); -} - -.from-primary-600 { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); -} - -.from-primary-700 { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); -} - -.from-primary-800 { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); -} - -.from-primary-900 { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); -} - -.from-danger { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); -} - -.from-success { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); -} - -.from-warning { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); -} - -.from-info { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); -} - -.via-transparent { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); -} - -.via-current { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); -} - -.via-black { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); -} - -.via-white { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); -} - -.via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); -} - -.via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); -} - -.via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); -} - -.via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); -} - -.via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); -} - -.via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); -} - -.via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); -} - -.via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); -} - -.via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); -} - -.via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); -} - -.via-red-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); -} - -.via-red-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); -} - -.via-red-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); -} - -.via-red-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); -} - -.via-red-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); -} - -.via-red-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); -} - -.via-red-600 { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); -} - -.via-red-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); -} - -.via-red-800 { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); -} - -.via-red-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); -} - -.via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); -} - -.via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); -} - -.via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); -} - -.via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); -} - -.via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); -} - -.via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); -} - -.via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); -} - -.via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); -} - -.via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); -} - -.via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); -} - -.via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); -} - -.via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); -} - -.via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); -} - -.via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); -} - -.via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); -} - -.via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); -} - -.via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); -} - -.via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); -} - -.via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); -} - -.via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); -} - -.via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); -} - -.via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); -} - -.via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); -} - -.via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); -} - -.via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); -} - -.via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); -} - -.via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); -} - -.via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); -} - -.via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); -} - -.via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); -} - -.via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); -} - -.via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); -} - -.via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); -} - -.via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); -} - -.via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); -} - -.via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); -} - -.via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); -} - -.via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); -} - -.via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); -} - -.via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); -} - -.via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); -} - -.via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); -} - -.via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); -} - -.via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); -} - -.via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); -} - -.via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); -} - -.via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); -} - -.via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); -} - -.via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); -} - -.via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); -} - -.via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); -} - -.via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); -} - -.via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); -} - -.via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); -} - -.via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); -} - -.via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); -} - -.via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); -} - -.via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); -} - -.via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); -} - -.via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); -} - -.via-primary-50 { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); -} - -.via-primary-100 { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); -} - -.via-primary-200 { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); -} - -.via-primary-300 { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); -} - -.via-primary-400 { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); -} - -.via-primary-500 { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); -} - -.via-primary-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); -} - -.via-primary-700 { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); -} - -.via-primary-800 { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); -} - -.via-primary-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); -} - -.via-danger { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); -} - -.via-success { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); -} - -.via-warning { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); -} - -.via-info { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); -} - -.to-transparent { - --tw-gradient-to: transparent; -} - -.to-current { - --tw-gradient-to: currentColor; -} - -.to-black { - --tw-gradient-to: #040405; -} - -.to-white { - --tw-gradient-to: #fff; -} - -.to-gray-50 { - --tw-gradient-to: #f9fafb; -} - -.to-gray-100 { - --tw-gradient-to: #f7fafc; -} - -.to-gray-200 { - --tw-gradient-to: #edf2f7; -} - -.to-gray-300 { - --tw-gradient-to: #e2e8f0; -} - -.to-gray-400 { - --tw-gradient-to: #cbd5e0; -} - -.to-gray-500 { - --tw-gradient-to: #a0aec0; -} - -.to-gray-600 { - --tw-gradient-to: #718096; -} - -.to-gray-700 { - --tw-gradient-to: #4a5568; -} - -.to-gray-800 { - --tw-gradient-to: #2d3748; -} - -.to-gray-900 { - --tw-gradient-to: #1a202c; -} - -.to-red-50 { - --tw-gradient-to: #fef2f2; -} - -.to-red-100 { - --tw-gradient-to: #fee2e2; -} - -.to-red-200 { - --tw-gradient-to: #fecaca; -} - -.to-red-300 { - --tw-gradient-to: #fca5a5; -} - -.to-red-400 { - --tw-gradient-to: #f87171; -} - -.to-red-500 { - --tw-gradient-to: #ef4444; -} - -.to-red-600 { - --tw-gradient-to: #dc2626; -} - -.to-red-700 { - --tw-gradient-to: #b91c1c; -} - -.to-red-800 { - --tw-gradient-to: #991b1b; -} - -.to-red-900 { - --tw-gradient-to: #7f1d1d; -} - -.to-yellow-50 { - --tw-gradient-to: #fffbeb; -} - -.to-yellow-100 { - --tw-gradient-to: #fef3c7; -} - -.to-yellow-200 { - --tw-gradient-to: #fde68a; -} - -.to-yellow-300 { - --tw-gradient-to: #fcd34d; -} - -.to-yellow-400 { - --tw-gradient-to: #fbbf24; -} - -.to-yellow-500 { - --tw-gradient-to: #f59e0b; -} - -.to-yellow-600 { - --tw-gradient-to: #d97706; -} - -.to-yellow-700 { - --tw-gradient-to: #b45309; -} - -.to-yellow-800 { - --tw-gradient-to: #92400e; -} - -.to-yellow-900 { - --tw-gradient-to: #78350f; -} - -.to-green-50 { - --tw-gradient-to: #ecfdf5; -} - -.to-green-100 { - --tw-gradient-to: #d1fae5; -} - -.to-green-200 { - --tw-gradient-to: #a7f3d0; -} - -.to-green-300 { - --tw-gradient-to: #6ee7b7; -} - -.to-green-400 { - --tw-gradient-to: #34d399; -} - -.to-green-500 { - --tw-gradient-to: #10b981; -} - -.to-green-600 { - --tw-gradient-to: #059669; -} - -.to-green-700 { - --tw-gradient-to: #047857; -} - -.to-green-800 { - --tw-gradient-to: #065f46; -} - -.to-green-900 { - --tw-gradient-to: #064e3b; -} - -.to-blue-50 { - --tw-gradient-to: #eff6ff; -} - -.to-blue-100 { - --tw-gradient-to: #dbeafe; -} - -.to-blue-200 { - --tw-gradient-to: #bfdbfe; -} - -.to-blue-300 { - --tw-gradient-to: #93c5fd; -} - -.to-blue-400 { - --tw-gradient-to: #60a5fa; -} - -.to-blue-500 { - --tw-gradient-to: #3b82f6; -} - -.to-blue-600 { - --tw-gradient-to: #2563eb; -} - -.to-blue-700 { - --tw-gradient-to: #1d4ed8; -} - -.to-blue-800 { - --tw-gradient-to: #1e40af; -} - -.to-blue-900 { - --tw-gradient-to: #1e3a8a; -} - -.to-indigo-50 { - --tw-gradient-to: #eef2ff; -} - -.to-indigo-100 { - --tw-gradient-to: #e0e7ff; -} - -.to-indigo-200 { - --tw-gradient-to: #c7d2fe; -} - -.to-indigo-300 { - --tw-gradient-to: #a5b4fc; -} - -.to-indigo-400 { - --tw-gradient-to: #818cf8; -} - -.to-indigo-500 { - --tw-gradient-to: #6366f1; -} - -.to-indigo-600 { - --tw-gradient-to: #4f46e5; -} - -.to-indigo-700 { - --tw-gradient-to: #4338ca; -} - -.to-indigo-800 { - --tw-gradient-to: #3730a3; -} - -.to-indigo-900 { - --tw-gradient-to: #312e81; -} - -.to-purple-50 { - --tw-gradient-to: #f5f3ff; -} - -.to-purple-100 { - --tw-gradient-to: #ede9fe; -} - -.to-purple-200 { - --tw-gradient-to: #ddd6fe; -} - -.to-purple-300 { - --tw-gradient-to: #c4b5fd; -} - -.to-purple-400 { - --tw-gradient-to: #a78bfa; -} - -.to-purple-500 { - --tw-gradient-to: #8b5cf6; -} - -.to-purple-600 { - --tw-gradient-to: #7c3aed; -} - -.to-purple-700 { - --tw-gradient-to: #6d28d9; -} - -.to-purple-800 { - --tw-gradient-to: #5b21b6; -} - -.to-purple-900 { - --tw-gradient-to: #4c1d95; -} - -.to-pink-50 { - --tw-gradient-to: #fdf2f8; -} - -.to-pink-100 { - --tw-gradient-to: #fce7f3; -} - -.to-pink-200 { - --tw-gradient-to: #fbcfe8; -} - -.to-pink-300 { - --tw-gradient-to: #f9a8d4; -} - -.to-pink-400 { - --tw-gradient-to: #f472b6; -} - -.to-pink-500 { - --tw-gradient-to: #ec4899; -} - -.to-pink-600 { - --tw-gradient-to: #db2777; -} - -.to-pink-700 { - --tw-gradient-to: #be185d; -} - -.to-pink-800 { - --tw-gradient-to: #9d174d; -} - -.to-pink-900 { - --tw-gradient-to: #831843; -} - -.to-primary-50 { - --tw-gradient-to: #F7F6FD; -} - -.to-primary-100 { - --tw-gradient-to: #EEEEFB; -} - -.to-primary-200 { - --tw-gradient-to: #D5D4F5; -} - -.to-primary-300 { - --tw-gradient-to: #BCB9EF; -} - -.to-primary-400 { - --tw-gradient-to: #8A85E4; -} - -.to-primary-500 { - --tw-gradient-to: #5851D8; -} - -.to-primary-600 { - --tw-gradient-to: #4F49C2; -} - -.to-primary-700 { - --tw-gradient-to: #353182; -} - -.to-primary-800 { - --tw-gradient-to: #282461; -} - -.to-primary-900 { - --tw-gradient-to: #1A1841; -} - -.to-danger { - --tw-gradient-to: #FB7178; -} - -.to-success { - --tw-gradient-to: #00C99C; -} - -.to-warning { - --tw-gradient-to: #F3AF4E; -} - -.to-info { - --tw-gradient-to: #15B2EC; -} - -.hover\:from-transparent:hover { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); -} - -.hover\:from-current:hover { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); -} - -.hover\:from-black:hover { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); -} - -.hover\:from-white:hover { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); -} - -.hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); -} - -.hover\:from-gray-100:hover { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); -} - -.hover\:from-gray-200:hover { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); -} - -.hover\:from-gray-300:hover { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); -} - -.hover\:from-gray-400:hover { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); -} - -.hover\:from-gray-500:hover { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); -} - -.hover\:from-gray-600:hover { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); -} - -.hover\:from-gray-700:hover { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); -} - -.hover\:from-gray-800:hover { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); -} - -.hover\:from-gray-900:hover { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); -} - -.hover\:from-red-50:hover { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); -} - -.hover\:from-red-100:hover { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); -} - -.hover\:from-red-200:hover { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); -} - -.hover\:from-red-300:hover { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); -} - -.hover\:from-red-400:hover { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); -} - -.hover\:from-red-500:hover { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); -} - -.hover\:from-red-600:hover { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); -} - -.hover\:from-red-700:hover { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); -} - -.hover\:from-red-800:hover { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); -} - -.hover\:from-red-900:hover { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); -} - -.hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); -} - -.hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); -} - -.hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); -} - -.hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); -} - -.hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); -} - -.hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); -} - -.hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); -} - -.hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); -} - -.hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); -} - -.hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); -} - -.hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); -} - -.hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); -} - -.hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); -} - -.hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); -} - -.hover\:from-green-400:hover { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); -} - -.hover\:from-green-500:hover { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); -} - -.hover\:from-green-600:hover { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); -} - -.hover\:from-green-700:hover { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); -} - -.hover\:from-green-800:hover { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); -} - -.hover\:from-green-900:hover { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); -} - -.hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); -} - -.hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); -} - -.hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); -} - -.hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); -} - -.hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); -} - -.hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); -} - -.hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); -} - -.hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); -} - -.hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); -} - -.hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); -} - -.hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); -} - -.hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); -} - -.hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); -} - -.hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); -} - -.hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); -} - -.hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); -} - -.hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); -} - -.hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); -} - -.hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); -} - -.hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); -} - -.hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); -} - -.hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); -} - -.hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); -} - -.hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); -} - -.hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); -} - -.hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); -} - -.hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); -} - -.hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); -} - -.hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); -} - -.hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); -} - -.hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); -} - -.hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); -} - -.hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); -} - -.hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); -} - -.hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); -} - -.hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); -} - -.hover\:from-pink-600:hover { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); -} - -.hover\:from-pink-700:hover { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); -} - -.hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); -} - -.hover\:from-pink-900:hover { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); -} - -.hover\:from-primary-50:hover { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); -} - -.hover\:from-primary-100:hover { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); -} - -.hover\:from-primary-200:hover { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); -} - -.hover\:from-primary-300:hover { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); -} - -.hover\:from-primary-400:hover { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); -} - -.hover\:from-primary-500:hover { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); -} - -.hover\:from-primary-600:hover { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); -} - -.hover\:from-primary-700:hover { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); -} - -.hover\:from-primary-800:hover { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); -} - -.hover\:from-primary-900:hover { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); -} - -.hover\:from-danger:hover { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); -} - -.hover\:from-success:hover { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); -} - -.hover\:from-warning:hover { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); -} - -.hover\:from-info:hover { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); -} - -.hover\:via-transparent:hover { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); -} - -.hover\:via-current:hover { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); -} - -.hover\:via-black:hover { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); -} - -.hover\:via-white:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); -} - -.hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); -} - -.hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); -} - -.hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); -} - -.hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); -} - -.hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); -} - -.hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); -} - -.hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); -} - -.hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); -} - -.hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); -} - -.hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); -} - -.hover\:via-red-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); -} - -.hover\:via-red-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); -} - -.hover\:via-red-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); -} - -.hover\:via-red-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); -} - -.hover\:via-red-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); -} - -.hover\:via-red-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); -} - -.hover\:via-red-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); -} - -.hover\:via-red-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); -} - -.hover\:via-red-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); -} - -.hover\:via-red-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); -} - -.hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); -} - -.hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); -} - -.hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); -} - -.hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); -} - -.hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); -} - -.hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); -} - -.hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); -} - -.hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); -} - -.hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); -} - -.hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); -} - -.hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); -} - -.hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); -} - -.hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); -} - -.hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); -} - -.hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); -} - -.hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); -} - -.hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); -} - -.hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); -} - -.hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); -} - -.hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); -} - -.hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); -} - -.hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); -} - -.hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); -} - -.hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); -} - -.hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); -} - -.hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); -} - -.hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); -} - -.hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); -} - -.hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); -} - -.hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); -} - -.hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); -} - -.hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); -} - -.hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); -} - -.hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); -} - -.hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); -} - -.hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); -} - -.hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); -} - -.hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); -} - -.hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); -} - -.hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); -} - -.hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); -} - -.hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); -} - -.hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); -} - -.hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); -} - -.hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); -} - -.hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); -} - -.hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); -} - -.hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); -} - -.hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); -} - -.hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); -} - -.hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); -} - -.hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); -} - -.hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); -} - -.hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); -} - -.hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); -} - -.hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); -} - -.hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); -} - -.hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); -} - -.hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); -} - -.hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); -} - -.hover\:via-primary-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); -} - -.hover\:via-primary-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); -} - -.hover\:via-primary-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); -} - -.hover\:via-primary-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); -} - -.hover\:via-primary-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); -} - -.hover\:via-primary-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); -} - -.hover\:via-primary-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); -} - -.hover\:via-primary-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); -} - -.hover\:via-primary-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); -} - -.hover\:via-primary-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); -} - -.hover\:via-danger:hover { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); -} - -.hover\:via-success:hover { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); -} - -.hover\:via-warning:hover { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); -} - -.hover\:via-info:hover { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); -} - -.hover\:to-transparent:hover { - --tw-gradient-to: transparent; -} - -.hover\:to-current:hover { - --tw-gradient-to: currentColor; -} - -.hover\:to-black:hover { - --tw-gradient-to: #040405; -} - -.hover\:to-white:hover { - --tw-gradient-to: #fff; -} - -.hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb; -} - -.hover\:to-gray-100:hover { - --tw-gradient-to: #f7fafc; -} - -.hover\:to-gray-200:hover { - --tw-gradient-to: #edf2f7; -} - -.hover\:to-gray-300:hover { - --tw-gradient-to: #e2e8f0; -} - -.hover\:to-gray-400:hover { - --tw-gradient-to: #cbd5e0; -} - -.hover\:to-gray-500:hover { - --tw-gradient-to: #a0aec0; -} - -.hover\:to-gray-600:hover { - --tw-gradient-to: #718096; -} - -.hover\:to-gray-700:hover { - --tw-gradient-to: #4a5568; -} - -.hover\:to-gray-800:hover { - --tw-gradient-to: #2d3748; -} - -.hover\:to-gray-900:hover { - --tw-gradient-to: #1a202c; -} - -.hover\:to-red-50:hover { - --tw-gradient-to: #fef2f2; -} - -.hover\:to-red-100:hover { - --tw-gradient-to: #fee2e2; -} - -.hover\:to-red-200:hover { - --tw-gradient-to: #fecaca; -} - -.hover\:to-red-300:hover { - --tw-gradient-to: #fca5a5; -} - -.hover\:to-red-400:hover { - --tw-gradient-to: #f87171; -} - -.hover\:to-red-500:hover { - --tw-gradient-to: #ef4444; -} - -.hover\:to-red-600:hover { - --tw-gradient-to: #dc2626; -} - -.hover\:to-red-700:hover { - --tw-gradient-to: #b91c1c; -} - -.hover\:to-red-800:hover { - --tw-gradient-to: #991b1b; -} - -.hover\:to-red-900:hover { - --tw-gradient-to: #7f1d1d; -} - -.hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb; -} - -.hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7; -} - -.hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a; -} - -.hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d; -} - -.hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24; -} - -.hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b; -} - -.hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706; -} - -.hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309; -} - -.hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e; -} - -.hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f; -} - -.hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5; -} - -.hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5; -} - -.hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0; -} - -.hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7; -} - -.hover\:to-green-400:hover { - --tw-gradient-to: #34d399; -} - -.hover\:to-green-500:hover { - --tw-gradient-to: #10b981; -} - -.hover\:to-green-600:hover { - --tw-gradient-to: #059669; -} - -.hover\:to-green-700:hover { - --tw-gradient-to: #047857; -} - -.hover\:to-green-800:hover { - --tw-gradient-to: #065f46; -} - -.hover\:to-green-900:hover { - --tw-gradient-to: #064e3b; -} - -.hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff; -} - -.hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe; -} - -.hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe; -} - -.hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd; -} - -.hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa; -} - -.hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6; -} - -.hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb; -} - -.hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8; -} - -.hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af; -} - -.hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a; -} - -.hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff; -} - -.hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff; -} - -.hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe; -} - -.hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc; -} - -.hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8; -} - -.hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1; -} - -.hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5; -} - -.hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca; -} - -.hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3; -} - -.hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81; -} - -.hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff; -} - -.hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe; -} - -.hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe; -} - -.hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd; -} - -.hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa; -} - -.hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6; -} - -.hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed; -} - -.hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9; -} - -.hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6; -} - -.hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95; -} - -.hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8; -} - -.hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3; -} - -.hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8; -} - -.hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4; -} - -.hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6; -} - -.hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899; -} - -.hover\:to-pink-600:hover { - --tw-gradient-to: #db2777; -} - -.hover\:to-pink-700:hover { - --tw-gradient-to: #be185d; -} - -.hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d; -} - -.hover\:to-pink-900:hover { - --tw-gradient-to: #831843; -} - -.hover\:to-primary-50:hover { - --tw-gradient-to: #F7F6FD; -} - -.hover\:to-primary-100:hover { - --tw-gradient-to: #EEEEFB; -} - -.hover\:to-primary-200:hover { - --tw-gradient-to: #D5D4F5; -} - -.hover\:to-primary-300:hover { - --tw-gradient-to: #BCB9EF; -} - -.hover\:to-primary-400:hover { - --tw-gradient-to: #8A85E4; -} - -.hover\:to-primary-500:hover { - --tw-gradient-to: #5851D8; -} - -.hover\:to-primary-600:hover { - --tw-gradient-to: #4F49C2; -} - -.hover\:to-primary-700:hover { - --tw-gradient-to: #353182; -} - -.hover\:to-primary-800:hover { - --tw-gradient-to: #282461; -} - -.hover\:to-primary-900:hover { - --tw-gradient-to: #1A1841; -} - -.hover\:to-danger:hover { - --tw-gradient-to: #FB7178; -} - -.hover\:to-success:hover { - --tw-gradient-to: #00C99C; -} - -.hover\:to-warning:hover { - --tw-gradient-to: #F3AF4E; -} - -.hover\:to-info:hover { - --tw-gradient-to: #15B2EC; -} - -.focus\:from-transparent:focus { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); -} - -.focus\:from-current:focus { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); -} - -.focus\:from-black:focus { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); -} - -.focus\:from-white:focus { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); -} - -.focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); -} - -.focus\:from-gray-100:focus { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); -} - -.focus\:from-gray-200:focus { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); -} - -.focus\:from-gray-300:focus { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); -} - -.focus\:from-gray-400:focus { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); -} - -.focus\:from-gray-500:focus { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); -} - -.focus\:from-gray-600:focus { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); -} - -.focus\:from-gray-700:focus { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); -} - -.focus\:from-gray-800:focus { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); -} - -.focus\:from-gray-900:focus { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); -} - -.focus\:from-red-50:focus { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); -} - -.focus\:from-red-100:focus { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); -} - -.focus\:from-red-200:focus { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); -} - -.focus\:from-red-300:focus { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); -} - -.focus\:from-red-400:focus { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); -} - -.focus\:from-red-500:focus { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); -} - -.focus\:from-red-600:focus { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); -} - -.focus\:from-red-700:focus { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); -} - -.focus\:from-red-800:focus { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); -} - -.focus\:from-red-900:focus { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); -} - -.focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); -} - -.focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); -} - -.focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); -} - -.focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); -} - -.focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); -} - -.focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); -} - -.focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); -} - -.focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); -} - -.focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); -} - -.focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); -} - -.focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); -} - -.focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); -} - -.focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); -} - -.focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); -} - -.focus\:from-green-400:focus { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); -} - -.focus\:from-green-500:focus { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); -} - -.focus\:from-green-600:focus { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); -} - -.focus\:from-green-700:focus { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); -} - -.focus\:from-green-800:focus { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); -} - -.focus\:from-green-900:focus { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); -} - -.focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); -} - -.focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); -} - -.focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); -} - -.focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); -} - -.focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); -} - -.focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); -} - -.focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); -} - -.focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); -} - -.focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); -} - -.focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); -} - -.focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); -} - -.focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); -} - -.focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); -} - -.focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); -} - -.focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); -} - -.focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); -} - -.focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); -} - -.focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); -} - -.focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); -} - -.focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); -} - -.focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); -} - -.focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); -} - -.focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); -} - -.focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); -} - -.focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); -} - -.focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); -} - -.focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); -} - -.focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); -} - -.focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); -} - -.focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); -} - -.focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); -} - -.focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); -} - -.focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); -} - -.focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); -} - -.focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); -} - -.focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); -} - -.focus\:from-pink-600:focus { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); -} - -.focus\:from-pink-700:focus { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); -} - -.focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); -} - -.focus\:from-pink-900:focus { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); -} - -.focus\:from-primary-50:focus { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); -} - -.focus\:from-primary-100:focus { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); -} - -.focus\:from-primary-200:focus { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); -} - -.focus\:from-primary-300:focus { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); -} - -.focus\:from-primary-400:focus { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); -} - -.focus\:from-primary-500:focus { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); -} - -.focus\:from-primary-600:focus { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); -} - -.focus\:from-primary-700:focus { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); -} - -.focus\:from-primary-800:focus { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); -} - -.focus\:from-primary-900:focus { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); -} - -.focus\:from-danger:focus { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); -} - -.focus\:from-success:focus { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); -} - -.focus\:from-warning:focus { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); -} - -.focus\:from-info:focus { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); -} - -.focus\:via-transparent:focus { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); -} - -.focus\:via-current:focus { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); -} - -.focus\:via-black:focus { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); -} - -.focus\:via-white:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); -} - -.focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); -} - -.focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); -} - -.focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); -} - -.focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); -} - -.focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); -} - -.focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); -} - -.focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); -} - -.focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); -} - -.focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); -} - -.focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); -} - -.focus\:via-red-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); -} - -.focus\:via-red-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); -} - -.focus\:via-red-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); -} - -.focus\:via-red-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); -} - -.focus\:via-red-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); -} - -.focus\:via-red-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); -} - -.focus\:via-red-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); -} - -.focus\:via-red-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); -} - -.focus\:via-red-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); -} - -.focus\:via-red-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); -} - -.focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); -} - -.focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); -} - -.focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); -} - -.focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); -} - -.focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); -} - -.focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); -} - -.focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); -} - -.focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); -} - -.focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); -} - -.focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); -} - -.focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); -} - -.focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); -} - -.focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); -} - -.focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); -} - -.focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); -} - -.focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); -} - -.focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); -} - -.focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); -} - -.focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); -} - -.focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); -} - -.focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); -} - -.focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); -} - -.focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); -} - -.focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); -} - -.focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); -} - -.focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); -} - -.focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); -} - -.focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); -} - -.focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); -} - -.focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); -} - -.focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); -} - -.focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); -} - -.focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); -} - -.focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); -} - -.focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); -} - -.focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); -} - -.focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); -} - -.focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); -} - -.focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); -} - -.focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); -} - -.focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); -} - -.focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); -} - -.focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); -} - -.focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); -} - -.focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); -} - -.focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); -} - -.focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); -} - -.focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); -} - -.focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); -} - -.focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); -} - -.focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); -} - -.focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); -} - -.focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); -} - -.focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); -} - -.focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); -} - -.focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); -} - -.focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); -} - -.focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); -} - -.focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); -} - -.focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); -} - -.focus\:via-primary-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); -} - -.focus\:via-primary-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); -} - -.focus\:via-primary-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); -} - -.focus\:via-primary-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); -} - -.focus\:via-primary-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); -} - -.focus\:via-primary-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); -} - -.focus\:via-primary-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); -} - -.focus\:via-primary-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); -} - -.focus\:via-primary-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); -} - -.focus\:via-primary-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); -} - -.focus\:via-danger:focus { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); -} - -.focus\:via-success:focus { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); -} - -.focus\:via-warning:focus { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); -} - -.focus\:via-info:focus { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); -} - -.focus\:to-transparent:focus { - --tw-gradient-to: transparent; -} - -.focus\:to-current:focus { - --tw-gradient-to: currentColor; -} - -.focus\:to-black:focus { - --tw-gradient-to: #040405; -} - -.focus\:to-white:focus { - --tw-gradient-to: #fff; -} - -.focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb; -} - -.focus\:to-gray-100:focus { - --tw-gradient-to: #f7fafc; -} - -.focus\:to-gray-200:focus { - --tw-gradient-to: #edf2f7; -} - -.focus\:to-gray-300:focus { - --tw-gradient-to: #e2e8f0; -} - -.focus\:to-gray-400:focus { - --tw-gradient-to: #cbd5e0; -} - -.focus\:to-gray-500:focus { - --tw-gradient-to: #a0aec0; -} - -.focus\:to-gray-600:focus { - --tw-gradient-to: #718096; -} - -.focus\:to-gray-700:focus { - --tw-gradient-to: #4a5568; -} - -.focus\:to-gray-800:focus { - --tw-gradient-to: #2d3748; -} - -.focus\:to-gray-900:focus { - --tw-gradient-to: #1a202c; -} - -.focus\:to-red-50:focus { - --tw-gradient-to: #fef2f2; -} - -.focus\:to-red-100:focus { - --tw-gradient-to: #fee2e2; -} - -.focus\:to-red-200:focus { - --tw-gradient-to: #fecaca; -} - -.focus\:to-red-300:focus { - --tw-gradient-to: #fca5a5; -} - -.focus\:to-red-400:focus { - --tw-gradient-to: #f87171; -} - -.focus\:to-red-500:focus { - --tw-gradient-to: #ef4444; -} - -.focus\:to-red-600:focus { - --tw-gradient-to: #dc2626; -} - -.focus\:to-red-700:focus { - --tw-gradient-to: #b91c1c; -} - -.focus\:to-red-800:focus { - --tw-gradient-to: #991b1b; -} - -.focus\:to-red-900:focus { - --tw-gradient-to: #7f1d1d; -} - -.focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb; -} - -.focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7; -} - -.focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a; -} - -.focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d; -} - -.focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24; -} - -.focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b; -} - -.focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706; -} - -.focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309; -} - -.focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e; -} - -.focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f; -} - -.focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5; -} - -.focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5; -} - -.focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0; -} - -.focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7; -} - -.focus\:to-green-400:focus { - --tw-gradient-to: #34d399; -} - -.focus\:to-green-500:focus { - --tw-gradient-to: #10b981; -} - -.focus\:to-green-600:focus { - --tw-gradient-to: #059669; -} - -.focus\:to-green-700:focus { - --tw-gradient-to: #047857; -} - -.focus\:to-green-800:focus { - --tw-gradient-to: #065f46; -} - -.focus\:to-green-900:focus { - --tw-gradient-to: #064e3b; -} - -.focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff; -} - -.focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe; -} - -.focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe; -} - -.focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd; -} - -.focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa; -} - -.focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6; -} - -.focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb; -} - -.focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8; -} - -.focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af; -} - -.focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a; -} - -.focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff; -} - -.focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff; -} - -.focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe; -} - -.focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc; -} - -.focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8; -} - -.focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1; -} - -.focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5; -} - -.focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca; -} - -.focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3; -} - -.focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81; -} - -.focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff; -} - -.focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe; -} - -.focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe; -} - -.focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd; -} - -.focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa; -} - -.focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6; -} - -.focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed; -} - -.focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9; -} - -.focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6; -} - -.focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95; -} - -.focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8; -} - -.focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3; -} - -.focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8; -} - -.focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4; -} - -.focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6; -} - -.focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899; -} - -.focus\:to-pink-600:focus { - --tw-gradient-to: #db2777; -} - -.focus\:to-pink-700:focus { - --tw-gradient-to: #be185d; -} - -.focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d; -} - -.focus\:to-pink-900:focus { - --tw-gradient-to: #831843; -} - -.focus\:to-primary-50:focus { - --tw-gradient-to: #F7F6FD; -} - -.focus\:to-primary-100:focus { - --tw-gradient-to: #EEEEFB; -} - -.focus\:to-primary-200:focus { - --tw-gradient-to: #D5D4F5; -} - -.focus\:to-primary-300:focus { - --tw-gradient-to: #BCB9EF; -} - -.focus\:to-primary-400:focus { - --tw-gradient-to: #8A85E4; -} - -.focus\:to-primary-500:focus { - --tw-gradient-to: #5851D8; -} - -.focus\:to-primary-600:focus { - --tw-gradient-to: #4F49C2; -} - -.focus\:to-primary-700:focus { - --tw-gradient-to: #353182; -} - -.focus\:to-primary-800:focus { - --tw-gradient-to: #282461; -} - -.focus\:to-primary-900:focus { - --tw-gradient-to: #1A1841; -} - -.focus\:to-danger:focus { - --tw-gradient-to: #FB7178; -} - -.focus\:to-success:focus { - --tw-gradient-to: #00C99C; -} - -.focus\:to-warning:focus { - --tw-gradient-to: #F3AF4E; -} - -.focus\:to-info:focus { - --tw-gradient-to: #15B2EC; -} - -.bg-opacity-0 { - --tw-bg-opacity: 0; -} - -.bg-opacity-5 { - --tw-bg-opacity: 0.05; -} - -.bg-opacity-10 { - --tw-bg-opacity: 0.1; -} - -.bg-opacity-20 { - --tw-bg-opacity: 0.2; -} - -.bg-opacity-25 { - --tw-bg-opacity: 0.25; -} - -.bg-opacity-30 { - --tw-bg-opacity: 0.3; -} - -.bg-opacity-40 { - --tw-bg-opacity: 0.4; -} - -.bg-opacity-50 { - --tw-bg-opacity: 0.5; -} - -.bg-opacity-60 { - --tw-bg-opacity: 0.6; -} - -.bg-opacity-70 { - --tw-bg-opacity: 0.7; -} - -.bg-opacity-75 { - --tw-bg-opacity: 0.75; -} - -.bg-opacity-80 { - --tw-bg-opacity: 0.8; -} - -.bg-opacity-90 { - --tw-bg-opacity: 0.9; -} - -.bg-opacity-95 { - --tw-bg-opacity: 0.95; -} - -.bg-opacity-100 { - --tw-bg-opacity: 1; -} - -.group:hover .group-hover\:bg-opacity-0 { - --tw-bg-opacity: 0; -} - -.group:hover .group-hover\:bg-opacity-5 { - --tw-bg-opacity: 0.05; -} - -.group:hover .group-hover\:bg-opacity-10 { - --tw-bg-opacity: 0.1; -} - -.group:hover .group-hover\:bg-opacity-20 { - --tw-bg-opacity: 0.2; -} - -.group:hover .group-hover\:bg-opacity-25 { - --tw-bg-opacity: 0.25; -} - -.group:hover .group-hover\:bg-opacity-30 { - --tw-bg-opacity: 0.3; -} - -.group:hover .group-hover\:bg-opacity-40 { - --tw-bg-opacity: 0.4; -} - -.group:hover .group-hover\:bg-opacity-50 { - --tw-bg-opacity: 0.5; -} - -.group:hover .group-hover\:bg-opacity-60 { - --tw-bg-opacity: 0.6; -} - -.group:hover .group-hover\:bg-opacity-70 { - --tw-bg-opacity: 0.7; -} - -.group:hover .group-hover\:bg-opacity-75 { - --tw-bg-opacity: 0.75; -} - -.group:hover .group-hover\:bg-opacity-80 { - --tw-bg-opacity: 0.8; -} - -.group:hover .group-hover\:bg-opacity-90 { - --tw-bg-opacity: 0.9; -} - -.group:hover .group-hover\:bg-opacity-95 { - --tw-bg-opacity: 0.95; -} - -.group:hover .group-hover\:bg-opacity-100 { - --tw-bg-opacity: 1; -} - -.focus-within\:bg-opacity-0:focus-within { - --tw-bg-opacity: 0; -} - -.focus-within\:bg-opacity-5:focus-within { - --tw-bg-opacity: 0.05; -} - -.focus-within\:bg-opacity-10:focus-within { - --tw-bg-opacity: 0.1; -} - -.focus-within\:bg-opacity-20:focus-within { - --tw-bg-opacity: 0.2; -} - -.focus-within\:bg-opacity-25:focus-within { - --tw-bg-opacity: 0.25; -} - -.focus-within\:bg-opacity-30:focus-within { - --tw-bg-opacity: 0.3; -} - -.focus-within\:bg-opacity-40:focus-within { - --tw-bg-opacity: 0.4; -} - -.focus-within\:bg-opacity-50:focus-within { - --tw-bg-opacity: 0.5; -} - -.focus-within\:bg-opacity-60:focus-within { - --tw-bg-opacity: 0.6; -} - -.focus-within\:bg-opacity-70:focus-within { - --tw-bg-opacity: 0.7; -} - -.focus-within\:bg-opacity-75:focus-within { - --tw-bg-opacity: 0.75; -} - -.focus-within\:bg-opacity-80:focus-within { - --tw-bg-opacity: 0.8; -} - -.focus-within\:bg-opacity-90:focus-within { - --tw-bg-opacity: 0.9; -} - -.focus-within\:bg-opacity-95:focus-within { - --tw-bg-opacity: 0.95; -} - -.focus-within\:bg-opacity-100:focus-within { - --tw-bg-opacity: 1; -} - -.hover\:bg-opacity-0:hover { - --tw-bg-opacity: 0; -} - -.hover\:bg-opacity-5:hover { - --tw-bg-opacity: 0.05; -} - -.hover\:bg-opacity-10:hover { - --tw-bg-opacity: 0.1; -} - -.hover\:bg-opacity-20:hover { - --tw-bg-opacity: 0.2; -} - -.hover\:bg-opacity-25:hover { - --tw-bg-opacity: 0.25; -} - -.hover\:bg-opacity-30:hover { - --tw-bg-opacity: 0.3; -} - -.hover\:bg-opacity-40:hover { - --tw-bg-opacity: 0.4; -} - -.hover\:bg-opacity-50:hover { - --tw-bg-opacity: 0.5; -} - -.hover\:bg-opacity-60:hover { - --tw-bg-opacity: 0.6; -} - -.hover\:bg-opacity-70:hover { - --tw-bg-opacity: 0.7; -} - -.hover\:bg-opacity-75:hover { - --tw-bg-opacity: 0.75; -} - -.hover\:bg-opacity-80:hover { - --tw-bg-opacity: 0.8; -} - -.hover\:bg-opacity-90:hover { - --tw-bg-opacity: 0.9; -} - -.hover\:bg-opacity-95:hover { - --tw-bg-opacity: 0.95; -} - -.hover\:bg-opacity-100:hover { - --tw-bg-opacity: 1; -} - -.focus\:bg-opacity-0:focus { - --tw-bg-opacity: 0; -} - -.focus\:bg-opacity-5:focus { - --tw-bg-opacity: 0.05; -} - -.focus\:bg-opacity-10:focus { - --tw-bg-opacity: 0.1; -} - -.focus\:bg-opacity-20:focus { - --tw-bg-opacity: 0.2; -} - -.focus\:bg-opacity-25:focus { - --tw-bg-opacity: 0.25; -} - -.focus\:bg-opacity-30:focus { - --tw-bg-opacity: 0.3; -} - -.focus\:bg-opacity-40:focus { - --tw-bg-opacity: 0.4; -} - -.focus\:bg-opacity-50:focus { - --tw-bg-opacity: 0.5; -} - -.focus\:bg-opacity-60:focus { - --tw-bg-opacity: 0.6; -} - -.focus\:bg-opacity-70:focus { - --tw-bg-opacity: 0.7; -} - -.focus\:bg-opacity-75:focus { - --tw-bg-opacity: 0.75; -} - -.focus\:bg-opacity-80:focus { - --tw-bg-opacity: 0.8; -} - -.focus\:bg-opacity-90:focus { - --tw-bg-opacity: 0.9; -} - -.focus\:bg-opacity-95:focus { - --tw-bg-opacity: 0.95; -} - -.focus\:bg-opacity-100:focus { - --tw-bg-opacity: 1; -} - -.bg-bottom { - background-position: bottom; -} - -.bg-center { - background-position: center; -} - -.bg-left { - background-position: left; -} - -.bg-left-bottom { - background-position: left bottom; -} - -.bg-left-top { - background-position: left top; -} - -.bg-right { - background-position: right; -} - -.bg-right-bottom { - background-position: right bottom; -} - -.bg-right-top { - background-position: right top; -} - -.bg-top { - background-position: top; -} - -.bg-repeat { - background-repeat: repeat; -} - -.bg-no-repeat { - background-repeat: no-repeat; -} - -.bg-repeat-x { - background-repeat: repeat-x; -} - -.bg-repeat-y { - background-repeat: repeat-y; -} - -.bg-repeat-round { - background-repeat: round; -} - -.bg-repeat-space { - background-repeat: space; -} - -.bg-auto { - background-size: auto; -} - -.bg-cover { - background-size: cover; -} - -.bg-contain { - background-size: contain; -} - -.border-collapse { - border-collapse: collapse; -} - -.border-separate { - border-collapse: separate; -} - -.border-transparent { - border-color: transparent; -} - -.border-current { - border-color: currentColor; -} - -.border-black { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); -} - -.border-white { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); -} - -.border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); -} - -.border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); -} - -.border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); -} - -.border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); -} - -.border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); -} - -.border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); -} - -.border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); -} - -.border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); -} - -.border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); -} - -.border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); -} - -.border-red-50 { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); -} - -.border-red-100 { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); -} - -.border-red-200 { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); -} - -.border-red-300 { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); -} - -.border-red-400 { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); -} - -.border-red-500 { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); -} - -.border-red-600 { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); -} - -.border-red-700 { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); -} - -.border-red-800 { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); -} - -.border-red-900 { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); -} - -.border-yellow-50 { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); -} - -.border-yellow-100 { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); -} - -.border-yellow-200 { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); -} - -.border-yellow-300 { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); -} - -.border-yellow-400 { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); -} - -.border-yellow-500 { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); -} - -.border-yellow-600 { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); -} - -.border-yellow-700 { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); -} - -.border-yellow-800 { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); -} - -.border-yellow-900 { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); -} - -.border-green-50 { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); -} - -.border-green-100 { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); -} - -.border-green-200 { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); -} - -.border-green-300 { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); -} - -.border-green-400 { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); -} - -.border-green-500 { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); -} - -.border-green-600 { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); -} - -.border-green-700 { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); -} - -.border-green-800 { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); -} - -.border-green-900 { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); -} - -.border-blue-50 { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); -} - -.border-blue-100 { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); -} - -.border-blue-200 { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); -} - -.border-blue-300 { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); -} - -.border-blue-400 { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); -} - -.border-blue-500 { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); -} - -.border-blue-600 { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); -} - -.border-blue-700 { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); -} - -.border-blue-800 { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); -} - -.border-blue-900 { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); -} - -.border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); -} - -.border-indigo-100 { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); -} - -.border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); -} - -.border-indigo-300 { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); -} - -.border-indigo-400 { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); -} - -.border-indigo-500 { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); -} - -.border-indigo-600 { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); -} - -.border-indigo-700 { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); -} - -.border-indigo-800 { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); -} - -.border-indigo-900 { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); -} - -.border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); -} - -.border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); -} - -.border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); -} - -.border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); -} - -.border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); -} - -.border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); -} - -.border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); -} - -.border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); -} - -.border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); -} - -.border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); -} - -.border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); -} - -.border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); -} - -.border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); -} - -.border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); -} - -.border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); -} - -.border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); -} - -.border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); -} - -.border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); -} - -.border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); -} - -.border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); -} - -.border-primary-50 { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); -} - -.border-primary-100 { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); -} - -.border-primary-200 { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); -} - -.border-primary-300 { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); -} - -.border-primary-400 { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); -} - -.border-primary-500 { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); -} - -.border-primary-600 { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); -} - -.border-primary-700 { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); -} - -.border-primary-800 { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); -} - -.border-primary-900 { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); -} - -.border-danger { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); -} - -.border-success { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); -} - -.border-warning { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); -} - -.border-info { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); -} - -.hover\:border-transparent:hover { - border-color: transparent; -} - -.hover\:border-current:hover { - border-color: currentColor; -} - -.hover\:border-black:hover { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); -} - -.hover\:border-white:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); -} - -.hover\:border-gray-50:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); -} - -.hover\:border-gray-100:hover { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); -} - -.hover\:border-gray-200:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); -} - -.hover\:border-gray-300:hover { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); -} - -.hover\:border-gray-400:hover { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); -} - -.hover\:border-gray-500:hover { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); -} - -.hover\:border-gray-600:hover { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); -} - -.hover\:border-gray-700:hover { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); -} - -.hover\:border-gray-800:hover { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); -} - -.hover\:border-gray-900:hover { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); -} - -.hover\:border-red-50:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); -} - -.hover\:border-red-100:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); -} - -.hover\:border-red-200:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); -} - -.hover\:border-red-300:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); -} - -.hover\:border-red-400:hover { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); -} - -.hover\:border-red-500:hover { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); -} - -.hover\:border-red-600:hover { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); -} - -.hover\:border-red-700:hover { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); -} - -.hover\:border-red-800:hover { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); -} - -.hover\:border-red-900:hover { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); -} - -.hover\:border-yellow-50:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); -} - -.hover\:border-yellow-100:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); -} - -.hover\:border-yellow-200:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); -} - -.hover\:border-yellow-300:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); -} - -.hover\:border-yellow-400:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); -} - -.hover\:border-yellow-500:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); -} - -.hover\:border-yellow-600:hover { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); -} - -.hover\:border-yellow-700:hover { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); -} - -.hover\:border-yellow-800:hover { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); -} - -.hover\:border-yellow-900:hover { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); -} - -.hover\:border-green-50:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); -} - -.hover\:border-green-100:hover { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); -} - -.hover\:border-green-200:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); -} - -.hover\:border-green-300:hover { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); -} - -.hover\:border-green-400:hover { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); -} - -.hover\:border-green-500:hover { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); -} - -.hover\:border-green-600:hover { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); -} - -.hover\:border-green-700:hover { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); -} - -.hover\:border-green-800:hover { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); -} - -.hover\:border-green-900:hover { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); -} - -.hover\:border-blue-50:hover { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); -} - -.hover\:border-blue-100:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); -} - -.hover\:border-blue-200:hover { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); -} - -.hover\:border-blue-300:hover { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); -} - -.hover\:border-blue-400:hover { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); -} - -.hover\:border-blue-500:hover { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); -} - -.hover\:border-blue-600:hover { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); -} - -.hover\:border-blue-700:hover { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); -} - -.hover\:border-blue-800:hover { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); -} - -.hover\:border-blue-900:hover { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); -} - -.hover\:border-indigo-50:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); -} - -.hover\:border-indigo-100:hover { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); -} - -.hover\:border-indigo-200:hover { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); -} - -.hover\:border-indigo-300:hover { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); -} - -.hover\:border-indigo-400:hover { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); -} - -.hover\:border-indigo-500:hover { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); -} - -.hover\:border-indigo-600:hover { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); -} - -.hover\:border-indigo-700:hover { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); -} - -.hover\:border-indigo-800:hover { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); -} - -.hover\:border-indigo-900:hover { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); -} - -.hover\:border-purple-50:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); -} - -.hover\:border-purple-100:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); -} - -.hover\:border-purple-200:hover { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); -} - -.hover\:border-purple-300:hover { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); -} - -.hover\:border-purple-400:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); -} - -.hover\:border-purple-500:hover { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); -} - -.hover\:border-purple-600:hover { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); -} - -.hover\:border-purple-700:hover { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); -} - -.hover\:border-purple-800:hover { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); -} - -.hover\:border-purple-900:hover { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); -} - -.hover\:border-pink-50:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); -} - -.hover\:border-pink-100:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); -} - -.hover\:border-pink-200:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); -} - -.hover\:border-pink-300:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); -} - -.hover\:border-pink-400:hover { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); -} - -.hover\:border-pink-500:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); -} - -.hover\:border-pink-600:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); -} - -.hover\:border-pink-700:hover { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); -} - -.hover\:border-pink-800:hover { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); -} - -.hover\:border-pink-900:hover { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); -} - -.hover\:border-primary-50:hover { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); -} - -.hover\:border-primary-100:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); -} - -.hover\:border-primary-200:hover { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); -} - -.hover\:border-primary-300:hover { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); -} - -.hover\:border-primary-400:hover { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); -} - -.hover\:border-primary-500:hover { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); -} - -.hover\:border-primary-600:hover { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); -} - -.hover\:border-primary-700:hover { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); -} - -.hover\:border-primary-800:hover { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); -} - -.hover\:border-primary-900:hover { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); -} - -.hover\:border-danger:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); -} - -.hover\:border-success:hover { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); -} - -.hover\:border-warning:hover { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); -} - -.hover\:border-info:hover { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); -} - -.focus\:border-transparent:focus { - border-color: transparent; -} - -.focus\:border-current:focus { - border-color: currentColor; -} - -.focus\:border-black:focus { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); -} - -.focus\:border-white:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); -} - -.focus\:border-gray-50:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); -} - -.focus\:border-gray-100:focus { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); -} - -.focus\:border-gray-200:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); -} - -.focus\:border-gray-300:focus { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); -} - -.focus\:border-gray-400:focus { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); -} - -.focus\:border-gray-500:focus { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); -} - -.focus\:border-gray-600:focus { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); -} - -.focus\:border-gray-700:focus { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); -} - -.focus\:border-gray-800:focus { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); -} - -.focus\:border-gray-900:focus { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); -} - -.focus\:border-red-50:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); -} - -.focus\:border-red-100:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); -} - -.focus\:border-red-200:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); -} - -.focus\:border-red-300:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); -} - -.focus\:border-red-400:focus { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); -} - -.focus\:border-red-500:focus { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); -} - -.focus\:border-red-600:focus { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); -} - -.focus\:border-red-700:focus { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); -} - -.focus\:border-red-800:focus { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); -} - -.focus\:border-red-900:focus { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); -} - -.focus\:border-yellow-50:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); -} - -.focus\:border-yellow-100:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); -} - -.focus\:border-yellow-200:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); -} - -.focus\:border-yellow-300:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); -} - -.focus\:border-yellow-400:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); -} - -.focus\:border-yellow-500:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); -} - -.focus\:border-yellow-600:focus { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); -} - -.focus\:border-yellow-700:focus { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); -} - -.focus\:border-yellow-800:focus { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); -} - -.focus\:border-yellow-900:focus { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); -} - -.focus\:border-green-50:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); -} - -.focus\:border-green-100:focus { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); -} - -.focus\:border-green-200:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); -} - -.focus\:border-green-300:focus { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); -} - -.focus\:border-green-400:focus { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); -} - -.focus\:border-green-500:focus { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); -} - -.focus\:border-green-600:focus { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); -} - -.focus\:border-green-700:focus { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); -} - -.focus\:border-green-800:focus { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); -} - -.focus\:border-green-900:focus { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); -} - -.focus\:border-blue-50:focus { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); -} - -.focus\:border-blue-100:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); -} - -.focus\:border-blue-200:focus { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); -} - -.focus\:border-blue-300:focus { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); -} - -.focus\:border-blue-400:focus { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); -} - -.focus\:border-blue-500:focus { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); -} - -.focus\:border-blue-600:focus { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); -} - -.focus\:border-blue-700:focus { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); -} - -.focus\:border-blue-800:focus { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); -} - -.focus\:border-blue-900:focus { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); -} - -.focus\:border-indigo-50:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); -} - -.focus\:border-indigo-100:focus { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); -} - -.focus\:border-indigo-200:focus { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); -} - -.focus\:border-indigo-300:focus { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); -} - -.focus\:border-indigo-400:focus { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); -} - -.focus\:border-indigo-500:focus { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); -} - -.focus\:border-indigo-600:focus { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); -} - -.focus\:border-indigo-700:focus { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); -} - -.focus\:border-indigo-800:focus { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); -} - -.focus\:border-indigo-900:focus { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); -} - -.focus\:border-purple-50:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); -} - -.focus\:border-purple-100:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); -} - -.focus\:border-purple-200:focus { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); -} - -.focus\:border-purple-300:focus { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); -} - -.focus\:border-purple-400:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); -} - -.focus\:border-purple-500:focus { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); -} - -.focus\:border-purple-600:focus { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); -} - -.focus\:border-purple-700:focus { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); -} - -.focus\:border-purple-800:focus { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); -} - -.focus\:border-purple-900:focus { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); -} - -.focus\:border-pink-50:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); -} - -.focus\:border-pink-100:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); -} - -.focus\:border-pink-200:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); -} - -.focus\:border-pink-300:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); -} - -.focus\:border-pink-400:focus { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); -} - -.focus\:border-pink-500:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); -} - -.focus\:border-pink-600:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); -} - -.focus\:border-pink-700:focus { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); -} - -.focus\:border-pink-800:focus { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); -} - -.focus\:border-pink-900:focus { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); -} - -.focus\:border-primary-50:focus { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); -} - -.focus\:border-primary-100:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); -} - -.focus\:border-primary-200:focus { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); -} - -.focus\:border-primary-300:focus { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); -} - -.focus\:border-primary-400:focus { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); -} - -.focus\:border-primary-500:focus { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); -} - -.focus\:border-primary-600:focus { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); -} - -.focus\:border-primary-700:focus { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); -} - -.focus\:border-primary-800:focus { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); -} - -.focus\:border-primary-900:focus { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); -} - -.focus\:border-danger:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); -} - -.focus\:border-success:focus { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); -} - -.focus\:border-warning:focus { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); -} - -.focus\:border-info:focus { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); -} - -.active\:border-transparent:active { - border-color: transparent; -} - -.active\:border-current:active { - border-color: currentColor; -} - -.active\:border-black:active { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); -} - -.active\:border-white:active { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); -} - -.active\:border-gray-50:active { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); -} - -.active\:border-gray-100:active { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); -} - -.active\:border-gray-200:active { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); -} - -.active\:border-gray-300:active { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); -} - -.active\:border-gray-400:active { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); -} - -.active\:border-gray-500:active { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); -} - -.active\:border-gray-600:active { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); -} - -.active\:border-gray-700:active { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); -} - -.active\:border-gray-800:active { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); -} - -.active\:border-gray-900:active { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); -} - -.active\:border-red-50:active { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); -} - -.active\:border-red-100:active { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); -} - -.active\:border-red-200:active { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); -} - -.active\:border-red-300:active { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); -} - -.active\:border-red-400:active { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); -} - -.active\:border-red-500:active { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); -} - -.active\:border-red-600:active { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); -} - -.active\:border-red-700:active { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); -} - -.active\:border-red-800:active { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); -} - -.active\:border-red-900:active { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); -} - -.active\:border-yellow-50:active { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); -} - -.active\:border-yellow-100:active { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); -} - -.active\:border-yellow-200:active { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); -} - -.active\:border-yellow-300:active { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); -} - -.active\:border-yellow-400:active { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); -} - -.active\:border-yellow-500:active { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); -} - -.active\:border-yellow-600:active { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); -} - -.active\:border-yellow-700:active { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); -} - -.active\:border-yellow-800:active { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); -} - -.active\:border-yellow-900:active { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); -} - -.active\:border-green-50:active { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); -} - -.active\:border-green-100:active { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); -} - -.active\:border-green-200:active { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); -} - -.active\:border-green-300:active { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); -} - -.active\:border-green-400:active { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); -} - -.active\:border-green-500:active { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); -} - -.active\:border-green-600:active { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); -} - -.active\:border-green-700:active { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); -} - -.active\:border-green-800:active { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); -} - -.active\:border-green-900:active { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); -} - -.active\:border-blue-50:active { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); -} - -.active\:border-blue-100:active { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); -} - -.active\:border-blue-200:active { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); -} - -.active\:border-blue-300:active { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); -} - -.active\:border-blue-400:active { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); -} - -.active\:border-blue-500:active { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); -} - -.active\:border-blue-600:active { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); -} - -.active\:border-blue-700:active { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); -} - -.active\:border-blue-800:active { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); -} - -.active\:border-blue-900:active { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); -} - -.active\:border-indigo-50:active { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); -} - -.active\:border-indigo-100:active { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); -} - -.active\:border-indigo-200:active { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); -} - -.active\:border-indigo-300:active { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); -} - -.active\:border-indigo-400:active { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); -} - -.active\:border-indigo-500:active { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); -} - -.active\:border-indigo-600:active { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); -} - -.active\:border-indigo-700:active { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); -} - -.active\:border-indigo-800:active { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); -} - -.active\:border-indigo-900:active { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); -} - -.active\:border-purple-50:active { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); -} - -.active\:border-purple-100:active { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); -} - -.active\:border-purple-200:active { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); -} - -.active\:border-purple-300:active { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); -} - -.active\:border-purple-400:active { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); -} - -.active\:border-purple-500:active { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); -} - -.active\:border-purple-600:active { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); -} - -.active\:border-purple-700:active { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); -} - -.active\:border-purple-800:active { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); -} - -.active\:border-purple-900:active { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); -} - -.active\:border-pink-50:active { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); -} - -.active\:border-pink-100:active { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); -} - -.active\:border-pink-200:active { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); -} - -.active\:border-pink-300:active { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); -} - -.active\:border-pink-400:active { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); -} - -.active\:border-pink-500:active { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); -} - -.active\:border-pink-600:active { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); -} - -.active\:border-pink-700:active { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); -} - -.active\:border-pink-800:active { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); -} - -.active\:border-pink-900:active { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); -} - -.active\:border-primary-50:active { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); -} - -.active\:border-primary-100:active { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); -} - -.active\:border-primary-200:active { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); -} - -.active\:border-primary-300:active { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); -} - -.active\:border-primary-400:active { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); -} - -.active\:border-primary-500:active { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); -} - -.active\:border-primary-600:active { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); -} - -.active\:border-primary-700:active { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); -} - -.active\:border-primary-800:active { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); -} - -.active\:border-primary-900:active { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); -} - -.active\:border-danger:active { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); -} - -.active\:border-success:active { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); -} - -.active\:border-warning:active { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); -} - -.active\:border-info:active { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); -} - -.focus-within\:border-transparent:focus-within { - border-color: transparent; -} - -.focus-within\:border-current:focus-within { - border-color: currentColor; -} - -.focus-within\:border-black:focus-within { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); -} - -.focus-within\:border-white:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); -} - -.focus-within\:border-red-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); -} - -.focus-within\:border-red-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); -} - -.focus-within\:border-red-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); -} - -.focus-within\:border-red-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); -} - -.focus-within\:border-red-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); -} - -.focus-within\:border-red-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); -} - -.focus-within\:border-red-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); -} - -.focus-within\:border-red-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); -} - -.focus-within\:border-red-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); -} - -.focus-within\:border-red-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); -} - -.focus-within\:border-yellow-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); -} - -.focus-within\:border-yellow-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); -} - -.focus-within\:border-yellow-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); -} - -.focus-within\:border-yellow-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); -} - -.focus-within\:border-yellow-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); -} - -.focus-within\:border-yellow-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); -} - -.focus-within\:border-yellow-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); -} - -.focus-within\:border-yellow-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); -} - -.focus-within\:border-yellow-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); -} - -.focus-within\:border-yellow-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); -} - -.focus-within\:border-green-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); -} - -.focus-within\:border-green-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); -} - -.focus-within\:border-green-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); -} - -.focus-within\:border-green-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); -} - -.focus-within\:border-green-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); -} - -.focus-within\:border-green-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); -} - -.focus-within\:border-green-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); -} - -.focus-within\:border-green-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); -} - -.focus-within\:border-green-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); -} - -.focus-within\:border-green-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); -} - -.focus-within\:border-blue-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); -} - -.focus-within\:border-blue-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); -} - -.focus-within\:border-blue-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); -} - -.focus-within\:border-blue-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); -} - -.focus-within\:border-blue-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); -} - -.focus-within\:border-blue-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); -} - -.focus-within\:border-blue-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); -} - -.focus-within\:border-blue-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); -} - -.focus-within\:border-blue-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); -} - -.focus-within\:border-blue-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); -} - -.focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); -} - -.focus-within\:border-indigo-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); -} - -.focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); -} - -.focus-within\:border-indigo-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); -} - -.focus-within\:border-indigo-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); -} - -.focus-within\:border-indigo-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); -} - -.focus-within\:border-indigo-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); -} - -.focus-within\:border-indigo-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); -} - -.focus-within\:border-indigo-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); -} - -.focus-within\:border-indigo-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); -} - -.focus-within\:border-primary-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); -} - -.focus-within\:border-primary-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); -} - -.focus-within\:border-primary-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); -} - -.focus-within\:border-primary-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); -} - -.focus-within\:border-primary-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); -} - -.focus-within\:border-primary-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); -} - -.focus-within\:border-primary-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); -} - -.focus-within\:border-primary-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); -} - -.focus-within\:border-primary-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); -} - -.focus-within\:border-primary-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); -} - -.focus-within\:border-danger:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); -} - -.focus-within\:border-success:focus-within { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); -} - -.focus-within\:border-warning:focus-within { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); -} - -.focus-within\:border-info:focus-within { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); -} - -.border-opacity-0 { - --tw-border-opacity: 0; -} - -.border-opacity-5 { - --tw-border-opacity: 0.05; -} - -.border-opacity-10 { - --tw-border-opacity: 0.1; -} - -.border-opacity-20 { - --tw-border-opacity: 0.2; -} - -.border-opacity-25 { - --tw-border-opacity: 0.25; -} - -.border-opacity-30 { - --tw-border-opacity: 0.3; -} - -.border-opacity-40 { - --tw-border-opacity: 0.4; -} - -.border-opacity-50 { - --tw-border-opacity: 0.5; -} - -.border-opacity-60 { - --tw-border-opacity: 0.6; -} - -.border-opacity-70 { - --tw-border-opacity: 0.7; -} - -.border-opacity-75 { - --tw-border-opacity: 0.75; -} - -.border-opacity-80 { - --tw-border-opacity: 0.8; -} - -.border-opacity-90 { - --tw-border-opacity: 0.9; -} - -.border-opacity-95 { - --tw-border-opacity: 0.95; -} - -.border-opacity-100 { - --tw-border-opacity: 1; -} - -.group:hover .group-hover\:border-opacity-0 { - --tw-border-opacity: 0; -} - -.group:hover .group-hover\:border-opacity-5 { - --tw-border-opacity: 0.05; -} - -.group:hover .group-hover\:border-opacity-10 { - --tw-border-opacity: 0.1; -} - -.group:hover .group-hover\:border-opacity-20 { - --tw-border-opacity: 0.2; -} - -.group:hover .group-hover\:border-opacity-25 { - --tw-border-opacity: 0.25; -} - -.group:hover .group-hover\:border-opacity-30 { - --tw-border-opacity: 0.3; -} - -.group:hover .group-hover\:border-opacity-40 { - --tw-border-opacity: 0.4; -} - -.group:hover .group-hover\:border-opacity-50 { - --tw-border-opacity: 0.5; -} - -.group:hover .group-hover\:border-opacity-60 { - --tw-border-opacity: 0.6; -} - -.group:hover .group-hover\:border-opacity-70 { - --tw-border-opacity: 0.7; -} - -.group:hover .group-hover\:border-opacity-75 { - --tw-border-opacity: 0.75; -} - -.group:hover .group-hover\:border-opacity-80 { - --tw-border-opacity: 0.8; -} - -.group:hover .group-hover\:border-opacity-90 { - --tw-border-opacity: 0.9; -} - -.group:hover .group-hover\:border-opacity-95 { - --tw-border-opacity: 0.95; -} - -.group:hover .group-hover\:border-opacity-100 { - --tw-border-opacity: 1; -} - -.focus-within\:border-opacity-0:focus-within { - --tw-border-opacity: 0; -} - -.focus-within\:border-opacity-5:focus-within { - --tw-border-opacity: 0.05; -} - -.focus-within\:border-opacity-10:focus-within { - --tw-border-opacity: 0.1; -} - -.focus-within\:border-opacity-20:focus-within { - --tw-border-opacity: 0.2; -} - -.focus-within\:border-opacity-25:focus-within { - --tw-border-opacity: 0.25; -} - -.focus-within\:border-opacity-30:focus-within { - --tw-border-opacity: 0.3; -} - -.focus-within\:border-opacity-40:focus-within { - --tw-border-opacity: 0.4; -} - -.focus-within\:border-opacity-50:focus-within { - --tw-border-opacity: 0.5; -} - -.focus-within\:border-opacity-60:focus-within { - --tw-border-opacity: 0.6; -} - -.focus-within\:border-opacity-70:focus-within { - --tw-border-opacity: 0.7; -} - -.focus-within\:border-opacity-75:focus-within { - --tw-border-opacity: 0.75; -} - -.focus-within\:border-opacity-80:focus-within { - --tw-border-opacity: 0.8; -} - -.focus-within\:border-opacity-90:focus-within { - --tw-border-opacity: 0.9; -} - -.focus-within\:border-opacity-95:focus-within { - --tw-border-opacity: 0.95; -} - -.focus-within\:border-opacity-100:focus-within { - --tw-border-opacity: 1; -} - -.hover\:border-opacity-0:hover { - --tw-border-opacity: 0; -} - -.hover\:border-opacity-5:hover { - --tw-border-opacity: 0.05; -} - -.hover\:border-opacity-10:hover { - --tw-border-opacity: 0.1; -} - -.hover\:border-opacity-20:hover { - --tw-border-opacity: 0.2; -} - -.hover\:border-opacity-25:hover { - --tw-border-opacity: 0.25; -} - -.hover\:border-opacity-30:hover { - --tw-border-opacity: 0.3; -} - -.hover\:border-opacity-40:hover { - --tw-border-opacity: 0.4; -} - -.hover\:border-opacity-50:hover { - --tw-border-opacity: 0.5; -} - -.hover\:border-opacity-60:hover { - --tw-border-opacity: 0.6; -} - -.hover\:border-opacity-70:hover { - --tw-border-opacity: 0.7; -} - -.hover\:border-opacity-75:hover { - --tw-border-opacity: 0.75; -} - -.hover\:border-opacity-80:hover { - --tw-border-opacity: 0.8; -} - -.hover\:border-opacity-90:hover { - --tw-border-opacity: 0.9; -} - -.hover\:border-opacity-95:hover { - --tw-border-opacity: 0.95; -} - -.hover\:border-opacity-100:hover { - --tw-border-opacity: 1; -} - -.focus\:border-opacity-0:focus { - --tw-border-opacity: 0; -} - -.focus\:border-opacity-5:focus { - --tw-border-opacity: 0.05; -} - -.focus\:border-opacity-10:focus { - --tw-border-opacity: 0.1; -} - -.focus\:border-opacity-20:focus { - --tw-border-opacity: 0.2; -} - -.focus\:border-opacity-25:focus { - --tw-border-opacity: 0.25; -} - -.focus\:border-opacity-30:focus { - --tw-border-opacity: 0.3; -} - -.focus\:border-opacity-40:focus { - --tw-border-opacity: 0.4; -} - -.focus\:border-opacity-50:focus { - --tw-border-opacity: 0.5; -} - -.focus\:border-opacity-60:focus { - --tw-border-opacity: 0.6; -} - -.focus\:border-opacity-70:focus { - --tw-border-opacity: 0.7; -} - -.focus\:border-opacity-75:focus { - --tw-border-opacity: 0.75; -} - -.focus\:border-opacity-80:focus { - --tw-border-opacity: 0.8; -} - -.focus\:border-opacity-90:focus { - --tw-border-opacity: 0.9; -} - -.focus\:border-opacity-95:focus { - --tw-border-opacity: 0.95; -} - -.focus\:border-opacity-100:focus { - --tw-border-opacity: 1; -} - -.rounded-none { - border-radius: 0px; -} - -.rounded-sm { - border-radius: 0.125rem; -} - -.rounded { - border-radius: 0.25rem; -} - -.rounded-md { - border-radius: 0.375rem; -} - -.rounded-lg { - border-radius: 0.5rem; -} - -.rounded-xl { - border-radius: 0.75rem; -} - -.rounded-2xl { - border-radius: 1rem; -} - -.rounded-3xl { - border-radius: 1.5rem; -} - -.rounded-full { - border-radius: 9999px; -} - -.rounded-t-none { - border-top-left-radius: 0px; - border-top-right-radius: 0px; -} - -.rounded-r-none { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} - -.rounded-b-none { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; -} - -.rounded-l-none { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; -} - -.rounded-t-sm { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; -} - -.rounded-r-sm { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; -} - -.rounded-b-sm { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; -} - -.rounded-l-sm { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; -} - -.rounded-t { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} - -.rounded-r { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; -} - -.rounded-b { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.rounded-l { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.rounded-t-md { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; -} - -.rounded-r-md { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; -} - -.rounded-b-md { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; -} - -.rounded-l-md { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; -} - -.rounded-t-lg { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; -} - -.rounded-r-lg { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; -} - -.rounded-b-lg { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; -} - -.rounded-l-lg { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; -} - -.rounded-t-xl { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; -} - -.rounded-r-xl { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; -} - -.rounded-b-xl { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; -} - -.rounded-l-xl { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; -} - -.rounded-t-2xl { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; -} - -.rounded-r-2xl { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; -} - -.rounded-b-2xl { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; -} - -.rounded-l-2xl { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; -} - -.rounded-t-3xl { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; -} - -.rounded-r-3xl { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; -} - -.rounded-b-3xl { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; -} - -.rounded-l-3xl { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; -} - -.rounded-t-full { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; -} - -.rounded-r-full { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.rounded-b-full { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.rounded-l-full { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.rounded-tl-none { - border-top-left-radius: 0px; -} - -.rounded-tr-none { - border-top-right-radius: 0px; -} - -.rounded-br-none { - border-bottom-right-radius: 0px; -} - -.rounded-bl-none { - border-bottom-left-radius: 0px; -} - -.rounded-tl-sm { - border-top-left-radius: 0.125rem; -} - -.rounded-tr-sm { - border-top-right-radius: 0.125rem; -} - -.rounded-br-sm { - border-bottom-right-radius: 0.125rem; -} - -.rounded-bl-sm { - border-bottom-left-radius: 0.125rem; -} - -.rounded-tl { - border-top-left-radius: 0.25rem; -} - -.rounded-tr { - border-top-right-radius: 0.25rem; -} - -.rounded-br { - border-bottom-right-radius: 0.25rem; -} - -.rounded-bl { - border-bottom-left-radius: 0.25rem; -} - -.rounded-tl-md { - border-top-left-radius: 0.375rem; -} - -.rounded-tr-md { - border-top-right-radius: 0.375rem; -} - -.rounded-br-md { - border-bottom-right-radius: 0.375rem; -} - -.rounded-bl-md { - border-bottom-left-radius: 0.375rem; -} - -.rounded-tl-lg { - border-top-left-radius: 0.5rem; -} - -.rounded-tr-lg { - border-top-right-radius: 0.5rem; -} - -.rounded-br-lg { - border-bottom-right-radius: 0.5rem; -} - -.rounded-bl-lg { - border-bottom-left-radius: 0.5rem; -} - -.rounded-tl-xl { - border-top-left-radius: 0.75rem; -} - -.rounded-tr-xl { - border-top-right-radius: 0.75rem; -} - -.rounded-br-xl { - border-bottom-right-radius: 0.75rem; -} - -.rounded-bl-xl { - border-bottom-left-radius: 0.75rem; -} - -.rounded-tl-2xl { - border-top-left-radius: 1rem; -} - -.rounded-tr-2xl { - border-top-right-radius: 1rem; -} - -.rounded-br-2xl { - border-bottom-right-radius: 1rem; -} - -.rounded-bl-2xl { - border-bottom-left-radius: 1rem; -} - -.rounded-tl-3xl { - border-top-left-radius: 1.5rem; -} - -.rounded-tr-3xl { - border-top-right-radius: 1.5rem; -} - -.rounded-br-3xl { - border-bottom-right-radius: 1.5rem; -} - -.rounded-bl-3xl { - border-bottom-left-radius: 1.5rem; -} - -.rounded-tl-full { - border-top-left-radius: 9999px; -} - -.rounded-tr-full { - border-top-right-radius: 9999px; -} - -.rounded-br-full { - border-bottom-right-radius: 9999px; -} - -.rounded-bl-full { - border-bottom-left-radius: 9999px; -} - -.hover\:rounded-none:hover { - border-radius: 0px; -} - -.hover\:rounded-sm:hover { - border-radius: 0.125rem; -} - -.hover\:rounded:hover { - border-radius: 0.25rem; -} - -.hover\:rounded-md:hover { - border-radius: 0.375rem; -} - -.hover\:rounded-lg:hover { - border-radius: 0.5rem; -} - -.hover\:rounded-xl:hover { - border-radius: 0.75rem; -} - -.hover\:rounded-2xl:hover { - border-radius: 1rem; -} - -.hover\:rounded-3xl:hover { - border-radius: 1.5rem; -} - -.hover\:rounded-full:hover { - border-radius: 9999px; -} - -.hover\:rounded-t-none:hover { - border-top-left-radius: 0px; - border-top-right-radius: 0px; -} - -.hover\:rounded-r-none:hover { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} - -.hover\:rounded-b-none:hover { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; -} - -.hover\:rounded-l-none:hover { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; -} - -.hover\:rounded-t-sm:hover { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; -} - -.hover\:rounded-r-sm:hover { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; -} - -.hover\:rounded-b-sm:hover { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; -} - -.hover\:rounded-l-sm:hover { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; -} - -.hover\:rounded-t:hover { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} - -.hover\:rounded-r:hover { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; -} - -.hover\:rounded-b:hover { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.hover\:rounded-l:hover { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.hover\:rounded-t-md:hover { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; -} - -.hover\:rounded-r-md:hover { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; -} - -.hover\:rounded-b-md:hover { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; -} - -.hover\:rounded-l-md:hover { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; -} - -.hover\:rounded-t-lg:hover { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; -} - -.hover\:rounded-r-lg:hover { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; -} - -.hover\:rounded-b-lg:hover { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; -} - -.hover\:rounded-l-lg:hover { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; -} - -.hover\:rounded-t-xl:hover { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; -} - -.hover\:rounded-r-xl:hover { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; -} - -.hover\:rounded-b-xl:hover { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; -} - -.hover\:rounded-l-xl:hover { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; -} - -.hover\:rounded-t-2xl:hover { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; -} - -.hover\:rounded-r-2xl:hover { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; -} - -.hover\:rounded-b-2xl:hover { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; -} - -.hover\:rounded-l-2xl:hover { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; -} - -.hover\:rounded-t-3xl:hover { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; -} - -.hover\:rounded-r-3xl:hover { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; -} - -.hover\:rounded-b-3xl:hover { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; -} - -.hover\:rounded-l-3xl:hover { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; -} - -.hover\:rounded-t-full:hover { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; -} - -.hover\:rounded-r-full:hover { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.hover\:rounded-b-full:hover { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.hover\:rounded-l-full:hover { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.hover\:rounded-tl-none:hover { - border-top-left-radius: 0px; -} - -.hover\:rounded-tr-none:hover { - border-top-right-radius: 0px; -} - -.hover\:rounded-br-none:hover { - border-bottom-right-radius: 0px; -} - -.hover\:rounded-bl-none:hover { - border-bottom-left-radius: 0px; -} - -.hover\:rounded-tl-sm:hover { - border-top-left-radius: 0.125rem; -} - -.hover\:rounded-tr-sm:hover { - border-top-right-radius: 0.125rem; -} - -.hover\:rounded-br-sm:hover { - border-bottom-right-radius: 0.125rem; -} - -.hover\:rounded-bl-sm:hover { - border-bottom-left-radius: 0.125rem; -} - -.hover\:rounded-tl:hover { - border-top-left-radius: 0.25rem; -} - -.hover\:rounded-tr:hover { - border-top-right-radius: 0.25rem; -} - -.hover\:rounded-br:hover { - border-bottom-right-radius: 0.25rem; -} - -.hover\:rounded-bl:hover { - border-bottom-left-radius: 0.25rem; -} - -.hover\:rounded-tl-md:hover { - border-top-left-radius: 0.375rem; -} - -.hover\:rounded-tr-md:hover { - border-top-right-radius: 0.375rem; -} - -.hover\:rounded-br-md:hover { - border-bottom-right-radius: 0.375rem; -} - -.hover\:rounded-bl-md:hover { - border-bottom-left-radius: 0.375rem; -} - -.hover\:rounded-tl-lg:hover { - border-top-left-radius: 0.5rem; -} - -.hover\:rounded-tr-lg:hover { - border-top-right-radius: 0.5rem; -} - -.hover\:rounded-br-lg:hover { - border-bottom-right-radius: 0.5rem; -} - -.hover\:rounded-bl-lg:hover { - border-bottom-left-radius: 0.5rem; -} - -.hover\:rounded-tl-xl:hover { - border-top-left-radius: 0.75rem; -} - -.hover\:rounded-tr-xl:hover { - border-top-right-radius: 0.75rem; -} - -.hover\:rounded-br-xl:hover { - border-bottom-right-radius: 0.75rem; -} - -.hover\:rounded-bl-xl:hover { - border-bottom-left-radius: 0.75rem; -} - -.hover\:rounded-tl-2xl:hover { - border-top-left-radius: 1rem; -} - -.hover\:rounded-tr-2xl:hover { - border-top-right-radius: 1rem; -} - -.hover\:rounded-br-2xl:hover { - border-bottom-right-radius: 1rem; -} - -.hover\:rounded-bl-2xl:hover { - border-bottom-left-radius: 1rem; -} - -.hover\:rounded-tl-3xl:hover { - border-top-left-radius: 1.5rem; -} - -.hover\:rounded-tr-3xl:hover { - border-top-right-radius: 1.5rem; -} - -.hover\:rounded-br-3xl:hover { - border-bottom-right-radius: 1.5rem; -} - -.hover\:rounded-bl-3xl:hover { - border-bottom-left-radius: 1.5rem; -} - -.hover\:rounded-tl-full:hover { - border-top-left-radius: 9999px; -} - -.hover\:rounded-tr-full:hover { - border-top-right-radius: 9999px; -} - -.hover\:rounded-br-full:hover { - border-bottom-right-radius: 9999px; -} - -.hover\:rounded-bl-full:hover { - border-bottom-left-radius: 9999px; -} - -.first\:rounded-none:first-child { - border-radius: 0px; -} - -.first\:rounded-sm:first-child { - border-radius: 0.125rem; -} - -.first\:rounded:first-child { - border-radius: 0.25rem; -} - -.first\:rounded-md:first-child { - border-radius: 0.375rem; -} - -.first\:rounded-lg:first-child { - border-radius: 0.5rem; -} - -.first\:rounded-xl:first-child { - border-radius: 0.75rem; -} - -.first\:rounded-2xl:first-child { - border-radius: 1rem; -} - -.first\:rounded-3xl:first-child { - border-radius: 1.5rem; -} - -.first\:rounded-full:first-child { - border-radius: 9999px; -} - -.first\:rounded-t-none:first-child { - border-top-left-radius: 0px; - border-top-right-radius: 0px; -} - -.first\:rounded-r-none:first-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} - -.first\:rounded-b-none:first-child { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; -} - -.first\:rounded-l-none:first-child { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; -} - -.first\:rounded-t-sm:first-child { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; -} - -.first\:rounded-r-sm:first-child { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; -} - -.first\:rounded-b-sm:first-child { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; -} - -.first\:rounded-l-sm:first-child { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; -} - -.first\:rounded-t:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} - -.first\:rounded-r:first-child { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; -} - -.first\:rounded-b:first-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.first\:rounded-l:first-child { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.first\:rounded-t-md:first-child { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; -} - -.first\:rounded-r-md:first-child { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; -} - -.first\:rounded-b-md:first-child { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; -} - -.first\:rounded-l-md:first-child { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; -} - -.first\:rounded-t-lg:first-child { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; -} - -.first\:rounded-r-lg:first-child { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; -} - -.first\:rounded-b-lg:first-child { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; -} - -.first\:rounded-l-lg:first-child { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; -} - -.first\:rounded-t-xl:first-child { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; -} - -.first\:rounded-r-xl:first-child { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; -} - -.first\:rounded-b-xl:first-child { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; -} - -.first\:rounded-l-xl:first-child { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; -} - -.first\:rounded-t-2xl:first-child { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; -} - -.first\:rounded-r-2xl:first-child { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; -} - -.first\:rounded-b-2xl:first-child { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; -} - -.first\:rounded-l-2xl:first-child { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; -} - -.first\:rounded-t-3xl:first-child { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; -} - -.first\:rounded-r-3xl:first-child { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; -} - -.first\:rounded-b-3xl:first-child { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; -} - -.first\:rounded-l-3xl:first-child { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; -} - -.first\:rounded-t-full:first-child { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; -} - -.first\:rounded-r-full:first-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.first\:rounded-b-full:first-child { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.first\:rounded-l-full:first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.first\:rounded-tl-none:first-child { - border-top-left-radius: 0px; -} - -.first\:rounded-tr-none:first-child { - border-top-right-radius: 0px; -} - -.first\:rounded-br-none:first-child { - border-bottom-right-radius: 0px; -} - -.first\:rounded-bl-none:first-child { - border-bottom-left-radius: 0px; -} - -.first\:rounded-tl-sm:first-child { - border-top-left-radius: 0.125rem; -} - -.first\:rounded-tr-sm:first-child { - border-top-right-radius: 0.125rem; -} - -.first\:rounded-br-sm:first-child { - border-bottom-right-radius: 0.125rem; -} - -.first\:rounded-bl-sm:first-child { - border-bottom-left-radius: 0.125rem; -} - -.first\:rounded-tl:first-child { - border-top-left-radius: 0.25rem; -} - -.first\:rounded-tr:first-child { - border-top-right-radius: 0.25rem; -} - -.first\:rounded-br:first-child { - border-bottom-right-radius: 0.25rem; -} - -.first\:rounded-bl:first-child { - border-bottom-left-radius: 0.25rem; -} - -.first\:rounded-tl-md:first-child { - border-top-left-radius: 0.375rem; -} - -.first\:rounded-tr-md:first-child { - border-top-right-radius: 0.375rem; -} - -.first\:rounded-br-md:first-child { - border-bottom-right-radius: 0.375rem; -} - -.first\:rounded-bl-md:first-child { - border-bottom-left-radius: 0.375rem; -} - -.first\:rounded-tl-lg:first-child { - border-top-left-radius: 0.5rem; -} - -.first\:rounded-tr-lg:first-child { - border-top-right-radius: 0.5rem; -} - -.first\:rounded-br-lg:first-child { - border-bottom-right-radius: 0.5rem; -} - -.first\:rounded-bl-lg:first-child { - border-bottom-left-radius: 0.5rem; -} - -.first\:rounded-tl-xl:first-child { - border-top-left-radius: 0.75rem; -} - -.first\:rounded-tr-xl:first-child { - border-top-right-radius: 0.75rem; -} - -.first\:rounded-br-xl:first-child { - border-bottom-right-radius: 0.75rem; -} - -.first\:rounded-bl-xl:first-child { - border-bottom-left-radius: 0.75rem; -} - -.first\:rounded-tl-2xl:first-child { - border-top-left-radius: 1rem; -} - -.first\:rounded-tr-2xl:first-child { - border-top-right-radius: 1rem; -} - -.first\:rounded-br-2xl:first-child { - border-bottom-right-radius: 1rem; -} - -.first\:rounded-bl-2xl:first-child { - border-bottom-left-radius: 1rem; -} - -.first\:rounded-tl-3xl:first-child { - border-top-left-radius: 1.5rem; -} - -.first\:rounded-tr-3xl:first-child { - border-top-right-radius: 1.5rem; -} - -.first\:rounded-br-3xl:first-child { - border-bottom-right-radius: 1.5rem; -} - -.first\:rounded-bl-3xl:first-child { - border-bottom-left-radius: 1.5rem; -} - -.first\:rounded-tl-full:first-child { - border-top-left-radius: 9999px; -} - -.first\:rounded-tr-full:first-child { - border-top-right-radius: 9999px; -} - -.first\:rounded-br-full:first-child { - border-bottom-right-radius: 9999px; -} - -.first\:rounded-bl-full:first-child { - border-bottom-left-radius: 9999px; -} - -.last\:rounded-none:last-child { - border-radius: 0px; -} - -.last\:rounded-sm:last-child { - border-radius: 0.125rem; -} - -.last\:rounded:last-child { - border-radius: 0.25rem; -} - -.last\:rounded-md:last-child { - border-radius: 0.375rem; -} - -.last\:rounded-lg:last-child { - border-radius: 0.5rem; -} - -.last\:rounded-xl:last-child { - border-radius: 0.75rem; -} - -.last\:rounded-2xl:last-child { - border-radius: 1rem; -} - -.last\:rounded-3xl:last-child { - border-radius: 1.5rem; -} - -.last\:rounded-full:last-child { - border-radius: 9999px; -} - -.last\:rounded-t-none:last-child { - border-top-left-radius: 0px; - border-top-right-radius: 0px; -} - -.last\:rounded-r-none:last-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} - -.last\:rounded-b-none:last-child { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; -} - -.last\:rounded-l-none:last-child { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; -} - -.last\:rounded-t-sm:last-child { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; -} - -.last\:rounded-r-sm:last-child { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; -} - -.last\:rounded-b-sm:last-child { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; -} - -.last\:rounded-l-sm:last-child { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; -} - -.last\:rounded-t:last-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} - -.last\:rounded-r:last-child { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; -} - -.last\:rounded-b:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.last\:rounded-l:last-child { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.last\:rounded-t-md:last-child { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; -} - -.last\:rounded-r-md:last-child { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; -} - -.last\:rounded-b-md:last-child { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; -} - -.last\:rounded-l-md:last-child { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; -} - -.last\:rounded-t-lg:last-child { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; -} - -.last\:rounded-r-lg:last-child { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; -} - -.last\:rounded-b-lg:last-child { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; -} - -.last\:rounded-l-lg:last-child { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; -} - -.last\:rounded-t-xl:last-child { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; -} - -.last\:rounded-r-xl:last-child { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; -} - -.last\:rounded-b-xl:last-child { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; -} - -.last\:rounded-l-xl:last-child { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; -} - -.last\:rounded-t-2xl:last-child { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; -} - -.last\:rounded-r-2xl:last-child { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; -} - -.last\:rounded-b-2xl:last-child { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; -} - -.last\:rounded-l-2xl:last-child { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; -} - -.last\:rounded-t-3xl:last-child { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; -} - -.last\:rounded-r-3xl:last-child { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; -} - -.last\:rounded-b-3xl:last-child { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; -} - -.last\:rounded-l-3xl:last-child { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; -} - -.last\:rounded-t-full:last-child { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; -} - -.last\:rounded-r-full:last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.last\:rounded-b-full:last-child { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.last\:rounded-l-full:last-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.last\:rounded-tl-none:last-child { - border-top-left-radius: 0px; -} - -.last\:rounded-tr-none:last-child { - border-top-right-radius: 0px; -} - -.last\:rounded-br-none:last-child { - border-bottom-right-radius: 0px; -} - -.last\:rounded-bl-none:last-child { - border-bottom-left-radius: 0px; -} - -.last\:rounded-tl-sm:last-child { - border-top-left-radius: 0.125rem; -} - -.last\:rounded-tr-sm:last-child { - border-top-right-radius: 0.125rem; -} - -.last\:rounded-br-sm:last-child { - border-bottom-right-radius: 0.125rem; -} - -.last\:rounded-bl-sm:last-child { - border-bottom-left-radius: 0.125rem; -} - -.last\:rounded-tl:last-child { - border-top-left-radius: 0.25rem; -} - -.last\:rounded-tr:last-child { - border-top-right-radius: 0.25rem; -} - -.last\:rounded-br:last-child { - border-bottom-right-radius: 0.25rem; -} - -.last\:rounded-bl:last-child { - border-bottom-left-radius: 0.25rem; -} - -.last\:rounded-tl-md:last-child { - border-top-left-radius: 0.375rem; -} - -.last\:rounded-tr-md:last-child { - border-top-right-radius: 0.375rem; -} - -.last\:rounded-br-md:last-child { - border-bottom-right-radius: 0.375rem; -} - -.last\:rounded-bl-md:last-child { - border-bottom-left-radius: 0.375rem; -} - -.last\:rounded-tl-lg:last-child { - border-top-left-radius: 0.5rem; -} - -.last\:rounded-tr-lg:last-child { - border-top-right-radius: 0.5rem; -} - -.last\:rounded-br-lg:last-child { - border-bottom-right-radius: 0.5rem; -} - -.last\:rounded-bl-lg:last-child { - border-bottom-left-radius: 0.5rem; -} - -.last\:rounded-tl-xl:last-child { - border-top-left-radius: 0.75rem; -} - -.last\:rounded-tr-xl:last-child { - border-top-right-radius: 0.75rem; -} - -.last\:rounded-br-xl:last-child { - border-bottom-right-radius: 0.75rem; -} - -.last\:rounded-bl-xl:last-child { - border-bottom-left-radius: 0.75rem; -} - -.last\:rounded-tl-2xl:last-child { - border-top-left-radius: 1rem; -} - -.last\:rounded-tr-2xl:last-child { - border-top-right-radius: 1rem; -} - -.last\:rounded-br-2xl:last-child { - border-bottom-right-radius: 1rem; -} - -.last\:rounded-bl-2xl:last-child { - border-bottom-left-radius: 1rem; -} - -.last\:rounded-tl-3xl:last-child { - border-top-left-radius: 1.5rem; -} - -.last\:rounded-tr-3xl:last-child { - border-top-right-radius: 1.5rem; -} - -.last\:rounded-br-3xl:last-child { - border-bottom-right-radius: 1.5rem; -} - -.last\:rounded-bl-3xl:last-child { - border-bottom-left-radius: 1.5rem; -} - -.last\:rounded-tl-full:last-child { - border-top-left-radius: 9999px; -} - -.last\:rounded-tr-full:last-child { - border-top-right-radius: 9999px; -} - -.last\:rounded-br-full:last-child { - border-bottom-right-radius: 9999px; -} - -.last\:rounded-bl-full:last-child { - border-bottom-left-radius: 9999px; -} - -.border-solid { - border-style: solid; -} - -.border-dashed { - border-style: dashed; -} - -.border-dotted { - border-style: dotted; -} - -.border-double { - border-style: double; -} - -.border-none { - border-style: none; -} - -.hover\:border-solid:hover { - border-style: solid; -} - -.hover\:border-dashed:hover { - border-style: dashed; -} - -.hover\:border-dotted:hover { - border-style: dotted; -} - -.hover\:border-double:hover { - border-style: double; -} - -.hover\:border-none:hover { - border-style: none; -} - -.first\:border-solid:first-child { - border-style: solid; -} - -.first\:border-dashed:first-child { - border-style: dashed; -} - -.first\:border-dotted:first-child { - border-style: dotted; -} - -.first\:border-double:first-child { - border-style: double; -} - -.first\:border-none:first-child { - border-style: none; -} - -.last\:border-solid:last-child { - border-style: solid; -} - -.last\:border-dashed:last-child { - border-style: dashed; -} - -.last\:border-dotted:last-child { - border-style: dotted; -} - -.last\:border-double:last-child { - border-style: double; -} - -.last\:border-none:last-child { - border-style: none; -} - -.border-0 { - border-width: 0px; -} - -.border-2 { - border-width: 2px; -} - -.border-3 { - border-width: 3px; -} - -.border-4 { - border-width: 4px; -} - -.border-8 { - border-width: 8px; -} - -.border { - border-width: 1px; -} - -.border-t-0 { - border-top-width: 0px; -} - -.border-r-0 { - border-right-width: 0px; -} - -.border-b-0 { - border-bottom-width: 0px; -} - -.border-l-0 { - border-left-width: 0px; -} - -.border-t-2 { - border-top-width: 2px; -} - -.border-r-2 { - border-right-width: 2px; -} - -.border-b-2 { - border-bottom-width: 2px; -} - -.border-l-2 { - border-left-width: 2px; -} - -.border-t-3 { - border-top-width: 3px; -} - -.border-r-3 { - border-right-width: 3px; -} - -.border-b-3 { - border-bottom-width: 3px; -} - -.border-l-3 { - border-left-width: 3px; -} - -.border-t-4 { - border-top-width: 4px; -} - -.border-r-4 { - border-right-width: 4px; -} - -.border-b-4 { - border-bottom-width: 4px; -} - -.border-l-4 { - border-left-width: 4px; -} - -.border-t-8 { - border-top-width: 8px; -} - -.border-r-8 { - border-right-width: 8px; -} - -.border-b-8 { - border-bottom-width: 8px; -} - -.border-l-8 { - border-left-width: 8px; -} - -.border-t { - border-top-width: 1px; -} - -.border-r { - border-right-width: 1px; -} - -.border-b { - border-bottom-width: 1px; -} - -.border-l { - border-left-width: 1px; -} - -.last\:border-0:last-child { - border-width: 0px; -} - -.last\:border-2:last-child { - border-width: 2px; -} - -.last\:border-3:last-child { - border-width: 3px; -} - -.last\:border-4:last-child { - border-width: 4px; -} - -.last\:border-8:last-child { - border-width: 8px; -} - -.last\:border:last-child { - border-width: 1px; -} - -.last\:border-t-0:last-child { - border-top-width: 0px; -} - -.last\:border-r-0:last-child { - border-right-width: 0px; -} - -.last\:border-b-0:last-child { - border-bottom-width: 0px; -} - -.last\:border-l-0:last-child { - border-left-width: 0px; -} - -.last\:border-t-2:last-child { - border-top-width: 2px; -} - -.last\:border-r-2:last-child { - border-right-width: 2px; -} - -.last\:border-b-2:last-child { - border-bottom-width: 2px; -} - -.last\:border-l-2:last-child { - border-left-width: 2px; -} - -.last\:border-t-3:last-child { - border-top-width: 3px; -} - -.last\:border-r-3:last-child { - border-right-width: 3px; -} - -.last\:border-b-3:last-child { - border-bottom-width: 3px; -} - -.last\:border-l-3:last-child { - border-left-width: 3px; -} - -.last\:border-t-4:last-child { - border-top-width: 4px; -} - -.last\:border-r-4:last-child { - border-right-width: 4px; -} - -.last\:border-b-4:last-child { - border-bottom-width: 4px; -} - -.last\:border-l-4:last-child { - border-left-width: 4px; -} - -.last\:border-t-8:last-child { - border-top-width: 8px; -} - -.last\:border-r-8:last-child { - border-right-width: 8px; -} - -.last\:border-b-8:last-child { - border-bottom-width: 8px; -} - -.last\:border-l-8:last-child { - border-left-width: 8px; -} - -.last\:border-t:last-child { - border-top-width: 1px; -} - -.last\:border-r:last-child { - border-right-width: 1px; -} - -.last\:border-b:last-child { - border-bottom-width: 1px; -} - -.last\:border-l:last-child { - border-left-width: 1px; -} - -.hover\:border-0:hover { - border-width: 0px; -} - -.hover\:border-2:hover { - border-width: 2px; -} - -.hover\:border-3:hover { - border-width: 3px; -} - -.hover\:border-4:hover { - border-width: 4px; -} - -.hover\:border-8:hover { - border-width: 8px; -} - -.hover\:border:hover { - border-width: 1px; -} - -.hover\:border-t-0:hover { - border-top-width: 0px; -} - -.hover\:border-r-0:hover { - border-right-width: 0px; -} - -.hover\:border-b-0:hover { - border-bottom-width: 0px; -} - -.hover\:border-l-0:hover { - border-left-width: 0px; -} - -.hover\:border-t-2:hover { - border-top-width: 2px; -} - -.hover\:border-r-2:hover { - border-right-width: 2px; -} - -.hover\:border-b-2:hover { - border-bottom-width: 2px; -} - -.hover\:border-l-2:hover { - border-left-width: 2px; -} - -.hover\:border-t-3:hover { - border-top-width: 3px; -} - -.hover\:border-r-3:hover { - border-right-width: 3px; -} - -.hover\:border-b-3:hover { - border-bottom-width: 3px; -} - -.hover\:border-l-3:hover { - border-left-width: 3px; -} - -.hover\:border-t-4:hover { - border-top-width: 4px; -} - -.hover\:border-r-4:hover { - border-right-width: 4px; -} - -.hover\:border-b-4:hover { - border-bottom-width: 4px; -} - -.hover\:border-l-4:hover { - border-left-width: 4px; -} - -.hover\:border-t-8:hover { - border-top-width: 8px; -} - -.hover\:border-r-8:hover { - border-right-width: 8px; -} - -.hover\:border-b-8:hover { - border-bottom-width: 8px; -} - -.hover\:border-l-8:hover { - border-left-width: 8px; -} - -.hover\:border-t:hover { - border-top-width: 1px; -} - -.hover\:border-r:hover { - border-right-width: 1px; -} - -.hover\:border-b:hover { - border-bottom-width: 1px; -} - -.hover\:border-l:hover { - border-left-width: 1px; -} - -.focus\:border-0:focus { - border-width: 0px; -} - -.focus\:border-2:focus { - border-width: 2px; -} - -.focus\:border-3:focus { - border-width: 3px; -} - -.focus\:border-4:focus { - border-width: 4px; -} - -.focus\:border-8:focus { - border-width: 8px; -} - -.focus\:border:focus { - border-width: 1px; -} - -.focus\:border-t-0:focus { - border-top-width: 0px; -} - -.focus\:border-r-0:focus { - border-right-width: 0px; -} - -.focus\:border-b-0:focus { - border-bottom-width: 0px; -} - -.focus\:border-l-0:focus { - border-left-width: 0px; -} - -.focus\:border-t-2:focus { - border-top-width: 2px; -} - -.focus\:border-r-2:focus { - border-right-width: 2px; -} - -.focus\:border-b-2:focus { - border-bottom-width: 2px; -} - -.focus\:border-l-2:focus { - border-left-width: 2px; -} - -.focus\:border-t-3:focus { - border-top-width: 3px; -} - -.focus\:border-r-3:focus { - border-right-width: 3px; -} - -.focus\:border-b-3:focus { - border-bottom-width: 3px; -} - -.focus\:border-l-3:focus { - border-left-width: 3px; -} - -.focus\:border-t-4:focus { - border-top-width: 4px; -} - -.focus\:border-r-4:focus { - border-right-width: 4px; -} - -.focus\:border-b-4:focus { - border-bottom-width: 4px; -} - -.focus\:border-l-4:focus { - border-left-width: 4px; -} - -.focus\:border-t-8:focus { - border-top-width: 8px; -} - -.focus\:border-r-8:focus { - border-right-width: 8px; -} - -.focus\:border-b-8:focus { - border-bottom-width: 8px; -} - -.focus\:border-l-8:focus { - border-left-width: 8px; -} - -.focus\:border-t:focus { - border-top-width: 1px; -} - -.focus\:border-r:focus { - border-right-width: 1px; -} - -.focus\:border-b:focus { - border-bottom-width: 1px; -} - -.focus\:border-l:focus { - border-left-width: 1px; -} - -.box-border { - box-sizing: border-box; -} - -.box-content { - box-sizing: content-box; -} - -.cursor-auto { - cursor: auto; -} - -.cursor-default { - cursor: default; -} - -.cursor-pointer { - cursor: pointer; -} - -.cursor-wait { - cursor: wait; -} - -.cursor-text { - cursor: text; -} - -.cursor-move { - cursor: move; -} - -.cursor-not-allowed { - cursor: not-allowed; -} - -.block { - display: block; -} - -.inline-block { - display: inline-block; -} - -.inline { - display: inline; -} - -.flex { - display: flex; -} - -.inline-flex { - display: inline-flex; -} - -.table { - display: table; -} - -.table-caption { - display: table-caption; -} - -.table-cell { - display: table-cell; -} - -.table-column { - display: table-column; -} - -.table-column-group { - display: table-column-group; -} - -.table-footer-group { - display: table-footer-group; -} - -.table-header-group { - display: table-header-group; -} - -.table-row-group { - display: table-row-group; -} - -.table-row { - display: table-row; -} - -.flow-root { - display: flow-root; -} - -.grid { - display: grid; -} - -.inline-grid { - display: inline-grid; -} - -.contents { - display: contents; -} - -.hidden { - display: none; -} - -.flex-row { - flex-direction: row; -} - -.flex-row-reverse { - flex-direction: row-reverse; -} - -.flex-col { - flex-direction: column; -} - -.flex-col-reverse { - flex-direction: column-reverse; -} - -.flex-wrap { - flex-wrap: wrap; -} - -.flex-wrap-reverse { - flex-wrap: wrap-reverse; -} - -.flex-nowrap { - flex-wrap: nowrap; -} - -.place-items-auto { - place-items: auto; -} - -.place-items-start { - place-items: start; -} - -.place-items-end { - place-items: end; -} - -.place-items-center { - place-items: center; -} - -.place-items-stretch { - place-items: stretch; -} - -.place-content-center { - place-content: center; -} - -.place-content-start { - place-content: start; -} - -.place-content-end { - place-content: end; -} - -.place-content-between { - place-content: space-between; -} - -.place-content-around { - place-content: space-around; -} - -.place-content-evenly { - place-content: space-evenly; -} - -.place-content-stretch { - place-content: stretch; -} - -.place-self-auto { - place-self: auto; -} - -.place-self-start { - place-self: start; -} - -.place-self-end { - place-self: end; -} - -.place-self-center { - place-self: center; -} - -.place-self-stretch { - place-self: stretch; -} - -.items-start { - align-items: flex-start; -} - -.items-end { - align-items: flex-end; -} - -.items-center { - align-items: center; -} - -.items-baseline { - align-items: baseline; -} - -.items-stretch { - align-items: stretch; -} - -.content-center { - align-content: center; -} - -.content-start { - align-content: flex-start; -} - -.content-end { - align-content: flex-end; -} - -.content-between { - align-content: space-between; -} - -.content-around { - align-content: space-around; -} - -.content-evenly { - align-content: space-evenly; -} - -.self-auto { - align-self: auto; -} - -.self-start { - align-self: flex-start; -} - -.self-end { - align-self: flex-end; -} - -.self-center { - align-self: center; -} - -.self-stretch { - align-self: stretch; -} - -.justify-items-auto { - justify-items: auto; -} - -.justify-items-start { - justify-items: start; -} - -.justify-items-end { - justify-items: end; -} - -.justify-items-center { - justify-items: center; -} - -.justify-items-stretch { - justify-items: stretch; -} - -.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-evenly { - justify-content: space-evenly; -} - -.justify-self-auto { - justify-self: auto; -} - -.justify-self-start { - justify-self: start; -} - -.justify-self-end { - justify-self: end; -} - -.justify-self-center { - justify-self: center; -} - -.justify-self-stretch { - justify-self: stretch; -} - -.flex-1 { - flex: 1 1 0%; -} - -.flex-auto { - flex: 1 1 auto; -} - -.flex-initial { - flex: 0 1 auto; -} - -.flex-none { - flex: none; -} - -.flex-grow-0 { - flex-grow: 0; -} - -.flex-grow { - flex-grow: 1; -} - -.flex-shrink-0 { - flex-shrink: 0; -} - -.flex-shrink { - flex-shrink: 1; -} - -.order-1 { - order: 1; -} - -.order-2 { - order: 2; -} - -.order-3 { - order: 3; -} - -.order-4 { - order: 4; -} - -.order-5 { - order: 5; -} - -.order-6 { - order: 6; -} - -.order-7 { - order: 7; -} - -.order-8 { - order: 8; -} - -.order-9 { - order: 9; -} - -.order-10 { - order: 10; -} - -.order-11 { - order: 11; -} - -.order-12 { - order: 12; -} - -.order-first { - order: -9999; -} - -.order-last { - order: 9999; -} - -.order-none { - order: 0; -} - -.float-right { - float: right; -} - -.float-left { - float: left; -} - -.float-none { - float: none; -} - -.clear-left { - clear: left; -} - -.clear-right { - clear: right; -} - -.clear-both { - clear: both; -} - -.clear-none { - clear: none; -} - -.font-sans { - 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"; -} - -.font-serif { - font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; -} - -.font-mono { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; -} - -.font-base { - font-family: Poppins, sans-serif; -} - -.font-thin { - font-weight: 100; -} - -.font-extralight { - font-weight: 200; -} - -.font-light { - font-weight: 300; -} - -.font-normal { - font-weight: 400; -} - -.font-medium { - font-weight: 500; -} - -.font-semibold { - font-weight: 600; -} - -.font-bold { - font-weight: 700; -} - -.font-extrabold { - font-weight: 800; -} - -.font-black { - font-weight: 900; -} - -.h-0 { - height: 0px; -} - -.h-1 { - height: 0.25rem; -} - -.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-10 { - height: 2.5rem; -} - -.h-11 { - height: 2.75rem; -} - -.h-12 { - height: 3rem; -} - -.h-14 { - height: 3.5rem; -} - -.h-16 { - height: 4rem; -} - -.h-20 { - height: 5rem; -} - -.h-22 { - height: 5.625rem; -} - -.h-24 { - height: 6rem; -} - -.h-28 { - height: 7rem; -} - -.h-32 { - height: 8rem; -} - -.h-36 { - height: 9rem; -} - -.h-40 { - height: 10rem; -} - -.h-44 { - height: 11rem; -} - -.h-48 { - height: 12rem; -} - -.h-52 { - height: 13rem; -} - -.h-56 { - height: 14rem; -} - -.h-60 { - height: 240px; -} - -.h-64 { - height: 16rem; -} - -.h-72 { - height: 18rem; -} - -.h-80 { - height: 20rem; -} - -.h-88 { - height: 22rem; -} - -.h-96 { - height: 24rem; -} - -.h-130 { - height: 560px; -} - -.h-auto { - height: auto; -} - -.h-px { - height: 1px; -} - -.h-0\.5 { - height: 0.125rem; -} - -.h-1\.5 { - height: 0.375rem; -} - -.h-2\.5 { - height: 0.625rem; -} - -.h-3\.5 { - height: 0.875rem; -} - -.h-1\/2 { - height: 50%; -} - -.h-1\/3 { - height: 33.333333%; -} - -.h-2\/3 { - height: 66.666667%; -} - -.h-1\/4 { - height: 25%; -} - -.h-2\/4 { - height: 50%; -} - -.h-3\/4 { - height: 75%; -} - -.h-1\/5 { - height: 20%; -} - -.h-2\/5 { - height: 40%; -} - -.h-3\/5 { - height: 60%; -} - -.h-4\/5 { - height: 80%; -} - -.h-1\/6 { - height: 16.666667%; -} - -.h-2\/6 { - height: 33.333333%; -} - -.h-3\/6 { - height: 50%; -} - -.h-4\/6 { - height: 66.666667%; -} - -.h-5\/6 { - height: 83.333333%; -} - -.h-full { - height: 100%; -} - -.h-screen { - height: 100vh; -} - -.text-xs { - font-size: 0.75rem; - line-height: 1rem; -} - -.text-sm { - font-size: 0.875rem; - line-height: 1.25rem; -} - -.text-base { - font-size: 1rem; - line-height: 1.5rem; -} - -.text-lg { - font-size: 1.125rem; - line-height: 1.75rem; -} - -.text-xl { - font-size: 1.25rem; - line-height: 1.75rem; -} - -.text-2xl { - font-size: 1.5rem; - line-height: 2rem; -} - -.text-3xl { - font-size: 1.875rem; - line-height: 2.25rem; -} - -.text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; -} - -.text-5xl { - font-size: 3rem; - line-height: 1; -} - -.text-6xl { - font-size: 3.75rem; - line-height: 1; -} - -.text-7xl { - font-size: 4.5rem; - line-height: 1; -} - -.text-8xl { - font-size: 6rem; - line-height: 1; -} - -.text-9xl { - font-size: 8rem; - line-height: 1; -} - -.leading-3 { - line-height: .75rem; -} - -.leading-4 { - line-height: 1rem; -} - -.leading-5 { - line-height: 1.25rem; -} - -.leading-6 { - line-height: 1.5rem; -} - -.leading-7 { - line-height: 1.75rem; -} - -.leading-8 { - line-height: 2rem; -} - -.leading-9 { - line-height: 2.25rem; -} - -.leading-10 { - line-height: 2.5rem; -} - -.leading-none { - line-height: 1; -} - -.leading-tight { - line-height: 1.25; -} - -.leading-snug { - line-height: 1.375; -} - -.leading-normal { - line-height: 1.5; -} - -.leading-relaxed { - line-height: 1.625; -} - -.leading-loose { - line-height: 2; -} - -.list-inside { - list-style-position: inside; -} - -.list-outside { - list-style-position: outside; -} - -.list-none { - list-style-type: none; -} - -.list-disc { - list-style-type: disc; -} - -.list-decimal { - list-style-type: decimal; -} - -.m-0 { - margin: 0px; -} - -.m-1 { - margin: 0.25rem; -} - -.m-2 { - margin: 0.5rem; -} - -.m-3 { - margin: 0.75rem; -} - -.m-4 { - margin: 1rem; -} - -.m-5 { - margin: 1.25rem; -} - -.m-6 { - margin: 1.5rem; -} - -.m-7 { - margin: 1.75rem; -} - -.m-8 { - margin: 2rem; -} - -.m-9 { - margin: 2.25rem; -} - -.m-10 { - margin: 2.5rem; -} - -.m-11 { - margin: 2.75rem; -} - -.m-12 { - margin: 3rem; -} - -.m-14 { - margin: 3.5rem; -} - -.m-16 { - margin: 4rem; -} - -.m-20 { - margin: 5rem; -} - -.m-22 { - margin: 5.625rem; -} - -.m-24 { - margin: 6rem; -} - -.m-28 { - margin: 7rem; -} - -.m-32 { - margin: 8rem; -} - -.m-36 { - margin: 9rem; -} - -.m-40 { - margin: 10rem; -} - -.m-44 { - margin: 11rem; -} - -.m-48 { - margin: 12rem; -} - -.m-52 { - margin: 13rem; -} - -.m-56 { - margin: 14rem; -} - -.m-60 { - margin: 240px; -} - -.m-64 { - margin: 16rem; -} - -.m-72 { - margin: 18rem; -} - -.m-80 { - margin: 20rem; -} - -.m-88 { - margin: 22rem; -} - -.m-96 { - margin: 24rem; -} - -.m-130 { - margin: 560px; -} - -.m-auto { - margin: auto; -} - -.m-px { - margin: 1px; -} - -.m-0\.5 { - margin: 0.125rem; -} - -.m-1\.5 { - margin: 0.375rem; -} - -.m-2\.5 { - margin: 0.625rem; -} - -.m-3\.5 { - margin: 0.875rem; -} - -.-m-0 { - margin: 0px; -} - -.-m-1 { - margin: -0.25rem; -} - -.-m-2 { - margin: -0.5rem; -} - -.-m-3 { - margin: -0.75rem; -} - -.-m-4 { - margin: -1rem; -} - -.-m-5 { - margin: -1.25rem; -} - -.-m-6 { - margin: -1.5rem; -} - -.-m-7 { - margin: -1.75rem; -} - -.-m-8 { - margin: -2rem; -} - -.-m-9 { - margin: -2.25rem; -} - -.-m-10 { - margin: -2.5rem; -} - -.-m-11 { - margin: -2.75rem; -} - -.-m-12 { - margin: -3rem; -} - -.-m-14 { - margin: -3.5rem; -} - -.-m-16 { - margin: -4rem; -} - -.-m-20 { - margin: -5rem; -} - -.-m-22 { - margin: -5.625rem; -} - -.-m-24 { - margin: -6rem; -} - -.-m-28 { - margin: -7rem; -} - -.-m-32 { - margin: -8rem; -} - -.-m-36 { - margin: -9rem; -} - -.-m-40 { - margin: -10rem; -} - -.-m-44 { - margin: -11rem; -} - -.-m-48 { - margin: -12rem; -} - -.-m-52 { - margin: -13rem; -} - -.-m-56 { - margin: -14rem; -} - -.-m-60 { - margin: -240px; -} - -.-m-64 { - margin: -16rem; -} - -.-m-72 { - margin: -18rem; -} - -.-m-80 { - margin: -20rem; -} - -.-m-88 { - margin: -22rem; -} - -.-m-96 { - margin: -24rem; -} - -.-m-130 { - margin: -560px; -} - -.-m-px { - margin: -1px; -} - -.-m-0\.5 { - margin: -0.125rem; -} - -.-m-1\.5 { - margin: -0.375rem; -} - -.-m-2\.5 { - margin: -0.625rem; -} - -.-m-3\.5 { - margin: -0.875rem; -} - -.my-0 { - margin-top: 0px; - margin-bottom: 0px; -} - -.mx-0 { - margin-left: 0px; - margin-right: 0px; -} - -.my-1 { - margin-top: 0.25rem; - margin-bottom: 0.25rem; -} - -.mx-1 { - margin-left: 0.25rem; - margin-right: 0.25rem; -} - -.my-2 { - margin-top: 0.5rem; - margin-bottom: 0.5rem; -} - -.mx-2 { - margin-left: 0.5rem; - margin-right: 0.5rem; -} - -.my-3 { - margin-top: 0.75rem; - margin-bottom: 0.75rem; -} - -.mx-3 { - margin-left: 0.75rem; - margin-right: 0.75rem; -} - -.my-4 { - margin-top: 1rem; - margin-bottom: 1rem; -} - -.mx-4 { - margin-left: 1rem; - margin-right: 1rem; -} - -.my-5 { - margin-top: 1.25rem; - margin-bottom: 1.25rem; -} - -.mx-5 { - margin-left: 1.25rem; - margin-right: 1.25rem; -} - -.my-6 { - margin-top: 1.5rem; - margin-bottom: 1.5rem; -} - -.mx-6 { - margin-left: 1.5rem; - margin-right: 1.5rem; -} - -.my-7 { - margin-top: 1.75rem; - margin-bottom: 1.75rem; -} - -.mx-7 { - margin-left: 1.75rem; - margin-right: 1.75rem; -} - -.my-8 { - margin-top: 2rem; - margin-bottom: 2rem; -} - -.mx-8 { - margin-left: 2rem; - margin-right: 2rem; -} - -.my-9 { - margin-top: 2.25rem; - margin-bottom: 2.25rem; -} - -.mx-9 { - margin-left: 2.25rem; - margin-right: 2.25rem; -} - -.my-10 { - margin-top: 2.5rem; - margin-bottom: 2.5rem; -} - -.mx-10 { - margin-left: 2.5rem; - margin-right: 2.5rem; -} - -.my-11 { - margin-top: 2.75rem; - margin-bottom: 2.75rem; -} - -.mx-11 { - margin-left: 2.75rem; - margin-right: 2.75rem; -} - -.my-12 { - margin-top: 3rem; - margin-bottom: 3rem; -} - -.mx-12 { - margin-left: 3rem; - margin-right: 3rem; -} - -.my-14 { - margin-top: 3.5rem; - margin-bottom: 3.5rem; -} - -.mx-14 { - margin-left: 3.5rem; - margin-right: 3.5rem; -} - -.my-16 { - margin-top: 4rem; - margin-bottom: 4rem; -} - -.mx-16 { - margin-left: 4rem; - margin-right: 4rem; -} - -.my-20 { - margin-top: 5rem; - margin-bottom: 5rem; -} - -.mx-20 { - margin-left: 5rem; - margin-right: 5rem; -} - -.my-22 { - margin-top: 5.625rem; - margin-bottom: 5.625rem; -} - -.mx-22 { - margin-left: 5.625rem; - margin-right: 5.625rem; -} - -.my-24 { - margin-top: 6rem; - margin-bottom: 6rem; -} - -.mx-24 { - margin-left: 6rem; - margin-right: 6rem; -} - -.my-28 { - margin-top: 7rem; - margin-bottom: 7rem; -} - -.mx-28 { - margin-left: 7rem; - margin-right: 7rem; -} - -.my-32 { - margin-top: 8rem; - margin-bottom: 8rem; -} - -.mx-32 { - margin-left: 8rem; - margin-right: 8rem; -} - -.my-36 { - margin-top: 9rem; - margin-bottom: 9rem; -} - -.mx-36 { - margin-left: 9rem; - margin-right: 9rem; -} - -.my-40 { - margin-top: 10rem; - margin-bottom: 10rem; -} - -.mx-40 { - margin-left: 10rem; - margin-right: 10rem; -} - -.my-44 { - margin-top: 11rem; - margin-bottom: 11rem; -} - -.mx-44 { - margin-left: 11rem; - margin-right: 11rem; -} - -.my-48 { - margin-top: 12rem; - margin-bottom: 12rem; -} - -.mx-48 { - margin-left: 12rem; - margin-right: 12rem; -} - -.my-52 { - margin-top: 13rem; - margin-bottom: 13rem; -} - -.mx-52 { - margin-left: 13rem; - margin-right: 13rem; -} - -.my-56 { - margin-top: 14rem; - margin-bottom: 14rem; -} - -.mx-56 { - margin-left: 14rem; - margin-right: 14rem; -} - -.my-60 { - margin-top: 240px; - margin-bottom: 240px; -} - -.mx-60 { - margin-left: 240px; - margin-right: 240px; -} - -.my-64 { - margin-top: 16rem; - margin-bottom: 16rem; -} - -.mx-64 { - margin-left: 16rem; - margin-right: 16rem; -} - -.my-72 { - margin-top: 18rem; - margin-bottom: 18rem; -} - -.mx-72 { - margin-left: 18rem; - margin-right: 18rem; -} - -.my-80 { - margin-top: 20rem; - margin-bottom: 20rem; -} - -.mx-80 { - margin-left: 20rem; - margin-right: 20rem; -} - -.my-88 { - margin-top: 22rem; - margin-bottom: 22rem; -} - -.mx-88 { - margin-left: 22rem; - margin-right: 22rem; -} - -.my-96 { - margin-top: 24rem; - margin-bottom: 24rem; -} - -.mx-96 { - margin-left: 24rem; - margin-right: 24rem; -} - -.my-130 { - margin-top: 560px; - margin-bottom: 560px; -} - -.mx-130 { - margin-left: 560px; - margin-right: 560px; -} - -.my-auto { - margin-top: auto; - margin-bottom: auto; -} - -.mx-auto { - margin-left: auto; - margin-right: auto; -} - -.my-px { - margin-top: 1px; - margin-bottom: 1px; -} - -.mx-px { - margin-left: 1px; - margin-right: 1px; -} - -.my-0\.5 { - margin-top: 0.125rem; - margin-bottom: 0.125rem; -} - -.mx-0\.5 { - margin-left: 0.125rem; - margin-right: 0.125rem; -} - -.my-1\.5 { - margin-top: 0.375rem; - margin-bottom: 0.375rem; -} - -.mx-1\.5 { - margin-left: 0.375rem; - margin-right: 0.375rem; -} - -.my-2\.5 { - margin-top: 0.625rem; - margin-bottom: 0.625rem; -} - -.mx-2\.5 { - margin-left: 0.625rem; - margin-right: 0.625rem; -} - -.my-3\.5 { - margin-top: 0.875rem; - margin-bottom: 0.875rem; -} - -.mx-3\.5 { - margin-left: 0.875rem; - margin-right: 0.875rem; -} - -.-my-0 { - margin-top: 0px; - margin-bottom: 0px; -} - -.-mx-0 { - margin-left: 0px; - margin-right: 0px; -} - -.-my-1 { - margin-top: -0.25rem; - margin-bottom: -0.25rem; -} - -.-mx-1 { - margin-left: -0.25rem; - margin-right: -0.25rem; -} - -.-my-2 { - margin-top: -0.5rem; - margin-bottom: -0.5rem; -} - -.-mx-2 { - margin-left: -0.5rem; - margin-right: -0.5rem; -} - -.-my-3 { - margin-top: -0.75rem; - margin-bottom: -0.75rem; -} - -.-mx-3 { - margin-left: -0.75rem; - margin-right: -0.75rem; -} - -.-my-4 { - margin-top: -1rem; - margin-bottom: -1rem; -} - -.-mx-4 { - margin-left: -1rem; - margin-right: -1rem; -} - -.-my-5 { - margin-top: -1.25rem; - margin-bottom: -1.25rem; -} - -.-mx-5 { - margin-left: -1.25rem; - margin-right: -1.25rem; -} - -.-my-6 { - margin-top: -1.5rem; - margin-bottom: -1.5rem; -} - -.-mx-6 { - margin-left: -1.5rem; - margin-right: -1.5rem; -} - -.-my-7 { - margin-top: -1.75rem; - margin-bottom: -1.75rem; -} - -.-mx-7 { - margin-left: -1.75rem; - margin-right: -1.75rem; -} - -.-my-8 { - margin-top: -2rem; - margin-bottom: -2rem; -} - -.-mx-8 { - margin-left: -2rem; - margin-right: -2rem; -} - -.-my-9 { - margin-top: -2.25rem; - margin-bottom: -2.25rem; -} - -.-mx-9 { - margin-left: -2.25rem; - margin-right: -2.25rem; -} - -.-my-10 { - margin-top: -2.5rem; - margin-bottom: -2.5rem; -} - -.-mx-10 { - margin-left: -2.5rem; - margin-right: -2.5rem; -} - -.-my-11 { - margin-top: -2.75rem; - margin-bottom: -2.75rem; -} - -.-mx-11 { - margin-left: -2.75rem; - margin-right: -2.75rem; -} - -.-my-12 { - margin-top: -3rem; - margin-bottom: -3rem; -} - -.-mx-12 { - margin-left: -3rem; - margin-right: -3rem; -} - -.-my-14 { - margin-top: -3.5rem; - margin-bottom: -3.5rem; -} - -.-mx-14 { - margin-left: -3.5rem; - margin-right: -3.5rem; -} - -.-my-16 { - margin-top: -4rem; - margin-bottom: -4rem; -} - -.-mx-16 { - margin-left: -4rem; - margin-right: -4rem; -} - -.-my-20 { - margin-top: -5rem; - margin-bottom: -5rem; -} - -.-mx-20 { - margin-left: -5rem; - margin-right: -5rem; -} - -.-my-22 { - margin-top: -5.625rem; - margin-bottom: -5.625rem; -} - -.-mx-22 { - margin-left: -5.625rem; - margin-right: -5.625rem; -} - -.-my-24 { - margin-top: -6rem; - margin-bottom: -6rem; -} - -.-mx-24 { - margin-left: -6rem; - margin-right: -6rem; -} - -.-my-28 { - margin-top: -7rem; - margin-bottom: -7rem; -} - -.-mx-28 { - margin-left: -7rem; - margin-right: -7rem; -} - -.-my-32 { - margin-top: -8rem; - margin-bottom: -8rem; -} - -.-mx-32 { - margin-left: -8rem; - margin-right: -8rem; -} - -.-my-36 { - margin-top: -9rem; - margin-bottom: -9rem; -} - -.-mx-36 { - margin-left: -9rem; - margin-right: -9rem; -} - -.-my-40 { - margin-top: -10rem; - margin-bottom: -10rem; -} - -.-mx-40 { - margin-left: -10rem; - margin-right: -10rem; -} - -.-my-44 { - margin-top: -11rem; - margin-bottom: -11rem; -} - -.-mx-44 { - margin-left: -11rem; - margin-right: -11rem; -} - -.-my-48 { - margin-top: -12rem; - margin-bottom: -12rem; -} - -.-mx-48 { - margin-left: -12rem; - margin-right: -12rem; -} - -.-my-52 { - margin-top: -13rem; - margin-bottom: -13rem; -} - -.-mx-52 { - margin-left: -13rem; - margin-right: -13rem; -} - -.-my-56 { - margin-top: -14rem; - margin-bottom: -14rem; -} - -.-mx-56 { - margin-left: -14rem; - margin-right: -14rem; -} - -.-my-60 { - margin-top: -240px; - margin-bottom: -240px; -} - -.-mx-60 { - margin-left: -240px; - margin-right: -240px; -} - -.-my-64 { - margin-top: -16rem; - margin-bottom: -16rem; -} - -.-mx-64 { - margin-left: -16rem; - margin-right: -16rem; -} - -.-my-72 { - margin-top: -18rem; - margin-bottom: -18rem; -} - -.-mx-72 { - margin-left: -18rem; - margin-right: -18rem; -} - -.-my-80 { - margin-top: -20rem; - margin-bottom: -20rem; -} - -.-mx-80 { - margin-left: -20rem; - margin-right: -20rem; -} - -.-my-88 { - margin-top: -22rem; - margin-bottom: -22rem; -} - -.-mx-88 { - margin-left: -22rem; - margin-right: -22rem; -} - -.-my-96 { - margin-top: -24rem; - margin-bottom: -24rem; -} - -.-mx-96 { - margin-left: -24rem; - margin-right: -24rem; -} - -.-my-130 { - margin-top: -560px; - margin-bottom: -560px; -} - -.-mx-130 { - margin-left: -560px; - margin-right: -560px; -} - -.-my-px { - margin-top: -1px; - margin-bottom: -1px; -} - -.-mx-px { - margin-left: -1px; - margin-right: -1px; -} - -.-my-0\.5 { - margin-top: -0.125rem; - margin-bottom: -0.125rem; -} - -.-mx-0\.5 { - margin-left: -0.125rem; - margin-right: -0.125rem; -} - -.-my-1\.5 { - margin-top: -0.375rem; - margin-bottom: -0.375rem; -} - -.-mx-1\.5 { - margin-left: -0.375rem; - margin-right: -0.375rem; -} - -.-my-2\.5 { - margin-top: -0.625rem; - margin-bottom: -0.625rem; -} - -.-mx-2\.5 { - margin-left: -0.625rem; - margin-right: -0.625rem; -} - -.-my-3\.5 { - margin-top: -0.875rem; - margin-bottom: -0.875rem; -} - -.-mx-3\.5 { - margin-left: -0.875rem; - margin-right: -0.875rem; -} - -.mt-0 { - margin-top: 0px; -} - -.mr-0 { - margin-right: 0px; -} - -.mb-0 { - margin-bottom: 0px; -} - -.ml-0 { - margin-left: 0px; -} - -.mt-1 { - margin-top: 0.25rem; -} - -.mr-1 { - margin-right: 0.25rem; -} - -.mb-1 { - margin-bottom: 0.25rem; -} - -.ml-1 { - margin-left: 0.25rem; -} - -.mt-2 { - margin-top: 0.5rem; -} - -.mr-2 { - margin-right: 0.5rem; -} - -.mb-2 { - margin-bottom: 0.5rem; -} - -.ml-2 { - margin-left: 0.5rem; -} - -.mt-3 { - margin-top: 0.75rem; -} - -.mr-3 { - margin-right: 0.75rem; -} - -.mb-3 { - margin-bottom: 0.75rem; -} - -.ml-3 { - margin-left: 0.75rem; -} - -.mt-4 { - margin-top: 1rem; -} - -.mr-4 { - margin-right: 1rem; -} - -.mb-4 { - margin-bottom: 1rem; -} - -.ml-4 { - margin-left: 1rem; -} - -.mt-5 { - margin-top: 1.25rem; -} - -.mr-5 { - margin-right: 1.25rem; -} - -.mb-5 { - margin-bottom: 1.25rem; -} - -.ml-5 { - margin-left: 1.25rem; -} - -.mt-6 { - margin-top: 1.5rem; -} - -.mr-6 { - margin-right: 1.5rem; -} - -.mb-6 { - margin-bottom: 1.5rem; -} - -.ml-6 { - margin-left: 1.5rem; -} - -.mt-7 { - margin-top: 1.75rem; -} - -.mr-7 { - margin-right: 1.75rem; -} - -.mb-7 { - margin-bottom: 1.75rem; -} - -.ml-7 { - margin-left: 1.75rem; -} - -.mt-8 { - margin-top: 2rem; -} - -.mr-8 { - margin-right: 2rem; -} - -.mb-8 { - margin-bottom: 2rem; -} - -.ml-8 { - margin-left: 2rem; -} - -.mt-9 { - margin-top: 2.25rem; -} - -.mr-9 { - margin-right: 2.25rem; -} - -.mb-9 { - margin-bottom: 2.25rem; -} - -.ml-9 { - margin-left: 2.25rem; -} - -.mt-10 { - margin-top: 2.5rem; -} - -.mr-10 { - margin-right: 2.5rem; -} - -.mb-10 { - margin-bottom: 2.5rem; -} - -.ml-10 { - margin-left: 2.5rem; -} - -.mt-11 { - margin-top: 2.75rem; -} - -.mr-11 { - margin-right: 2.75rem; -} - -.mb-11 { - margin-bottom: 2.75rem; -} - -.ml-11 { - margin-left: 2.75rem; -} - -.mt-12 { - margin-top: 3rem; -} - -.mr-12 { - margin-right: 3rem; -} - -.mb-12 { - margin-bottom: 3rem; -} - -.ml-12 { - margin-left: 3rem; -} - -.mt-14 { - margin-top: 3.5rem; -} - -.mr-14 { - margin-right: 3.5rem; -} - -.mb-14 { - margin-bottom: 3.5rem; -} - -.ml-14 { - margin-left: 3.5rem; -} - -.mt-16 { - margin-top: 4rem; -} - -.mr-16 { - margin-right: 4rem; -} - -.mb-16 { - margin-bottom: 4rem; -} - -.ml-16 { - margin-left: 4rem; -} - -.mt-20 { - margin-top: 5rem; -} - -.mr-20 { - margin-right: 5rem; -} - -.mb-20 { - margin-bottom: 5rem; -} - -.ml-20 { - margin-left: 5rem; -} - -.mt-22 { - margin-top: 5.625rem; -} - -.mr-22 { - margin-right: 5.625rem; -} - -.mb-22 { - margin-bottom: 5.625rem; -} - -.ml-22 { - margin-left: 5.625rem; -} - -.mt-24 { - margin-top: 6rem; -} - -.mr-24 { - margin-right: 6rem; -} - -.mb-24 { - margin-bottom: 6rem; -} - -.ml-24 { - margin-left: 6rem; -} - -.mt-28 { - margin-top: 7rem; -} - -.mr-28 { - margin-right: 7rem; -} - -.mb-28 { - margin-bottom: 7rem; -} - -.ml-28 { - margin-left: 7rem; -} - -.mt-32 { - margin-top: 8rem; -} - -.mr-32 { - margin-right: 8rem; -} - -.mb-32 { - margin-bottom: 8rem; -} - -.ml-32 { - margin-left: 8rem; -} - -.mt-36 { - margin-top: 9rem; -} - -.mr-36 { - margin-right: 9rem; -} - -.mb-36 { - margin-bottom: 9rem; -} - -.ml-36 { - margin-left: 9rem; -} - -.mt-40 { - margin-top: 10rem; -} - -.mr-40 { - margin-right: 10rem; -} - -.mb-40 { - margin-bottom: 10rem; -} - -.ml-40 { - margin-left: 10rem; -} - -.mt-44 { - margin-top: 11rem; -} - -.mr-44 { - margin-right: 11rem; -} - -.mb-44 { - margin-bottom: 11rem; -} - -.ml-44 { - margin-left: 11rem; -} - -.mt-48 { - margin-top: 12rem; -} - -.mr-48 { - margin-right: 12rem; -} - -.mb-48 { - margin-bottom: 12rem; -} - -.ml-48 { - margin-left: 12rem; -} - -.mt-52 { - margin-top: 13rem; -} - -.mr-52 { - margin-right: 13rem; -} - -.mb-52 { - margin-bottom: 13rem; -} - -.ml-52 { - margin-left: 13rem; -} - -.mt-56 { - margin-top: 14rem; -} - -.mr-56 { - margin-right: 14rem; -} - -.mb-56 { - margin-bottom: 14rem; -} - -.ml-56 { - margin-left: 14rem; -} - -.mt-60 { - margin-top: 240px; -} - -.mr-60 { - margin-right: 240px; -} - -.mb-60 { - margin-bottom: 240px; -} - -.ml-60 { - margin-left: 240px; -} - -.mt-64 { - margin-top: 16rem; -} - -.mr-64 { - margin-right: 16rem; -} - -.mb-64 { - margin-bottom: 16rem; -} - -.ml-64 { - margin-left: 16rem; -} - -.mt-72 { - margin-top: 18rem; -} - -.mr-72 { - margin-right: 18rem; -} - -.mb-72 { - margin-bottom: 18rem; -} - -.ml-72 { - margin-left: 18rem; -} - -.mt-80 { - margin-top: 20rem; -} - -.mr-80 { - margin-right: 20rem; -} - -.mb-80 { - margin-bottom: 20rem; -} - -.ml-80 { - margin-left: 20rem; -} - -.mt-88 { - margin-top: 22rem; -} - -.mr-88 { - margin-right: 22rem; -} - -.mb-88 { - margin-bottom: 22rem; -} - -.ml-88 { - margin-left: 22rem; -} - -.mt-96 { - margin-top: 24rem; -} - -.mr-96 { - margin-right: 24rem; -} - -.mb-96 { - margin-bottom: 24rem; -} - -.ml-96 { - margin-left: 24rem; -} - -.mt-130 { - margin-top: 560px; -} - -.mr-130 { - margin-right: 560px; -} - -.mb-130 { - margin-bottom: 560px; -} - -.ml-130 { - margin-left: 560px; -} - -.mt-auto { - margin-top: auto; -} - -.mr-auto { - margin-right: auto; -} - -.mb-auto { - margin-bottom: auto; -} - -.ml-auto { - margin-left: auto; -} - -.mt-px { - margin-top: 1px; -} - -.mr-px { - margin-right: 1px; -} - -.mb-px { - margin-bottom: 1px; -} - -.ml-px { - margin-left: 1px; -} - -.mt-0\.5 { - margin-top: 0.125rem; -} - -.mr-0\.5 { - margin-right: 0.125rem; -} - -.mb-0\.5 { - margin-bottom: 0.125rem; -} - -.ml-0\.5 { - margin-left: 0.125rem; -} - -.mt-1\.5 { - margin-top: 0.375rem; -} - -.mr-1\.5 { - margin-right: 0.375rem; -} - -.mb-1\.5 { - margin-bottom: 0.375rem; -} - -.ml-1\.5 { - margin-left: 0.375rem; -} - -.mt-2\.5 { - margin-top: 0.625rem; -} - -.mr-2\.5 { - margin-right: 0.625rem; -} - -.mb-2\.5 { - margin-bottom: 0.625rem; -} - -.ml-2\.5 { - margin-left: 0.625rem; -} - -.mt-3\.5 { - margin-top: 0.875rem; -} - -.mr-3\.5 { - margin-right: 0.875rem; -} - -.mb-3\.5 { - margin-bottom: 0.875rem; -} - -.ml-3\.5 { - margin-left: 0.875rem; -} - -.-mt-0 { - margin-top: 0px; -} - -.-mr-0 { - margin-right: 0px; -} - -.-mb-0 { - margin-bottom: 0px; -} - -.-ml-0 { - margin-left: 0px; -} - -.-mt-1 { - margin-top: -0.25rem; -} - -.-mr-1 { - margin-right: -0.25rem; -} - -.-mb-1 { - margin-bottom: -0.25rem; -} - -.-ml-1 { - margin-left: -0.25rem; -} - -.-mt-2 { - margin-top: -0.5rem; -} - -.-mr-2 { - margin-right: -0.5rem; -} - -.-mb-2 { - margin-bottom: -0.5rem; -} - -.-ml-2 { - margin-left: -0.5rem; -} - -.-mt-3 { - margin-top: -0.75rem; -} - -.-mr-3 { - margin-right: -0.75rem; -} - -.-mb-3 { - margin-bottom: -0.75rem; -} - -.-ml-3 { - margin-left: -0.75rem; -} - -.-mt-4 { - margin-top: -1rem; -} - -.-mr-4 { - margin-right: -1rem; -} - -.-mb-4 { - margin-bottom: -1rem; -} - -.-ml-4 { - margin-left: -1rem; -} - -.-mt-5 { - margin-top: -1.25rem; -} - -.-mr-5 { - margin-right: -1.25rem; -} - -.-mb-5 { - margin-bottom: -1.25rem; -} - -.-ml-5 { - margin-left: -1.25rem; -} - -.-mt-6 { - margin-top: -1.5rem; -} - -.-mr-6 { - margin-right: -1.5rem; -} - -.-mb-6 { - margin-bottom: -1.5rem; -} - -.-ml-6 { - margin-left: -1.5rem; -} - -.-mt-7 { - margin-top: -1.75rem; -} - -.-mr-7 { - margin-right: -1.75rem; -} - -.-mb-7 { - margin-bottom: -1.75rem; -} - -.-ml-7 { - margin-left: -1.75rem; -} - -.-mt-8 { - margin-top: -2rem; -} - -.-mr-8 { - margin-right: -2rem; -} - -.-mb-8 { - margin-bottom: -2rem; -} - -.-ml-8 { - margin-left: -2rem; -} - -.-mt-9 { - margin-top: -2.25rem; -} - -.-mr-9 { - margin-right: -2.25rem; -} - -.-mb-9 { - margin-bottom: -2.25rem; -} - -.-ml-9 { - margin-left: -2.25rem; -} - -.-mt-10 { - margin-top: -2.5rem; -} - -.-mr-10 { - margin-right: -2.5rem; -} - -.-mb-10 { - margin-bottom: -2.5rem; -} - -.-ml-10 { - margin-left: -2.5rem; -} - -.-mt-11 { - margin-top: -2.75rem; -} - -.-mr-11 { - margin-right: -2.75rem; -} - -.-mb-11 { - margin-bottom: -2.75rem; -} - -.-ml-11 { - margin-left: -2.75rem; -} - -.-mt-12 { - margin-top: -3rem; -} - -.-mr-12 { - margin-right: -3rem; -} - -.-mb-12 { - margin-bottom: -3rem; -} - -.-ml-12 { - margin-left: -3rem; -} - -.-mt-14 { - margin-top: -3.5rem; -} - -.-mr-14 { - margin-right: -3.5rem; -} - -.-mb-14 { - margin-bottom: -3.5rem; -} - -.-ml-14 { - margin-left: -3.5rem; -} - -.-mt-16 { - margin-top: -4rem; -} - -.-mr-16 { - margin-right: -4rem; -} - -.-mb-16 { - margin-bottom: -4rem; -} - -.-ml-16 { - margin-left: -4rem; -} - -.-mt-20 { - margin-top: -5rem; -} - -.-mr-20 { - margin-right: -5rem; -} - -.-mb-20 { - margin-bottom: -5rem; -} - -.-ml-20 { - margin-left: -5rem; -} - -.-mt-22 { - margin-top: -5.625rem; -} - -.-mr-22 { - margin-right: -5.625rem; -} - -.-mb-22 { - margin-bottom: -5.625rem; -} - -.-ml-22 { - margin-left: -5.625rem; -} - -.-mt-24 { - margin-top: -6rem; -} - -.-mr-24 { - margin-right: -6rem; -} - -.-mb-24 { - margin-bottom: -6rem; -} - -.-ml-24 { - margin-left: -6rem; -} - -.-mt-28 { - margin-top: -7rem; -} - -.-mr-28 { - margin-right: -7rem; -} - -.-mb-28 { - margin-bottom: -7rem; -} - -.-ml-28 { - margin-left: -7rem; -} - -.-mt-32 { - margin-top: -8rem; -} - -.-mr-32 { - margin-right: -8rem; -} - -.-mb-32 { - margin-bottom: -8rem; -} - -.-ml-32 { - margin-left: -8rem; -} - -.-mt-36 { - margin-top: -9rem; -} - -.-mr-36 { - margin-right: -9rem; -} - -.-mb-36 { - margin-bottom: -9rem; -} - -.-ml-36 { - margin-left: -9rem; -} - -.-mt-40 { - margin-top: -10rem; -} - -.-mr-40 { - margin-right: -10rem; -} - -.-mb-40 { - margin-bottom: -10rem; -} - -.-ml-40 { - margin-left: -10rem; -} - -.-mt-44 { - margin-top: -11rem; -} - -.-mr-44 { - margin-right: -11rem; -} - -.-mb-44 { - margin-bottom: -11rem; -} - -.-ml-44 { - margin-left: -11rem; -} - -.-mt-48 { - margin-top: -12rem; -} - -.-mr-48 { - margin-right: -12rem; -} - -.-mb-48 { - margin-bottom: -12rem; -} - -.-ml-48 { - margin-left: -12rem; -} - -.-mt-52 { - margin-top: -13rem; -} - -.-mr-52 { - margin-right: -13rem; -} - -.-mb-52 { - margin-bottom: -13rem; -} - -.-ml-52 { - margin-left: -13rem; -} - -.-mt-56 { - margin-top: -14rem; -} - -.-mr-56 { - margin-right: -14rem; -} - -.-mb-56 { - margin-bottom: -14rem; -} - -.-ml-56 { - margin-left: -14rem; -} - -.-mt-60 { - margin-top: -240px; -} - -.-mr-60 { - margin-right: -240px; -} - -.-mb-60 { - margin-bottom: -240px; -} - -.-ml-60 { - margin-left: -240px; -} - -.-mt-64 { - margin-top: -16rem; -} - -.-mr-64 { - margin-right: -16rem; -} - -.-mb-64 { - margin-bottom: -16rem; -} - -.-ml-64 { - margin-left: -16rem; -} - -.-mt-72 { - margin-top: -18rem; -} - -.-mr-72 { - margin-right: -18rem; -} - -.-mb-72 { - margin-bottom: -18rem; -} - -.-ml-72 { - margin-left: -18rem; -} - -.-mt-80 { - margin-top: -20rem; -} - -.-mr-80 { - margin-right: -20rem; -} - -.-mb-80 { - margin-bottom: -20rem; -} - -.-ml-80 { - margin-left: -20rem; -} - -.-mt-88 { - margin-top: -22rem; -} - -.-mr-88 { - margin-right: -22rem; -} - -.-mb-88 { - margin-bottom: -22rem; -} - -.-ml-88 { - margin-left: -22rem; -} - -.-mt-96 { - margin-top: -24rem; -} - -.-mr-96 { - margin-right: -24rem; -} - -.-mb-96 { - margin-bottom: -24rem; -} - -.-ml-96 { - margin-left: -24rem; -} - -.-mt-130 { - margin-top: -560px; -} - -.-mr-130 { - margin-right: -560px; -} - -.-mb-130 { - margin-bottom: -560px; -} - -.-ml-130 { - margin-left: -560px; -} - -.-mt-px { - margin-top: -1px; -} - -.-mr-px { - margin-right: -1px; -} - -.-mb-px { - margin-bottom: -1px; -} - -.-ml-px { - margin-left: -1px; -} - -.-mt-0\.5 { - margin-top: -0.125rem; -} - -.-mr-0\.5 { - margin-right: -0.125rem; -} - -.-mb-0\.5 { - margin-bottom: -0.125rem; -} - -.-ml-0\.5 { - margin-left: -0.125rem; -} - -.-mt-1\.5 { - margin-top: -0.375rem; -} - -.-mr-1\.5 { - margin-right: -0.375rem; -} - -.-mb-1\.5 { - margin-bottom: -0.375rem; -} - -.-ml-1\.5 { - margin-left: -0.375rem; -} - -.-mt-2\.5 { - margin-top: -0.625rem; -} - -.-mr-2\.5 { - margin-right: -0.625rem; -} - -.-mb-2\.5 { - margin-bottom: -0.625rem; -} - -.-ml-2\.5 { - margin-left: -0.625rem; -} - -.-mt-3\.5 { - margin-top: -0.875rem; -} - -.-mr-3\.5 { - margin-right: -0.875rem; -} - -.-mb-3\.5 { - margin-bottom: -0.875rem; -} - -.-ml-3\.5 { - margin-left: -0.875rem; -} - -.first\:m-0:first-child { - margin: 0px; -} - -.first\:m-1:first-child { - margin: 0.25rem; -} - -.first\:m-2:first-child { - margin: 0.5rem; -} - -.first\:m-3:first-child { - margin: 0.75rem; -} - -.first\:m-4:first-child { - margin: 1rem; -} - -.first\:m-5:first-child { - margin: 1.25rem; -} - -.first\:m-6:first-child { - margin: 1.5rem; -} - -.first\:m-7:first-child { - margin: 1.75rem; -} - -.first\:m-8:first-child { - margin: 2rem; -} - -.first\:m-9:first-child { - margin: 2.25rem; -} - -.first\:m-10:first-child { - margin: 2.5rem; -} - -.first\:m-11:first-child { - margin: 2.75rem; -} - -.first\:m-12:first-child { - margin: 3rem; -} - -.first\:m-14:first-child { - margin: 3.5rem; -} - -.first\:m-16:first-child { - margin: 4rem; -} - -.first\:m-20:first-child { - margin: 5rem; -} - -.first\:m-22:first-child { - margin: 5.625rem; -} - -.first\:m-24:first-child { - margin: 6rem; -} - -.first\:m-28:first-child { - margin: 7rem; -} - -.first\:m-32:first-child { - margin: 8rem; -} - -.first\:m-36:first-child { - margin: 9rem; -} - -.first\:m-40:first-child { - margin: 10rem; -} - -.first\:m-44:first-child { - margin: 11rem; -} - -.first\:m-48:first-child { - margin: 12rem; -} - -.first\:m-52:first-child { - margin: 13rem; -} - -.first\:m-56:first-child { - margin: 14rem; -} - -.first\:m-60:first-child { - margin: 240px; -} - -.first\:m-64:first-child { - margin: 16rem; -} - -.first\:m-72:first-child { - margin: 18rem; -} - -.first\:m-80:first-child { - margin: 20rem; -} - -.first\:m-88:first-child { - margin: 22rem; -} - -.first\:m-96:first-child { - margin: 24rem; -} - -.first\:m-130:first-child { - margin: 560px; -} - -.first\:m-auto:first-child { - margin: auto; -} - -.first\:m-px:first-child { - margin: 1px; -} - -.first\:m-0\.5:first-child { - margin: 0.125rem; -} - -.first\:m-1\.5:first-child { - margin: 0.375rem; -} - -.first\:m-2\.5:first-child { - margin: 0.625rem; -} - -.first\:m-3\.5:first-child { - margin: 0.875rem; -} - -.first\:-m-0:first-child { - margin: 0px; -} - -.first\:-m-1:first-child { - margin: -0.25rem; -} - -.first\:-m-2:first-child { - margin: -0.5rem; -} - -.first\:-m-3:first-child { - margin: -0.75rem; -} - -.first\:-m-4:first-child { - margin: -1rem; -} - -.first\:-m-5:first-child { - margin: -1.25rem; -} - -.first\:-m-6:first-child { - margin: -1.5rem; -} - -.first\:-m-7:first-child { - margin: -1.75rem; -} - -.first\:-m-8:first-child { - margin: -2rem; -} - -.first\:-m-9:first-child { - margin: -2.25rem; -} - -.first\:-m-10:first-child { - margin: -2.5rem; -} - -.first\:-m-11:first-child { - margin: -2.75rem; -} - -.first\:-m-12:first-child { - margin: -3rem; -} - -.first\:-m-14:first-child { - margin: -3.5rem; -} - -.first\:-m-16:first-child { - margin: -4rem; -} - -.first\:-m-20:first-child { - margin: -5rem; -} - -.first\:-m-22:first-child { - margin: -5.625rem; -} - -.first\:-m-24:first-child { - margin: -6rem; -} - -.first\:-m-28:first-child { - margin: -7rem; -} - -.first\:-m-32:first-child { - margin: -8rem; -} - -.first\:-m-36:first-child { - margin: -9rem; -} - -.first\:-m-40:first-child { - margin: -10rem; -} - -.first\:-m-44:first-child { - margin: -11rem; -} - -.first\:-m-48:first-child { - margin: -12rem; -} - -.first\:-m-52:first-child { - margin: -13rem; -} - -.first\:-m-56:first-child { - margin: -14rem; -} - -.first\:-m-60:first-child { - margin: -240px; -} - -.first\:-m-64:first-child { - margin: -16rem; -} - -.first\:-m-72:first-child { - margin: -18rem; -} - -.first\:-m-80:first-child { - margin: -20rem; -} - -.first\:-m-88:first-child { - margin: -22rem; -} - -.first\:-m-96:first-child { - margin: -24rem; -} - -.first\:-m-130:first-child { - margin: -560px; -} - -.first\:-m-px:first-child { - margin: -1px; -} - -.first\:-m-0\.5:first-child { - margin: -0.125rem; -} - -.first\:-m-1\.5:first-child { - margin: -0.375rem; -} - -.first\:-m-2\.5:first-child { - margin: -0.625rem; -} - -.first\:-m-3\.5:first-child { - margin: -0.875rem; -} - -.first\:my-0:first-child { - margin-top: 0px; - margin-bottom: 0px; -} - -.first\:mx-0:first-child { - margin-left: 0px; - margin-right: 0px; -} - -.first\:my-1:first-child { - margin-top: 0.25rem; - margin-bottom: 0.25rem; -} - -.first\:mx-1:first-child { - margin-left: 0.25rem; - margin-right: 0.25rem; -} - -.first\:my-2:first-child { - margin-top: 0.5rem; - margin-bottom: 0.5rem; -} - -.first\:mx-2:first-child { - margin-left: 0.5rem; - margin-right: 0.5rem; -} - -.first\:my-3:first-child { - margin-top: 0.75rem; - margin-bottom: 0.75rem; -} - -.first\:mx-3:first-child { - margin-left: 0.75rem; - margin-right: 0.75rem; -} - -.first\:my-4:first-child { - margin-top: 1rem; - margin-bottom: 1rem; -} - -.first\:mx-4:first-child { - margin-left: 1rem; - margin-right: 1rem; -} - -.first\:my-5:first-child { - margin-top: 1.25rem; - margin-bottom: 1.25rem; -} - -.first\:mx-5:first-child { - margin-left: 1.25rem; - margin-right: 1.25rem; -} - -.first\:my-6:first-child { - margin-top: 1.5rem; - margin-bottom: 1.5rem; -} - -.first\:mx-6:first-child { - margin-left: 1.5rem; - margin-right: 1.5rem; -} - -.first\:my-7:first-child { - margin-top: 1.75rem; - margin-bottom: 1.75rem; -} - -.first\:mx-7:first-child { - margin-left: 1.75rem; - margin-right: 1.75rem; -} - -.first\:my-8:first-child { - margin-top: 2rem; - margin-bottom: 2rem; -} - -.first\:mx-8:first-child { - margin-left: 2rem; - margin-right: 2rem; -} - -.first\:my-9:first-child { - margin-top: 2.25rem; - margin-bottom: 2.25rem; -} - -.first\:mx-9:first-child { - margin-left: 2.25rem; - margin-right: 2.25rem; -} - -.first\:my-10:first-child { - margin-top: 2.5rem; - margin-bottom: 2.5rem; -} - -.first\:mx-10:first-child { - margin-left: 2.5rem; - margin-right: 2.5rem; -} - -.first\:my-11:first-child { - margin-top: 2.75rem; - margin-bottom: 2.75rem; -} - -.first\:mx-11:first-child { - margin-left: 2.75rem; - margin-right: 2.75rem; -} - -.first\:my-12:first-child { - margin-top: 3rem; - margin-bottom: 3rem; -} - -.first\:mx-12:first-child { - margin-left: 3rem; - margin-right: 3rem; -} - -.first\:my-14:first-child { - margin-top: 3.5rem; - margin-bottom: 3.5rem; -} - -.first\:mx-14:first-child { - margin-left: 3.5rem; - margin-right: 3.5rem; -} - -.first\:my-16:first-child { - margin-top: 4rem; - margin-bottom: 4rem; -} - -.first\:mx-16:first-child { - margin-left: 4rem; - margin-right: 4rem; -} - -.first\:my-20:first-child { - margin-top: 5rem; - margin-bottom: 5rem; -} - -.first\:mx-20:first-child { - margin-left: 5rem; - margin-right: 5rem; -} - -.first\:my-22:first-child { - margin-top: 5.625rem; - margin-bottom: 5.625rem; -} - -.first\:mx-22:first-child { - margin-left: 5.625rem; - margin-right: 5.625rem; -} - -.first\:my-24:first-child { - margin-top: 6rem; - margin-bottom: 6rem; -} - -.first\:mx-24:first-child { - margin-left: 6rem; - margin-right: 6rem; -} - -.first\:my-28:first-child { - margin-top: 7rem; - margin-bottom: 7rem; -} - -.first\:mx-28:first-child { - margin-left: 7rem; - margin-right: 7rem; -} - -.first\:my-32:first-child { - margin-top: 8rem; - margin-bottom: 8rem; -} - -.first\:mx-32:first-child { - margin-left: 8rem; - margin-right: 8rem; -} - -.first\:my-36:first-child { - margin-top: 9rem; - margin-bottom: 9rem; -} - -.first\:mx-36:first-child { - margin-left: 9rem; - margin-right: 9rem; -} - -.first\:my-40:first-child { - margin-top: 10rem; - margin-bottom: 10rem; -} - -.first\:mx-40:first-child { - margin-left: 10rem; - margin-right: 10rem; -} - -.first\:my-44:first-child { - margin-top: 11rem; - margin-bottom: 11rem; -} - -.first\:mx-44:first-child { - margin-left: 11rem; - margin-right: 11rem; -} - -.first\:my-48:first-child { - margin-top: 12rem; - margin-bottom: 12rem; -} - -.first\:mx-48:first-child { - margin-left: 12rem; - margin-right: 12rem; -} - -.first\:my-52:first-child { - margin-top: 13rem; - margin-bottom: 13rem; -} - -.first\:mx-52:first-child { - margin-left: 13rem; - margin-right: 13rem; -} - -.first\:my-56:first-child { - margin-top: 14rem; - margin-bottom: 14rem; -} - -.first\:mx-56:first-child { - margin-left: 14rem; - margin-right: 14rem; -} - -.first\:my-60:first-child { - margin-top: 240px; - margin-bottom: 240px; -} - -.first\:mx-60:first-child { - margin-left: 240px; - margin-right: 240px; -} - -.first\:my-64:first-child { - margin-top: 16rem; - margin-bottom: 16rem; -} - -.first\:mx-64:first-child { - margin-left: 16rem; - margin-right: 16rem; -} - -.first\:my-72:first-child { - margin-top: 18rem; - margin-bottom: 18rem; -} - -.first\:mx-72:first-child { - margin-left: 18rem; - margin-right: 18rem; -} - -.first\:my-80:first-child { - margin-top: 20rem; - margin-bottom: 20rem; -} - -.first\:mx-80:first-child { - margin-left: 20rem; - margin-right: 20rem; -} - -.first\:my-88:first-child { - margin-top: 22rem; - margin-bottom: 22rem; -} - -.first\:mx-88:first-child { - margin-left: 22rem; - margin-right: 22rem; -} - -.first\:my-96:first-child { - margin-top: 24rem; - margin-bottom: 24rem; -} - -.first\:mx-96:first-child { - margin-left: 24rem; - margin-right: 24rem; -} - -.first\:my-130:first-child { - margin-top: 560px; - margin-bottom: 560px; -} - -.first\:mx-130:first-child { - margin-left: 560px; - margin-right: 560px; -} - -.first\:my-auto:first-child { - margin-top: auto; - margin-bottom: auto; -} - -.first\:mx-auto:first-child { - margin-left: auto; - margin-right: auto; -} - -.first\:my-px:first-child { - margin-top: 1px; - margin-bottom: 1px; -} - -.first\:mx-px:first-child { - margin-left: 1px; - margin-right: 1px; -} - -.first\:my-0\.5:first-child { - margin-top: 0.125rem; - margin-bottom: 0.125rem; -} - -.first\:mx-0\.5:first-child { - margin-left: 0.125rem; - margin-right: 0.125rem; -} - -.first\:my-1\.5:first-child { - margin-top: 0.375rem; - margin-bottom: 0.375rem; -} - -.first\:mx-1\.5:first-child { - margin-left: 0.375rem; - margin-right: 0.375rem; -} - -.first\:my-2\.5:first-child { - margin-top: 0.625rem; - margin-bottom: 0.625rem; -} - -.first\:mx-2\.5:first-child { - margin-left: 0.625rem; - margin-right: 0.625rem; -} - -.first\:my-3\.5:first-child { - margin-top: 0.875rem; - margin-bottom: 0.875rem; -} - -.first\:mx-3\.5:first-child { - margin-left: 0.875rem; - margin-right: 0.875rem; -} - -.first\:-my-0:first-child { - margin-top: 0px; - margin-bottom: 0px; -} - -.first\:-mx-0:first-child { - margin-left: 0px; - margin-right: 0px; -} - -.first\:-my-1:first-child { - margin-top: -0.25rem; - margin-bottom: -0.25rem; -} - -.first\:-mx-1:first-child { - margin-left: -0.25rem; - margin-right: -0.25rem; -} - -.first\:-my-2:first-child { - margin-top: -0.5rem; - margin-bottom: -0.5rem; -} - -.first\:-mx-2:first-child { - margin-left: -0.5rem; - margin-right: -0.5rem; -} - -.first\:-my-3:first-child { - margin-top: -0.75rem; - margin-bottom: -0.75rem; -} - -.first\:-mx-3:first-child { - margin-left: -0.75rem; - margin-right: -0.75rem; -} - -.first\:-my-4:first-child { - margin-top: -1rem; - margin-bottom: -1rem; -} - -.first\:-mx-4:first-child { - margin-left: -1rem; - margin-right: -1rem; -} - -.first\:-my-5:first-child { - margin-top: -1.25rem; - margin-bottom: -1.25rem; -} - -.first\:-mx-5:first-child { - margin-left: -1.25rem; - margin-right: -1.25rem; -} - -.first\:-my-6:first-child { - margin-top: -1.5rem; - margin-bottom: -1.5rem; -} - -.first\:-mx-6:first-child { - margin-left: -1.5rem; - margin-right: -1.5rem; -} - -.first\:-my-7:first-child { - margin-top: -1.75rem; - margin-bottom: -1.75rem; -} - -.first\:-mx-7:first-child { - margin-left: -1.75rem; - margin-right: -1.75rem; -} - -.first\:-my-8:first-child { - margin-top: -2rem; - margin-bottom: -2rem; -} - -.first\:-mx-8:first-child { - margin-left: -2rem; - margin-right: -2rem; -} - -.first\:-my-9:first-child { - margin-top: -2.25rem; - margin-bottom: -2.25rem; -} - -.first\:-mx-9:first-child { - margin-left: -2.25rem; - margin-right: -2.25rem; -} - -.first\:-my-10:first-child { - margin-top: -2.5rem; - margin-bottom: -2.5rem; -} - -.first\:-mx-10:first-child { - margin-left: -2.5rem; - margin-right: -2.5rem; -} - -.first\:-my-11:first-child { - margin-top: -2.75rem; - margin-bottom: -2.75rem; -} - -.first\:-mx-11:first-child { - margin-left: -2.75rem; - margin-right: -2.75rem; -} - -.first\:-my-12:first-child { - margin-top: -3rem; - margin-bottom: -3rem; -} - -.first\:-mx-12:first-child { - margin-left: -3rem; - margin-right: -3rem; -} - -.first\:-my-14:first-child { - margin-top: -3.5rem; - margin-bottom: -3.5rem; -} - -.first\:-mx-14:first-child { - margin-left: -3.5rem; - margin-right: -3.5rem; -} - -.first\:-my-16:first-child { - margin-top: -4rem; - margin-bottom: -4rem; -} - -.first\:-mx-16:first-child { - margin-left: -4rem; - margin-right: -4rem; -} - -.first\:-my-20:first-child { - margin-top: -5rem; - margin-bottom: -5rem; -} - -.first\:-mx-20:first-child { - margin-left: -5rem; - margin-right: -5rem; -} - -.first\:-my-22:first-child { - margin-top: -5.625rem; - margin-bottom: -5.625rem; -} - -.first\:-mx-22:first-child { - margin-left: -5.625rem; - margin-right: -5.625rem; -} - -.first\:-my-24:first-child { - margin-top: -6rem; - margin-bottom: -6rem; -} - -.first\:-mx-24:first-child { - margin-left: -6rem; - margin-right: -6rem; -} - -.first\:-my-28:first-child { - margin-top: -7rem; - margin-bottom: -7rem; -} - -.first\:-mx-28:first-child { - margin-left: -7rem; - margin-right: -7rem; -} - -.first\:-my-32:first-child { - margin-top: -8rem; - margin-bottom: -8rem; -} - -.first\:-mx-32:first-child { - margin-left: -8rem; - margin-right: -8rem; -} - -.first\:-my-36:first-child { - margin-top: -9rem; - margin-bottom: -9rem; -} - -.first\:-mx-36:first-child { - margin-left: -9rem; - margin-right: -9rem; -} - -.first\:-my-40:first-child { - margin-top: -10rem; - margin-bottom: -10rem; -} - -.first\:-mx-40:first-child { - margin-left: -10rem; - margin-right: -10rem; -} - -.first\:-my-44:first-child { - margin-top: -11rem; - margin-bottom: -11rem; -} - -.first\:-mx-44:first-child { - margin-left: -11rem; - margin-right: -11rem; -} - -.first\:-my-48:first-child { - margin-top: -12rem; - margin-bottom: -12rem; -} - -.first\:-mx-48:first-child { - margin-left: -12rem; - margin-right: -12rem; -} - -.first\:-my-52:first-child { - margin-top: -13rem; - margin-bottom: -13rem; -} - -.first\:-mx-52:first-child { - margin-left: -13rem; - margin-right: -13rem; -} - -.first\:-my-56:first-child { - margin-top: -14rem; - margin-bottom: -14rem; -} - -.first\:-mx-56:first-child { - margin-left: -14rem; - margin-right: -14rem; -} - -.first\:-my-60:first-child { - margin-top: -240px; - margin-bottom: -240px; -} - -.first\:-mx-60:first-child { - margin-left: -240px; - margin-right: -240px; -} - -.first\:-my-64:first-child { - margin-top: -16rem; - margin-bottom: -16rem; -} - -.first\:-mx-64:first-child { - margin-left: -16rem; - margin-right: -16rem; -} - -.first\:-my-72:first-child { - margin-top: -18rem; - margin-bottom: -18rem; -} - -.first\:-mx-72:first-child { - margin-left: -18rem; - margin-right: -18rem; -} - -.first\:-my-80:first-child { - margin-top: -20rem; - margin-bottom: -20rem; -} - -.first\:-mx-80:first-child { - margin-left: -20rem; - margin-right: -20rem; -} - -.first\:-my-88:first-child { - margin-top: -22rem; - margin-bottom: -22rem; -} - -.first\:-mx-88:first-child { - margin-left: -22rem; - margin-right: -22rem; -} - -.first\:-my-96:first-child { - margin-top: -24rem; - margin-bottom: -24rem; -} - -.first\:-mx-96:first-child { - margin-left: -24rem; - margin-right: -24rem; -} - -.first\:-my-130:first-child { - margin-top: -560px; - margin-bottom: -560px; -} - -.first\:-mx-130:first-child { - margin-left: -560px; - margin-right: -560px; -} - -.first\:-my-px:first-child { - margin-top: -1px; - margin-bottom: -1px; -} - -.first\:-mx-px:first-child { - margin-left: -1px; - margin-right: -1px; -} - -.first\:-my-0\.5:first-child { - margin-top: -0.125rem; - margin-bottom: -0.125rem; -} - -.first\:-mx-0\.5:first-child { - margin-left: -0.125rem; - margin-right: -0.125rem; -} - -.first\:-my-1\.5:first-child { - margin-top: -0.375rem; - margin-bottom: -0.375rem; -} - -.first\:-mx-1\.5:first-child { - margin-left: -0.375rem; - margin-right: -0.375rem; -} - -.first\:-my-2\.5:first-child { - margin-top: -0.625rem; - margin-bottom: -0.625rem; -} - -.first\:-mx-2\.5:first-child { - margin-left: -0.625rem; - margin-right: -0.625rem; -} - -.first\:-my-3\.5:first-child { - margin-top: -0.875rem; - margin-bottom: -0.875rem; -} - -.first\:-mx-3\.5:first-child { - margin-left: -0.875rem; - margin-right: -0.875rem; -} - -.first\:mt-0:first-child { - margin-top: 0px; -} - -.first\:mr-0:first-child { - margin-right: 0px; -} - -.first\:mb-0:first-child { - margin-bottom: 0px; -} - -.first\:ml-0:first-child { - margin-left: 0px; -} - -.first\:mt-1:first-child { - margin-top: 0.25rem; -} - -.first\:mr-1:first-child { - margin-right: 0.25rem; -} - -.first\:mb-1:first-child { - margin-bottom: 0.25rem; -} - -.first\:ml-1:first-child { - margin-left: 0.25rem; -} - -.first\:mt-2:first-child { - margin-top: 0.5rem; -} - -.first\:mr-2:first-child { - margin-right: 0.5rem; -} - -.first\:mb-2:first-child { - margin-bottom: 0.5rem; -} - -.first\:ml-2:first-child { - margin-left: 0.5rem; -} - -.first\:mt-3:first-child { - margin-top: 0.75rem; -} - -.first\:mr-3:first-child { - margin-right: 0.75rem; -} - -.first\:mb-3:first-child { - margin-bottom: 0.75rem; -} - -.first\:ml-3:first-child { - margin-left: 0.75rem; -} - -.first\:mt-4:first-child { - margin-top: 1rem; -} - -.first\:mr-4:first-child { - margin-right: 1rem; -} - -.first\:mb-4:first-child { - margin-bottom: 1rem; -} - -.first\:ml-4:first-child { - margin-left: 1rem; -} - -.first\:mt-5:first-child { - margin-top: 1.25rem; -} - -.first\:mr-5:first-child { - margin-right: 1.25rem; -} - -.first\:mb-5:first-child { - margin-bottom: 1.25rem; -} - -.first\:ml-5:first-child { - margin-left: 1.25rem; -} - -.first\:mt-6:first-child { - margin-top: 1.5rem; -} - -.first\:mr-6:first-child { - margin-right: 1.5rem; -} - -.first\:mb-6:first-child { - margin-bottom: 1.5rem; -} - -.first\:ml-6:first-child { - margin-left: 1.5rem; -} - -.first\:mt-7:first-child { - margin-top: 1.75rem; -} - -.first\:mr-7:first-child { - margin-right: 1.75rem; -} - -.first\:mb-7:first-child { - margin-bottom: 1.75rem; -} - -.first\:ml-7:first-child { - margin-left: 1.75rem; -} - -.first\:mt-8:first-child { - margin-top: 2rem; -} - -.first\:mr-8:first-child { - margin-right: 2rem; -} - -.first\:mb-8:first-child { - margin-bottom: 2rem; -} - -.first\:ml-8:first-child { - margin-left: 2rem; -} - -.first\:mt-9:first-child { - margin-top: 2.25rem; -} - -.first\:mr-9:first-child { - margin-right: 2.25rem; -} - -.first\:mb-9:first-child { - margin-bottom: 2.25rem; -} - -.first\:ml-9:first-child { - margin-left: 2.25rem; -} - -.first\:mt-10:first-child { - margin-top: 2.5rem; -} - -.first\:mr-10:first-child { - margin-right: 2.5rem; -} - -.first\:mb-10:first-child { - margin-bottom: 2.5rem; -} - -.first\:ml-10:first-child { - margin-left: 2.5rem; -} - -.first\:mt-11:first-child { - margin-top: 2.75rem; -} - -.first\:mr-11:first-child { - margin-right: 2.75rem; -} - -.first\:mb-11:first-child { - margin-bottom: 2.75rem; -} - -.first\:ml-11:first-child { - margin-left: 2.75rem; -} - -.first\:mt-12:first-child { - margin-top: 3rem; -} - -.first\:mr-12:first-child { - margin-right: 3rem; -} - -.first\:mb-12:first-child { - margin-bottom: 3rem; -} - -.first\:ml-12:first-child { - margin-left: 3rem; -} - -.first\:mt-14:first-child { - margin-top: 3.5rem; -} - -.first\:mr-14:first-child { - margin-right: 3.5rem; -} - -.first\:mb-14:first-child { - margin-bottom: 3.5rem; -} - -.first\:ml-14:first-child { - margin-left: 3.5rem; -} - -.first\:mt-16:first-child { - margin-top: 4rem; -} - -.first\:mr-16:first-child { - margin-right: 4rem; -} - -.first\:mb-16:first-child { - margin-bottom: 4rem; -} - -.first\:ml-16:first-child { - margin-left: 4rem; -} - -.first\:mt-20:first-child { - margin-top: 5rem; -} - -.first\:mr-20:first-child { - margin-right: 5rem; -} - -.first\:mb-20:first-child { - margin-bottom: 5rem; -} - -.first\:ml-20:first-child { - margin-left: 5rem; -} - -.first\:mt-22:first-child { - margin-top: 5.625rem; -} - -.first\:mr-22:first-child { - margin-right: 5.625rem; -} - -.first\:mb-22:first-child { - margin-bottom: 5.625rem; -} - -.first\:ml-22:first-child { - margin-left: 5.625rem; -} - -.first\:mt-24:first-child { - margin-top: 6rem; -} - -.first\:mr-24:first-child { - margin-right: 6rem; -} - -.first\:mb-24:first-child { - margin-bottom: 6rem; -} - -.first\:ml-24:first-child { - margin-left: 6rem; -} - -.first\:mt-28:first-child { - margin-top: 7rem; -} - -.first\:mr-28:first-child { - margin-right: 7rem; -} - -.first\:mb-28:first-child { - margin-bottom: 7rem; -} - -.first\:ml-28:first-child { - margin-left: 7rem; -} - -.first\:mt-32:first-child { - margin-top: 8rem; -} - -.first\:mr-32:first-child { - margin-right: 8rem; -} - -.first\:mb-32:first-child { - margin-bottom: 8rem; -} - -.first\:ml-32:first-child { - margin-left: 8rem; -} - -.first\:mt-36:first-child { - margin-top: 9rem; -} - -.first\:mr-36:first-child { - margin-right: 9rem; -} - -.first\:mb-36:first-child { - margin-bottom: 9rem; -} - -.first\:ml-36:first-child { - margin-left: 9rem; -} - -.first\:mt-40:first-child { - margin-top: 10rem; -} - -.first\:mr-40:first-child { - margin-right: 10rem; -} - -.first\:mb-40:first-child { - margin-bottom: 10rem; -} - -.first\:ml-40:first-child { - margin-left: 10rem; -} - -.first\:mt-44:first-child { - margin-top: 11rem; -} - -.first\:mr-44:first-child { - margin-right: 11rem; -} - -.first\:mb-44:first-child { - margin-bottom: 11rem; -} - -.first\:ml-44:first-child { - margin-left: 11rem; -} - -.first\:mt-48:first-child { - margin-top: 12rem; -} - -.first\:mr-48:first-child { - margin-right: 12rem; -} - -.first\:mb-48:first-child { - margin-bottom: 12rem; -} - -.first\:ml-48:first-child { - margin-left: 12rem; -} - -.first\:mt-52:first-child { - margin-top: 13rem; -} - -.first\:mr-52:first-child { - margin-right: 13rem; -} - -.first\:mb-52:first-child { - margin-bottom: 13rem; -} - -.first\:ml-52:first-child { - margin-left: 13rem; -} - -.first\:mt-56:first-child { - margin-top: 14rem; -} - -.first\:mr-56:first-child { - margin-right: 14rem; -} - -.first\:mb-56:first-child { - margin-bottom: 14rem; -} - -.first\:ml-56:first-child { - margin-left: 14rem; -} - -.first\:mt-60:first-child { - margin-top: 240px; -} - -.first\:mr-60:first-child { - margin-right: 240px; -} - -.first\:mb-60:first-child { - margin-bottom: 240px; -} - -.first\:ml-60:first-child { - margin-left: 240px; -} - -.first\:mt-64:first-child { - margin-top: 16rem; -} - -.first\:mr-64:first-child { - margin-right: 16rem; -} - -.first\:mb-64:first-child { - margin-bottom: 16rem; -} - -.first\:ml-64:first-child { - margin-left: 16rem; -} - -.first\:mt-72:first-child { - margin-top: 18rem; -} - -.first\:mr-72:first-child { - margin-right: 18rem; -} - -.first\:mb-72:first-child { - margin-bottom: 18rem; -} - -.first\:ml-72:first-child { - margin-left: 18rem; -} - -.first\:mt-80:first-child { - margin-top: 20rem; -} - -.first\:mr-80:first-child { - margin-right: 20rem; -} - -.first\:mb-80:first-child { - margin-bottom: 20rem; -} - -.first\:ml-80:first-child { - margin-left: 20rem; -} - -.first\:mt-88:first-child { - margin-top: 22rem; -} - -.first\:mr-88:first-child { - margin-right: 22rem; -} - -.first\:mb-88:first-child { - margin-bottom: 22rem; -} - -.first\:ml-88:first-child { - margin-left: 22rem; -} - -.first\:mt-96:first-child { - margin-top: 24rem; -} - -.first\:mr-96:first-child { - margin-right: 24rem; -} - -.first\:mb-96:first-child { - margin-bottom: 24rem; -} - -.first\:ml-96:first-child { - margin-left: 24rem; -} - -.first\:mt-130:first-child { - margin-top: 560px; -} - -.first\:mr-130:first-child { - margin-right: 560px; -} - -.first\:mb-130:first-child { - margin-bottom: 560px; -} - -.first\:ml-130:first-child { - margin-left: 560px; -} - -.first\:mt-auto:first-child { - margin-top: auto; -} - -.first\:mr-auto:first-child { - margin-right: auto; -} - -.first\:mb-auto:first-child { - margin-bottom: auto; -} - -.first\:ml-auto:first-child { - margin-left: auto; -} - -.first\:mt-px:first-child { - margin-top: 1px; -} - -.first\:mr-px:first-child { - margin-right: 1px; -} - -.first\:mb-px:first-child { - margin-bottom: 1px; -} - -.first\:ml-px:first-child { - margin-left: 1px; -} - -.first\:mt-0\.5:first-child { - margin-top: 0.125rem; -} - -.first\:mr-0\.5:first-child { - margin-right: 0.125rem; -} - -.first\:mb-0\.5:first-child { - margin-bottom: 0.125rem; -} - -.first\:ml-0\.5:first-child { - margin-left: 0.125rem; -} - -.first\:mt-1\.5:first-child { - margin-top: 0.375rem; -} - -.first\:mr-1\.5:first-child { - margin-right: 0.375rem; -} - -.first\:mb-1\.5:first-child { - margin-bottom: 0.375rem; -} - -.first\:ml-1\.5:first-child { - margin-left: 0.375rem; -} - -.first\:mt-2\.5:first-child { - margin-top: 0.625rem; -} - -.first\:mr-2\.5:first-child { - margin-right: 0.625rem; -} - -.first\:mb-2\.5:first-child { - margin-bottom: 0.625rem; -} - -.first\:ml-2\.5:first-child { - margin-left: 0.625rem; -} - -.first\:mt-3\.5:first-child { - margin-top: 0.875rem; -} - -.first\:mr-3\.5:first-child { - margin-right: 0.875rem; -} - -.first\:mb-3\.5:first-child { - margin-bottom: 0.875rem; -} - -.first\:ml-3\.5:first-child { - margin-left: 0.875rem; -} - -.first\:-mt-0:first-child { - margin-top: 0px; -} - -.first\:-mr-0:first-child { - margin-right: 0px; -} - -.first\:-mb-0:first-child { - margin-bottom: 0px; -} - -.first\:-ml-0:first-child { - margin-left: 0px; -} - -.first\:-mt-1:first-child { - margin-top: -0.25rem; -} - -.first\:-mr-1:first-child { - margin-right: -0.25rem; -} - -.first\:-mb-1:first-child { - margin-bottom: -0.25rem; -} - -.first\:-ml-1:first-child { - margin-left: -0.25rem; -} - -.first\:-mt-2:first-child { - margin-top: -0.5rem; -} - -.first\:-mr-2:first-child { - margin-right: -0.5rem; -} - -.first\:-mb-2:first-child { - margin-bottom: -0.5rem; -} - -.first\:-ml-2:first-child { - margin-left: -0.5rem; -} - -.first\:-mt-3:first-child { - margin-top: -0.75rem; -} - -.first\:-mr-3:first-child { - margin-right: -0.75rem; -} - -.first\:-mb-3:first-child { - margin-bottom: -0.75rem; -} - -.first\:-ml-3:first-child { - margin-left: -0.75rem; -} - -.first\:-mt-4:first-child { - margin-top: -1rem; -} - -.first\:-mr-4:first-child { - margin-right: -1rem; -} - -.first\:-mb-4:first-child { - margin-bottom: -1rem; -} - -.first\:-ml-4:first-child { - margin-left: -1rem; -} - -.first\:-mt-5:first-child { - margin-top: -1.25rem; -} - -.first\:-mr-5:first-child { - margin-right: -1.25rem; -} - -.first\:-mb-5:first-child { - margin-bottom: -1.25rem; -} - -.first\:-ml-5:first-child { - margin-left: -1.25rem; -} - -.first\:-mt-6:first-child { - margin-top: -1.5rem; -} - -.first\:-mr-6:first-child { - margin-right: -1.5rem; -} - -.first\:-mb-6:first-child { - margin-bottom: -1.5rem; -} - -.first\:-ml-6:first-child { - margin-left: -1.5rem; -} - -.first\:-mt-7:first-child { - margin-top: -1.75rem; -} - -.first\:-mr-7:first-child { - margin-right: -1.75rem; -} - -.first\:-mb-7:first-child { - margin-bottom: -1.75rem; -} - -.first\:-ml-7:first-child { - margin-left: -1.75rem; -} - -.first\:-mt-8:first-child { - margin-top: -2rem; -} - -.first\:-mr-8:first-child { - margin-right: -2rem; -} - -.first\:-mb-8:first-child { - margin-bottom: -2rem; -} - -.first\:-ml-8:first-child { - margin-left: -2rem; -} - -.first\:-mt-9:first-child { - margin-top: -2.25rem; -} - -.first\:-mr-9:first-child { - margin-right: -2.25rem; -} - -.first\:-mb-9:first-child { - margin-bottom: -2.25rem; -} - -.first\:-ml-9:first-child { - margin-left: -2.25rem; -} - -.first\:-mt-10:first-child { - margin-top: -2.5rem; -} - -.first\:-mr-10:first-child { - margin-right: -2.5rem; -} - -.first\:-mb-10:first-child { - margin-bottom: -2.5rem; -} - -.first\:-ml-10:first-child { - margin-left: -2.5rem; -} - -.first\:-mt-11:first-child { - margin-top: -2.75rem; -} - -.first\:-mr-11:first-child { - margin-right: -2.75rem; -} - -.first\:-mb-11:first-child { - margin-bottom: -2.75rem; -} - -.first\:-ml-11:first-child { - margin-left: -2.75rem; -} - -.first\:-mt-12:first-child { - margin-top: -3rem; -} - -.first\:-mr-12:first-child { - margin-right: -3rem; -} - -.first\:-mb-12:first-child { - margin-bottom: -3rem; -} - -.first\:-ml-12:first-child { - margin-left: -3rem; -} - -.first\:-mt-14:first-child { - margin-top: -3.5rem; -} - -.first\:-mr-14:first-child { - margin-right: -3.5rem; -} - -.first\:-mb-14:first-child { - margin-bottom: -3.5rem; -} - -.first\:-ml-14:first-child { - margin-left: -3.5rem; -} - -.first\:-mt-16:first-child { - margin-top: -4rem; -} - -.first\:-mr-16:first-child { - margin-right: -4rem; -} - -.first\:-mb-16:first-child { - margin-bottom: -4rem; -} - -.first\:-ml-16:first-child { - margin-left: -4rem; -} - -.first\:-mt-20:first-child { - margin-top: -5rem; -} - -.first\:-mr-20:first-child { - margin-right: -5rem; -} - -.first\:-mb-20:first-child { - margin-bottom: -5rem; -} - -.first\:-ml-20:first-child { - margin-left: -5rem; -} - -.first\:-mt-22:first-child { - margin-top: -5.625rem; -} - -.first\:-mr-22:first-child { - margin-right: -5.625rem; -} - -.first\:-mb-22:first-child { - margin-bottom: -5.625rem; -} - -.first\:-ml-22:first-child { - margin-left: -5.625rem; -} - -.first\:-mt-24:first-child { - margin-top: -6rem; -} - -.first\:-mr-24:first-child { - margin-right: -6rem; -} - -.first\:-mb-24:first-child { - margin-bottom: -6rem; -} - -.first\:-ml-24:first-child { - margin-left: -6rem; -} - -.first\:-mt-28:first-child { - margin-top: -7rem; -} - -.first\:-mr-28:first-child { - margin-right: -7rem; -} - -.first\:-mb-28:first-child { - margin-bottom: -7rem; -} - -.first\:-ml-28:first-child { - margin-left: -7rem; -} - -.first\:-mt-32:first-child { - margin-top: -8rem; -} - -.first\:-mr-32:first-child { - margin-right: -8rem; -} - -.first\:-mb-32:first-child { - margin-bottom: -8rem; -} - -.first\:-ml-32:first-child { - margin-left: -8rem; -} - -.first\:-mt-36:first-child { - margin-top: -9rem; -} - -.first\:-mr-36:first-child { - margin-right: -9rem; -} - -.first\:-mb-36:first-child { - margin-bottom: -9rem; -} - -.first\:-ml-36:first-child { - margin-left: -9rem; -} - -.first\:-mt-40:first-child { - margin-top: -10rem; -} - -.first\:-mr-40:first-child { - margin-right: -10rem; -} - -.first\:-mb-40:first-child { - margin-bottom: -10rem; -} - -.first\:-ml-40:first-child { - margin-left: -10rem; -} - -.first\:-mt-44:first-child { - margin-top: -11rem; -} - -.first\:-mr-44:first-child { - margin-right: -11rem; -} - -.first\:-mb-44:first-child { - margin-bottom: -11rem; -} - -.first\:-ml-44:first-child { - margin-left: -11rem; -} - -.first\:-mt-48:first-child { - margin-top: -12rem; -} - -.first\:-mr-48:first-child { - margin-right: -12rem; -} - -.first\:-mb-48:first-child { - margin-bottom: -12rem; -} - -.first\:-ml-48:first-child { - margin-left: -12rem; -} - -.first\:-mt-52:first-child { - margin-top: -13rem; -} - -.first\:-mr-52:first-child { - margin-right: -13rem; -} - -.first\:-mb-52:first-child { - margin-bottom: -13rem; -} - -.first\:-ml-52:first-child { - margin-left: -13rem; -} - -.first\:-mt-56:first-child { - margin-top: -14rem; -} - -.first\:-mr-56:first-child { - margin-right: -14rem; -} - -.first\:-mb-56:first-child { - margin-bottom: -14rem; -} - -.first\:-ml-56:first-child { - margin-left: -14rem; -} - -.first\:-mt-60:first-child { - margin-top: -240px; -} - -.first\:-mr-60:first-child { - margin-right: -240px; -} - -.first\:-mb-60:first-child { - margin-bottom: -240px; -} - -.first\:-ml-60:first-child { - margin-left: -240px; -} - -.first\:-mt-64:first-child { - margin-top: -16rem; -} - -.first\:-mr-64:first-child { - margin-right: -16rem; -} - -.first\:-mb-64:first-child { - margin-bottom: -16rem; -} - -.first\:-ml-64:first-child { - margin-left: -16rem; -} - -.first\:-mt-72:first-child { - margin-top: -18rem; -} - -.first\:-mr-72:first-child { - margin-right: -18rem; -} - -.first\:-mb-72:first-child { - margin-bottom: -18rem; -} - -.first\:-ml-72:first-child { - margin-left: -18rem; -} - -.first\:-mt-80:first-child { - margin-top: -20rem; -} - -.first\:-mr-80:first-child { - margin-right: -20rem; -} - -.first\:-mb-80:first-child { - margin-bottom: -20rem; -} - -.first\:-ml-80:first-child { - margin-left: -20rem; -} - -.first\:-mt-88:first-child { - margin-top: -22rem; -} - -.first\:-mr-88:first-child { - margin-right: -22rem; -} - -.first\:-mb-88:first-child { - margin-bottom: -22rem; -} - -.first\:-ml-88:first-child { - margin-left: -22rem; -} - -.first\:-mt-96:first-child { - margin-top: -24rem; -} - -.first\:-mr-96:first-child { - margin-right: -24rem; -} - -.first\:-mb-96:first-child { - margin-bottom: -24rem; -} - -.first\:-ml-96:first-child { - margin-left: -24rem; -} - -.first\:-mt-130:first-child { - margin-top: -560px; -} - -.first\:-mr-130:first-child { - margin-right: -560px; -} - -.first\:-mb-130:first-child { - margin-bottom: -560px; -} - -.first\:-ml-130:first-child { - margin-left: -560px; -} - -.first\:-mt-px:first-child { - margin-top: -1px; -} - -.first\:-mr-px:first-child { - margin-right: -1px; -} - -.first\:-mb-px:first-child { - margin-bottom: -1px; -} - -.first\:-ml-px:first-child { - margin-left: -1px; -} - -.first\:-mt-0\.5:first-child { - margin-top: -0.125rem; -} - -.first\:-mr-0\.5:first-child { - margin-right: -0.125rem; -} - -.first\:-mb-0\.5:first-child { - margin-bottom: -0.125rem; -} - -.first\:-ml-0\.5:first-child { - margin-left: -0.125rem; -} - -.first\:-mt-1\.5:first-child { - margin-top: -0.375rem; -} - -.first\:-mr-1\.5:first-child { - margin-right: -0.375rem; -} - -.first\:-mb-1\.5:first-child { - margin-bottom: -0.375rem; -} - -.first\:-ml-1\.5:first-child { - margin-left: -0.375rem; -} - -.first\:-mt-2\.5:first-child { - margin-top: -0.625rem; -} - -.first\:-mr-2\.5:first-child { - margin-right: -0.625rem; -} - -.first\:-mb-2\.5:first-child { - margin-bottom: -0.625rem; -} - -.first\:-ml-2\.5:first-child { - margin-left: -0.625rem; -} - -.first\:-mt-3\.5:first-child { - margin-top: -0.875rem; -} - -.first\:-mr-3\.5:first-child { - margin-right: -0.875rem; -} - -.first\:-mb-3\.5:first-child { - margin-bottom: -0.875rem; -} - -.first\:-ml-3\.5:first-child { - margin-left: -0.875rem; -} - -.max-h-0 { - max-height: 0px; -} - -.max-h-1 { - max-height: 0.25rem; -} - -.max-h-2 { - max-height: 0.5rem; -} - -.max-h-3 { - max-height: 0.75rem; -} - -.max-h-4 { - max-height: 1rem; -} - -.max-h-5 { - max-height: 1.25rem; -} - -.max-h-6 { - max-height: 1.5rem; -} - -.max-h-7 { - max-height: 1.75rem; -} - -.max-h-8 { - max-height: 2rem; -} - -.max-h-9 { - max-height: 2.25rem; -} - -.max-h-10 { - max-height: 2.5rem; -} - -.max-h-11 { - max-height: 2.75rem; -} - -.max-h-12 { - max-height: 3rem; -} - -.max-h-14 { - max-height: 3.5rem; -} - -.max-h-16 { - max-height: 4rem; -} - -.max-h-20 { - max-height: 5rem; -} - -.max-h-22 { - max-height: 5.625rem; -} - -.max-h-24 { - max-height: 6rem; -} - -.max-h-28 { - max-height: 7rem; -} - -.max-h-32 { - max-height: 8rem; -} - -.max-h-36 { - max-height: 9rem; -} - -.max-h-40 { - max-height: 10rem; -} - -.max-h-44 { - max-height: 11rem; -} - -.max-h-48 { - max-height: 12rem; -} - -.max-h-52 { - max-height: 13rem; -} - -.max-h-56 { - max-height: 14rem; -} - -.max-h-60 { - max-height: 240px; -} - -.max-h-64 { - max-height: 16rem; -} - -.max-h-72 { - max-height: 18rem; -} - -.max-h-80 { - max-height: 20rem; -} - -.max-h-88 { - max-height: 22rem; -} - -.max-h-96 { - max-height: 24rem; -} - -.max-h-130 { - max-height: 560px; -} - -.max-h-px { - max-height: 1px; -} - -.max-h-0\.5 { - max-height: 0.125rem; -} - -.max-h-1\.5 { - max-height: 0.375rem; -} - -.max-h-2\.5 { - max-height: 0.625rem; -} - -.max-h-3\.5 { - max-height: 0.875rem; -} - -.max-h-full { - max-height: 100%; -} - -.max-h-screen { - max-height: 100vh; -} - -.max-w-0 { - max-width: 0rem; -} - -.max-w-none { - max-width: none; -} - -.max-w-xs { - max-width: 20rem; -} - -.max-w-sm { - max-width: 24rem; -} - -.max-w-md { - max-width: 28rem; -} - -.max-w-lg { - max-width: 32rem; -} - -.max-w-xl { - max-width: 36rem; -} - -.max-w-2xl { - max-width: 42rem; -} - -.max-w-3xl { - max-width: 48rem; -} - -.max-w-4xl { - max-width: 56rem; -} - -.max-w-5xl { - max-width: 64rem; -} - -.max-w-6xl { - max-width: 72rem; -} - -.max-w-7xl { - max-width: 80rem; -} - -.max-w-full { - max-width: 100%; -} - -.max-w-min { - max-width: -webkit-min-content; - max-width: -moz-min-content; - max-width: min-content; -} - -.max-w-max { - max-width: -webkit-max-content; - max-width: -moz-max-content; - max-width: max-content; -} - -.max-w-prose { - max-width: 65ch; -} - -.max-w-screen-sm { - max-width: 640px; -} - -.max-w-screen-md { - max-width: 768px; -} - -.max-w-screen-lg { - max-width: 1024px; -} - -.max-w-screen-xl { - max-width: 1280px; -} - -.max-w-screen-2xl { - max-width: 1536px; -} - -.max-w-screen-xxl { - max-width: 1440px; -} - -.min-h-0 { - min-height: 0px; -} - -.min-h-10 { - min-height: 2.5rem; -} - -.min-h-full { - min-height: 100%; -} - -.min-h-screen { - min-height: 100vh; -} - -.min-w-0 { - min-width: 0px; -} - -.min-w-full { - min-width: 100%; -} - -.min-w-min { - min-width: -webkit-min-content; - min-width: -moz-min-content; - min-width: min-content; -} - -.min-w-max { - min-width: -webkit-max-content; - min-width: -moz-max-content; - min-width: max-content; -} - -.object-contain { - -o-object-fit: contain; - object-fit: contain; -} - -.object-cover { - -o-object-fit: cover; - object-fit: cover; -} - -.object-fill { - -o-object-fit: fill; - object-fit: fill; -} - -.object-none { - -o-object-fit: none; - object-fit: none; -} - -.object-scale-down { - -o-object-fit: scale-down; - object-fit: scale-down; -} - -.object-bottom { - -o-object-position: bottom; - object-position: bottom; -} - -.object-center { - -o-object-position: center; - object-position: center; -} - -.object-left { - -o-object-position: left; - object-position: left; -} - -.object-left-bottom { - -o-object-position: left bottom; - object-position: left bottom; -} - -.object-left-top { - -o-object-position: left top; - object-position: left top; -} - -.object-right { - -o-object-position: right; - object-position: right; -} - -.object-right-bottom { - -o-object-position: right bottom; - object-position: right bottom; -} - -.object-right-top { - -o-object-position: right top; - object-position: right top; -} - -.object-top { - -o-object-position: top; - object-position: top; -} - -.opacity-0 { - opacity: 0; -} - -.opacity-5 { - opacity: 0.05; -} - -.opacity-10 { - opacity: 0.1; -} - -.opacity-20 { - opacity: 0.2; -} - -.opacity-25 { - opacity: 0.25; -} - -.opacity-30 { - opacity: 0.3; -} - -.opacity-40 { - opacity: 0.4; -} - -.opacity-50 { - opacity: 0.5; -} - -.opacity-60 { - opacity: 0.6; -} - -.opacity-70 { - opacity: 0.7; -} - -.opacity-75 { - opacity: 0.75; -} - -.opacity-80 { - opacity: 0.8; -} - -.opacity-90 { - opacity: 0.9; -} - -.opacity-95 { - opacity: 0.95; -} - -.opacity-100 { - opacity: 1; -} - -.group:hover .group-hover\:opacity-0 { - opacity: 0; -} - -.group:hover .group-hover\:opacity-5 { - opacity: 0.05; -} - -.group:hover .group-hover\:opacity-10 { - opacity: 0.1; -} - -.group:hover .group-hover\:opacity-20 { - opacity: 0.2; -} - -.group:hover .group-hover\:opacity-25 { - opacity: 0.25; -} - -.group:hover .group-hover\:opacity-30 { - opacity: 0.3; -} - -.group:hover .group-hover\:opacity-40 { - opacity: 0.4; -} - -.group:hover .group-hover\:opacity-50 { - opacity: 0.5; -} - -.group:hover .group-hover\:opacity-60 { - opacity: 0.6; -} - -.group:hover .group-hover\:opacity-70 { - opacity: 0.7; -} - -.group:hover .group-hover\:opacity-75 { - opacity: 0.75; -} - -.group:hover .group-hover\:opacity-80 { - opacity: 0.8; -} - -.group:hover .group-hover\:opacity-90 { - opacity: 0.9; -} - -.group:hover .group-hover\:opacity-95 { - opacity: 0.95; -} - -.group:hover .group-hover\:opacity-100 { - opacity: 1; -} - -.focus-within\:opacity-0:focus-within { - opacity: 0; -} - -.focus-within\:opacity-5:focus-within { - opacity: 0.05; -} - -.focus-within\:opacity-10:focus-within { - opacity: 0.1; -} - -.focus-within\:opacity-20:focus-within { - opacity: 0.2; -} - -.focus-within\:opacity-25:focus-within { - opacity: 0.25; -} - -.focus-within\:opacity-30:focus-within { - opacity: 0.3; -} - -.focus-within\:opacity-40:focus-within { - opacity: 0.4; -} - -.focus-within\:opacity-50:focus-within { - opacity: 0.5; -} - -.focus-within\:opacity-60:focus-within { - opacity: 0.6; -} - -.focus-within\:opacity-70:focus-within { - opacity: 0.7; -} - -.focus-within\:opacity-75:focus-within { - opacity: 0.75; -} - -.focus-within\:opacity-80:focus-within { - opacity: 0.8; -} - -.focus-within\:opacity-90:focus-within { - opacity: 0.9; -} - -.focus-within\:opacity-95:focus-within { - opacity: 0.95; -} - -.focus-within\:opacity-100:focus-within { - opacity: 1; -} - -.hover\:opacity-0:hover { - opacity: 0; -} - -.hover\:opacity-5:hover { - opacity: 0.05; -} - -.hover\:opacity-10:hover { - opacity: 0.1; -} - -.hover\:opacity-20:hover { - opacity: 0.2; -} - -.hover\:opacity-25:hover { - opacity: 0.25; -} - -.hover\:opacity-30:hover { - opacity: 0.3; -} - -.hover\:opacity-40:hover { - opacity: 0.4; -} - -.hover\:opacity-50:hover { - opacity: 0.5; -} - -.hover\:opacity-60:hover { - opacity: 0.6; -} - -.hover\:opacity-70:hover { - opacity: 0.7; -} - -.hover\:opacity-75:hover { - opacity: 0.75; -} - -.hover\:opacity-80:hover { - opacity: 0.8; -} - -.hover\:opacity-90:hover { - opacity: 0.9; -} - -.hover\:opacity-95:hover { - opacity: 0.95; -} - -.hover\:opacity-100:hover { - opacity: 1; -} - -.focus\:opacity-0:focus { - opacity: 0; -} - -.focus\:opacity-5:focus { - opacity: 0.05; -} - -.focus\:opacity-10:focus { - opacity: 0.1; -} - -.focus\:opacity-20:focus { - opacity: 0.2; -} - -.focus\:opacity-25:focus { - opacity: 0.25; -} - -.focus\:opacity-30:focus { - opacity: 0.3; -} - -.focus\:opacity-40:focus { - opacity: 0.4; -} - -.focus\:opacity-50:focus { - opacity: 0.5; -} - -.focus\:opacity-60:focus { - opacity: 0.6; -} - -.focus\:opacity-70:focus { - opacity: 0.7; -} - -.focus\:opacity-75:focus { - opacity: 0.75; -} - -.focus\:opacity-80:focus { - opacity: 0.8; -} - -.focus\:opacity-90:focus { - opacity: 0.9; -} - -.focus\:opacity-95:focus { - opacity: 0.95; -} - -.focus\:opacity-100:focus { - opacity: 1; -} - -.outline-none { - outline: 2px solid transparent; - outline-offset: 2px; -} - -.outline-white { - outline: 2px dotted white; - outline-offset: 2px; -} - -.outline-black { - outline: 2px dotted black; - outline-offset: 2px; -} - -.focus-within\:outline-none:focus-within { - outline: 2px solid transparent; - outline-offset: 2px; -} - -.focus-within\:outline-white:focus-within { - outline: 2px dotted white; - outline-offset: 2px; -} - -.focus-within\:outline-black:focus-within { - outline: 2px dotted black; - outline-offset: 2px; -} - -.focus\:outline-none:focus { - outline: 2px solid transparent; - outline-offset: 2px; -} - -.focus\:outline-white:focus { - outline: 2px dotted white; - outline-offset: 2px; -} - -.focus\:outline-black:focus { - outline: 2px dotted black; - outline-offset: 2px; -} - -.overflow-auto { - overflow: auto; -} - -.overflow-hidden { - overflow: hidden; -} - -.overflow-visible { - overflow: visible; -} - -.overflow-scroll { - overflow: scroll; -} - -.overflow-x-auto { - overflow-x: auto; -} - -.overflow-y-auto { - overflow-y: auto; -} - -.overflow-x-hidden { - overflow-x: hidden; -} - -.overflow-y-hidden { - overflow-y: hidden; -} - -.overflow-x-visible { - overflow-x: visible; -} - -.overflow-y-visible { - overflow-y: visible; -} - -.overflow-x-scroll { - overflow-x: scroll; -} - -.overflow-y-scroll { - overflow-y: scroll; -} - -.overscroll-auto { - -ms-scroll-chaining: chained; - overscroll-behavior: auto; -} - -.overscroll-contain { - -ms-scroll-chaining: none; - overscroll-behavior: contain; -} - -.overscroll-none { - -ms-scroll-chaining: none; - overscroll-behavior: none; -} - -.overscroll-y-auto { - overscroll-behavior-y: auto; -} - -.overscroll-y-contain { - overscroll-behavior-y: contain; -} - -.overscroll-y-none { - overscroll-behavior-y: none; -} - -.overscroll-x-auto { - overscroll-behavior-x: auto; -} - -.overscroll-x-contain { - overscroll-behavior-x: contain; -} - -.overscroll-x-none { - overscroll-behavior-x: none; -} - -.p-0 { - padding: 0px; -} - -.p-1 { - padding: 0.25rem; -} - -.p-2 { - padding: 0.5rem; -} - -.p-3 { - padding: 0.75rem; -} - -.p-4 { - padding: 1rem; -} - -.p-5 { - padding: 1.25rem; -} - -.p-6 { - padding: 1.5rem; -} - -.p-7 { - padding: 1.75rem; -} - -.p-8 { - padding: 2rem; -} - -.p-9 { - padding: 2.25rem; -} - -.p-10 { - padding: 2.5rem; -} - -.p-11 { - padding: 2.75rem; -} - -.p-12 { - padding: 3rem; -} - -.p-14 { - padding: 3.5rem; -} - -.p-16 { - padding: 4rem; -} - -.p-20 { - padding: 5rem; -} - -.p-22 { - padding: 5.625rem; -} - -.p-24 { - padding: 6rem; -} - -.p-28 { - padding: 7rem; -} - -.p-32 { - padding: 8rem; -} - -.p-36 { - padding: 9rem; -} - -.p-40 { - padding: 10rem; -} - -.p-44 { - padding: 11rem; -} - -.p-48 { - padding: 12rem; -} - -.p-52 { - padding: 13rem; -} - -.p-56 { - padding: 14rem; -} - -.p-60 { - padding: 240px; -} - -.p-64 { - padding: 16rem; -} - -.p-72 { - padding: 18rem; -} - -.p-80 { - padding: 20rem; -} - -.p-88 { - padding: 22rem; -} - -.p-96 { - padding: 24rem; -} - -.p-130 { - padding: 560px; -} - -.p-px { - padding: 1px; -} - -.p-0\.5 { - padding: 0.125rem; -} - -.p-1\.5 { - padding: 0.375rem; -} - -.p-2\.5 { - padding: 0.625rem; -} - -.p-3\.5 { - padding: 0.875rem; -} - -.py-0 { - padding-top: 0px; - padding-bottom: 0px; -} - -.px-0 { - padding-left: 0px; - padding-right: 0px; -} - -.py-1 { - padding-top: 0.25rem; - padding-bottom: 0.25rem; -} - -.px-1 { - padding-left: 0.25rem; - padding-right: 0.25rem; -} - -.py-2 { - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} - -.px-2 { - padding-left: 0.5rem; - padding-right: 0.5rem; -} - -.py-3 { - padding-top: 0.75rem; - padding-bottom: 0.75rem; -} - -.px-3 { - padding-left: 0.75rem; - padding-right: 0.75rem; -} - -.py-4 { - padding-top: 1rem; - padding-bottom: 1rem; -} - -.px-4 { - padding-left: 1rem; - padding-right: 1rem; -} - -.py-5 { - padding-top: 1.25rem; - padding-bottom: 1.25rem; -} - -.px-5 { - padding-left: 1.25rem; - padding-right: 1.25rem; -} - -.py-6 { - padding-top: 1.5rem; - padding-bottom: 1.5rem; -} - -.px-6 { - padding-left: 1.5rem; - padding-right: 1.5rem; -} - -.py-7 { - padding-top: 1.75rem; - padding-bottom: 1.75rem; -} - -.px-7 { - padding-left: 1.75rem; - padding-right: 1.75rem; -} - -.py-8 { - padding-top: 2rem; - padding-bottom: 2rem; -} - -.px-8 { - padding-left: 2rem; - padding-right: 2rem; -} - -.py-9 { - padding-top: 2.25rem; - padding-bottom: 2.25rem; -} - -.px-9 { - padding-left: 2.25rem; - padding-right: 2.25rem; -} - -.py-10 { - padding-top: 2.5rem; - padding-bottom: 2.5rem; -} - -.px-10 { - padding-left: 2.5rem; - padding-right: 2.5rem; -} - -.py-11 { - padding-top: 2.75rem; - padding-bottom: 2.75rem; -} - -.px-11 { - padding-left: 2.75rem; - padding-right: 2.75rem; -} - -.py-12 { - padding-top: 3rem; - padding-bottom: 3rem; -} - -.px-12 { - padding-left: 3rem; - padding-right: 3rem; -} - -.py-14 { - padding-top: 3.5rem; - padding-bottom: 3.5rem; -} - -.px-14 { - padding-left: 3.5rem; - padding-right: 3.5rem; -} - -.py-16 { - padding-top: 4rem; - padding-bottom: 4rem; -} - -.px-16 { - padding-left: 4rem; - padding-right: 4rem; -} - -.py-20 { - padding-top: 5rem; - padding-bottom: 5rem; -} - -.px-20 { - padding-left: 5rem; - padding-right: 5rem; -} - -.py-22 { - padding-top: 5.625rem; - padding-bottom: 5.625rem; -} - -.px-22 { - padding-left: 5.625rem; - padding-right: 5.625rem; -} - -.py-24 { - padding-top: 6rem; - padding-bottom: 6rem; -} - -.px-24 { - padding-left: 6rem; - padding-right: 6rem; -} - -.py-28 { - padding-top: 7rem; - padding-bottom: 7rem; -} - -.px-28 { - padding-left: 7rem; - padding-right: 7rem; -} - -.py-32 { - padding-top: 8rem; - padding-bottom: 8rem; -} - -.px-32 { - padding-left: 8rem; - padding-right: 8rem; -} - -.py-36 { - padding-top: 9rem; - padding-bottom: 9rem; -} - -.px-36 { - padding-left: 9rem; - padding-right: 9rem; -} - -.py-40 { - padding-top: 10rem; - padding-bottom: 10rem; -} - -.px-40 { - padding-left: 10rem; - padding-right: 10rem; -} - -.py-44 { - padding-top: 11rem; - padding-bottom: 11rem; -} - -.px-44 { - padding-left: 11rem; - padding-right: 11rem; -} - -.py-48 { - padding-top: 12rem; - padding-bottom: 12rem; -} - -.px-48 { - padding-left: 12rem; - padding-right: 12rem; -} - -.py-52 { - padding-top: 13rem; - padding-bottom: 13rem; -} - -.px-52 { - padding-left: 13rem; - padding-right: 13rem; -} - -.py-56 { - padding-top: 14rem; - padding-bottom: 14rem; -} - -.px-56 { - padding-left: 14rem; - padding-right: 14rem; -} - -.py-60 { - padding-top: 240px; - padding-bottom: 240px; -} - -.px-60 { - padding-left: 240px; - padding-right: 240px; -} - -.py-64 { - padding-top: 16rem; - padding-bottom: 16rem; -} - -.px-64 { - padding-left: 16rem; - padding-right: 16rem; -} - -.py-72 { - padding-top: 18rem; - padding-bottom: 18rem; -} - -.px-72 { - padding-left: 18rem; - padding-right: 18rem; -} - -.py-80 { - padding-top: 20rem; - padding-bottom: 20rem; -} - -.px-80 { - padding-left: 20rem; - padding-right: 20rem; -} - -.py-88 { - padding-top: 22rem; - padding-bottom: 22rem; -} - -.px-88 { - padding-left: 22rem; - padding-right: 22rem; -} - -.py-96 { - padding-top: 24rem; - padding-bottom: 24rem; -} - -.px-96 { - padding-left: 24rem; - padding-right: 24rem; -} - -.py-130 { - padding-top: 560px; - padding-bottom: 560px; -} - -.px-130 { - padding-left: 560px; - padding-right: 560px; -} - -.py-px { - padding-top: 1px; - padding-bottom: 1px; -} - -.px-px { - padding-left: 1px; - padding-right: 1px; -} - -.py-0\.5 { - padding-top: 0.125rem; - padding-bottom: 0.125rem; -} - -.px-0\.5 { - padding-left: 0.125rem; - padding-right: 0.125rem; -} - -.py-1\.5 { - padding-top: 0.375rem; - padding-bottom: 0.375rem; -} - -.px-1\.5 { - padding-left: 0.375rem; - padding-right: 0.375rem; -} - -.py-2\.5 { - padding-top: 0.625rem; - padding-bottom: 0.625rem; -} - -.px-2\.5 { - padding-left: 0.625rem; - padding-right: 0.625rem; -} - -.py-3\.5 { - padding-top: 0.875rem; - padding-bottom: 0.875rem; -} - -.px-3\.5 { - padding-left: 0.875rem; - padding-right: 0.875rem; -} - -.pt-0 { - padding-top: 0px; -} - -.pr-0 { - padding-right: 0px; -} - -.pb-0 { - padding-bottom: 0px; -} - -.pl-0 { - padding-left: 0px; -} - -.pt-1 { - padding-top: 0.25rem; -} - -.pr-1 { - padding-right: 0.25rem; -} - -.pb-1 { - padding-bottom: 0.25rem; -} - -.pl-1 { - padding-left: 0.25rem; -} - -.pt-2 { - padding-top: 0.5rem; -} - -.pr-2 { - padding-right: 0.5rem; -} - -.pb-2 { - padding-bottom: 0.5rem; -} - -.pl-2 { - padding-left: 0.5rem; -} - -.pt-3 { - padding-top: 0.75rem; -} - -.pr-3 { - padding-right: 0.75rem; -} - -.pb-3 { - padding-bottom: 0.75rem; -} - -.pl-3 { - padding-left: 0.75rem; -} - -.pt-4 { - padding-top: 1rem; -} - -.pr-4 { - padding-right: 1rem; -} - -.pb-4 { - padding-bottom: 1rem; -} - -.pl-4 { - padding-left: 1rem; -} - -.pt-5 { - padding-top: 1.25rem; -} - -.pr-5 { - padding-right: 1.25rem; -} - -.pb-5 { - padding-bottom: 1.25rem; -} - -.pl-5 { - padding-left: 1.25rem; -} - -.pt-6 { - padding-top: 1.5rem; -} - -.pr-6 { - padding-right: 1.5rem; -} - -.pb-6 { - padding-bottom: 1.5rem; -} - -.pl-6 { - padding-left: 1.5rem; -} - -.pt-7 { - padding-top: 1.75rem; -} - -.pr-7 { - padding-right: 1.75rem; -} - -.pb-7 { - padding-bottom: 1.75rem; -} - -.pl-7 { - padding-left: 1.75rem; -} - -.pt-8 { - padding-top: 2rem; -} - -.pr-8 { - padding-right: 2rem; -} - -.pb-8 { - padding-bottom: 2rem; -} - -.pl-8 { - padding-left: 2rem; -} - -.pt-9 { - padding-top: 2.25rem; -} - -.pr-9 { - padding-right: 2.25rem; -} - -.pb-9 { - padding-bottom: 2.25rem; -} - -.pl-9 { - padding-left: 2.25rem; -} - -.pt-10 { - padding-top: 2.5rem; -} - -.pr-10 { - padding-right: 2.5rem; -} - -.pb-10 { - padding-bottom: 2.5rem; -} - -.pl-10 { - padding-left: 2.5rem; -} - -.pt-11 { - padding-top: 2.75rem; -} - -.pr-11 { - padding-right: 2.75rem; -} - -.pb-11 { - padding-bottom: 2.75rem; -} - -.pl-11 { - padding-left: 2.75rem; -} - -.pt-12 { - padding-top: 3rem; -} - -.pr-12 { - padding-right: 3rem; -} - -.pb-12 { - padding-bottom: 3rem; -} - -.pl-12 { - padding-left: 3rem; -} - -.pt-14 { - padding-top: 3.5rem; -} - -.pr-14 { - padding-right: 3.5rem; -} - -.pb-14 { - padding-bottom: 3.5rem; -} - -.pl-14 { - padding-left: 3.5rem; -} - -.pt-16 { - padding-top: 4rem; -} - -.pr-16 { - padding-right: 4rem; -} - -.pb-16 { - padding-bottom: 4rem; -} - -.pl-16 { - padding-left: 4rem; -} - -.pt-20 { - padding-top: 5rem; -} - -.pr-20 { - padding-right: 5rem; -} - -.pb-20 { - padding-bottom: 5rem; -} - -.pl-20 { - padding-left: 5rem; -} - -.pt-22 { - padding-top: 5.625rem; -} - -.pr-22 { - padding-right: 5.625rem; -} - -.pb-22 { - padding-bottom: 5.625rem; -} - -.pl-22 { - padding-left: 5.625rem; -} - -.pt-24 { - padding-top: 6rem; -} - -.pr-24 { - padding-right: 6rem; -} - -.pb-24 { - padding-bottom: 6rem; -} - -.pl-24 { - padding-left: 6rem; -} - -.pt-28 { - padding-top: 7rem; -} - -.pr-28 { - padding-right: 7rem; -} - -.pb-28 { - padding-bottom: 7rem; -} - -.pl-28 { - padding-left: 7rem; -} - -.pt-32 { - padding-top: 8rem; -} - -.pr-32 { - padding-right: 8rem; -} - -.pb-32 { - padding-bottom: 8rem; -} - -.pl-32 { - padding-left: 8rem; -} - -.pt-36 { - padding-top: 9rem; -} - -.pr-36 { - padding-right: 9rem; -} - -.pb-36 { - padding-bottom: 9rem; -} - -.pl-36 { - padding-left: 9rem; -} - -.pt-40 { - padding-top: 10rem; -} - -.pr-40 { - padding-right: 10rem; -} - -.pb-40 { - padding-bottom: 10rem; -} - -.pl-40 { - padding-left: 10rem; -} - -.pt-44 { - padding-top: 11rem; -} - -.pr-44 { - padding-right: 11rem; -} - -.pb-44 { - padding-bottom: 11rem; -} - -.pl-44 { - padding-left: 11rem; -} - -.pt-48 { - padding-top: 12rem; -} - -.pr-48 { - padding-right: 12rem; -} - -.pb-48 { - padding-bottom: 12rem; -} - -.pl-48 { - padding-left: 12rem; -} - -.pt-52 { - padding-top: 13rem; -} - -.pr-52 { - padding-right: 13rem; -} - -.pb-52 { - padding-bottom: 13rem; -} - -.pl-52 { - padding-left: 13rem; -} - -.pt-56 { - padding-top: 14rem; -} - -.pr-56 { - padding-right: 14rem; -} - -.pb-56 { - padding-bottom: 14rem; -} - -.pl-56 { - padding-left: 14rem; -} - -.pt-60 { - padding-top: 240px; -} - -.pr-60 { - padding-right: 240px; -} - -.pb-60 { - padding-bottom: 240px; -} - -.pl-60 { - padding-left: 240px; -} - -.pt-64 { - padding-top: 16rem; -} - -.pr-64 { - padding-right: 16rem; -} - -.pb-64 { - padding-bottom: 16rem; -} - -.pl-64 { - padding-left: 16rem; -} - -.pt-72 { - padding-top: 18rem; -} - -.pr-72 { - padding-right: 18rem; -} - -.pb-72 { - padding-bottom: 18rem; -} - -.pl-72 { - padding-left: 18rem; -} - -.pt-80 { - padding-top: 20rem; -} - -.pr-80 { - padding-right: 20rem; -} - -.pb-80 { - padding-bottom: 20rem; -} - -.pl-80 { - padding-left: 20rem; -} - -.pt-88 { - padding-top: 22rem; -} - -.pr-88 { - padding-right: 22rem; -} - -.pb-88 { - padding-bottom: 22rem; -} - -.pl-88 { - padding-left: 22rem; -} - -.pt-96 { - padding-top: 24rem; -} - -.pr-96 { - padding-right: 24rem; -} - -.pb-96 { - padding-bottom: 24rem; -} - -.pl-96 { - padding-left: 24rem; -} - -.pt-130 { - padding-top: 560px; -} - -.pr-130 { - padding-right: 560px; -} - -.pb-130 { - padding-bottom: 560px; -} - -.pl-130 { - padding-left: 560px; -} - -.pt-px { - padding-top: 1px; -} - -.pr-px { - padding-right: 1px; -} - -.pb-px { - padding-bottom: 1px; -} - -.pl-px { - padding-left: 1px; -} - -.pt-0\.5 { - padding-top: 0.125rem; -} - -.pr-0\.5 { - padding-right: 0.125rem; -} - -.pb-0\.5 { - padding-bottom: 0.125rem; -} - -.pl-0\.5 { - padding-left: 0.125rem; -} - -.pt-1\.5 { - padding-top: 0.375rem; -} - -.pr-1\.5 { - padding-right: 0.375rem; -} - -.pb-1\.5 { - padding-bottom: 0.375rem; -} - -.pl-1\.5 { - padding-left: 0.375rem; -} - -.pt-2\.5 { - padding-top: 0.625rem; -} - -.pr-2\.5 { - padding-right: 0.625rem; -} - -.pb-2\.5 { - padding-bottom: 0.625rem; -} - -.pl-2\.5 { - padding-left: 0.625rem; -} - -.pt-3\.5 { - padding-top: 0.875rem; -} - -.pr-3\.5 { - padding-right: 0.875rem; -} - -.pb-3\.5 { - padding-bottom: 0.875rem; -} - -.pl-3\.5 { - padding-left: 0.875rem; -} - -.placeholder-transparent::-moz-placeholder { - color: transparent; -} - -.placeholder-transparent:-ms-input-placeholder { - color: transparent; -} - -.placeholder-transparent::placeholder { - color: transparent; -} - -.placeholder-current::-moz-placeholder { - color: currentColor; -} - -.placeholder-current:-ms-input-placeholder { - color: currentColor; -} - -.placeholder-current::placeholder { - color: currentColor; -} - -.placeholder-black::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); -} - -.placeholder-black:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); -} - -.placeholder-black::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); -} - -.placeholder-white::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-white:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-white::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); -} - -.placeholder-red-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); -} - -.placeholder-red-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); -} - -.placeholder-red-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); -} - -.placeholder-red-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); -} - -.placeholder-red-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); -} - -.placeholder-red-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); -} - -.placeholder-red-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); -} - -.placeholder-red-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); -} - -.placeholder-red-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); -} - -.placeholder-red-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); -} - -.placeholder-red-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); -} - -.placeholder-red-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); -} - -.placeholder-red-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); -} - -.placeholder-red-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); -} - -.placeholder-red-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); -} - -.placeholder-red-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); -} - -.placeholder-red-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); -} - -.placeholder-red-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); -} - -.placeholder-red-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); -} - -.placeholder-red-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); -} - -.placeholder-red-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); -} - -.placeholder-red-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); -} - -.placeholder-red-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); -} - -.placeholder-red-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); -} - -.placeholder-red-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); -} - -.placeholder-red-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); -} - -.placeholder-red-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); -} - -.placeholder-red-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); -} - -.placeholder-red-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); -} - -.placeholder-red-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); -} - -.placeholder-yellow-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); -} - -.placeholder-green-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); -} - -.placeholder-green-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); -} - -.placeholder-green-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); -} - -.placeholder-green-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); -} - -.placeholder-green-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); -} - -.placeholder-green-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); -} - -.placeholder-green-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); -} - -.placeholder-green-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); -} - -.placeholder-green-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); -} - -.placeholder-green-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); -} - -.placeholder-green-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); -} - -.placeholder-green-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); -} - -.placeholder-green-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); -} - -.placeholder-green-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); -} - -.placeholder-green-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); -} - -.placeholder-green-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); -} - -.placeholder-green-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); -} - -.placeholder-green-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); -} - -.placeholder-green-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); -} - -.placeholder-green-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); -} - -.placeholder-green-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); -} - -.placeholder-green-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); -} - -.placeholder-green-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); -} - -.placeholder-green-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); -} - -.placeholder-green-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); -} - -.placeholder-green-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); -} - -.placeholder-green-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); -} - -.placeholder-green-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); -} - -.placeholder-green-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); -} - -.placeholder-green-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); -} - -.placeholder-blue-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); -} - -.placeholder-primary-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); -} - -.placeholder-danger::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); -} - -.placeholder-danger:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); -} - -.placeholder-danger::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); -} - -.placeholder-success::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); -} - -.placeholder-success:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); -} - -.placeholder-success::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); -} - -.placeholder-warning::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); -} - -.placeholder-warning:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); -} - -.placeholder-warning::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); -} - -.placeholder-info::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); -} - -.placeholder-info:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); -} - -.placeholder-info::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-transparent:focus::-moz-placeholder { - color: transparent; -} - -.focus\:placeholder-transparent:focus:-ms-input-placeholder { - color: transparent; -} - -.focus\:placeholder-transparent:focus::placeholder { - color: transparent; -} - -.focus\:placeholder-current:focus::-moz-placeholder { - color: currentColor; -} - -.focus\:placeholder-current:focus:-ms-input-placeholder { - color: currentColor; -} - -.focus\:placeholder-current:focus::placeholder { - color: currentColor; -} - -.focus\:placeholder-black:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-black:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-black:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-white:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-white:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-white:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-red-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-yellow-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-green-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-blue-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-danger:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-danger:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-danger:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-success:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-success:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-success:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-warning:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-warning:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-warning:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-info:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-info:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-info:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); -} - -.placeholder-opacity-0::-moz-placeholder { - --tw-placeholder-opacity: 0; -} - -.placeholder-opacity-0:-ms-input-placeholder { - --tw-placeholder-opacity: 0; -} - -.placeholder-opacity-0::placeholder { - --tw-placeholder-opacity: 0; -} - -.placeholder-opacity-5::-moz-placeholder { - --tw-placeholder-opacity: 0.05; -} - -.placeholder-opacity-5:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05; -} - -.placeholder-opacity-5::placeholder { - --tw-placeholder-opacity: 0.05; -} - -.placeholder-opacity-10::-moz-placeholder { - --tw-placeholder-opacity: 0.1; -} - -.placeholder-opacity-10:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1; -} - -.placeholder-opacity-10::placeholder { - --tw-placeholder-opacity: 0.1; -} - -.placeholder-opacity-20::-moz-placeholder { - --tw-placeholder-opacity: 0.2; -} - -.placeholder-opacity-20:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2; -} - -.placeholder-opacity-20::placeholder { - --tw-placeholder-opacity: 0.2; -} - -.placeholder-opacity-25::-moz-placeholder { - --tw-placeholder-opacity: 0.25; -} - -.placeholder-opacity-25:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25; -} - -.placeholder-opacity-25::placeholder { - --tw-placeholder-opacity: 0.25; -} - -.placeholder-opacity-30::-moz-placeholder { - --tw-placeholder-opacity: 0.3; -} - -.placeholder-opacity-30:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3; -} - -.placeholder-opacity-30::placeholder { - --tw-placeholder-opacity: 0.3; -} - -.placeholder-opacity-40::-moz-placeholder { - --tw-placeholder-opacity: 0.4; -} - -.placeholder-opacity-40:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4; -} - -.placeholder-opacity-40::placeholder { - --tw-placeholder-opacity: 0.4; -} - -.placeholder-opacity-50::-moz-placeholder { - --tw-placeholder-opacity: 0.5; -} - -.placeholder-opacity-50:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5; -} - -.placeholder-opacity-50::placeholder { - --tw-placeholder-opacity: 0.5; -} - -.placeholder-opacity-60::-moz-placeholder { - --tw-placeholder-opacity: 0.6; -} - -.placeholder-opacity-60:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6; -} - -.placeholder-opacity-60::placeholder { - --tw-placeholder-opacity: 0.6; -} - -.placeholder-opacity-70::-moz-placeholder { - --tw-placeholder-opacity: 0.7; -} - -.placeholder-opacity-70:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7; -} - -.placeholder-opacity-70::placeholder { - --tw-placeholder-opacity: 0.7; -} - -.placeholder-opacity-75::-moz-placeholder { - --tw-placeholder-opacity: 0.75; -} - -.placeholder-opacity-75:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75; -} - -.placeholder-opacity-75::placeholder { - --tw-placeholder-opacity: 0.75; -} - -.placeholder-opacity-80::-moz-placeholder { - --tw-placeholder-opacity: 0.8; -} - -.placeholder-opacity-80:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8; -} - -.placeholder-opacity-80::placeholder { - --tw-placeholder-opacity: 0.8; -} - -.placeholder-opacity-90::-moz-placeholder { - --tw-placeholder-opacity: 0.9; -} - -.placeholder-opacity-90:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9; -} - -.placeholder-opacity-90::placeholder { - --tw-placeholder-opacity: 0.9; -} - -.placeholder-opacity-95::-moz-placeholder { - --tw-placeholder-opacity: 0.95; -} - -.placeholder-opacity-95:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95; -} - -.placeholder-opacity-95::placeholder { - --tw-placeholder-opacity: 0.95; -} - -.placeholder-opacity-100::-moz-placeholder { - --tw-placeholder-opacity: 1; -} - -.placeholder-opacity-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; -} - -.placeholder-opacity-100::placeholder { - --tw-placeholder-opacity: 1; -} - -.focus\:placeholder-opacity-0:focus::-moz-placeholder { - --tw-placeholder-opacity: 0; -} - -.focus\:placeholder-opacity-0:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0; -} - -.focus\:placeholder-opacity-0:focus::placeholder { - --tw-placeholder-opacity: 0; -} - -.focus\:placeholder-opacity-5:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.05; -} - -.focus\:placeholder-opacity-5:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05; -} - -.focus\:placeholder-opacity-5:focus::placeholder { - --tw-placeholder-opacity: 0.05; -} - -.focus\:placeholder-opacity-10:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.1; -} - -.focus\:placeholder-opacity-10:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1; -} - -.focus\:placeholder-opacity-10:focus::placeholder { - --tw-placeholder-opacity: 0.1; -} - -.focus\:placeholder-opacity-20:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.2; -} - -.focus\:placeholder-opacity-20:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2; -} - -.focus\:placeholder-opacity-20:focus::placeholder { - --tw-placeholder-opacity: 0.2; -} - -.focus\:placeholder-opacity-25:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.25; -} - -.focus\:placeholder-opacity-25:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25; -} - -.focus\:placeholder-opacity-25:focus::placeholder { - --tw-placeholder-opacity: 0.25; -} - -.focus\:placeholder-opacity-30:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.3; -} - -.focus\:placeholder-opacity-30:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3; -} - -.focus\:placeholder-opacity-30:focus::placeholder { - --tw-placeholder-opacity: 0.3; -} - -.focus\:placeholder-opacity-40:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.4; -} - -.focus\:placeholder-opacity-40:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4; -} - -.focus\:placeholder-opacity-40:focus::placeholder { - --tw-placeholder-opacity: 0.4; -} - -.focus\:placeholder-opacity-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.5; -} - -.focus\:placeholder-opacity-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5; -} - -.focus\:placeholder-opacity-50:focus::placeholder { - --tw-placeholder-opacity: 0.5; -} - -.focus\:placeholder-opacity-60:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.6; -} - -.focus\:placeholder-opacity-60:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6; -} - -.focus\:placeholder-opacity-60:focus::placeholder { - --tw-placeholder-opacity: 0.6; -} - -.focus\:placeholder-opacity-70:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.7; -} - -.focus\:placeholder-opacity-70:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7; -} - -.focus\:placeholder-opacity-70:focus::placeholder { - --tw-placeholder-opacity: 0.7; -} - -.focus\:placeholder-opacity-75:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.75; -} - -.focus\:placeholder-opacity-75:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75; -} - -.focus\:placeholder-opacity-75:focus::placeholder { - --tw-placeholder-opacity: 0.75; -} - -.focus\:placeholder-opacity-80:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.8; -} - -.focus\:placeholder-opacity-80:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8; -} - -.focus\:placeholder-opacity-80:focus::placeholder { - --tw-placeholder-opacity: 0.8; -} - -.focus\:placeholder-opacity-90:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.9; -} - -.focus\:placeholder-opacity-90:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9; -} - -.focus\:placeholder-opacity-90:focus::placeholder { - --tw-placeholder-opacity: 0.9; -} - -.focus\:placeholder-opacity-95:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.95; -} - -.focus\:placeholder-opacity-95:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95; -} - -.focus\:placeholder-opacity-95:focus::placeholder { - --tw-placeholder-opacity: 0.95; -} - -.focus\:placeholder-opacity-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; -} - -.focus\:placeholder-opacity-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; -} - -.focus\:placeholder-opacity-100:focus::placeholder { - --tw-placeholder-opacity: 1; -} - -.pointer-events-none { - pointer-events: none; -} - -.pointer-events-auto { - pointer-events: auto; -} - -.static { - position: static; -} - -.fixed { - position: fixed; -} - -.absolute { - position: absolute; -} - -.relative { - position: relative; -} - -.sticky { - position: -webkit-sticky; - position: sticky; -} - -.inset-0 { - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; -} - -.inset-1 { - top: 0.25rem; - right: 0.25rem; - bottom: 0.25rem; - left: 0.25rem; -} - -.inset-2 { - top: 0.5rem; - right: 0.5rem; - bottom: 0.5rem; - left: 0.5rem; -} - -.inset-3 { - top: 0.75rem; - right: 0.75rem; - bottom: 0.75rem; - left: 0.75rem; -} - -.inset-4 { - top: 1rem; - right: 1rem; - bottom: 1rem; - left: 1rem; -} - -.inset-5 { - top: 1.25rem; - right: 1.25rem; - bottom: 1.25rem; - left: 1.25rem; -} - -.inset-6 { - top: 1.5rem; - right: 1.5rem; - bottom: 1.5rem; - left: 1.5rem; -} - -.inset-7 { - top: 1.75rem; - right: 1.75rem; - bottom: 1.75rem; - left: 1.75rem; -} - -.inset-8 { - top: 2rem; - right: 2rem; - bottom: 2rem; - left: 2rem; -} - -.inset-9 { - top: 2.25rem; - right: 2.25rem; - bottom: 2.25rem; - left: 2.25rem; -} - -.inset-10 { - top: 2.5rem; - right: 2.5rem; - bottom: 2.5rem; - left: 2.5rem; -} - -.inset-11 { - top: 2.75rem; - right: 2.75rem; - bottom: 2.75rem; - left: 2.75rem; -} - -.inset-12 { - top: 3rem; - right: 3rem; - bottom: 3rem; - left: 3rem; -} - -.inset-14 { - top: 3.5rem; - right: 3.5rem; - bottom: 3.5rem; - left: 3.5rem; -} - -.inset-16 { - top: 4rem; - right: 4rem; - bottom: 4rem; - left: 4rem; -} - -.inset-20 { - top: 5rem; - right: 5rem; - bottom: 5rem; - left: 5rem; -} - -.inset-22 { - top: 5.625rem; - right: 5.625rem; - bottom: 5.625rem; - left: 5.625rem; -} - -.inset-24 { - top: 6rem; - right: 6rem; - bottom: 6rem; - left: 6rem; -} - -.inset-28 { - top: 7rem; - right: 7rem; - bottom: 7rem; - left: 7rem; -} - -.inset-32 { - top: 8rem; - right: 8rem; - bottom: 8rem; - left: 8rem; -} - -.inset-36 { - top: 9rem; - right: 9rem; - bottom: 9rem; - left: 9rem; -} - -.inset-40 { - top: 10rem; - right: 10rem; - bottom: 10rem; - left: 10rem; -} - -.inset-44 { - top: 11rem; - right: 11rem; - bottom: 11rem; - left: 11rem; -} - -.inset-48 { - top: 12rem; - right: 12rem; - bottom: 12rem; - left: 12rem; -} - -.inset-52 { - top: 13rem; - right: 13rem; - bottom: 13rem; - left: 13rem; -} - -.inset-56 { - top: 14rem; - right: 14rem; - bottom: 14rem; - left: 14rem; -} - -.inset-60 { - top: 240px; - right: 240px; - bottom: 240px; - left: 240px; -} - -.inset-64 { - top: 16rem; - right: 16rem; - bottom: 16rem; - left: 16rem; -} - -.inset-72 { - top: 18rem; - right: 18rem; - bottom: 18rem; - left: 18rem; -} - -.inset-80 { - top: 20rem; - right: 20rem; - bottom: 20rem; - left: 20rem; -} - -.inset-88 { - top: 22rem; - right: 22rem; - bottom: 22rem; - left: 22rem; -} - -.inset-96 { - top: 24rem; - right: 24rem; - bottom: 24rem; - left: 24rem; -} - -.inset-130 { - top: 560px; - right: 560px; - bottom: 560px; - left: 560px; -} - -.inset-auto { - top: auto; - right: auto; - bottom: auto; - left: auto; -} - -.inset-px { - top: 1px; - right: 1px; - bottom: 1px; - left: 1px; -} - -.inset-0\.5 { - top: 0.125rem; - right: 0.125rem; - bottom: 0.125rem; - left: 0.125rem; -} - -.inset-1\.5 { - top: 0.375rem; - right: 0.375rem; - bottom: 0.375rem; - left: 0.375rem; -} - -.inset-2\.5 { - top: 0.625rem; - right: 0.625rem; - bottom: 0.625rem; - left: 0.625rem; -} - -.inset-3\.5 { - top: 0.875rem; - right: 0.875rem; - bottom: 0.875rem; - left: 0.875rem; -} - -.-inset-0 { - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; -} - -.-inset-1 { - top: -0.25rem; - right: -0.25rem; - bottom: -0.25rem; - left: -0.25rem; -} - -.-inset-2 { - top: -0.5rem; - right: -0.5rem; - bottom: -0.5rem; - left: -0.5rem; -} - -.-inset-3 { - top: -0.75rem; - right: -0.75rem; - bottom: -0.75rem; - left: -0.75rem; -} - -.-inset-4 { - top: -1rem; - right: -1rem; - bottom: -1rem; - left: -1rem; -} - -.-inset-5 { - top: -1.25rem; - right: -1.25rem; - bottom: -1.25rem; - left: -1.25rem; -} - -.-inset-6 { - top: -1.5rem; - right: -1.5rem; - bottom: -1.5rem; - left: -1.5rem; -} - -.-inset-7 { - top: -1.75rem; - right: -1.75rem; - bottom: -1.75rem; - left: -1.75rem; -} - -.-inset-8 { - top: -2rem; - right: -2rem; - bottom: -2rem; - left: -2rem; -} - -.-inset-9 { - top: -2.25rem; - right: -2.25rem; - bottom: -2.25rem; - left: -2.25rem; -} - -.-inset-10 { - top: -2.5rem; - right: -2.5rem; - bottom: -2.5rem; - left: -2.5rem; -} - -.-inset-11 { - top: -2.75rem; - right: -2.75rem; - bottom: -2.75rem; - left: -2.75rem; -} - -.-inset-12 { - top: -3rem; - right: -3rem; - bottom: -3rem; - left: -3rem; -} - -.-inset-14 { - top: -3.5rem; - right: -3.5rem; - bottom: -3.5rem; - left: -3.5rem; -} - -.-inset-16 { - top: -4rem; - right: -4rem; - bottom: -4rem; - left: -4rem; -} - -.-inset-20 { - top: -5rem; - right: -5rem; - bottom: -5rem; - left: -5rem; -} - -.-inset-22 { - top: -5.625rem; - right: -5.625rem; - bottom: -5.625rem; - left: -5.625rem; -} - -.-inset-24 { - top: -6rem; - right: -6rem; - bottom: -6rem; - left: -6rem; -} - -.-inset-28 { - top: -7rem; - right: -7rem; - bottom: -7rem; - left: -7rem; -} - -.-inset-32 { - top: -8rem; - right: -8rem; - bottom: -8rem; - left: -8rem; -} - -.-inset-36 { - top: -9rem; - right: -9rem; - bottom: -9rem; - left: -9rem; -} - -.-inset-40 { - top: -10rem; - right: -10rem; - bottom: -10rem; - left: -10rem; -} - -.-inset-44 { - top: -11rem; - right: -11rem; - bottom: -11rem; - left: -11rem; -} - -.-inset-48 { - top: -12rem; - right: -12rem; - bottom: -12rem; - left: -12rem; -} - -.-inset-52 { - top: -13rem; - right: -13rem; - bottom: -13rem; - left: -13rem; -} - -.-inset-56 { - top: -14rem; - right: -14rem; - bottom: -14rem; - left: -14rem; -} - -.-inset-60 { - top: -240px; - right: -240px; - bottom: -240px; - left: -240px; -} - -.-inset-64 { - top: -16rem; - right: -16rem; - bottom: -16rem; - left: -16rem; -} - -.-inset-72 { - top: -18rem; - right: -18rem; - bottom: -18rem; - left: -18rem; -} - -.-inset-80 { - top: -20rem; - right: -20rem; - bottom: -20rem; - left: -20rem; -} - -.-inset-88 { - top: -22rem; - right: -22rem; - bottom: -22rem; - left: -22rem; -} - -.-inset-96 { - top: -24rem; - right: -24rem; - bottom: -24rem; - left: -24rem; -} - -.-inset-130 { - top: -560px; - right: -560px; - bottom: -560px; - left: -560px; -} - -.-inset-px { - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.-inset-0\.5 { - top: -0.125rem; - right: -0.125rem; - bottom: -0.125rem; - left: -0.125rem; -} - -.-inset-1\.5 { - top: -0.375rem; - right: -0.375rem; - bottom: -0.375rem; - left: -0.375rem; -} - -.-inset-2\.5 { - top: -0.625rem; - right: -0.625rem; - bottom: -0.625rem; - left: -0.625rem; -} - -.-inset-3\.5 { - top: -0.875rem; - right: -0.875rem; - bottom: -0.875rem; - left: -0.875rem; -} - -.inset-1\/2 { - top: 50%; - right: 50%; - bottom: 50%; - left: 50%; -} - -.inset-1\/3 { - top: 33.333333%; - right: 33.333333%; - bottom: 33.333333%; - left: 33.333333%; -} - -.inset-2\/3 { - top: 66.666667%; - right: 66.666667%; - bottom: 66.666667%; - left: 66.666667%; -} - -.inset-1\/4 { - top: 25%; - right: 25%; - bottom: 25%; - left: 25%; -} - -.inset-2\/4 { - top: 50%; - right: 50%; - bottom: 50%; - left: 50%; -} - -.inset-3\/4 { - top: 75%; - right: 75%; - bottom: 75%; - left: 75%; -} - -.inset-full { - top: 100%; - right: 100%; - bottom: 100%; - left: 100%; -} - -.-inset-1\/2 { - top: -50%; - right: -50%; - bottom: -50%; - left: -50%; -} - -.-inset-1\/3 { - top: -33.333333%; - right: -33.333333%; - bottom: -33.333333%; - left: -33.333333%; -} - -.-inset-2\/3 { - top: -66.666667%; - right: -66.666667%; - bottom: -66.666667%; - left: -66.666667%; -} - -.-inset-1\/4 { - top: -25%; - right: -25%; - bottom: -25%; - left: -25%; -} - -.-inset-2\/4 { - top: -50%; - right: -50%; - bottom: -50%; - left: -50%; -} - -.-inset-3\/4 { - top: -75%; - right: -75%; - bottom: -75%; - left: -75%; -} - -.-inset-full { - top: -100%; - right: -100%; - bottom: -100%; - left: -100%; -} - -.inset-y-0 { - top: 0px; - bottom: 0px; -} - -.inset-x-0 { - right: 0px; - left: 0px; -} - -.inset-y-1 { - top: 0.25rem; - bottom: 0.25rem; -} - -.inset-x-1 { - right: 0.25rem; - left: 0.25rem; -} - -.inset-y-2 { - top: 0.5rem; - bottom: 0.5rem; -} - -.inset-x-2 { - right: 0.5rem; - left: 0.5rem; -} - -.inset-y-3 { - top: 0.75rem; - bottom: 0.75rem; -} - -.inset-x-3 { - right: 0.75rem; - left: 0.75rem; -} - -.inset-y-4 { - top: 1rem; - bottom: 1rem; -} - -.inset-x-4 { - right: 1rem; - left: 1rem; -} - -.inset-y-5 { - top: 1.25rem; - bottom: 1.25rem; -} - -.inset-x-5 { - right: 1.25rem; - left: 1.25rem; -} - -.inset-y-6 { - top: 1.5rem; - bottom: 1.5rem; -} - -.inset-x-6 { - right: 1.5rem; - left: 1.5rem; -} - -.inset-y-7 { - top: 1.75rem; - bottom: 1.75rem; -} - -.inset-x-7 { - right: 1.75rem; - left: 1.75rem; -} - -.inset-y-8 { - top: 2rem; - bottom: 2rem; -} - -.inset-x-8 { - right: 2rem; - left: 2rem; -} - -.inset-y-9 { - top: 2.25rem; - bottom: 2.25rem; -} - -.inset-x-9 { - right: 2.25rem; - left: 2.25rem; -} - -.inset-y-10 { - top: 2.5rem; - bottom: 2.5rem; -} - -.inset-x-10 { - right: 2.5rem; - left: 2.5rem; -} - -.inset-y-11 { - top: 2.75rem; - bottom: 2.75rem; -} - -.inset-x-11 { - right: 2.75rem; - left: 2.75rem; -} - -.inset-y-12 { - top: 3rem; - bottom: 3rem; -} - -.inset-x-12 { - right: 3rem; - left: 3rem; -} - -.inset-y-14 { - top: 3.5rem; - bottom: 3.5rem; -} - -.inset-x-14 { - right: 3.5rem; - left: 3.5rem; -} - -.inset-y-16 { - top: 4rem; - bottom: 4rem; -} - -.inset-x-16 { - right: 4rem; - left: 4rem; -} - -.inset-y-20 { - top: 5rem; - bottom: 5rem; -} - -.inset-x-20 { - right: 5rem; - left: 5rem; -} - -.inset-y-22 { - top: 5.625rem; - bottom: 5.625rem; -} - -.inset-x-22 { - right: 5.625rem; - left: 5.625rem; -} - -.inset-y-24 { - top: 6rem; - bottom: 6rem; -} - -.inset-x-24 { - right: 6rem; - left: 6rem; -} - -.inset-y-28 { - top: 7rem; - bottom: 7rem; -} - -.inset-x-28 { - right: 7rem; - left: 7rem; -} - -.inset-y-32 { - top: 8rem; - bottom: 8rem; -} - -.inset-x-32 { - right: 8rem; - left: 8rem; -} - -.inset-y-36 { - top: 9rem; - bottom: 9rem; -} - -.inset-x-36 { - right: 9rem; - left: 9rem; -} - -.inset-y-40 { - top: 10rem; - bottom: 10rem; -} - -.inset-x-40 { - right: 10rem; - left: 10rem; -} - -.inset-y-44 { - top: 11rem; - bottom: 11rem; -} - -.inset-x-44 { - right: 11rem; - left: 11rem; -} - -.inset-y-48 { - top: 12rem; - bottom: 12rem; -} - -.inset-x-48 { - right: 12rem; - left: 12rem; -} - -.inset-y-52 { - top: 13rem; - bottom: 13rem; -} - -.inset-x-52 { - right: 13rem; - left: 13rem; -} - -.inset-y-56 { - top: 14rem; - bottom: 14rem; -} - -.inset-x-56 { - right: 14rem; - left: 14rem; -} - -.inset-y-60 { - top: 240px; - bottom: 240px; -} - -.inset-x-60 { - right: 240px; - left: 240px; -} - -.inset-y-64 { - top: 16rem; - bottom: 16rem; -} - -.inset-x-64 { - right: 16rem; - left: 16rem; -} - -.inset-y-72 { - top: 18rem; - bottom: 18rem; -} - -.inset-x-72 { - right: 18rem; - left: 18rem; -} - -.inset-y-80 { - top: 20rem; - bottom: 20rem; -} - -.inset-x-80 { - right: 20rem; - left: 20rem; -} - -.inset-y-88 { - top: 22rem; - bottom: 22rem; -} - -.inset-x-88 { - right: 22rem; - left: 22rem; -} - -.inset-y-96 { - top: 24rem; - bottom: 24rem; -} - -.inset-x-96 { - right: 24rem; - left: 24rem; -} - -.inset-y-130 { - top: 560px; - bottom: 560px; -} - -.inset-x-130 { - right: 560px; - left: 560px; -} - -.inset-y-auto { - top: auto; - bottom: auto; -} - -.inset-x-auto { - right: auto; - left: auto; -} - -.inset-y-px { - top: 1px; - bottom: 1px; -} - -.inset-x-px { - right: 1px; - left: 1px; -} - -.inset-y-0\.5 { - top: 0.125rem; - bottom: 0.125rem; -} - -.inset-x-0\.5 { - right: 0.125rem; - left: 0.125rem; -} - -.inset-y-1\.5 { - top: 0.375rem; - bottom: 0.375rem; -} - -.inset-x-1\.5 { - right: 0.375rem; - left: 0.375rem; -} - -.inset-y-2\.5 { - top: 0.625rem; - bottom: 0.625rem; -} - -.inset-x-2\.5 { - right: 0.625rem; - left: 0.625rem; -} - -.inset-y-3\.5 { - top: 0.875rem; - bottom: 0.875rem; -} - -.inset-x-3\.5 { - right: 0.875rem; - left: 0.875rem; -} - -.-inset-y-0 { - top: 0px; - bottom: 0px; -} - -.-inset-x-0 { - right: 0px; - left: 0px; -} - -.-inset-y-1 { - top: -0.25rem; - bottom: -0.25rem; -} - -.-inset-x-1 { - right: -0.25rem; - left: -0.25rem; -} - -.-inset-y-2 { - top: -0.5rem; - bottom: -0.5rem; -} - -.-inset-x-2 { - right: -0.5rem; - left: -0.5rem; -} - -.-inset-y-3 { - top: -0.75rem; - bottom: -0.75rem; -} - -.-inset-x-3 { - right: -0.75rem; - left: -0.75rem; -} - -.-inset-y-4 { - top: -1rem; - bottom: -1rem; -} - -.-inset-x-4 { - right: -1rem; - left: -1rem; -} - -.-inset-y-5 { - top: -1.25rem; - bottom: -1.25rem; -} - -.-inset-x-5 { - right: -1.25rem; - left: -1.25rem; -} - -.-inset-y-6 { - top: -1.5rem; - bottom: -1.5rem; -} - -.-inset-x-6 { - right: -1.5rem; - left: -1.5rem; -} - -.-inset-y-7 { - top: -1.75rem; - bottom: -1.75rem; -} - -.-inset-x-7 { - right: -1.75rem; - left: -1.75rem; -} - -.-inset-y-8 { - top: -2rem; - bottom: -2rem; -} - -.-inset-x-8 { - right: -2rem; - left: -2rem; -} - -.-inset-y-9 { - top: -2.25rem; - bottom: -2.25rem; -} - -.-inset-x-9 { - right: -2.25rem; - left: -2.25rem; -} - -.-inset-y-10 { - top: -2.5rem; - bottom: -2.5rem; -} - -.-inset-x-10 { - right: -2.5rem; - left: -2.5rem; -} - -.-inset-y-11 { - top: -2.75rem; - bottom: -2.75rem; -} - -.-inset-x-11 { - right: -2.75rem; - left: -2.75rem; -} - -.-inset-y-12 { - top: -3rem; - bottom: -3rem; -} - -.-inset-x-12 { - right: -3rem; - left: -3rem; -} - -.-inset-y-14 { - top: -3.5rem; - bottom: -3.5rem; -} - -.-inset-x-14 { - right: -3.5rem; - left: -3.5rem; -} - -.-inset-y-16 { - top: -4rem; - bottom: -4rem; -} - -.-inset-x-16 { - right: -4rem; - left: -4rem; -} - -.-inset-y-20 { - top: -5rem; - bottom: -5rem; -} - -.-inset-x-20 { - right: -5rem; - left: -5rem; -} - -.-inset-y-22 { - top: -5.625rem; - bottom: -5.625rem; -} - -.-inset-x-22 { - right: -5.625rem; - left: -5.625rem; -} - -.-inset-y-24 { - top: -6rem; - bottom: -6rem; -} - -.-inset-x-24 { - right: -6rem; - left: -6rem; -} - -.-inset-y-28 { - top: -7rem; - bottom: -7rem; -} - -.-inset-x-28 { - right: -7rem; - left: -7rem; -} - -.-inset-y-32 { - top: -8rem; - bottom: -8rem; -} - -.-inset-x-32 { - right: -8rem; - left: -8rem; -} - -.-inset-y-36 { - top: -9rem; - bottom: -9rem; -} - -.-inset-x-36 { - right: -9rem; - left: -9rem; -} - -.-inset-y-40 { - top: -10rem; - bottom: -10rem; -} - -.-inset-x-40 { - right: -10rem; - left: -10rem; -} - -.-inset-y-44 { - top: -11rem; - bottom: -11rem; -} - -.-inset-x-44 { - right: -11rem; - left: -11rem; -} - -.-inset-y-48 { - top: -12rem; - bottom: -12rem; -} - -.-inset-x-48 { - right: -12rem; - left: -12rem; -} - -.-inset-y-52 { - top: -13rem; - bottom: -13rem; -} - -.-inset-x-52 { - right: -13rem; - left: -13rem; -} - -.-inset-y-56 { - top: -14rem; - bottom: -14rem; -} - -.-inset-x-56 { - right: -14rem; - left: -14rem; -} - -.-inset-y-60 { - top: -240px; - bottom: -240px; -} - -.-inset-x-60 { - right: -240px; - left: -240px; -} - -.-inset-y-64 { - top: -16rem; - bottom: -16rem; -} - -.-inset-x-64 { - right: -16rem; - left: -16rem; -} - -.-inset-y-72 { - top: -18rem; - bottom: -18rem; -} - -.-inset-x-72 { - right: -18rem; - left: -18rem; -} - -.-inset-y-80 { - top: -20rem; - bottom: -20rem; -} - -.-inset-x-80 { - right: -20rem; - left: -20rem; -} - -.-inset-y-88 { - top: -22rem; - bottom: -22rem; -} - -.-inset-x-88 { - right: -22rem; - left: -22rem; -} - -.-inset-y-96 { - top: -24rem; - bottom: -24rem; -} - -.-inset-x-96 { - right: -24rem; - left: -24rem; -} - -.-inset-y-130 { - top: -560px; - bottom: -560px; -} - -.-inset-x-130 { - right: -560px; - left: -560px; -} - -.-inset-y-px { - top: -1px; - bottom: -1px; -} - -.-inset-x-px { - right: -1px; - left: -1px; -} - -.-inset-y-0\.5 { - top: -0.125rem; - bottom: -0.125rem; -} - -.-inset-x-0\.5 { - right: -0.125rem; - left: -0.125rem; -} - -.-inset-y-1\.5 { - top: -0.375rem; - bottom: -0.375rem; -} - -.-inset-x-1\.5 { - right: -0.375rem; - left: -0.375rem; -} - -.-inset-y-2\.5 { - top: -0.625rem; - bottom: -0.625rem; -} - -.-inset-x-2\.5 { - right: -0.625rem; - left: -0.625rem; -} - -.-inset-y-3\.5 { - top: -0.875rem; - bottom: -0.875rem; -} - -.-inset-x-3\.5 { - right: -0.875rem; - left: -0.875rem; -} - -.inset-y-1\/2 { - top: 50%; - bottom: 50%; -} - -.inset-x-1\/2 { - right: 50%; - left: 50%; -} - -.inset-y-1\/3 { - top: 33.333333%; - bottom: 33.333333%; -} - -.inset-x-1\/3 { - right: 33.333333%; - left: 33.333333%; -} - -.inset-y-2\/3 { - top: 66.666667%; - bottom: 66.666667%; -} - -.inset-x-2\/3 { - right: 66.666667%; - left: 66.666667%; -} - -.inset-y-1\/4 { - top: 25%; - bottom: 25%; -} - -.inset-x-1\/4 { - right: 25%; - left: 25%; -} - -.inset-y-2\/4 { - top: 50%; - bottom: 50%; -} - -.inset-x-2\/4 { - right: 50%; - left: 50%; -} - -.inset-y-3\/4 { - top: 75%; - bottom: 75%; -} - -.inset-x-3\/4 { - right: 75%; - left: 75%; -} - -.inset-y-full { - top: 100%; - bottom: 100%; -} - -.inset-x-full { - right: 100%; - left: 100%; -} - -.-inset-y-1\/2 { - top: -50%; - bottom: -50%; -} - -.-inset-x-1\/2 { - right: -50%; - left: -50%; -} - -.-inset-y-1\/3 { - top: -33.333333%; - bottom: -33.333333%; -} - -.-inset-x-1\/3 { - right: -33.333333%; - left: -33.333333%; -} - -.-inset-y-2\/3 { - top: -66.666667%; - bottom: -66.666667%; -} - -.-inset-x-2\/3 { - right: -66.666667%; - left: -66.666667%; -} - -.-inset-y-1\/4 { - top: -25%; - bottom: -25%; -} - -.-inset-x-1\/4 { - right: -25%; - left: -25%; -} - -.-inset-y-2\/4 { - top: -50%; - bottom: -50%; -} - -.-inset-x-2\/4 { - right: -50%; - left: -50%; -} - -.-inset-y-3\/4 { - top: -75%; - bottom: -75%; -} - -.-inset-x-3\/4 { - right: -75%; - left: -75%; -} - -.-inset-y-full { - top: -100%; - bottom: -100%; -} - -.-inset-x-full { - right: -100%; - left: -100%; -} - -.top-0 { - top: 0px; -} - -.right-0 { - right: 0px; -} - -.bottom-0 { - bottom: 0px; -} - -.left-0 { - left: 0px; -} - -.top-1 { - top: 0.25rem; -} - -.right-1 { - right: 0.25rem; -} - -.bottom-1 { - bottom: 0.25rem; -} - -.left-1 { - left: 0.25rem; -} - -.top-2 { - top: 0.5rem; -} - -.right-2 { - right: 0.5rem; -} - -.bottom-2 { - bottom: 0.5rem; -} - -.left-2 { - left: 0.5rem; -} - -.top-3 { - top: 0.75rem; -} - -.right-3 { - right: 0.75rem; -} - -.bottom-3 { - bottom: 0.75rem; -} - -.left-3 { - left: 0.75rem; -} - -.top-4 { - top: 1rem; -} - -.right-4 { - right: 1rem; -} - -.bottom-4 { - bottom: 1rem; -} - -.left-4 { - left: 1rem; -} - -.top-5 { - top: 1.25rem; -} - -.right-5 { - right: 1.25rem; -} - -.bottom-5 { - bottom: 1.25rem; -} - -.left-5 { - left: 1.25rem; -} - -.top-6 { - top: 1.5rem; -} - -.right-6 { - right: 1.5rem; -} - -.bottom-6 { - bottom: 1.5rem; -} - -.left-6 { - left: 1.5rem; -} - -.top-7 { - top: 1.75rem; -} - -.right-7 { - right: 1.75rem; -} - -.bottom-7 { - bottom: 1.75rem; -} - -.left-7 { - left: 1.75rem; -} - -.top-8 { - top: 2rem; -} - -.right-8 { - right: 2rem; -} - -.bottom-8 { - bottom: 2rem; -} - -.left-8 { - left: 2rem; -} - -.top-9 { - top: 2.25rem; -} - -.right-9 { - right: 2.25rem; -} - -.bottom-9 { - bottom: 2.25rem; -} - -.left-9 { - left: 2.25rem; -} - -.top-10 { - top: 2.5rem; -} - -.right-10 { - right: 2.5rem; -} - -.bottom-10 { - bottom: 2.5rem; -} - -.left-10 { - left: 2.5rem; -} - -.top-11 { - top: 2.75rem; -} - -.right-11 { - right: 2.75rem; -} - -.bottom-11 { - bottom: 2.75rem; -} - -.left-11 { - left: 2.75rem; -} - -.top-12 { - top: 3rem; -} - -.right-12 { - right: 3rem; -} - -.bottom-12 { - bottom: 3rem; -} - -.left-12 { - left: 3rem; -} - -.top-14 { - top: 3.5rem; -} - -.right-14 { - right: 3.5rem; -} - -.bottom-14 { - bottom: 3.5rem; -} - -.left-14 { - left: 3.5rem; -} - -.top-16 { - top: 4rem; -} - -.right-16 { - right: 4rem; -} - -.bottom-16 { - bottom: 4rem; -} - -.left-16 { - left: 4rem; -} - -.top-20 { - top: 5rem; -} - -.right-20 { - right: 5rem; -} - -.bottom-20 { - bottom: 5rem; -} - -.left-20 { - left: 5rem; -} - -.top-22 { - top: 5.625rem; -} - -.right-22 { - right: 5.625rem; -} - -.bottom-22 { - bottom: 5.625rem; -} - -.left-22 { - left: 5.625rem; -} - -.top-24 { - top: 6rem; -} - -.right-24 { - right: 6rem; -} - -.bottom-24 { - bottom: 6rem; -} - -.left-24 { - left: 6rem; -} - -.top-28 { - top: 7rem; -} - -.right-28 { - right: 7rem; -} - -.bottom-28 { - bottom: 7rem; -} - -.left-28 { - left: 7rem; -} - -.top-32 { - top: 8rem; -} - -.right-32 { - right: 8rem; -} - -.bottom-32 { - bottom: 8rem; -} - -.left-32 { - left: 8rem; -} - -.top-36 { - top: 9rem; -} - -.right-36 { - right: 9rem; -} - -.bottom-36 { - bottom: 9rem; -} - -.left-36 { - left: 9rem; -} - -.top-40 { - top: 10rem; -} - -.right-40 { - right: 10rem; -} - -.bottom-40 { - bottom: 10rem; -} - -.left-40 { - left: 10rem; -} - -.top-44 { - top: 11rem; -} - -.right-44 { - right: 11rem; -} - -.bottom-44 { - bottom: 11rem; -} - -.left-44 { - left: 11rem; -} - -.top-48 { - top: 12rem; -} - -.right-48 { - right: 12rem; -} - -.bottom-48 { - bottom: 12rem; -} - -.left-48 { - left: 12rem; -} - -.top-52 { - top: 13rem; -} - -.right-52 { - right: 13rem; -} - -.bottom-52 { - bottom: 13rem; -} - -.left-52 { - left: 13rem; -} - -.top-56 { - top: 14rem; -} - -.right-56 { - right: 14rem; -} - -.bottom-56 { - bottom: 14rem; -} - -.left-56 { - left: 14rem; -} - -.top-60 { - top: 240px; -} - -.right-60 { - right: 240px; -} - -.bottom-60 { - bottom: 240px; -} - -.left-60 { - left: 240px; -} - -.top-64 { - top: 16rem; -} - -.right-64 { - right: 16rem; -} - -.bottom-64 { - bottom: 16rem; -} - -.left-64 { - left: 16rem; -} - -.top-72 { - top: 18rem; -} - -.right-72 { - right: 18rem; -} - -.bottom-72 { - bottom: 18rem; -} - -.left-72 { - left: 18rem; -} - -.top-80 { - top: 20rem; -} - -.right-80 { - right: 20rem; -} - -.bottom-80 { - bottom: 20rem; -} - -.left-80 { - left: 20rem; -} - -.top-88 { - top: 22rem; -} - -.right-88 { - right: 22rem; -} - -.bottom-88 { - bottom: 22rem; -} - -.left-88 { - left: 22rem; -} - -.top-96 { - top: 24rem; -} - -.right-96 { - right: 24rem; -} - -.bottom-96 { - bottom: 24rem; -} - -.left-96 { - left: 24rem; -} - -.top-130 { - top: 560px; -} - -.right-130 { - right: 560px; -} - -.bottom-130 { - bottom: 560px; -} - -.left-130 { - left: 560px; -} - -.top-auto { - top: auto; -} - -.right-auto { - right: auto; -} - -.bottom-auto { - bottom: auto; -} - -.left-auto { - left: auto; -} - -.top-px { - top: 1px; -} - -.right-px { - right: 1px; -} - -.bottom-px { - bottom: 1px; -} - -.left-px { - left: 1px; -} - -.top-0\.5 { - top: 0.125rem; -} - -.right-0\.5 { - right: 0.125rem; -} - -.bottom-0\.5 { - bottom: 0.125rem; -} - -.left-0\.5 { - left: 0.125rem; -} - -.top-1\.5 { - top: 0.375rem; -} - -.right-1\.5 { - right: 0.375rem; -} - -.bottom-1\.5 { - bottom: 0.375rem; -} - -.left-1\.5 { - left: 0.375rem; -} - -.top-2\.5 { - top: 0.625rem; -} - -.right-2\.5 { - right: 0.625rem; -} - -.bottom-2\.5 { - bottom: 0.625rem; -} - -.left-2\.5 { - left: 0.625rem; -} - -.top-3\.5 { - top: 0.875rem; -} - -.right-3\.5 { - right: 0.875rem; -} - -.bottom-3\.5 { - bottom: 0.875rem; -} - -.left-3\.5 { - left: 0.875rem; -} - -.-top-0 { - top: 0px; -} - -.-right-0 { - right: 0px; -} - -.-bottom-0 { - bottom: 0px; -} - -.-left-0 { - left: 0px; -} - -.-top-1 { - top: -0.25rem; -} - -.-right-1 { - right: -0.25rem; -} - -.-bottom-1 { - bottom: -0.25rem; -} - -.-left-1 { - left: -0.25rem; -} - -.-top-2 { - top: -0.5rem; -} - -.-right-2 { - right: -0.5rem; -} - -.-bottom-2 { - bottom: -0.5rem; -} - -.-left-2 { - left: -0.5rem; -} - -.-top-3 { - top: -0.75rem; -} - -.-right-3 { - right: -0.75rem; -} - -.-bottom-3 { - bottom: -0.75rem; -} - -.-left-3 { - left: -0.75rem; -} - -.-top-4 { - top: -1rem; -} - -.-right-4 { - right: -1rem; -} - -.-bottom-4 { - bottom: -1rem; -} - -.-left-4 { - left: -1rem; -} - -.-top-5 { - top: -1.25rem; -} - -.-right-5 { - right: -1.25rem; -} - -.-bottom-5 { - bottom: -1.25rem; -} - -.-left-5 { - left: -1.25rem; -} - -.-top-6 { - top: -1.5rem; -} - -.-right-6 { - right: -1.5rem; -} - -.-bottom-6 { - bottom: -1.5rem; -} - -.-left-6 { - left: -1.5rem; -} - -.-top-7 { - top: -1.75rem; -} - -.-right-7 { - right: -1.75rem; -} - -.-bottom-7 { - bottom: -1.75rem; -} - -.-left-7 { - left: -1.75rem; -} - -.-top-8 { - top: -2rem; -} - -.-right-8 { - right: -2rem; -} - -.-bottom-8 { - bottom: -2rem; -} - -.-left-8 { - left: -2rem; -} - -.-top-9 { - top: -2.25rem; -} - -.-right-9 { - right: -2.25rem; -} - -.-bottom-9 { - bottom: -2.25rem; -} - -.-left-9 { - left: -2.25rem; -} - -.-top-10 { - top: -2.5rem; -} - -.-right-10 { - right: -2.5rem; -} - -.-bottom-10 { - bottom: -2.5rem; -} - -.-left-10 { - left: -2.5rem; -} - -.-top-11 { - top: -2.75rem; -} - -.-right-11 { - right: -2.75rem; -} - -.-bottom-11 { - bottom: -2.75rem; -} - -.-left-11 { - left: -2.75rem; -} - -.-top-12 { - top: -3rem; -} - -.-right-12 { - right: -3rem; -} - -.-bottom-12 { - bottom: -3rem; -} - -.-left-12 { - left: -3rem; -} - -.-top-14 { - top: -3.5rem; -} - -.-right-14 { - right: -3.5rem; -} - -.-bottom-14 { - bottom: -3.5rem; -} - -.-left-14 { - left: -3.5rem; -} - -.-top-16 { - top: -4rem; -} - -.-right-16 { - right: -4rem; -} - -.-bottom-16 { - bottom: -4rem; -} - -.-left-16 { - left: -4rem; -} - -.-top-20 { - top: -5rem; -} - -.-right-20 { - right: -5rem; -} - -.-bottom-20 { - bottom: -5rem; -} - -.-left-20 { - left: -5rem; -} - -.-top-22 { - top: -5.625rem; -} - -.-right-22 { - right: -5.625rem; -} - -.-bottom-22 { - bottom: -5.625rem; -} - -.-left-22 { - left: -5.625rem; -} - -.-top-24 { - top: -6rem; -} - -.-right-24 { - right: -6rem; -} - -.-bottom-24 { - bottom: -6rem; -} - -.-left-24 { - left: -6rem; -} - -.-top-28 { - top: -7rem; -} - -.-right-28 { - right: -7rem; -} - -.-bottom-28 { - bottom: -7rem; -} - -.-left-28 { - left: -7rem; -} - -.-top-32 { - top: -8rem; -} - -.-right-32 { - right: -8rem; -} - -.-bottom-32 { - bottom: -8rem; -} - -.-left-32 { - left: -8rem; -} - -.-top-36 { - top: -9rem; -} - -.-right-36 { - right: -9rem; -} - -.-bottom-36 { - bottom: -9rem; -} - -.-left-36 { - left: -9rem; -} - -.-top-40 { - top: -10rem; -} - -.-right-40 { - right: -10rem; -} - -.-bottom-40 { - bottom: -10rem; -} - -.-left-40 { - left: -10rem; -} - -.-top-44 { - top: -11rem; -} - -.-right-44 { - right: -11rem; -} - -.-bottom-44 { - bottom: -11rem; -} - -.-left-44 { - left: -11rem; -} - -.-top-48 { - top: -12rem; -} - -.-right-48 { - right: -12rem; -} - -.-bottom-48 { - bottom: -12rem; -} - -.-left-48 { - left: -12rem; -} - -.-top-52 { - top: -13rem; -} - -.-right-52 { - right: -13rem; -} - -.-bottom-52 { - bottom: -13rem; -} - -.-left-52 { - left: -13rem; -} - -.-top-56 { - top: -14rem; -} - -.-right-56 { - right: -14rem; -} - -.-bottom-56 { - bottom: -14rem; -} - -.-left-56 { - left: -14rem; -} - -.-top-60 { - top: -240px; -} - -.-right-60 { - right: -240px; -} - -.-bottom-60 { - bottom: -240px; -} - -.-left-60 { - left: -240px; -} - -.-top-64 { - top: -16rem; -} - -.-right-64 { - right: -16rem; -} - -.-bottom-64 { - bottom: -16rem; -} - -.-left-64 { - left: -16rem; -} - -.-top-72 { - top: -18rem; -} - -.-right-72 { - right: -18rem; -} - -.-bottom-72 { - bottom: -18rem; -} - -.-left-72 { - left: -18rem; -} - -.-top-80 { - top: -20rem; -} - -.-right-80 { - right: -20rem; -} - -.-bottom-80 { - bottom: -20rem; -} - -.-left-80 { - left: -20rem; -} - -.-top-88 { - top: -22rem; -} - -.-right-88 { - right: -22rem; -} - -.-bottom-88 { - bottom: -22rem; -} - -.-left-88 { - left: -22rem; -} - -.-top-96 { - top: -24rem; -} - -.-right-96 { - right: -24rem; -} - -.-bottom-96 { - bottom: -24rem; -} - -.-left-96 { - left: -24rem; -} - -.-top-130 { - top: -560px; -} - -.-right-130 { - right: -560px; -} - -.-bottom-130 { - bottom: -560px; -} - -.-left-130 { - left: -560px; -} - -.-top-px { - top: -1px; -} - -.-right-px { - right: -1px; -} - -.-bottom-px { - bottom: -1px; -} - -.-left-px { - left: -1px; -} - -.-top-0\.5 { - top: -0.125rem; -} - -.-right-0\.5 { - right: -0.125rem; -} - -.-bottom-0\.5 { - bottom: -0.125rem; -} - -.-left-0\.5 { - left: -0.125rem; -} - -.-top-1\.5 { - top: -0.375rem; -} - -.-right-1\.5 { - right: -0.375rem; -} - -.-bottom-1\.5 { - bottom: -0.375rem; -} - -.-left-1\.5 { - left: -0.375rem; -} - -.-top-2\.5 { - top: -0.625rem; -} - -.-right-2\.5 { - right: -0.625rem; -} - -.-bottom-2\.5 { - bottom: -0.625rem; -} - -.-left-2\.5 { - left: -0.625rem; -} - -.-top-3\.5 { - top: -0.875rem; -} - -.-right-3\.5 { - right: -0.875rem; -} - -.-bottom-3\.5 { - bottom: -0.875rem; -} - -.-left-3\.5 { - left: -0.875rem; -} - -.top-1\/2 { - top: 50%; -} - -.right-1\/2 { - right: 50%; -} - -.bottom-1\/2 { - bottom: 50%; -} - -.left-1\/2 { - left: 50%; -} - -.top-1\/3 { - top: 33.333333%; -} - -.right-1\/3 { - right: 33.333333%; -} - -.bottom-1\/3 { - bottom: 33.333333%; -} - -.left-1\/3 { - left: 33.333333%; -} - -.top-2\/3 { - top: 66.666667%; -} - -.right-2\/3 { - right: 66.666667%; -} - -.bottom-2\/3 { - bottom: 66.666667%; -} - -.left-2\/3 { - left: 66.666667%; -} - -.top-1\/4 { - top: 25%; -} - -.right-1\/4 { - right: 25%; -} - -.bottom-1\/4 { - bottom: 25%; -} - -.left-1\/4 { - left: 25%; -} - -.top-2\/4 { - top: 50%; -} - -.right-2\/4 { - right: 50%; -} - -.bottom-2\/4 { - bottom: 50%; -} - -.left-2\/4 { - left: 50%; -} - -.top-3\/4 { - top: 75%; -} - -.right-3\/4 { - right: 75%; -} - -.bottom-3\/4 { - bottom: 75%; -} - -.left-3\/4 { - left: 75%; -} - -.top-full { - top: 100%; -} - -.right-full { - right: 100%; -} - -.bottom-full { - bottom: 100%; -} - -.left-full { - left: 100%; -} - -.-top-1\/2 { - top: -50%; -} - -.-right-1\/2 { - right: -50%; -} - -.-bottom-1\/2 { - bottom: -50%; -} - -.-left-1\/2 { - left: -50%; -} - -.-top-1\/3 { - top: -33.333333%; -} - -.-right-1\/3 { - right: -33.333333%; -} - -.-bottom-1\/3 { - bottom: -33.333333%; -} - -.-left-1\/3 { - left: -33.333333%; -} - -.-top-2\/3 { - top: -66.666667%; -} - -.-right-2\/3 { - right: -66.666667%; -} - -.-bottom-2\/3 { - bottom: -66.666667%; -} - -.-left-2\/3 { - left: -66.666667%; -} - -.-top-1\/4 { - top: -25%; -} - -.-right-1\/4 { - right: -25%; -} - -.-bottom-1\/4 { - bottom: -25%; -} - -.-left-1\/4 { - left: -25%; -} - -.-top-2\/4 { - top: -50%; -} - -.-right-2\/4 { - right: -50%; -} - -.-bottom-2\/4 { - bottom: -50%; -} - -.-left-2\/4 { - left: -50%; -} - -.-top-3\/4 { - top: -75%; -} - -.-right-3\/4 { - right: -75%; -} - -.-bottom-3\/4 { - bottom: -75%; -} - -.-left-3\/4 { - left: -75%; -} - -.-top-full { - top: -100%; -} - -.-right-full { - right: -100%; -} - -.-bottom-full { - bottom: -100%; -} - -.-left-full { - left: -100%; -} - -.resize-none { - resize: none; -} - -.resize-y { - resize: vertical; -} - -.resize-x { - resize: horizontal; -} - -.resize { - resize: both; -} - -* { - --tw-shadow: 0 0 #0000; -} - -.shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.shadow-md { - --tw-shadow: 0 4px 6px -1px 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); -} - -.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); -} - -.shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.shadow-none { - --tw-shadow: 0 0 #0000; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.hover\:shadow-sm:hover { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.hover\:shadow:hover { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.hover\:shadow-md:hover { - --tw-shadow: 0 4px 6px -1px 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); -} - -.hover\:shadow-lg:hover { - --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); -} - -.hover\:shadow-xl:hover { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.hover\:shadow-2xl:hover { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.hover\:shadow-inner:hover { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.hover\:shadow-none:hover { - --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); -} - -.focus\:shadow-sm:focus { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.focus\:shadow:focus { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.focus\:shadow-md:focus { - --tw-shadow: 0 4px 6px -1px 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); -} - -.focus\:shadow-lg:focus { - --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); -} - -.focus\:shadow-xl:focus { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.focus\:shadow-2xl:focus { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.focus\:shadow-inner:focus { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.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); -} - -.active\:shadow-sm:active { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.active\:shadow:active { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.active\:shadow-md:active { - --tw-shadow: 0 4px 6px -1px 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); -} - -.active\:shadow-lg:active { - --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); -} - -.active\:shadow-xl:active { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.active\:shadow-2xl:active { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.active\:shadow-inner:active { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.active\:shadow-none:active { - --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); -} - -.group:hover .group-hover\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.group:hover .group-hover\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.group:hover .group-hover\:shadow-md { - --tw-shadow: 0 4px 6px -1px 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); -} - -.group:hover .group-hover\: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); -} - -.group:hover .group-hover\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.group:hover .group-hover\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.group:hover .group-hover\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.group:hover .group-hover\:shadow-none { - --tw-shadow: 0 0 #0000; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -* { - --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; -} - -.ring-0 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} - -.ring-1 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} - -.ring-2 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} - -.ring-4 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} - -.ring-8 { - --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(8px + 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); -} - -.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); -} - -.ring-inset { - --tw-ring-inset: inset; -} - -.focus-within\:ring-0:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} - -.focus-within\:ring-1:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} - -.focus-within\:ring-2:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} - -.focus-within\:ring-4:focus-within { - --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); -} - -.focus-within\:ring-8:focus-within { - --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(8px + 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); -} - -.focus-within\:ring:focus-within { - --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); -} - -.focus-within\:ring-inset:focus-within { - --tw-ring-inset: inset; -} - -.focus\:ring-0:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} - -.focus\:ring-1:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} - -.focus\:ring-2:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} - -.focus\:ring-4:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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); -} - -.focus\:ring-8:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + 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); -} - -.focus\:ring:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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); -} - -.focus\:ring-inset:focus { - --tw-ring-inset: inset; -} - -.ring-offset-transparent { - --tw-ring-offset-color: transparent; -} - -.ring-offset-current { - --tw-ring-offset-color: currentColor; -} - -.ring-offset-black { - --tw-ring-offset-color: #040405; -} - -.ring-offset-white { - --tw-ring-offset-color: #fff; -} - -.ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb; -} - -.ring-offset-gray-100 { - --tw-ring-offset-color: #f7fafc; -} - -.ring-offset-gray-200 { - --tw-ring-offset-color: #edf2f7; -} - -.ring-offset-gray-300 { - --tw-ring-offset-color: #e2e8f0; -} - -.ring-offset-gray-400 { - --tw-ring-offset-color: #cbd5e0; -} - -.ring-offset-gray-500 { - --tw-ring-offset-color: #a0aec0; -} - -.ring-offset-gray-600 { - --tw-ring-offset-color: #718096; -} - -.ring-offset-gray-700 { - --tw-ring-offset-color: #4a5568; -} - -.ring-offset-gray-800 { - --tw-ring-offset-color: #2d3748; -} - -.ring-offset-gray-900 { - --tw-ring-offset-color: #1a202c; -} - -.ring-offset-red-50 { - --tw-ring-offset-color: #fef2f2; -} - -.ring-offset-red-100 { - --tw-ring-offset-color: #fee2e2; -} - -.ring-offset-red-200 { - --tw-ring-offset-color: #fecaca; -} - -.ring-offset-red-300 { - --tw-ring-offset-color: #fca5a5; -} - -.ring-offset-red-400 { - --tw-ring-offset-color: #f87171; -} - -.ring-offset-red-500 { - --tw-ring-offset-color: #ef4444; -} - -.ring-offset-red-600 { - --tw-ring-offset-color: #dc2626; -} - -.ring-offset-red-700 { - --tw-ring-offset-color: #b91c1c; -} - -.ring-offset-red-800 { - --tw-ring-offset-color: #991b1b; -} - -.ring-offset-red-900 { - --tw-ring-offset-color: #7f1d1d; -} - -.ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb; -} - -.ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7; -} - -.ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a; -} - -.ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d; -} - -.ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24; -} - -.ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b; -} - -.ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706; -} - -.ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309; -} - -.ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e; -} - -.ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f; -} - -.ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5; -} - -.ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5; -} - -.ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0; -} - -.ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7; -} - -.ring-offset-green-400 { - --tw-ring-offset-color: #34d399; -} - -.ring-offset-green-500 { - --tw-ring-offset-color: #10b981; -} - -.ring-offset-green-600 { - --tw-ring-offset-color: #059669; -} - -.ring-offset-green-700 { - --tw-ring-offset-color: #047857; -} - -.ring-offset-green-800 { - --tw-ring-offset-color: #065f46; -} - -.ring-offset-green-900 { - --tw-ring-offset-color: #064e3b; -} - -.ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff; -} - -.ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe; -} - -.ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe; -} - -.ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd; -} - -.ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa; -} - -.ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6; -} - -.ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb; -} - -.ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8; -} - -.ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af; -} - -.ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a; -} - -.ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff; -} - -.ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff; -} - -.ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe; -} - -.ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc; -} - -.ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8; -} - -.ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1; -} - -.ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5; -} - -.ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca; -} - -.ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3; -} - -.ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81; -} - -.ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff; -} - -.ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe; -} - -.ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe; -} - -.ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd; -} - -.ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa; -} - -.ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6; -} - -.ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed; -} - -.ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9; -} - -.ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6; -} - -.ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95; -} - -.ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8; -} - -.ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3; -} - -.ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8; -} - -.ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4; -} - -.ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6; -} - -.ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899; -} - -.ring-offset-pink-600 { - --tw-ring-offset-color: #db2777; -} - -.ring-offset-pink-700 { - --tw-ring-offset-color: #be185d; -} - -.ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d; -} - -.ring-offset-pink-900 { - --tw-ring-offset-color: #831843; -} - -.ring-offset-primary-50 { - --tw-ring-offset-color: #F7F6FD; -} - -.ring-offset-primary-100 { - --tw-ring-offset-color: #EEEEFB; -} - -.ring-offset-primary-200 { - --tw-ring-offset-color: #D5D4F5; -} - -.ring-offset-primary-300 { - --tw-ring-offset-color: #BCB9EF; -} - -.ring-offset-primary-400 { - --tw-ring-offset-color: #8A85E4; -} - -.ring-offset-primary-500 { - --tw-ring-offset-color: #5851D8; -} - -.ring-offset-primary-600 { - --tw-ring-offset-color: #4F49C2; -} - -.ring-offset-primary-700 { - --tw-ring-offset-color: #353182; -} - -.ring-offset-primary-800 { - --tw-ring-offset-color: #282461; -} - -.ring-offset-primary-900 { - --tw-ring-offset-color: #1A1841; -} - -.ring-offset-danger { - --tw-ring-offset-color: #FB7178; -} - -.ring-offset-success { - --tw-ring-offset-color: #00C99C; -} - -.ring-offset-warning { - --tw-ring-offset-color: #F3AF4E; -} - -.ring-offset-info { - --tw-ring-offset-color: #15B2EC; -} - -.focus-within\:ring-offset-transparent:focus-within { - --tw-ring-offset-color: transparent; -} - -.focus-within\:ring-offset-current:focus-within { - --tw-ring-offset-color: currentColor; -} - -.focus-within\:ring-offset-black:focus-within { - --tw-ring-offset-color: #040405; -} - -.focus-within\:ring-offset-white:focus-within { - --tw-ring-offset-color: #fff; -} - -.focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb; -} - -.focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f7fafc; -} - -.focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #edf2f7; -} - -.focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #e2e8f0; -} - -.focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #cbd5e0; -} - -.focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #a0aec0; -} - -.focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #718096; -} - -.focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #4a5568; -} - -.focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #2d3748; -} - -.focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #1a202c; -} - -.focus-within\:ring-offset-red-50:focus-within { - --tw-ring-offset-color: #fef2f2; -} - -.focus-within\:ring-offset-red-100:focus-within { - --tw-ring-offset-color: #fee2e2; -} - -.focus-within\:ring-offset-red-200:focus-within { - --tw-ring-offset-color: #fecaca; -} - -.focus-within\:ring-offset-red-300:focus-within { - --tw-ring-offset-color: #fca5a5; -} - -.focus-within\:ring-offset-red-400:focus-within { - --tw-ring-offset-color: #f87171; -} - -.focus-within\:ring-offset-red-500:focus-within { - --tw-ring-offset-color: #ef4444; -} - -.focus-within\:ring-offset-red-600:focus-within { - --tw-ring-offset-color: #dc2626; -} - -.focus-within\:ring-offset-red-700:focus-within { - --tw-ring-offset-color: #b91c1c; -} - -.focus-within\:ring-offset-red-800:focus-within { - --tw-ring-offset-color: #991b1b; -} - -.focus-within\:ring-offset-red-900:focus-within { - --tw-ring-offset-color: #7f1d1d; -} - -.focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb; -} - -.focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7; -} - -.focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a; -} - -.focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d; -} - -.focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24; -} - -.focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b; -} - -.focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706; -} - -.focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309; -} - -.focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e; -} - -.focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f; -} - -.focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5; -} - -.focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5; -} - -.focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0; -} - -.focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7; -} - -.focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399; -} - -.focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981; -} - -.focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669; -} - -.focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857; -} - -.focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46; -} - -.focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b; -} - -.focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff; -} - -.focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe; -} - -.focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe; -} - -.focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd; -} - -.focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa; -} - -.focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6; -} - -.focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb; -} - -.focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8; -} - -.focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af; -} - -.focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a; -} - -.focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff; -} - -.focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff; -} - -.focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe; -} - -.focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc; -} - -.focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8; -} - -.focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1; -} - -.focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5; -} - -.focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca; -} - -.focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3; -} - -.focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81; -} - -.focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff; -} - -.focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe; -} - -.focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe; -} - -.focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd; -} - -.focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa; -} - -.focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6; -} - -.focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed; -} - -.focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9; -} - -.focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6; -} - -.focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95; -} - -.focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8; -} - -.focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3; -} - -.focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8; -} - -.focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4; -} - -.focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6; -} - -.focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899; -} - -.focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777; -} - -.focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d; -} - -.focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d; -} - -.focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843; -} - -.focus-within\:ring-offset-primary-50:focus-within { - --tw-ring-offset-color: #F7F6FD; -} - -.focus-within\:ring-offset-primary-100:focus-within { - --tw-ring-offset-color: #EEEEFB; -} - -.focus-within\:ring-offset-primary-200:focus-within { - --tw-ring-offset-color: #D5D4F5; -} - -.focus-within\:ring-offset-primary-300:focus-within { - --tw-ring-offset-color: #BCB9EF; -} - -.focus-within\:ring-offset-primary-400:focus-within { - --tw-ring-offset-color: #8A85E4; -} - -.focus-within\:ring-offset-primary-500:focus-within { - --tw-ring-offset-color: #5851D8; -} - -.focus-within\:ring-offset-primary-600:focus-within { - --tw-ring-offset-color: #4F49C2; -} - -.focus-within\:ring-offset-primary-700:focus-within { - --tw-ring-offset-color: #353182; -} - -.focus-within\:ring-offset-primary-800:focus-within { - --tw-ring-offset-color: #282461; -} - -.focus-within\:ring-offset-primary-900:focus-within { - --tw-ring-offset-color: #1A1841; -} - -.focus-within\:ring-offset-danger:focus-within { - --tw-ring-offset-color: #FB7178; -} - -.focus-within\:ring-offset-success:focus-within { - --tw-ring-offset-color: #00C99C; -} - -.focus-within\:ring-offset-warning:focus-within { - --tw-ring-offset-color: #F3AF4E; -} - -.focus-within\:ring-offset-info:focus-within { - --tw-ring-offset-color: #15B2EC; -} - -.focus\:ring-offset-transparent:focus { - --tw-ring-offset-color: transparent; -} - -.focus\:ring-offset-current:focus { - --tw-ring-offset-color: currentColor; -} - -.focus\:ring-offset-black:focus { - --tw-ring-offset-color: #040405; -} - -.focus\:ring-offset-white:focus { - --tw-ring-offset-color: #fff; -} - -.focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb; -} - -.focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f7fafc; -} - -.focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #edf2f7; -} - -.focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #e2e8f0; -} - -.focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #cbd5e0; -} - -.focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #a0aec0; -} - -.focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #718096; -} - -.focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #4a5568; -} - -.focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #2d3748; -} - -.focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #1a202c; -} - -.focus\:ring-offset-red-50:focus { - --tw-ring-offset-color: #fef2f2; -} - -.focus\:ring-offset-red-100:focus { - --tw-ring-offset-color: #fee2e2; -} - -.focus\:ring-offset-red-200:focus { - --tw-ring-offset-color: #fecaca; -} - -.focus\:ring-offset-red-300:focus { - --tw-ring-offset-color: #fca5a5; -} - -.focus\:ring-offset-red-400:focus { - --tw-ring-offset-color: #f87171; -} - -.focus\:ring-offset-red-500:focus { - --tw-ring-offset-color: #ef4444; -} - -.focus\:ring-offset-red-600:focus { - --tw-ring-offset-color: #dc2626; -} - -.focus\:ring-offset-red-700:focus { - --tw-ring-offset-color: #b91c1c; -} - -.focus\:ring-offset-red-800:focus { - --tw-ring-offset-color: #991b1b; -} - -.focus\:ring-offset-red-900:focus { - --tw-ring-offset-color: #7f1d1d; -} - -.focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb; -} - -.focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7; -} - -.focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a; -} - -.focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d; -} - -.focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24; -} - -.focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b; -} - -.focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706; -} - -.focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309; -} - -.focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e; -} - -.focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f; -} - -.focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5; -} - -.focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5; -} - -.focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0; -} - -.focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7; -} - -.focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399; -} - -.focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981; -} - -.focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669; -} - -.focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857; -} - -.focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46; -} - -.focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b; -} - -.focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff; -} - -.focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe; -} - -.focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe; -} - -.focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd; -} - -.focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa; -} - -.focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6; -} - -.focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb; -} - -.focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8; -} - -.focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af; -} - -.focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a; -} - -.focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff; -} - -.focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff; -} - -.focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe; -} - -.focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc; -} - -.focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8; -} - -.focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1; -} - -.focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5; -} - -.focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca; -} - -.focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3; -} - -.focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81; -} - -.focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff; -} - -.focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe; -} - -.focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe; -} - -.focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd; -} - -.focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa; -} - -.focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6; -} - -.focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed; -} - -.focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9; -} - -.focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6; -} - -.focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95; -} - -.focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8; -} - -.focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3; -} - -.focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8; -} - -.focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4; -} - -.focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6; -} - -.focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899; -} - -.focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777; -} - -.focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d; -} - -.focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d; -} - -.focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843; -} - -.focus\:ring-offset-primary-50:focus { - --tw-ring-offset-color: #F7F6FD; -} - -.focus\:ring-offset-primary-100:focus { - --tw-ring-offset-color: #EEEEFB; -} - -.focus\:ring-offset-primary-200:focus { - --tw-ring-offset-color: #D5D4F5; -} - -.focus\:ring-offset-primary-300:focus { - --tw-ring-offset-color: #BCB9EF; -} - -.focus\:ring-offset-primary-400:focus { - --tw-ring-offset-color: #8A85E4; -} - -.focus\:ring-offset-primary-500:focus { - --tw-ring-offset-color: #5851D8; -} - -.focus\:ring-offset-primary-600:focus { - --tw-ring-offset-color: #4F49C2; -} - -.focus\:ring-offset-primary-700:focus { - --tw-ring-offset-color: #353182; -} - -.focus\:ring-offset-primary-800:focus { - --tw-ring-offset-color: #282461; -} - -.focus\:ring-offset-primary-900:focus { - --tw-ring-offset-color: #1A1841; -} - -.focus\:ring-offset-danger:focus { - --tw-ring-offset-color: #FB7178; -} - -.focus\:ring-offset-success:focus { - --tw-ring-offset-color: #00C99C; -} - -.focus\:ring-offset-warning:focus { - --tw-ring-offset-color: #F3AF4E; -} - -.focus\:ring-offset-info:focus { - --tw-ring-offset-color: #15B2EC; -} - -.ring-offset-0 { - --tw-ring-offset-width: 0px; -} - -.ring-offset-1 { - --tw-ring-offset-width: 1px; -} - -.ring-offset-2 { - --tw-ring-offset-width: 2px; -} - -.ring-offset-4 { - --tw-ring-offset-width: 4px; -} - -.ring-offset-8 { - --tw-ring-offset-width: 8px; -} - -.focus-within\:ring-offset-0:focus-within { - --tw-ring-offset-width: 0px; -} - -.focus-within\:ring-offset-1:focus-within { - --tw-ring-offset-width: 1px; -} - -.focus-within\:ring-offset-2:focus-within { - --tw-ring-offset-width: 2px; -} - -.focus-within\:ring-offset-4:focus-within { - --tw-ring-offset-width: 4px; -} - -.focus-within\:ring-offset-8:focus-within { - --tw-ring-offset-width: 8px; -} - -.focus\:ring-offset-0:focus { - --tw-ring-offset-width: 0px; -} - -.focus\:ring-offset-1:focus { - --tw-ring-offset-width: 1px; -} - -.focus\:ring-offset-2:focus { - --tw-ring-offset-width: 2px; -} - -.focus\:ring-offset-4:focus { - --tw-ring-offset-width: 4px; -} - -.focus\:ring-offset-8:focus { - --tw-ring-offset-width: 8px; -} - -.ring-transparent { - --tw-ring-color: transparent; -} - -.ring-current { - --tw-ring-color: currentColor; -} - -.ring-black { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); -} - -.ring-white { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); -} - -.ring-gray-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); -} - -.ring-gray-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); -} - -.ring-gray-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); -} - -.ring-gray-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); -} - -.ring-gray-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); -} - -.ring-gray-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); -} - -.ring-gray-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); -} - -.ring-gray-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); -} - -.ring-gray-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); -} - -.ring-gray-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); -} - -.ring-red-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); -} - -.ring-red-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); -} - -.ring-red-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); -} - -.ring-red-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); -} - -.ring-red-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); -} - -.ring-red-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); -} - -.ring-red-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); -} - -.ring-red-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); -} - -.ring-red-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); -} - -.ring-red-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); -} - -.ring-yellow-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); -} - -.ring-yellow-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); -} - -.ring-yellow-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); -} - -.ring-yellow-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); -} - -.ring-yellow-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); -} - -.ring-yellow-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); -} - -.ring-yellow-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); -} - -.ring-yellow-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); -} - -.ring-yellow-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); -} - -.ring-yellow-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); -} - -.ring-green-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); -} - -.ring-green-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); -} - -.ring-green-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); -} - -.ring-green-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); -} - -.ring-green-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); -} - -.ring-green-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); -} - -.ring-green-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); -} - -.ring-green-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); -} - -.ring-green-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); -} - -.ring-green-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); -} - -.ring-blue-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); -} - -.ring-blue-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); -} - -.ring-blue-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); -} - -.ring-blue-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); -} - -.ring-blue-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); -} - -.ring-blue-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); -} - -.ring-blue-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); -} - -.ring-blue-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); -} - -.ring-blue-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); -} - -.ring-blue-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); -} - -.ring-indigo-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); -} - -.ring-indigo-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); -} - -.ring-indigo-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); -} - -.ring-indigo-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); -} - -.ring-indigo-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); -} - -.ring-indigo-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); -} - -.ring-indigo-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); -} - -.ring-indigo-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); -} - -.ring-indigo-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); -} - -.ring-indigo-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); -} - -.ring-purple-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); -} - -.ring-purple-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); -} - -.ring-purple-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); -} - -.ring-purple-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); -} - -.ring-purple-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); -} - -.ring-purple-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); -} - -.ring-purple-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); -} - -.ring-purple-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); -} - -.ring-purple-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); -} - -.ring-purple-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); -} - -.ring-pink-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); -} - -.ring-pink-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); -} - -.ring-pink-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); -} - -.ring-pink-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); -} - -.ring-pink-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); -} - -.ring-pink-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); -} - -.ring-pink-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); -} - -.ring-pink-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); -} - -.ring-pink-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); -} - -.ring-pink-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); -} - -.ring-primary-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); -} - -.ring-primary-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); -} - -.ring-primary-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); -} - -.ring-primary-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); -} - -.ring-primary-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); -} - -.ring-primary-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); -} - -.ring-primary-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); -} - -.ring-primary-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); -} - -.ring-primary-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); -} - -.ring-primary-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); -} - -.ring-danger { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); -} - -.ring-success { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); -} - -.ring-warning { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); -} - -.ring-info { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); -} - -.focus-within\:ring-transparent:focus-within { - --tw-ring-color: transparent; -} - -.focus-within\:ring-current:focus-within { - --tw-ring-color: currentColor; -} - -.focus-within\:ring-black:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); -} - -.focus-within\:ring-white:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); -} - -.focus-within\:ring-red-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); -} - -.focus-within\:ring-red-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); -} - -.focus-within\:ring-red-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); -} - -.focus-within\:ring-red-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); -} - -.focus-within\:ring-red-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); -} - -.focus-within\:ring-red-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); -} - -.focus-within\:ring-red-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); -} - -.focus-within\:ring-red-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); -} - -.focus-within\:ring-red-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); -} - -.focus-within\:ring-red-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); -} - -.focus-within\:ring-yellow-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); -} - -.focus-within\:ring-yellow-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); -} - -.focus-within\:ring-yellow-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); -} - -.focus-within\:ring-yellow-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); -} - -.focus-within\:ring-yellow-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); -} - -.focus-within\:ring-yellow-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); -} - -.focus-within\:ring-yellow-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); -} - -.focus-within\:ring-yellow-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); -} - -.focus-within\:ring-yellow-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); -} - -.focus-within\:ring-yellow-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); -} - -.focus-within\:ring-green-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); -} - -.focus-within\:ring-green-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); -} - -.focus-within\:ring-green-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); -} - -.focus-within\:ring-green-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); -} - -.focus-within\:ring-green-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); -} - -.focus-within\:ring-green-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); -} - -.focus-within\:ring-green-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); -} - -.focus-within\:ring-green-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); -} - -.focus-within\:ring-green-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); -} - -.focus-within\:ring-green-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); -} - -.focus-within\:ring-blue-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); -} - -.focus-within\:ring-blue-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); -} - -.focus-within\:ring-blue-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); -} - -.focus-within\:ring-blue-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); -} - -.focus-within\:ring-blue-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); -} - -.focus-within\:ring-blue-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); -} - -.focus-within\:ring-blue-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); -} - -.focus-within\:ring-blue-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); -} - -.focus-within\:ring-blue-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); -} - -.focus-within\:ring-blue-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); -} - -.focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); -} - -.focus-within\:ring-indigo-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); -} - -.focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); -} - -.focus-within\:ring-indigo-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); -} - -.focus-within\:ring-indigo-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); -} - -.focus-within\:ring-indigo-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); -} - -.focus-within\:ring-indigo-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); -} - -.focus-within\:ring-indigo-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); -} - -.focus-within\:ring-indigo-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); -} - -.focus-within\:ring-indigo-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); -} - -.focus-within\:ring-primary-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); -} - -.focus-within\:ring-primary-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); -} - -.focus-within\:ring-primary-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); -} - -.focus-within\:ring-primary-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); -} - -.focus-within\:ring-primary-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); -} - -.focus-within\:ring-primary-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); -} - -.focus-within\:ring-primary-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); -} - -.focus-within\:ring-primary-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); -} - -.focus-within\:ring-primary-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); -} - -.focus-within\:ring-primary-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); -} - -.focus-within\:ring-danger:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); -} - -.focus-within\:ring-success:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); -} - -.focus-within\:ring-warning:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); -} - -.focus-within\:ring-info:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); -} - -.focus\:ring-transparent:focus { - --tw-ring-color: transparent; -} - -.focus\:ring-current:focus { - --tw-ring-color: currentColor; -} - -.focus\:ring-black:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); -} - -.focus\:ring-white:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); -} - -.focus\:ring-red-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); -} - -.focus\:ring-red-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); -} - -.focus\:ring-red-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); -} - -.focus\:ring-red-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); -} - -.focus\:ring-red-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); -} - -.focus\:ring-red-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); -} - -.focus\:ring-red-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); -} - -.focus\:ring-red-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); -} - -.focus\:ring-red-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); -} - -.focus\:ring-red-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); -} - -.focus\:ring-yellow-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); -} - -.focus\:ring-yellow-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); -} - -.focus\:ring-yellow-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); -} - -.focus\:ring-yellow-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); -} - -.focus\:ring-yellow-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); -} - -.focus\:ring-yellow-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); -} - -.focus\:ring-yellow-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); -} - -.focus\:ring-yellow-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); -} - -.focus\:ring-yellow-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); -} - -.focus\:ring-yellow-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); -} - -.focus\:ring-green-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); -} - -.focus\:ring-green-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); -} - -.focus\:ring-green-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); -} - -.focus\:ring-green-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); -} - -.focus\:ring-green-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); -} - -.focus\:ring-green-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); -} - -.focus\:ring-green-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); -} - -.focus\:ring-green-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); -} - -.focus\:ring-green-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); -} - -.focus\:ring-green-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); -} - -.focus\:ring-blue-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); -} - -.focus\:ring-blue-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); -} - -.focus\:ring-blue-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); -} - -.focus\:ring-blue-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); -} - -.focus\:ring-blue-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); -} - -.focus\:ring-blue-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); -} - -.focus\:ring-blue-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); -} - -.focus\:ring-blue-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); -} - -.focus\:ring-blue-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); -} - -.focus\:ring-blue-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); -} - -.focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); -} - -.focus\:ring-indigo-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); -} - -.focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); -} - -.focus\:ring-indigo-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); -} - -.focus\:ring-indigo-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); -} - -.focus\:ring-indigo-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); -} - -.focus\:ring-indigo-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); -} - -.focus\:ring-indigo-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); -} - -.focus\:ring-indigo-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); -} - -.focus\:ring-indigo-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); -} - -.focus\:ring-primary-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); -} - -.focus\:ring-primary-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); -} - -.focus\:ring-primary-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); -} - -.focus\:ring-primary-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); -} - -.focus\:ring-primary-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); -} - -.focus\:ring-primary-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); -} - -.focus\:ring-primary-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); -} - -.focus\:ring-primary-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); -} - -.focus\:ring-primary-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); -} - -.focus\:ring-primary-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); -} - -.focus\:ring-danger:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); -} - -.focus\:ring-success:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); -} - -.focus\:ring-warning:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); -} - -.focus\:ring-info:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); -} - -.ring-opacity-0 { - --tw-ring-opacity: 0; -} - -.ring-opacity-5 { - --tw-ring-opacity: 0.05; -} - -.ring-opacity-10 { - --tw-ring-opacity: 0.1; -} - -.ring-opacity-20 { - --tw-ring-opacity: 0.2; -} - -.ring-opacity-25 { - --tw-ring-opacity: 0.25; -} - -.ring-opacity-30 { - --tw-ring-opacity: 0.3; -} - -.ring-opacity-40 { - --tw-ring-opacity: 0.4; -} - -.ring-opacity-50 { - --tw-ring-opacity: 0.5; -} - -.ring-opacity-60 { - --tw-ring-opacity: 0.6; -} - -.ring-opacity-70 { - --tw-ring-opacity: 0.7; -} - -.ring-opacity-75 { - --tw-ring-opacity: 0.75; -} - -.ring-opacity-80 { - --tw-ring-opacity: 0.8; -} - -.ring-opacity-90 { - --tw-ring-opacity: 0.9; -} - -.ring-opacity-95 { - --tw-ring-opacity: 0.95; -} - -.ring-opacity-100 { - --tw-ring-opacity: 1; -} - -.focus-within\:ring-opacity-0:focus-within { - --tw-ring-opacity: 0; -} - -.focus-within\:ring-opacity-5:focus-within { - --tw-ring-opacity: 0.05; -} - -.focus-within\:ring-opacity-10:focus-within { - --tw-ring-opacity: 0.1; -} - -.focus-within\:ring-opacity-20:focus-within { - --tw-ring-opacity: 0.2; -} - -.focus-within\:ring-opacity-25:focus-within { - --tw-ring-opacity: 0.25; -} - -.focus-within\:ring-opacity-30:focus-within { - --tw-ring-opacity: 0.3; -} - -.focus-within\:ring-opacity-40:focus-within { - --tw-ring-opacity: 0.4; -} - -.focus-within\:ring-opacity-50:focus-within { - --tw-ring-opacity: 0.5; -} - -.focus-within\:ring-opacity-60:focus-within { - --tw-ring-opacity: 0.6; -} - -.focus-within\:ring-opacity-70:focus-within { - --tw-ring-opacity: 0.7; -} - -.focus-within\:ring-opacity-75:focus-within { - --tw-ring-opacity: 0.75; -} - -.focus-within\:ring-opacity-80:focus-within { - --tw-ring-opacity: 0.8; -} - -.focus-within\:ring-opacity-90:focus-within { - --tw-ring-opacity: 0.9; -} - -.focus-within\:ring-opacity-95:focus-within { - --tw-ring-opacity: 0.95; -} - -.focus-within\:ring-opacity-100:focus-within { - --tw-ring-opacity: 1; -} - -.focus\:ring-opacity-0:focus { - --tw-ring-opacity: 0; -} - -.focus\:ring-opacity-5:focus { - --tw-ring-opacity: 0.05; -} - -.focus\:ring-opacity-10:focus { - --tw-ring-opacity: 0.1; -} - -.focus\:ring-opacity-20:focus { - --tw-ring-opacity: 0.2; -} - -.focus\:ring-opacity-25:focus { - --tw-ring-opacity: 0.25; -} - -.focus\:ring-opacity-30:focus { - --tw-ring-opacity: 0.3; -} - -.focus\:ring-opacity-40:focus { - --tw-ring-opacity: 0.4; -} - -.focus\:ring-opacity-50:focus { - --tw-ring-opacity: 0.5; -} - -.focus\:ring-opacity-60:focus { - --tw-ring-opacity: 0.6; -} - -.focus\:ring-opacity-70:focus { - --tw-ring-opacity: 0.7; -} - -.focus\:ring-opacity-75:focus { - --tw-ring-opacity: 0.75; -} - -.focus\:ring-opacity-80:focus { - --tw-ring-opacity: 0.8; -} - -.focus\:ring-opacity-90:focus { - --tw-ring-opacity: 0.9; -} - -.focus\:ring-opacity-95:focus { - --tw-ring-opacity: 0.95; -} - -.focus\:ring-opacity-100:focus { - --tw-ring-opacity: 1; -} - -.fill-current { - fill: currentColor; -} - -.stroke-current { - stroke: currentColor; -} - -.stroke-0 { - stroke-width: 0; -} - -.stroke-1 { - stroke-width: 1; -} - -.stroke-2 { - stroke-width: 2; -} - -.table-auto { - table-layout: auto; -} - -.table-fixed { - table-layout: fixed; -} - -.text-left { - text-align: left; -} - -.text-center { - text-align: center; -} - -.text-right { - text-align: right; -} - -.text-justify { - text-align: justify; -} - -.text-transparent { - color: transparent; -} - -.text-current { - color: currentColor; -} - -.text-black { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); -} - -.text-white { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); -} - -.text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); -} - -.text-gray-100 { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); -} - -.text-gray-200 { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); -} - -.text-gray-300 { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); -} - -.text-gray-400 { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); -} - -.text-gray-500 { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); -} - -.text-gray-600 { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); -} - -.text-gray-700 { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); -} - -.text-gray-800 { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); -} - -.text-gray-900 { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); -} - -.text-red-50 { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); -} - -.text-red-100 { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); -} - -.text-red-200 { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); -} - -.text-red-300 { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); -} - -.text-red-400 { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); -} - -.text-red-500 { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); -} - -.text-red-600 { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); -} - -.text-red-700 { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); -} - -.text-red-800 { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); -} - -.text-red-900 { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); -} - -.text-yellow-50 { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); -} - -.text-yellow-100 { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); -} - -.text-yellow-200 { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); -} - -.text-yellow-300 { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); -} - -.text-yellow-400 { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); -} - -.text-yellow-500 { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); -} - -.text-yellow-600 { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); -} - -.text-yellow-700 { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); -} - -.text-yellow-800 { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); -} - -.text-yellow-900 { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); -} - -.text-green-50 { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); -} - -.text-green-100 { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); -} - -.text-green-200 { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); -} - -.text-green-300 { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); -} - -.text-green-400 { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); -} - -.text-green-500 { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); -} - -.text-green-600 { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); -} - -.text-green-700 { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); -} - -.text-green-800 { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); -} - -.text-green-900 { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); -} - -.text-blue-50 { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); -} - -.text-blue-100 { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); -} - -.text-blue-200 { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); -} - -.text-blue-300 { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); -} - -.text-blue-400 { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); -} - -.text-blue-500 { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); -} - -.text-blue-600 { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); -} - -.text-blue-700 { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); -} - -.text-blue-800 { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); -} - -.text-blue-900 { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); -} - -.text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); -} - -.text-indigo-100 { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); -} - -.text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); -} - -.text-indigo-300 { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); -} - -.text-indigo-400 { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); -} - -.text-indigo-500 { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); -} - -.text-indigo-600 { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); -} - -.text-indigo-700 { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); -} - -.text-indigo-800 { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); -} - -.text-indigo-900 { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); -} - -.text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); -} - -.text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); -} - -.text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); -} - -.text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); -} - -.text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); -} - -.text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); -} - -.text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); -} - -.text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); -} - -.text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); -} - -.text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); -} - -.text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); -} - -.text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); -} - -.text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); -} - -.text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); -} - -.text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); -} - -.text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); -} - -.text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); -} - -.text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); -} - -.text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); -} - -.text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); -} - -.text-primary-50 { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); -} - -.text-primary-100 { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); -} - -.text-primary-200 { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); -} - -.text-primary-300 { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); -} - -.text-primary-400 { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); -} - -.text-primary-500 { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); -} - -.text-primary-600 { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); -} - -.text-primary-700 { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); -} - -.text-primary-800 { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); -} - -.text-primary-900 { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); -} - -.text-danger { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); -} - -.text-success { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); -} - -.text-warning { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); -} - -.text-info { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); -} - -.hover\:text-transparent:hover { - color: transparent; -} - -.hover\:text-current:hover { - color: currentColor; -} - -.hover\:text-black:hover { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); -} - -.hover\:text-white:hover { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); -} - -.hover\:text-gray-50:hover { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); -} - -.hover\:text-gray-100:hover { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); -} - -.hover\:text-gray-200:hover { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); -} - -.hover\:text-gray-300:hover { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); -} - -.hover\:text-gray-400:hover { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); -} - -.hover\:text-gray-500:hover { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); -} - -.hover\:text-gray-600:hover { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); -} - -.hover\:text-gray-700:hover { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); -} - -.hover\:text-gray-800:hover { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); -} - -.hover\:text-gray-900:hover { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); -} - -.hover\:text-red-50:hover { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); -} - -.hover\:text-red-100:hover { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); -} - -.hover\:text-red-200:hover { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); -} - -.hover\:text-red-300:hover { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); -} - -.hover\:text-red-400:hover { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); -} - -.hover\:text-red-500:hover { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); -} - -.hover\:text-red-600:hover { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); -} - -.hover\:text-red-700:hover { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); -} - -.hover\:text-red-800:hover { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); -} - -.hover\:text-red-900:hover { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); -} - -.hover\:text-yellow-50:hover { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); -} - -.hover\:text-yellow-100:hover { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); -} - -.hover\:text-yellow-200:hover { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); -} - -.hover\:text-yellow-300:hover { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); -} - -.hover\:text-yellow-400:hover { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); -} - -.hover\:text-yellow-500:hover { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); -} - -.hover\:text-yellow-600:hover { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); -} - -.hover\:text-yellow-700:hover { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); -} - -.hover\:text-yellow-800:hover { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); -} - -.hover\:text-yellow-900:hover { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); -} - -.hover\:text-green-50:hover { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); -} - -.hover\:text-green-100:hover { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); -} - -.hover\:text-green-200:hover { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); -} - -.hover\:text-green-300:hover { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); -} - -.hover\:text-green-400:hover { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); -} - -.hover\:text-green-500:hover { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); -} - -.hover\:text-green-600:hover { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); -} - -.hover\:text-green-700:hover { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); -} - -.hover\:text-green-800:hover { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); -} - -.hover\:text-green-900:hover { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); -} - -.hover\:text-blue-50:hover { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); -} - -.hover\:text-blue-100:hover { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); -} - -.hover\:text-blue-200:hover { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); -} - -.hover\:text-blue-300:hover { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); -} - -.hover\:text-blue-400:hover { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); -} - -.hover\:text-blue-500:hover { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); -} - -.hover\:text-blue-600:hover { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); -} - -.hover\:text-blue-700:hover { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); -} - -.hover\:text-blue-800:hover { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); -} - -.hover\:text-blue-900:hover { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); -} - -.hover\:text-indigo-50:hover { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); -} - -.hover\:text-indigo-100:hover { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); -} - -.hover\:text-indigo-200:hover { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); -} - -.hover\:text-indigo-300:hover { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); -} - -.hover\:text-indigo-400:hover { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); -} - -.hover\:text-indigo-500:hover { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); -} - -.hover\:text-indigo-600:hover { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); -} - -.hover\:text-indigo-700:hover { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); -} - -.hover\:text-indigo-800:hover { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); -} - -.hover\:text-indigo-900:hover { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); -} - -.hover\:text-purple-50:hover { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); -} - -.hover\:text-purple-100:hover { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); -} - -.hover\:text-purple-200:hover { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); -} - -.hover\:text-purple-300:hover { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); -} - -.hover\:text-purple-400:hover { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); -} - -.hover\:text-purple-500:hover { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); -} - -.hover\:text-purple-600:hover { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); -} - -.hover\:text-purple-700:hover { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); -} - -.hover\:text-purple-800:hover { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); -} - -.hover\:text-purple-900:hover { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); -} - -.hover\:text-pink-50:hover { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); -} - -.hover\:text-pink-100:hover { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); -} - -.hover\:text-pink-200:hover { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); -} - -.hover\:text-pink-300:hover { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); -} - -.hover\:text-pink-400:hover { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); -} - -.hover\:text-pink-500:hover { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); -} - -.hover\:text-pink-600:hover { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); -} - -.hover\:text-pink-700:hover { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); -} - -.hover\:text-pink-800:hover { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); -} - -.hover\:text-pink-900:hover { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); -} - -.hover\:text-primary-50:hover { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); -} - -.hover\:text-primary-100:hover { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); -} - -.hover\:text-primary-200:hover { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); -} - -.hover\:text-primary-300:hover { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); -} - -.hover\:text-primary-400:hover { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); -} - -.hover\:text-primary-500:hover { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); -} - -.hover\:text-primary-600:hover { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); -} - -.hover\:text-primary-700:hover { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); -} - -.hover\:text-primary-800:hover { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); -} - -.hover\:text-primary-900:hover { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); -} - -.hover\:text-danger:hover { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); -} - -.hover\:text-success:hover { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); -} - -.hover\:text-warning:hover { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); -} - -.hover\:text-info:hover { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); -} - -.focus\:text-transparent:focus { - color: transparent; -} - -.focus\:text-current:focus { - color: currentColor; -} - -.focus\:text-black:focus { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); -} - -.focus\:text-white:focus { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); -} - -.focus\:text-gray-50:focus { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); -} - -.focus\:text-gray-100:focus { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); -} - -.focus\:text-gray-200:focus { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); -} - -.focus\:text-gray-300:focus { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); -} - -.focus\:text-gray-400:focus { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); -} - -.focus\:text-gray-500:focus { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); -} - -.focus\:text-gray-600:focus { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); -} - -.focus\:text-gray-700:focus { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); -} - -.focus\:text-gray-800:focus { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); -} - -.focus\:text-gray-900:focus { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); -} - -.focus\:text-red-50:focus { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); -} - -.focus\:text-red-100:focus { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); -} - -.focus\:text-red-200:focus { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); -} - -.focus\:text-red-300:focus { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); -} - -.focus\:text-red-400:focus { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); -} - -.focus\:text-red-500:focus { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); -} - -.focus\:text-red-600:focus { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); -} - -.focus\:text-red-700:focus { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); -} - -.focus\:text-red-800:focus { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); -} - -.focus\:text-red-900:focus { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); -} - -.focus\:text-yellow-50:focus { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); -} - -.focus\:text-yellow-100:focus { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); -} - -.focus\:text-yellow-200:focus { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); -} - -.focus\:text-yellow-300:focus { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); -} - -.focus\:text-yellow-400:focus { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); -} - -.focus\:text-yellow-500:focus { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); -} - -.focus\:text-yellow-600:focus { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); -} - -.focus\:text-yellow-700:focus { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); -} - -.focus\:text-yellow-800:focus { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); -} - -.focus\:text-yellow-900:focus { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); -} - -.focus\:text-green-50:focus { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); -} - -.focus\:text-green-100:focus { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); -} - -.focus\:text-green-200:focus { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); -} - -.focus\:text-green-300:focus { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); -} - -.focus\:text-green-400:focus { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); -} - -.focus\:text-green-500:focus { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); -} - -.focus\:text-green-600:focus { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); -} - -.focus\:text-green-700:focus { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); -} - -.focus\:text-green-800:focus { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); -} - -.focus\:text-green-900:focus { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); -} - -.focus\:text-blue-50:focus { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); -} - -.focus\:text-blue-100:focus { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); -} - -.focus\:text-blue-200:focus { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); -} - -.focus\:text-blue-300:focus { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); -} - -.focus\:text-blue-400:focus { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); -} - -.focus\:text-blue-500:focus { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); -} - -.focus\:text-blue-600:focus { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); -} - -.focus\:text-blue-700:focus { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); -} - -.focus\:text-blue-800:focus { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); -} - -.focus\:text-blue-900:focus { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); -} - -.focus\:text-indigo-50:focus { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); -} - -.focus\:text-indigo-100:focus { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); -} - -.focus\:text-indigo-200:focus { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); -} - -.focus\:text-indigo-300:focus { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); -} - -.focus\:text-indigo-400:focus { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); -} - -.focus\:text-indigo-500:focus { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); -} - -.focus\:text-indigo-600:focus { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); -} - -.focus\:text-indigo-700:focus { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); -} - -.focus\:text-indigo-800:focus { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); -} - -.focus\:text-indigo-900:focus { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); -} - -.focus\:text-purple-50:focus { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); -} - -.focus\:text-purple-100:focus { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); -} - -.focus\:text-purple-200:focus { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); -} - -.focus\:text-purple-300:focus { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); -} - -.focus\:text-purple-400:focus { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); -} - -.focus\:text-purple-500:focus { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); -} - -.focus\:text-purple-600:focus { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); -} - -.focus\:text-purple-700:focus { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); -} - -.focus\:text-purple-800:focus { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); -} - -.focus\:text-purple-900:focus { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); -} - -.focus\:text-pink-50:focus { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); -} - -.focus\:text-pink-100:focus { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); -} - -.focus\:text-pink-200:focus { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); -} - -.focus\:text-pink-300:focus { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); -} - -.focus\:text-pink-400:focus { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); -} - -.focus\:text-pink-500:focus { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); -} - -.focus\:text-pink-600:focus { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); -} - -.focus\:text-pink-700:focus { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); -} - -.focus\:text-pink-800:focus { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); -} - -.focus\:text-pink-900:focus { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); -} - -.focus\:text-primary-50:focus { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); -} - -.focus\:text-primary-100:focus { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); -} - -.focus\:text-primary-200:focus { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); -} - -.focus\:text-primary-300:focus { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); -} - -.focus\:text-primary-400:focus { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); -} - -.focus\:text-primary-500:focus { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); -} - -.focus\:text-primary-600:focus { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); -} - -.focus\:text-primary-700:focus { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); -} - -.focus\:text-primary-800:focus { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); -} - -.focus\:text-primary-900:focus { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); -} - -.focus\:text-danger:focus { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); -} - -.focus\:text-success:focus { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); -} - -.focus\:text-warning:focus { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); -} - -.focus\:text-info:focus { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); -} - -.active\:text-transparent:active { - color: transparent; -} - -.active\:text-current:active { - color: currentColor; -} - -.active\:text-black:active { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); -} - -.active\:text-white:active { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); -} - -.active\:text-gray-50:active { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); -} - -.active\:text-gray-100:active { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); -} - -.active\:text-gray-200:active { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); -} - -.active\:text-gray-300:active { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); -} - -.active\:text-gray-400:active { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); -} - -.active\:text-gray-500:active { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); -} - -.active\:text-gray-600:active { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); -} - -.active\:text-gray-700:active { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); -} - -.active\:text-gray-800:active { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); -} - -.active\:text-gray-900:active { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); -} - -.active\:text-red-50:active { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); -} - -.active\:text-red-100:active { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); -} - -.active\:text-red-200:active { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); -} - -.active\:text-red-300:active { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); -} - -.active\:text-red-400:active { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); -} - -.active\:text-red-500:active { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); -} - -.active\:text-red-600:active { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); -} - -.active\:text-red-700:active { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); -} - -.active\:text-red-800:active { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); -} - -.active\:text-red-900:active { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); -} - -.active\:text-yellow-50:active { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); -} - -.active\:text-yellow-100:active { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); -} - -.active\:text-yellow-200:active { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); -} - -.active\:text-yellow-300:active { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); -} - -.active\:text-yellow-400:active { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); -} - -.active\:text-yellow-500:active { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); -} - -.active\:text-yellow-600:active { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); -} - -.active\:text-yellow-700:active { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); -} - -.active\:text-yellow-800:active { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); -} - -.active\:text-yellow-900:active { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); -} - -.active\:text-green-50:active { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); -} - -.active\:text-green-100:active { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); -} - -.active\:text-green-200:active { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); -} - -.active\:text-green-300:active { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); -} - -.active\:text-green-400:active { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); -} - -.active\:text-green-500:active { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); -} - -.active\:text-green-600:active { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); -} - -.active\:text-green-700:active { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); -} - -.active\:text-green-800:active { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); -} - -.active\:text-green-900:active { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); -} - -.active\:text-blue-50:active { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); -} - -.active\:text-blue-100:active { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); -} - -.active\:text-blue-200:active { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); -} - -.active\:text-blue-300:active { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); -} - -.active\:text-blue-400:active { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); -} - -.active\:text-blue-500:active { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); -} - -.active\:text-blue-600:active { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); -} - -.active\:text-blue-700:active { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); -} - -.active\:text-blue-800:active { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); -} - -.active\:text-blue-900:active { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); -} - -.active\:text-indigo-50:active { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); -} - -.active\:text-indigo-100:active { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); -} - -.active\:text-indigo-200:active { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); -} - -.active\:text-indigo-300:active { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); -} - -.active\:text-indigo-400:active { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); -} - -.active\:text-indigo-500:active { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); -} - -.active\:text-indigo-600:active { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); -} - -.active\:text-indigo-700:active { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); -} - -.active\:text-indigo-800:active { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); -} - -.active\:text-indigo-900:active { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); -} - -.active\:text-purple-50:active { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); -} - -.active\:text-purple-100:active { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); -} - -.active\:text-purple-200:active { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); -} - -.active\:text-purple-300:active { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); -} - -.active\:text-purple-400:active { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); -} - -.active\:text-purple-500:active { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); -} - -.active\:text-purple-600:active { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); -} - -.active\:text-purple-700:active { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); -} - -.active\:text-purple-800:active { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); -} - -.active\:text-purple-900:active { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); -} - -.active\:text-pink-50:active { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); -} - -.active\:text-pink-100:active { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); -} - -.active\:text-pink-200:active { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); -} - -.active\:text-pink-300:active { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); -} - -.active\:text-pink-400:active { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); -} - -.active\:text-pink-500:active { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); -} - -.active\:text-pink-600:active { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); -} - -.active\:text-pink-700:active { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); -} - -.active\:text-pink-800:active { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); -} - -.active\:text-pink-900:active { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); -} - -.active\:text-primary-50:active { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); -} - -.active\:text-primary-100:active { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); -} - -.active\:text-primary-200:active { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); -} - -.active\:text-primary-300:active { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); -} - -.active\:text-primary-400:active { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); -} - -.active\:text-primary-500:active { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); -} - -.active\:text-primary-600:active { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); -} - -.active\:text-primary-700:active { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); -} - -.active\:text-primary-800:active { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); -} - -.active\:text-primary-900:active { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); -} - -.active\:text-danger:active { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); -} - -.active\:text-success:active { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); -} - -.active\:text-warning:active { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); -} - -.active\:text-info:active { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); -} - -.visited\:text-transparent:visited { - color: transparent; -} - -.visited\:text-current:visited { - color: currentColor; -} - -.visited\:text-black:visited { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); -} - -.visited\:text-white:visited { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); -} - -.visited\:text-gray-50:visited { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); -} - -.visited\:text-gray-100:visited { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); -} - -.visited\:text-gray-200:visited { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); -} - -.visited\:text-gray-300:visited { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); -} - -.visited\:text-gray-400:visited { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); -} - -.visited\:text-gray-500:visited { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); -} - -.visited\:text-gray-600:visited { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); -} - -.visited\:text-gray-700:visited { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); -} - -.visited\:text-gray-800:visited { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); -} - -.visited\:text-gray-900:visited { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); -} - -.visited\:text-red-50:visited { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); -} - -.visited\:text-red-100:visited { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); -} - -.visited\:text-red-200:visited { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); -} - -.visited\:text-red-300:visited { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); -} - -.visited\:text-red-400:visited { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); -} - -.visited\:text-red-500:visited { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); -} - -.visited\:text-red-600:visited { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); -} - -.visited\:text-red-700:visited { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); -} - -.visited\:text-red-800:visited { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); -} - -.visited\:text-red-900:visited { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); -} - -.visited\:text-yellow-50:visited { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); -} - -.visited\:text-yellow-100:visited { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); -} - -.visited\:text-yellow-200:visited { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); -} - -.visited\:text-yellow-300:visited { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); -} - -.visited\:text-yellow-400:visited { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); -} - -.visited\:text-yellow-500:visited { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); -} - -.visited\:text-yellow-600:visited { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); -} - -.visited\:text-yellow-700:visited { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); -} - -.visited\:text-yellow-800:visited { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); -} - -.visited\:text-yellow-900:visited { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); -} - -.visited\:text-green-50:visited { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); -} - -.visited\:text-green-100:visited { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); -} - -.visited\:text-green-200:visited { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); -} - -.visited\:text-green-300:visited { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); -} - -.visited\:text-green-400:visited { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); -} - -.visited\:text-green-500:visited { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); -} - -.visited\:text-green-600:visited { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); -} - -.visited\:text-green-700:visited { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); -} - -.visited\:text-green-800:visited { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); -} - -.visited\:text-green-900:visited { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); -} - -.visited\:text-blue-50:visited { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); -} - -.visited\:text-blue-100:visited { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); -} - -.visited\:text-blue-200:visited { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); -} - -.visited\:text-blue-300:visited { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); -} - -.visited\:text-blue-400:visited { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); -} - -.visited\:text-blue-500:visited { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); -} - -.visited\:text-blue-600:visited { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); -} - -.visited\:text-blue-700:visited { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); -} - -.visited\:text-blue-800:visited { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); -} - -.visited\:text-blue-900:visited { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); -} - -.visited\:text-indigo-50:visited { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); -} - -.visited\:text-indigo-100:visited { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); -} - -.visited\:text-indigo-200:visited { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); -} - -.visited\:text-indigo-300:visited { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); -} - -.visited\:text-indigo-400:visited { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); -} - -.visited\:text-indigo-500:visited { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); -} - -.visited\:text-indigo-600:visited { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); -} - -.visited\:text-indigo-700:visited { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); -} - -.visited\:text-indigo-800:visited { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); -} - -.visited\:text-indigo-900:visited { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); -} - -.visited\:text-purple-50:visited { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); -} - -.visited\:text-purple-100:visited { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); -} - -.visited\:text-purple-200:visited { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); -} - -.visited\:text-purple-300:visited { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); -} - -.visited\:text-purple-400:visited { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); -} - -.visited\:text-purple-500:visited { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); -} - -.visited\:text-purple-600:visited { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); -} - -.visited\:text-purple-700:visited { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); -} - -.visited\:text-purple-800:visited { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); -} - -.visited\:text-purple-900:visited { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); -} - -.visited\:text-pink-50:visited { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); -} - -.visited\:text-pink-100:visited { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); -} - -.visited\:text-pink-200:visited { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); -} - -.visited\:text-pink-300:visited { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); -} - -.visited\:text-pink-400:visited { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); -} - -.visited\:text-pink-500:visited { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); -} - -.visited\:text-pink-600:visited { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); -} - -.visited\:text-pink-700:visited { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); -} - -.visited\:text-pink-800:visited { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); -} - -.visited\:text-pink-900:visited { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); -} - -.visited\:text-primary-50:visited { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); -} - -.visited\:text-primary-100:visited { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); -} - -.visited\:text-primary-200:visited { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); -} - -.visited\:text-primary-300:visited { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); -} - -.visited\:text-primary-400:visited { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); -} - -.visited\:text-primary-500:visited { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); -} - -.visited\:text-primary-600:visited { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); -} - -.visited\:text-primary-700:visited { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); -} - -.visited\:text-primary-800:visited { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); -} - -.visited\:text-primary-900:visited { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); -} - -.visited\:text-danger:visited { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); -} - -.visited\:text-success:visited { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); -} - -.visited\:text-warning:visited { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); -} - -.visited\:text-info:visited { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); -} - -.text-opacity-0 { - --tw-text-opacity: 0; -} - -.text-opacity-5 { - --tw-text-opacity: 0.05; -} - -.text-opacity-10 { - --tw-text-opacity: 0.1; -} - -.text-opacity-20 { - --tw-text-opacity: 0.2; -} - -.text-opacity-25 { - --tw-text-opacity: 0.25; -} - -.text-opacity-30 { - --tw-text-opacity: 0.3; -} - -.text-opacity-40 { - --tw-text-opacity: 0.4; -} - -.text-opacity-50 { - --tw-text-opacity: 0.5; -} - -.text-opacity-60 { - --tw-text-opacity: 0.6; -} - -.text-opacity-70 { - --tw-text-opacity: 0.7; -} - -.text-opacity-75 { - --tw-text-opacity: 0.75; -} - -.text-opacity-80 { - --tw-text-opacity: 0.8; -} - -.text-opacity-90 { - --tw-text-opacity: 0.9; -} - -.text-opacity-95 { - --tw-text-opacity: 0.95; -} - -.text-opacity-100 { - --tw-text-opacity: 1; -} - -.group:hover .group-hover\:text-opacity-0 { - --tw-text-opacity: 0; -} - -.group:hover .group-hover\:text-opacity-5 { - --tw-text-opacity: 0.05; -} - -.group:hover .group-hover\:text-opacity-10 { - --tw-text-opacity: 0.1; -} - -.group:hover .group-hover\:text-opacity-20 { - --tw-text-opacity: 0.2; -} - -.group:hover .group-hover\:text-opacity-25 { - --tw-text-opacity: 0.25; -} - -.group:hover .group-hover\:text-opacity-30 { - --tw-text-opacity: 0.3; -} - -.group:hover .group-hover\:text-opacity-40 { - --tw-text-opacity: 0.4; -} - -.group:hover .group-hover\:text-opacity-50 { - --tw-text-opacity: 0.5; -} - -.group:hover .group-hover\:text-opacity-60 { - --tw-text-opacity: 0.6; -} - -.group:hover .group-hover\:text-opacity-70 { - --tw-text-opacity: 0.7; -} - -.group:hover .group-hover\:text-opacity-75 { - --tw-text-opacity: 0.75; -} - -.group:hover .group-hover\:text-opacity-80 { - --tw-text-opacity: 0.8; -} - -.group:hover .group-hover\:text-opacity-90 { - --tw-text-opacity: 0.9; -} - -.group:hover .group-hover\:text-opacity-95 { - --tw-text-opacity: 0.95; -} - -.group:hover .group-hover\:text-opacity-100 { - --tw-text-opacity: 1; -} - -.focus-within\:text-opacity-0:focus-within { - --tw-text-opacity: 0; -} - -.focus-within\:text-opacity-5:focus-within { - --tw-text-opacity: 0.05; -} - -.focus-within\:text-opacity-10:focus-within { - --tw-text-opacity: 0.1; -} - -.focus-within\:text-opacity-20:focus-within { - --tw-text-opacity: 0.2; -} - -.focus-within\:text-opacity-25:focus-within { - --tw-text-opacity: 0.25; -} - -.focus-within\:text-opacity-30:focus-within { - --tw-text-opacity: 0.3; -} - -.focus-within\:text-opacity-40:focus-within { - --tw-text-opacity: 0.4; -} - -.focus-within\:text-opacity-50:focus-within { - --tw-text-opacity: 0.5; -} - -.focus-within\:text-opacity-60:focus-within { - --tw-text-opacity: 0.6; -} - -.focus-within\:text-opacity-70:focus-within { - --tw-text-opacity: 0.7; -} - -.focus-within\:text-opacity-75:focus-within { - --tw-text-opacity: 0.75; -} - -.focus-within\:text-opacity-80:focus-within { - --tw-text-opacity: 0.8; -} - -.focus-within\:text-opacity-90:focus-within { - --tw-text-opacity: 0.9; -} - -.focus-within\:text-opacity-95:focus-within { - --tw-text-opacity: 0.95; -} - -.focus-within\:text-opacity-100:focus-within { - --tw-text-opacity: 1; -} - -.hover\:text-opacity-0:hover { - --tw-text-opacity: 0; -} - -.hover\:text-opacity-5:hover { - --tw-text-opacity: 0.05; -} - -.hover\:text-opacity-10:hover { - --tw-text-opacity: 0.1; -} - -.hover\:text-opacity-20:hover { - --tw-text-opacity: 0.2; -} - -.hover\:text-opacity-25:hover { - --tw-text-opacity: 0.25; -} - -.hover\:text-opacity-30:hover { - --tw-text-opacity: 0.3; -} - -.hover\:text-opacity-40:hover { - --tw-text-opacity: 0.4; -} - -.hover\:text-opacity-50:hover { - --tw-text-opacity: 0.5; -} - -.hover\:text-opacity-60:hover { - --tw-text-opacity: 0.6; -} - -.hover\:text-opacity-70:hover { - --tw-text-opacity: 0.7; -} - -.hover\:text-opacity-75:hover { - --tw-text-opacity: 0.75; -} - -.hover\:text-opacity-80:hover { - --tw-text-opacity: 0.8; -} - -.hover\:text-opacity-90:hover { - --tw-text-opacity: 0.9; -} - -.hover\:text-opacity-95:hover { - --tw-text-opacity: 0.95; -} - -.hover\:text-opacity-100:hover { - --tw-text-opacity: 1; -} - -.focus\:text-opacity-0:focus { - --tw-text-opacity: 0; -} - -.focus\:text-opacity-5:focus { - --tw-text-opacity: 0.05; -} - -.focus\:text-opacity-10:focus { - --tw-text-opacity: 0.1; -} - -.focus\:text-opacity-20:focus { - --tw-text-opacity: 0.2; -} - -.focus\:text-opacity-25:focus { - --tw-text-opacity: 0.25; -} - -.focus\:text-opacity-30:focus { - --tw-text-opacity: 0.3; -} - -.focus\:text-opacity-40:focus { - --tw-text-opacity: 0.4; -} - -.focus\:text-opacity-50:focus { - --tw-text-opacity: 0.5; -} - -.focus\:text-opacity-60:focus { - --tw-text-opacity: 0.6; -} - -.focus\:text-opacity-70:focus { - --tw-text-opacity: 0.7; -} - -.focus\:text-opacity-75:focus { - --tw-text-opacity: 0.75; -} - -.focus\:text-opacity-80:focus { - --tw-text-opacity: 0.8; -} - -.focus\:text-opacity-90:focus { - --tw-text-opacity: 0.9; -} - -.focus\:text-opacity-95:focus { - --tw-text-opacity: 0.95; -} - -.focus\:text-opacity-100:focus { - --tw-text-opacity: 1; -} - -.truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -.overflow-ellipsis { - text-overflow: ellipsis; -} - -.overflow-clip { - text-overflow: clip; -} - -.italic { - font-style: italic; -} - -.not-italic { - font-style: normal; -} - -.uppercase { - text-transform: uppercase; -} - -.lowercase { - text-transform: lowercase; -} - -.capitalize { - text-transform: capitalize; -} - -.normal-case { - text-transform: none; -} - -.underline { - text-decoration: underline; -} - -.line-through { - text-decoration: line-through; -} - -.no-underline { - text-decoration: none; -} - -.group:hover .group-hover\:underline { - text-decoration: underline; -} - -.group:hover .group-hover\:line-through { - text-decoration: line-through; -} - -.group:hover .group-hover\:no-underline { - text-decoration: none; -} - -.focus-within\:underline:focus-within { - text-decoration: underline; -} - -.focus-within\:line-through:focus-within { - text-decoration: line-through; -} - -.focus-within\:no-underline:focus-within { - text-decoration: none; -} - -.hover\:underline:hover { - text-decoration: underline; -} - -.hover\:line-through:hover { - text-decoration: line-through; -} - -.hover\:no-underline:hover { - text-decoration: none; -} - -.focus\:underline:focus { - text-decoration: underline; -} - -.focus\:line-through:focus { - text-decoration: line-through; -} - -.focus\:no-underline:focus { - text-decoration: none; -} - -.antialiased { - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.subpixel-antialiased { - -webkit-font-smoothing: auto; - -moz-osx-font-smoothing: auto; -} - -.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions { - --tw-ordinal: var(--tw-empty,/*!*/ /*!*/); - --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/); - font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction); -} - -.normal-nums { - font-variant-numeric: normal; -} - -.ordinal { - --tw-ordinal: ordinal; -} - -.slashed-zero { - --tw-slashed-zero: slashed-zero; -} - -.lining-nums { - --tw-numeric-figure: lining-nums; -} - -.oldstyle-nums { - --tw-numeric-figure: oldstyle-nums; -} - -.proportional-nums { - --tw-numeric-spacing: proportional-nums; -} - -.tabular-nums { - --tw-numeric-spacing: tabular-nums; -} - -.diagonal-fractions { - --tw-numeric-fraction: diagonal-fractions; -} - -.stacked-fractions { - --tw-numeric-fraction: stacked-fractions; -} - -.tracking-tighter { - letter-spacing: -0.05em; -} - -.tracking-tight { - letter-spacing: -0.025em; -} - -.tracking-normal { - letter-spacing: 0em; -} - -.tracking-wide { - letter-spacing: 0.025em; -} - -.tracking-wider { - letter-spacing: 0.05em; -} - -.tracking-widest { - letter-spacing: 0.1em; -} - -.select-none { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.select-text { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; -} - -.select-all { - -webkit-user-select: all; - -moz-user-select: all; - user-select: all; -} - -.select-auto { - -webkit-user-select: auto; - -moz-user-select: auto; - -ms-user-select: auto; - user-select: auto; -} - -.align-baseline { - vertical-align: baseline; -} - -.align-top { - vertical-align: top; -} - -.align-middle { - vertical-align: middle; -} - -.align-bottom { - vertical-align: bottom; -} - -.align-text-top { - vertical-align: text-top; -} - -.align-text-bottom { - vertical-align: text-bottom; -} - -.visible { - visibility: visible; -} - -.invisible { - visibility: hidden; -} - -.whitespace-normal { - white-space: normal; -} - -.whitespace-nowrap { - white-space: nowrap; -} - -.whitespace-pre { - white-space: pre; -} - -.whitespace-pre-line { - white-space: pre-line; -} - -.whitespace-pre-wrap { - white-space: pre-wrap; -} - -.break-normal { - overflow-wrap: normal; - word-break: normal; -} - -.break-words { - overflow-wrap: break-word; -} - -.break-all { - word-break: break-all; -} - -.w-0 { - width: 0px; -} - -.w-1 { - width: 0.25rem; -} - -.w-2 { - width: 0.5rem; -} - -.w-3 { - width: 0.75rem; -} - -.w-4 { - width: 1rem; -} - -.w-5 { - width: 1.25rem; -} - -.w-6 { - width: 1.5rem; -} - -.w-7 { - width: 1.75rem; -} - -.w-8 { - width: 2rem; -} - -.w-9 { - width: 2.25rem; -} - -.w-10 { - width: 2.5rem; -} - -.w-11 { - width: 2.75rem; -} - -.w-12 { - width: 3rem; -} - -.w-14 { - width: 3.5rem; -} - -.w-16 { - width: 4rem; -} - -.w-20 { - width: 5rem; -} - -.w-22 { - width: 5.625rem; -} - -.w-24 { - width: 6rem; -} - -.w-28 { - width: 7rem; -} - -.w-32 { - width: 8rem; -} - -.w-36 { - width: 9rem; -} - -.w-40 { - width: 10rem; -} - -.w-44 { - width: 11rem; -} - -.w-48 { - width: 12rem; -} - -.w-52 { - width: 13rem; -} - -.w-56 { - width: 14rem; -} - -.w-60 { - width: 240px; -} - -.w-64 { - width: 16rem; -} - -.w-72 { - width: 18rem; -} - -.w-80 { - width: 20rem; -} - -.w-88 { - width: 22rem; -} - -.w-96 { - width: 24rem; -} - -.w-130 { - width: 560px; -} - -.w-auto { - width: auto; -} - -.w-px { - width: 1px; -} - -.w-0\.5 { - width: 0.125rem; -} - -.w-1\.5 { - width: 0.375rem; -} - -.w-2\.5 { - width: 0.625rem; -} - -.w-3\.5 { - width: 0.875rem; -} - -.w-1\/2 { - width: 50%; -} - -.w-1\/3 { - width: 33.333333%; -} - -.w-2\/3 { - width: 66.666667%; -} - -.w-1\/4 { - width: 25%; -} - -.w-2\/4 { - width: 50%; -} - -.w-3\/4 { - width: 75%; -} - -.w-1\/5 { - width: 20%; -} - -.w-2\/5 { - width: 40%; -} - -.w-3\/5 { - width: 60%; -} - -.w-4\/5 { - width: 80%; -} - -.w-1\/6 { - width: 16.666667%; -} - -.w-2\/6 { - width: 33.333333%; -} - -.w-3\/6 { - width: 50%; -} - -.w-4\/6 { - width: 66.666667%; -} - -.w-5\/6 { - width: 83.333333%; -} - -.w-1\/12 { - width: 8.333333%; -} - -.w-2\/12 { - width: 16.666667%; -} - -.w-3\/12 { - width: 25%; -} - -.w-4\/12 { - width: 33.333333%; -} - -.w-5\/12 { - width: 41.666667%; -} - -.w-6\/12 { - width: 50%; -} - -.w-7\/12 { - width: 58.333333%; -} - -.w-8\/12 { - width: 66.666667%; -} - -.w-9\/12 { - width: 75%; -} - -.w-10\/12 { - width: 83.333333%; -} - -.w-11\/12 { - width: 91.666667%; -} - -.w-full { - width: 100%; -} - -.w-screen { - width: 100vw; -} - -.w-min { - width: -webkit-min-content; - width: -moz-min-content; - width: min-content; -} - -.w-max { - width: -webkit-max-content; - width: -moz-max-content; - width: max-content; -} - -.z-0 { - z-index: 0; -} - -.z-5 { - z-index: 5; -} - -.z-10 { - z-index: 10; -} - -.z-15 { - z-index: 15; -} - -.z-20 { - z-index: 20; -} - -.z-25 { - z-index: 25; -} - -.z-30 { - z-index: 30; -} - -.z-40 { - z-index: 40; -} - -.z-50 { - z-index: 50; -} - -.z-auto { - z-index: auto; -} - -.focus-within\:z-0:focus-within { - z-index: 0; -} - -.focus-within\:z-5:focus-within { - z-index: 5; -} - -.focus-within\:z-10:focus-within { - z-index: 10; -} - -.focus-within\:z-15:focus-within { - z-index: 15; -} - -.focus-within\:z-20:focus-within { - z-index: 20; -} - -.focus-within\:z-25:focus-within { - z-index: 25; -} - -.focus-within\:z-30:focus-within { - z-index: 30; -} - -.focus-within\:z-40:focus-within { - z-index: 40; -} - -.focus-within\:z-50:focus-within { - z-index: 50; -} - -.focus-within\:z-auto:focus-within { - z-index: auto; -} - -.focus\:z-0:focus { - z-index: 0; -} - -.focus\:z-5:focus { - z-index: 5; -} - -.focus\:z-10:focus { - z-index: 10; -} - -.focus\:z-15:focus { - z-index: 15; -} - -.focus\:z-20:focus { - z-index: 20; -} - -.focus\:z-25:focus { - z-index: 25; -} - -.focus\:z-30:focus { - z-index: 30; -} - -.focus\:z-40:focus { - z-index: 40; -} - -.focus\:z-50:focus { - z-index: 50; -} - -.focus\:z-auto:focus { - z-index: auto; -} - -.gap-0 { - gap: 0px; -} - -.gap-1 { - gap: 0.25rem; -} - -.gap-2 { - gap: 0.5rem; -} - -.gap-3 { - gap: 0.75rem; -} - -.gap-4 { - gap: 1rem; -} - -.gap-5 { - gap: 1.25rem; -} - -.gap-6 { - gap: 1.5rem; -} - -.gap-7 { - gap: 1.75rem; -} - -.gap-8 { - gap: 2rem; -} - -.gap-9 { - gap: 2.25rem; -} - -.gap-10 { - gap: 2.5rem; -} - -.gap-11 { - gap: 2.75rem; -} - -.gap-12 { - gap: 3rem; -} - -.gap-14 { - gap: 3.5rem; -} - -.gap-16 { - gap: 4rem; -} - -.gap-20 { - gap: 5rem; -} - -.gap-22 { - gap: 5.625rem; -} - -.gap-24 { - gap: 6rem; -} - -.gap-28 { - gap: 7rem; -} - -.gap-32 { - gap: 8rem; -} - -.gap-36 { - gap: 9rem; -} - -.gap-40 { - gap: 10rem; -} - -.gap-44 { - gap: 11rem; -} - -.gap-48 { - gap: 12rem; -} - -.gap-52 { - gap: 13rem; -} - -.gap-56 { - gap: 14rem; -} - -.gap-60 { - gap: 240px; -} - -.gap-64 { - gap: 16rem; -} - -.gap-72 { - gap: 18rem; -} - -.gap-80 { - gap: 20rem; -} - -.gap-88 { - gap: 22rem; -} - -.gap-96 { - gap: 24rem; -} - -.gap-130 { - gap: 560px; -} - -.gap-px { - gap: 1px; -} - -.gap-0\.5 { - gap: 0.125rem; -} - -.gap-1\.5 { - gap: 0.375rem; -} - -.gap-2\.5 { - gap: 0.625rem; -} - -.gap-3\.5 { - gap: 0.875rem; -} - -.gap-x-0 { - -moz-column-gap: 0px; - column-gap: 0px; -} - -.gap-x-1 { - -moz-column-gap: 0.25rem; - column-gap: 0.25rem; -} - -.gap-x-2 { - -moz-column-gap: 0.5rem; - column-gap: 0.5rem; -} - -.gap-x-3 { - -moz-column-gap: 0.75rem; - column-gap: 0.75rem; -} - -.gap-x-4 { - -moz-column-gap: 1rem; - column-gap: 1rem; -} - -.gap-x-5 { - -moz-column-gap: 1.25rem; - column-gap: 1.25rem; -} - -.gap-x-6 { - -moz-column-gap: 1.5rem; - column-gap: 1.5rem; -} - -.gap-x-7 { - -moz-column-gap: 1.75rem; - column-gap: 1.75rem; -} - -.gap-x-8 { - -moz-column-gap: 2rem; - column-gap: 2rem; -} - -.gap-x-9 { - -moz-column-gap: 2.25rem; - column-gap: 2.25rem; -} - -.gap-x-10 { - -moz-column-gap: 2.5rem; - column-gap: 2.5rem; -} - -.gap-x-11 { - -moz-column-gap: 2.75rem; - column-gap: 2.75rem; -} - -.gap-x-12 { - -moz-column-gap: 3rem; - column-gap: 3rem; -} - -.gap-x-14 { - -moz-column-gap: 3.5rem; - column-gap: 3.5rem; -} - -.gap-x-16 { - -moz-column-gap: 4rem; - column-gap: 4rem; -} - -.gap-x-20 { - -moz-column-gap: 5rem; - column-gap: 5rem; -} - -.gap-x-22 { - -moz-column-gap: 5.625rem; - column-gap: 5.625rem; -} - -.gap-x-24 { - -moz-column-gap: 6rem; - column-gap: 6rem; -} - -.gap-x-28 { - -moz-column-gap: 7rem; - column-gap: 7rem; -} - -.gap-x-32 { - -moz-column-gap: 8rem; - column-gap: 8rem; -} - -.gap-x-36 { - -moz-column-gap: 9rem; - column-gap: 9rem; -} - -.gap-x-40 { - -moz-column-gap: 10rem; - column-gap: 10rem; -} - -.gap-x-44 { - -moz-column-gap: 11rem; - column-gap: 11rem; -} - -.gap-x-48 { - -moz-column-gap: 12rem; - column-gap: 12rem; -} - -.gap-x-52 { - -moz-column-gap: 13rem; - column-gap: 13rem; -} - -.gap-x-56 { - -moz-column-gap: 14rem; - column-gap: 14rem; -} - -.gap-x-60 { - -moz-column-gap: 240px; - column-gap: 240px; -} - -.gap-x-64 { - -moz-column-gap: 16rem; - column-gap: 16rem; -} - -.gap-x-72 { - -moz-column-gap: 18rem; - column-gap: 18rem; -} - -.gap-x-80 { - -moz-column-gap: 20rem; - column-gap: 20rem; -} - -.gap-x-88 { - -moz-column-gap: 22rem; - column-gap: 22rem; -} - -.gap-x-96 { - -moz-column-gap: 24rem; - column-gap: 24rem; -} - -.gap-x-130 { - -moz-column-gap: 560px; - column-gap: 560px; -} - -.gap-x-px { - -moz-column-gap: 1px; - column-gap: 1px; -} - -.gap-x-0\.5 { - -moz-column-gap: 0.125rem; - column-gap: 0.125rem; -} - -.gap-x-1\.5 { - -moz-column-gap: 0.375rem; - column-gap: 0.375rem; -} - -.gap-x-2\.5 { - -moz-column-gap: 0.625rem; - column-gap: 0.625rem; -} - -.gap-x-3\.5 { - -moz-column-gap: 0.875rem; - column-gap: 0.875rem; -} - -.gap-y-0 { - row-gap: 0px; -} - -.gap-y-1 { - row-gap: 0.25rem; -} - -.gap-y-2 { - row-gap: 0.5rem; -} - -.gap-y-3 { - row-gap: 0.75rem; -} - -.gap-y-4 { - row-gap: 1rem; -} - -.gap-y-5 { - row-gap: 1.25rem; -} - -.gap-y-6 { - row-gap: 1.5rem; -} - -.gap-y-7 { - row-gap: 1.75rem; -} - -.gap-y-8 { - row-gap: 2rem; -} - -.gap-y-9 { - row-gap: 2.25rem; -} - -.gap-y-10 { - row-gap: 2.5rem; -} - -.gap-y-11 { - row-gap: 2.75rem; -} - -.gap-y-12 { - row-gap: 3rem; -} - -.gap-y-14 { - row-gap: 3.5rem; -} - -.gap-y-16 { - row-gap: 4rem; -} - -.gap-y-20 { - row-gap: 5rem; -} - -.gap-y-22 { - row-gap: 5.625rem; -} - -.gap-y-24 { - row-gap: 6rem; -} - -.gap-y-28 { - row-gap: 7rem; -} - -.gap-y-32 { - row-gap: 8rem; -} - -.gap-y-36 { - row-gap: 9rem; -} - -.gap-y-40 { - row-gap: 10rem; -} - -.gap-y-44 { - row-gap: 11rem; -} - -.gap-y-48 { - row-gap: 12rem; -} - -.gap-y-52 { - row-gap: 13rem; -} - -.gap-y-56 { - row-gap: 14rem; -} - -.gap-y-60 { - row-gap: 240px; -} - -.gap-y-64 { - row-gap: 16rem; -} - -.gap-y-72 { - row-gap: 18rem; -} - -.gap-y-80 { - row-gap: 20rem; -} - -.gap-y-88 { - row-gap: 22rem; -} - -.gap-y-96 { - row-gap: 24rem; -} - -.gap-y-130 { - row-gap: 560px; -} - -.gap-y-px { - row-gap: 1px; -} - -.gap-y-0\.5 { - row-gap: 0.125rem; -} - -.gap-y-1\.5 { - row-gap: 0.375rem; -} - -.gap-y-2\.5 { - row-gap: 0.625rem; -} - -.gap-y-3\.5 { - row-gap: 0.875rem; -} - -.grid-flow-row { - grid-auto-flow: row; -} - -.grid-flow-col { - grid-auto-flow: column; -} - -.grid-flow-row-dense { - grid-auto-flow: row dense; -} - -.grid-flow-col-dense { - grid-auto-flow: column dense; -} - -.grid-cols-1 { - grid-template-columns: repeat(1, minmax(0, 1fr)); -} - -.grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)); -} - -.grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)); -} - -.grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)); -} - -.grid-cols-5 { - grid-template-columns: repeat(5, minmax(0, 1fr)); -} - -.grid-cols-6 { - grid-template-columns: repeat(6, minmax(0, 1fr)); -} - -.grid-cols-7 { - grid-template-columns: repeat(7, minmax(0, 1fr)); -} - -.grid-cols-8 { - grid-template-columns: repeat(8, minmax(0, 1fr)); -} - -.grid-cols-9 { - grid-template-columns: repeat(9, minmax(0, 1fr)); -} - -.grid-cols-10 { - grid-template-columns: repeat(10, minmax(0, 1fr)); -} - -.grid-cols-11 { - grid-template-columns: repeat(11, minmax(0, 1fr)); -} - -.grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); -} - -.grid-cols-none { - grid-template-columns: none; -} - -.auto-cols-auto { - grid-auto-columns: auto; -} - -.auto-cols-min { - grid-auto-columns: -webkit-min-content; - grid-auto-columns: min-content; -} - -.auto-cols-max { - grid-auto-columns: -webkit-max-content; - grid-auto-columns: max-content; -} - -.auto-cols-fr { - grid-auto-columns: minmax(0, 1fr); -} - -.col-auto { - grid-column: auto; -} - -.col-span-1 { - grid-column: span 1 / span 1; -} - -.col-span-2 { - grid-column: span 2 / span 2; -} - -.col-span-3 { - grid-column: span 3 / span 3; -} - -.col-span-4 { - grid-column: span 4 / span 4; -} - -.col-span-5 { - grid-column: span 5 / span 5; -} - -.col-span-6 { - grid-column: span 6 / span 6; -} - -.col-span-7 { - grid-column: span 7 / span 7; -} - -.col-span-8 { - grid-column: span 8 / span 8; -} - -.col-span-9 { - grid-column: span 9 / span 9; -} - -.col-span-10 { - grid-column: span 10 / span 10; -} - -.col-span-11 { - grid-column: span 11 / span 11; -} - -.col-span-12 { - grid-column: span 12 / span 12; -} - -.col-span-full { - grid-column: 1 / -1; -} - -.col-start-1 { - grid-column-start: 1; -} - -.col-start-2 { - grid-column-start: 2; -} - -.col-start-3 { - grid-column-start: 3; -} - -.col-start-4 { - grid-column-start: 4; -} - -.col-start-5 { - grid-column-start: 5; -} - -.col-start-6 { - grid-column-start: 6; -} - -.col-start-7 { - grid-column-start: 7; -} - -.col-start-8 { - grid-column-start: 8; -} - -.col-start-9 { - grid-column-start: 9; -} - -.col-start-10 { - grid-column-start: 10; -} - -.col-start-11 { - grid-column-start: 11; -} - -.col-start-12 { - grid-column-start: 12; -} - -.col-start-13 { - grid-column-start: 13; -} - -.col-start-auto { - grid-column-start: auto; -} - -.col-end-1 { - grid-column-end: 1; -} - -.col-end-2 { - grid-column-end: 2; -} - -.col-end-3 { - grid-column-end: 3; -} - -.col-end-4 { - grid-column-end: 4; -} - -.col-end-5 { - grid-column-end: 5; -} - -.col-end-6 { - grid-column-end: 6; -} - -.col-end-7 { - grid-column-end: 7; -} - -.col-end-8 { - grid-column-end: 8; -} - -.col-end-9 { - grid-column-end: 9; -} - -.col-end-10 { - grid-column-end: 10; -} - -.col-end-11 { - grid-column-end: 11; -} - -.col-end-12 { - grid-column-end: 12; -} - -.col-end-13 { - grid-column-end: 13; -} - -.col-end-auto { - grid-column-end: auto; -} - -.grid-rows-1 { - grid-template-rows: repeat(1, minmax(0, 1fr)); -} - -.grid-rows-2 { - grid-template-rows: repeat(2, minmax(0, 1fr)); -} - -.grid-rows-3 { - grid-template-rows: repeat(3, minmax(0, 1fr)); -} - -.grid-rows-4 { - grid-template-rows: repeat(4, minmax(0, 1fr)); -} - -.grid-rows-5 { - grid-template-rows: repeat(5, minmax(0, 1fr)); -} - -.grid-rows-6 { - grid-template-rows: repeat(6, minmax(0, 1fr)); -} - -.grid-rows-none { - grid-template-rows: none; -} - -.auto-rows-auto { - grid-auto-rows: auto; -} - -.auto-rows-min { - grid-auto-rows: -webkit-min-content; - grid-auto-rows: min-content; -} - -.auto-rows-max { - grid-auto-rows: -webkit-max-content; - grid-auto-rows: max-content; -} - -.auto-rows-fr { - grid-auto-rows: minmax(0, 1fr); -} - -.row-auto { - grid-row: auto; -} - -.row-span-1 { - grid-row: span 1 / span 1; -} - -.row-span-2 { - grid-row: span 2 / span 2; -} - -.row-span-3 { - grid-row: span 3 / span 3; -} - -.row-span-4 { - grid-row: span 4 / span 4; -} - -.row-span-5 { - grid-row: span 5 / span 5; -} - -.row-span-6 { - grid-row: span 6 / span 6; -} - -.row-span-full { - grid-row: 1 / -1; -} - -.row-start-1 { - grid-row-start: 1; -} - -.row-start-2 { - grid-row-start: 2; -} - -.row-start-3 { - grid-row-start: 3; -} - -.row-start-4 { - grid-row-start: 4; -} - -.row-start-5 { - grid-row-start: 5; -} - -.row-start-6 { - grid-row-start: 6; -} - -.row-start-7 { - grid-row-start: 7; -} - -.row-start-auto { - grid-row-start: auto; -} - -.row-end-1 { - grid-row-end: 1; -} - -.row-end-2 { - grid-row-end: 2; -} - -.row-end-3 { - grid-row-end: 3; -} - -.row-end-4 { - grid-row-end: 4; -} - -.row-end-5 { - grid-row-end: 5; -} - -.row-end-6 { - grid-row-end: 6; -} - -.row-end-7 { - grid-row-end: 7; -} - -.row-end-auto { - grid-row-end: auto; -} - -.transform { - --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; - 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)); -} - -.transform-gpu { - --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; - transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-none { - transform: none; -} - -.origin-center { - transform-origin: center; -} - -.origin-top { - transform-origin: top; -} - -.origin-top-right { - transform-origin: top right; -} - -.origin-right { - transform-origin: right; -} - -.origin-bottom-right { - transform-origin: bottom right; -} - -.origin-bottom { - transform-origin: bottom; -} - -.origin-bottom-left { - transform-origin: bottom left; -} - -.origin-left { - transform-origin: left; -} - -.origin-top-left { - transform-origin: top left; -} - -.scale-0 { - --tw-scale-x: 0; - --tw-scale-y: 0; -} - -.scale-50 { - --tw-scale-x: .5; - --tw-scale-y: .5; -} - -.scale-75 { - --tw-scale-x: .75; - --tw-scale-y: .75; -} - -.scale-90 { - --tw-scale-x: .9; - --tw-scale-y: .9; -} - -.scale-95 { - --tw-scale-x: .95; - --tw-scale-y: .95; -} - -.scale-100 { - --tw-scale-x: 1; - --tw-scale-y: 1; -} - -.scale-105 { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; -} - -.scale-110 { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; -} - -.scale-125 { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; -} - -.scale-150 { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; -} - -.scale-x-0 { - --tw-scale-x: 0; -} - -.scale-x-50 { - --tw-scale-x: .5; -} - -.scale-x-75 { - --tw-scale-x: .75; -} - -.scale-x-90 { - --tw-scale-x: .9; -} - -.scale-x-95 { - --tw-scale-x: .95; -} - -.scale-x-100 { - --tw-scale-x: 1; -} - -.scale-x-105 { - --tw-scale-x: 1.05; -} - -.scale-x-110 { - --tw-scale-x: 1.1; -} - -.scale-x-125 { - --tw-scale-x: 1.25; -} - -.scale-x-150 { - --tw-scale-x: 1.5; -} - -.scale-y-0 { - --tw-scale-y: 0; -} - -.scale-y-50 { - --tw-scale-y: .5; -} - -.scale-y-75 { - --tw-scale-y: .75; -} - -.scale-y-90 { - --tw-scale-y: .9; -} - -.scale-y-95 { - --tw-scale-y: .95; -} - -.scale-y-100 { - --tw-scale-y: 1; -} - -.scale-y-105 { - --tw-scale-y: 1.05; -} - -.scale-y-110 { - --tw-scale-y: 1.1; -} - -.scale-y-125 { - --tw-scale-y: 1.25; -} - -.scale-y-150 { - --tw-scale-y: 1.5; -} - -.hover\:scale-0:hover { - --tw-scale-x: 0; - --tw-scale-y: 0; -} - -.hover\:scale-50:hover { - --tw-scale-x: .5; - --tw-scale-y: .5; -} - -.hover\:scale-75:hover { - --tw-scale-x: .75; - --tw-scale-y: .75; -} - -.hover\:scale-90:hover { - --tw-scale-x: .9; - --tw-scale-y: .9; -} - -.hover\:scale-95:hover { - --tw-scale-x: .95; - --tw-scale-y: .95; -} - -.hover\:scale-100:hover { - --tw-scale-x: 1; - --tw-scale-y: 1; -} - -.hover\:scale-105:hover { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; -} - -.hover\:scale-110:hover { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; -} - -.hover\:scale-125:hover { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; -} - -.hover\:scale-150:hover { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; -} - -.hover\:scale-x-0:hover { - --tw-scale-x: 0; -} - -.hover\:scale-x-50:hover { - --tw-scale-x: .5; -} - -.hover\:scale-x-75:hover { - --tw-scale-x: .75; -} - -.hover\:scale-x-90:hover { - --tw-scale-x: .9; -} - -.hover\:scale-x-95:hover { - --tw-scale-x: .95; -} - -.hover\:scale-x-100:hover { - --tw-scale-x: 1; -} - -.hover\:scale-x-105:hover { - --tw-scale-x: 1.05; -} - -.hover\:scale-x-110:hover { - --tw-scale-x: 1.1; -} - -.hover\:scale-x-125:hover { - --tw-scale-x: 1.25; -} - -.hover\:scale-x-150:hover { - --tw-scale-x: 1.5; -} - -.hover\:scale-y-0:hover { - --tw-scale-y: 0; -} - -.hover\:scale-y-50:hover { - --tw-scale-y: .5; -} - -.hover\:scale-y-75:hover { - --tw-scale-y: .75; -} - -.hover\:scale-y-90:hover { - --tw-scale-y: .9; -} - -.hover\:scale-y-95:hover { - --tw-scale-y: .95; -} - -.hover\:scale-y-100:hover { - --tw-scale-y: 1; -} - -.hover\:scale-y-105:hover { - --tw-scale-y: 1.05; -} - -.hover\:scale-y-110:hover { - --tw-scale-y: 1.1; -} - -.hover\:scale-y-125:hover { - --tw-scale-y: 1.25; -} - -.hover\:scale-y-150:hover { - --tw-scale-y: 1.5; -} - -.focus\:scale-0:focus { - --tw-scale-x: 0; - --tw-scale-y: 0; -} - -.focus\:scale-50:focus { - --tw-scale-x: .5; - --tw-scale-y: .5; -} - -.focus\:scale-75:focus { - --tw-scale-x: .75; - --tw-scale-y: .75; -} - -.focus\:scale-90:focus { - --tw-scale-x: .9; - --tw-scale-y: .9; -} - -.focus\:scale-95:focus { - --tw-scale-x: .95; - --tw-scale-y: .95; -} - -.focus\:scale-100:focus { - --tw-scale-x: 1; - --tw-scale-y: 1; -} - -.focus\:scale-105:focus { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; -} - -.focus\:scale-110:focus { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; -} - -.focus\:scale-125:focus { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; -} - -.focus\:scale-150:focus { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; -} - -.focus\:scale-x-0:focus { - --tw-scale-x: 0; -} - -.focus\:scale-x-50:focus { - --tw-scale-x: .5; -} - -.focus\:scale-x-75:focus { - --tw-scale-x: .75; -} - -.focus\:scale-x-90:focus { - --tw-scale-x: .9; -} - -.focus\:scale-x-95:focus { - --tw-scale-x: .95; -} - -.focus\:scale-x-100:focus { - --tw-scale-x: 1; -} - -.focus\:scale-x-105:focus { - --tw-scale-x: 1.05; -} - -.focus\:scale-x-110:focus { - --tw-scale-x: 1.1; -} - -.focus\:scale-x-125:focus { - --tw-scale-x: 1.25; -} - -.focus\:scale-x-150:focus { - --tw-scale-x: 1.5; -} - -.focus\:scale-y-0:focus { - --tw-scale-y: 0; -} - -.focus\:scale-y-50:focus { - --tw-scale-y: .5; -} - -.focus\:scale-y-75:focus { - --tw-scale-y: .75; -} - -.focus\:scale-y-90:focus { - --tw-scale-y: .9; -} - -.focus\:scale-y-95:focus { - --tw-scale-y: .95; -} - -.focus\:scale-y-100:focus { - --tw-scale-y: 1; -} - -.focus\:scale-y-105:focus { - --tw-scale-y: 1.05; -} - -.focus\:scale-y-110:focus { - --tw-scale-y: 1.1; -} - -.focus\:scale-y-125:focus { - --tw-scale-y: 1.25; -} - -.focus\:scale-y-150:focus { - --tw-scale-y: 1.5; -} - -.rotate-0 { - --tw-rotate: 0deg; -} - -.rotate-1 { - --tw-rotate: 1deg; -} - -.rotate-2 { - --tw-rotate: 2deg; -} - -.rotate-3 { - --tw-rotate: 3deg; -} - -.rotate-6 { - --tw-rotate: 6deg; -} - -.rotate-12 { - --tw-rotate: 12deg; -} - -.rotate-45 { - --tw-rotate: 45deg; -} - -.rotate-90 { - --tw-rotate: 90deg; -} - -.rotate-180 { - --tw-rotate: 180deg; -} - -.-rotate-180 { - --tw-rotate: -180deg; -} - -.-rotate-90 { - --tw-rotate: -90deg; -} - -.-rotate-45 { - --tw-rotate: -45deg; -} - -.-rotate-12 { - --tw-rotate: -12deg; -} - -.-rotate-6 { - --tw-rotate: -6deg; -} - -.-rotate-3 { - --tw-rotate: -3deg; -} - -.-rotate-2 { - --tw-rotate: -2deg; -} - -.-rotate-1 { - --tw-rotate: -1deg; -} - -.hover\:rotate-0:hover { - --tw-rotate: 0deg; -} - -.hover\:rotate-1:hover { - --tw-rotate: 1deg; -} - -.hover\:rotate-2:hover { - --tw-rotate: 2deg; -} - -.hover\:rotate-3:hover { - --tw-rotate: 3deg; -} - -.hover\:rotate-6:hover { - --tw-rotate: 6deg; -} - -.hover\:rotate-12:hover { - --tw-rotate: 12deg; -} - -.hover\:rotate-45:hover { - --tw-rotate: 45deg; -} - -.hover\:rotate-90:hover { - --tw-rotate: 90deg; -} - -.hover\:rotate-180:hover { - --tw-rotate: 180deg; -} - -.hover\:-rotate-180:hover { - --tw-rotate: -180deg; -} - -.hover\:-rotate-90:hover { - --tw-rotate: -90deg; -} - -.hover\:-rotate-45:hover { - --tw-rotate: -45deg; -} - -.hover\:-rotate-12:hover { - --tw-rotate: -12deg; -} - -.hover\:-rotate-6:hover { - --tw-rotate: -6deg; -} - -.hover\:-rotate-3:hover { - --tw-rotate: -3deg; -} - -.hover\:-rotate-2:hover { - --tw-rotate: -2deg; -} - -.hover\:-rotate-1:hover { - --tw-rotate: -1deg; -} - -.focus\:rotate-0:focus { - --tw-rotate: 0deg; -} - -.focus\:rotate-1:focus { - --tw-rotate: 1deg; -} - -.focus\:rotate-2:focus { - --tw-rotate: 2deg; -} - -.focus\:rotate-3:focus { - --tw-rotate: 3deg; -} - -.focus\:rotate-6:focus { - --tw-rotate: 6deg; -} - -.focus\:rotate-12:focus { - --tw-rotate: 12deg; -} - -.focus\:rotate-45:focus { - --tw-rotate: 45deg; -} - -.focus\:rotate-90:focus { - --tw-rotate: 90deg; -} - -.focus\:rotate-180:focus { - --tw-rotate: 180deg; -} - -.focus\:-rotate-180:focus { - --tw-rotate: -180deg; -} - -.focus\:-rotate-90:focus { - --tw-rotate: -90deg; -} - -.focus\:-rotate-45:focus { - --tw-rotate: -45deg; -} - -.focus\:-rotate-12:focus { - --tw-rotate: -12deg; -} - -.focus\:-rotate-6:focus { - --tw-rotate: -6deg; -} - -.focus\:-rotate-3:focus { - --tw-rotate: -3deg; -} - -.focus\:-rotate-2:focus { - --tw-rotate: -2deg; -} - -.focus\:-rotate-1:focus { - --tw-rotate: -1deg; -} - -.translate-x-0 { - --tw-translate-x: 0px; -} - -.translate-x-1 { - --tw-translate-x: 0.25rem; -} - -.translate-x-2 { - --tw-translate-x: 0.5rem; -} - -.translate-x-3 { - --tw-translate-x: 0.75rem; -} - -.translate-x-4 { - --tw-translate-x: 1rem; -} - -.translate-x-5 { - --tw-translate-x: 1.25rem; -} - -.translate-x-6 { - --tw-translate-x: 1.5rem; -} - -.translate-x-7 { - --tw-translate-x: 1.75rem; -} - -.translate-x-8 { - --tw-translate-x: 2rem; -} - -.translate-x-9 { - --tw-translate-x: 2.25rem; -} - -.translate-x-10 { - --tw-translate-x: 2.5rem; -} - -.translate-x-11 { - --tw-translate-x: 2.75rem; -} - -.translate-x-12 { - --tw-translate-x: 3rem; -} - -.translate-x-14 { - --tw-translate-x: 3.5rem; -} - -.translate-x-16 { - --tw-translate-x: 4rem; -} - -.translate-x-20 { - --tw-translate-x: 5rem; -} - -.translate-x-22 { - --tw-translate-x: 5.625rem; -} - -.translate-x-24 { - --tw-translate-x: 6rem; -} - -.translate-x-28 { - --tw-translate-x: 7rem; -} - -.translate-x-32 { - --tw-translate-x: 8rem; -} - -.translate-x-36 { - --tw-translate-x: 9rem; -} - -.translate-x-40 { - --tw-translate-x: 10rem; -} - -.translate-x-44 { - --tw-translate-x: 11rem; -} - -.translate-x-48 { - --tw-translate-x: 12rem; -} - -.translate-x-52 { - --tw-translate-x: 13rem; -} - -.translate-x-56 { - --tw-translate-x: 14rem; -} - -.translate-x-60 { - --tw-translate-x: 240px; -} - -.translate-x-64 { - --tw-translate-x: 16rem; -} - -.translate-x-72 { - --tw-translate-x: 18rem; -} - -.translate-x-80 { - --tw-translate-x: 20rem; -} - -.translate-x-88 { - --tw-translate-x: 22rem; -} - -.translate-x-96 { - --tw-translate-x: 24rem; -} - -.translate-x-130 { - --tw-translate-x: 560px; -} - -.translate-x-px { - --tw-translate-x: 1px; -} - -.translate-x-0\.5 { - --tw-translate-x: 0.125rem; -} - -.translate-x-1\.5 { - --tw-translate-x: 0.375rem; -} - -.translate-x-2\.5 { - --tw-translate-x: 0.625rem; -} - -.translate-x-3\.5 { - --tw-translate-x: 0.875rem; -} - -.-translate-x-0 { - --tw-translate-x: 0px; -} - -.-translate-x-1 { - --tw-translate-x: -0.25rem; -} - -.-translate-x-2 { - --tw-translate-x: -0.5rem; -} - -.-translate-x-3 { - --tw-translate-x: -0.75rem; -} - -.-translate-x-4 { - --tw-translate-x: -1rem; -} - -.-translate-x-5 { - --tw-translate-x: -1.25rem; -} - -.-translate-x-6 { - --tw-translate-x: -1.5rem; -} - -.-translate-x-7 { - --tw-translate-x: -1.75rem; -} - -.-translate-x-8 { - --tw-translate-x: -2rem; -} - -.-translate-x-9 { - --tw-translate-x: -2.25rem; -} - -.-translate-x-10 { - --tw-translate-x: -2.5rem; -} - -.-translate-x-11 { - --tw-translate-x: -2.75rem; -} - -.-translate-x-12 { - --tw-translate-x: -3rem; -} - -.-translate-x-14 { - --tw-translate-x: -3.5rem; -} - -.-translate-x-16 { - --tw-translate-x: -4rem; -} - -.-translate-x-20 { - --tw-translate-x: -5rem; -} - -.-translate-x-22 { - --tw-translate-x: -5.625rem; -} - -.-translate-x-24 { - --tw-translate-x: -6rem; -} - -.-translate-x-28 { - --tw-translate-x: -7rem; -} - -.-translate-x-32 { - --tw-translate-x: -8rem; -} - -.-translate-x-36 { - --tw-translate-x: -9rem; -} - -.-translate-x-40 { - --tw-translate-x: -10rem; -} - -.-translate-x-44 { - --tw-translate-x: -11rem; -} - -.-translate-x-48 { - --tw-translate-x: -12rem; -} - -.-translate-x-52 { - --tw-translate-x: -13rem; -} - -.-translate-x-56 { - --tw-translate-x: -14rem; -} - -.-translate-x-60 { - --tw-translate-x: -240px; -} - -.-translate-x-64 { - --tw-translate-x: -16rem; -} - -.-translate-x-72 { - --tw-translate-x: -18rem; -} - -.-translate-x-80 { - --tw-translate-x: -20rem; -} - -.-translate-x-88 { - --tw-translate-x: -22rem; -} - -.-translate-x-96 { - --tw-translate-x: -24rem; -} - -.-translate-x-130 { - --tw-translate-x: -560px; -} - -.-translate-x-px { - --tw-translate-x: -1px; -} - -.-translate-x-0\.5 { - --tw-translate-x: -0.125rem; -} - -.-translate-x-1\.5 { - --tw-translate-x: -0.375rem; -} - -.-translate-x-2\.5 { - --tw-translate-x: -0.625rem; -} - -.-translate-x-3\.5 { - --tw-translate-x: -0.875rem; -} - -.translate-x-1\/2 { - --tw-translate-x: 50%; -} - -.translate-x-1\/3 { - --tw-translate-x: 33.333333%; -} - -.translate-x-2\/3 { - --tw-translate-x: 66.666667%; -} - -.translate-x-1\/4 { - --tw-translate-x: 25%; -} - -.translate-x-2\/4 { - --tw-translate-x: 50%; -} - -.translate-x-3\/4 { - --tw-translate-x: 75%; -} - -.translate-x-full { - --tw-translate-x: 100%; -} - -.-translate-x-1\/2 { - --tw-translate-x: -50%; -} - -.-translate-x-1\/3 { - --tw-translate-x: -33.333333%; -} - -.-translate-x-2\/3 { - --tw-translate-x: -66.666667%; -} - -.-translate-x-1\/4 { - --tw-translate-x: -25%; -} - -.-translate-x-2\/4 { - --tw-translate-x: -50%; -} - -.-translate-x-3\/4 { - --tw-translate-x: -75%; -} - -.-translate-x-full { - --tw-translate-x: -100%; -} - -.translate-y-0 { - --tw-translate-y: 0px; -} - -.translate-y-1 { - --tw-translate-y: 0.25rem; -} - -.translate-y-2 { - --tw-translate-y: 0.5rem; -} - -.translate-y-3 { - --tw-translate-y: 0.75rem; -} - -.translate-y-4 { - --tw-translate-y: 1rem; -} - -.translate-y-5 { - --tw-translate-y: 1.25rem; -} - -.translate-y-6 { - --tw-translate-y: 1.5rem; -} - -.translate-y-7 { - --tw-translate-y: 1.75rem; -} - -.translate-y-8 { - --tw-translate-y: 2rem; -} - -.translate-y-9 { - --tw-translate-y: 2.25rem; -} - -.translate-y-10 { - --tw-translate-y: 2.5rem; -} - -.translate-y-11 { - --tw-translate-y: 2.75rem; -} - -.translate-y-12 { - --tw-translate-y: 3rem; -} - -.translate-y-14 { - --tw-translate-y: 3.5rem; -} - -.translate-y-16 { - --tw-translate-y: 4rem; -} - -.translate-y-20 { - --tw-translate-y: 5rem; -} - -.translate-y-22 { - --tw-translate-y: 5.625rem; -} - -.translate-y-24 { - --tw-translate-y: 6rem; -} - -.translate-y-28 { - --tw-translate-y: 7rem; -} - -.translate-y-32 { - --tw-translate-y: 8rem; -} - -.translate-y-36 { - --tw-translate-y: 9rem; -} - -.translate-y-40 { - --tw-translate-y: 10rem; -} - -.translate-y-44 { - --tw-translate-y: 11rem; -} - -.translate-y-48 { - --tw-translate-y: 12rem; -} - -.translate-y-52 { - --tw-translate-y: 13rem; -} - -.translate-y-56 { - --tw-translate-y: 14rem; -} - -.translate-y-60 { - --tw-translate-y: 240px; -} - -.translate-y-64 { - --tw-translate-y: 16rem; -} - -.translate-y-72 { - --tw-translate-y: 18rem; -} - -.translate-y-80 { - --tw-translate-y: 20rem; -} - -.translate-y-88 { - --tw-translate-y: 22rem; -} - -.translate-y-96 { - --tw-translate-y: 24rem; -} - -.translate-y-130 { - --tw-translate-y: 560px; -} - -.translate-y-px { - --tw-translate-y: 1px; -} - -.translate-y-0\.5 { - --tw-translate-y: 0.125rem; -} - -.translate-y-1\.5 { - --tw-translate-y: 0.375rem; -} - -.translate-y-2\.5 { - --tw-translate-y: 0.625rem; -} - -.translate-y-3\.5 { - --tw-translate-y: 0.875rem; -} - -.-translate-y-0 { - --tw-translate-y: 0px; -} - -.-translate-y-1 { - --tw-translate-y: -0.25rem; -} - -.-translate-y-2 { - --tw-translate-y: -0.5rem; -} - -.-translate-y-3 { - --tw-translate-y: -0.75rem; -} - -.-translate-y-4 { - --tw-translate-y: -1rem; -} - -.-translate-y-5 { - --tw-translate-y: -1.25rem; -} - -.-translate-y-6 { - --tw-translate-y: -1.5rem; -} - -.-translate-y-7 { - --tw-translate-y: -1.75rem; -} - -.-translate-y-8 { - --tw-translate-y: -2rem; -} - -.-translate-y-9 { - --tw-translate-y: -2.25rem; -} - -.-translate-y-10 { - --tw-translate-y: -2.5rem; -} - -.-translate-y-11 { - --tw-translate-y: -2.75rem; -} - -.-translate-y-12 { - --tw-translate-y: -3rem; -} - -.-translate-y-14 { - --tw-translate-y: -3.5rem; -} - -.-translate-y-16 { - --tw-translate-y: -4rem; -} - -.-translate-y-20 { - --tw-translate-y: -5rem; -} - -.-translate-y-22 { - --tw-translate-y: -5.625rem; -} - -.-translate-y-24 { - --tw-translate-y: -6rem; -} - -.-translate-y-28 { - --tw-translate-y: -7rem; -} - -.-translate-y-32 { - --tw-translate-y: -8rem; -} - -.-translate-y-36 { - --tw-translate-y: -9rem; -} - -.-translate-y-40 { - --tw-translate-y: -10rem; -} - -.-translate-y-44 { - --tw-translate-y: -11rem; -} - -.-translate-y-48 { - --tw-translate-y: -12rem; -} - -.-translate-y-52 { - --tw-translate-y: -13rem; -} - -.-translate-y-56 { - --tw-translate-y: -14rem; -} - -.-translate-y-60 { - --tw-translate-y: -240px; -} - -.-translate-y-64 { - --tw-translate-y: -16rem; -} - -.-translate-y-72 { - --tw-translate-y: -18rem; -} - -.-translate-y-80 { - --tw-translate-y: -20rem; -} - -.-translate-y-88 { - --tw-translate-y: -22rem; -} - -.-translate-y-96 { - --tw-translate-y: -24rem; -} - -.-translate-y-130 { - --tw-translate-y: -560px; -} - -.-translate-y-px { - --tw-translate-y: -1px; -} - -.-translate-y-0\.5 { - --tw-translate-y: -0.125rem; -} - -.-translate-y-1\.5 { - --tw-translate-y: -0.375rem; -} - -.-translate-y-2\.5 { - --tw-translate-y: -0.625rem; -} - -.-translate-y-3\.5 { - --tw-translate-y: -0.875rem; -} - -.translate-y-1\/2 { - --tw-translate-y: 50%; -} - -.translate-y-1\/3 { - --tw-translate-y: 33.333333%; -} - -.translate-y-2\/3 { - --tw-translate-y: 66.666667%; -} - -.translate-y-1\/4 { - --tw-translate-y: 25%; -} - -.translate-y-2\/4 { - --tw-translate-y: 50%; -} - -.translate-y-3\/4 { - --tw-translate-y: 75%; -} - -.translate-y-full { - --tw-translate-y: 100%; -} - -.-translate-y-1\/2 { - --tw-translate-y: -50%; -} - -.-translate-y-1\/3 { - --tw-translate-y: -33.333333%; -} - -.-translate-y-2\/3 { - --tw-translate-y: -66.666667%; -} - -.-translate-y-1\/4 { - --tw-translate-y: -25%; -} - -.-translate-y-2\/4 { - --tw-translate-y: -50%; -} - -.-translate-y-3\/4 { - --tw-translate-y: -75%; -} - -.-translate-y-full { - --tw-translate-y: -100%; -} - -.hover\:translate-x-0:hover { - --tw-translate-x: 0px; -} - -.hover\:translate-x-1:hover { - --tw-translate-x: 0.25rem; -} - -.hover\:translate-x-2:hover { - --tw-translate-x: 0.5rem; -} - -.hover\:translate-x-3:hover { - --tw-translate-x: 0.75rem; -} - -.hover\:translate-x-4:hover { - --tw-translate-x: 1rem; -} - -.hover\:translate-x-5:hover { - --tw-translate-x: 1.25rem; -} - -.hover\:translate-x-6:hover { - --tw-translate-x: 1.5rem; -} - -.hover\:translate-x-7:hover { - --tw-translate-x: 1.75rem; -} - -.hover\:translate-x-8:hover { - --tw-translate-x: 2rem; -} - -.hover\:translate-x-9:hover { - --tw-translate-x: 2.25rem; -} - -.hover\:translate-x-10:hover { - --tw-translate-x: 2.5rem; -} - -.hover\:translate-x-11:hover { - --tw-translate-x: 2.75rem; -} - -.hover\:translate-x-12:hover { - --tw-translate-x: 3rem; -} - -.hover\:translate-x-14:hover { - --tw-translate-x: 3.5rem; -} - -.hover\:translate-x-16:hover { - --tw-translate-x: 4rem; -} - -.hover\:translate-x-20:hover { - --tw-translate-x: 5rem; -} - -.hover\:translate-x-22:hover { - --tw-translate-x: 5.625rem; -} - -.hover\:translate-x-24:hover { - --tw-translate-x: 6rem; -} - -.hover\:translate-x-28:hover { - --tw-translate-x: 7rem; -} - -.hover\:translate-x-32:hover { - --tw-translate-x: 8rem; -} - -.hover\:translate-x-36:hover { - --tw-translate-x: 9rem; -} - -.hover\:translate-x-40:hover { - --tw-translate-x: 10rem; -} - -.hover\:translate-x-44:hover { - --tw-translate-x: 11rem; -} - -.hover\:translate-x-48:hover { - --tw-translate-x: 12rem; -} - -.hover\:translate-x-52:hover { - --tw-translate-x: 13rem; -} - -.hover\:translate-x-56:hover { - --tw-translate-x: 14rem; -} - -.hover\:translate-x-60:hover { - --tw-translate-x: 240px; -} - -.hover\:translate-x-64:hover { - --tw-translate-x: 16rem; -} - -.hover\:translate-x-72:hover { - --tw-translate-x: 18rem; -} - -.hover\:translate-x-80:hover { - --tw-translate-x: 20rem; -} - -.hover\:translate-x-88:hover { - --tw-translate-x: 22rem; -} - -.hover\:translate-x-96:hover { - --tw-translate-x: 24rem; -} - -.hover\:translate-x-130:hover { - --tw-translate-x: 560px; -} - -.hover\:translate-x-px:hover { - --tw-translate-x: 1px; -} - -.hover\:translate-x-0\.5:hover { - --tw-translate-x: 0.125rem; -} - -.hover\:translate-x-1\.5:hover { - --tw-translate-x: 0.375rem; -} - -.hover\:translate-x-2\.5:hover { - --tw-translate-x: 0.625rem; -} - -.hover\:translate-x-3\.5:hover { - --tw-translate-x: 0.875rem; -} - -.hover\:-translate-x-0:hover { - --tw-translate-x: 0px; -} - -.hover\:-translate-x-1:hover { - --tw-translate-x: -0.25rem; -} - -.hover\:-translate-x-2:hover { - --tw-translate-x: -0.5rem; -} - -.hover\:-translate-x-3:hover { - --tw-translate-x: -0.75rem; -} - -.hover\:-translate-x-4:hover { - --tw-translate-x: -1rem; -} - -.hover\:-translate-x-5:hover { - --tw-translate-x: -1.25rem; -} - -.hover\:-translate-x-6:hover { - --tw-translate-x: -1.5rem; -} - -.hover\:-translate-x-7:hover { - --tw-translate-x: -1.75rem; -} - -.hover\:-translate-x-8:hover { - --tw-translate-x: -2rem; -} - -.hover\:-translate-x-9:hover { - --tw-translate-x: -2.25rem; -} - -.hover\:-translate-x-10:hover { - --tw-translate-x: -2.5rem; -} - -.hover\:-translate-x-11:hover { - --tw-translate-x: -2.75rem; -} - -.hover\:-translate-x-12:hover { - --tw-translate-x: -3rem; -} - -.hover\:-translate-x-14:hover { - --tw-translate-x: -3.5rem; -} - -.hover\:-translate-x-16:hover { - --tw-translate-x: -4rem; -} - -.hover\:-translate-x-20:hover { - --tw-translate-x: -5rem; -} - -.hover\:-translate-x-22:hover { - --tw-translate-x: -5.625rem; -} - -.hover\:-translate-x-24:hover { - --tw-translate-x: -6rem; -} - -.hover\:-translate-x-28:hover { - --tw-translate-x: -7rem; -} - -.hover\:-translate-x-32:hover { - --tw-translate-x: -8rem; -} - -.hover\:-translate-x-36:hover { - --tw-translate-x: -9rem; -} - -.hover\:-translate-x-40:hover { - --tw-translate-x: -10rem; -} - -.hover\:-translate-x-44:hover { - --tw-translate-x: -11rem; -} - -.hover\:-translate-x-48:hover { - --tw-translate-x: -12rem; -} - -.hover\:-translate-x-52:hover { - --tw-translate-x: -13rem; -} - -.hover\:-translate-x-56:hover { - --tw-translate-x: -14rem; -} - -.hover\:-translate-x-60:hover { - --tw-translate-x: -240px; -} - -.hover\:-translate-x-64:hover { - --tw-translate-x: -16rem; -} - -.hover\:-translate-x-72:hover { - --tw-translate-x: -18rem; -} - -.hover\:-translate-x-80:hover { - --tw-translate-x: -20rem; -} - -.hover\:-translate-x-88:hover { - --tw-translate-x: -22rem; -} - -.hover\:-translate-x-96:hover { - --tw-translate-x: -24rem; -} - -.hover\:-translate-x-130:hover { - --tw-translate-x: -560px; -} - -.hover\:-translate-x-px:hover { - --tw-translate-x: -1px; -} - -.hover\:-translate-x-0\.5:hover { - --tw-translate-x: -0.125rem; -} - -.hover\:-translate-x-1\.5:hover { - --tw-translate-x: -0.375rem; -} - -.hover\:-translate-x-2\.5:hover { - --tw-translate-x: -0.625rem; -} - -.hover\:-translate-x-3\.5:hover { - --tw-translate-x: -0.875rem; -} - -.hover\:translate-x-1\/2:hover { - --tw-translate-x: 50%; -} - -.hover\:translate-x-1\/3:hover { - --tw-translate-x: 33.333333%; -} - -.hover\:translate-x-2\/3:hover { - --tw-translate-x: 66.666667%; -} - -.hover\:translate-x-1\/4:hover { - --tw-translate-x: 25%; -} - -.hover\:translate-x-2\/4:hover { - --tw-translate-x: 50%; -} - -.hover\:translate-x-3\/4:hover { - --tw-translate-x: 75%; -} - -.hover\:translate-x-full:hover { - --tw-translate-x: 100%; -} - -.hover\:-translate-x-1\/2:hover { - --tw-translate-x: -50%; -} - -.hover\:-translate-x-1\/3:hover { - --tw-translate-x: -33.333333%; -} - -.hover\:-translate-x-2\/3:hover { - --tw-translate-x: -66.666667%; -} - -.hover\:-translate-x-1\/4:hover { - --tw-translate-x: -25%; -} - -.hover\:-translate-x-2\/4:hover { - --tw-translate-x: -50%; -} - -.hover\:-translate-x-3\/4:hover { - --tw-translate-x: -75%; -} - -.hover\:-translate-x-full:hover { - --tw-translate-x: -100%; -} - -.hover\:translate-y-0:hover { - --tw-translate-y: 0px; -} - -.hover\:translate-y-1:hover { - --tw-translate-y: 0.25rem; -} - -.hover\:translate-y-2:hover { - --tw-translate-y: 0.5rem; -} - -.hover\:translate-y-3:hover { - --tw-translate-y: 0.75rem; -} - -.hover\:translate-y-4:hover { - --tw-translate-y: 1rem; -} - -.hover\:translate-y-5:hover { - --tw-translate-y: 1.25rem; -} - -.hover\:translate-y-6:hover { - --tw-translate-y: 1.5rem; -} - -.hover\:translate-y-7:hover { - --tw-translate-y: 1.75rem; -} - -.hover\:translate-y-8:hover { - --tw-translate-y: 2rem; -} - -.hover\:translate-y-9:hover { - --tw-translate-y: 2.25rem; -} - -.hover\:translate-y-10:hover { - --tw-translate-y: 2.5rem; -} - -.hover\:translate-y-11:hover { - --tw-translate-y: 2.75rem; -} - -.hover\:translate-y-12:hover { - --tw-translate-y: 3rem; -} - -.hover\:translate-y-14:hover { - --tw-translate-y: 3.5rem; -} - -.hover\:translate-y-16:hover { - --tw-translate-y: 4rem; -} - -.hover\:translate-y-20:hover { - --tw-translate-y: 5rem; -} - -.hover\:translate-y-22:hover { - --tw-translate-y: 5.625rem; -} - -.hover\:translate-y-24:hover { - --tw-translate-y: 6rem; -} - -.hover\:translate-y-28:hover { - --tw-translate-y: 7rem; -} - -.hover\:translate-y-32:hover { - --tw-translate-y: 8rem; -} - -.hover\:translate-y-36:hover { - --tw-translate-y: 9rem; -} - -.hover\:translate-y-40:hover { - --tw-translate-y: 10rem; -} - -.hover\:translate-y-44:hover { - --tw-translate-y: 11rem; -} - -.hover\:translate-y-48:hover { - --tw-translate-y: 12rem; -} - -.hover\:translate-y-52:hover { - --tw-translate-y: 13rem; -} - -.hover\:translate-y-56:hover { - --tw-translate-y: 14rem; -} - -.hover\:translate-y-60:hover { - --tw-translate-y: 240px; -} - -.hover\:translate-y-64:hover { - --tw-translate-y: 16rem; -} - -.hover\:translate-y-72:hover { - --tw-translate-y: 18rem; -} - -.hover\:translate-y-80:hover { - --tw-translate-y: 20rem; -} - -.hover\:translate-y-88:hover { - --tw-translate-y: 22rem; -} - -.hover\:translate-y-96:hover { - --tw-translate-y: 24rem; -} - -.hover\:translate-y-130:hover { - --tw-translate-y: 560px; -} - -.hover\:translate-y-px:hover { - --tw-translate-y: 1px; -} - -.hover\:translate-y-0\.5:hover { - --tw-translate-y: 0.125rem; -} - -.hover\:translate-y-1\.5:hover { - --tw-translate-y: 0.375rem; -} - -.hover\:translate-y-2\.5:hover { - --tw-translate-y: 0.625rem; -} - -.hover\:translate-y-3\.5:hover { - --tw-translate-y: 0.875rem; -} - -.hover\:-translate-y-0:hover { - --tw-translate-y: 0px; -} - -.hover\:-translate-y-1:hover { - --tw-translate-y: -0.25rem; -} - -.hover\:-translate-y-2:hover { - --tw-translate-y: -0.5rem; -} - -.hover\:-translate-y-3:hover { - --tw-translate-y: -0.75rem; -} - -.hover\:-translate-y-4:hover { - --tw-translate-y: -1rem; -} - -.hover\:-translate-y-5:hover { - --tw-translate-y: -1.25rem; -} - -.hover\:-translate-y-6:hover { - --tw-translate-y: -1.5rem; -} - -.hover\:-translate-y-7:hover { - --tw-translate-y: -1.75rem; -} - -.hover\:-translate-y-8:hover { - --tw-translate-y: -2rem; -} - -.hover\:-translate-y-9:hover { - --tw-translate-y: -2.25rem; -} - -.hover\:-translate-y-10:hover { - --tw-translate-y: -2.5rem; -} - -.hover\:-translate-y-11:hover { - --tw-translate-y: -2.75rem; -} - -.hover\:-translate-y-12:hover { - --tw-translate-y: -3rem; -} - -.hover\:-translate-y-14:hover { - --tw-translate-y: -3.5rem; -} - -.hover\:-translate-y-16:hover { - --tw-translate-y: -4rem; -} - -.hover\:-translate-y-20:hover { - --tw-translate-y: -5rem; -} - -.hover\:-translate-y-22:hover { - --tw-translate-y: -5.625rem; -} - -.hover\:-translate-y-24:hover { - --tw-translate-y: -6rem; -} - -.hover\:-translate-y-28:hover { - --tw-translate-y: -7rem; -} - -.hover\:-translate-y-32:hover { - --tw-translate-y: -8rem; -} - -.hover\:-translate-y-36:hover { - --tw-translate-y: -9rem; -} - -.hover\:-translate-y-40:hover { - --tw-translate-y: -10rem; -} - -.hover\:-translate-y-44:hover { - --tw-translate-y: -11rem; -} - -.hover\:-translate-y-48:hover { - --tw-translate-y: -12rem; -} - -.hover\:-translate-y-52:hover { - --tw-translate-y: -13rem; -} - -.hover\:-translate-y-56:hover { - --tw-translate-y: -14rem; -} - -.hover\:-translate-y-60:hover { - --tw-translate-y: -240px; -} - -.hover\:-translate-y-64:hover { - --tw-translate-y: -16rem; -} - -.hover\:-translate-y-72:hover { - --tw-translate-y: -18rem; -} - -.hover\:-translate-y-80:hover { - --tw-translate-y: -20rem; -} - -.hover\:-translate-y-88:hover { - --tw-translate-y: -22rem; -} - -.hover\:-translate-y-96:hover { - --tw-translate-y: -24rem; -} - -.hover\:-translate-y-130:hover { - --tw-translate-y: -560px; -} - -.hover\:-translate-y-px:hover { - --tw-translate-y: -1px; -} - -.hover\:-translate-y-0\.5:hover { - --tw-translate-y: -0.125rem; -} - -.hover\:-translate-y-1\.5:hover { - --tw-translate-y: -0.375rem; -} - -.hover\:-translate-y-2\.5:hover { - --tw-translate-y: -0.625rem; -} - -.hover\:-translate-y-3\.5:hover { - --tw-translate-y: -0.875rem; -} - -.hover\:translate-y-1\/2:hover { - --tw-translate-y: 50%; -} - -.hover\:translate-y-1\/3:hover { - --tw-translate-y: 33.333333%; -} - -.hover\:translate-y-2\/3:hover { - --tw-translate-y: 66.666667%; -} - -.hover\:translate-y-1\/4:hover { - --tw-translate-y: 25%; -} - -.hover\:translate-y-2\/4:hover { - --tw-translate-y: 50%; -} - -.hover\:translate-y-3\/4:hover { - --tw-translate-y: 75%; -} - -.hover\:translate-y-full:hover { - --tw-translate-y: 100%; -} - -.hover\:-translate-y-1\/2:hover { - --tw-translate-y: -50%; -} - -.hover\:-translate-y-1\/3:hover { - --tw-translate-y: -33.333333%; -} - -.hover\:-translate-y-2\/3:hover { - --tw-translate-y: -66.666667%; -} - -.hover\:-translate-y-1\/4:hover { - --tw-translate-y: -25%; -} - -.hover\:-translate-y-2\/4:hover { - --tw-translate-y: -50%; -} - -.hover\:-translate-y-3\/4:hover { - --tw-translate-y: -75%; -} - -.hover\:-translate-y-full:hover { - --tw-translate-y: -100%; -} - -.focus\:translate-x-0:focus { - --tw-translate-x: 0px; -} - -.focus\:translate-x-1:focus { - --tw-translate-x: 0.25rem; -} - -.focus\:translate-x-2:focus { - --tw-translate-x: 0.5rem; -} - -.focus\:translate-x-3:focus { - --tw-translate-x: 0.75rem; -} - -.focus\:translate-x-4:focus { - --tw-translate-x: 1rem; -} - -.focus\:translate-x-5:focus { - --tw-translate-x: 1.25rem; -} - -.focus\:translate-x-6:focus { - --tw-translate-x: 1.5rem; -} - -.focus\:translate-x-7:focus { - --tw-translate-x: 1.75rem; -} - -.focus\:translate-x-8:focus { - --tw-translate-x: 2rem; -} - -.focus\:translate-x-9:focus { - --tw-translate-x: 2.25rem; -} - -.focus\:translate-x-10:focus { - --tw-translate-x: 2.5rem; -} - -.focus\:translate-x-11:focus { - --tw-translate-x: 2.75rem; -} - -.focus\:translate-x-12:focus { - --tw-translate-x: 3rem; -} - -.focus\:translate-x-14:focus { - --tw-translate-x: 3.5rem; -} - -.focus\:translate-x-16:focus { - --tw-translate-x: 4rem; -} - -.focus\:translate-x-20:focus { - --tw-translate-x: 5rem; -} - -.focus\:translate-x-22:focus { - --tw-translate-x: 5.625rem; -} - -.focus\:translate-x-24:focus { - --tw-translate-x: 6rem; -} - -.focus\:translate-x-28:focus { - --tw-translate-x: 7rem; -} - -.focus\:translate-x-32:focus { - --tw-translate-x: 8rem; -} - -.focus\:translate-x-36:focus { - --tw-translate-x: 9rem; -} - -.focus\:translate-x-40:focus { - --tw-translate-x: 10rem; -} - -.focus\:translate-x-44:focus { - --tw-translate-x: 11rem; -} - -.focus\:translate-x-48:focus { - --tw-translate-x: 12rem; -} - -.focus\:translate-x-52:focus { - --tw-translate-x: 13rem; -} - -.focus\:translate-x-56:focus { - --tw-translate-x: 14rem; -} - -.focus\:translate-x-60:focus { - --tw-translate-x: 240px; -} - -.focus\:translate-x-64:focus { - --tw-translate-x: 16rem; -} - -.focus\:translate-x-72:focus { - --tw-translate-x: 18rem; -} - -.focus\:translate-x-80:focus { - --tw-translate-x: 20rem; -} - -.focus\:translate-x-88:focus { - --tw-translate-x: 22rem; -} - -.focus\:translate-x-96:focus { - --tw-translate-x: 24rem; -} - -.focus\:translate-x-130:focus { - --tw-translate-x: 560px; -} - -.focus\:translate-x-px:focus { - --tw-translate-x: 1px; -} - -.focus\:translate-x-0\.5:focus { - --tw-translate-x: 0.125rem; -} - -.focus\:translate-x-1\.5:focus { - --tw-translate-x: 0.375rem; -} - -.focus\:translate-x-2\.5:focus { - --tw-translate-x: 0.625rem; -} - -.focus\:translate-x-3\.5:focus { - --tw-translate-x: 0.875rem; -} - -.focus\:-translate-x-0:focus { - --tw-translate-x: 0px; -} - -.focus\:-translate-x-1:focus { - --tw-translate-x: -0.25rem; -} - -.focus\:-translate-x-2:focus { - --tw-translate-x: -0.5rem; -} - -.focus\:-translate-x-3:focus { - --tw-translate-x: -0.75rem; -} - -.focus\:-translate-x-4:focus { - --tw-translate-x: -1rem; -} - -.focus\:-translate-x-5:focus { - --tw-translate-x: -1.25rem; -} - -.focus\:-translate-x-6:focus { - --tw-translate-x: -1.5rem; -} - -.focus\:-translate-x-7:focus { - --tw-translate-x: -1.75rem; -} - -.focus\:-translate-x-8:focus { - --tw-translate-x: -2rem; -} - -.focus\:-translate-x-9:focus { - --tw-translate-x: -2.25rem; -} - -.focus\:-translate-x-10:focus { - --tw-translate-x: -2.5rem; -} - -.focus\:-translate-x-11:focus { - --tw-translate-x: -2.75rem; -} - -.focus\:-translate-x-12:focus { - --tw-translate-x: -3rem; -} - -.focus\:-translate-x-14:focus { - --tw-translate-x: -3.5rem; -} - -.focus\:-translate-x-16:focus { - --tw-translate-x: -4rem; -} - -.focus\:-translate-x-20:focus { - --tw-translate-x: -5rem; -} - -.focus\:-translate-x-22:focus { - --tw-translate-x: -5.625rem; -} - -.focus\:-translate-x-24:focus { - --tw-translate-x: -6rem; -} - -.focus\:-translate-x-28:focus { - --tw-translate-x: -7rem; -} - -.focus\:-translate-x-32:focus { - --tw-translate-x: -8rem; -} - -.focus\:-translate-x-36:focus { - --tw-translate-x: -9rem; -} - -.focus\:-translate-x-40:focus { - --tw-translate-x: -10rem; -} - -.focus\:-translate-x-44:focus { - --tw-translate-x: -11rem; -} - -.focus\:-translate-x-48:focus { - --tw-translate-x: -12rem; -} - -.focus\:-translate-x-52:focus { - --tw-translate-x: -13rem; -} - -.focus\:-translate-x-56:focus { - --tw-translate-x: -14rem; -} - -.focus\:-translate-x-60:focus { - --tw-translate-x: -240px; -} - -.focus\:-translate-x-64:focus { - --tw-translate-x: -16rem; -} - -.focus\:-translate-x-72:focus { - --tw-translate-x: -18rem; -} - -.focus\:-translate-x-80:focus { - --tw-translate-x: -20rem; -} - -.focus\:-translate-x-88:focus { - --tw-translate-x: -22rem; -} - -.focus\:-translate-x-96:focus { - --tw-translate-x: -24rem; -} - -.focus\:-translate-x-130:focus { - --tw-translate-x: -560px; -} - -.focus\:-translate-x-px:focus { - --tw-translate-x: -1px; -} - -.focus\:-translate-x-0\.5:focus { - --tw-translate-x: -0.125rem; -} - -.focus\:-translate-x-1\.5:focus { - --tw-translate-x: -0.375rem; -} - -.focus\:-translate-x-2\.5:focus { - --tw-translate-x: -0.625rem; -} - -.focus\:-translate-x-3\.5:focus { - --tw-translate-x: -0.875rem; -} - -.focus\:translate-x-1\/2:focus { - --tw-translate-x: 50%; -} - -.focus\:translate-x-1\/3:focus { - --tw-translate-x: 33.333333%; -} - -.focus\:translate-x-2\/3:focus { - --tw-translate-x: 66.666667%; -} - -.focus\:translate-x-1\/4:focus { - --tw-translate-x: 25%; -} - -.focus\:translate-x-2\/4:focus { - --tw-translate-x: 50%; -} - -.focus\:translate-x-3\/4:focus { - --tw-translate-x: 75%; -} - -.focus\:translate-x-full:focus { - --tw-translate-x: 100%; -} - -.focus\:-translate-x-1\/2:focus { - --tw-translate-x: -50%; -} - -.focus\:-translate-x-1\/3:focus { - --tw-translate-x: -33.333333%; -} - -.focus\:-translate-x-2\/3:focus { - --tw-translate-x: -66.666667%; -} - -.focus\:-translate-x-1\/4:focus { - --tw-translate-x: -25%; -} - -.focus\:-translate-x-2\/4:focus { - --tw-translate-x: -50%; -} - -.focus\:-translate-x-3\/4:focus { - --tw-translate-x: -75%; -} - -.focus\:-translate-x-full:focus { - --tw-translate-x: -100%; -} - -.focus\:translate-y-0:focus { - --tw-translate-y: 0px; -} - -.focus\:translate-y-1:focus { - --tw-translate-y: 0.25rem; -} - -.focus\:translate-y-2:focus { - --tw-translate-y: 0.5rem; -} - -.focus\:translate-y-3:focus { - --tw-translate-y: 0.75rem; -} - -.focus\:translate-y-4:focus { - --tw-translate-y: 1rem; -} - -.focus\:translate-y-5:focus { - --tw-translate-y: 1.25rem; -} - -.focus\:translate-y-6:focus { - --tw-translate-y: 1.5rem; -} - -.focus\:translate-y-7:focus { - --tw-translate-y: 1.75rem; -} - -.focus\:translate-y-8:focus { - --tw-translate-y: 2rem; -} - -.focus\:translate-y-9:focus { - --tw-translate-y: 2.25rem; -} - -.focus\:translate-y-10:focus { - --tw-translate-y: 2.5rem; -} - -.focus\:translate-y-11:focus { - --tw-translate-y: 2.75rem; -} - -.focus\:translate-y-12:focus { - --tw-translate-y: 3rem; -} - -.focus\:translate-y-14:focus { - --tw-translate-y: 3.5rem; -} - -.focus\:translate-y-16:focus { - --tw-translate-y: 4rem; -} - -.focus\:translate-y-20:focus { - --tw-translate-y: 5rem; -} - -.focus\:translate-y-22:focus { - --tw-translate-y: 5.625rem; -} - -.focus\:translate-y-24:focus { - --tw-translate-y: 6rem; -} - -.focus\:translate-y-28:focus { - --tw-translate-y: 7rem; -} - -.focus\:translate-y-32:focus { - --tw-translate-y: 8rem; -} - -.focus\:translate-y-36:focus { - --tw-translate-y: 9rem; -} - -.focus\:translate-y-40:focus { - --tw-translate-y: 10rem; -} - -.focus\:translate-y-44:focus { - --tw-translate-y: 11rem; -} - -.focus\:translate-y-48:focus { - --tw-translate-y: 12rem; -} - -.focus\:translate-y-52:focus { - --tw-translate-y: 13rem; -} - -.focus\:translate-y-56:focus { - --tw-translate-y: 14rem; -} - -.focus\:translate-y-60:focus { - --tw-translate-y: 240px; -} - -.focus\:translate-y-64:focus { - --tw-translate-y: 16rem; -} - -.focus\:translate-y-72:focus { - --tw-translate-y: 18rem; -} - -.focus\:translate-y-80:focus { - --tw-translate-y: 20rem; -} - -.focus\:translate-y-88:focus { - --tw-translate-y: 22rem; -} - -.focus\:translate-y-96:focus { - --tw-translate-y: 24rem; -} - -.focus\:translate-y-130:focus { - --tw-translate-y: 560px; -} - -.focus\:translate-y-px:focus { - --tw-translate-y: 1px; -} - -.focus\:translate-y-0\.5:focus { - --tw-translate-y: 0.125rem; -} - -.focus\:translate-y-1\.5:focus { - --tw-translate-y: 0.375rem; -} - -.focus\:translate-y-2\.5:focus { - --tw-translate-y: 0.625rem; -} - -.focus\:translate-y-3\.5:focus { - --tw-translate-y: 0.875rem; -} - -.focus\:-translate-y-0:focus { - --tw-translate-y: 0px; -} - -.focus\:-translate-y-1:focus { - --tw-translate-y: -0.25rem; -} - -.focus\:-translate-y-2:focus { - --tw-translate-y: -0.5rem; -} - -.focus\:-translate-y-3:focus { - --tw-translate-y: -0.75rem; -} - -.focus\:-translate-y-4:focus { - --tw-translate-y: -1rem; -} - -.focus\:-translate-y-5:focus { - --tw-translate-y: -1.25rem; -} - -.focus\:-translate-y-6:focus { - --tw-translate-y: -1.5rem; -} - -.focus\:-translate-y-7:focus { - --tw-translate-y: -1.75rem; -} - -.focus\:-translate-y-8:focus { - --tw-translate-y: -2rem; -} - -.focus\:-translate-y-9:focus { - --tw-translate-y: -2.25rem; -} - -.focus\:-translate-y-10:focus { - --tw-translate-y: -2.5rem; -} - -.focus\:-translate-y-11:focus { - --tw-translate-y: -2.75rem; -} - -.focus\:-translate-y-12:focus { - --tw-translate-y: -3rem; -} - -.focus\:-translate-y-14:focus { - --tw-translate-y: -3.5rem; -} - -.focus\:-translate-y-16:focus { - --tw-translate-y: -4rem; -} - -.focus\:-translate-y-20:focus { - --tw-translate-y: -5rem; -} - -.focus\:-translate-y-22:focus { - --tw-translate-y: -5.625rem; -} - -.focus\:-translate-y-24:focus { - --tw-translate-y: -6rem; -} - -.focus\:-translate-y-28:focus { - --tw-translate-y: -7rem; -} - -.focus\:-translate-y-32:focus { - --tw-translate-y: -8rem; -} - -.focus\:-translate-y-36:focus { - --tw-translate-y: -9rem; -} - -.focus\:-translate-y-40:focus { - --tw-translate-y: -10rem; -} - -.focus\:-translate-y-44:focus { - --tw-translate-y: -11rem; -} - -.focus\:-translate-y-48:focus { - --tw-translate-y: -12rem; -} - -.focus\:-translate-y-52:focus { - --tw-translate-y: -13rem; -} - -.focus\:-translate-y-56:focus { - --tw-translate-y: -14rem; -} - -.focus\:-translate-y-60:focus { - --tw-translate-y: -240px; -} - -.focus\:-translate-y-64:focus { - --tw-translate-y: -16rem; -} - -.focus\:-translate-y-72:focus { - --tw-translate-y: -18rem; -} - -.focus\:-translate-y-80:focus { - --tw-translate-y: -20rem; -} - -.focus\:-translate-y-88:focus { - --tw-translate-y: -22rem; -} - -.focus\:-translate-y-96:focus { - --tw-translate-y: -24rem; -} - -.focus\:-translate-y-130:focus { - --tw-translate-y: -560px; -} - -.focus\:-translate-y-px:focus { - --tw-translate-y: -1px; -} - -.focus\:-translate-y-0\.5:focus { - --tw-translate-y: -0.125rem; -} - -.focus\:-translate-y-1\.5:focus { - --tw-translate-y: -0.375rem; -} - -.focus\:-translate-y-2\.5:focus { - --tw-translate-y: -0.625rem; -} - -.focus\:-translate-y-3\.5:focus { - --tw-translate-y: -0.875rem; -} - -.focus\:translate-y-1\/2:focus { - --tw-translate-y: 50%; -} - -.focus\:translate-y-1\/3:focus { - --tw-translate-y: 33.333333%; -} - -.focus\:translate-y-2\/3:focus { - --tw-translate-y: 66.666667%; -} - -.focus\:translate-y-1\/4:focus { - --tw-translate-y: 25%; -} - -.focus\:translate-y-2\/4:focus { - --tw-translate-y: 50%; -} - -.focus\:translate-y-3\/4:focus { - --tw-translate-y: 75%; -} - -.focus\:translate-y-full:focus { - --tw-translate-y: 100%; -} - -.focus\:-translate-y-1\/2:focus { - --tw-translate-y: -50%; -} - -.focus\:-translate-y-1\/3:focus { - --tw-translate-y: -33.333333%; -} - -.focus\:-translate-y-2\/3:focus { - --tw-translate-y: -66.666667%; -} - -.focus\:-translate-y-1\/4:focus { - --tw-translate-y: -25%; -} - -.focus\:-translate-y-2\/4:focus { - --tw-translate-y: -50%; -} - -.focus\:-translate-y-3\/4:focus { - --tw-translate-y: -75%; -} - -.focus\:-translate-y-full:focus { - --tw-translate-y: -100%; -} - -.skew-x-0 { - --tw-skew-x: 0deg; -} - -.skew-x-1 { - --tw-skew-x: 1deg; -} - -.skew-x-2 { - --tw-skew-x: 2deg; -} - -.skew-x-3 { - --tw-skew-x: 3deg; -} - -.skew-x-6 { - --tw-skew-x: 6deg; -} - -.skew-x-12 { - --tw-skew-x: 12deg; -} - -.-skew-x-12 { - --tw-skew-x: -12deg; -} - -.-skew-x-6 { - --tw-skew-x: -6deg; -} - -.-skew-x-3 { - --tw-skew-x: -3deg; -} - -.-skew-x-2 { - --tw-skew-x: -2deg; -} - -.-skew-x-1 { - --tw-skew-x: -1deg; -} - -.skew-y-0 { - --tw-skew-y: 0deg; -} - -.skew-y-1 { - --tw-skew-y: 1deg; -} - -.skew-y-2 { - --tw-skew-y: 2deg; -} - -.skew-y-3 { - --tw-skew-y: 3deg; -} - -.skew-y-6 { - --tw-skew-y: 6deg; -} - -.skew-y-12 { - --tw-skew-y: 12deg; -} - -.-skew-y-12 { - --tw-skew-y: -12deg; -} - -.-skew-y-6 { - --tw-skew-y: -6deg; -} - -.-skew-y-3 { - --tw-skew-y: -3deg; -} - -.-skew-y-2 { - --tw-skew-y: -2deg; -} - -.-skew-y-1 { - --tw-skew-y: -1deg; -} - -.hover\:skew-x-0:hover { - --tw-skew-x: 0deg; -} - -.hover\:skew-x-1:hover { - --tw-skew-x: 1deg; -} - -.hover\:skew-x-2:hover { - --tw-skew-x: 2deg; -} - -.hover\:skew-x-3:hover { - --tw-skew-x: 3deg; -} - -.hover\:skew-x-6:hover { - --tw-skew-x: 6deg; -} - -.hover\:skew-x-12:hover { - --tw-skew-x: 12deg; -} - -.hover\:-skew-x-12:hover { - --tw-skew-x: -12deg; -} - -.hover\:-skew-x-6:hover { - --tw-skew-x: -6deg; -} - -.hover\:-skew-x-3:hover { - --tw-skew-x: -3deg; -} - -.hover\:-skew-x-2:hover { - --tw-skew-x: -2deg; -} - -.hover\:-skew-x-1:hover { - --tw-skew-x: -1deg; -} - -.hover\:skew-y-0:hover { - --tw-skew-y: 0deg; -} - -.hover\:skew-y-1:hover { - --tw-skew-y: 1deg; -} - -.hover\:skew-y-2:hover { - --tw-skew-y: 2deg; -} - -.hover\:skew-y-3:hover { - --tw-skew-y: 3deg; -} - -.hover\:skew-y-6:hover { - --tw-skew-y: 6deg; -} - -.hover\:skew-y-12:hover { - --tw-skew-y: 12deg; -} - -.hover\:-skew-y-12:hover { - --tw-skew-y: -12deg; -} - -.hover\:-skew-y-6:hover { - --tw-skew-y: -6deg; -} - -.hover\:-skew-y-3:hover { - --tw-skew-y: -3deg; -} - -.hover\:-skew-y-2:hover { - --tw-skew-y: -2deg; -} - -.hover\:-skew-y-1:hover { - --tw-skew-y: -1deg; -} - -.focus\:skew-x-0:focus { - --tw-skew-x: 0deg; -} - -.focus\:skew-x-1:focus { - --tw-skew-x: 1deg; -} - -.focus\:skew-x-2:focus { - --tw-skew-x: 2deg; -} - -.focus\:skew-x-3:focus { - --tw-skew-x: 3deg; -} - -.focus\:skew-x-6:focus { - --tw-skew-x: 6deg; -} - -.focus\:skew-x-12:focus { - --tw-skew-x: 12deg; -} - -.focus\:-skew-x-12:focus { - --tw-skew-x: -12deg; -} - -.focus\:-skew-x-6:focus { - --tw-skew-x: -6deg; -} - -.focus\:-skew-x-3:focus { - --tw-skew-x: -3deg; -} - -.focus\:-skew-x-2:focus { - --tw-skew-x: -2deg; -} - -.focus\:-skew-x-1:focus { - --tw-skew-x: -1deg; -} - -.focus\:skew-y-0:focus { - --tw-skew-y: 0deg; -} - -.focus\:skew-y-1:focus { - --tw-skew-y: 1deg; -} - -.focus\:skew-y-2:focus { - --tw-skew-y: 2deg; -} - -.focus\:skew-y-3:focus { - --tw-skew-y: 3deg; -} - -.focus\:skew-y-6:focus { - --tw-skew-y: 6deg; -} - -.focus\:skew-y-12:focus { - --tw-skew-y: 12deg; -} - -.focus\:-skew-y-12:focus { - --tw-skew-y: -12deg; -} - -.focus\:-skew-y-6:focus { - --tw-skew-y: -6deg; -} - -.focus\:-skew-y-3:focus { - --tw-skew-y: -3deg; -} - -.focus\:-skew-y-2:focus { - --tw-skew-y: -2deg; -} - -.focus\:-skew-y-1:focus { - --tw-skew-y: -1deg; -} - -.transition-none { - transition-property: none; -} - -.transition-all { - transition-property: all; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -.transition { - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -.transition-colors { - transition-property: background-color, border-color, color, fill, stroke; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -.transition-opacity { - transition-property: opacity; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -.transition-shadow { - transition-property: box-shadow; - 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; -} - -.ease-linear { - transition-timing-function: linear; -} - -.ease-in { - transition-timing-function: cubic-bezier(0.4, 0, 1, 1); -} - -.ease-out { - transition-timing-function: cubic-bezier(0, 0, 0.2, 1); -} - -.ease-in-out { - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -} - -.duration-75 { - transition-duration: 75ms; -} - -.duration-100 { - transition-duration: 100ms; -} - -.duration-150 { - transition-duration: 150ms; -} - -.duration-200 { - transition-duration: 200ms; -} - -.duration-300 { - transition-duration: 300ms; -} - -.duration-500 { - transition-duration: 500ms; -} - -.duration-700 { - transition-duration: 700ms; -} - -.duration-1000 { - transition-duration: 1000ms; -} - -.delay-75 { - transition-delay: 75ms; -} - -.delay-100 { - transition-delay: 100ms; -} - -.delay-150 { - transition-delay: 150ms; -} - -.delay-200 { - transition-delay: 200ms; -} - -.delay-300 { - transition-delay: 300ms; -} - -.delay-500 { - transition-delay: 500ms; -} - -.delay-700 { - transition-delay: 700ms; -} - -.delay-1000 { - transition-delay: 1000ms; -} - -@-webkit-keyframes spin { - to { - transform: rotate(360deg); - } -} - -@keyframes spin { - to { - transform: rotate(360deg); - } -} - -@-webkit-keyframes ping { - 75%, 100% { - transform: scale(2); - opacity: 0; - } -} - -@keyframes ping { - 75%, 100% { - transform: scale(2); - opacity: 0; - } -} - -@-webkit-keyframes pulse { - 50% { - opacity: .5; - } -} - -@keyframes pulse { - 50% { - opacity: .5; - } -} - -@-webkit-keyframes bounce { - 0%, 100% { - transform: translateY(-25%); - -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1); - animation-timing-function: cubic-bezier(0.8,0,1,1); - } - - 50% { - transform: none; - -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1); - animation-timing-function: cubic-bezier(0,0,0.2,1); - } - - from { - transform: scale(0); - } - - to { - } -} - -@keyframes bounce { - 0%, 100% { - transform: translateY(-25%); - -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1); - animation-timing-function: cubic-bezier(0.8,0,1,1); - } - - 50% { - transform: none; - -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1); - animation-timing-function: cubic-bezier(0,0,0.2,1); - } - - from { - transform: scale(0); - } - - to { - } -} - -.animate-none { - -webkit-animation: none; - animation: none; -} - -.animate-spin { - -webkit-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; -} - -.animate-ping { - -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; - animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; -} - -.animate-pulse { - -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; - animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; -} - -.animate-bounce { - -webkit-animation: bounce 0.6s ease-in-out; - animation: bounce 0.6s ease-in-out; -} - -.sw-page { - min-height: calc(100vh - 39px) !important; -} - -.sw-scroll::-webkit-scrollbar { - width: 4px; - cursor: pointer; -} - -.sw-scroll::-webkit-scrollbar-track { - background-color: rgba(229, 231, 235, 1); - cursor: pointer; -} - -.sw-scroll::-webkit-scrollbar-thumb { - cursor: pointer; - background-color: #a0aec0; -} - -.sw-border-gap-15 { - border-spacing: 0px 15px; -} - -.sw-border-gap-0 { - border-spacing: 0px; -} - -input:-webkit-autofill { - background-color: transparent !important; - -webkit-box-shadow: 0 0 0 50px white inset; -} - -.toast-title { - font-weight: bold; -} - -.toast-message { - -ms-word-wrap: break-word; - word-wrap: break-word; -} - -.toast-message a, -.toast-message label { - color: #ffffff; -} - -.toast-message a:hover { - color: #cccccc; - text-decoration: none; -} - -.toast-close-button { - position: relative; - right: -0.3em; - top: -0.3em; - float: right; - font-size: 20px; - font-weight: bold; - color: #ffffff; - -webkit-text-shadow: 0 1px 0 #ffffff; - text-shadow: 0 1px 0 #ffffff; - opacity: 0.8; - -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - filter: alpha(opacity=80); -} - -.toast-close-button:hover, -.toast-close-button:focus { - color: #000000; - text-decoration: none; - cursor: pointer; - opacity: 0.4; - -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); - filter: alpha(opacity=40); -} - -/*Additional properties for button version - iOS requires the button element instead of an anchor tag. - If you want the anchor version, it requires `href="#"`.*/ - -button.toast-close-button { - padding: 0; - cursor: pointer; - background: transparent; - border: 0; - -webkit-appearance: none; -} - -.toast-top-center { - top: 0; - right: 0; - width: 100%; -} - -.toast-bottom-center { - bottom: 0; - right: 0; - width: 100%; -} - -.toast-top-full-width { - top: 0; - right: 0; - width: 100%; -} - -.toast-bottom-full-width { - bottom: 0; - right: 0; - width: 100%; -} - -.toast-top-left { - top: 12px; - left: 12px; -} - -.toast-top-right { - top: 12px; - right: 12px; -} - -.toast-bottom-right { - right: 12px; - bottom: 12px; -} - -.toast-bottom-left { - bottom: 12px; - left: 12px; -} - -#toast-container { - position: fixed; - z-index: 999999; - /*overrides*/ -} - -#toast-container * { - box-sizing: border-box; -} - -#toast-container > div { - position: relative; - overflow: hidden; - margin: 0 0 6px; - padding: 15px 15px 15px 50px; - width: 300px; - border-radius: 3px 3px 3px 3px; - background-position: 15px center; - background-repeat: no-repeat; - box-shadow: 0 0 12px #999999; - color: #ffffff; - opacity: 0.8; - -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - filter: alpha(opacity=80); -} - -#toast-container > div:hover { - box-shadow: 0 0 12px #000000; - opacity: 1; - -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - filter: alpha(opacity=100); - cursor: pointer; -} - -#toast-container > .toast-info { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; -} - -#toast-container > .toast-error { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; -} - -#toast-container > .toast-success { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; -} - -#toast-container > .toast-warning { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; -} - -#toast-container.toast-top-center > div, -#toast-container.toast-bottom-center > div { - width: 300px; - margin-left: auto; - margin-right: auto; -} - -#toast-container.toast-top-full-width > div, -#toast-container.toast-bottom-full-width > div { - width: 96%; - margin-left: auto; - margin-right: auto; -} - -.toast { - background-color: #030303; -} - -.toast-success { - background-color: #51a351; -} - -.toast-error { - background-color: #bd362f; -} - -.toast-info { - background-color: #2f96b4; -} - -.toast-warning { - background-color: #f89406; -} - -.toast-progress { - position: absolute; - left: 0; - bottom: 0; - height: 4px; - background-color: #000000; - opacity: 0.4; - -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); - filter: alpha(opacity=40); -} - -/*Responsive Design*/ - -@media all and (max-width: 240px) { - #toast-container > div { - padding: 8px 8px 8px 50px; - width: 11em; - } - - #toast-container .toast-close-button { - right: -0.2em; - top: -0.2em; - } -} - -@media all and (min-width: 241px) and (max-width: 480px) { - #toast-container > div { - padding: 8px 8px 8px 50px; - width: 18em; - } - - #toast-container .toast-close-button { - right: -0.2em; - top: -0.2em; - } -} - -@media all and (min-width: 481px) and (max-width: 768px) { - #toast-container > div { - padding: 15px 15px 15px 50px; - width: 25em; - } -} - -.tooltip { - display: block !important; - z-index: 10000; -} - -.tooltip .tooltip-inner { - background: black; - color: white; - border-radius: 16px; - padding: 5px 10px 4px; -} - -.tooltip .tooltip-arrow { - width: 0; - height: 0; - border-style: solid; - position: absolute; - margin: 5px; - border-color: black; - z-index: 1; -} - -.tooltip[x-placement^=top] { - margin-bottom: 5px; -} - -.tooltip[x-placement^=top] .tooltip-arrow { - border-width: 5px 5px 0 5px; - border-left-color: transparent !important; - border-right-color: transparent !important; - border-bottom-color: transparent !important; - bottom: -5px; - left: calc(50% - 5px); - margin-top: 0; - margin-bottom: 0; -} - -.tooltip[x-placement^=bottom] { - margin-top: 5px; -} - -.tooltip[x-placement^=bottom] .tooltip-arrow { - border-width: 0 5px 5px 5px; - border-left-color: transparent !important; - border-right-color: transparent !important; - border-top-color: transparent !important; - top: -5px; - left: calc(50% - 5px); - margin-top: 0; - margin-bottom: 0; -} - -.tooltip[x-placement^=right] { - margin-left: 5px; -} - -.tooltip[x-placement^=right] .tooltip-arrow { - border-width: 5px 5px 5px 0; - border-left-color: transparent !important; - border-top-color: transparent !important; - border-bottom-color: transparent !important; - left: -5px; - top: calc(50% - 5px); - margin-left: 0; - margin-right: 0; -} - -.tooltip[x-placement^=left] { - margin-right: 5px; -} - -.tooltip[x-placement^=left] .tooltip-arrow { - border-width: 5px 0 5px 5px; - border-top-color: transparent !important; - border-right-color: transparent !important; - border-bottom-color: transparent !important; - right: -5px; - top: calc(50% - 5px); - margin-left: 0; - margin-right: 0; -} - -.tooltip.popover .popover-inner { - background: #f9f9f9; - color: black; - padding: 24px; - border-radius: 5px; - box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); -} - -.tooltip.popover .popover-arrow { - border-color: #f9f9f9; -} - -.tooltip[aria-hidden=true] { - visibility: hidden; - opacity: 0; - transition: opacity 0.15s, visibility 0.15s; -} - -.tooltip[aria-hidden=false] { - visibility: visible; - opacity: 1; - transition: opacity 0.15s; -} - -.pace { - -webkit-pointer-events: none; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.pace-inactive { - display: none; -} - -.pace .pace-progress { - background: #352dc9; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; -} - -.pace .pace-progress-inner { - display: block; - position: absolute; - right: 0px; - width: 100px; - height: 100%; - box-shadow: 0 0 10px #5851d8, 0 0 5px #5851d8; - opacity: 1; - transform: rotate(3deg) translate(0px, -4px); -} - -.pace .pace-activity { - display: block; - position: fixed; - z-index: 2000; - top: 15px; - right: 15px; - width: 14px; - height: 14px; - border: solid 2px transparent; - border-top-color: #5851d8; - border-left-color: #5851d8; - border-radius: 10px; - -webkit-animation: pace-spinner 400ms linear infinite; - animation: pace-spinner 400ms linear infinite; -} - -@-webkit-keyframes pace-spinner { - 0% { - transform: rotate(0deg); - } - - 100% { - transform: rotate(360deg); - } -} - -@keyframes pace-spinner { - 0% { - transform: rotate(0deg); - transform: rotate(0deg); - } - - 100% { - transform: rotate(360deg); - transform: rotate(360deg); - } -} - -.shake { - -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; - animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; - transform: translate3d(0, 0, 0); - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - perspective: 1000px; -} - -@-webkit-keyframes shake { - 10%, 90% { - transform: translate3d(-1px, 0, 0); - } - - 20%, 80% { - transform: translate3d(2px, 0, 0); - } - - 30%, 50%, 70% { - transform: translate3d(-4px, 0, 0); - } - - 40%, 60% { - transform: translate3d(4px, 0, 0); - } -} - -@keyframes shake { - 10%, 90% { - transform: translate3d(-1px, 0, 0); - } - - 20%, 80% { - transform: translate3d(2px, 0, 0); - } - - 30%, 50%, 70% { - transform: translate3d(-4px, 0, 0); - } - - 40%, 60% { - transform: translate3d(4px, 0, 0); - } -} - -.swal-icon--custom { - height: 80px; - width: 80px; -} - -@media (max-width: 768px) { - .table-component .sw-dropdown { - position: absolute; - visibility: visible; - top: 15px; - right: 10px; - } -} - -@media (min-width: 640px) { - .sm\:container { - width: 100%; - } - - @media (min-width: 640px) { - .sm\:container { - max-width: 640px; - } - } - - @media (min-width: 768px) { - .sm\:container { - max-width: 768px; - } - } - - @media (min-width: 1024px) { - .sm\:container { - max-width: 1024px; - } - } - - @media (min-width: 1280px) { - .sm\:container { - max-width: 1280px; - } - } - - @media (min-width: 1440px) { - .sm\:container { - max-width: 1440px; - } - } - - @media (min-width: 1536px) { - .sm\:container { - max-width: 1536px; - } - } - - .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0px * var(--tw-space-y-reverse)); - } - - .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0px * var(--tw-space-x-reverse)); - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.25rem * var(--tw-space-x-reverse)); - margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1rem * var(--tw-space-x-reverse)); - margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.25rem * var(--tw-space-x-reverse)); - margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\: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)); - } - - .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.5rem * var(--tw-space-x-reverse)); - margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.75rem * var(--tw-space-x-reverse)); - margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2rem * var(--tw-space-x-reverse)); - margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.25rem * var(--tw-space-x-reverse)); - margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.5rem * var(--tw-space-x-reverse)); - margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.75rem * var(--tw-space-x-reverse)); - margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(3rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(3rem * var(--tw-space-x-reverse)); - margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(3.5rem * var(--tw-space-x-reverse)); - margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(4rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(4rem * var(--tw-space-x-reverse)); - margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(5rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(5rem * var(--tw-space-x-reverse)); - margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(5.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(5.625rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(5.625rem * var(--tw-space-x-reverse)); - margin-left: calc(5.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(6rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(6rem * var(--tw-space-x-reverse)); - margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(7rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(7rem * var(--tw-space-x-reverse)); - margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(8rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(8rem * var(--tw-space-x-reverse)); - margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(9rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(9rem * var(--tw-space-x-reverse)); - margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(10rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(10rem * var(--tw-space-x-reverse)); - margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(11rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(11rem * var(--tw-space-x-reverse)); - margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(12rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(12rem * var(--tw-space-x-reverse)); - margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(13rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(13rem * var(--tw-space-x-reverse)); - margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(14rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(14rem * var(--tw-space-x-reverse)); - margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(240px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(240px * var(--tw-space-y-reverse)); - } - - .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(240px * var(--tw-space-x-reverse)); - margin-left: calc(240px * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(16rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(16rem * var(--tw-space-x-reverse)); - margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(18rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(18rem * var(--tw-space-x-reverse)); - margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(20rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(20rem * var(--tw-space-x-reverse)); - margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(22rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(22rem * var(--tw-space-x-reverse)); - margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(24rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(24rem * var(--tw-space-x-reverse)); - margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(560px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(560px * var(--tw-space-y-reverse)); - } - - .sm\:space-x-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(560px * var(--tw-space-x-reverse)); - margin-left: calc(560px * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1px * var(--tw-space-y-reverse)); - } - - .sm\:space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1px * var(--tw-space-x-reverse)); - margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.125rem * var(--tw-space-x-reverse)); - margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.375rem * var(--tw-space-x-reverse)); - margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.625rem * var(--tw-space-x-reverse)); - margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)); - } - - .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.875rem * var(--tw-space-x-reverse)); - margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0px * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0px * var(--tw-space-x-reverse)); - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1rem * var(--tw-space-x-reverse)); - margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-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)); - } - - .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2rem * var(--tw-space-x-reverse)); - margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-3rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-3rem * var(--tw-space-x-reverse)); - margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-3.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-4rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-4rem * var(--tw-space-x-reverse)); - margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-5rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-5rem * var(--tw-space-x-reverse)); - margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-5.625rem * var(--tw-space-x-reverse)); - margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-6rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-6rem * var(--tw-space-x-reverse)); - margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-7rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-7rem * var(--tw-space-x-reverse)); - margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-8rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-8rem * var(--tw-space-x-reverse)); - margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-9rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-9rem * var(--tw-space-x-reverse)); - margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-10rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-10rem * var(--tw-space-x-reverse)); - margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-11rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-11rem * var(--tw-space-x-reverse)); - margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-12rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-12rem * var(--tw-space-x-reverse)); - margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-13rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-13rem * var(--tw-space-x-reverse)); - margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-14rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-14rem * var(--tw-space-x-reverse)); - margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-240px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-240px * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-240px * var(--tw-space-x-reverse)); - margin-left: calc(-240px * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-16rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-16rem * var(--tw-space-x-reverse)); - margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-18rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-18rem * var(--tw-space-x-reverse)); - margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-20rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-20rem * var(--tw-space-x-reverse)); - margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-22rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-22rem * var(--tw-space-x-reverse)); - margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-24rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-24rem * var(--tw-space-x-reverse)); - margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-560px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-560px * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-560px * var(--tw-space-x-reverse)); - margin-left: calc(-560px * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1px * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1px * var(--tw-space-x-reverse)); - margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.125rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.375rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.625rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)); - } - - .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.875rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 1; - } - - .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 1; - } - - .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(0px * var(--tw-divide-y-reverse)); - } - - .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(0px * var(--tw-divide-x-reverse)); - border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))); - } - - .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(2px * var(--tw-divide-y-reverse)); - } - - .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(2px * var(--tw-divide-x-reverse)); - border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))); - } - - .sm\:divide-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(3px * var(--tw-divide-y-reverse)); - } - - .sm\:divide-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(3px * var(--tw-divide-x-reverse)); - border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse))); - } - - .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(4px * var(--tw-divide-y-reverse)); - } - - .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(4px * var(--tw-divide-x-reverse)); - border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))); - } - - .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(8px * var(--tw-divide-y-reverse)); - } - - .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(8px * var(--tw-divide-x-reverse)); - border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))); - } - - .sm\:divide-y > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); - } - - .sm\:divide-x > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(1px * var(--tw-divide-x-reverse)); - border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); - } - - .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 1; - } - - .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 1; - } - - .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]) { - border-color: transparent; - } - - .sm\:divide-current > :not([hidden]) ~ :not([hidden]) { - border-color: currentColor; - } - - .sm\:divide-black > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-divide-opacity)); - } - - .sm\:divide-white > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-divide-opacity)); - } - - .sm\:divide-red-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-divide-opacity)); - } - - .sm\:divide-red-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-divide-opacity)); - } - - .sm\:divide-red-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-divide-opacity)); - } - - .sm\:divide-red-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-divide-opacity)); - } - - .sm\:divide-red-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-divide-opacity)); - } - - .sm\:divide-red-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-divide-opacity)); - } - - .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-divide-opacity)); - } - - .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-divide-opacity)); - } - - .sm\:divide-red-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-divide-opacity)); - } - - .sm\:divide-red-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-divide-opacity)); - } - - .sm\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)); - } - - .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)); - } - - .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)); - } - - .sm\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)); - } - - .sm\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)); - } - - .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)); - } - - .sm\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)); - } - - .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)); - } - - .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)); - } - - .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)); - } - - .sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)); - } - - .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)); - } - - .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)); - } - - .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)); - } - - .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)); - } - - .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)); - } - - .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)); - } - - .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)); - } - - .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)); - } - - .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)); - } - - .sm\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)); - } - - .sm\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)); - } - - .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)); - } - - .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)); - } - - .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)); - } - - .sm\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)); - } - - .sm\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)); - } - - .sm\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)); - } - - .sm\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)); - } - - .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)); - } - - .sm\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)); - } - - .sm\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)); - } - - .sm\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)); - } - - .sm\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)); - } - - .sm\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)); - } - - .sm\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)); - } - - .sm\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)); - } - - .sm\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)); - } - - .sm\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)); - } - - .sm\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); - } - - .sm\:divide-primary-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-divide-opacity)); - } - - .sm\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-divide-opacity)); - } - - .sm\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-divide-opacity)); - } - - .sm\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-divide-opacity)); - } - - .sm\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-divide-opacity)); - } - - .sm\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-divide-opacity)); - } - - .sm\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-divide-opacity)); - } - - .sm\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-divide-opacity)); - } - - .sm\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-divide-opacity)); - } - - .sm\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-divide-opacity)); - } - - .sm\:divide-danger > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-divide-opacity)); - } - - .sm\:divide-success > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-divide-opacity)); - } - - .sm\:divide-warning > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-divide-opacity)); - } - - .sm\:divide-info > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-divide-opacity)); - } - - .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) { - border-style: solid; - } - - .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]) { - border-style: dashed; - } - - .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]) { - border-style: dotted; - } - - .sm\:divide-double > :not([hidden]) ~ :not([hidden]) { - border-style: double; - } - - .sm\:divide-none > :not([hidden]) ~ :not([hidden]) { - border-style: none; - } - - .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0; - } - - .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.05; - } - - .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.1; - } - - .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.2; - } - - .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.25; - } - - .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.3; - } - - .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.4; - } - - .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.5; - } - - .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.6; - } - - .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.7; - } - - .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.75; - } - - .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.8; - } - - .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.9; - } - - .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.95; - } - - .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - } - - .sm\:sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; - } - - .sm\:not-sr-only { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; - } - - .sm\:focus-within\:sr-only:focus-within { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; - } - - .sm\:focus-within\:not-sr-only:focus-within { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; - } - - .sm\:focus\:sr-only:focus { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; - } - - .sm\:focus\:not-sr-only:focus { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; - } - - .sm\:appearance-none { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - } - - .sm\:bg-fixed { - background-attachment: fixed; - } - - .sm\:bg-local { - background-attachment: local; - } - - .sm\:bg-scroll { - background-attachment: scroll; - } - - .sm\:bg-clip-border { - background-clip: border-box; - } - - .sm\:bg-clip-padding { - background-clip: padding-box; - } - - .sm\:bg-clip-content { - background-clip: content-box; - } - - .sm\:bg-clip-text { - -webkit-background-clip: text; - background-clip: text; - } - - .sm\:bg-transparent { - background-color: transparent; - } - - .sm\:bg-current { - background-color: currentColor; - } - - .sm\:bg-black { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .sm\:bg-white { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .sm\:bg-red-50 { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .sm\:bg-red-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .sm\:bg-red-200 { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .sm\:bg-red-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .sm\:bg-red-400 { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .sm\:bg-red-500 { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .sm\:bg-red-600 { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .sm\:bg-red-700 { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .sm\:bg-red-800 { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .sm\:bg-red-900 { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .sm\:bg-yellow-50 { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .sm\:bg-yellow-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .sm\:bg-yellow-200 { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .sm\:bg-yellow-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .sm\:bg-yellow-400 { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .sm\:bg-yellow-500 { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .sm\:bg-yellow-600 { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .sm\:bg-yellow-700 { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .sm\:bg-yellow-800 { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .sm\:bg-yellow-900 { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .sm\:bg-green-50 { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .sm\:bg-green-100 { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .sm\:bg-green-200 { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .sm\:bg-green-300 { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .sm\:bg-green-400 { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .sm\:bg-green-500 { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .sm\:bg-green-600 { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .sm\:bg-green-700 { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .sm\:bg-green-800 { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .sm\:bg-green-900 { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .sm\:bg-blue-50 { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .sm\:bg-blue-100 { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .sm\:bg-blue-200 { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .sm\:bg-blue-300 { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .sm\:bg-blue-400 { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .sm\:bg-blue-500 { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .sm\:bg-blue-600 { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .sm\:bg-blue-700 { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .sm\:bg-blue-800 { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .sm\:bg-blue-900 { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .sm\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .sm\:bg-indigo-100 { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .sm\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .sm\:bg-indigo-300 { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .sm\:bg-indigo-400 { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .sm\:bg-indigo-500 { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .sm\:bg-indigo-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .sm\:bg-indigo-700 { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .sm\:bg-indigo-800 { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .sm\:bg-indigo-900 { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .sm\:bg-primary-50 { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .sm\:bg-primary-100 { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .sm\:bg-primary-200 { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .sm\:bg-primary-300 { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .sm\:bg-primary-400 { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .sm\:bg-primary-500 { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .sm\:bg-primary-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .sm\:bg-primary-700 { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .sm\:bg-primary-800 { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .sm\:bg-primary-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .sm\:bg-danger { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .sm\:bg-success { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .sm\:bg-warning { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .sm\:bg-info { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-transparent { - background-color: transparent; - } - - .group:hover .sm\:group-hover\:bg-current { - background-color: currentColor; - } - - .group:hover .sm\:group-hover\:bg-black { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-white { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-red-50 { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-red-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-red-200 { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-red-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-red-400 { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-red-500 { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-red-600 { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-red-700 { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-red-800 { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-red-900 { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-yellow-50 { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-yellow-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-yellow-200 { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-yellow-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-yellow-400 { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-yellow-500 { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-yellow-600 { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-yellow-700 { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-yellow-800 { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-yellow-900 { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-green-50 { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-green-100 { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-green-200 { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-green-300 { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-green-400 { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-green-500 { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-green-600 { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-green-700 { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-green-800 { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-green-900 { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-blue-50 { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-blue-100 { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-blue-200 { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-blue-300 { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-blue-400 { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-blue-500 { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-blue-600 { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-blue-700 { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-blue-800 { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-blue-900 { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-indigo-100 { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-indigo-300 { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-indigo-400 { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-indigo-500 { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-indigo-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-indigo-700 { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-indigo-800 { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-indigo-900 { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-primary-50 { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-primary-100 { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-primary-200 { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-primary-300 { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-primary-400 { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-primary-500 { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-primary-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-primary-700 { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-primary-800 { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-primary-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-danger { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-success { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-warning { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-info { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-transparent:focus-within { - background-color: transparent; - } - - .sm\:focus-within\:bg-current:focus-within { - background-color: currentColor; - } - - .sm\:focus-within\:bg-black:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-white:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-red-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-red-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-red-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-red-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-red-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-red-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-red-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-red-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-red-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-red-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-yellow-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-yellow-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-yellow-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-yellow-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-yellow-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-yellow-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-yellow-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-yellow-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-yellow-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-yellow-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-green-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-green-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-green-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-green-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-green-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-green-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-green-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-green-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-green-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-green-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-blue-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-blue-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-blue-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-blue-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-blue-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-blue-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-blue-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-blue-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-blue-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-blue-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-indigo-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-indigo-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-indigo-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-indigo-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-indigo-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-indigo-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-indigo-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-indigo-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-primary-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-primary-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-primary-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-primary-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-primary-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-primary-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-primary-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-primary-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-primary-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-primary-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-danger:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-success:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-warning:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-info:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-transparent:hover { - background-color: transparent; - } - - .sm\:hover\:bg-current:hover { - background-color: currentColor; - } - - .sm\:hover\:bg-black:hover { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-white:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-red-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-red-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-red-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-red-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-red-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-red-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-red-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-red-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-red-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-red-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-yellow-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-yellow-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-yellow-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-yellow-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-yellow-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-yellow-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-yellow-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-yellow-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-yellow-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-yellow-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-green-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-green-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-green-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-green-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-green-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-green-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-green-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-green-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-green-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-green-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-blue-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-blue-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-blue-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-blue-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-blue-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-blue-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-blue-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-blue-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-blue-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-blue-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-indigo-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-indigo-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-indigo-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-indigo-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-indigo-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-indigo-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-indigo-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-indigo-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-primary-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-primary-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-primary-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-primary-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-primary-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-primary-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-primary-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-primary-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-primary-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-primary-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-danger:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-success:hover { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-warning:hover { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-info:hover { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-transparent:focus { - background-color: transparent; - } - - .sm\:focus\:bg-current:focus { - background-color: currentColor; - } - - .sm\:focus\:bg-black:focus { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-white:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-red-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-red-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-red-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-red-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-red-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-red-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-red-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-red-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-red-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-red-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-yellow-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-yellow-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-yellow-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-yellow-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-yellow-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-yellow-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-yellow-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-yellow-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-yellow-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-yellow-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-green-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-green-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-green-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-green-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-green-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-green-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-green-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-green-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-green-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-green-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-blue-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-blue-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-blue-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-blue-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-blue-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-blue-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-blue-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-blue-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-blue-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-blue-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-indigo-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-indigo-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-indigo-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-indigo-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-indigo-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-indigo-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-indigo-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-indigo-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-primary-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-primary-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-primary-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-primary-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-primary-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-primary-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-primary-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-primary-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-primary-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-primary-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-danger:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-success:focus { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-warning:focus { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-info:focus { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .sm\:bg-none { - background-image: none; - } - - .sm\:bg-gradient-to-t { - background-image: linear-gradient(to top, var(--tw-gradient-stops)); - } - - .sm\:bg-gradient-to-tr { - background-image: linear-gradient(to top right, var(--tw-gradient-stops)); - } - - .sm\:bg-gradient-to-r { - background-image: linear-gradient(to right, var(--tw-gradient-stops)); - } - - .sm\:bg-gradient-to-br { - background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); - } - - .sm\:bg-gradient-to-b { - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); - } - - .sm\:bg-gradient-to-bl { - background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)); - } - - .sm\:bg-gradient-to-l { - background-image: linear-gradient(to left, var(--tw-gradient-stops)); - } - - .sm\:bg-gradient-to-tl { - background-image: linear-gradient(to top left, var(--tw-gradient-stops)); - } - - .sm\:from-transparent { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .sm\:from-current { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .sm\:from-black { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .sm\:from-white { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .sm\:from-gray-50 { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .sm\:from-gray-100 { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .sm\:from-gray-200 { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .sm\:from-gray-300 { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .sm\:from-gray-400 { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .sm\:from-gray-500 { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .sm\:from-gray-600 { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .sm\:from-gray-700 { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .sm\:from-gray-800 { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .sm\:from-gray-900 { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .sm\:from-red-50 { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .sm\:from-red-100 { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .sm\:from-red-200 { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .sm\:from-red-300 { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .sm\:from-red-400 { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .sm\:from-red-500 { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .sm\:from-red-600 { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .sm\:from-red-700 { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .sm\:from-red-800 { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .sm\:from-red-900 { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .sm\:from-yellow-50 { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .sm\:from-yellow-100 { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .sm\:from-yellow-200 { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .sm\:from-yellow-300 { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .sm\:from-yellow-400 { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .sm\:from-yellow-500 { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .sm\:from-yellow-600 { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .sm\:from-yellow-700 { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .sm\:from-yellow-800 { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .sm\:from-yellow-900 { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .sm\:from-green-50 { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .sm\:from-green-100 { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .sm\:from-green-200 { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .sm\:from-green-300 { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .sm\:from-green-400 { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .sm\:from-green-500 { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .sm\:from-green-600 { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .sm\:from-green-700 { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .sm\:from-green-800 { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .sm\:from-green-900 { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .sm\:from-blue-50 { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .sm\:from-blue-100 { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .sm\:from-blue-200 { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .sm\:from-blue-300 { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .sm\:from-blue-400 { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .sm\:from-blue-500 { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .sm\:from-blue-600 { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .sm\:from-blue-700 { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .sm\:from-blue-800 { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .sm\:from-blue-900 { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .sm\:from-indigo-50 { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .sm\:from-indigo-100 { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .sm\:from-indigo-200 { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .sm\:from-indigo-300 { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .sm\:from-indigo-400 { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .sm\:from-indigo-500 { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .sm\:from-indigo-600 { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .sm\:from-indigo-700 { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .sm\:from-indigo-800 { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .sm\:from-indigo-900 { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .sm\:from-purple-50 { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .sm\:from-purple-100 { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .sm\:from-purple-200 { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .sm\:from-purple-300 { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .sm\:from-purple-400 { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .sm\:from-purple-500 { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .sm\:from-purple-600 { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .sm\:from-purple-700 { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .sm\:from-purple-800 { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .sm\:from-purple-900 { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .sm\:from-pink-50 { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .sm\:from-pink-100 { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .sm\:from-pink-200 { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .sm\:from-pink-300 { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .sm\:from-pink-400 { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .sm\:from-pink-500 { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .sm\:from-pink-600 { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .sm\:from-pink-700 { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .sm\:from-pink-800 { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .sm\:from-pink-900 { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .sm\:from-primary-50 { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .sm\:from-primary-100 { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .sm\:from-primary-200 { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .sm\:from-primary-300 { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .sm\:from-primary-400 { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .sm\:from-primary-500 { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .sm\:from-primary-600 { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .sm\:from-primary-700 { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .sm\:from-primary-800 { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .sm\:from-primary-900 { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .sm\:from-danger { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .sm\:from-success { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .sm\:from-warning { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .sm\:from-info { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .sm\:via-transparent { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .sm\:via-current { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .sm\:via-black { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .sm\:via-white { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .sm\:via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .sm\:via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .sm\:via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .sm\:via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .sm\:via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .sm\:via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .sm\:via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .sm\:via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .sm\:via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .sm\:via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .sm\:via-red-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .sm\:via-red-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .sm\:via-red-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .sm\:via-red-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .sm\:via-red-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .sm\:via-red-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .sm\:via-red-600 { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .sm\:via-red-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .sm\:via-red-800 { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .sm\:via-red-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .sm\:via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .sm\:via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .sm\:via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .sm\:via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .sm\:via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .sm\:via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .sm\:via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .sm\:via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .sm\:via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .sm\:via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .sm\:via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .sm\:via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .sm\:via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .sm\:via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .sm\:via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .sm\:via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .sm\:via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .sm\:via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .sm\:via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .sm\:via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .sm\:via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .sm\:via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .sm\:via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .sm\:via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .sm\:via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .sm\:via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .sm\:via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .sm\:via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .sm\:via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .sm\:via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .sm\:via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .sm\:via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .sm\:via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .sm\:via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .sm\:via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .sm\:via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .sm\:via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .sm\:via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .sm\:via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .sm\:via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .sm\:via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .sm\:via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .sm\:via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .sm\:via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .sm\:via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .sm\:via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .sm\:via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .sm\:via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .sm\:via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .sm\:via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .sm\:via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .sm\:via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .sm\:via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .sm\:via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .sm\:via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .sm\:via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .sm\:via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .sm\:via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .sm\:via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .sm\:via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .sm\:via-primary-50 { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .sm\:via-primary-100 { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .sm\:via-primary-200 { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .sm\:via-primary-300 { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .sm\:via-primary-400 { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .sm\:via-primary-500 { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .sm\:via-primary-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .sm\:via-primary-700 { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .sm\:via-primary-800 { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .sm\:via-primary-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .sm\:via-danger { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .sm\:via-success { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .sm\:via-warning { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .sm\:via-info { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .sm\:to-transparent { - --tw-gradient-to: transparent; - } - - .sm\:to-current { - --tw-gradient-to: currentColor; - } - - .sm\:to-black { - --tw-gradient-to: #040405; - } - - .sm\:to-white { - --tw-gradient-to: #fff; - } - - .sm\:to-gray-50 { - --tw-gradient-to: #f9fafb; - } - - .sm\:to-gray-100 { - --tw-gradient-to: #f7fafc; - } - - .sm\:to-gray-200 { - --tw-gradient-to: #edf2f7; - } - - .sm\:to-gray-300 { - --tw-gradient-to: #e2e8f0; - } - - .sm\:to-gray-400 { - --tw-gradient-to: #cbd5e0; - } - - .sm\:to-gray-500 { - --tw-gradient-to: #a0aec0; - } - - .sm\:to-gray-600 { - --tw-gradient-to: #718096; - } - - .sm\:to-gray-700 { - --tw-gradient-to: #4a5568; - } - - .sm\:to-gray-800 { - --tw-gradient-to: #2d3748; - } - - .sm\:to-gray-900 { - --tw-gradient-to: #1a202c; - } - - .sm\:to-red-50 { - --tw-gradient-to: #fef2f2; - } - - .sm\:to-red-100 { - --tw-gradient-to: #fee2e2; - } - - .sm\:to-red-200 { - --tw-gradient-to: #fecaca; - } - - .sm\:to-red-300 { - --tw-gradient-to: #fca5a5; - } - - .sm\:to-red-400 { - --tw-gradient-to: #f87171; - } - - .sm\:to-red-500 { - --tw-gradient-to: #ef4444; - } - - .sm\:to-red-600 { - --tw-gradient-to: #dc2626; - } - - .sm\:to-red-700 { - --tw-gradient-to: #b91c1c; - } - - .sm\:to-red-800 { - --tw-gradient-to: #991b1b; - } - - .sm\:to-red-900 { - --tw-gradient-to: #7f1d1d; - } - - .sm\:to-yellow-50 { - --tw-gradient-to: #fffbeb; - } - - .sm\:to-yellow-100 { - --tw-gradient-to: #fef3c7; - } - - .sm\:to-yellow-200 { - --tw-gradient-to: #fde68a; - } - - .sm\:to-yellow-300 { - --tw-gradient-to: #fcd34d; - } - - .sm\:to-yellow-400 { - --tw-gradient-to: #fbbf24; - } - - .sm\:to-yellow-500 { - --tw-gradient-to: #f59e0b; - } - - .sm\:to-yellow-600 { - --tw-gradient-to: #d97706; - } - - .sm\:to-yellow-700 { - --tw-gradient-to: #b45309; - } - - .sm\:to-yellow-800 { - --tw-gradient-to: #92400e; - } - - .sm\:to-yellow-900 { - --tw-gradient-to: #78350f; - } - - .sm\:to-green-50 { - --tw-gradient-to: #ecfdf5; - } - - .sm\:to-green-100 { - --tw-gradient-to: #d1fae5; - } - - .sm\:to-green-200 { - --tw-gradient-to: #a7f3d0; - } - - .sm\:to-green-300 { - --tw-gradient-to: #6ee7b7; - } - - .sm\:to-green-400 { - --tw-gradient-to: #34d399; - } - - .sm\:to-green-500 { - --tw-gradient-to: #10b981; - } - - .sm\:to-green-600 { - --tw-gradient-to: #059669; - } - - .sm\:to-green-700 { - --tw-gradient-to: #047857; - } - - .sm\:to-green-800 { - --tw-gradient-to: #065f46; - } - - .sm\:to-green-900 { - --tw-gradient-to: #064e3b; - } - - .sm\:to-blue-50 { - --tw-gradient-to: #eff6ff; - } - - .sm\:to-blue-100 { - --tw-gradient-to: #dbeafe; - } - - .sm\:to-blue-200 { - --tw-gradient-to: #bfdbfe; - } - - .sm\:to-blue-300 { - --tw-gradient-to: #93c5fd; - } - - .sm\:to-blue-400 { - --tw-gradient-to: #60a5fa; - } - - .sm\:to-blue-500 { - --tw-gradient-to: #3b82f6; - } - - .sm\:to-blue-600 { - --tw-gradient-to: #2563eb; - } - - .sm\:to-blue-700 { - --tw-gradient-to: #1d4ed8; - } - - .sm\:to-blue-800 { - --tw-gradient-to: #1e40af; - } - - .sm\:to-blue-900 { - --tw-gradient-to: #1e3a8a; - } - - .sm\:to-indigo-50 { - --tw-gradient-to: #eef2ff; - } - - .sm\:to-indigo-100 { - --tw-gradient-to: #e0e7ff; - } - - .sm\:to-indigo-200 { - --tw-gradient-to: #c7d2fe; - } - - .sm\:to-indigo-300 { - --tw-gradient-to: #a5b4fc; - } - - .sm\:to-indigo-400 { - --tw-gradient-to: #818cf8; - } - - .sm\:to-indigo-500 { - --tw-gradient-to: #6366f1; - } - - .sm\:to-indigo-600 { - --tw-gradient-to: #4f46e5; - } - - .sm\:to-indigo-700 { - --tw-gradient-to: #4338ca; - } - - .sm\:to-indigo-800 { - --tw-gradient-to: #3730a3; - } - - .sm\:to-indigo-900 { - --tw-gradient-to: #312e81; - } - - .sm\:to-purple-50 { - --tw-gradient-to: #f5f3ff; - } - - .sm\:to-purple-100 { - --tw-gradient-to: #ede9fe; - } - - .sm\:to-purple-200 { - --tw-gradient-to: #ddd6fe; - } - - .sm\:to-purple-300 { - --tw-gradient-to: #c4b5fd; - } - - .sm\:to-purple-400 { - --tw-gradient-to: #a78bfa; - } - - .sm\:to-purple-500 { - --tw-gradient-to: #8b5cf6; - } - - .sm\:to-purple-600 { - --tw-gradient-to: #7c3aed; - } - - .sm\:to-purple-700 { - --tw-gradient-to: #6d28d9; - } - - .sm\:to-purple-800 { - --tw-gradient-to: #5b21b6; - } - - .sm\:to-purple-900 { - --tw-gradient-to: #4c1d95; - } - - .sm\:to-pink-50 { - --tw-gradient-to: #fdf2f8; - } - - .sm\:to-pink-100 { - --tw-gradient-to: #fce7f3; - } - - .sm\:to-pink-200 { - --tw-gradient-to: #fbcfe8; - } - - .sm\:to-pink-300 { - --tw-gradient-to: #f9a8d4; - } - - .sm\:to-pink-400 { - --tw-gradient-to: #f472b6; - } - - .sm\:to-pink-500 { - --tw-gradient-to: #ec4899; - } - - .sm\:to-pink-600 { - --tw-gradient-to: #db2777; - } - - .sm\:to-pink-700 { - --tw-gradient-to: #be185d; - } - - .sm\:to-pink-800 { - --tw-gradient-to: #9d174d; - } - - .sm\:to-pink-900 { - --tw-gradient-to: #831843; - } - - .sm\:to-primary-50 { - --tw-gradient-to: #F7F6FD; - } - - .sm\:to-primary-100 { - --tw-gradient-to: #EEEEFB; - } - - .sm\:to-primary-200 { - --tw-gradient-to: #D5D4F5; - } - - .sm\:to-primary-300 { - --tw-gradient-to: #BCB9EF; - } - - .sm\:to-primary-400 { - --tw-gradient-to: #8A85E4; - } - - .sm\:to-primary-500 { - --tw-gradient-to: #5851D8; - } - - .sm\:to-primary-600 { - --tw-gradient-to: #4F49C2; - } - - .sm\:to-primary-700 { - --tw-gradient-to: #353182; - } - - .sm\:to-primary-800 { - --tw-gradient-to: #282461; - } - - .sm\:to-primary-900 { - --tw-gradient-to: #1A1841; - } - - .sm\:to-danger { - --tw-gradient-to: #FB7178; - } - - .sm\:to-success { - --tw-gradient-to: #00C99C; - } - - .sm\:to-warning { - --tw-gradient-to: #F3AF4E; - } - - .sm\:to-info { - --tw-gradient-to: #15B2EC; - } - - .sm\:hover\:from-transparent:hover { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .sm\:hover\:from-current:hover { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .sm\:hover\:from-black:hover { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .sm\:hover\:from-white:hover { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .sm\:hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .sm\:hover\:from-gray-100:hover { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .sm\:hover\:from-gray-200:hover { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .sm\:hover\:from-gray-300:hover { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .sm\:hover\:from-gray-400:hover { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .sm\:hover\:from-gray-500:hover { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .sm\:hover\:from-gray-600:hover { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .sm\:hover\:from-gray-700:hover { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .sm\:hover\:from-gray-800:hover { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .sm\:hover\:from-gray-900:hover { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .sm\:hover\:from-red-50:hover { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .sm\:hover\:from-red-100:hover { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .sm\:hover\:from-red-200:hover { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .sm\:hover\:from-red-300:hover { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .sm\:hover\:from-red-400:hover { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .sm\:hover\:from-red-500:hover { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .sm\:hover\:from-red-600:hover { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .sm\:hover\:from-red-700:hover { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .sm\:hover\:from-red-800:hover { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .sm\:hover\:from-red-900:hover { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .sm\:hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .sm\:hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .sm\:hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .sm\:hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .sm\:hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .sm\:hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .sm\:hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .sm\:hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .sm\:hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .sm\:hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .sm\:hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .sm\:hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .sm\:hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .sm\:hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .sm\:hover\:from-green-400:hover { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .sm\:hover\:from-green-500:hover { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .sm\:hover\:from-green-600:hover { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .sm\:hover\:from-green-700:hover { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .sm\:hover\:from-green-800:hover { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .sm\:hover\:from-green-900:hover { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .sm\:hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .sm\:hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .sm\:hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .sm\:hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .sm\:hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .sm\:hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .sm\:hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .sm\:hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .sm\:hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .sm\:hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .sm\:hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .sm\:hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .sm\:hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .sm\:hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .sm\:hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .sm\:hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .sm\:hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .sm\:hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .sm\:hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .sm\:hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .sm\:hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .sm\:hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .sm\:hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .sm\:hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .sm\:hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .sm\:hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .sm\:hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .sm\:hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .sm\:hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .sm\:hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .sm\:hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .sm\:hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .sm\:hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .sm\:hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .sm\:hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .sm\:hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .sm\:hover\:from-pink-600:hover { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .sm\:hover\:from-pink-700:hover { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .sm\:hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .sm\:hover\:from-pink-900:hover { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .sm\:hover\:from-primary-50:hover { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .sm\:hover\:from-primary-100:hover { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .sm\:hover\:from-primary-200:hover { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .sm\:hover\:from-primary-300:hover { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .sm\:hover\:from-primary-400:hover { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .sm\:hover\:from-primary-500:hover { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .sm\:hover\:from-primary-600:hover { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .sm\:hover\:from-primary-700:hover { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .sm\:hover\:from-primary-800:hover { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .sm\:hover\:from-primary-900:hover { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .sm\:hover\:from-danger:hover { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .sm\:hover\:from-success:hover { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .sm\:hover\:from-warning:hover { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .sm\:hover\:from-info:hover { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .sm\:hover\:via-transparent:hover { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .sm\:hover\:via-current:hover { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .sm\:hover\:via-black:hover { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .sm\:hover\:via-white:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .sm\:hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .sm\:hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .sm\:hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .sm\:hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .sm\:hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .sm\:hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .sm\:hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .sm\:hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .sm\:hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .sm\:hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .sm\:hover\:via-red-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .sm\:hover\:via-red-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .sm\:hover\:via-red-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .sm\:hover\:via-red-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .sm\:hover\:via-red-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .sm\:hover\:via-red-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .sm\:hover\:via-red-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .sm\:hover\:via-red-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .sm\:hover\:via-red-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .sm\:hover\:via-red-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .sm\:hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .sm\:hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .sm\:hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .sm\:hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .sm\:hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .sm\:hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .sm\:hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .sm\:hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .sm\:hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .sm\:hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .sm\:hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .sm\:hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .sm\:hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .sm\:hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .sm\:hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .sm\:hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .sm\:hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .sm\:hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .sm\:hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .sm\:hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .sm\:hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .sm\:hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .sm\:hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .sm\:hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .sm\:hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .sm\:hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .sm\:hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .sm\:hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .sm\:hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .sm\:hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .sm\:hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .sm\:hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .sm\:hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .sm\:hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .sm\:hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .sm\:hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .sm\:hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .sm\:hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .sm\:hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .sm\:hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .sm\:hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .sm\:hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .sm\:hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .sm\:hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .sm\:hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .sm\:hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .sm\:hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .sm\:hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .sm\:hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .sm\:hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .sm\:hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .sm\:hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .sm\:hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .sm\:hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .sm\:hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .sm\:hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .sm\:hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .sm\:hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .sm\:hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .sm\:hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .sm\:hover\:via-primary-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .sm\:hover\:via-primary-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .sm\:hover\:via-primary-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .sm\:hover\:via-primary-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .sm\:hover\:via-primary-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .sm\:hover\:via-primary-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .sm\:hover\:via-primary-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .sm\:hover\:via-primary-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .sm\:hover\:via-primary-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .sm\:hover\:via-primary-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .sm\:hover\:via-danger:hover { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .sm\:hover\:via-success:hover { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .sm\:hover\:via-warning:hover { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .sm\:hover\:via-info:hover { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .sm\:hover\:to-transparent:hover { - --tw-gradient-to: transparent; - } - - .sm\:hover\:to-current:hover { - --tw-gradient-to: currentColor; - } - - .sm\:hover\:to-black:hover { - --tw-gradient-to: #040405; - } - - .sm\:hover\:to-white:hover { - --tw-gradient-to: #fff; - } - - .sm\:hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb; - } - - .sm\:hover\:to-gray-100:hover { - --tw-gradient-to: #f7fafc; - } - - .sm\:hover\:to-gray-200:hover { - --tw-gradient-to: #edf2f7; - } - - .sm\:hover\:to-gray-300:hover { - --tw-gradient-to: #e2e8f0; - } - - .sm\:hover\:to-gray-400:hover { - --tw-gradient-to: #cbd5e0; - } - - .sm\:hover\:to-gray-500:hover { - --tw-gradient-to: #a0aec0; - } - - .sm\:hover\:to-gray-600:hover { - --tw-gradient-to: #718096; - } - - .sm\:hover\:to-gray-700:hover { - --tw-gradient-to: #4a5568; - } - - .sm\:hover\:to-gray-800:hover { - --tw-gradient-to: #2d3748; - } - - .sm\:hover\:to-gray-900:hover { - --tw-gradient-to: #1a202c; - } - - .sm\:hover\:to-red-50:hover { - --tw-gradient-to: #fef2f2; - } - - .sm\:hover\:to-red-100:hover { - --tw-gradient-to: #fee2e2; - } - - .sm\:hover\:to-red-200:hover { - --tw-gradient-to: #fecaca; - } - - .sm\:hover\:to-red-300:hover { - --tw-gradient-to: #fca5a5; - } - - .sm\:hover\:to-red-400:hover { - --tw-gradient-to: #f87171; - } - - .sm\:hover\:to-red-500:hover { - --tw-gradient-to: #ef4444; - } - - .sm\:hover\:to-red-600:hover { - --tw-gradient-to: #dc2626; - } - - .sm\:hover\:to-red-700:hover { - --tw-gradient-to: #b91c1c; - } - - .sm\:hover\:to-red-800:hover { - --tw-gradient-to: #991b1b; - } - - .sm\:hover\:to-red-900:hover { - --tw-gradient-to: #7f1d1d; - } - - .sm\:hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb; - } - - .sm\:hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7; - } - - .sm\:hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a; - } - - .sm\:hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d; - } - - .sm\:hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24; - } - - .sm\:hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b; - } - - .sm\:hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706; - } - - .sm\:hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309; - } - - .sm\:hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e; - } - - .sm\:hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f; - } - - .sm\:hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5; - } - - .sm\:hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5; - } - - .sm\:hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0; - } - - .sm\:hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7; - } - - .sm\:hover\:to-green-400:hover { - --tw-gradient-to: #34d399; - } - - .sm\:hover\:to-green-500:hover { - --tw-gradient-to: #10b981; - } - - .sm\:hover\:to-green-600:hover { - --tw-gradient-to: #059669; - } - - .sm\:hover\:to-green-700:hover { - --tw-gradient-to: #047857; - } - - .sm\:hover\:to-green-800:hover { - --tw-gradient-to: #065f46; - } - - .sm\:hover\:to-green-900:hover { - --tw-gradient-to: #064e3b; - } - - .sm\:hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff; - } - - .sm\:hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe; - } - - .sm\:hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe; - } - - .sm\:hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd; - } - - .sm\:hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa; - } - - .sm\:hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6; - } - - .sm\:hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb; - } - - .sm\:hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8; - } - - .sm\:hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af; - } - - .sm\:hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a; - } - - .sm\:hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff; - } - - .sm\:hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff; - } - - .sm\:hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe; - } - - .sm\:hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc; - } - - .sm\:hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8; - } - - .sm\:hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1; - } - - .sm\:hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5; - } - - .sm\:hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca; - } - - .sm\:hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3; - } - - .sm\:hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81; - } - - .sm\:hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff; - } - - .sm\:hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe; - } - - .sm\:hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe; - } - - .sm\:hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd; - } - - .sm\:hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa; - } - - .sm\:hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6; - } - - .sm\:hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed; - } - - .sm\:hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9; - } - - .sm\:hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6; - } - - .sm\:hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95; - } - - .sm\:hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8; - } - - .sm\:hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3; - } - - .sm\:hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8; - } - - .sm\:hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4; - } - - .sm\:hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6; - } - - .sm\:hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899; - } - - .sm\:hover\:to-pink-600:hover { - --tw-gradient-to: #db2777; - } - - .sm\:hover\:to-pink-700:hover { - --tw-gradient-to: #be185d; - } - - .sm\:hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d; - } - - .sm\:hover\:to-pink-900:hover { - --tw-gradient-to: #831843; - } - - .sm\:hover\:to-primary-50:hover { - --tw-gradient-to: #F7F6FD; - } - - .sm\:hover\:to-primary-100:hover { - --tw-gradient-to: #EEEEFB; - } - - .sm\:hover\:to-primary-200:hover { - --tw-gradient-to: #D5D4F5; - } - - .sm\:hover\:to-primary-300:hover { - --tw-gradient-to: #BCB9EF; - } - - .sm\:hover\:to-primary-400:hover { - --tw-gradient-to: #8A85E4; - } - - .sm\:hover\:to-primary-500:hover { - --tw-gradient-to: #5851D8; - } - - .sm\:hover\:to-primary-600:hover { - --tw-gradient-to: #4F49C2; - } - - .sm\:hover\:to-primary-700:hover { - --tw-gradient-to: #353182; - } - - .sm\:hover\:to-primary-800:hover { - --tw-gradient-to: #282461; - } - - .sm\:hover\:to-primary-900:hover { - --tw-gradient-to: #1A1841; - } - - .sm\:hover\:to-danger:hover { - --tw-gradient-to: #FB7178; - } - - .sm\:hover\:to-success:hover { - --tw-gradient-to: #00C99C; - } - - .sm\:hover\:to-warning:hover { - --tw-gradient-to: #F3AF4E; - } - - .sm\:hover\:to-info:hover { - --tw-gradient-to: #15B2EC; - } - - .sm\:focus\:from-transparent:focus { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .sm\:focus\:from-current:focus { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .sm\:focus\:from-black:focus { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .sm\:focus\:from-white:focus { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .sm\:focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .sm\:focus\:from-gray-100:focus { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .sm\:focus\:from-gray-200:focus { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .sm\:focus\:from-gray-300:focus { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .sm\:focus\:from-gray-400:focus { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .sm\:focus\:from-gray-500:focus { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .sm\:focus\:from-gray-600:focus { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .sm\:focus\:from-gray-700:focus { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .sm\:focus\:from-gray-800:focus { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .sm\:focus\:from-gray-900:focus { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .sm\:focus\:from-red-50:focus { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .sm\:focus\:from-red-100:focus { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .sm\:focus\:from-red-200:focus { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .sm\:focus\:from-red-300:focus { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .sm\:focus\:from-red-400:focus { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .sm\:focus\:from-red-500:focus { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .sm\:focus\:from-red-600:focus { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .sm\:focus\:from-red-700:focus { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .sm\:focus\:from-red-800:focus { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .sm\:focus\:from-red-900:focus { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .sm\:focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .sm\:focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .sm\:focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .sm\:focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .sm\:focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .sm\:focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .sm\:focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .sm\:focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .sm\:focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .sm\:focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .sm\:focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .sm\:focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .sm\:focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .sm\:focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .sm\:focus\:from-green-400:focus { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .sm\:focus\:from-green-500:focus { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .sm\:focus\:from-green-600:focus { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .sm\:focus\:from-green-700:focus { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .sm\:focus\:from-green-800:focus { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .sm\:focus\:from-green-900:focus { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .sm\:focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .sm\:focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .sm\:focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .sm\:focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .sm\:focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .sm\:focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .sm\:focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .sm\:focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .sm\:focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .sm\:focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .sm\:focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .sm\:focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .sm\:focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .sm\:focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .sm\:focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .sm\:focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .sm\:focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .sm\:focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .sm\:focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .sm\:focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .sm\:focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .sm\:focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .sm\:focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .sm\:focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .sm\:focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .sm\:focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .sm\:focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .sm\:focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .sm\:focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .sm\:focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .sm\:focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .sm\:focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .sm\:focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .sm\:focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .sm\:focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .sm\:focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .sm\:focus\:from-pink-600:focus { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .sm\:focus\:from-pink-700:focus { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .sm\:focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .sm\:focus\:from-pink-900:focus { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .sm\:focus\:from-primary-50:focus { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .sm\:focus\:from-primary-100:focus { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .sm\:focus\:from-primary-200:focus { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .sm\:focus\:from-primary-300:focus { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .sm\:focus\:from-primary-400:focus { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .sm\:focus\:from-primary-500:focus { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .sm\:focus\:from-primary-600:focus { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .sm\:focus\:from-primary-700:focus { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .sm\:focus\:from-primary-800:focus { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .sm\:focus\:from-primary-900:focus { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .sm\:focus\:from-danger:focus { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .sm\:focus\:from-success:focus { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .sm\:focus\:from-warning:focus { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .sm\:focus\:from-info:focus { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .sm\:focus\:via-transparent:focus { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .sm\:focus\:via-current:focus { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .sm\:focus\:via-black:focus { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .sm\:focus\:via-white:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .sm\:focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .sm\:focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .sm\:focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .sm\:focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .sm\:focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .sm\:focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .sm\:focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .sm\:focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .sm\:focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .sm\:focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .sm\:focus\:via-red-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .sm\:focus\:via-red-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .sm\:focus\:via-red-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .sm\:focus\:via-red-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .sm\:focus\:via-red-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .sm\:focus\:via-red-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .sm\:focus\:via-red-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .sm\:focus\:via-red-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .sm\:focus\:via-red-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .sm\:focus\:via-red-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .sm\:focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .sm\:focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .sm\:focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .sm\:focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .sm\:focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .sm\:focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .sm\:focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .sm\:focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .sm\:focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .sm\:focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .sm\:focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .sm\:focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .sm\:focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .sm\:focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .sm\:focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .sm\:focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .sm\:focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .sm\:focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .sm\:focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .sm\:focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .sm\:focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .sm\:focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .sm\:focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .sm\:focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .sm\:focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .sm\:focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .sm\:focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .sm\:focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .sm\:focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .sm\:focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .sm\:focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .sm\:focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .sm\:focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .sm\:focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .sm\:focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .sm\:focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .sm\:focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .sm\:focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .sm\:focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .sm\:focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .sm\:focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .sm\:focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .sm\:focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .sm\:focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .sm\:focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .sm\:focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .sm\:focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .sm\:focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .sm\:focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .sm\:focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .sm\:focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .sm\:focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .sm\:focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .sm\:focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .sm\:focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .sm\:focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .sm\:focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .sm\:focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .sm\:focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .sm\:focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .sm\:focus\:via-primary-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .sm\:focus\:via-primary-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .sm\:focus\:via-primary-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .sm\:focus\:via-primary-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .sm\:focus\:via-primary-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .sm\:focus\:via-primary-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .sm\:focus\:via-primary-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .sm\:focus\:via-primary-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .sm\:focus\:via-primary-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .sm\:focus\:via-primary-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .sm\:focus\:via-danger:focus { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .sm\:focus\:via-success:focus { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .sm\:focus\:via-warning:focus { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .sm\:focus\:via-info:focus { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .sm\:focus\:to-transparent:focus { - --tw-gradient-to: transparent; - } - - .sm\:focus\:to-current:focus { - --tw-gradient-to: currentColor; - } - - .sm\:focus\:to-black:focus { - --tw-gradient-to: #040405; - } - - .sm\:focus\:to-white:focus { - --tw-gradient-to: #fff; - } - - .sm\:focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb; - } - - .sm\:focus\:to-gray-100:focus { - --tw-gradient-to: #f7fafc; - } - - .sm\:focus\:to-gray-200:focus { - --tw-gradient-to: #edf2f7; - } - - .sm\:focus\:to-gray-300:focus { - --tw-gradient-to: #e2e8f0; - } - - .sm\:focus\:to-gray-400:focus { - --tw-gradient-to: #cbd5e0; - } - - .sm\:focus\:to-gray-500:focus { - --tw-gradient-to: #a0aec0; - } - - .sm\:focus\:to-gray-600:focus { - --tw-gradient-to: #718096; - } - - .sm\:focus\:to-gray-700:focus { - --tw-gradient-to: #4a5568; - } - - .sm\:focus\:to-gray-800:focus { - --tw-gradient-to: #2d3748; - } - - .sm\:focus\:to-gray-900:focus { - --tw-gradient-to: #1a202c; - } - - .sm\:focus\:to-red-50:focus { - --tw-gradient-to: #fef2f2; - } - - .sm\:focus\:to-red-100:focus { - --tw-gradient-to: #fee2e2; - } - - .sm\:focus\:to-red-200:focus { - --tw-gradient-to: #fecaca; - } - - .sm\:focus\:to-red-300:focus { - --tw-gradient-to: #fca5a5; - } - - .sm\:focus\:to-red-400:focus { - --tw-gradient-to: #f87171; - } - - .sm\:focus\:to-red-500:focus { - --tw-gradient-to: #ef4444; - } - - .sm\:focus\:to-red-600:focus { - --tw-gradient-to: #dc2626; - } - - .sm\:focus\:to-red-700:focus { - --tw-gradient-to: #b91c1c; - } - - .sm\:focus\:to-red-800:focus { - --tw-gradient-to: #991b1b; - } - - .sm\:focus\:to-red-900:focus { - --tw-gradient-to: #7f1d1d; - } - - .sm\:focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb; - } - - .sm\:focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7; - } - - .sm\:focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a; - } - - .sm\:focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d; - } - - .sm\:focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24; - } - - .sm\:focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b; - } - - .sm\:focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706; - } - - .sm\:focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309; - } - - .sm\:focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e; - } - - .sm\:focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f; - } - - .sm\:focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5; - } - - .sm\:focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5; - } - - .sm\:focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0; - } - - .sm\:focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7; - } - - .sm\:focus\:to-green-400:focus { - --tw-gradient-to: #34d399; - } - - .sm\:focus\:to-green-500:focus { - --tw-gradient-to: #10b981; - } - - .sm\:focus\:to-green-600:focus { - --tw-gradient-to: #059669; - } - - .sm\:focus\:to-green-700:focus { - --tw-gradient-to: #047857; - } - - .sm\:focus\:to-green-800:focus { - --tw-gradient-to: #065f46; - } - - .sm\:focus\:to-green-900:focus { - --tw-gradient-to: #064e3b; - } - - .sm\:focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff; - } - - .sm\:focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe; - } - - .sm\:focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe; - } - - .sm\:focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd; - } - - .sm\:focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa; - } - - .sm\:focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6; - } - - .sm\:focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb; - } - - .sm\:focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8; - } - - .sm\:focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af; - } - - .sm\:focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a; - } - - .sm\:focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff; - } - - .sm\:focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff; - } - - .sm\:focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe; - } - - .sm\:focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc; - } - - .sm\:focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8; - } - - .sm\:focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1; - } - - .sm\:focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5; - } - - .sm\:focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca; - } - - .sm\:focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3; - } - - .sm\:focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81; - } - - .sm\:focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff; - } - - .sm\:focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe; - } - - .sm\:focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe; - } - - .sm\:focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd; - } - - .sm\:focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa; - } - - .sm\:focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6; - } - - .sm\:focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed; - } - - .sm\:focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9; - } - - .sm\:focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6; - } - - .sm\:focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95; - } - - .sm\:focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8; - } - - .sm\:focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3; - } - - .sm\:focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8; - } - - .sm\:focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4; - } - - .sm\:focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6; - } - - .sm\:focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899; - } - - .sm\:focus\:to-pink-600:focus { - --tw-gradient-to: #db2777; - } - - .sm\:focus\:to-pink-700:focus { - --tw-gradient-to: #be185d; - } - - .sm\:focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d; - } - - .sm\:focus\:to-pink-900:focus { - --tw-gradient-to: #831843; - } - - .sm\:focus\:to-primary-50:focus { - --tw-gradient-to: #F7F6FD; - } - - .sm\:focus\:to-primary-100:focus { - --tw-gradient-to: #EEEEFB; - } - - .sm\:focus\:to-primary-200:focus { - --tw-gradient-to: #D5D4F5; - } - - .sm\:focus\:to-primary-300:focus { - --tw-gradient-to: #BCB9EF; - } - - .sm\:focus\:to-primary-400:focus { - --tw-gradient-to: #8A85E4; - } - - .sm\:focus\:to-primary-500:focus { - --tw-gradient-to: #5851D8; - } - - .sm\:focus\:to-primary-600:focus { - --tw-gradient-to: #4F49C2; - } - - .sm\:focus\:to-primary-700:focus { - --tw-gradient-to: #353182; - } - - .sm\:focus\:to-primary-800:focus { - --tw-gradient-to: #282461; - } - - .sm\:focus\:to-primary-900:focus { - --tw-gradient-to: #1A1841; - } - - .sm\:focus\:to-danger:focus { - --tw-gradient-to: #FB7178; - } - - .sm\:focus\:to-success:focus { - --tw-gradient-to: #00C99C; - } - - .sm\:focus\:to-warning:focus { - --tw-gradient-to: #F3AF4E; - } - - .sm\:focus\:to-info:focus { - --tw-gradient-to: #15B2EC; - } - - .sm\:bg-opacity-0 { - --tw-bg-opacity: 0; - } - - .sm\:bg-opacity-5 { - --tw-bg-opacity: 0.05; - } - - .sm\:bg-opacity-10 { - --tw-bg-opacity: 0.1; - } - - .sm\:bg-opacity-20 { - --tw-bg-opacity: 0.2; - } - - .sm\:bg-opacity-25 { - --tw-bg-opacity: 0.25; - } - - .sm\:bg-opacity-30 { - --tw-bg-opacity: 0.3; - } - - .sm\:bg-opacity-40 { - --tw-bg-opacity: 0.4; - } - - .sm\:bg-opacity-50 { - --tw-bg-opacity: 0.5; - } - - .sm\:bg-opacity-60 { - --tw-bg-opacity: 0.6; - } - - .sm\:bg-opacity-70 { - --tw-bg-opacity: 0.7; - } - - .sm\:bg-opacity-75 { - --tw-bg-opacity: 0.75; - } - - .sm\:bg-opacity-80 { - --tw-bg-opacity: 0.8; - } - - .sm\:bg-opacity-90 { - --tw-bg-opacity: 0.9; - } - - .sm\:bg-opacity-95 { - --tw-bg-opacity: 0.95; - } - - .sm\:bg-opacity-100 { - --tw-bg-opacity: 1; - } - - .group:hover .sm\:group-hover\:bg-opacity-0 { - --tw-bg-opacity: 0; - } - - .group:hover .sm\:group-hover\:bg-opacity-5 { - --tw-bg-opacity: 0.05; - } - - .group:hover .sm\:group-hover\:bg-opacity-10 { - --tw-bg-opacity: 0.1; - } - - .group:hover .sm\:group-hover\:bg-opacity-20 { - --tw-bg-opacity: 0.2; - } - - .group:hover .sm\:group-hover\:bg-opacity-25 { - --tw-bg-opacity: 0.25; - } - - .group:hover .sm\:group-hover\:bg-opacity-30 { - --tw-bg-opacity: 0.3; - } - - .group:hover .sm\:group-hover\:bg-opacity-40 { - --tw-bg-opacity: 0.4; - } - - .group:hover .sm\:group-hover\:bg-opacity-50 { - --tw-bg-opacity: 0.5; - } - - .group:hover .sm\:group-hover\:bg-opacity-60 { - --tw-bg-opacity: 0.6; - } - - .group:hover .sm\:group-hover\:bg-opacity-70 { - --tw-bg-opacity: 0.7; - } - - .group:hover .sm\:group-hover\:bg-opacity-75 { - --tw-bg-opacity: 0.75; - } - - .group:hover .sm\:group-hover\:bg-opacity-80 { - --tw-bg-opacity: 0.8; - } - - .group:hover .sm\:group-hover\:bg-opacity-90 { - --tw-bg-opacity: 0.9; - } - - .group:hover .sm\:group-hover\:bg-opacity-95 { - --tw-bg-opacity: 0.95; - } - - .group:hover .sm\:group-hover\:bg-opacity-100 { - --tw-bg-opacity: 1; - } - - .sm\:focus-within\:bg-opacity-0:focus-within { - --tw-bg-opacity: 0; - } - - .sm\:focus-within\:bg-opacity-5:focus-within { - --tw-bg-opacity: 0.05; - } - - .sm\:focus-within\:bg-opacity-10:focus-within { - --tw-bg-opacity: 0.1; - } - - .sm\:focus-within\:bg-opacity-20:focus-within { - --tw-bg-opacity: 0.2; - } - - .sm\:focus-within\:bg-opacity-25:focus-within { - --tw-bg-opacity: 0.25; - } - - .sm\:focus-within\:bg-opacity-30:focus-within { - --tw-bg-opacity: 0.3; - } - - .sm\:focus-within\:bg-opacity-40:focus-within { - --tw-bg-opacity: 0.4; - } - - .sm\:focus-within\:bg-opacity-50:focus-within { - --tw-bg-opacity: 0.5; - } - - .sm\:focus-within\:bg-opacity-60:focus-within { - --tw-bg-opacity: 0.6; - } - - .sm\:focus-within\:bg-opacity-70:focus-within { - --tw-bg-opacity: 0.7; - } - - .sm\:focus-within\:bg-opacity-75:focus-within { - --tw-bg-opacity: 0.75; - } - - .sm\:focus-within\:bg-opacity-80:focus-within { - --tw-bg-opacity: 0.8; - } - - .sm\:focus-within\:bg-opacity-90:focus-within { - --tw-bg-opacity: 0.9; - } - - .sm\:focus-within\:bg-opacity-95:focus-within { - --tw-bg-opacity: 0.95; - } - - .sm\:focus-within\:bg-opacity-100:focus-within { - --tw-bg-opacity: 1; - } - - .sm\:hover\:bg-opacity-0:hover { - --tw-bg-opacity: 0; - } - - .sm\:hover\:bg-opacity-5:hover { - --tw-bg-opacity: 0.05; - } - - .sm\:hover\:bg-opacity-10:hover { - --tw-bg-opacity: 0.1; - } - - .sm\:hover\:bg-opacity-20:hover { - --tw-bg-opacity: 0.2; - } - - .sm\:hover\:bg-opacity-25:hover { - --tw-bg-opacity: 0.25; - } - - .sm\:hover\:bg-opacity-30:hover { - --tw-bg-opacity: 0.3; - } - - .sm\:hover\:bg-opacity-40:hover { - --tw-bg-opacity: 0.4; - } - - .sm\:hover\:bg-opacity-50:hover { - --tw-bg-opacity: 0.5; - } - - .sm\:hover\:bg-opacity-60:hover { - --tw-bg-opacity: 0.6; - } - - .sm\:hover\:bg-opacity-70:hover { - --tw-bg-opacity: 0.7; - } - - .sm\:hover\:bg-opacity-75:hover { - --tw-bg-opacity: 0.75; - } - - .sm\:hover\:bg-opacity-80:hover { - --tw-bg-opacity: 0.8; - } - - .sm\:hover\:bg-opacity-90:hover { - --tw-bg-opacity: 0.9; - } - - .sm\:hover\:bg-opacity-95:hover { - --tw-bg-opacity: 0.95; - } - - .sm\:hover\:bg-opacity-100:hover { - --tw-bg-opacity: 1; - } - - .sm\:focus\:bg-opacity-0:focus { - --tw-bg-opacity: 0; - } - - .sm\:focus\:bg-opacity-5:focus { - --tw-bg-opacity: 0.05; - } - - .sm\:focus\:bg-opacity-10:focus { - --tw-bg-opacity: 0.1; - } - - .sm\:focus\:bg-opacity-20:focus { - --tw-bg-opacity: 0.2; - } - - .sm\:focus\:bg-opacity-25:focus { - --tw-bg-opacity: 0.25; - } - - .sm\:focus\:bg-opacity-30:focus { - --tw-bg-opacity: 0.3; - } - - .sm\:focus\:bg-opacity-40:focus { - --tw-bg-opacity: 0.4; - } - - .sm\:focus\:bg-opacity-50:focus { - --tw-bg-opacity: 0.5; - } - - .sm\:focus\:bg-opacity-60:focus { - --tw-bg-opacity: 0.6; - } - - .sm\:focus\:bg-opacity-70:focus { - --tw-bg-opacity: 0.7; - } - - .sm\:focus\:bg-opacity-75:focus { - --tw-bg-opacity: 0.75; - } - - .sm\:focus\:bg-opacity-80:focus { - --tw-bg-opacity: 0.8; - } - - .sm\:focus\:bg-opacity-90:focus { - --tw-bg-opacity: 0.9; - } - - .sm\:focus\:bg-opacity-95:focus { - --tw-bg-opacity: 0.95; - } - - .sm\:focus\:bg-opacity-100:focus { - --tw-bg-opacity: 1; - } - - .sm\:bg-bottom { - background-position: bottom; - } - - .sm\:bg-center { - background-position: center; - } - - .sm\:bg-left { - background-position: left; - } - - .sm\:bg-left-bottom { - background-position: left bottom; - } - - .sm\:bg-left-top { - background-position: left top; - } - - .sm\:bg-right { - background-position: right; - } - - .sm\:bg-right-bottom { - background-position: right bottom; - } - - .sm\:bg-right-top { - background-position: right top; - } - - .sm\:bg-top { - background-position: top; - } - - .sm\:bg-repeat { - background-repeat: repeat; - } - - .sm\:bg-no-repeat { - background-repeat: no-repeat; - } - - .sm\:bg-repeat-x { - background-repeat: repeat-x; - } - - .sm\:bg-repeat-y { - background-repeat: repeat-y; - } - - .sm\:bg-repeat-round { - background-repeat: round; - } - - .sm\:bg-repeat-space { - background-repeat: space; - } - - .sm\:bg-auto { - background-size: auto; - } - - .sm\:bg-cover { - background-size: cover; - } - - .sm\:bg-contain { - background-size: contain; - } - - .sm\:border-collapse { - border-collapse: collapse; - } - - .sm\:border-separate { - border-collapse: separate; - } - - .sm\:border-transparent { - border-color: transparent; - } - - .sm\:border-current { - border-color: currentColor; - } - - .sm\:border-black { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .sm\:border-white { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .sm\:border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .sm\:border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .sm\:border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .sm\:border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .sm\:border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .sm\:border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .sm\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .sm\:border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .sm\:border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .sm\:border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .sm\:border-red-50 { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .sm\:border-red-100 { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .sm\:border-red-200 { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .sm\:border-red-300 { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .sm\:border-red-400 { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .sm\:border-red-500 { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .sm\:border-red-600 { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .sm\:border-red-700 { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .sm\:border-red-800 { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .sm\:border-red-900 { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .sm\:border-yellow-50 { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .sm\:border-yellow-100 { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .sm\:border-yellow-200 { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .sm\:border-yellow-300 { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .sm\:border-yellow-400 { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .sm\:border-yellow-500 { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .sm\:border-yellow-600 { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .sm\:border-yellow-700 { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .sm\:border-yellow-800 { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .sm\:border-yellow-900 { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .sm\:border-green-50 { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .sm\:border-green-100 { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .sm\:border-green-200 { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .sm\:border-green-300 { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .sm\:border-green-400 { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .sm\:border-green-500 { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .sm\:border-green-600 { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .sm\:border-green-700 { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .sm\:border-green-800 { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .sm\:border-green-900 { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .sm\:border-blue-50 { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .sm\:border-blue-100 { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .sm\:border-blue-200 { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .sm\:border-blue-300 { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .sm\:border-blue-400 { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .sm\:border-blue-500 { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .sm\:border-blue-600 { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .sm\:border-blue-700 { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .sm\:border-blue-800 { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .sm\:border-blue-900 { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .sm\:border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .sm\:border-indigo-100 { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .sm\:border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .sm\:border-indigo-300 { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .sm\:border-indigo-400 { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .sm\:border-indigo-500 { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .sm\:border-indigo-600 { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .sm\:border-indigo-700 { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .sm\:border-indigo-800 { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .sm\:border-indigo-900 { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .sm\:border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .sm\:border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .sm\:border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .sm\:border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .sm\:border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .sm\:border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .sm\:border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .sm\:border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .sm\:border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .sm\:border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .sm\:border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .sm\:border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .sm\:border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .sm\:border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .sm\:border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .sm\:border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .sm\:border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .sm\:border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .sm\:border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .sm\:border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .sm\:border-primary-50 { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .sm\:border-primary-100 { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .sm\:border-primary-200 { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .sm\:border-primary-300 { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .sm\:border-primary-400 { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .sm\:border-primary-500 { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .sm\:border-primary-600 { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .sm\:border-primary-700 { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .sm\:border-primary-800 { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .sm\:border-primary-900 { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .sm\:border-danger { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .sm\:border-success { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .sm\:border-warning { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .sm\:border-info { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .sm\:hover\:border-transparent:hover { - border-color: transparent; - } - - .sm\:hover\:border-current:hover { - border-color: currentColor; - } - - .sm\:hover\:border-black:hover { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .sm\:hover\:border-white:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-50:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-100:hover { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-200:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-300:hover { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-400:hover { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-500:hover { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-600:hover { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-700:hover { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-800:hover { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-900:hover { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .sm\:hover\:border-red-50:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .sm\:hover\:border-red-100:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .sm\:hover\:border-red-200:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .sm\:hover\:border-red-300:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .sm\:hover\:border-red-400:hover { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .sm\:hover\:border-red-500:hover { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .sm\:hover\:border-red-600:hover { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .sm\:hover\:border-red-700:hover { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .sm\:hover\:border-red-800:hover { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .sm\:hover\:border-red-900:hover { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .sm\:hover\:border-yellow-50:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .sm\:hover\:border-yellow-100:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .sm\:hover\:border-yellow-200:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .sm\:hover\:border-yellow-300:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .sm\:hover\:border-yellow-400:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .sm\:hover\:border-yellow-500:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .sm\:hover\:border-yellow-600:hover { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .sm\:hover\:border-yellow-700:hover { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .sm\:hover\:border-yellow-800:hover { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .sm\:hover\:border-yellow-900:hover { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .sm\:hover\:border-green-50:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .sm\:hover\:border-green-100:hover { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .sm\:hover\:border-green-200:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .sm\:hover\:border-green-300:hover { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .sm\:hover\:border-green-400:hover { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .sm\:hover\:border-green-500:hover { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .sm\:hover\:border-green-600:hover { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .sm\:hover\:border-green-700:hover { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .sm\:hover\:border-green-800:hover { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .sm\:hover\:border-green-900:hover { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .sm\:hover\:border-blue-50:hover { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .sm\:hover\:border-blue-100:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .sm\:hover\:border-blue-200:hover { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .sm\:hover\:border-blue-300:hover { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .sm\:hover\:border-blue-400:hover { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .sm\:hover\:border-blue-500:hover { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .sm\:hover\:border-blue-600:hover { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .sm\:hover\:border-blue-700:hover { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .sm\:hover\:border-blue-800:hover { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .sm\:hover\:border-blue-900:hover { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .sm\:hover\:border-indigo-50:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .sm\:hover\:border-indigo-100:hover { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .sm\:hover\:border-indigo-200:hover { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .sm\:hover\:border-indigo-300:hover { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .sm\:hover\:border-indigo-400:hover { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .sm\:hover\:border-indigo-500:hover { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .sm\:hover\:border-indigo-600:hover { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .sm\:hover\:border-indigo-700:hover { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .sm\:hover\:border-indigo-800:hover { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .sm\:hover\:border-indigo-900:hover { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-50:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-100:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-200:hover { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-300:hover { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-400:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-500:hover { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-600:hover { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-700:hover { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-800:hover { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-900:hover { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-50:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-100:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-200:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-300:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-400:hover { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-500:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-600:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-700:hover { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-800:hover { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-900:hover { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .sm\:hover\:border-primary-50:hover { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .sm\:hover\:border-primary-100:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .sm\:hover\:border-primary-200:hover { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .sm\:hover\:border-primary-300:hover { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .sm\:hover\:border-primary-400:hover { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .sm\:hover\:border-primary-500:hover { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .sm\:hover\:border-primary-600:hover { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .sm\:hover\:border-primary-700:hover { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .sm\:hover\:border-primary-800:hover { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .sm\:hover\:border-primary-900:hover { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .sm\:hover\:border-danger:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .sm\:hover\:border-success:hover { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .sm\:hover\:border-warning:hover { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .sm\:hover\:border-info:hover { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .sm\:focus\:border-transparent:focus { - border-color: transparent; - } - - .sm\:focus\:border-current:focus { - border-color: currentColor; - } - - .sm\:focus\:border-black:focus { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .sm\:focus\:border-white:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-50:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-100:focus { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-200:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-300:focus { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-400:focus { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-500:focus { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-600:focus { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-700:focus { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-800:focus { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-900:focus { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .sm\:focus\:border-red-50:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .sm\:focus\:border-red-100:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .sm\:focus\:border-red-200:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .sm\:focus\:border-red-300:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .sm\:focus\:border-red-400:focus { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .sm\:focus\:border-red-500:focus { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .sm\:focus\:border-red-600:focus { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .sm\:focus\:border-red-700:focus { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .sm\:focus\:border-red-800:focus { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .sm\:focus\:border-red-900:focus { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .sm\:focus\:border-yellow-50:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .sm\:focus\:border-yellow-100:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .sm\:focus\:border-yellow-200:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .sm\:focus\:border-yellow-300:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .sm\:focus\:border-yellow-400:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .sm\:focus\:border-yellow-500:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .sm\:focus\:border-yellow-600:focus { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .sm\:focus\:border-yellow-700:focus { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .sm\:focus\:border-yellow-800:focus { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .sm\:focus\:border-yellow-900:focus { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .sm\:focus\:border-green-50:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .sm\:focus\:border-green-100:focus { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .sm\:focus\:border-green-200:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .sm\:focus\:border-green-300:focus { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .sm\:focus\:border-green-400:focus { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .sm\:focus\:border-green-500:focus { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .sm\:focus\:border-green-600:focus { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .sm\:focus\:border-green-700:focus { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .sm\:focus\:border-green-800:focus { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .sm\:focus\:border-green-900:focus { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .sm\:focus\:border-blue-50:focus { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .sm\:focus\:border-blue-100:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .sm\:focus\:border-blue-200:focus { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .sm\:focus\:border-blue-300:focus { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .sm\:focus\:border-blue-400:focus { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .sm\:focus\:border-blue-500:focus { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .sm\:focus\:border-blue-600:focus { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .sm\:focus\:border-blue-700:focus { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .sm\:focus\:border-blue-800:focus { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .sm\:focus\:border-blue-900:focus { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .sm\:focus\:border-indigo-50:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .sm\:focus\:border-indigo-100:focus { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .sm\:focus\:border-indigo-200:focus { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .sm\:focus\:border-indigo-300:focus { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .sm\:focus\:border-indigo-400:focus { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .sm\:focus\:border-indigo-500:focus { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .sm\:focus\:border-indigo-600:focus { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .sm\:focus\:border-indigo-700:focus { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .sm\:focus\:border-indigo-800:focus { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .sm\:focus\:border-indigo-900:focus { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-50:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-100:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-200:focus { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-300:focus { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-400:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-500:focus { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-600:focus { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-700:focus { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-800:focus { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-900:focus { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-50:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-100:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-200:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-300:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-400:focus { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-500:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-600:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-700:focus { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-800:focus { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-900:focus { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .sm\:focus\:border-primary-50:focus { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .sm\:focus\:border-primary-100:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .sm\:focus\:border-primary-200:focus { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .sm\:focus\:border-primary-300:focus { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .sm\:focus\:border-primary-400:focus { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .sm\:focus\:border-primary-500:focus { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .sm\:focus\:border-primary-600:focus { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .sm\:focus\:border-primary-700:focus { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .sm\:focus\:border-primary-800:focus { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .sm\:focus\:border-primary-900:focus { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .sm\:focus\:border-danger:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .sm\:focus\:border-success:focus { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .sm\:focus\:border-warning:focus { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .sm\:focus\:border-info:focus { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .sm\:active\:border-transparent:active { - border-color: transparent; - } - - .sm\:active\:border-current:active { - border-color: currentColor; - } - - .sm\:active\:border-black:active { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .sm\:active\:border-white:active { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .sm\:active\:border-gray-50:active { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .sm\:active\:border-gray-100:active { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .sm\:active\:border-gray-200:active { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .sm\:active\:border-gray-300:active { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .sm\:active\:border-gray-400:active { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .sm\:active\:border-gray-500:active { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .sm\:active\:border-gray-600:active { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .sm\:active\:border-gray-700:active { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .sm\:active\:border-gray-800:active { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .sm\:active\:border-gray-900:active { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .sm\:active\:border-red-50:active { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .sm\:active\:border-red-100:active { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .sm\:active\:border-red-200:active { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .sm\:active\:border-red-300:active { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .sm\:active\:border-red-400:active { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .sm\:active\:border-red-500:active { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .sm\:active\:border-red-600:active { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .sm\:active\:border-red-700:active { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .sm\:active\:border-red-800:active { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .sm\:active\:border-red-900:active { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .sm\:active\:border-yellow-50:active { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .sm\:active\:border-yellow-100:active { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .sm\:active\:border-yellow-200:active { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .sm\:active\:border-yellow-300:active { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .sm\:active\:border-yellow-400:active { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .sm\:active\:border-yellow-500:active { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .sm\:active\:border-yellow-600:active { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .sm\:active\:border-yellow-700:active { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .sm\:active\:border-yellow-800:active { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .sm\:active\:border-yellow-900:active { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .sm\:active\:border-green-50:active { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .sm\:active\:border-green-100:active { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .sm\:active\:border-green-200:active { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .sm\:active\:border-green-300:active { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .sm\:active\:border-green-400:active { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .sm\:active\:border-green-500:active { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .sm\:active\:border-green-600:active { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .sm\:active\:border-green-700:active { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .sm\:active\:border-green-800:active { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .sm\:active\:border-green-900:active { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .sm\:active\:border-blue-50:active { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .sm\:active\:border-blue-100:active { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .sm\:active\:border-blue-200:active { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .sm\:active\:border-blue-300:active { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .sm\:active\:border-blue-400:active { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .sm\:active\:border-blue-500:active { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .sm\:active\:border-blue-600:active { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .sm\:active\:border-blue-700:active { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .sm\:active\:border-blue-800:active { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .sm\:active\:border-blue-900:active { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .sm\:active\:border-indigo-50:active { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .sm\:active\:border-indigo-100:active { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .sm\:active\:border-indigo-200:active { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .sm\:active\:border-indigo-300:active { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .sm\:active\:border-indigo-400:active { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .sm\:active\:border-indigo-500:active { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .sm\:active\:border-indigo-600:active { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .sm\:active\:border-indigo-700:active { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .sm\:active\:border-indigo-800:active { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .sm\:active\:border-indigo-900:active { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .sm\:active\:border-purple-50:active { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .sm\:active\:border-purple-100:active { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .sm\:active\:border-purple-200:active { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .sm\:active\:border-purple-300:active { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .sm\:active\:border-purple-400:active { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .sm\:active\:border-purple-500:active { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .sm\:active\:border-purple-600:active { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .sm\:active\:border-purple-700:active { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .sm\:active\:border-purple-800:active { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .sm\:active\:border-purple-900:active { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .sm\:active\:border-pink-50:active { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .sm\:active\:border-pink-100:active { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .sm\:active\:border-pink-200:active { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .sm\:active\:border-pink-300:active { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .sm\:active\:border-pink-400:active { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .sm\:active\:border-pink-500:active { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .sm\:active\:border-pink-600:active { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .sm\:active\:border-pink-700:active { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .sm\:active\:border-pink-800:active { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .sm\:active\:border-pink-900:active { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .sm\:active\:border-primary-50:active { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .sm\:active\:border-primary-100:active { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .sm\:active\:border-primary-200:active { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .sm\:active\:border-primary-300:active { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .sm\:active\:border-primary-400:active { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .sm\:active\:border-primary-500:active { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .sm\:active\:border-primary-600:active { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .sm\:active\:border-primary-700:active { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .sm\:active\:border-primary-800:active { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .sm\:active\:border-primary-900:active { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .sm\:active\:border-danger:active { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .sm\:active\:border-success:active { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .sm\:active\:border-warning:active { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .sm\:active\:border-info:active { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-transparent:focus-within { - border-color: transparent; - } - - .sm\:focus-within\:border-current:focus-within { - border-color: currentColor; - } - - .sm\:focus-within\:border-black:focus-within { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-white:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-red-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-red-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-red-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-red-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-red-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-red-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-red-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-red-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-red-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-red-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-yellow-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-yellow-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-yellow-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-yellow-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-yellow-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-yellow-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-yellow-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-yellow-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-yellow-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-yellow-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-green-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-green-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-green-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-green-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-green-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-green-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-green-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-green-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-green-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-green-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-blue-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-blue-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-blue-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-blue-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-blue-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-blue-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-blue-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-blue-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-blue-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-blue-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-indigo-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-indigo-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-indigo-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-indigo-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-indigo-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-indigo-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-indigo-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-indigo-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-primary-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-primary-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-primary-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-primary-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-primary-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-primary-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-primary-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-primary-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-primary-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-primary-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-danger:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-success:focus-within { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-warning:focus-within { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-info:focus-within { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .sm\:border-opacity-0 { - --tw-border-opacity: 0; - } - - .sm\:border-opacity-5 { - --tw-border-opacity: 0.05; - } - - .sm\:border-opacity-10 { - --tw-border-opacity: 0.1; - } - - .sm\:border-opacity-20 { - --tw-border-opacity: 0.2; - } - - .sm\:border-opacity-25 { - --tw-border-opacity: 0.25; - } - - .sm\:border-opacity-30 { - --tw-border-opacity: 0.3; - } - - .sm\:border-opacity-40 { - --tw-border-opacity: 0.4; - } - - .sm\:border-opacity-50 { - --tw-border-opacity: 0.5; - } - - .sm\:border-opacity-60 { - --tw-border-opacity: 0.6; - } - - .sm\:border-opacity-70 { - --tw-border-opacity: 0.7; - } - - .sm\:border-opacity-75 { - --tw-border-opacity: 0.75; - } - - .sm\:border-opacity-80 { - --tw-border-opacity: 0.8; - } - - .sm\:border-opacity-90 { - --tw-border-opacity: 0.9; - } - - .sm\:border-opacity-95 { - --tw-border-opacity: 0.95; - } - - .sm\:border-opacity-100 { - --tw-border-opacity: 1; - } - - .group:hover .sm\:group-hover\:border-opacity-0 { - --tw-border-opacity: 0; - } - - .group:hover .sm\:group-hover\:border-opacity-5 { - --tw-border-opacity: 0.05; - } - - .group:hover .sm\:group-hover\:border-opacity-10 { - --tw-border-opacity: 0.1; - } - - .group:hover .sm\:group-hover\:border-opacity-20 { - --tw-border-opacity: 0.2; - } - - .group:hover .sm\:group-hover\:border-opacity-25 { - --tw-border-opacity: 0.25; - } - - .group:hover .sm\:group-hover\:border-opacity-30 { - --tw-border-opacity: 0.3; - } - - .group:hover .sm\:group-hover\:border-opacity-40 { - --tw-border-opacity: 0.4; - } - - .group:hover .sm\:group-hover\:border-opacity-50 { - --tw-border-opacity: 0.5; - } - - .group:hover .sm\:group-hover\:border-opacity-60 { - --tw-border-opacity: 0.6; - } - - .group:hover .sm\:group-hover\:border-opacity-70 { - --tw-border-opacity: 0.7; - } - - .group:hover .sm\:group-hover\:border-opacity-75 { - --tw-border-opacity: 0.75; - } - - .group:hover .sm\:group-hover\:border-opacity-80 { - --tw-border-opacity: 0.8; - } - - .group:hover .sm\:group-hover\:border-opacity-90 { - --tw-border-opacity: 0.9; - } - - .group:hover .sm\:group-hover\:border-opacity-95 { - --tw-border-opacity: 0.95; - } - - .group:hover .sm\:group-hover\:border-opacity-100 { - --tw-border-opacity: 1; - } - - .sm\:focus-within\:border-opacity-0:focus-within { - --tw-border-opacity: 0; - } - - .sm\:focus-within\:border-opacity-5:focus-within { - --tw-border-opacity: 0.05; - } - - .sm\:focus-within\:border-opacity-10:focus-within { - --tw-border-opacity: 0.1; - } - - .sm\:focus-within\:border-opacity-20:focus-within { - --tw-border-opacity: 0.2; - } - - .sm\:focus-within\:border-opacity-25:focus-within { - --tw-border-opacity: 0.25; - } - - .sm\:focus-within\:border-opacity-30:focus-within { - --tw-border-opacity: 0.3; - } - - .sm\:focus-within\:border-opacity-40:focus-within { - --tw-border-opacity: 0.4; - } - - .sm\:focus-within\:border-opacity-50:focus-within { - --tw-border-opacity: 0.5; - } - - .sm\:focus-within\:border-opacity-60:focus-within { - --tw-border-opacity: 0.6; - } - - .sm\:focus-within\:border-opacity-70:focus-within { - --tw-border-opacity: 0.7; - } - - .sm\:focus-within\:border-opacity-75:focus-within { - --tw-border-opacity: 0.75; - } - - .sm\:focus-within\:border-opacity-80:focus-within { - --tw-border-opacity: 0.8; - } - - .sm\:focus-within\:border-opacity-90:focus-within { - --tw-border-opacity: 0.9; - } - - .sm\:focus-within\:border-opacity-95:focus-within { - --tw-border-opacity: 0.95; - } - - .sm\:focus-within\:border-opacity-100:focus-within { - --tw-border-opacity: 1; - } - - .sm\:hover\:border-opacity-0:hover { - --tw-border-opacity: 0; - } - - .sm\:hover\:border-opacity-5:hover { - --tw-border-opacity: 0.05; - } - - .sm\:hover\:border-opacity-10:hover { - --tw-border-opacity: 0.1; - } - - .sm\:hover\:border-opacity-20:hover { - --tw-border-opacity: 0.2; - } - - .sm\:hover\:border-opacity-25:hover { - --tw-border-opacity: 0.25; - } - - .sm\:hover\:border-opacity-30:hover { - --tw-border-opacity: 0.3; - } - - .sm\:hover\:border-opacity-40:hover { - --tw-border-opacity: 0.4; - } - - .sm\:hover\:border-opacity-50:hover { - --tw-border-opacity: 0.5; - } - - .sm\:hover\:border-opacity-60:hover { - --tw-border-opacity: 0.6; - } - - .sm\:hover\:border-opacity-70:hover { - --tw-border-opacity: 0.7; - } - - .sm\:hover\:border-opacity-75:hover { - --tw-border-opacity: 0.75; - } - - .sm\:hover\:border-opacity-80:hover { - --tw-border-opacity: 0.8; - } - - .sm\:hover\:border-opacity-90:hover { - --tw-border-opacity: 0.9; - } - - .sm\:hover\:border-opacity-95:hover { - --tw-border-opacity: 0.95; - } - - .sm\:hover\:border-opacity-100:hover { - --tw-border-opacity: 1; - } - - .sm\:focus\:border-opacity-0:focus { - --tw-border-opacity: 0; - } - - .sm\:focus\:border-opacity-5:focus { - --tw-border-opacity: 0.05; - } - - .sm\:focus\:border-opacity-10:focus { - --tw-border-opacity: 0.1; - } - - .sm\:focus\:border-opacity-20:focus { - --tw-border-opacity: 0.2; - } - - .sm\:focus\:border-opacity-25:focus { - --tw-border-opacity: 0.25; - } - - .sm\:focus\:border-opacity-30:focus { - --tw-border-opacity: 0.3; - } - - .sm\:focus\:border-opacity-40:focus { - --tw-border-opacity: 0.4; - } - - .sm\:focus\:border-opacity-50:focus { - --tw-border-opacity: 0.5; - } - - .sm\:focus\:border-opacity-60:focus { - --tw-border-opacity: 0.6; - } - - .sm\:focus\:border-opacity-70:focus { - --tw-border-opacity: 0.7; - } - - .sm\:focus\:border-opacity-75:focus { - --tw-border-opacity: 0.75; - } - - .sm\:focus\:border-opacity-80:focus { - --tw-border-opacity: 0.8; - } - - .sm\:focus\:border-opacity-90:focus { - --tw-border-opacity: 0.9; - } - - .sm\:focus\:border-opacity-95:focus { - --tw-border-opacity: 0.95; - } - - .sm\:focus\:border-opacity-100:focus { - --tw-border-opacity: 1; - } - - .sm\:rounded-none { - border-radius: 0px; - } - - .sm\:rounded-sm { - border-radius: 0.125rem; - } - - .sm\:rounded { - border-radius: 0.25rem; - } - - .sm\:rounded-md { - border-radius: 0.375rem; - } - - .sm\:rounded-lg { - border-radius: 0.5rem; - } - - .sm\:rounded-xl { - border-radius: 0.75rem; - } - - .sm\:rounded-2xl { - border-radius: 1rem; - } - - .sm\:rounded-3xl { - border-radius: 1.5rem; - } - - .sm\:rounded-full { - border-radius: 9999px; - } - - .sm\:rounded-t-none { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .sm\:rounded-r-none { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .sm\:rounded-b-none { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .sm\:rounded-l-none { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .sm\:rounded-t-sm { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .sm\:rounded-r-sm { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .sm\:rounded-b-sm { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .sm\:rounded-l-sm { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .sm\:rounded-t { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .sm\:rounded-r { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .sm\:rounded-b { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .sm\:rounded-l { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .sm\:rounded-t-md { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .sm\:rounded-r-md { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .sm\:rounded-b-md { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .sm\:rounded-l-md { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .sm\:rounded-t-lg { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .sm\:rounded-r-lg { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .sm\:rounded-b-lg { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .sm\:rounded-l-lg { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .sm\:rounded-t-xl { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .sm\:rounded-r-xl { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .sm\:rounded-b-xl { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .sm\:rounded-l-xl { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .sm\:rounded-t-2xl { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .sm\:rounded-r-2xl { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .sm\:rounded-b-2xl { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .sm\:rounded-l-2xl { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .sm\:rounded-t-3xl { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .sm\:rounded-r-3xl { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .sm\:rounded-b-3xl { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .sm\:rounded-l-3xl { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .sm\:rounded-t-full { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .sm\:rounded-r-full { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .sm\:rounded-b-full { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .sm\:rounded-l-full { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .sm\:rounded-tl-none { - border-top-left-radius: 0px; - } - - .sm\:rounded-tr-none { - border-top-right-radius: 0px; - } - - .sm\:rounded-br-none { - border-bottom-right-radius: 0px; - } - - .sm\:rounded-bl-none { - border-bottom-left-radius: 0px; - } - - .sm\:rounded-tl-sm { - border-top-left-radius: 0.125rem; - } - - .sm\:rounded-tr-sm { - border-top-right-radius: 0.125rem; - } - - .sm\:rounded-br-sm { - border-bottom-right-radius: 0.125rem; - } - - .sm\:rounded-bl-sm { - border-bottom-left-radius: 0.125rem; - } - - .sm\:rounded-tl { - border-top-left-radius: 0.25rem; - } - - .sm\:rounded-tr { - border-top-right-radius: 0.25rem; - } - - .sm\:rounded-br { - border-bottom-right-radius: 0.25rem; - } - - .sm\:rounded-bl { - border-bottom-left-radius: 0.25rem; - } - - .sm\:rounded-tl-md { - border-top-left-radius: 0.375rem; - } - - .sm\:rounded-tr-md { - border-top-right-radius: 0.375rem; - } - - .sm\:rounded-br-md { - border-bottom-right-radius: 0.375rem; - } - - .sm\:rounded-bl-md { - border-bottom-left-radius: 0.375rem; - } - - .sm\:rounded-tl-lg { - border-top-left-radius: 0.5rem; - } - - .sm\:rounded-tr-lg { - border-top-right-radius: 0.5rem; - } - - .sm\:rounded-br-lg { - border-bottom-right-radius: 0.5rem; - } - - .sm\:rounded-bl-lg { - border-bottom-left-radius: 0.5rem; - } - - .sm\:rounded-tl-xl { - border-top-left-radius: 0.75rem; - } - - .sm\:rounded-tr-xl { - border-top-right-radius: 0.75rem; - } - - .sm\:rounded-br-xl { - border-bottom-right-radius: 0.75rem; - } - - .sm\:rounded-bl-xl { - border-bottom-left-radius: 0.75rem; - } - - .sm\:rounded-tl-2xl { - border-top-left-radius: 1rem; - } - - .sm\:rounded-tr-2xl { - border-top-right-radius: 1rem; - } - - .sm\:rounded-br-2xl { - border-bottom-right-radius: 1rem; - } - - .sm\:rounded-bl-2xl { - border-bottom-left-radius: 1rem; - } - - .sm\:rounded-tl-3xl { - border-top-left-radius: 1.5rem; - } - - .sm\:rounded-tr-3xl { - border-top-right-radius: 1.5rem; - } - - .sm\:rounded-br-3xl { - border-bottom-right-radius: 1.5rem; - } - - .sm\:rounded-bl-3xl { - border-bottom-left-radius: 1.5rem; - } - - .sm\:rounded-tl-full { - border-top-left-radius: 9999px; - } - - .sm\:rounded-tr-full { - border-top-right-radius: 9999px; - } - - .sm\:rounded-br-full { - border-bottom-right-radius: 9999px; - } - - .sm\:rounded-bl-full { - border-bottom-left-radius: 9999px; - } - - .sm\:hover\:rounded-none:hover { - border-radius: 0px; - } - - .sm\:hover\:rounded-sm:hover { - border-radius: 0.125rem; - } - - .sm\:hover\:rounded:hover { - border-radius: 0.25rem; - } - - .sm\:hover\:rounded-md:hover { - border-radius: 0.375rem; - } - - .sm\:hover\:rounded-lg:hover { - border-radius: 0.5rem; - } - - .sm\:hover\:rounded-xl:hover { - border-radius: 0.75rem; - } - - .sm\:hover\:rounded-2xl:hover { - border-radius: 1rem; - } - - .sm\:hover\:rounded-3xl:hover { - border-radius: 1.5rem; - } - - .sm\:hover\:rounded-full:hover { - border-radius: 9999px; - } - - .sm\:hover\:rounded-t-none:hover { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .sm\:hover\:rounded-r-none:hover { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .sm\:hover\:rounded-b-none:hover { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .sm\:hover\:rounded-l-none:hover { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .sm\:hover\:rounded-t-sm:hover { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .sm\:hover\:rounded-r-sm:hover { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .sm\:hover\:rounded-b-sm:hover { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .sm\:hover\:rounded-l-sm:hover { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .sm\:hover\:rounded-t:hover { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .sm\:hover\:rounded-r:hover { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .sm\:hover\:rounded-b:hover { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .sm\:hover\:rounded-l:hover { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .sm\:hover\:rounded-t-md:hover { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .sm\:hover\:rounded-r-md:hover { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .sm\:hover\:rounded-b-md:hover { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .sm\:hover\:rounded-l-md:hover { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .sm\:hover\:rounded-t-lg:hover { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .sm\:hover\:rounded-r-lg:hover { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .sm\:hover\:rounded-b-lg:hover { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .sm\:hover\:rounded-l-lg:hover { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .sm\:hover\:rounded-t-xl:hover { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .sm\:hover\:rounded-r-xl:hover { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .sm\:hover\:rounded-b-xl:hover { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .sm\:hover\:rounded-l-xl:hover { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .sm\:hover\:rounded-t-2xl:hover { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .sm\:hover\:rounded-r-2xl:hover { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .sm\:hover\:rounded-b-2xl:hover { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .sm\:hover\:rounded-l-2xl:hover { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .sm\:hover\:rounded-t-3xl:hover { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .sm\:hover\:rounded-r-3xl:hover { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .sm\:hover\:rounded-b-3xl:hover { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .sm\:hover\:rounded-l-3xl:hover { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .sm\:hover\:rounded-t-full:hover { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .sm\:hover\:rounded-r-full:hover { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .sm\:hover\:rounded-b-full:hover { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .sm\:hover\:rounded-l-full:hover { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .sm\:hover\:rounded-tl-none:hover { - border-top-left-radius: 0px; - } - - .sm\:hover\:rounded-tr-none:hover { - border-top-right-radius: 0px; - } - - .sm\:hover\:rounded-br-none:hover { - border-bottom-right-radius: 0px; - } - - .sm\:hover\:rounded-bl-none:hover { - border-bottom-left-radius: 0px; - } - - .sm\:hover\:rounded-tl-sm:hover { - border-top-left-radius: 0.125rem; - } - - .sm\:hover\:rounded-tr-sm:hover { - border-top-right-radius: 0.125rem; - } - - .sm\:hover\:rounded-br-sm:hover { - border-bottom-right-radius: 0.125rem; - } - - .sm\:hover\:rounded-bl-sm:hover { - border-bottom-left-radius: 0.125rem; - } - - .sm\:hover\:rounded-tl:hover { - border-top-left-radius: 0.25rem; - } - - .sm\:hover\:rounded-tr:hover { - border-top-right-radius: 0.25rem; - } - - .sm\:hover\:rounded-br:hover { - border-bottom-right-radius: 0.25rem; - } - - .sm\:hover\:rounded-bl:hover { - border-bottom-left-radius: 0.25rem; - } - - .sm\:hover\:rounded-tl-md:hover { - border-top-left-radius: 0.375rem; - } - - .sm\:hover\:rounded-tr-md:hover { - border-top-right-radius: 0.375rem; - } - - .sm\:hover\:rounded-br-md:hover { - border-bottom-right-radius: 0.375rem; - } - - .sm\:hover\:rounded-bl-md:hover { - border-bottom-left-radius: 0.375rem; - } - - .sm\:hover\:rounded-tl-lg:hover { - border-top-left-radius: 0.5rem; - } - - .sm\:hover\:rounded-tr-lg:hover { - border-top-right-radius: 0.5rem; - } - - .sm\:hover\:rounded-br-lg:hover { - border-bottom-right-radius: 0.5rem; - } - - .sm\:hover\:rounded-bl-lg:hover { - border-bottom-left-radius: 0.5rem; - } - - .sm\:hover\:rounded-tl-xl:hover { - border-top-left-radius: 0.75rem; - } - - .sm\:hover\:rounded-tr-xl:hover { - border-top-right-radius: 0.75rem; - } - - .sm\:hover\:rounded-br-xl:hover { - border-bottom-right-radius: 0.75rem; - } - - .sm\:hover\:rounded-bl-xl:hover { - border-bottom-left-radius: 0.75rem; - } - - .sm\:hover\:rounded-tl-2xl:hover { - border-top-left-radius: 1rem; - } - - .sm\:hover\:rounded-tr-2xl:hover { - border-top-right-radius: 1rem; - } - - .sm\:hover\:rounded-br-2xl:hover { - border-bottom-right-radius: 1rem; - } - - .sm\:hover\:rounded-bl-2xl:hover { - border-bottom-left-radius: 1rem; - } - - .sm\:hover\:rounded-tl-3xl:hover { - border-top-left-radius: 1.5rem; - } - - .sm\:hover\:rounded-tr-3xl:hover { - border-top-right-radius: 1.5rem; - } - - .sm\:hover\:rounded-br-3xl:hover { - border-bottom-right-radius: 1.5rem; - } - - .sm\:hover\:rounded-bl-3xl:hover { - border-bottom-left-radius: 1.5rem; - } - - .sm\:hover\:rounded-tl-full:hover { - border-top-left-radius: 9999px; - } - - .sm\:hover\:rounded-tr-full:hover { - border-top-right-radius: 9999px; - } - - .sm\:hover\:rounded-br-full:hover { - border-bottom-right-radius: 9999px; - } - - .sm\:hover\:rounded-bl-full:hover { - border-bottom-left-radius: 9999px; - } - - .sm\:first\:rounded-none:first-child { - border-radius: 0px; - } - - .sm\:first\:rounded-sm:first-child { - border-radius: 0.125rem; - } - - .sm\:first\:rounded:first-child { - border-radius: 0.25rem; - } - - .sm\:first\:rounded-md:first-child { - border-radius: 0.375rem; - } - - .sm\:first\:rounded-lg:first-child { - border-radius: 0.5rem; - } - - .sm\:first\:rounded-xl:first-child { - border-radius: 0.75rem; - } - - .sm\:first\:rounded-2xl:first-child { - border-radius: 1rem; - } - - .sm\:first\:rounded-3xl:first-child { - border-radius: 1.5rem; - } - - .sm\:first\:rounded-full:first-child { - border-radius: 9999px; - } - - .sm\:first\:rounded-t-none:first-child { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .sm\:first\:rounded-r-none:first-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .sm\:first\:rounded-b-none:first-child { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .sm\:first\:rounded-l-none:first-child { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .sm\:first\:rounded-t-sm:first-child { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .sm\:first\:rounded-r-sm:first-child { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .sm\:first\:rounded-b-sm:first-child { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .sm\:first\:rounded-l-sm:first-child { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .sm\:first\:rounded-t:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .sm\:first\:rounded-r:first-child { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .sm\:first\:rounded-b:first-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .sm\:first\:rounded-l:first-child { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .sm\:first\:rounded-t-md:first-child { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .sm\:first\:rounded-r-md:first-child { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .sm\:first\:rounded-b-md:first-child { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .sm\:first\:rounded-l-md:first-child { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .sm\:first\:rounded-t-lg:first-child { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .sm\:first\:rounded-r-lg:first-child { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .sm\:first\:rounded-b-lg:first-child { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .sm\:first\:rounded-l-lg:first-child { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .sm\:first\:rounded-t-xl:first-child { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .sm\:first\:rounded-r-xl:first-child { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .sm\:first\:rounded-b-xl:first-child { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .sm\:first\:rounded-l-xl:first-child { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .sm\:first\:rounded-t-2xl:first-child { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .sm\:first\:rounded-r-2xl:first-child { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .sm\:first\:rounded-b-2xl:first-child { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .sm\:first\:rounded-l-2xl:first-child { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .sm\:first\:rounded-t-3xl:first-child { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .sm\:first\:rounded-r-3xl:first-child { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .sm\:first\:rounded-b-3xl:first-child { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .sm\:first\:rounded-l-3xl:first-child { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .sm\:first\:rounded-t-full:first-child { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .sm\:first\:rounded-r-full:first-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .sm\:first\:rounded-b-full:first-child { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .sm\:first\:rounded-l-full:first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .sm\:first\:rounded-tl-none:first-child { - border-top-left-radius: 0px; - } - - .sm\:first\:rounded-tr-none:first-child { - border-top-right-radius: 0px; - } - - .sm\:first\:rounded-br-none:first-child { - border-bottom-right-radius: 0px; - } - - .sm\:first\:rounded-bl-none:first-child { - border-bottom-left-radius: 0px; - } - - .sm\:first\:rounded-tl-sm:first-child { - border-top-left-radius: 0.125rem; - } - - .sm\:first\:rounded-tr-sm:first-child { - border-top-right-radius: 0.125rem; - } - - .sm\:first\:rounded-br-sm:first-child { - border-bottom-right-radius: 0.125rem; - } - - .sm\:first\:rounded-bl-sm:first-child { - border-bottom-left-radius: 0.125rem; - } - - .sm\:first\:rounded-tl:first-child { - border-top-left-radius: 0.25rem; - } - - .sm\:first\:rounded-tr:first-child { - border-top-right-radius: 0.25rem; - } - - .sm\:first\:rounded-br:first-child { - border-bottom-right-radius: 0.25rem; - } - - .sm\:first\:rounded-bl:first-child { - border-bottom-left-radius: 0.25rem; - } - - .sm\:first\:rounded-tl-md:first-child { - border-top-left-radius: 0.375rem; - } - - .sm\:first\:rounded-tr-md:first-child { - border-top-right-radius: 0.375rem; - } - - .sm\:first\:rounded-br-md:first-child { - border-bottom-right-radius: 0.375rem; - } - - .sm\:first\:rounded-bl-md:first-child { - border-bottom-left-radius: 0.375rem; - } - - .sm\:first\:rounded-tl-lg:first-child { - border-top-left-radius: 0.5rem; - } - - .sm\:first\:rounded-tr-lg:first-child { - border-top-right-radius: 0.5rem; - } - - .sm\:first\:rounded-br-lg:first-child { - border-bottom-right-radius: 0.5rem; - } - - .sm\:first\:rounded-bl-lg:first-child { - border-bottom-left-radius: 0.5rem; - } - - .sm\:first\:rounded-tl-xl:first-child { - border-top-left-radius: 0.75rem; - } - - .sm\:first\:rounded-tr-xl:first-child { - border-top-right-radius: 0.75rem; - } - - .sm\:first\:rounded-br-xl:first-child { - border-bottom-right-radius: 0.75rem; - } - - .sm\:first\:rounded-bl-xl:first-child { - border-bottom-left-radius: 0.75rem; - } - - .sm\:first\:rounded-tl-2xl:first-child { - border-top-left-radius: 1rem; - } - - .sm\:first\:rounded-tr-2xl:first-child { - border-top-right-radius: 1rem; - } - - .sm\:first\:rounded-br-2xl:first-child { - border-bottom-right-radius: 1rem; - } - - .sm\:first\:rounded-bl-2xl:first-child { - border-bottom-left-radius: 1rem; - } - - .sm\:first\:rounded-tl-3xl:first-child { - border-top-left-radius: 1.5rem; - } - - .sm\:first\:rounded-tr-3xl:first-child { - border-top-right-radius: 1.5rem; - } - - .sm\:first\:rounded-br-3xl:first-child { - border-bottom-right-radius: 1.5rem; - } - - .sm\:first\:rounded-bl-3xl:first-child { - border-bottom-left-radius: 1.5rem; - } - - .sm\:first\:rounded-tl-full:first-child { - border-top-left-radius: 9999px; - } - - .sm\:first\:rounded-tr-full:first-child { - border-top-right-radius: 9999px; - } - - .sm\:first\:rounded-br-full:first-child { - border-bottom-right-radius: 9999px; - } - - .sm\:first\:rounded-bl-full:first-child { - border-bottom-left-radius: 9999px; - } - - .sm\:last\:rounded-none:last-child { - border-radius: 0px; - } - - .sm\:last\:rounded-sm:last-child { - border-radius: 0.125rem; - } - - .sm\:last\:rounded:last-child { - border-radius: 0.25rem; - } - - .sm\:last\:rounded-md:last-child { - border-radius: 0.375rem; - } - - .sm\:last\:rounded-lg:last-child { - border-radius: 0.5rem; - } - - .sm\:last\:rounded-xl:last-child { - border-radius: 0.75rem; - } - - .sm\:last\:rounded-2xl:last-child { - border-radius: 1rem; - } - - .sm\:last\:rounded-3xl:last-child { - border-radius: 1.5rem; - } - - .sm\:last\:rounded-full:last-child { - border-radius: 9999px; - } - - .sm\:last\:rounded-t-none:last-child { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .sm\:last\:rounded-r-none:last-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .sm\:last\:rounded-b-none:last-child { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .sm\:last\:rounded-l-none:last-child { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .sm\:last\:rounded-t-sm:last-child { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .sm\:last\:rounded-r-sm:last-child { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .sm\:last\:rounded-b-sm:last-child { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .sm\:last\:rounded-l-sm:last-child { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .sm\:last\:rounded-t:last-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .sm\:last\:rounded-r:last-child { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .sm\:last\:rounded-b:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .sm\:last\:rounded-l:last-child { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .sm\:last\:rounded-t-md:last-child { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .sm\:last\:rounded-r-md:last-child { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .sm\:last\:rounded-b-md:last-child { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .sm\:last\:rounded-l-md:last-child { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .sm\:last\:rounded-t-lg:last-child { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .sm\:last\:rounded-r-lg:last-child { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .sm\:last\:rounded-b-lg:last-child { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .sm\:last\:rounded-l-lg:last-child { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .sm\:last\:rounded-t-xl:last-child { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .sm\:last\:rounded-r-xl:last-child { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .sm\:last\:rounded-b-xl:last-child { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .sm\:last\:rounded-l-xl:last-child { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .sm\:last\:rounded-t-2xl:last-child { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .sm\:last\:rounded-r-2xl:last-child { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .sm\:last\:rounded-b-2xl:last-child { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .sm\:last\:rounded-l-2xl:last-child { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .sm\:last\:rounded-t-3xl:last-child { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .sm\:last\:rounded-r-3xl:last-child { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .sm\:last\:rounded-b-3xl:last-child { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .sm\:last\:rounded-l-3xl:last-child { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .sm\:last\:rounded-t-full:last-child { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .sm\:last\:rounded-r-full:last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .sm\:last\:rounded-b-full:last-child { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .sm\:last\:rounded-l-full:last-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .sm\:last\:rounded-tl-none:last-child { - border-top-left-radius: 0px; - } - - .sm\:last\:rounded-tr-none:last-child { - border-top-right-radius: 0px; - } - - .sm\:last\:rounded-br-none:last-child { - border-bottom-right-radius: 0px; - } - - .sm\:last\:rounded-bl-none:last-child { - border-bottom-left-radius: 0px; - } - - .sm\:last\:rounded-tl-sm:last-child { - border-top-left-radius: 0.125rem; - } - - .sm\:last\:rounded-tr-sm:last-child { - border-top-right-radius: 0.125rem; - } - - .sm\:last\:rounded-br-sm:last-child { - border-bottom-right-radius: 0.125rem; - } - - .sm\:last\:rounded-bl-sm:last-child { - border-bottom-left-radius: 0.125rem; - } - - .sm\:last\:rounded-tl:last-child { - border-top-left-radius: 0.25rem; - } - - .sm\:last\:rounded-tr:last-child { - border-top-right-radius: 0.25rem; - } - - .sm\:last\:rounded-br:last-child { - border-bottom-right-radius: 0.25rem; - } - - .sm\:last\:rounded-bl:last-child { - border-bottom-left-radius: 0.25rem; - } - - .sm\:last\:rounded-tl-md:last-child { - border-top-left-radius: 0.375rem; - } - - .sm\:last\:rounded-tr-md:last-child { - border-top-right-radius: 0.375rem; - } - - .sm\:last\:rounded-br-md:last-child { - border-bottom-right-radius: 0.375rem; - } - - .sm\:last\:rounded-bl-md:last-child { - border-bottom-left-radius: 0.375rem; - } - - .sm\:last\:rounded-tl-lg:last-child { - border-top-left-radius: 0.5rem; - } - - .sm\:last\:rounded-tr-lg:last-child { - border-top-right-radius: 0.5rem; - } - - .sm\:last\:rounded-br-lg:last-child { - border-bottom-right-radius: 0.5rem; - } - - .sm\:last\:rounded-bl-lg:last-child { - border-bottom-left-radius: 0.5rem; - } - - .sm\:last\:rounded-tl-xl:last-child { - border-top-left-radius: 0.75rem; - } - - .sm\:last\:rounded-tr-xl:last-child { - border-top-right-radius: 0.75rem; - } - - .sm\:last\:rounded-br-xl:last-child { - border-bottom-right-radius: 0.75rem; - } - - .sm\:last\:rounded-bl-xl:last-child { - border-bottom-left-radius: 0.75rem; - } - - .sm\:last\:rounded-tl-2xl:last-child { - border-top-left-radius: 1rem; - } - - .sm\:last\:rounded-tr-2xl:last-child { - border-top-right-radius: 1rem; - } - - .sm\:last\:rounded-br-2xl:last-child { - border-bottom-right-radius: 1rem; - } - - .sm\:last\:rounded-bl-2xl:last-child { - border-bottom-left-radius: 1rem; - } - - .sm\:last\:rounded-tl-3xl:last-child { - border-top-left-radius: 1.5rem; - } - - .sm\:last\:rounded-tr-3xl:last-child { - border-top-right-radius: 1.5rem; - } - - .sm\:last\:rounded-br-3xl:last-child { - border-bottom-right-radius: 1.5rem; - } - - .sm\:last\:rounded-bl-3xl:last-child { - border-bottom-left-radius: 1.5rem; - } - - .sm\:last\:rounded-tl-full:last-child { - border-top-left-radius: 9999px; - } - - .sm\:last\:rounded-tr-full:last-child { - border-top-right-radius: 9999px; - } - - .sm\:last\:rounded-br-full:last-child { - border-bottom-right-radius: 9999px; - } - - .sm\:last\:rounded-bl-full:last-child { - border-bottom-left-radius: 9999px; - } - - .sm\:border-solid { - border-style: solid; - } - - .sm\:border-dashed { - border-style: dashed; - } - - .sm\:border-dotted { - border-style: dotted; - } - - .sm\:border-double { - border-style: double; - } - - .sm\:border-none { - border-style: none; - } - - .sm\:hover\:border-solid:hover { - border-style: solid; - } - - .sm\:hover\:border-dashed:hover { - border-style: dashed; - } - - .sm\:hover\:border-dotted:hover { - border-style: dotted; - } - - .sm\:hover\:border-double:hover { - border-style: double; - } - - .sm\:hover\:border-none:hover { - border-style: none; - } - - .sm\:first\:border-solid:first-child { - border-style: solid; - } - - .sm\:first\:border-dashed:first-child { - border-style: dashed; - } - - .sm\:first\:border-dotted:first-child { - border-style: dotted; - } - - .sm\:first\:border-double:first-child { - border-style: double; - } - - .sm\:first\:border-none:first-child { - border-style: none; - } - - .sm\:last\:border-solid:last-child { - border-style: solid; - } - - .sm\:last\:border-dashed:last-child { - border-style: dashed; - } - - .sm\:last\:border-dotted:last-child { - border-style: dotted; - } - - .sm\:last\:border-double:last-child { - border-style: double; - } - - .sm\:last\:border-none:last-child { - border-style: none; - } - - .sm\:border-0 { - border-width: 0px; - } - - .sm\:border-2 { - border-width: 2px; - } - - .sm\:border-3 { - border-width: 3px; - } - - .sm\:border-4 { - border-width: 4px; - } - - .sm\:border-8 { - border-width: 8px; - } - - .sm\:border { - border-width: 1px; - } - - .sm\:border-t-0 { - border-top-width: 0px; - } - - .sm\:border-r-0 { - border-right-width: 0px; - } - - .sm\:border-b-0 { - border-bottom-width: 0px; - } - - .sm\:border-l-0 { - border-left-width: 0px; - } - - .sm\:border-t-2 { - border-top-width: 2px; - } - - .sm\:border-r-2 { - border-right-width: 2px; - } - - .sm\:border-b-2 { - border-bottom-width: 2px; - } - - .sm\:border-l-2 { - border-left-width: 2px; - } - - .sm\:border-t-3 { - border-top-width: 3px; - } - - .sm\:border-r-3 { - border-right-width: 3px; - } - - .sm\:border-b-3 { - border-bottom-width: 3px; - } - - .sm\:border-l-3 { - border-left-width: 3px; - } - - .sm\:border-t-4 { - border-top-width: 4px; - } - - .sm\:border-r-4 { - border-right-width: 4px; - } - - .sm\:border-b-4 { - border-bottom-width: 4px; - } - - .sm\:border-l-4 { - border-left-width: 4px; - } - - .sm\:border-t-8 { - border-top-width: 8px; - } - - .sm\:border-r-8 { - border-right-width: 8px; - } - - .sm\:border-b-8 { - border-bottom-width: 8px; - } - - .sm\:border-l-8 { - border-left-width: 8px; - } - - .sm\:border-t { - border-top-width: 1px; - } - - .sm\:border-r { - border-right-width: 1px; - } - - .sm\:border-b { - border-bottom-width: 1px; - } - - .sm\:border-l { - border-left-width: 1px; - } - - .sm\:last\:border-0:last-child { - border-width: 0px; - } - - .sm\:last\:border-2:last-child { - border-width: 2px; - } - - .sm\:last\:border-3:last-child { - border-width: 3px; - } - - .sm\:last\:border-4:last-child { - border-width: 4px; - } - - .sm\:last\:border-8:last-child { - border-width: 8px; - } - - .sm\:last\:border:last-child { - border-width: 1px; - } - - .sm\:last\:border-t-0:last-child { - border-top-width: 0px; - } - - .sm\:last\:border-r-0:last-child { - border-right-width: 0px; - } - - .sm\:last\:border-b-0:last-child { - border-bottom-width: 0px; - } - - .sm\:last\:border-l-0:last-child { - border-left-width: 0px; - } - - .sm\:last\:border-t-2:last-child { - border-top-width: 2px; - } - - .sm\:last\:border-r-2:last-child { - border-right-width: 2px; - } - - .sm\:last\:border-b-2:last-child { - border-bottom-width: 2px; - } - - .sm\:last\:border-l-2:last-child { - border-left-width: 2px; - } - - .sm\:last\:border-t-3:last-child { - border-top-width: 3px; - } - - .sm\:last\:border-r-3:last-child { - border-right-width: 3px; - } - - .sm\:last\:border-b-3:last-child { - border-bottom-width: 3px; - } - - .sm\:last\:border-l-3:last-child { - border-left-width: 3px; - } - - .sm\:last\:border-t-4:last-child { - border-top-width: 4px; - } - - .sm\:last\:border-r-4:last-child { - border-right-width: 4px; - } - - .sm\:last\:border-b-4:last-child { - border-bottom-width: 4px; - } - - .sm\:last\:border-l-4:last-child { - border-left-width: 4px; - } - - .sm\:last\:border-t-8:last-child { - border-top-width: 8px; - } - - .sm\:last\:border-r-8:last-child { - border-right-width: 8px; - } - - .sm\:last\:border-b-8:last-child { - border-bottom-width: 8px; - } - - .sm\:last\:border-l-8:last-child { - border-left-width: 8px; - } - - .sm\:last\:border-t:last-child { - border-top-width: 1px; - } - - .sm\:last\:border-r:last-child { - border-right-width: 1px; - } - - .sm\:last\:border-b:last-child { - border-bottom-width: 1px; - } - - .sm\:last\:border-l:last-child { - border-left-width: 1px; - } - - .sm\:hover\:border-0:hover { - border-width: 0px; - } - - .sm\:hover\:border-2:hover { - border-width: 2px; - } - - .sm\:hover\:border-3:hover { - border-width: 3px; - } - - .sm\:hover\:border-4:hover { - border-width: 4px; - } - - .sm\:hover\:border-8:hover { - border-width: 8px; - } - - .sm\:hover\:border:hover { - border-width: 1px; - } - - .sm\:hover\:border-t-0:hover { - border-top-width: 0px; - } - - .sm\:hover\:border-r-0:hover { - border-right-width: 0px; - } - - .sm\:hover\:border-b-0:hover { - border-bottom-width: 0px; - } - - .sm\:hover\:border-l-0:hover { - border-left-width: 0px; - } - - .sm\:hover\:border-t-2:hover { - border-top-width: 2px; - } - - .sm\:hover\:border-r-2:hover { - border-right-width: 2px; - } - - .sm\:hover\:border-b-2:hover { - border-bottom-width: 2px; - } - - .sm\:hover\:border-l-2:hover { - border-left-width: 2px; - } - - .sm\:hover\:border-t-3:hover { - border-top-width: 3px; - } - - .sm\:hover\:border-r-3:hover { - border-right-width: 3px; - } - - .sm\:hover\:border-b-3:hover { - border-bottom-width: 3px; - } - - .sm\:hover\:border-l-3:hover { - border-left-width: 3px; - } - - .sm\:hover\:border-t-4:hover { - border-top-width: 4px; - } - - .sm\:hover\:border-r-4:hover { - border-right-width: 4px; - } - - .sm\:hover\:border-b-4:hover { - border-bottom-width: 4px; - } - - .sm\:hover\:border-l-4:hover { - border-left-width: 4px; - } - - .sm\:hover\:border-t-8:hover { - border-top-width: 8px; - } - - .sm\:hover\:border-r-8:hover { - border-right-width: 8px; - } - - .sm\:hover\:border-b-8:hover { - border-bottom-width: 8px; - } - - .sm\:hover\:border-l-8:hover { - border-left-width: 8px; - } - - .sm\:hover\:border-t:hover { - border-top-width: 1px; - } - - .sm\:hover\:border-r:hover { - border-right-width: 1px; - } - - .sm\:hover\:border-b:hover { - border-bottom-width: 1px; - } - - .sm\:hover\:border-l:hover { - border-left-width: 1px; - } - - .sm\:focus\:border-0:focus { - border-width: 0px; - } - - .sm\:focus\:border-2:focus { - border-width: 2px; - } - - .sm\:focus\:border-3:focus { - border-width: 3px; - } - - .sm\:focus\:border-4:focus { - border-width: 4px; - } - - .sm\:focus\:border-8:focus { - border-width: 8px; - } - - .sm\:focus\:border:focus { - border-width: 1px; - } - - .sm\:focus\:border-t-0:focus { - border-top-width: 0px; - } - - .sm\:focus\:border-r-0:focus { - border-right-width: 0px; - } - - .sm\:focus\:border-b-0:focus { - border-bottom-width: 0px; - } - - .sm\:focus\:border-l-0:focus { - border-left-width: 0px; - } - - .sm\:focus\:border-t-2:focus { - border-top-width: 2px; - } - - .sm\:focus\:border-r-2:focus { - border-right-width: 2px; - } - - .sm\:focus\:border-b-2:focus { - border-bottom-width: 2px; - } - - .sm\:focus\:border-l-2:focus { - border-left-width: 2px; - } - - .sm\:focus\:border-t-3:focus { - border-top-width: 3px; - } - - .sm\:focus\:border-r-3:focus { - border-right-width: 3px; - } - - .sm\:focus\:border-b-3:focus { - border-bottom-width: 3px; - } - - .sm\:focus\:border-l-3:focus { - border-left-width: 3px; - } - - .sm\:focus\:border-t-4:focus { - border-top-width: 4px; - } - - .sm\:focus\:border-r-4:focus { - border-right-width: 4px; - } - - .sm\:focus\:border-b-4:focus { - border-bottom-width: 4px; - } - - .sm\:focus\:border-l-4:focus { - border-left-width: 4px; - } - - .sm\:focus\:border-t-8:focus { - border-top-width: 8px; - } - - .sm\:focus\:border-r-8:focus { - border-right-width: 8px; - } - - .sm\:focus\:border-b-8:focus { - border-bottom-width: 8px; - } - - .sm\:focus\:border-l-8:focus { - border-left-width: 8px; - } - - .sm\:focus\:border-t:focus { - border-top-width: 1px; - } - - .sm\:focus\:border-r:focus { - border-right-width: 1px; - } - - .sm\:focus\:border-b:focus { - border-bottom-width: 1px; - } - - .sm\:focus\:border-l:focus { - border-left-width: 1px; - } - - .sm\:box-border { - box-sizing: border-box; - } - - .sm\:box-content { - box-sizing: content-box; - } - - .sm\:cursor-auto { - cursor: auto; - } - - .sm\:cursor-default { - cursor: default; - } - - .sm\:cursor-pointer { - cursor: pointer; - } - - .sm\:cursor-wait { - cursor: wait; - } - - .sm\:cursor-text { - cursor: text; - } - - .sm\:cursor-move { - cursor: move; - } - - .sm\:cursor-not-allowed { - cursor: not-allowed; - } - - .sm\:block { - display: block; - } - - .sm\:inline-block { - display: inline-block; - } - - .sm\:inline { - display: inline; - } - - .sm\:flex { - display: flex; - } - - .sm\:inline-flex { - display: inline-flex; - } - - .sm\:table { - display: table; - } - - .sm\:table-caption { - display: table-caption; - } - - .sm\:table-cell { - display: table-cell; - } - - .sm\:table-column { - display: table-column; - } - - .sm\:table-column-group { - display: table-column-group; - } - - .sm\:table-footer-group { - display: table-footer-group; - } - - .sm\:table-header-group { - display: table-header-group; - } - - .sm\:table-row-group { - display: table-row-group; - } - - .sm\:table-row { - display: table-row; - } - - .sm\:flow-root { - display: flow-root; - } - - .sm\:grid { - display: grid; - } - - .sm\:inline-grid { - display: inline-grid; - } - - .sm\:contents { - display: contents; - } - - .sm\:hidden { - display: none; - } - - .sm\:flex-row { - flex-direction: row; - } - - .sm\:flex-row-reverse { - flex-direction: row-reverse; - } - - .sm\:flex-col { - flex-direction: column; - } - - .sm\:flex-col-reverse { - flex-direction: column-reverse; - } - - .sm\:flex-wrap { - flex-wrap: wrap; - } - - .sm\:flex-wrap-reverse { - flex-wrap: wrap-reverse; - } - - .sm\:flex-nowrap { - flex-wrap: nowrap; - } - - .sm\:place-items-auto { - place-items: auto; - } - - .sm\:place-items-start { - place-items: start; - } - - .sm\:place-items-end { - place-items: end; - } - - .sm\:place-items-center { - place-items: center; - } - - .sm\:place-items-stretch { - place-items: stretch; - } - - .sm\:place-content-center { - place-content: center; - } - - .sm\:place-content-start { - place-content: start; - } - - .sm\:place-content-end { - place-content: end; - } - - .sm\:place-content-between { - place-content: space-between; - } - - .sm\:place-content-around { - place-content: space-around; - } - - .sm\:place-content-evenly { - place-content: space-evenly; - } - - .sm\:place-content-stretch { - place-content: stretch; - } - - .sm\:place-self-auto { - place-self: auto; - } - - .sm\:place-self-start { - place-self: start; - } - - .sm\:place-self-end { - place-self: end; - } - - .sm\:place-self-center { - place-self: center; - } - - .sm\:place-self-stretch { - place-self: stretch; - } - - .sm\:items-start { - align-items: flex-start; - } - - .sm\:items-end { - align-items: flex-end; - } - - .sm\:items-center { - align-items: center; - } - - .sm\:items-baseline { - align-items: baseline; - } - - .sm\:items-stretch { - align-items: stretch; - } - - .sm\:content-center { - align-content: center; - } - - .sm\:content-start { - align-content: flex-start; - } - - .sm\:content-end { - align-content: flex-end; - } - - .sm\:content-between { - align-content: space-between; - } - - .sm\:content-around { - align-content: space-around; - } - - .sm\:content-evenly { - align-content: space-evenly; - } - - .sm\:self-auto { - align-self: auto; - } - - .sm\:self-start { - align-self: flex-start; - } - - .sm\:self-end { - align-self: flex-end; - } - - .sm\:self-center { - align-self: center; - } - - .sm\:self-stretch { - align-self: stretch; - } - - .sm\:justify-items-auto { - justify-items: auto; - } - - .sm\:justify-items-start { - justify-items: start; - } - - .sm\:justify-items-end { - justify-items: end; - } - - .sm\:justify-items-center { - justify-items: center; - } - - .sm\:justify-items-stretch { - justify-items: stretch; - } - - .sm\:justify-start { - justify-content: flex-start; - } - - .sm\:justify-end { - justify-content: flex-end; - } - - .sm\:justify-center { - justify-content: center; - } - - .sm\:justify-between { - justify-content: space-between; - } - - .sm\:justify-around { - justify-content: space-around; - } - - .sm\:justify-evenly { - justify-content: space-evenly; - } - - .sm\:justify-self-auto { - justify-self: auto; - } - - .sm\:justify-self-start { - justify-self: start; - } - - .sm\:justify-self-end { - justify-self: end; - } - - .sm\:justify-self-center { - justify-self: center; - } - - .sm\:justify-self-stretch { - justify-self: stretch; - } - - .sm\:flex-1 { - flex: 1 1 0%; - } - - .sm\:flex-auto { - flex: 1 1 auto; - } - - .sm\:flex-initial { - flex: 0 1 auto; - } - - .sm\:flex-none { - flex: none; - } - - .sm\:flex-grow-0 { - flex-grow: 0; - } - - .sm\:flex-grow { - flex-grow: 1; - } - - .sm\:flex-shrink-0 { - flex-shrink: 0; - } - - .sm\:flex-shrink { - flex-shrink: 1; - } - - .sm\:order-1 { - order: 1; - } - - .sm\:order-2 { - order: 2; - } - - .sm\:order-3 { - order: 3; - } - - .sm\:order-4 { - order: 4; - } - - .sm\:order-5 { - order: 5; - } - - .sm\:order-6 { - order: 6; - } - - .sm\:order-7 { - order: 7; - } - - .sm\:order-8 { - order: 8; - } - - .sm\:order-9 { - order: 9; - } - - .sm\:order-10 { - order: 10; - } - - .sm\:order-11 { - order: 11; - } - - .sm\:order-12 { - order: 12; - } - - .sm\:order-first { - order: -9999; - } - - .sm\:order-last { - order: 9999; - } - - .sm\:order-none { - order: 0; - } - - .sm\:float-right { - float: right; - } - - .sm\:float-left { - float: left; - } - - .sm\:float-none { - float: none; - } - - .sm\:clear-left { - clear: left; - } - - .sm\:clear-right { - clear: right; - } - - .sm\:clear-both { - clear: both; - } - - .sm\:clear-none { - clear: none; - } - - .sm\:font-sans { - 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"; - } - - .sm\:font-serif { - font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; - } - - .sm\:font-mono { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - } - - .sm\:font-base { - font-family: Poppins, sans-serif; - } - - .sm\:font-thin { - font-weight: 100; - } - - .sm\:font-extralight { - font-weight: 200; - } - - .sm\:font-light { - font-weight: 300; - } - - .sm\:font-normal { - font-weight: 400; - } - - .sm\:font-medium { - font-weight: 500; - } - - .sm\:font-semibold { - font-weight: 600; - } - - .sm\:font-bold { - font-weight: 700; - } - - .sm\:font-extrabold { - font-weight: 800; - } - - .sm\:font-black { - font-weight: 900; - } - - .sm\:h-0 { - height: 0px; - } - - .sm\:h-1 { - height: 0.25rem; - } - - .sm\:h-2 { - height: 0.5rem; - } - - .sm\:h-3 { - height: 0.75rem; - } - - .sm\:h-4 { - height: 1rem; - } - - .sm\:h-5 { - height: 1.25rem; - } - - .sm\:h-6 { - height: 1.5rem; - } - - .sm\:h-7 { - height: 1.75rem; - } - - .sm\:h-8 { - height: 2rem; - } - - .sm\:h-9 { - height: 2.25rem; - } - - .sm\:h-10 { - height: 2.5rem; - } - - .sm\:h-11 { - height: 2.75rem; - } - - .sm\:h-12 { - height: 3rem; - } - - .sm\:h-14 { - height: 3.5rem; - } - - .sm\:h-16 { - height: 4rem; - } - - .sm\:h-20 { - height: 5rem; - } - - .sm\:h-22 { - height: 5.625rem; - } - - .sm\:h-24 { - height: 6rem; - } - - .sm\:h-28 { - height: 7rem; - } - - .sm\:h-32 { - height: 8rem; - } - - .sm\:h-36 { - height: 9rem; - } - - .sm\:h-40 { - height: 10rem; - } - - .sm\:h-44 { - height: 11rem; - } - - .sm\:h-48 { - height: 12rem; - } - - .sm\:h-52 { - height: 13rem; - } - - .sm\:h-56 { - height: 14rem; - } - - .sm\:h-60 { - height: 240px; - } - - .sm\:h-64 { - height: 16rem; - } - - .sm\:h-72 { - height: 18rem; - } - - .sm\:h-80 { - height: 20rem; - } - - .sm\:h-88 { - height: 22rem; - } - - .sm\:h-96 { - height: 24rem; - } - - .sm\:h-130 { - height: 560px; - } - - .sm\:h-auto { - height: auto; - } - - .sm\:h-px { - height: 1px; - } - - .sm\:h-0\.5 { - height: 0.125rem; - } - - .sm\:h-1\.5 { - height: 0.375rem; - } - - .sm\:h-2\.5 { - height: 0.625rem; - } - - .sm\:h-3\.5 { - height: 0.875rem; - } - - .sm\:h-1\/2 { - height: 50%; - } - - .sm\:h-1\/3 { - height: 33.333333%; - } - - .sm\:h-2\/3 { - height: 66.666667%; - } - - .sm\:h-1\/4 { - height: 25%; - } - - .sm\:h-2\/4 { - height: 50%; - } - - .sm\:h-3\/4 { - height: 75%; - } - - .sm\:h-1\/5 { - height: 20%; - } - - .sm\:h-2\/5 { - height: 40%; - } - - .sm\:h-3\/5 { - height: 60%; - } - - .sm\:h-4\/5 { - height: 80%; - } - - .sm\:h-1\/6 { - height: 16.666667%; - } - - .sm\:h-2\/6 { - height: 33.333333%; - } - - .sm\:h-3\/6 { - height: 50%; - } - - .sm\:h-4\/6 { - height: 66.666667%; - } - - .sm\:h-5\/6 { - height: 83.333333%; - } - - .sm\:h-full { - height: 100%; - } - - .sm\:h-screen { - height: 100vh; - } - - .sm\:text-xs { - font-size: 0.75rem; - line-height: 1rem; - } - - .sm\:text-sm { - font-size: 0.875rem; - line-height: 1.25rem; - } - - .sm\:text-base { - font-size: 1rem; - line-height: 1.5rem; - } - - .sm\:text-lg { - font-size: 1.125rem; - line-height: 1.75rem; - } - - .sm\:text-xl { - font-size: 1.25rem; - line-height: 1.75rem; - } - - .sm\:text-2xl { - font-size: 1.5rem; - line-height: 2rem; - } - - .sm\:text-3xl { - font-size: 1.875rem; - line-height: 2.25rem; - } - - .sm\:text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; - } - - .sm\:text-5xl { - font-size: 3rem; - line-height: 1; - } - - .sm\:text-6xl { - font-size: 3.75rem; - line-height: 1; - } - - .sm\:text-7xl { - font-size: 4.5rem; - line-height: 1; - } - - .sm\:text-8xl { - font-size: 6rem; - line-height: 1; - } - - .sm\:text-9xl { - font-size: 8rem; - line-height: 1; - } - - .sm\:leading-3 { - line-height: .75rem; - } - - .sm\:leading-4 { - line-height: 1rem; - } - - .sm\:leading-5 { - line-height: 1.25rem; - } - - .sm\:leading-6 { - line-height: 1.5rem; - } - - .sm\:leading-7 { - line-height: 1.75rem; - } - - .sm\:leading-8 { - line-height: 2rem; - } - - .sm\:leading-9 { - line-height: 2.25rem; - } - - .sm\:leading-10 { - line-height: 2.5rem; - } - - .sm\:leading-none { - line-height: 1; - } - - .sm\:leading-tight { - line-height: 1.25; - } - - .sm\:leading-snug { - line-height: 1.375; - } - - .sm\:leading-normal { - line-height: 1.5; - } - - .sm\:leading-relaxed { - line-height: 1.625; - } - - .sm\:leading-loose { - line-height: 2; - } - - .sm\:list-inside { - list-style-position: inside; - } - - .sm\:list-outside { - list-style-position: outside; - } - - .sm\:list-none { - list-style-type: none; - } - - .sm\:list-disc { - list-style-type: disc; - } - - .sm\:list-decimal { - list-style-type: decimal; - } - - .sm\:m-0 { - margin: 0px; - } - - .sm\:m-1 { - margin: 0.25rem; - } - - .sm\:m-2 { - margin: 0.5rem; - } - - .sm\:m-3 { - margin: 0.75rem; - } - - .sm\:m-4 { - margin: 1rem; - } - - .sm\:m-5 { - margin: 1.25rem; - } - - .sm\:m-6 { - margin: 1.5rem; - } - - .sm\:m-7 { - margin: 1.75rem; - } - - .sm\:m-8 { - margin: 2rem; - } - - .sm\:m-9 { - margin: 2.25rem; - } - - .sm\:m-10 { - margin: 2.5rem; - } - - .sm\:m-11 { - margin: 2.75rem; - } - - .sm\:m-12 { - margin: 3rem; - } - - .sm\:m-14 { - margin: 3.5rem; - } - - .sm\:m-16 { - margin: 4rem; - } - - .sm\:m-20 { - margin: 5rem; - } - - .sm\:m-22 { - margin: 5.625rem; - } - - .sm\:m-24 { - margin: 6rem; - } - - .sm\:m-28 { - margin: 7rem; - } - - .sm\:m-32 { - margin: 8rem; - } - - .sm\:m-36 { - margin: 9rem; - } - - .sm\:m-40 { - margin: 10rem; - } - - .sm\:m-44 { - margin: 11rem; - } - - .sm\:m-48 { - margin: 12rem; - } - - .sm\:m-52 { - margin: 13rem; - } - - .sm\:m-56 { - margin: 14rem; - } - - .sm\:m-60 { - margin: 240px; - } - - .sm\:m-64 { - margin: 16rem; - } - - .sm\:m-72 { - margin: 18rem; - } - - .sm\:m-80 { - margin: 20rem; - } - - .sm\:m-88 { - margin: 22rem; - } - - .sm\:m-96 { - margin: 24rem; - } - - .sm\:m-130 { - margin: 560px; - } - - .sm\:m-auto { - margin: auto; - } - - .sm\:m-px { - margin: 1px; - } - - .sm\:m-0\.5 { - margin: 0.125rem; - } - - .sm\:m-1\.5 { - margin: 0.375rem; - } - - .sm\:m-2\.5 { - margin: 0.625rem; - } - - .sm\:m-3\.5 { - margin: 0.875rem; - } - - .sm\:-m-0 { - margin: 0px; - } - - .sm\:-m-1 { - margin: -0.25rem; - } - - .sm\:-m-2 { - margin: -0.5rem; - } - - .sm\:-m-3 { - margin: -0.75rem; - } - - .sm\:-m-4 { - margin: -1rem; - } - - .sm\:-m-5 { - margin: -1.25rem; - } - - .sm\:-m-6 { - margin: -1.5rem; - } - - .sm\:-m-7 { - margin: -1.75rem; - } - - .sm\:-m-8 { - margin: -2rem; - } - - .sm\:-m-9 { - margin: -2.25rem; - } - - .sm\:-m-10 { - margin: -2.5rem; - } - - .sm\:-m-11 { - margin: -2.75rem; - } - - .sm\:-m-12 { - margin: -3rem; - } - - .sm\:-m-14 { - margin: -3.5rem; - } - - .sm\:-m-16 { - margin: -4rem; - } - - .sm\:-m-20 { - margin: -5rem; - } - - .sm\:-m-22 { - margin: -5.625rem; - } - - .sm\:-m-24 { - margin: -6rem; - } - - .sm\:-m-28 { - margin: -7rem; - } - - .sm\:-m-32 { - margin: -8rem; - } - - .sm\:-m-36 { - margin: -9rem; - } - - .sm\:-m-40 { - margin: -10rem; - } - - .sm\:-m-44 { - margin: -11rem; - } - - .sm\:-m-48 { - margin: -12rem; - } - - .sm\:-m-52 { - margin: -13rem; - } - - .sm\:-m-56 { - margin: -14rem; - } - - .sm\:-m-60 { - margin: -240px; - } - - .sm\:-m-64 { - margin: -16rem; - } - - .sm\:-m-72 { - margin: -18rem; - } - - .sm\:-m-80 { - margin: -20rem; - } - - .sm\:-m-88 { - margin: -22rem; - } - - .sm\:-m-96 { - margin: -24rem; - } - - .sm\:-m-130 { - margin: -560px; - } - - .sm\:-m-px { - margin: -1px; - } - - .sm\:-m-0\.5 { - margin: -0.125rem; - } - - .sm\:-m-1\.5 { - margin: -0.375rem; - } - - .sm\:-m-2\.5 { - margin: -0.625rem; - } - - .sm\:-m-3\.5 { - margin: -0.875rem; - } - - .sm\:my-0 { - margin-top: 0px; - margin-bottom: 0px; - } - - .sm\:mx-0 { - margin-left: 0px; - margin-right: 0px; - } - - .sm\:my-1 { - margin-top: 0.25rem; - margin-bottom: 0.25rem; - } - - .sm\:mx-1 { - margin-left: 0.25rem; - margin-right: 0.25rem; - } - - .sm\:my-2 { - margin-top: 0.5rem; - margin-bottom: 0.5rem; - } - - .sm\:mx-2 { - margin-left: 0.5rem; - margin-right: 0.5rem; - } - - .sm\:my-3 { - margin-top: 0.75rem; - margin-bottom: 0.75rem; - } - - .sm\:mx-3 { - margin-left: 0.75rem; - margin-right: 0.75rem; - } - - .sm\:my-4 { - margin-top: 1rem; - margin-bottom: 1rem; - } - - .sm\:mx-4 { - margin-left: 1rem; - margin-right: 1rem; - } - - .sm\:my-5 { - margin-top: 1.25rem; - margin-bottom: 1.25rem; - } - - .sm\:mx-5 { - margin-left: 1.25rem; - margin-right: 1.25rem; - } - - .sm\:my-6 { - margin-top: 1.5rem; - margin-bottom: 1.5rem; - } - - .sm\:mx-6 { - margin-left: 1.5rem; - margin-right: 1.5rem; - } - - .sm\:my-7 { - margin-top: 1.75rem; - margin-bottom: 1.75rem; - } - - .sm\:mx-7 { - margin-left: 1.75rem; - margin-right: 1.75rem; - } - - .sm\:my-8 { - margin-top: 2rem; - margin-bottom: 2rem; - } - - .sm\:mx-8 { - margin-left: 2rem; - margin-right: 2rem; - } - - .sm\:my-9 { - margin-top: 2.25rem; - margin-bottom: 2.25rem; - } - - .sm\:mx-9 { - margin-left: 2.25rem; - margin-right: 2.25rem; - } - - .sm\:my-10 { - margin-top: 2.5rem; - margin-bottom: 2.5rem; - } - - .sm\:mx-10 { - margin-left: 2.5rem; - margin-right: 2.5rem; - } - - .sm\:my-11 { - margin-top: 2.75rem; - margin-bottom: 2.75rem; - } - - .sm\:mx-11 { - margin-left: 2.75rem; - margin-right: 2.75rem; - } - - .sm\:my-12 { - margin-top: 3rem; - margin-bottom: 3rem; - } - - .sm\:mx-12 { - margin-left: 3rem; - margin-right: 3rem; - } - - .sm\:my-14 { - margin-top: 3.5rem; - margin-bottom: 3.5rem; - } - - .sm\:mx-14 { - margin-left: 3.5rem; - margin-right: 3.5rem; - } - - .sm\:my-16 { - margin-top: 4rem; - margin-bottom: 4rem; - } - - .sm\:mx-16 { - margin-left: 4rem; - margin-right: 4rem; - } - - .sm\:my-20 { - margin-top: 5rem; - margin-bottom: 5rem; - } - - .sm\:mx-20 { - margin-left: 5rem; - margin-right: 5rem; - } - - .sm\:my-22 { - margin-top: 5.625rem; - margin-bottom: 5.625rem; - } - - .sm\:mx-22 { - margin-left: 5.625rem; - margin-right: 5.625rem; - } - - .sm\:my-24 { - margin-top: 6rem; - margin-bottom: 6rem; - } - - .sm\:mx-24 { - margin-left: 6rem; - margin-right: 6rem; - } - - .sm\:my-28 { - margin-top: 7rem; - margin-bottom: 7rem; - } - - .sm\:mx-28 { - margin-left: 7rem; - margin-right: 7rem; - } - - .sm\:my-32 { - margin-top: 8rem; - margin-bottom: 8rem; - } - - .sm\:mx-32 { - margin-left: 8rem; - margin-right: 8rem; - } - - .sm\:my-36 { - margin-top: 9rem; - margin-bottom: 9rem; - } - - .sm\:mx-36 { - margin-left: 9rem; - margin-right: 9rem; - } - - .sm\:my-40 { - margin-top: 10rem; - margin-bottom: 10rem; - } - - .sm\:mx-40 { - margin-left: 10rem; - margin-right: 10rem; - } - - .sm\:my-44 { - margin-top: 11rem; - margin-bottom: 11rem; - } - - .sm\:mx-44 { - margin-left: 11rem; - margin-right: 11rem; - } - - .sm\:my-48 { - margin-top: 12rem; - margin-bottom: 12rem; - } - - .sm\:mx-48 { - margin-left: 12rem; - margin-right: 12rem; - } - - .sm\:my-52 { - margin-top: 13rem; - margin-bottom: 13rem; - } - - .sm\:mx-52 { - margin-left: 13rem; - margin-right: 13rem; - } - - .sm\:my-56 { - margin-top: 14rem; - margin-bottom: 14rem; - } - - .sm\:mx-56 { - margin-left: 14rem; - margin-right: 14rem; - } - - .sm\:my-60 { - margin-top: 240px; - margin-bottom: 240px; - } - - .sm\:mx-60 { - margin-left: 240px; - margin-right: 240px; - } - - .sm\:my-64 { - margin-top: 16rem; - margin-bottom: 16rem; - } - - .sm\:mx-64 { - margin-left: 16rem; - margin-right: 16rem; - } - - .sm\:my-72 { - margin-top: 18rem; - margin-bottom: 18rem; - } - - .sm\:mx-72 { - margin-left: 18rem; - margin-right: 18rem; - } - - .sm\:my-80 { - margin-top: 20rem; - margin-bottom: 20rem; - } - - .sm\:mx-80 { - margin-left: 20rem; - margin-right: 20rem; - } - - .sm\:my-88 { - margin-top: 22rem; - margin-bottom: 22rem; - } - - .sm\:mx-88 { - margin-left: 22rem; - margin-right: 22rem; - } - - .sm\:my-96 { - margin-top: 24rem; - margin-bottom: 24rem; - } - - .sm\:mx-96 { - margin-left: 24rem; - margin-right: 24rem; - } - - .sm\:my-130 { - margin-top: 560px; - margin-bottom: 560px; - } - - .sm\:mx-130 { - margin-left: 560px; - margin-right: 560px; - } - - .sm\:my-auto { - margin-top: auto; - margin-bottom: auto; - } - - .sm\:mx-auto { - margin-left: auto; - margin-right: auto; - } - - .sm\:my-px { - margin-top: 1px; - margin-bottom: 1px; - } - - .sm\:mx-px { - margin-left: 1px; - margin-right: 1px; - } - - .sm\:my-0\.5 { - margin-top: 0.125rem; - margin-bottom: 0.125rem; - } - - .sm\:mx-0\.5 { - margin-left: 0.125rem; - margin-right: 0.125rem; - } - - .sm\:my-1\.5 { - margin-top: 0.375rem; - margin-bottom: 0.375rem; - } - - .sm\:mx-1\.5 { - margin-left: 0.375rem; - margin-right: 0.375rem; - } - - .sm\:my-2\.5 { - margin-top: 0.625rem; - margin-bottom: 0.625rem; - } - - .sm\:mx-2\.5 { - margin-left: 0.625rem; - margin-right: 0.625rem; - } - - .sm\:my-3\.5 { - margin-top: 0.875rem; - margin-bottom: 0.875rem; - } - - .sm\:mx-3\.5 { - margin-left: 0.875rem; - margin-right: 0.875rem; - } - - .sm\:-my-0 { - margin-top: 0px; - margin-bottom: 0px; - } - - .sm\:-mx-0 { - margin-left: 0px; - margin-right: 0px; - } - - .sm\:-my-1 { - margin-top: -0.25rem; - margin-bottom: -0.25rem; - } - - .sm\:-mx-1 { - margin-left: -0.25rem; - margin-right: -0.25rem; - } - - .sm\:-my-2 { - margin-top: -0.5rem; - margin-bottom: -0.5rem; - } - - .sm\:-mx-2 { - margin-left: -0.5rem; - margin-right: -0.5rem; - } - - .sm\:-my-3 { - margin-top: -0.75rem; - margin-bottom: -0.75rem; - } - - .sm\:-mx-3 { - margin-left: -0.75rem; - margin-right: -0.75rem; - } - - .sm\:-my-4 { - margin-top: -1rem; - margin-bottom: -1rem; - } - - .sm\:-mx-4 { - margin-left: -1rem; - margin-right: -1rem; - } - - .sm\:-my-5 { - margin-top: -1.25rem; - margin-bottom: -1.25rem; - } - - .sm\:-mx-5 { - margin-left: -1.25rem; - margin-right: -1.25rem; - } - - .sm\:-my-6 { - margin-top: -1.5rem; - margin-bottom: -1.5rem; - } - - .sm\:-mx-6 { - margin-left: -1.5rem; - margin-right: -1.5rem; - } - - .sm\:-my-7 { - margin-top: -1.75rem; - margin-bottom: -1.75rem; - } - - .sm\:-mx-7 { - margin-left: -1.75rem; - margin-right: -1.75rem; - } - - .sm\:-my-8 { - margin-top: -2rem; - margin-bottom: -2rem; - } - - .sm\:-mx-8 { - margin-left: -2rem; - margin-right: -2rem; - } - - .sm\:-my-9 { - margin-top: -2.25rem; - margin-bottom: -2.25rem; - } - - .sm\:-mx-9 { - margin-left: -2.25rem; - margin-right: -2.25rem; - } - - .sm\:-my-10 { - margin-top: -2.5rem; - margin-bottom: -2.5rem; - } - - .sm\:-mx-10 { - margin-left: -2.5rem; - margin-right: -2.5rem; - } - - .sm\:-my-11 { - margin-top: -2.75rem; - margin-bottom: -2.75rem; - } - - .sm\:-mx-11 { - margin-left: -2.75rem; - margin-right: -2.75rem; - } - - .sm\:-my-12 { - margin-top: -3rem; - margin-bottom: -3rem; - } - - .sm\:-mx-12 { - margin-left: -3rem; - margin-right: -3rem; - } - - .sm\:-my-14 { - margin-top: -3.5rem; - margin-bottom: -3.5rem; - } - - .sm\:-mx-14 { - margin-left: -3.5rem; - margin-right: -3.5rem; - } - - .sm\:-my-16 { - margin-top: -4rem; - margin-bottom: -4rem; - } - - .sm\:-mx-16 { - margin-left: -4rem; - margin-right: -4rem; - } - - .sm\:-my-20 { - margin-top: -5rem; - margin-bottom: -5rem; - } - - .sm\:-mx-20 { - margin-left: -5rem; - margin-right: -5rem; - } - - .sm\:-my-22 { - margin-top: -5.625rem; - margin-bottom: -5.625rem; - } - - .sm\:-mx-22 { - margin-left: -5.625rem; - margin-right: -5.625rem; - } - - .sm\:-my-24 { - margin-top: -6rem; - margin-bottom: -6rem; - } - - .sm\:-mx-24 { - margin-left: -6rem; - margin-right: -6rem; - } - - .sm\:-my-28 { - margin-top: -7rem; - margin-bottom: -7rem; - } - - .sm\:-mx-28 { - margin-left: -7rem; - margin-right: -7rem; - } - - .sm\:-my-32 { - margin-top: -8rem; - margin-bottom: -8rem; - } - - .sm\:-mx-32 { - margin-left: -8rem; - margin-right: -8rem; - } - - .sm\:-my-36 { - margin-top: -9rem; - margin-bottom: -9rem; - } - - .sm\:-mx-36 { - margin-left: -9rem; - margin-right: -9rem; - } - - .sm\:-my-40 { - margin-top: -10rem; - margin-bottom: -10rem; - } - - .sm\:-mx-40 { - margin-left: -10rem; - margin-right: -10rem; - } - - .sm\:-my-44 { - margin-top: -11rem; - margin-bottom: -11rem; - } - - .sm\:-mx-44 { - margin-left: -11rem; - margin-right: -11rem; - } - - .sm\:-my-48 { - margin-top: -12rem; - margin-bottom: -12rem; - } - - .sm\:-mx-48 { - margin-left: -12rem; - margin-right: -12rem; - } - - .sm\:-my-52 { - margin-top: -13rem; - margin-bottom: -13rem; - } - - .sm\:-mx-52 { - margin-left: -13rem; - margin-right: -13rem; - } - - .sm\:-my-56 { - margin-top: -14rem; - margin-bottom: -14rem; - } - - .sm\:-mx-56 { - margin-left: -14rem; - margin-right: -14rem; - } - - .sm\:-my-60 { - margin-top: -240px; - margin-bottom: -240px; - } - - .sm\:-mx-60 { - margin-left: -240px; - margin-right: -240px; - } - - .sm\:-my-64 { - margin-top: -16rem; - margin-bottom: -16rem; - } - - .sm\:-mx-64 { - margin-left: -16rem; - margin-right: -16rem; - } - - .sm\:-my-72 { - margin-top: -18rem; - margin-bottom: -18rem; - } - - .sm\:-mx-72 { - margin-left: -18rem; - margin-right: -18rem; - } - - .sm\:-my-80 { - margin-top: -20rem; - margin-bottom: -20rem; - } - - .sm\:-mx-80 { - margin-left: -20rem; - margin-right: -20rem; - } - - .sm\:-my-88 { - margin-top: -22rem; - margin-bottom: -22rem; - } - - .sm\:-mx-88 { - margin-left: -22rem; - margin-right: -22rem; - } - - .sm\:-my-96 { - margin-top: -24rem; - margin-bottom: -24rem; - } - - .sm\:-mx-96 { - margin-left: -24rem; - margin-right: -24rem; - } - - .sm\:-my-130 { - margin-top: -560px; - margin-bottom: -560px; - } - - .sm\:-mx-130 { - margin-left: -560px; - margin-right: -560px; - } - - .sm\:-my-px { - margin-top: -1px; - margin-bottom: -1px; - } - - .sm\:-mx-px { - margin-left: -1px; - margin-right: -1px; - } - - .sm\:-my-0\.5 { - margin-top: -0.125rem; - margin-bottom: -0.125rem; - } - - .sm\:-mx-0\.5 { - margin-left: -0.125rem; - margin-right: -0.125rem; - } - - .sm\:-my-1\.5 { - margin-top: -0.375rem; - margin-bottom: -0.375rem; - } - - .sm\:-mx-1\.5 { - margin-left: -0.375rem; - margin-right: -0.375rem; - } - - .sm\:-my-2\.5 { - margin-top: -0.625rem; - margin-bottom: -0.625rem; - } - - .sm\:-mx-2\.5 { - margin-left: -0.625rem; - margin-right: -0.625rem; - } - - .sm\:-my-3\.5 { - margin-top: -0.875rem; - margin-bottom: -0.875rem; - } - - .sm\:-mx-3\.5 { - margin-left: -0.875rem; - margin-right: -0.875rem; - } - - .sm\:mt-0 { - margin-top: 0px; - } - - .sm\:mr-0 { - margin-right: 0px; - } - - .sm\:mb-0 { - margin-bottom: 0px; - } - - .sm\:ml-0 { - margin-left: 0px; - } - - .sm\:mt-1 { - margin-top: 0.25rem; - } - - .sm\:mr-1 { - margin-right: 0.25rem; - } - - .sm\:mb-1 { - margin-bottom: 0.25rem; - } - - .sm\:ml-1 { - margin-left: 0.25rem; - } - - .sm\:mt-2 { - margin-top: 0.5rem; - } - - .sm\:mr-2 { - margin-right: 0.5rem; - } - - .sm\:mb-2 { - margin-bottom: 0.5rem; - } - - .sm\:ml-2 { - margin-left: 0.5rem; - } - - .sm\:mt-3 { - margin-top: 0.75rem; - } - - .sm\:mr-3 { - margin-right: 0.75rem; - } - - .sm\:mb-3 { - margin-bottom: 0.75rem; - } - - .sm\:ml-3 { - margin-left: 0.75rem; - } - - .sm\:mt-4 { - margin-top: 1rem; - } - - .sm\:mr-4 { - margin-right: 1rem; - } - - .sm\:mb-4 { - margin-bottom: 1rem; - } - - .sm\:ml-4 { - margin-left: 1rem; - } - - .sm\:mt-5 { - margin-top: 1.25rem; - } - - .sm\:mr-5 { - margin-right: 1.25rem; - } - - .sm\:mb-5 { - margin-bottom: 1.25rem; - } - - .sm\:ml-5 { - margin-left: 1.25rem; - } - - .sm\:mt-6 { - margin-top: 1.5rem; - } - - .sm\:mr-6 { - margin-right: 1.5rem; - } - - .sm\:mb-6 { - margin-bottom: 1.5rem; - } - - .sm\:ml-6 { - margin-left: 1.5rem; - } - - .sm\:mt-7 { - margin-top: 1.75rem; - } - - .sm\:mr-7 { - margin-right: 1.75rem; - } - - .sm\:mb-7 { - margin-bottom: 1.75rem; - } - - .sm\:ml-7 { - margin-left: 1.75rem; - } - - .sm\:mt-8 { - margin-top: 2rem; - } - - .sm\:mr-8 { - margin-right: 2rem; - } - - .sm\:mb-8 { - margin-bottom: 2rem; - } - - .sm\:ml-8 { - margin-left: 2rem; - } - - .sm\:mt-9 { - margin-top: 2.25rem; - } - - .sm\:mr-9 { - margin-right: 2.25rem; - } - - .sm\:mb-9 { - margin-bottom: 2.25rem; - } - - .sm\:ml-9 { - margin-left: 2.25rem; - } - - .sm\:mt-10 { - margin-top: 2.5rem; - } - - .sm\:mr-10 { - margin-right: 2.5rem; - } - - .sm\:mb-10 { - margin-bottom: 2.5rem; - } - - .sm\:ml-10 { - margin-left: 2.5rem; - } - - .sm\:mt-11 { - margin-top: 2.75rem; - } - - .sm\:mr-11 { - margin-right: 2.75rem; - } - - .sm\:mb-11 { - margin-bottom: 2.75rem; - } - - .sm\:ml-11 { - margin-left: 2.75rem; - } - - .sm\:mt-12 { - margin-top: 3rem; - } - - .sm\:mr-12 { - margin-right: 3rem; - } - - .sm\:mb-12 { - margin-bottom: 3rem; - } - - .sm\:ml-12 { - margin-left: 3rem; - } - - .sm\:mt-14 { - margin-top: 3.5rem; - } - - .sm\:mr-14 { - margin-right: 3.5rem; - } - - .sm\:mb-14 { - margin-bottom: 3.5rem; - } - - .sm\:ml-14 { - margin-left: 3.5rem; - } - - .sm\:mt-16 { - margin-top: 4rem; - } - - .sm\:mr-16 { - margin-right: 4rem; - } - - .sm\:mb-16 { - margin-bottom: 4rem; - } - - .sm\:ml-16 { - margin-left: 4rem; - } - - .sm\:mt-20 { - margin-top: 5rem; - } - - .sm\:mr-20 { - margin-right: 5rem; - } - - .sm\:mb-20 { - margin-bottom: 5rem; - } - - .sm\:ml-20 { - margin-left: 5rem; - } - - .sm\:mt-22 { - margin-top: 5.625rem; - } - - .sm\:mr-22 { - margin-right: 5.625rem; - } - - .sm\:mb-22 { - margin-bottom: 5.625rem; - } - - .sm\:ml-22 { - margin-left: 5.625rem; - } - - .sm\:mt-24 { - margin-top: 6rem; - } - - .sm\:mr-24 { - margin-right: 6rem; - } - - .sm\:mb-24 { - margin-bottom: 6rem; - } - - .sm\:ml-24 { - margin-left: 6rem; - } - - .sm\:mt-28 { - margin-top: 7rem; - } - - .sm\:mr-28 { - margin-right: 7rem; - } - - .sm\:mb-28 { - margin-bottom: 7rem; - } - - .sm\:ml-28 { - margin-left: 7rem; - } - - .sm\:mt-32 { - margin-top: 8rem; - } - - .sm\:mr-32 { - margin-right: 8rem; - } - - .sm\:mb-32 { - margin-bottom: 8rem; - } - - .sm\:ml-32 { - margin-left: 8rem; - } - - .sm\:mt-36 { - margin-top: 9rem; - } - - .sm\:mr-36 { - margin-right: 9rem; - } - - .sm\:mb-36 { - margin-bottom: 9rem; - } - - .sm\:ml-36 { - margin-left: 9rem; - } - - .sm\:mt-40 { - margin-top: 10rem; - } - - .sm\:mr-40 { - margin-right: 10rem; - } - - .sm\:mb-40 { - margin-bottom: 10rem; - } - - .sm\:ml-40 { - margin-left: 10rem; - } - - .sm\:mt-44 { - margin-top: 11rem; - } - - .sm\:mr-44 { - margin-right: 11rem; - } - - .sm\:mb-44 { - margin-bottom: 11rem; - } - - .sm\:ml-44 { - margin-left: 11rem; - } - - .sm\:mt-48 { - margin-top: 12rem; - } - - .sm\:mr-48 { - margin-right: 12rem; - } - - .sm\:mb-48 { - margin-bottom: 12rem; - } - - .sm\:ml-48 { - margin-left: 12rem; - } - - .sm\:mt-52 { - margin-top: 13rem; - } - - .sm\:mr-52 { - margin-right: 13rem; - } - - .sm\:mb-52 { - margin-bottom: 13rem; - } - - .sm\:ml-52 { - margin-left: 13rem; - } - - .sm\:mt-56 { - margin-top: 14rem; - } - - .sm\:mr-56 { - margin-right: 14rem; - } - - .sm\:mb-56 { - margin-bottom: 14rem; - } - - .sm\:ml-56 { - margin-left: 14rem; - } - - .sm\:mt-60 { - margin-top: 240px; - } - - .sm\:mr-60 { - margin-right: 240px; - } - - .sm\:mb-60 { - margin-bottom: 240px; - } - - .sm\:ml-60 { - margin-left: 240px; - } - - .sm\:mt-64 { - margin-top: 16rem; - } - - .sm\:mr-64 { - margin-right: 16rem; - } - - .sm\:mb-64 { - margin-bottom: 16rem; - } - - .sm\:ml-64 { - margin-left: 16rem; - } - - .sm\:mt-72 { - margin-top: 18rem; - } - - .sm\:mr-72 { - margin-right: 18rem; - } - - .sm\:mb-72 { - margin-bottom: 18rem; - } - - .sm\:ml-72 { - margin-left: 18rem; - } - - .sm\:mt-80 { - margin-top: 20rem; - } - - .sm\:mr-80 { - margin-right: 20rem; - } - - .sm\:mb-80 { - margin-bottom: 20rem; - } - - .sm\:ml-80 { - margin-left: 20rem; - } - - .sm\:mt-88 { - margin-top: 22rem; - } - - .sm\:mr-88 { - margin-right: 22rem; - } - - .sm\:mb-88 { - margin-bottom: 22rem; - } - - .sm\:ml-88 { - margin-left: 22rem; - } - - .sm\:mt-96 { - margin-top: 24rem; - } - - .sm\:mr-96 { - margin-right: 24rem; - } - - .sm\:mb-96 { - margin-bottom: 24rem; - } - - .sm\:ml-96 { - margin-left: 24rem; - } - - .sm\:mt-130 { - margin-top: 560px; - } - - .sm\:mr-130 { - margin-right: 560px; - } - - .sm\:mb-130 { - margin-bottom: 560px; - } - - .sm\:ml-130 { - margin-left: 560px; - } - - .sm\:mt-auto { - margin-top: auto; - } - - .sm\:mr-auto { - margin-right: auto; - } - - .sm\:mb-auto { - margin-bottom: auto; - } - - .sm\:ml-auto { - margin-left: auto; - } - - .sm\:mt-px { - margin-top: 1px; - } - - .sm\:mr-px { - margin-right: 1px; - } - - .sm\:mb-px { - margin-bottom: 1px; - } - - .sm\:ml-px { - margin-left: 1px; - } - - .sm\:mt-0\.5 { - margin-top: 0.125rem; - } - - .sm\:mr-0\.5 { - margin-right: 0.125rem; - } - - .sm\:mb-0\.5 { - margin-bottom: 0.125rem; - } - - .sm\:ml-0\.5 { - margin-left: 0.125rem; - } - - .sm\:mt-1\.5 { - margin-top: 0.375rem; - } - - .sm\:mr-1\.5 { - margin-right: 0.375rem; - } - - .sm\:mb-1\.5 { - margin-bottom: 0.375rem; - } - - .sm\:ml-1\.5 { - margin-left: 0.375rem; - } - - .sm\:mt-2\.5 { - margin-top: 0.625rem; - } - - .sm\:mr-2\.5 { - margin-right: 0.625rem; - } - - .sm\:mb-2\.5 { - margin-bottom: 0.625rem; - } - - .sm\:ml-2\.5 { - margin-left: 0.625rem; - } - - .sm\:mt-3\.5 { - margin-top: 0.875rem; - } - - .sm\:mr-3\.5 { - margin-right: 0.875rem; - } - - .sm\:mb-3\.5 { - margin-bottom: 0.875rem; - } - - .sm\:ml-3\.5 { - margin-left: 0.875rem; - } - - .sm\:-mt-0 { - margin-top: 0px; - } - - .sm\:-mr-0 { - margin-right: 0px; - } - - .sm\:-mb-0 { - margin-bottom: 0px; - } - - .sm\:-ml-0 { - margin-left: 0px; - } - - .sm\:-mt-1 { - margin-top: -0.25rem; - } - - .sm\:-mr-1 { - margin-right: -0.25rem; - } - - .sm\:-mb-1 { - margin-bottom: -0.25rem; - } - - .sm\:-ml-1 { - margin-left: -0.25rem; - } - - .sm\:-mt-2 { - margin-top: -0.5rem; - } - - .sm\:-mr-2 { - margin-right: -0.5rem; - } - - .sm\:-mb-2 { - margin-bottom: -0.5rem; - } - - .sm\:-ml-2 { - margin-left: -0.5rem; - } - - .sm\:-mt-3 { - margin-top: -0.75rem; - } - - .sm\:-mr-3 { - margin-right: -0.75rem; - } - - .sm\:-mb-3 { - margin-bottom: -0.75rem; - } - - .sm\:-ml-3 { - margin-left: -0.75rem; - } - - .sm\:-mt-4 { - margin-top: -1rem; - } - - .sm\:-mr-4 { - margin-right: -1rem; - } - - .sm\:-mb-4 { - margin-bottom: -1rem; - } - - .sm\:-ml-4 { - margin-left: -1rem; - } - - .sm\:-mt-5 { - margin-top: -1.25rem; - } - - .sm\:-mr-5 { - margin-right: -1.25rem; - } - - .sm\:-mb-5 { - margin-bottom: -1.25rem; - } - - .sm\:-ml-5 { - margin-left: -1.25rem; - } - - .sm\:-mt-6 { - margin-top: -1.5rem; - } - - .sm\:-mr-6 { - margin-right: -1.5rem; - } - - .sm\:-mb-6 { - margin-bottom: -1.5rem; - } - - .sm\:-ml-6 { - margin-left: -1.5rem; - } - - .sm\:-mt-7 { - margin-top: -1.75rem; - } - - .sm\:-mr-7 { - margin-right: -1.75rem; - } - - .sm\:-mb-7 { - margin-bottom: -1.75rem; - } - - .sm\:-ml-7 { - margin-left: -1.75rem; - } - - .sm\:-mt-8 { - margin-top: -2rem; - } - - .sm\:-mr-8 { - margin-right: -2rem; - } - - .sm\:-mb-8 { - margin-bottom: -2rem; - } - - .sm\:-ml-8 { - margin-left: -2rem; - } - - .sm\:-mt-9 { - margin-top: -2.25rem; - } - - .sm\:-mr-9 { - margin-right: -2.25rem; - } - - .sm\:-mb-9 { - margin-bottom: -2.25rem; - } - - .sm\:-ml-9 { - margin-left: -2.25rem; - } - - .sm\:-mt-10 { - margin-top: -2.5rem; - } - - .sm\:-mr-10 { - margin-right: -2.5rem; - } - - .sm\:-mb-10 { - margin-bottom: -2.5rem; - } - - .sm\:-ml-10 { - margin-left: -2.5rem; - } - - .sm\:-mt-11 { - margin-top: -2.75rem; - } - - .sm\:-mr-11 { - margin-right: -2.75rem; - } - - .sm\:-mb-11 { - margin-bottom: -2.75rem; - } - - .sm\:-ml-11 { - margin-left: -2.75rem; - } - - .sm\:-mt-12 { - margin-top: -3rem; - } - - .sm\:-mr-12 { - margin-right: -3rem; - } - - .sm\:-mb-12 { - margin-bottom: -3rem; - } - - .sm\:-ml-12 { - margin-left: -3rem; - } - - .sm\:-mt-14 { - margin-top: -3.5rem; - } - - .sm\:-mr-14 { - margin-right: -3.5rem; - } - - .sm\:-mb-14 { - margin-bottom: -3.5rem; - } - - .sm\:-ml-14 { - margin-left: -3.5rem; - } - - .sm\:-mt-16 { - margin-top: -4rem; - } - - .sm\:-mr-16 { - margin-right: -4rem; - } - - .sm\:-mb-16 { - margin-bottom: -4rem; - } - - .sm\:-ml-16 { - margin-left: -4rem; - } - - .sm\:-mt-20 { - margin-top: -5rem; - } - - .sm\:-mr-20 { - margin-right: -5rem; - } - - .sm\:-mb-20 { - margin-bottom: -5rem; - } - - .sm\:-ml-20 { - margin-left: -5rem; - } - - .sm\:-mt-22 { - margin-top: -5.625rem; - } - - .sm\:-mr-22 { - margin-right: -5.625rem; - } - - .sm\:-mb-22 { - margin-bottom: -5.625rem; - } - - .sm\:-ml-22 { - margin-left: -5.625rem; - } - - .sm\:-mt-24 { - margin-top: -6rem; - } - - .sm\:-mr-24 { - margin-right: -6rem; - } - - .sm\:-mb-24 { - margin-bottom: -6rem; - } - - .sm\:-ml-24 { - margin-left: -6rem; - } - - .sm\:-mt-28 { - margin-top: -7rem; - } - - .sm\:-mr-28 { - margin-right: -7rem; - } - - .sm\:-mb-28 { - margin-bottom: -7rem; - } - - .sm\:-ml-28 { - margin-left: -7rem; - } - - .sm\:-mt-32 { - margin-top: -8rem; - } - - .sm\:-mr-32 { - margin-right: -8rem; - } - - .sm\:-mb-32 { - margin-bottom: -8rem; - } - - .sm\:-ml-32 { - margin-left: -8rem; - } - - .sm\:-mt-36 { - margin-top: -9rem; - } - - .sm\:-mr-36 { - margin-right: -9rem; - } - - .sm\:-mb-36 { - margin-bottom: -9rem; - } - - .sm\:-ml-36 { - margin-left: -9rem; - } - - .sm\:-mt-40 { - margin-top: -10rem; - } - - .sm\:-mr-40 { - margin-right: -10rem; - } - - .sm\:-mb-40 { - margin-bottom: -10rem; - } - - .sm\:-ml-40 { - margin-left: -10rem; - } - - .sm\:-mt-44 { - margin-top: -11rem; - } - - .sm\:-mr-44 { - margin-right: -11rem; - } - - .sm\:-mb-44 { - margin-bottom: -11rem; - } - - .sm\:-ml-44 { - margin-left: -11rem; - } - - .sm\:-mt-48 { - margin-top: -12rem; - } - - .sm\:-mr-48 { - margin-right: -12rem; - } - - .sm\:-mb-48 { - margin-bottom: -12rem; - } - - .sm\:-ml-48 { - margin-left: -12rem; - } - - .sm\:-mt-52 { - margin-top: -13rem; - } - - .sm\:-mr-52 { - margin-right: -13rem; - } - - .sm\:-mb-52 { - margin-bottom: -13rem; - } - - .sm\:-ml-52 { - margin-left: -13rem; - } - - .sm\:-mt-56 { - margin-top: -14rem; - } - - .sm\:-mr-56 { - margin-right: -14rem; - } - - .sm\:-mb-56 { - margin-bottom: -14rem; - } - - .sm\:-ml-56 { - margin-left: -14rem; - } - - .sm\:-mt-60 { - margin-top: -240px; - } - - .sm\:-mr-60 { - margin-right: -240px; - } - - .sm\:-mb-60 { - margin-bottom: -240px; - } - - .sm\:-ml-60 { - margin-left: -240px; - } - - .sm\:-mt-64 { - margin-top: -16rem; - } - - .sm\:-mr-64 { - margin-right: -16rem; - } - - .sm\:-mb-64 { - margin-bottom: -16rem; - } - - .sm\:-ml-64 { - margin-left: -16rem; - } - - .sm\:-mt-72 { - margin-top: -18rem; - } - - .sm\:-mr-72 { - margin-right: -18rem; - } - - .sm\:-mb-72 { - margin-bottom: -18rem; - } - - .sm\:-ml-72 { - margin-left: -18rem; - } - - .sm\:-mt-80 { - margin-top: -20rem; - } - - .sm\:-mr-80 { - margin-right: -20rem; - } - - .sm\:-mb-80 { - margin-bottom: -20rem; - } - - .sm\:-ml-80 { - margin-left: -20rem; - } - - .sm\:-mt-88 { - margin-top: -22rem; - } - - .sm\:-mr-88 { - margin-right: -22rem; - } - - .sm\:-mb-88 { - margin-bottom: -22rem; - } - - .sm\:-ml-88 { - margin-left: -22rem; - } - - .sm\:-mt-96 { - margin-top: -24rem; - } - - .sm\:-mr-96 { - margin-right: -24rem; - } - - .sm\:-mb-96 { - margin-bottom: -24rem; - } - - .sm\:-ml-96 { - margin-left: -24rem; - } - - .sm\:-mt-130 { - margin-top: -560px; - } - - .sm\:-mr-130 { - margin-right: -560px; - } - - .sm\:-mb-130 { - margin-bottom: -560px; - } - - .sm\:-ml-130 { - margin-left: -560px; - } - - .sm\:-mt-px { - margin-top: -1px; - } - - .sm\:-mr-px { - margin-right: -1px; - } - - .sm\:-mb-px { - margin-bottom: -1px; - } - - .sm\:-ml-px { - margin-left: -1px; - } - - .sm\:-mt-0\.5 { - margin-top: -0.125rem; - } - - .sm\:-mr-0\.5 { - margin-right: -0.125rem; - } - - .sm\:-mb-0\.5 { - margin-bottom: -0.125rem; - } - - .sm\:-ml-0\.5 { - margin-left: -0.125rem; - } - - .sm\:-mt-1\.5 { - margin-top: -0.375rem; - } - - .sm\:-mr-1\.5 { - margin-right: -0.375rem; - } - - .sm\:-mb-1\.5 { - margin-bottom: -0.375rem; - } - - .sm\:-ml-1\.5 { - margin-left: -0.375rem; - } - - .sm\:-mt-2\.5 { - margin-top: -0.625rem; - } - - .sm\:-mr-2\.5 { - margin-right: -0.625rem; - } - - .sm\:-mb-2\.5 { - margin-bottom: -0.625rem; - } - - .sm\:-ml-2\.5 { - margin-left: -0.625rem; - } - - .sm\:-mt-3\.5 { - margin-top: -0.875rem; - } - - .sm\:-mr-3\.5 { - margin-right: -0.875rem; - } - - .sm\:-mb-3\.5 { - margin-bottom: -0.875rem; - } - - .sm\:-ml-3\.5 { - margin-left: -0.875rem; - } - - .sm\:first\:m-0:first-child { - margin: 0px; - } - - .sm\:first\:m-1:first-child { - margin: 0.25rem; - } - - .sm\:first\:m-2:first-child { - margin: 0.5rem; - } - - .sm\:first\:m-3:first-child { - margin: 0.75rem; - } - - .sm\:first\:m-4:first-child { - margin: 1rem; - } - - .sm\:first\:m-5:first-child { - margin: 1.25rem; - } - - .sm\:first\:m-6:first-child { - margin: 1.5rem; - } - - .sm\:first\:m-7:first-child { - margin: 1.75rem; - } - - .sm\:first\:m-8:first-child { - margin: 2rem; - } - - .sm\:first\:m-9:first-child { - margin: 2.25rem; - } - - .sm\:first\:m-10:first-child { - margin: 2.5rem; - } - - .sm\:first\:m-11:first-child { - margin: 2.75rem; - } - - .sm\:first\:m-12:first-child { - margin: 3rem; - } - - .sm\:first\:m-14:first-child { - margin: 3.5rem; - } - - .sm\:first\:m-16:first-child { - margin: 4rem; - } - - .sm\:first\:m-20:first-child { - margin: 5rem; - } - - .sm\:first\:m-22:first-child { - margin: 5.625rem; - } - - .sm\:first\:m-24:first-child { - margin: 6rem; - } - - .sm\:first\:m-28:first-child { - margin: 7rem; - } - - .sm\:first\:m-32:first-child { - margin: 8rem; - } - - .sm\:first\:m-36:first-child { - margin: 9rem; - } - - .sm\:first\:m-40:first-child { - margin: 10rem; - } - - .sm\:first\:m-44:first-child { - margin: 11rem; - } - - .sm\:first\:m-48:first-child { - margin: 12rem; - } - - .sm\:first\:m-52:first-child { - margin: 13rem; - } - - .sm\:first\:m-56:first-child { - margin: 14rem; - } - - .sm\:first\:m-60:first-child { - margin: 240px; - } - - .sm\:first\:m-64:first-child { - margin: 16rem; - } - - .sm\:first\:m-72:first-child { - margin: 18rem; - } - - .sm\:first\:m-80:first-child { - margin: 20rem; - } - - .sm\:first\:m-88:first-child { - margin: 22rem; - } - - .sm\:first\:m-96:first-child { - margin: 24rem; - } - - .sm\:first\:m-130:first-child { - margin: 560px; - } - - .sm\:first\:m-auto:first-child { - margin: auto; - } - - .sm\:first\:m-px:first-child { - margin: 1px; - } - - .sm\:first\:m-0\.5:first-child { - margin: 0.125rem; - } - - .sm\:first\:m-1\.5:first-child { - margin: 0.375rem; - } - - .sm\:first\:m-2\.5:first-child { - margin: 0.625rem; - } - - .sm\:first\:m-3\.5:first-child { - margin: 0.875rem; - } - - .sm\:first\:-m-0:first-child { - margin: 0px; - } - - .sm\:first\:-m-1:first-child { - margin: -0.25rem; - } - - .sm\:first\:-m-2:first-child { - margin: -0.5rem; - } - - .sm\:first\:-m-3:first-child { - margin: -0.75rem; - } - - .sm\:first\:-m-4:first-child { - margin: -1rem; - } - - .sm\:first\:-m-5:first-child { - margin: -1.25rem; - } - - .sm\:first\:-m-6:first-child { - margin: -1.5rem; - } - - .sm\:first\:-m-7:first-child { - margin: -1.75rem; - } - - .sm\:first\:-m-8:first-child { - margin: -2rem; - } - - .sm\:first\:-m-9:first-child { - margin: -2.25rem; - } - - .sm\:first\:-m-10:first-child { - margin: -2.5rem; - } - - .sm\:first\:-m-11:first-child { - margin: -2.75rem; - } - - .sm\:first\:-m-12:first-child { - margin: -3rem; - } - - .sm\:first\:-m-14:first-child { - margin: -3.5rem; - } - - .sm\:first\:-m-16:first-child { - margin: -4rem; - } - - .sm\:first\:-m-20:first-child { - margin: -5rem; - } - - .sm\:first\:-m-22:first-child { - margin: -5.625rem; - } - - .sm\:first\:-m-24:first-child { - margin: -6rem; - } - - .sm\:first\:-m-28:first-child { - margin: -7rem; - } - - .sm\:first\:-m-32:first-child { - margin: -8rem; - } - - .sm\:first\:-m-36:first-child { - margin: -9rem; - } - - .sm\:first\:-m-40:first-child { - margin: -10rem; - } - - .sm\:first\:-m-44:first-child { - margin: -11rem; - } - - .sm\:first\:-m-48:first-child { - margin: -12rem; - } - - .sm\:first\:-m-52:first-child { - margin: -13rem; - } - - .sm\:first\:-m-56:first-child { - margin: -14rem; - } - - .sm\:first\:-m-60:first-child { - margin: -240px; - } - - .sm\:first\:-m-64:first-child { - margin: -16rem; - } - - .sm\:first\:-m-72:first-child { - margin: -18rem; - } - - .sm\:first\:-m-80:first-child { - margin: -20rem; - } - - .sm\:first\:-m-88:first-child { - margin: -22rem; - } - - .sm\:first\:-m-96:first-child { - margin: -24rem; - } - - .sm\:first\:-m-130:first-child { - margin: -560px; - } - - .sm\:first\:-m-px:first-child { - margin: -1px; - } - - .sm\:first\:-m-0\.5:first-child { - margin: -0.125rem; - } - - .sm\:first\:-m-1\.5:first-child { - margin: -0.375rem; - } - - .sm\:first\:-m-2\.5:first-child { - margin: -0.625rem; - } - - .sm\:first\:-m-3\.5:first-child { - margin: -0.875rem; - } - - .sm\:first\:my-0:first-child { - margin-top: 0px; - margin-bottom: 0px; - } - - .sm\:first\:mx-0:first-child { - margin-left: 0px; - margin-right: 0px; - } - - .sm\:first\:my-1:first-child { - margin-top: 0.25rem; - margin-bottom: 0.25rem; - } - - .sm\:first\:mx-1:first-child { - margin-left: 0.25rem; - margin-right: 0.25rem; - } - - .sm\:first\:my-2:first-child { - margin-top: 0.5rem; - margin-bottom: 0.5rem; - } - - .sm\:first\:mx-2:first-child { - margin-left: 0.5rem; - margin-right: 0.5rem; - } - - .sm\:first\:my-3:first-child { - margin-top: 0.75rem; - margin-bottom: 0.75rem; - } - - .sm\:first\:mx-3:first-child { - margin-left: 0.75rem; - margin-right: 0.75rem; - } - - .sm\:first\:my-4:first-child { - margin-top: 1rem; - margin-bottom: 1rem; - } - - .sm\:first\:mx-4:first-child { - margin-left: 1rem; - margin-right: 1rem; - } - - .sm\:first\:my-5:first-child { - margin-top: 1.25rem; - margin-bottom: 1.25rem; - } - - .sm\:first\:mx-5:first-child { - margin-left: 1.25rem; - margin-right: 1.25rem; - } - - .sm\:first\:my-6:first-child { - margin-top: 1.5rem; - margin-bottom: 1.5rem; - } - - .sm\:first\:mx-6:first-child { - margin-left: 1.5rem; - margin-right: 1.5rem; - } - - .sm\:first\:my-7:first-child { - margin-top: 1.75rem; - margin-bottom: 1.75rem; - } - - .sm\:first\:mx-7:first-child { - margin-left: 1.75rem; - margin-right: 1.75rem; - } - - .sm\:first\:my-8:first-child { - margin-top: 2rem; - margin-bottom: 2rem; - } - - .sm\:first\:mx-8:first-child { - margin-left: 2rem; - margin-right: 2rem; - } - - .sm\:first\:my-9:first-child { - margin-top: 2.25rem; - margin-bottom: 2.25rem; - } - - .sm\:first\:mx-9:first-child { - margin-left: 2.25rem; - margin-right: 2.25rem; - } - - .sm\:first\:my-10:first-child { - margin-top: 2.5rem; - margin-bottom: 2.5rem; - } - - .sm\:first\:mx-10:first-child { - margin-left: 2.5rem; - margin-right: 2.5rem; - } - - .sm\:first\:my-11:first-child { - margin-top: 2.75rem; - margin-bottom: 2.75rem; - } - - .sm\:first\:mx-11:first-child { - margin-left: 2.75rem; - margin-right: 2.75rem; - } - - .sm\:first\:my-12:first-child { - margin-top: 3rem; - margin-bottom: 3rem; - } - - .sm\:first\:mx-12:first-child { - margin-left: 3rem; - margin-right: 3rem; - } - - .sm\:first\:my-14:first-child { - margin-top: 3.5rem; - margin-bottom: 3.5rem; - } - - .sm\:first\:mx-14:first-child { - margin-left: 3.5rem; - margin-right: 3.5rem; - } - - .sm\:first\:my-16:first-child { - margin-top: 4rem; - margin-bottom: 4rem; - } - - .sm\:first\:mx-16:first-child { - margin-left: 4rem; - margin-right: 4rem; - } - - .sm\:first\:my-20:first-child { - margin-top: 5rem; - margin-bottom: 5rem; - } - - .sm\:first\:mx-20:first-child { - margin-left: 5rem; - margin-right: 5rem; - } - - .sm\:first\:my-22:first-child { - margin-top: 5.625rem; - margin-bottom: 5.625rem; - } - - .sm\:first\:mx-22:first-child { - margin-left: 5.625rem; - margin-right: 5.625rem; - } - - .sm\:first\:my-24:first-child { - margin-top: 6rem; - margin-bottom: 6rem; - } - - .sm\:first\:mx-24:first-child { - margin-left: 6rem; - margin-right: 6rem; - } - - .sm\:first\:my-28:first-child { - margin-top: 7rem; - margin-bottom: 7rem; - } - - .sm\:first\:mx-28:first-child { - margin-left: 7rem; - margin-right: 7rem; - } - - .sm\:first\:my-32:first-child { - margin-top: 8rem; - margin-bottom: 8rem; - } - - .sm\:first\:mx-32:first-child { - margin-left: 8rem; - margin-right: 8rem; - } - - .sm\:first\:my-36:first-child { - margin-top: 9rem; - margin-bottom: 9rem; - } - - .sm\:first\:mx-36:first-child { - margin-left: 9rem; - margin-right: 9rem; - } - - .sm\:first\:my-40:first-child { - margin-top: 10rem; - margin-bottom: 10rem; - } - - .sm\:first\:mx-40:first-child { - margin-left: 10rem; - margin-right: 10rem; - } - - .sm\:first\:my-44:first-child { - margin-top: 11rem; - margin-bottom: 11rem; - } - - .sm\:first\:mx-44:first-child { - margin-left: 11rem; - margin-right: 11rem; - } - - .sm\:first\:my-48:first-child { - margin-top: 12rem; - margin-bottom: 12rem; - } - - .sm\:first\:mx-48:first-child { - margin-left: 12rem; - margin-right: 12rem; - } - - .sm\:first\:my-52:first-child { - margin-top: 13rem; - margin-bottom: 13rem; - } - - .sm\:first\:mx-52:first-child { - margin-left: 13rem; - margin-right: 13rem; - } - - .sm\:first\:my-56:first-child { - margin-top: 14rem; - margin-bottom: 14rem; - } - - .sm\:first\:mx-56:first-child { - margin-left: 14rem; - margin-right: 14rem; - } - - .sm\:first\:my-60:first-child { - margin-top: 240px; - margin-bottom: 240px; - } - - .sm\:first\:mx-60:first-child { - margin-left: 240px; - margin-right: 240px; - } - - .sm\:first\:my-64:first-child { - margin-top: 16rem; - margin-bottom: 16rem; - } - - .sm\:first\:mx-64:first-child { - margin-left: 16rem; - margin-right: 16rem; - } - - .sm\:first\:my-72:first-child { - margin-top: 18rem; - margin-bottom: 18rem; - } - - .sm\:first\:mx-72:first-child { - margin-left: 18rem; - margin-right: 18rem; - } - - .sm\:first\:my-80:first-child { - margin-top: 20rem; - margin-bottom: 20rem; - } - - .sm\:first\:mx-80:first-child { - margin-left: 20rem; - margin-right: 20rem; - } - - .sm\:first\:my-88:first-child { - margin-top: 22rem; - margin-bottom: 22rem; - } - - .sm\:first\:mx-88:first-child { - margin-left: 22rem; - margin-right: 22rem; - } - - .sm\:first\:my-96:first-child { - margin-top: 24rem; - margin-bottom: 24rem; - } - - .sm\:first\:mx-96:first-child { - margin-left: 24rem; - margin-right: 24rem; - } - - .sm\:first\:my-130:first-child { - margin-top: 560px; - margin-bottom: 560px; - } - - .sm\:first\:mx-130:first-child { - margin-left: 560px; - margin-right: 560px; - } - - .sm\:first\:my-auto:first-child { - margin-top: auto; - margin-bottom: auto; - } - - .sm\:first\:mx-auto:first-child { - margin-left: auto; - margin-right: auto; - } - - .sm\:first\:my-px:first-child { - margin-top: 1px; - margin-bottom: 1px; - } - - .sm\:first\:mx-px:first-child { - margin-left: 1px; - margin-right: 1px; - } - - .sm\:first\:my-0\.5:first-child { - margin-top: 0.125rem; - margin-bottom: 0.125rem; - } - - .sm\:first\:mx-0\.5:first-child { - margin-left: 0.125rem; - margin-right: 0.125rem; - } - - .sm\:first\:my-1\.5:first-child { - margin-top: 0.375rem; - margin-bottom: 0.375rem; - } - - .sm\:first\:mx-1\.5:first-child { - margin-left: 0.375rem; - margin-right: 0.375rem; - } - - .sm\:first\:my-2\.5:first-child { - margin-top: 0.625rem; - margin-bottom: 0.625rem; - } - - .sm\:first\:mx-2\.5:first-child { - margin-left: 0.625rem; - margin-right: 0.625rem; - } - - .sm\:first\:my-3\.5:first-child { - margin-top: 0.875rem; - margin-bottom: 0.875rem; - } - - .sm\:first\:mx-3\.5:first-child { - margin-left: 0.875rem; - margin-right: 0.875rem; - } - - .sm\:first\:-my-0:first-child { - margin-top: 0px; - margin-bottom: 0px; - } - - .sm\:first\:-mx-0:first-child { - margin-left: 0px; - margin-right: 0px; - } - - .sm\:first\:-my-1:first-child { - margin-top: -0.25rem; - margin-bottom: -0.25rem; - } - - .sm\:first\:-mx-1:first-child { - margin-left: -0.25rem; - margin-right: -0.25rem; - } - - .sm\:first\:-my-2:first-child { - margin-top: -0.5rem; - margin-bottom: -0.5rem; - } - - .sm\:first\:-mx-2:first-child { - margin-left: -0.5rem; - margin-right: -0.5rem; - } - - .sm\:first\:-my-3:first-child { - margin-top: -0.75rem; - margin-bottom: -0.75rem; - } - - .sm\:first\:-mx-3:first-child { - margin-left: -0.75rem; - margin-right: -0.75rem; - } - - .sm\:first\:-my-4:first-child { - margin-top: -1rem; - margin-bottom: -1rem; - } - - .sm\:first\:-mx-4:first-child { - margin-left: -1rem; - margin-right: -1rem; - } - - .sm\:first\:-my-5:first-child { - margin-top: -1.25rem; - margin-bottom: -1.25rem; - } - - .sm\:first\:-mx-5:first-child { - margin-left: -1.25rem; - margin-right: -1.25rem; - } - - .sm\:first\:-my-6:first-child { - margin-top: -1.5rem; - margin-bottom: -1.5rem; - } - - .sm\:first\:-mx-6:first-child { - margin-left: -1.5rem; - margin-right: -1.5rem; - } - - .sm\:first\:-my-7:first-child { - margin-top: -1.75rem; - margin-bottom: -1.75rem; - } - - .sm\:first\:-mx-7:first-child { - margin-left: -1.75rem; - margin-right: -1.75rem; - } - - .sm\:first\:-my-8:first-child { - margin-top: -2rem; - margin-bottom: -2rem; - } - - .sm\:first\:-mx-8:first-child { - margin-left: -2rem; - margin-right: -2rem; - } - - .sm\:first\:-my-9:first-child { - margin-top: -2.25rem; - margin-bottom: -2.25rem; - } - - .sm\:first\:-mx-9:first-child { - margin-left: -2.25rem; - margin-right: -2.25rem; - } - - .sm\:first\:-my-10:first-child { - margin-top: -2.5rem; - margin-bottom: -2.5rem; - } - - .sm\:first\:-mx-10:first-child { - margin-left: -2.5rem; - margin-right: -2.5rem; - } - - .sm\:first\:-my-11:first-child { - margin-top: -2.75rem; - margin-bottom: -2.75rem; - } - - .sm\:first\:-mx-11:first-child { - margin-left: -2.75rem; - margin-right: -2.75rem; - } - - .sm\:first\:-my-12:first-child { - margin-top: -3rem; - margin-bottom: -3rem; - } - - .sm\:first\:-mx-12:first-child { - margin-left: -3rem; - margin-right: -3rem; - } - - .sm\:first\:-my-14:first-child { - margin-top: -3.5rem; - margin-bottom: -3.5rem; - } - - .sm\:first\:-mx-14:first-child { - margin-left: -3.5rem; - margin-right: -3.5rem; - } - - .sm\:first\:-my-16:first-child { - margin-top: -4rem; - margin-bottom: -4rem; - } - - .sm\:first\:-mx-16:first-child { - margin-left: -4rem; - margin-right: -4rem; - } - - .sm\:first\:-my-20:first-child { - margin-top: -5rem; - margin-bottom: -5rem; - } - - .sm\:first\:-mx-20:first-child { - margin-left: -5rem; - margin-right: -5rem; - } - - .sm\:first\:-my-22:first-child { - margin-top: -5.625rem; - margin-bottom: -5.625rem; - } - - .sm\:first\:-mx-22:first-child { - margin-left: -5.625rem; - margin-right: -5.625rem; - } - - .sm\:first\:-my-24:first-child { - margin-top: -6rem; - margin-bottom: -6rem; - } - - .sm\:first\:-mx-24:first-child { - margin-left: -6rem; - margin-right: -6rem; - } - - .sm\:first\:-my-28:first-child { - margin-top: -7rem; - margin-bottom: -7rem; - } - - .sm\:first\:-mx-28:first-child { - margin-left: -7rem; - margin-right: -7rem; - } - - .sm\:first\:-my-32:first-child { - margin-top: -8rem; - margin-bottom: -8rem; - } - - .sm\:first\:-mx-32:first-child { - margin-left: -8rem; - margin-right: -8rem; - } - - .sm\:first\:-my-36:first-child { - margin-top: -9rem; - margin-bottom: -9rem; - } - - .sm\:first\:-mx-36:first-child { - margin-left: -9rem; - margin-right: -9rem; - } - - .sm\:first\:-my-40:first-child { - margin-top: -10rem; - margin-bottom: -10rem; - } - - .sm\:first\:-mx-40:first-child { - margin-left: -10rem; - margin-right: -10rem; - } - - .sm\:first\:-my-44:first-child { - margin-top: -11rem; - margin-bottom: -11rem; - } - - .sm\:first\:-mx-44:first-child { - margin-left: -11rem; - margin-right: -11rem; - } - - .sm\:first\:-my-48:first-child { - margin-top: -12rem; - margin-bottom: -12rem; - } - - .sm\:first\:-mx-48:first-child { - margin-left: -12rem; - margin-right: -12rem; - } - - .sm\:first\:-my-52:first-child { - margin-top: -13rem; - margin-bottom: -13rem; - } - - .sm\:first\:-mx-52:first-child { - margin-left: -13rem; - margin-right: -13rem; - } - - .sm\:first\:-my-56:first-child { - margin-top: -14rem; - margin-bottom: -14rem; - } - - .sm\:first\:-mx-56:first-child { - margin-left: -14rem; - margin-right: -14rem; - } - - .sm\:first\:-my-60:first-child { - margin-top: -240px; - margin-bottom: -240px; - } - - .sm\:first\:-mx-60:first-child { - margin-left: -240px; - margin-right: -240px; - } - - .sm\:first\:-my-64:first-child { - margin-top: -16rem; - margin-bottom: -16rem; - } - - .sm\:first\:-mx-64:first-child { - margin-left: -16rem; - margin-right: -16rem; - } - - .sm\:first\:-my-72:first-child { - margin-top: -18rem; - margin-bottom: -18rem; - } - - .sm\:first\:-mx-72:first-child { - margin-left: -18rem; - margin-right: -18rem; - } - - .sm\:first\:-my-80:first-child { - margin-top: -20rem; - margin-bottom: -20rem; - } - - .sm\:first\:-mx-80:first-child { - margin-left: -20rem; - margin-right: -20rem; - } - - .sm\:first\:-my-88:first-child { - margin-top: -22rem; - margin-bottom: -22rem; - } - - .sm\:first\:-mx-88:first-child { - margin-left: -22rem; - margin-right: -22rem; - } - - .sm\:first\:-my-96:first-child { - margin-top: -24rem; - margin-bottom: -24rem; - } - - .sm\:first\:-mx-96:first-child { - margin-left: -24rem; - margin-right: -24rem; - } - - .sm\:first\:-my-130:first-child { - margin-top: -560px; - margin-bottom: -560px; - } - - .sm\:first\:-mx-130:first-child { - margin-left: -560px; - margin-right: -560px; - } - - .sm\:first\:-my-px:first-child { - margin-top: -1px; - margin-bottom: -1px; - } - - .sm\:first\:-mx-px:first-child { - margin-left: -1px; - margin-right: -1px; - } - - .sm\:first\:-my-0\.5:first-child { - margin-top: -0.125rem; - margin-bottom: -0.125rem; - } - - .sm\:first\:-mx-0\.5:first-child { - margin-left: -0.125rem; - margin-right: -0.125rem; - } - - .sm\:first\:-my-1\.5:first-child { - margin-top: -0.375rem; - margin-bottom: -0.375rem; - } - - .sm\:first\:-mx-1\.5:first-child { - margin-left: -0.375rem; - margin-right: -0.375rem; - } - - .sm\:first\:-my-2\.5:first-child { - margin-top: -0.625rem; - margin-bottom: -0.625rem; - } - - .sm\:first\:-mx-2\.5:first-child { - margin-left: -0.625rem; - margin-right: -0.625rem; - } - - .sm\:first\:-my-3\.5:first-child { - margin-top: -0.875rem; - margin-bottom: -0.875rem; - } - - .sm\:first\:-mx-3\.5:first-child { - margin-left: -0.875rem; - margin-right: -0.875rem; - } - - .sm\:first\:mt-0:first-child { - margin-top: 0px; - } - - .sm\:first\:mr-0:first-child { - margin-right: 0px; - } - - .sm\:first\:mb-0:first-child { - margin-bottom: 0px; - } - - .sm\:first\:ml-0:first-child { - margin-left: 0px; - } - - .sm\:first\:mt-1:first-child { - margin-top: 0.25rem; - } - - .sm\:first\:mr-1:first-child { - margin-right: 0.25rem; - } - - .sm\:first\:mb-1:first-child { - margin-bottom: 0.25rem; - } - - .sm\:first\:ml-1:first-child { - margin-left: 0.25rem; - } - - .sm\:first\:mt-2:first-child { - margin-top: 0.5rem; - } - - .sm\:first\:mr-2:first-child { - margin-right: 0.5rem; - } - - .sm\:first\:mb-2:first-child { - margin-bottom: 0.5rem; - } - - .sm\:first\:ml-2:first-child { - margin-left: 0.5rem; - } - - .sm\:first\:mt-3:first-child { - margin-top: 0.75rem; - } - - .sm\:first\:mr-3:first-child { - margin-right: 0.75rem; - } - - .sm\:first\:mb-3:first-child { - margin-bottom: 0.75rem; - } - - .sm\:first\:ml-3:first-child { - margin-left: 0.75rem; - } - - .sm\:first\:mt-4:first-child { - margin-top: 1rem; - } - - .sm\:first\:mr-4:first-child { - margin-right: 1rem; - } - - .sm\:first\:mb-4:first-child { - margin-bottom: 1rem; - } - - .sm\:first\:ml-4:first-child { - margin-left: 1rem; - } - - .sm\:first\:mt-5:first-child { - margin-top: 1.25rem; - } - - .sm\:first\:mr-5:first-child { - margin-right: 1.25rem; - } - - .sm\:first\:mb-5:first-child { - margin-bottom: 1.25rem; - } - - .sm\:first\:ml-5:first-child { - margin-left: 1.25rem; - } - - .sm\:first\:mt-6:first-child { - margin-top: 1.5rem; - } - - .sm\:first\:mr-6:first-child { - margin-right: 1.5rem; - } - - .sm\:first\:mb-6:first-child { - margin-bottom: 1.5rem; - } - - .sm\:first\:ml-6:first-child { - margin-left: 1.5rem; - } - - .sm\:first\:mt-7:first-child { - margin-top: 1.75rem; - } - - .sm\:first\:mr-7:first-child { - margin-right: 1.75rem; - } - - .sm\:first\:mb-7:first-child { - margin-bottom: 1.75rem; - } - - .sm\:first\:ml-7:first-child { - margin-left: 1.75rem; - } - - .sm\:first\:mt-8:first-child { - margin-top: 2rem; - } - - .sm\:first\:mr-8:first-child { - margin-right: 2rem; - } - - .sm\:first\:mb-8:first-child { - margin-bottom: 2rem; - } - - .sm\:first\:ml-8:first-child { - margin-left: 2rem; - } - - .sm\:first\:mt-9:first-child { - margin-top: 2.25rem; - } - - .sm\:first\:mr-9:first-child { - margin-right: 2.25rem; - } - - .sm\:first\:mb-9:first-child { - margin-bottom: 2.25rem; - } - - .sm\:first\:ml-9:first-child { - margin-left: 2.25rem; - } - - .sm\:first\:mt-10:first-child { - margin-top: 2.5rem; - } - - .sm\:first\:mr-10:first-child { - margin-right: 2.5rem; - } - - .sm\:first\:mb-10:first-child { - margin-bottom: 2.5rem; - } - - .sm\:first\:ml-10:first-child { - margin-left: 2.5rem; - } - - .sm\:first\:mt-11:first-child { - margin-top: 2.75rem; - } - - .sm\:first\:mr-11:first-child { - margin-right: 2.75rem; - } - - .sm\:first\:mb-11:first-child { - margin-bottom: 2.75rem; - } - - .sm\:first\:ml-11:first-child { - margin-left: 2.75rem; - } - - .sm\:first\:mt-12:first-child { - margin-top: 3rem; - } - - .sm\:first\:mr-12:first-child { - margin-right: 3rem; - } - - .sm\:first\:mb-12:first-child { - margin-bottom: 3rem; - } - - .sm\:first\:ml-12:first-child { - margin-left: 3rem; - } - - .sm\:first\:mt-14:first-child { - margin-top: 3.5rem; - } - - .sm\:first\:mr-14:first-child { - margin-right: 3.5rem; - } - - .sm\:first\:mb-14:first-child { - margin-bottom: 3.5rem; - } - - .sm\:first\:ml-14:first-child { - margin-left: 3.5rem; - } - - .sm\:first\:mt-16:first-child { - margin-top: 4rem; - } - - .sm\:first\:mr-16:first-child { - margin-right: 4rem; - } - - .sm\:first\:mb-16:first-child { - margin-bottom: 4rem; - } - - .sm\:first\:ml-16:first-child { - margin-left: 4rem; - } - - .sm\:first\:mt-20:first-child { - margin-top: 5rem; - } - - .sm\:first\:mr-20:first-child { - margin-right: 5rem; - } - - .sm\:first\:mb-20:first-child { - margin-bottom: 5rem; - } - - .sm\:first\:ml-20:first-child { - margin-left: 5rem; - } - - .sm\:first\:mt-22:first-child { - margin-top: 5.625rem; - } - - .sm\:first\:mr-22:first-child { - margin-right: 5.625rem; - } - - .sm\:first\:mb-22:first-child { - margin-bottom: 5.625rem; - } - - .sm\:first\:ml-22:first-child { - margin-left: 5.625rem; - } - - .sm\:first\:mt-24:first-child { - margin-top: 6rem; - } - - .sm\:first\:mr-24:first-child { - margin-right: 6rem; - } - - .sm\:first\:mb-24:first-child { - margin-bottom: 6rem; - } - - .sm\:first\:ml-24:first-child { - margin-left: 6rem; - } - - .sm\:first\:mt-28:first-child { - margin-top: 7rem; - } - - .sm\:first\:mr-28:first-child { - margin-right: 7rem; - } - - .sm\:first\:mb-28:first-child { - margin-bottom: 7rem; - } - - .sm\:first\:ml-28:first-child { - margin-left: 7rem; - } - - .sm\:first\:mt-32:first-child { - margin-top: 8rem; - } - - .sm\:first\:mr-32:first-child { - margin-right: 8rem; - } - - .sm\:first\:mb-32:first-child { - margin-bottom: 8rem; - } - - .sm\:first\:ml-32:first-child { - margin-left: 8rem; - } - - .sm\:first\:mt-36:first-child { - margin-top: 9rem; - } - - .sm\:first\:mr-36:first-child { - margin-right: 9rem; - } - - .sm\:first\:mb-36:first-child { - margin-bottom: 9rem; - } - - .sm\:first\:ml-36:first-child { - margin-left: 9rem; - } - - .sm\:first\:mt-40:first-child { - margin-top: 10rem; - } - - .sm\:first\:mr-40:first-child { - margin-right: 10rem; - } - - .sm\:first\:mb-40:first-child { - margin-bottom: 10rem; - } - - .sm\:first\:ml-40:first-child { - margin-left: 10rem; - } - - .sm\:first\:mt-44:first-child { - margin-top: 11rem; - } - - .sm\:first\:mr-44:first-child { - margin-right: 11rem; - } - - .sm\:first\:mb-44:first-child { - margin-bottom: 11rem; - } - - .sm\:first\:ml-44:first-child { - margin-left: 11rem; - } - - .sm\:first\:mt-48:first-child { - margin-top: 12rem; - } - - .sm\:first\:mr-48:first-child { - margin-right: 12rem; - } - - .sm\:first\:mb-48:first-child { - margin-bottom: 12rem; - } - - .sm\:first\:ml-48:first-child { - margin-left: 12rem; - } - - .sm\:first\:mt-52:first-child { - margin-top: 13rem; - } - - .sm\:first\:mr-52:first-child { - margin-right: 13rem; - } - - .sm\:first\:mb-52:first-child { - margin-bottom: 13rem; - } - - .sm\:first\:ml-52:first-child { - margin-left: 13rem; - } - - .sm\:first\:mt-56:first-child { - margin-top: 14rem; - } - - .sm\:first\:mr-56:first-child { - margin-right: 14rem; - } - - .sm\:first\:mb-56:first-child { - margin-bottom: 14rem; - } - - .sm\:first\:ml-56:first-child { - margin-left: 14rem; - } - - .sm\:first\:mt-60:first-child { - margin-top: 240px; - } - - .sm\:first\:mr-60:first-child { - margin-right: 240px; - } - - .sm\:first\:mb-60:first-child { - margin-bottom: 240px; - } - - .sm\:first\:ml-60:first-child { - margin-left: 240px; - } - - .sm\:first\:mt-64:first-child { - margin-top: 16rem; - } - - .sm\:first\:mr-64:first-child { - margin-right: 16rem; - } - - .sm\:first\:mb-64:first-child { - margin-bottom: 16rem; - } - - .sm\:first\:ml-64:first-child { - margin-left: 16rem; - } - - .sm\:first\:mt-72:first-child { - margin-top: 18rem; - } - - .sm\:first\:mr-72:first-child { - margin-right: 18rem; - } - - .sm\:first\:mb-72:first-child { - margin-bottom: 18rem; - } - - .sm\:first\:ml-72:first-child { - margin-left: 18rem; - } - - .sm\:first\:mt-80:first-child { - margin-top: 20rem; - } - - .sm\:first\:mr-80:first-child { - margin-right: 20rem; - } - - .sm\:first\:mb-80:first-child { - margin-bottom: 20rem; - } - - .sm\:first\:ml-80:first-child { - margin-left: 20rem; - } - - .sm\:first\:mt-88:first-child { - margin-top: 22rem; - } - - .sm\:first\:mr-88:first-child { - margin-right: 22rem; - } - - .sm\:first\:mb-88:first-child { - margin-bottom: 22rem; - } - - .sm\:first\:ml-88:first-child { - margin-left: 22rem; - } - - .sm\:first\:mt-96:first-child { - margin-top: 24rem; - } - - .sm\:first\:mr-96:first-child { - margin-right: 24rem; - } - - .sm\:first\:mb-96:first-child { - margin-bottom: 24rem; - } - - .sm\:first\:ml-96:first-child { - margin-left: 24rem; - } - - .sm\:first\:mt-130:first-child { - margin-top: 560px; - } - - .sm\:first\:mr-130:first-child { - margin-right: 560px; - } - - .sm\:first\:mb-130:first-child { - margin-bottom: 560px; - } - - .sm\:first\:ml-130:first-child { - margin-left: 560px; - } - - .sm\:first\:mt-auto:first-child { - margin-top: auto; - } - - .sm\:first\:mr-auto:first-child { - margin-right: auto; - } - - .sm\:first\:mb-auto:first-child { - margin-bottom: auto; - } - - .sm\:first\:ml-auto:first-child { - margin-left: auto; - } - - .sm\:first\:mt-px:first-child { - margin-top: 1px; - } - - .sm\:first\:mr-px:first-child { - margin-right: 1px; - } - - .sm\:first\:mb-px:first-child { - margin-bottom: 1px; - } - - .sm\:first\:ml-px:first-child { - margin-left: 1px; - } - - .sm\:first\:mt-0\.5:first-child { - margin-top: 0.125rem; - } - - .sm\:first\:mr-0\.5:first-child { - margin-right: 0.125rem; - } - - .sm\:first\:mb-0\.5:first-child { - margin-bottom: 0.125rem; - } - - .sm\:first\:ml-0\.5:first-child { - margin-left: 0.125rem; - } - - .sm\:first\:mt-1\.5:first-child { - margin-top: 0.375rem; - } - - .sm\:first\:mr-1\.5:first-child { - margin-right: 0.375rem; - } - - .sm\:first\:mb-1\.5:first-child { - margin-bottom: 0.375rem; - } - - .sm\:first\:ml-1\.5:first-child { - margin-left: 0.375rem; - } - - .sm\:first\:mt-2\.5:first-child { - margin-top: 0.625rem; - } - - .sm\:first\:mr-2\.5:first-child { - margin-right: 0.625rem; - } - - .sm\:first\:mb-2\.5:first-child { - margin-bottom: 0.625rem; - } - - .sm\:first\:ml-2\.5:first-child { - margin-left: 0.625rem; - } - - .sm\:first\:mt-3\.5:first-child { - margin-top: 0.875rem; - } - - .sm\:first\:mr-3\.5:first-child { - margin-right: 0.875rem; - } - - .sm\:first\:mb-3\.5:first-child { - margin-bottom: 0.875rem; - } - - .sm\:first\:ml-3\.5:first-child { - margin-left: 0.875rem; - } - - .sm\:first\:-mt-0:first-child { - margin-top: 0px; - } - - .sm\:first\:-mr-0:first-child { - margin-right: 0px; - } - - .sm\:first\:-mb-0:first-child { - margin-bottom: 0px; - } - - .sm\:first\:-ml-0:first-child { - margin-left: 0px; - } - - .sm\:first\:-mt-1:first-child { - margin-top: -0.25rem; - } - - .sm\:first\:-mr-1:first-child { - margin-right: -0.25rem; - } - - .sm\:first\:-mb-1:first-child { - margin-bottom: -0.25rem; - } - - .sm\:first\:-ml-1:first-child { - margin-left: -0.25rem; - } - - .sm\:first\:-mt-2:first-child { - margin-top: -0.5rem; - } - - .sm\:first\:-mr-2:first-child { - margin-right: -0.5rem; - } - - .sm\:first\:-mb-2:first-child { - margin-bottom: -0.5rem; - } - - .sm\:first\:-ml-2:first-child { - margin-left: -0.5rem; - } - - .sm\:first\:-mt-3:first-child { - margin-top: -0.75rem; - } - - .sm\:first\:-mr-3:first-child { - margin-right: -0.75rem; - } - - .sm\:first\:-mb-3:first-child { - margin-bottom: -0.75rem; - } - - .sm\:first\:-ml-3:first-child { - margin-left: -0.75rem; - } - - .sm\:first\:-mt-4:first-child { - margin-top: -1rem; - } - - .sm\:first\:-mr-4:first-child { - margin-right: -1rem; - } - - .sm\:first\:-mb-4:first-child { - margin-bottom: -1rem; - } - - .sm\:first\:-ml-4:first-child { - margin-left: -1rem; - } - - .sm\:first\:-mt-5:first-child { - margin-top: -1.25rem; - } - - .sm\:first\:-mr-5:first-child { - margin-right: -1.25rem; - } - - .sm\:first\:-mb-5:first-child { - margin-bottom: -1.25rem; - } - - .sm\:first\:-ml-5:first-child { - margin-left: -1.25rem; - } - - .sm\:first\:-mt-6:first-child { - margin-top: -1.5rem; - } - - .sm\:first\:-mr-6:first-child { - margin-right: -1.5rem; - } - - .sm\:first\:-mb-6:first-child { - margin-bottom: -1.5rem; - } - - .sm\:first\:-ml-6:first-child { - margin-left: -1.5rem; - } - - .sm\:first\:-mt-7:first-child { - margin-top: -1.75rem; - } - - .sm\:first\:-mr-7:first-child { - margin-right: -1.75rem; - } - - .sm\:first\:-mb-7:first-child { - margin-bottom: -1.75rem; - } - - .sm\:first\:-ml-7:first-child { - margin-left: -1.75rem; - } - - .sm\:first\:-mt-8:first-child { - margin-top: -2rem; - } - - .sm\:first\:-mr-8:first-child { - margin-right: -2rem; - } - - .sm\:first\:-mb-8:first-child { - margin-bottom: -2rem; - } - - .sm\:first\:-ml-8:first-child { - margin-left: -2rem; - } - - .sm\:first\:-mt-9:first-child { - margin-top: -2.25rem; - } - - .sm\:first\:-mr-9:first-child { - margin-right: -2.25rem; - } - - .sm\:first\:-mb-9:first-child { - margin-bottom: -2.25rem; - } - - .sm\:first\:-ml-9:first-child { - margin-left: -2.25rem; - } - - .sm\:first\:-mt-10:first-child { - margin-top: -2.5rem; - } - - .sm\:first\:-mr-10:first-child { - margin-right: -2.5rem; - } - - .sm\:first\:-mb-10:first-child { - margin-bottom: -2.5rem; - } - - .sm\:first\:-ml-10:first-child { - margin-left: -2.5rem; - } - - .sm\:first\:-mt-11:first-child { - margin-top: -2.75rem; - } - - .sm\:first\:-mr-11:first-child { - margin-right: -2.75rem; - } - - .sm\:first\:-mb-11:first-child { - margin-bottom: -2.75rem; - } - - .sm\:first\:-ml-11:first-child { - margin-left: -2.75rem; - } - - .sm\:first\:-mt-12:first-child { - margin-top: -3rem; - } - - .sm\:first\:-mr-12:first-child { - margin-right: -3rem; - } - - .sm\:first\:-mb-12:first-child { - margin-bottom: -3rem; - } - - .sm\:first\:-ml-12:first-child { - margin-left: -3rem; - } - - .sm\:first\:-mt-14:first-child { - margin-top: -3.5rem; - } - - .sm\:first\:-mr-14:first-child { - margin-right: -3.5rem; - } - - .sm\:first\:-mb-14:first-child { - margin-bottom: -3.5rem; - } - - .sm\:first\:-ml-14:first-child { - margin-left: -3.5rem; - } - - .sm\:first\:-mt-16:first-child { - margin-top: -4rem; - } - - .sm\:first\:-mr-16:first-child { - margin-right: -4rem; - } - - .sm\:first\:-mb-16:first-child { - margin-bottom: -4rem; - } - - .sm\:first\:-ml-16:first-child { - margin-left: -4rem; - } - - .sm\:first\:-mt-20:first-child { - margin-top: -5rem; - } - - .sm\:first\:-mr-20:first-child { - margin-right: -5rem; - } - - .sm\:first\:-mb-20:first-child { - margin-bottom: -5rem; - } - - .sm\:first\:-ml-20:first-child { - margin-left: -5rem; - } - - .sm\:first\:-mt-22:first-child { - margin-top: -5.625rem; - } - - .sm\:first\:-mr-22:first-child { - margin-right: -5.625rem; - } - - .sm\:first\:-mb-22:first-child { - margin-bottom: -5.625rem; - } - - .sm\:first\:-ml-22:first-child { - margin-left: -5.625rem; - } - - .sm\:first\:-mt-24:first-child { - margin-top: -6rem; - } - - .sm\:first\:-mr-24:first-child { - margin-right: -6rem; - } - - .sm\:first\:-mb-24:first-child { - margin-bottom: -6rem; - } - - .sm\:first\:-ml-24:first-child { - margin-left: -6rem; - } - - .sm\:first\:-mt-28:first-child { - margin-top: -7rem; - } - - .sm\:first\:-mr-28:first-child { - margin-right: -7rem; - } - - .sm\:first\:-mb-28:first-child { - margin-bottom: -7rem; - } - - .sm\:first\:-ml-28:first-child { - margin-left: -7rem; - } - - .sm\:first\:-mt-32:first-child { - margin-top: -8rem; - } - - .sm\:first\:-mr-32:first-child { - margin-right: -8rem; - } - - .sm\:first\:-mb-32:first-child { - margin-bottom: -8rem; - } - - .sm\:first\:-ml-32:first-child { - margin-left: -8rem; - } - - .sm\:first\:-mt-36:first-child { - margin-top: -9rem; - } - - .sm\:first\:-mr-36:first-child { - margin-right: -9rem; - } - - .sm\:first\:-mb-36:first-child { - margin-bottom: -9rem; - } - - .sm\:first\:-ml-36:first-child { - margin-left: -9rem; - } - - .sm\:first\:-mt-40:first-child { - margin-top: -10rem; - } - - .sm\:first\:-mr-40:first-child { - margin-right: -10rem; - } - - .sm\:first\:-mb-40:first-child { - margin-bottom: -10rem; - } - - .sm\:first\:-ml-40:first-child { - margin-left: -10rem; - } - - .sm\:first\:-mt-44:first-child { - margin-top: -11rem; - } - - .sm\:first\:-mr-44:first-child { - margin-right: -11rem; - } - - .sm\:first\:-mb-44:first-child { - margin-bottom: -11rem; - } - - .sm\:first\:-ml-44:first-child { - margin-left: -11rem; - } - - .sm\:first\:-mt-48:first-child { - margin-top: -12rem; - } - - .sm\:first\:-mr-48:first-child { - margin-right: -12rem; - } - - .sm\:first\:-mb-48:first-child { - margin-bottom: -12rem; - } - - .sm\:first\:-ml-48:first-child { - margin-left: -12rem; - } - - .sm\:first\:-mt-52:first-child { - margin-top: -13rem; - } - - .sm\:first\:-mr-52:first-child { - margin-right: -13rem; - } - - .sm\:first\:-mb-52:first-child { - margin-bottom: -13rem; - } - - .sm\:first\:-ml-52:first-child { - margin-left: -13rem; - } - - .sm\:first\:-mt-56:first-child { - margin-top: -14rem; - } - - .sm\:first\:-mr-56:first-child { - margin-right: -14rem; - } - - .sm\:first\:-mb-56:first-child { - margin-bottom: -14rem; - } - - .sm\:first\:-ml-56:first-child { - margin-left: -14rem; - } - - .sm\:first\:-mt-60:first-child { - margin-top: -240px; - } - - .sm\:first\:-mr-60:first-child { - margin-right: -240px; - } - - .sm\:first\:-mb-60:first-child { - margin-bottom: -240px; - } - - .sm\:first\:-ml-60:first-child { - margin-left: -240px; - } - - .sm\:first\:-mt-64:first-child { - margin-top: -16rem; - } - - .sm\:first\:-mr-64:first-child { - margin-right: -16rem; - } - - .sm\:first\:-mb-64:first-child { - margin-bottom: -16rem; - } - - .sm\:first\:-ml-64:first-child { - margin-left: -16rem; - } - - .sm\:first\:-mt-72:first-child { - margin-top: -18rem; - } - - .sm\:first\:-mr-72:first-child { - margin-right: -18rem; - } - - .sm\:first\:-mb-72:first-child { - margin-bottom: -18rem; - } - - .sm\:first\:-ml-72:first-child { - margin-left: -18rem; - } - - .sm\:first\:-mt-80:first-child { - margin-top: -20rem; - } - - .sm\:first\:-mr-80:first-child { - margin-right: -20rem; - } - - .sm\:first\:-mb-80:first-child { - margin-bottom: -20rem; - } - - .sm\:first\:-ml-80:first-child { - margin-left: -20rem; - } - - .sm\:first\:-mt-88:first-child { - margin-top: -22rem; - } - - .sm\:first\:-mr-88:first-child { - margin-right: -22rem; - } - - .sm\:first\:-mb-88:first-child { - margin-bottom: -22rem; - } - - .sm\:first\:-ml-88:first-child { - margin-left: -22rem; - } - - .sm\:first\:-mt-96:first-child { - margin-top: -24rem; - } - - .sm\:first\:-mr-96:first-child { - margin-right: -24rem; - } - - .sm\:first\:-mb-96:first-child { - margin-bottom: -24rem; - } - - .sm\:first\:-ml-96:first-child { - margin-left: -24rem; - } - - .sm\:first\:-mt-130:first-child { - margin-top: -560px; - } - - .sm\:first\:-mr-130:first-child { - margin-right: -560px; - } - - .sm\:first\:-mb-130:first-child { - margin-bottom: -560px; - } - - .sm\:first\:-ml-130:first-child { - margin-left: -560px; - } - - .sm\:first\:-mt-px:first-child { - margin-top: -1px; - } - - .sm\:first\:-mr-px:first-child { - margin-right: -1px; - } - - .sm\:first\:-mb-px:first-child { - margin-bottom: -1px; - } - - .sm\:first\:-ml-px:first-child { - margin-left: -1px; - } - - .sm\:first\:-mt-0\.5:first-child { - margin-top: -0.125rem; - } - - .sm\:first\:-mr-0\.5:first-child { - margin-right: -0.125rem; - } - - .sm\:first\:-mb-0\.5:first-child { - margin-bottom: -0.125rem; - } - - .sm\:first\:-ml-0\.5:first-child { - margin-left: -0.125rem; - } - - .sm\:first\:-mt-1\.5:first-child { - margin-top: -0.375rem; - } - - .sm\:first\:-mr-1\.5:first-child { - margin-right: -0.375rem; - } - - .sm\:first\:-mb-1\.5:first-child { - margin-bottom: -0.375rem; - } - - .sm\:first\:-ml-1\.5:first-child { - margin-left: -0.375rem; - } - - .sm\:first\:-mt-2\.5:first-child { - margin-top: -0.625rem; - } - - .sm\:first\:-mr-2\.5:first-child { - margin-right: -0.625rem; - } - - .sm\:first\:-mb-2\.5:first-child { - margin-bottom: -0.625rem; - } - - .sm\:first\:-ml-2\.5:first-child { - margin-left: -0.625rem; - } - - .sm\:first\:-mt-3\.5:first-child { - margin-top: -0.875rem; - } - - .sm\:first\:-mr-3\.5:first-child { - margin-right: -0.875rem; - } - - .sm\:first\:-mb-3\.5:first-child { - margin-bottom: -0.875rem; - } - - .sm\:first\:-ml-3\.5:first-child { - margin-left: -0.875rem; - } - - .sm\:max-h-0 { - max-height: 0px; - } - - .sm\:max-h-1 { - max-height: 0.25rem; - } - - .sm\:max-h-2 { - max-height: 0.5rem; - } - - .sm\:max-h-3 { - max-height: 0.75rem; - } - - .sm\:max-h-4 { - max-height: 1rem; - } - - .sm\:max-h-5 { - max-height: 1.25rem; - } - - .sm\:max-h-6 { - max-height: 1.5rem; - } - - .sm\:max-h-7 { - max-height: 1.75rem; - } - - .sm\:max-h-8 { - max-height: 2rem; - } - - .sm\:max-h-9 { - max-height: 2.25rem; - } - - .sm\:max-h-10 { - max-height: 2.5rem; - } - - .sm\:max-h-11 { - max-height: 2.75rem; - } - - .sm\:max-h-12 { - max-height: 3rem; - } - - .sm\:max-h-14 { - max-height: 3.5rem; - } - - .sm\:max-h-16 { - max-height: 4rem; - } - - .sm\:max-h-20 { - max-height: 5rem; - } - - .sm\:max-h-22 { - max-height: 5.625rem; - } - - .sm\:max-h-24 { - max-height: 6rem; - } - - .sm\:max-h-28 { - max-height: 7rem; - } - - .sm\:max-h-32 { - max-height: 8rem; - } - - .sm\:max-h-36 { - max-height: 9rem; - } - - .sm\:max-h-40 { - max-height: 10rem; - } - - .sm\:max-h-44 { - max-height: 11rem; - } - - .sm\:max-h-48 { - max-height: 12rem; - } - - .sm\:max-h-52 { - max-height: 13rem; - } - - .sm\:max-h-56 { - max-height: 14rem; - } - - .sm\:max-h-60 { - max-height: 240px; - } - - .sm\:max-h-64 { - max-height: 16rem; - } - - .sm\:max-h-72 { - max-height: 18rem; - } - - .sm\:max-h-80 { - max-height: 20rem; - } - - .sm\:max-h-88 { - max-height: 22rem; - } - - .sm\:max-h-96 { - max-height: 24rem; - } - - .sm\:max-h-130 { - max-height: 560px; - } - - .sm\:max-h-px { - max-height: 1px; - } - - .sm\:max-h-0\.5 { - max-height: 0.125rem; - } - - .sm\:max-h-1\.5 { - max-height: 0.375rem; - } - - .sm\:max-h-2\.5 { - max-height: 0.625rem; - } - - .sm\:max-h-3\.5 { - max-height: 0.875rem; - } - - .sm\:max-h-full { - max-height: 100%; - } - - .sm\:max-h-screen { - max-height: 100vh; - } - - .sm\:max-w-0 { - max-width: 0rem; - } - - .sm\:max-w-none { - max-width: none; - } - - .sm\:max-w-xs { - max-width: 20rem; - } - - .sm\:max-w-sm { - max-width: 24rem; - } - - .sm\:max-w-md { - max-width: 28rem; - } - - .sm\:max-w-lg { - max-width: 32rem; - } - - .sm\:max-w-xl { - max-width: 36rem; - } - - .sm\:max-w-2xl { - max-width: 42rem; - } - - .sm\:max-w-3xl { - max-width: 48rem; - } - - .sm\:max-w-4xl { - max-width: 56rem; - } - - .sm\:max-w-5xl { - max-width: 64rem; - } - - .sm\:max-w-6xl { - max-width: 72rem; - } - - .sm\:max-w-7xl { - max-width: 80rem; - } - - .sm\:max-w-full { - max-width: 100%; - } - - .sm\:max-w-min { - max-width: -webkit-min-content; - max-width: -moz-min-content; - max-width: min-content; - } - - .sm\:max-w-max { - max-width: -webkit-max-content; - max-width: -moz-max-content; - max-width: max-content; - } - - .sm\:max-w-prose { - max-width: 65ch; - } - - .sm\:max-w-screen-sm { - max-width: 640px; - } - - .sm\:max-w-screen-md { - max-width: 768px; - } - - .sm\:max-w-screen-lg { - max-width: 1024px; - } - - .sm\:max-w-screen-xl { - max-width: 1280px; - } - - .sm\:max-w-screen-2xl { - max-width: 1536px; - } - - .sm\:max-w-screen-xxl { - max-width: 1440px; - } - - .sm\:min-h-0 { - min-height: 0px; - } - - .sm\:min-h-10 { - min-height: 2.5rem; - } - - .sm\:min-h-full { - min-height: 100%; - } - - .sm\:min-h-screen { - min-height: 100vh; - } - - .sm\:min-w-0 { - min-width: 0px; - } - - .sm\:min-w-full { - min-width: 100%; - } - - .sm\:min-w-min { - min-width: -webkit-min-content; - min-width: -moz-min-content; - min-width: min-content; - } - - .sm\:min-w-max { - min-width: -webkit-max-content; - min-width: -moz-max-content; - min-width: max-content; - } - - .sm\:object-contain { - -o-object-fit: contain; - object-fit: contain; - } - - .sm\:object-cover { - -o-object-fit: cover; - object-fit: cover; - } - - .sm\:object-fill { - -o-object-fit: fill; - object-fit: fill; - } - - .sm\:object-none { - -o-object-fit: none; - object-fit: none; - } - - .sm\:object-scale-down { - -o-object-fit: scale-down; - object-fit: scale-down; - } - - .sm\:object-bottom { - -o-object-position: bottom; - object-position: bottom; - } - - .sm\:object-center { - -o-object-position: center; - object-position: center; - } - - .sm\:object-left { - -o-object-position: left; - object-position: left; - } - - .sm\:object-left-bottom { - -o-object-position: left bottom; - object-position: left bottom; - } - - .sm\:object-left-top { - -o-object-position: left top; - object-position: left top; - } - - .sm\:object-right { - -o-object-position: right; - object-position: right; - } - - .sm\:object-right-bottom { - -o-object-position: right bottom; - object-position: right bottom; - } - - .sm\:object-right-top { - -o-object-position: right top; - object-position: right top; - } - - .sm\:object-top { - -o-object-position: top; - object-position: top; - } - - .sm\:opacity-0 { - opacity: 0; - } - - .sm\:opacity-5 { - opacity: 0.05; - } - - .sm\:opacity-10 { - opacity: 0.1; - } - - .sm\:opacity-20 { - opacity: 0.2; - } - - .sm\:opacity-25 { - opacity: 0.25; - } - - .sm\:opacity-30 { - opacity: 0.3; - } - - .sm\:opacity-40 { - opacity: 0.4; - } - - .sm\:opacity-50 { - opacity: 0.5; - } - - .sm\:opacity-60 { - opacity: 0.6; - } - - .sm\:opacity-70 { - opacity: 0.7; - } - - .sm\:opacity-75 { - opacity: 0.75; - } - - .sm\:opacity-80 { - opacity: 0.8; - } - - .sm\:opacity-90 { - opacity: 0.9; - } - - .sm\:opacity-95 { - opacity: 0.95; - } - - .sm\:opacity-100 { - opacity: 1; - } - - .group:hover .sm\:group-hover\:opacity-0 { - opacity: 0; - } - - .group:hover .sm\:group-hover\:opacity-5 { - opacity: 0.05; - } - - .group:hover .sm\:group-hover\:opacity-10 { - opacity: 0.1; - } - - .group:hover .sm\:group-hover\:opacity-20 { - opacity: 0.2; - } - - .group:hover .sm\:group-hover\:opacity-25 { - opacity: 0.25; - } - - .group:hover .sm\:group-hover\:opacity-30 { - opacity: 0.3; - } - - .group:hover .sm\:group-hover\:opacity-40 { - opacity: 0.4; - } - - .group:hover .sm\:group-hover\:opacity-50 { - opacity: 0.5; - } - - .group:hover .sm\:group-hover\:opacity-60 { - opacity: 0.6; - } - - .group:hover .sm\:group-hover\:opacity-70 { - opacity: 0.7; - } - - .group:hover .sm\:group-hover\:opacity-75 { - opacity: 0.75; - } - - .group:hover .sm\:group-hover\:opacity-80 { - opacity: 0.8; - } - - .group:hover .sm\:group-hover\:opacity-90 { - opacity: 0.9; - } - - .group:hover .sm\:group-hover\:opacity-95 { - opacity: 0.95; - } - - .group:hover .sm\:group-hover\:opacity-100 { - opacity: 1; - } - - .sm\:focus-within\:opacity-0:focus-within { - opacity: 0; - } - - .sm\:focus-within\:opacity-5:focus-within { - opacity: 0.05; - } - - .sm\:focus-within\:opacity-10:focus-within { - opacity: 0.1; - } - - .sm\:focus-within\:opacity-20:focus-within { - opacity: 0.2; - } - - .sm\:focus-within\:opacity-25:focus-within { - opacity: 0.25; - } - - .sm\:focus-within\:opacity-30:focus-within { - opacity: 0.3; - } - - .sm\:focus-within\:opacity-40:focus-within { - opacity: 0.4; - } - - .sm\:focus-within\:opacity-50:focus-within { - opacity: 0.5; - } - - .sm\:focus-within\:opacity-60:focus-within { - opacity: 0.6; - } - - .sm\:focus-within\:opacity-70:focus-within { - opacity: 0.7; - } - - .sm\:focus-within\:opacity-75:focus-within { - opacity: 0.75; - } - - .sm\:focus-within\:opacity-80:focus-within { - opacity: 0.8; - } - - .sm\:focus-within\:opacity-90:focus-within { - opacity: 0.9; - } - - .sm\:focus-within\:opacity-95:focus-within { - opacity: 0.95; - } - - .sm\:focus-within\:opacity-100:focus-within { - opacity: 1; - } - - .sm\:hover\:opacity-0:hover { - opacity: 0; - } - - .sm\:hover\:opacity-5:hover { - opacity: 0.05; - } - - .sm\:hover\:opacity-10:hover { - opacity: 0.1; - } - - .sm\:hover\:opacity-20:hover { - opacity: 0.2; - } - - .sm\:hover\:opacity-25:hover { - opacity: 0.25; - } - - .sm\:hover\:opacity-30:hover { - opacity: 0.3; - } - - .sm\:hover\:opacity-40:hover { - opacity: 0.4; - } - - .sm\:hover\:opacity-50:hover { - opacity: 0.5; - } - - .sm\:hover\:opacity-60:hover { - opacity: 0.6; - } - - .sm\:hover\:opacity-70:hover { - opacity: 0.7; - } - - .sm\:hover\:opacity-75:hover { - opacity: 0.75; - } - - .sm\:hover\:opacity-80:hover { - opacity: 0.8; - } - - .sm\:hover\:opacity-90:hover { - opacity: 0.9; - } - - .sm\:hover\:opacity-95:hover { - opacity: 0.95; - } - - .sm\:hover\:opacity-100:hover { - opacity: 1; - } - - .sm\:focus\:opacity-0:focus { - opacity: 0; - } - - .sm\:focus\:opacity-5:focus { - opacity: 0.05; - } - - .sm\:focus\:opacity-10:focus { - opacity: 0.1; - } - - .sm\:focus\:opacity-20:focus { - opacity: 0.2; - } - - .sm\:focus\:opacity-25:focus { - opacity: 0.25; - } - - .sm\:focus\:opacity-30:focus { - opacity: 0.3; - } - - .sm\:focus\:opacity-40:focus { - opacity: 0.4; - } - - .sm\:focus\:opacity-50:focus { - opacity: 0.5; - } - - .sm\:focus\:opacity-60:focus { - opacity: 0.6; - } - - .sm\:focus\:opacity-70:focus { - opacity: 0.7; - } - - .sm\:focus\:opacity-75:focus { - opacity: 0.75; - } - - .sm\:focus\:opacity-80:focus { - opacity: 0.8; - } - - .sm\:focus\:opacity-90:focus { - opacity: 0.9; - } - - .sm\:focus\:opacity-95:focus { - opacity: 0.95; - } - - .sm\:focus\:opacity-100:focus { - opacity: 1; - } - - .sm\:outline-none { - outline: 2px solid transparent; - outline-offset: 2px; - } - - .sm\:outline-white { - outline: 2px dotted white; - outline-offset: 2px; - } - - .sm\:outline-black { - outline: 2px dotted black; - outline-offset: 2px; - } - - .sm\:focus-within\:outline-none:focus-within { - outline: 2px solid transparent; - outline-offset: 2px; - } - - .sm\:focus-within\:outline-white:focus-within { - outline: 2px dotted white; - outline-offset: 2px; - } - - .sm\:focus-within\:outline-black:focus-within { - outline: 2px dotted black; - outline-offset: 2px; - } - - .sm\:focus\:outline-none:focus { - outline: 2px solid transparent; - outline-offset: 2px; - } - - .sm\:focus\:outline-white:focus { - outline: 2px dotted white; - outline-offset: 2px; - } - - .sm\:focus\:outline-black:focus { - outline: 2px dotted black; - outline-offset: 2px; - } - - .sm\:overflow-auto { - overflow: auto; - } - - .sm\:overflow-hidden { - overflow: hidden; - } - - .sm\:overflow-visible { - overflow: visible; - } - - .sm\:overflow-scroll { - overflow: scroll; - } - - .sm\:overflow-x-auto { - overflow-x: auto; - } - - .sm\:overflow-y-auto { - overflow-y: auto; - } - - .sm\:overflow-x-hidden { - overflow-x: hidden; - } - - .sm\:overflow-y-hidden { - overflow-y: hidden; - } - - .sm\:overflow-x-visible { - overflow-x: visible; - } - - .sm\:overflow-y-visible { - overflow-y: visible; - } - - .sm\:overflow-x-scroll { - overflow-x: scroll; - } - - .sm\:overflow-y-scroll { - overflow-y: scroll; - } - - .sm\:overscroll-auto { - -ms-scroll-chaining: chained; - overscroll-behavior: auto; - } - - .sm\:overscroll-contain { - -ms-scroll-chaining: none; - overscroll-behavior: contain; - } - - .sm\:overscroll-none { - -ms-scroll-chaining: none; - overscroll-behavior: none; - } - - .sm\:overscroll-y-auto { - overscroll-behavior-y: auto; - } - - .sm\:overscroll-y-contain { - overscroll-behavior-y: contain; - } - - .sm\:overscroll-y-none { - overscroll-behavior-y: none; - } - - .sm\:overscroll-x-auto { - overscroll-behavior-x: auto; - } - - .sm\:overscroll-x-contain { - overscroll-behavior-x: contain; - } - - .sm\:overscroll-x-none { - overscroll-behavior-x: none; - } - - .sm\:p-0 { - padding: 0px; - } - - .sm\:p-1 { - padding: 0.25rem; - } - - .sm\:p-2 { - padding: 0.5rem; - } - - .sm\:p-3 { - padding: 0.75rem; - } - - .sm\:p-4 { - padding: 1rem; - } - - .sm\:p-5 { - padding: 1.25rem; - } - - .sm\:p-6 { - padding: 1.5rem; - } - - .sm\:p-7 { - padding: 1.75rem; - } - - .sm\:p-8 { - padding: 2rem; - } - - .sm\:p-9 { - padding: 2.25rem; - } - - .sm\:p-10 { - padding: 2.5rem; - } - - .sm\:p-11 { - padding: 2.75rem; - } - - .sm\:p-12 { - padding: 3rem; - } - - .sm\:p-14 { - padding: 3.5rem; - } - - .sm\:p-16 { - padding: 4rem; - } - - .sm\:p-20 { - padding: 5rem; - } - - .sm\:p-22 { - padding: 5.625rem; - } - - .sm\:p-24 { - padding: 6rem; - } - - .sm\:p-28 { - padding: 7rem; - } - - .sm\:p-32 { - padding: 8rem; - } - - .sm\:p-36 { - padding: 9rem; - } - - .sm\:p-40 { - padding: 10rem; - } - - .sm\:p-44 { - padding: 11rem; - } - - .sm\:p-48 { - padding: 12rem; - } - - .sm\:p-52 { - padding: 13rem; - } - - .sm\:p-56 { - padding: 14rem; - } - - .sm\:p-60 { - padding: 240px; - } - - .sm\:p-64 { - padding: 16rem; - } - - .sm\:p-72 { - padding: 18rem; - } - - .sm\:p-80 { - padding: 20rem; - } - - .sm\:p-88 { - padding: 22rem; - } - - .sm\:p-96 { - padding: 24rem; - } - - .sm\:p-130 { - padding: 560px; - } - - .sm\:p-px { - padding: 1px; - } - - .sm\:p-0\.5 { - padding: 0.125rem; - } - - .sm\:p-1\.5 { - padding: 0.375rem; - } - - .sm\:p-2\.5 { - padding: 0.625rem; - } - - .sm\:p-3\.5 { - padding: 0.875rem; - } - - .sm\:py-0 { - padding-top: 0px; - padding-bottom: 0px; - } - - .sm\:px-0 { - padding-left: 0px; - padding-right: 0px; - } - - .sm\:py-1 { - padding-top: 0.25rem; - padding-bottom: 0.25rem; - } - - .sm\:px-1 { - padding-left: 0.25rem; - padding-right: 0.25rem; - } - - .sm\:py-2 { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - } - - .sm\:px-2 { - padding-left: 0.5rem; - padding-right: 0.5rem; - } - - .sm\:py-3 { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - } - - .sm\:px-3 { - padding-left: 0.75rem; - padding-right: 0.75rem; - } - - .sm\:py-4 { - padding-top: 1rem; - padding-bottom: 1rem; - } - - .sm\:px-4 { - padding-left: 1rem; - padding-right: 1rem; - } - - .sm\:py-5 { - padding-top: 1.25rem; - padding-bottom: 1.25rem; - } - - .sm\:px-5 { - padding-left: 1.25rem; - padding-right: 1.25rem; - } - - .sm\:py-6 { - padding-top: 1.5rem; - padding-bottom: 1.5rem; - } - - .sm\:px-6 { - padding-left: 1.5rem; - padding-right: 1.5rem; - } - - .sm\:py-7 { - padding-top: 1.75rem; - padding-bottom: 1.75rem; - } - - .sm\:px-7 { - padding-left: 1.75rem; - padding-right: 1.75rem; - } - - .sm\:py-8 { - padding-top: 2rem; - padding-bottom: 2rem; - } - - .sm\:px-8 { - padding-left: 2rem; - padding-right: 2rem; - } - - .sm\:py-9 { - padding-top: 2.25rem; - padding-bottom: 2.25rem; - } - - .sm\:px-9 { - padding-left: 2.25rem; - padding-right: 2.25rem; - } - - .sm\:py-10 { - padding-top: 2.5rem; - padding-bottom: 2.5rem; - } - - .sm\:px-10 { - padding-left: 2.5rem; - padding-right: 2.5rem; - } - - .sm\:py-11 { - padding-top: 2.75rem; - padding-bottom: 2.75rem; - } - - .sm\:px-11 { - padding-left: 2.75rem; - padding-right: 2.75rem; - } - - .sm\:py-12 { - padding-top: 3rem; - padding-bottom: 3rem; - } - - .sm\:px-12 { - padding-left: 3rem; - padding-right: 3rem; - } - - .sm\:py-14 { - padding-top: 3.5rem; - padding-bottom: 3.5rem; - } - - .sm\:px-14 { - padding-left: 3.5rem; - padding-right: 3.5rem; - } - - .sm\:py-16 { - padding-top: 4rem; - padding-bottom: 4rem; - } - - .sm\:px-16 { - padding-left: 4rem; - padding-right: 4rem; - } - - .sm\:py-20 { - padding-top: 5rem; - padding-bottom: 5rem; - } - - .sm\:px-20 { - padding-left: 5rem; - padding-right: 5rem; - } - - .sm\:py-22 { - padding-top: 5.625rem; - padding-bottom: 5.625rem; - } - - .sm\:px-22 { - padding-left: 5.625rem; - padding-right: 5.625rem; - } - - .sm\:py-24 { - padding-top: 6rem; - padding-bottom: 6rem; - } - - .sm\:px-24 { - padding-left: 6rem; - padding-right: 6rem; - } - - .sm\:py-28 { - padding-top: 7rem; - padding-bottom: 7rem; - } - - .sm\:px-28 { - padding-left: 7rem; - padding-right: 7rem; - } - - .sm\:py-32 { - padding-top: 8rem; - padding-bottom: 8rem; - } - - .sm\:px-32 { - padding-left: 8rem; - padding-right: 8rem; - } - - .sm\:py-36 { - padding-top: 9rem; - padding-bottom: 9rem; - } - - .sm\:px-36 { - padding-left: 9rem; - padding-right: 9rem; - } - - .sm\:py-40 { - padding-top: 10rem; - padding-bottom: 10rem; - } - - .sm\:px-40 { - padding-left: 10rem; - padding-right: 10rem; - } - - .sm\:py-44 { - padding-top: 11rem; - padding-bottom: 11rem; - } - - .sm\:px-44 { - padding-left: 11rem; - padding-right: 11rem; - } - - .sm\:py-48 { - padding-top: 12rem; - padding-bottom: 12rem; - } - - .sm\:px-48 { - padding-left: 12rem; - padding-right: 12rem; - } - - .sm\:py-52 { - padding-top: 13rem; - padding-bottom: 13rem; - } - - .sm\:px-52 { - padding-left: 13rem; - padding-right: 13rem; - } - - .sm\:py-56 { - padding-top: 14rem; - padding-bottom: 14rem; - } - - .sm\:px-56 { - padding-left: 14rem; - padding-right: 14rem; - } - - .sm\:py-60 { - padding-top: 240px; - padding-bottom: 240px; - } - - .sm\:px-60 { - padding-left: 240px; - padding-right: 240px; - } - - .sm\:py-64 { - padding-top: 16rem; - padding-bottom: 16rem; - } - - .sm\:px-64 { - padding-left: 16rem; - padding-right: 16rem; - } - - .sm\:py-72 { - padding-top: 18rem; - padding-bottom: 18rem; - } - - .sm\:px-72 { - padding-left: 18rem; - padding-right: 18rem; - } - - .sm\:py-80 { - padding-top: 20rem; - padding-bottom: 20rem; - } - - .sm\:px-80 { - padding-left: 20rem; - padding-right: 20rem; - } - - .sm\:py-88 { - padding-top: 22rem; - padding-bottom: 22rem; - } - - .sm\:px-88 { - padding-left: 22rem; - padding-right: 22rem; - } - - .sm\:py-96 { - padding-top: 24rem; - padding-bottom: 24rem; - } - - .sm\:px-96 { - padding-left: 24rem; - padding-right: 24rem; - } - - .sm\:py-130 { - padding-top: 560px; - padding-bottom: 560px; - } - - .sm\:px-130 { - padding-left: 560px; - padding-right: 560px; - } - - .sm\:py-px { - padding-top: 1px; - padding-bottom: 1px; - } - - .sm\:px-px { - padding-left: 1px; - padding-right: 1px; - } - - .sm\:py-0\.5 { - padding-top: 0.125rem; - padding-bottom: 0.125rem; - } - - .sm\:px-0\.5 { - padding-left: 0.125rem; - padding-right: 0.125rem; - } - - .sm\:py-1\.5 { - padding-top: 0.375rem; - padding-bottom: 0.375rem; - } - - .sm\:px-1\.5 { - padding-left: 0.375rem; - padding-right: 0.375rem; - } - - .sm\:py-2\.5 { - padding-top: 0.625rem; - padding-bottom: 0.625rem; - } - - .sm\:px-2\.5 { - padding-left: 0.625rem; - padding-right: 0.625rem; - } - - .sm\:py-3\.5 { - padding-top: 0.875rem; - padding-bottom: 0.875rem; - } - - .sm\:px-3\.5 { - padding-left: 0.875rem; - padding-right: 0.875rem; - } - - .sm\:pt-0 { - padding-top: 0px; - } - - .sm\:pr-0 { - padding-right: 0px; - } - - .sm\:pb-0 { - padding-bottom: 0px; - } - - .sm\:pl-0 { - padding-left: 0px; - } - - .sm\:pt-1 { - padding-top: 0.25rem; - } - - .sm\:pr-1 { - padding-right: 0.25rem; - } - - .sm\:pb-1 { - padding-bottom: 0.25rem; - } - - .sm\:pl-1 { - padding-left: 0.25rem; - } - - .sm\:pt-2 { - padding-top: 0.5rem; - } - - .sm\:pr-2 { - padding-right: 0.5rem; - } - - .sm\:pb-2 { - padding-bottom: 0.5rem; - } - - .sm\:pl-2 { - padding-left: 0.5rem; - } - - .sm\:pt-3 { - padding-top: 0.75rem; - } - - .sm\:pr-3 { - padding-right: 0.75rem; - } - - .sm\:pb-3 { - padding-bottom: 0.75rem; - } - - .sm\:pl-3 { - padding-left: 0.75rem; - } - - .sm\:pt-4 { - padding-top: 1rem; - } - - .sm\:pr-4 { - padding-right: 1rem; - } - - .sm\:pb-4 { - padding-bottom: 1rem; - } - - .sm\:pl-4 { - padding-left: 1rem; - } - - .sm\:pt-5 { - padding-top: 1.25rem; - } - - .sm\:pr-5 { - padding-right: 1.25rem; - } - - .sm\:pb-5 { - padding-bottom: 1.25rem; - } - - .sm\:pl-5 { - padding-left: 1.25rem; - } - - .sm\:pt-6 { - padding-top: 1.5rem; - } - - .sm\:pr-6 { - padding-right: 1.5rem; - } - - .sm\:pb-6 { - padding-bottom: 1.5rem; - } - - .sm\:pl-6 { - padding-left: 1.5rem; - } - - .sm\:pt-7 { - padding-top: 1.75rem; - } - - .sm\:pr-7 { - padding-right: 1.75rem; - } - - .sm\:pb-7 { - padding-bottom: 1.75rem; - } - - .sm\:pl-7 { - padding-left: 1.75rem; - } - - .sm\:pt-8 { - padding-top: 2rem; - } - - .sm\:pr-8 { - padding-right: 2rem; - } - - .sm\:pb-8 { - padding-bottom: 2rem; - } - - .sm\:pl-8 { - padding-left: 2rem; - } - - .sm\:pt-9 { - padding-top: 2.25rem; - } - - .sm\:pr-9 { - padding-right: 2.25rem; - } - - .sm\:pb-9 { - padding-bottom: 2.25rem; - } - - .sm\:pl-9 { - padding-left: 2.25rem; - } - - .sm\:pt-10 { - padding-top: 2.5rem; - } - - .sm\:pr-10 { - padding-right: 2.5rem; - } - - .sm\:pb-10 { - padding-bottom: 2.5rem; - } - - .sm\:pl-10 { - padding-left: 2.5rem; - } - - .sm\:pt-11 { - padding-top: 2.75rem; - } - - .sm\:pr-11 { - padding-right: 2.75rem; - } - - .sm\:pb-11 { - padding-bottom: 2.75rem; - } - - .sm\:pl-11 { - padding-left: 2.75rem; - } - - .sm\:pt-12 { - padding-top: 3rem; - } - - .sm\:pr-12 { - padding-right: 3rem; - } - - .sm\:pb-12 { - padding-bottom: 3rem; - } - - .sm\:pl-12 { - padding-left: 3rem; - } - - .sm\:pt-14 { - padding-top: 3.5rem; - } - - .sm\:pr-14 { - padding-right: 3.5rem; - } - - .sm\:pb-14 { - padding-bottom: 3.5rem; - } - - .sm\:pl-14 { - padding-left: 3.5rem; - } - - .sm\:pt-16 { - padding-top: 4rem; - } - - .sm\:pr-16 { - padding-right: 4rem; - } - - .sm\:pb-16 { - padding-bottom: 4rem; - } - - .sm\:pl-16 { - padding-left: 4rem; - } - - .sm\:pt-20 { - padding-top: 5rem; - } - - .sm\:pr-20 { - padding-right: 5rem; - } - - .sm\:pb-20 { - padding-bottom: 5rem; - } - - .sm\:pl-20 { - padding-left: 5rem; - } - - .sm\:pt-22 { - padding-top: 5.625rem; - } - - .sm\:pr-22 { - padding-right: 5.625rem; - } - - .sm\:pb-22 { - padding-bottom: 5.625rem; - } - - .sm\:pl-22 { - padding-left: 5.625rem; - } - - .sm\:pt-24 { - padding-top: 6rem; - } - - .sm\:pr-24 { - padding-right: 6rem; - } - - .sm\:pb-24 { - padding-bottom: 6rem; - } - - .sm\:pl-24 { - padding-left: 6rem; - } - - .sm\:pt-28 { - padding-top: 7rem; - } - - .sm\:pr-28 { - padding-right: 7rem; - } - - .sm\:pb-28 { - padding-bottom: 7rem; - } - - .sm\:pl-28 { - padding-left: 7rem; - } - - .sm\:pt-32 { - padding-top: 8rem; - } - - .sm\:pr-32 { - padding-right: 8rem; - } - - .sm\:pb-32 { - padding-bottom: 8rem; - } - - .sm\:pl-32 { - padding-left: 8rem; - } - - .sm\:pt-36 { - padding-top: 9rem; - } - - .sm\:pr-36 { - padding-right: 9rem; - } - - .sm\:pb-36 { - padding-bottom: 9rem; - } - - .sm\:pl-36 { - padding-left: 9rem; - } - - .sm\:pt-40 { - padding-top: 10rem; - } - - .sm\:pr-40 { - padding-right: 10rem; - } - - .sm\:pb-40 { - padding-bottom: 10rem; - } - - .sm\:pl-40 { - padding-left: 10rem; - } - - .sm\:pt-44 { - padding-top: 11rem; - } - - .sm\:pr-44 { - padding-right: 11rem; - } - - .sm\:pb-44 { - padding-bottom: 11rem; - } - - .sm\:pl-44 { - padding-left: 11rem; - } - - .sm\:pt-48 { - padding-top: 12rem; - } - - .sm\:pr-48 { - padding-right: 12rem; - } - - .sm\:pb-48 { - padding-bottom: 12rem; - } - - .sm\:pl-48 { - padding-left: 12rem; - } - - .sm\:pt-52 { - padding-top: 13rem; - } - - .sm\:pr-52 { - padding-right: 13rem; - } - - .sm\:pb-52 { - padding-bottom: 13rem; - } - - .sm\:pl-52 { - padding-left: 13rem; - } - - .sm\:pt-56 { - padding-top: 14rem; - } - - .sm\:pr-56 { - padding-right: 14rem; - } - - .sm\:pb-56 { - padding-bottom: 14rem; - } - - .sm\:pl-56 { - padding-left: 14rem; - } - - .sm\:pt-60 { - padding-top: 240px; - } - - .sm\:pr-60 { - padding-right: 240px; - } - - .sm\:pb-60 { - padding-bottom: 240px; - } - - .sm\:pl-60 { - padding-left: 240px; - } - - .sm\:pt-64 { - padding-top: 16rem; - } - - .sm\:pr-64 { - padding-right: 16rem; - } - - .sm\:pb-64 { - padding-bottom: 16rem; - } - - .sm\:pl-64 { - padding-left: 16rem; - } - - .sm\:pt-72 { - padding-top: 18rem; - } - - .sm\:pr-72 { - padding-right: 18rem; - } - - .sm\:pb-72 { - padding-bottom: 18rem; - } - - .sm\:pl-72 { - padding-left: 18rem; - } - - .sm\:pt-80 { - padding-top: 20rem; - } - - .sm\:pr-80 { - padding-right: 20rem; - } - - .sm\:pb-80 { - padding-bottom: 20rem; - } - - .sm\:pl-80 { - padding-left: 20rem; - } - - .sm\:pt-88 { - padding-top: 22rem; - } - - .sm\:pr-88 { - padding-right: 22rem; - } - - .sm\:pb-88 { - padding-bottom: 22rem; - } - - .sm\:pl-88 { - padding-left: 22rem; - } - - .sm\:pt-96 { - padding-top: 24rem; - } - - .sm\:pr-96 { - padding-right: 24rem; - } - - .sm\:pb-96 { - padding-bottom: 24rem; - } - - .sm\:pl-96 { - padding-left: 24rem; - } - - .sm\:pt-130 { - padding-top: 560px; - } - - .sm\:pr-130 { - padding-right: 560px; - } - - .sm\:pb-130 { - padding-bottom: 560px; - } - - .sm\:pl-130 { - padding-left: 560px; - } - - .sm\:pt-px { - padding-top: 1px; - } - - .sm\:pr-px { - padding-right: 1px; - } - - .sm\:pb-px { - padding-bottom: 1px; - } - - .sm\:pl-px { - padding-left: 1px; - } - - .sm\:pt-0\.5 { - padding-top: 0.125rem; - } - - .sm\:pr-0\.5 { - padding-right: 0.125rem; - } - - .sm\:pb-0\.5 { - padding-bottom: 0.125rem; - } - - .sm\:pl-0\.5 { - padding-left: 0.125rem; - } - - .sm\:pt-1\.5 { - padding-top: 0.375rem; - } - - .sm\:pr-1\.5 { - padding-right: 0.375rem; - } - - .sm\:pb-1\.5 { - padding-bottom: 0.375rem; - } - - .sm\:pl-1\.5 { - padding-left: 0.375rem; - } - - .sm\:pt-2\.5 { - padding-top: 0.625rem; - } - - .sm\:pr-2\.5 { - padding-right: 0.625rem; - } - - .sm\:pb-2\.5 { - padding-bottom: 0.625rem; - } - - .sm\:pl-2\.5 { - padding-left: 0.625rem; - } - - .sm\:pt-3\.5 { - padding-top: 0.875rem; - } - - .sm\:pr-3\.5 { - padding-right: 0.875rem; - } - - .sm\:pb-3\.5 { - padding-bottom: 0.875rem; - } - - .sm\:pl-3\.5 { - padding-left: 0.875rem; - } - - .sm\:placeholder-transparent::-moz-placeholder { - color: transparent; - } - - .sm\:placeholder-transparent:-ms-input-placeholder { - color: transparent; - } - - .sm\:placeholder-transparent::placeholder { - color: transparent; - } - - .sm\:placeholder-current::-moz-placeholder { - color: currentColor; - } - - .sm\:placeholder-current:-ms-input-placeholder { - color: currentColor; - } - - .sm\:placeholder-current::placeholder { - color: currentColor; - } - - .sm\:placeholder-black::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-black:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-black::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-white::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-white:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-white::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-red-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-yellow-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-green-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-blue-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-danger::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-danger:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-danger::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-success::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-success:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-success::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-warning::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-warning:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-warning::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-info::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-info:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-info::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-transparent:focus::-moz-placeholder { - color: transparent; - } - - .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder { - color: transparent; - } - - .sm\:focus\:placeholder-transparent:focus::placeholder { - color: transparent; - } - - .sm\:focus\:placeholder-current:focus::-moz-placeholder { - color: currentColor; - } - - .sm\:focus\:placeholder-current:focus:-ms-input-placeholder { - color: currentColor; - } - - .sm\:focus\:placeholder-current:focus::placeholder { - color: currentColor; - } - - .sm\:focus\:placeholder-black:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-black:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-black:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-white:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-white:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-white:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-red-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-yellow-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-green-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-blue-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-danger:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-danger:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-danger:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-success:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-success:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-success:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-warning:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-warning:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-warning:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-info:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-info:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-info:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-opacity-0::-moz-placeholder { - --tw-placeholder-opacity: 0; - } - - .sm\:placeholder-opacity-0:-ms-input-placeholder { - --tw-placeholder-opacity: 0; - } - - .sm\:placeholder-opacity-0::placeholder { - --tw-placeholder-opacity: 0; - } - - .sm\:placeholder-opacity-5::-moz-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .sm\:placeholder-opacity-5:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .sm\:placeholder-opacity-5::placeholder { - --tw-placeholder-opacity: 0.05; - } - - .sm\:placeholder-opacity-10::-moz-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .sm\:placeholder-opacity-10:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .sm\:placeholder-opacity-10::placeholder { - --tw-placeholder-opacity: 0.1; - } - - .sm\:placeholder-opacity-20::-moz-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .sm\:placeholder-opacity-20:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .sm\:placeholder-opacity-20::placeholder { - --tw-placeholder-opacity: 0.2; - } - - .sm\:placeholder-opacity-25::-moz-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .sm\:placeholder-opacity-25:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .sm\:placeholder-opacity-25::placeholder { - --tw-placeholder-opacity: 0.25; - } - - .sm\:placeholder-opacity-30::-moz-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .sm\:placeholder-opacity-30:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .sm\:placeholder-opacity-30::placeholder { - --tw-placeholder-opacity: 0.3; - } - - .sm\:placeholder-opacity-40::-moz-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .sm\:placeholder-opacity-40:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .sm\:placeholder-opacity-40::placeholder { - --tw-placeholder-opacity: 0.4; - } - - .sm\:placeholder-opacity-50::-moz-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .sm\:placeholder-opacity-50:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .sm\:placeholder-opacity-50::placeholder { - --tw-placeholder-opacity: 0.5; - } - - .sm\:placeholder-opacity-60::-moz-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .sm\:placeholder-opacity-60:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .sm\:placeholder-opacity-60::placeholder { - --tw-placeholder-opacity: 0.6; - } - - .sm\:placeholder-opacity-70::-moz-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .sm\:placeholder-opacity-70:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .sm\:placeholder-opacity-70::placeholder { - --tw-placeholder-opacity: 0.7; - } - - .sm\:placeholder-opacity-75::-moz-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .sm\:placeholder-opacity-75:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .sm\:placeholder-opacity-75::placeholder { - --tw-placeholder-opacity: 0.75; - } - - .sm\:placeholder-opacity-80::-moz-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .sm\:placeholder-opacity-80:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .sm\:placeholder-opacity-80::placeholder { - --tw-placeholder-opacity: 0.8; - } - - .sm\:placeholder-opacity-90::-moz-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .sm\:placeholder-opacity-90:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .sm\:placeholder-opacity-90::placeholder { - --tw-placeholder-opacity: 0.9; - } - - .sm\:placeholder-opacity-95::-moz-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .sm\:placeholder-opacity-95:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .sm\:placeholder-opacity-95::placeholder { - --tw-placeholder-opacity: 0.95; - } - - .sm\:placeholder-opacity-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - } - - .sm\:placeholder-opacity-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - } - - .sm\:placeholder-opacity-100::placeholder { - --tw-placeholder-opacity: 1; - } - - .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder { - --tw-placeholder-opacity: 0; - } - - .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0; - } - - .sm\:focus\:placeholder-opacity-0:focus::placeholder { - --tw-placeholder-opacity: 0; - } - - .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .sm\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .sm\:focus\:placeholder-opacity-5:focus::placeholder { - --tw-placeholder-opacity: 0.05; - } - - .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .sm\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .sm\:focus\:placeholder-opacity-10:focus::placeholder { - --tw-placeholder-opacity: 0.1; - } - - .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .sm\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .sm\:focus\:placeholder-opacity-20:focus::placeholder { - --tw-placeholder-opacity: 0.2; - } - - .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .sm\:focus\:placeholder-opacity-25:focus::placeholder { - --tw-placeholder-opacity: 0.25; - } - - .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .sm\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .sm\:focus\:placeholder-opacity-30:focus::placeholder { - --tw-placeholder-opacity: 0.3; - } - - .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .sm\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .sm\:focus\:placeholder-opacity-40:focus::placeholder { - --tw-placeholder-opacity: 0.4; - } - - .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .sm\:focus\:placeholder-opacity-50:focus::placeholder { - --tw-placeholder-opacity: 0.5; - } - - .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .sm\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .sm\:focus\:placeholder-opacity-60:focus::placeholder { - --tw-placeholder-opacity: 0.6; - } - - .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .sm\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .sm\:focus\:placeholder-opacity-70:focus::placeholder { - --tw-placeholder-opacity: 0.7; - } - - .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .sm\:focus\:placeholder-opacity-75:focus::placeholder { - --tw-placeholder-opacity: 0.75; - } - - .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .sm\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .sm\:focus\:placeholder-opacity-80:focus::placeholder { - --tw-placeholder-opacity: 0.8; - } - - .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .sm\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .sm\:focus\:placeholder-opacity-90:focus::placeholder { - --tw-placeholder-opacity: 0.9; - } - - .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .sm\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .sm\:focus\:placeholder-opacity-95:focus::placeholder { - --tw-placeholder-opacity: 0.95; - } - - .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - } - - .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - } - - .sm\:focus\:placeholder-opacity-100:focus::placeholder { - --tw-placeholder-opacity: 1; - } - - .sm\:pointer-events-none { - pointer-events: none; - } - - .sm\:pointer-events-auto { - pointer-events: auto; - } - - .sm\:static { - position: static; - } - - .sm\:fixed { - position: fixed; - } - - .sm\:absolute { - position: absolute; - } - - .sm\:relative { - position: relative; - } - - .sm\:sticky { - position: -webkit-sticky; - position: sticky; - } - - .sm\:inset-0 { - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - } - - .sm\:inset-1 { - top: 0.25rem; - right: 0.25rem; - bottom: 0.25rem; - left: 0.25rem; - } - - .sm\:inset-2 { - top: 0.5rem; - right: 0.5rem; - bottom: 0.5rem; - left: 0.5rem; - } - - .sm\:inset-3 { - top: 0.75rem; - right: 0.75rem; - bottom: 0.75rem; - left: 0.75rem; - } - - .sm\:inset-4 { - top: 1rem; - right: 1rem; - bottom: 1rem; - left: 1rem; - } - - .sm\:inset-5 { - top: 1.25rem; - right: 1.25rem; - bottom: 1.25rem; - left: 1.25rem; - } - - .sm\:inset-6 { - top: 1.5rem; - right: 1.5rem; - bottom: 1.5rem; - left: 1.5rem; - } - - .sm\:inset-7 { - top: 1.75rem; - right: 1.75rem; - bottom: 1.75rem; - left: 1.75rem; - } - - .sm\:inset-8 { - top: 2rem; - right: 2rem; - bottom: 2rem; - left: 2rem; - } - - .sm\:inset-9 { - top: 2.25rem; - right: 2.25rem; - bottom: 2.25rem; - left: 2.25rem; - } - - .sm\:inset-10 { - top: 2.5rem; - right: 2.5rem; - bottom: 2.5rem; - left: 2.5rem; - } - - .sm\:inset-11 { - top: 2.75rem; - right: 2.75rem; - bottom: 2.75rem; - left: 2.75rem; - } - - .sm\:inset-12 { - top: 3rem; - right: 3rem; - bottom: 3rem; - left: 3rem; - } - - .sm\:inset-14 { - top: 3.5rem; - right: 3.5rem; - bottom: 3.5rem; - left: 3.5rem; - } - - .sm\:inset-16 { - top: 4rem; - right: 4rem; - bottom: 4rem; - left: 4rem; - } - - .sm\:inset-20 { - top: 5rem; - right: 5rem; - bottom: 5rem; - left: 5rem; - } - - .sm\:inset-22 { - top: 5.625rem; - right: 5.625rem; - bottom: 5.625rem; - left: 5.625rem; - } - - .sm\:inset-24 { - top: 6rem; - right: 6rem; - bottom: 6rem; - left: 6rem; - } - - .sm\:inset-28 { - top: 7rem; - right: 7rem; - bottom: 7rem; - left: 7rem; - } - - .sm\:inset-32 { - top: 8rem; - right: 8rem; - bottom: 8rem; - left: 8rem; - } - - .sm\:inset-36 { - top: 9rem; - right: 9rem; - bottom: 9rem; - left: 9rem; - } - - .sm\:inset-40 { - top: 10rem; - right: 10rem; - bottom: 10rem; - left: 10rem; - } - - .sm\:inset-44 { - top: 11rem; - right: 11rem; - bottom: 11rem; - left: 11rem; - } - - .sm\:inset-48 { - top: 12rem; - right: 12rem; - bottom: 12rem; - left: 12rem; - } - - .sm\:inset-52 { - top: 13rem; - right: 13rem; - bottom: 13rem; - left: 13rem; - } - - .sm\:inset-56 { - top: 14rem; - right: 14rem; - bottom: 14rem; - left: 14rem; - } - - .sm\:inset-60 { - top: 240px; - right: 240px; - bottom: 240px; - left: 240px; - } - - .sm\:inset-64 { - top: 16rem; - right: 16rem; - bottom: 16rem; - left: 16rem; - } - - .sm\:inset-72 { - top: 18rem; - right: 18rem; - bottom: 18rem; - left: 18rem; - } - - .sm\:inset-80 { - top: 20rem; - right: 20rem; - bottom: 20rem; - left: 20rem; - } - - .sm\:inset-88 { - top: 22rem; - right: 22rem; - bottom: 22rem; - left: 22rem; - } - - .sm\:inset-96 { - top: 24rem; - right: 24rem; - bottom: 24rem; - left: 24rem; - } - - .sm\:inset-130 { - top: 560px; - right: 560px; - bottom: 560px; - left: 560px; - } - - .sm\:inset-auto { - top: auto; - right: auto; - bottom: auto; - left: auto; - } - - .sm\:inset-px { - top: 1px; - right: 1px; - bottom: 1px; - left: 1px; - } - - .sm\:inset-0\.5 { - top: 0.125rem; - right: 0.125rem; - bottom: 0.125rem; - left: 0.125rem; - } - - .sm\:inset-1\.5 { - top: 0.375rem; - right: 0.375rem; - bottom: 0.375rem; - left: 0.375rem; - } - - .sm\:inset-2\.5 { - top: 0.625rem; - right: 0.625rem; - bottom: 0.625rem; - left: 0.625rem; - } - - .sm\:inset-3\.5 { - top: 0.875rem; - right: 0.875rem; - bottom: 0.875rem; - left: 0.875rem; - } - - .sm\:-inset-0 { - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - } - - .sm\:-inset-1 { - top: -0.25rem; - right: -0.25rem; - bottom: -0.25rem; - left: -0.25rem; - } - - .sm\:-inset-2 { - top: -0.5rem; - right: -0.5rem; - bottom: -0.5rem; - left: -0.5rem; - } - - .sm\:-inset-3 { - top: -0.75rem; - right: -0.75rem; - bottom: -0.75rem; - left: -0.75rem; - } - - .sm\:-inset-4 { - top: -1rem; - right: -1rem; - bottom: -1rem; - left: -1rem; - } - - .sm\:-inset-5 { - top: -1.25rem; - right: -1.25rem; - bottom: -1.25rem; - left: -1.25rem; - } - - .sm\:-inset-6 { - top: -1.5rem; - right: -1.5rem; - bottom: -1.5rem; - left: -1.5rem; - } - - .sm\:-inset-7 { - top: -1.75rem; - right: -1.75rem; - bottom: -1.75rem; - left: -1.75rem; - } - - .sm\:-inset-8 { - top: -2rem; - right: -2rem; - bottom: -2rem; - left: -2rem; - } - - .sm\:-inset-9 { - top: -2.25rem; - right: -2.25rem; - bottom: -2.25rem; - left: -2.25rem; - } - - .sm\:-inset-10 { - top: -2.5rem; - right: -2.5rem; - bottom: -2.5rem; - left: -2.5rem; - } - - .sm\:-inset-11 { - top: -2.75rem; - right: -2.75rem; - bottom: -2.75rem; - left: -2.75rem; - } - - .sm\:-inset-12 { - top: -3rem; - right: -3rem; - bottom: -3rem; - left: -3rem; - } - - .sm\:-inset-14 { - top: -3.5rem; - right: -3.5rem; - bottom: -3.5rem; - left: -3.5rem; - } - - .sm\:-inset-16 { - top: -4rem; - right: -4rem; - bottom: -4rem; - left: -4rem; - } - - .sm\:-inset-20 { - top: -5rem; - right: -5rem; - bottom: -5rem; - left: -5rem; - } - - .sm\:-inset-22 { - top: -5.625rem; - right: -5.625rem; - bottom: -5.625rem; - left: -5.625rem; - } - - .sm\:-inset-24 { - top: -6rem; - right: -6rem; - bottom: -6rem; - left: -6rem; - } - - .sm\:-inset-28 { - top: -7rem; - right: -7rem; - bottom: -7rem; - left: -7rem; - } - - .sm\:-inset-32 { - top: -8rem; - right: -8rem; - bottom: -8rem; - left: -8rem; - } - - .sm\:-inset-36 { - top: -9rem; - right: -9rem; - bottom: -9rem; - left: -9rem; - } - - .sm\:-inset-40 { - top: -10rem; - right: -10rem; - bottom: -10rem; - left: -10rem; - } - - .sm\:-inset-44 { - top: -11rem; - right: -11rem; - bottom: -11rem; - left: -11rem; - } - - .sm\:-inset-48 { - top: -12rem; - right: -12rem; - bottom: -12rem; - left: -12rem; - } - - .sm\:-inset-52 { - top: -13rem; - right: -13rem; - bottom: -13rem; - left: -13rem; - } - - .sm\:-inset-56 { - top: -14rem; - right: -14rem; - bottom: -14rem; - left: -14rem; - } - - .sm\:-inset-60 { - top: -240px; - right: -240px; - bottom: -240px; - left: -240px; - } - - .sm\:-inset-64 { - top: -16rem; - right: -16rem; - bottom: -16rem; - left: -16rem; - } - - .sm\:-inset-72 { - top: -18rem; - right: -18rem; - bottom: -18rem; - left: -18rem; - } - - .sm\:-inset-80 { - top: -20rem; - right: -20rem; - bottom: -20rem; - left: -20rem; - } - - .sm\:-inset-88 { - top: -22rem; - right: -22rem; - bottom: -22rem; - left: -22rem; - } - - .sm\:-inset-96 { - top: -24rem; - right: -24rem; - bottom: -24rem; - left: -24rem; - } - - .sm\:-inset-130 { - top: -560px; - right: -560px; - bottom: -560px; - left: -560px; - } - - .sm\:-inset-px { - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; - } - - .sm\:-inset-0\.5 { - top: -0.125rem; - right: -0.125rem; - bottom: -0.125rem; - left: -0.125rem; - } - - .sm\:-inset-1\.5 { - top: -0.375rem; - right: -0.375rem; - bottom: -0.375rem; - left: -0.375rem; - } - - .sm\:-inset-2\.5 { - top: -0.625rem; - right: -0.625rem; - bottom: -0.625rem; - left: -0.625rem; - } - - .sm\:-inset-3\.5 { - top: -0.875rem; - right: -0.875rem; - bottom: -0.875rem; - left: -0.875rem; - } - - .sm\:inset-1\/2 { - top: 50%; - right: 50%; - bottom: 50%; - left: 50%; - } - - .sm\:inset-1\/3 { - top: 33.333333%; - right: 33.333333%; - bottom: 33.333333%; - left: 33.333333%; - } - - .sm\:inset-2\/3 { - top: 66.666667%; - right: 66.666667%; - bottom: 66.666667%; - left: 66.666667%; - } - - .sm\:inset-1\/4 { - top: 25%; - right: 25%; - bottom: 25%; - left: 25%; - } - - .sm\:inset-2\/4 { - top: 50%; - right: 50%; - bottom: 50%; - left: 50%; - } - - .sm\:inset-3\/4 { - top: 75%; - right: 75%; - bottom: 75%; - left: 75%; - } - - .sm\:inset-full { - top: 100%; - right: 100%; - bottom: 100%; - left: 100%; - } - - .sm\:-inset-1\/2 { - top: -50%; - right: -50%; - bottom: -50%; - left: -50%; - } - - .sm\:-inset-1\/3 { - top: -33.333333%; - right: -33.333333%; - bottom: -33.333333%; - left: -33.333333%; - } - - .sm\:-inset-2\/3 { - top: -66.666667%; - right: -66.666667%; - bottom: -66.666667%; - left: -66.666667%; - } - - .sm\:-inset-1\/4 { - top: -25%; - right: -25%; - bottom: -25%; - left: -25%; - } - - .sm\:-inset-2\/4 { - top: -50%; - right: -50%; - bottom: -50%; - left: -50%; - } - - .sm\:-inset-3\/4 { - top: -75%; - right: -75%; - bottom: -75%; - left: -75%; - } - - .sm\:-inset-full { - top: -100%; - right: -100%; - bottom: -100%; - left: -100%; - } - - .sm\:inset-y-0 { - top: 0px; - bottom: 0px; - } - - .sm\:inset-x-0 { - right: 0px; - left: 0px; - } - - .sm\:inset-y-1 { - top: 0.25rem; - bottom: 0.25rem; - } - - .sm\:inset-x-1 { - right: 0.25rem; - left: 0.25rem; - } - - .sm\:inset-y-2 { - top: 0.5rem; - bottom: 0.5rem; - } - - .sm\:inset-x-2 { - right: 0.5rem; - left: 0.5rem; - } - - .sm\:inset-y-3 { - top: 0.75rem; - bottom: 0.75rem; - } - - .sm\:inset-x-3 { - right: 0.75rem; - left: 0.75rem; - } - - .sm\:inset-y-4 { - top: 1rem; - bottom: 1rem; - } - - .sm\:inset-x-4 { - right: 1rem; - left: 1rem; - } - - .sm\:inset-y-5 { - top: 1.25rem; - bottom: 1.25rem; - } - - .sm\:inset-x-5 { - right: 1.25rem; - left: 1.25rem; - } - - .sm\:inset-y-6 { - top: 1.5rem; - bottom: 1.5rem; - } - - .sm\:inset-x-6 { - right: 1.5rem; - left: 1.5rem; - } - - .sm\:inset-y-7 { - top: 1.75rem; - bottom: 1.75rem; - } - - .sm\:inset-x-7 { - right: 1.75rem; - left: 1.75rem; - } - - .sm\:inset-y-8 { - top: 2rem; - bottom: 2rem; - } - - .sm\:inset-x-8 { - right: 2rem; - left: 2rem; - } - - .sm\:inset-y-9 { - top: 2.25rem; - bottom: 2.25rem; - } - - .sm\:inset-x-9 { - right: 2.25rem; - left: 2.25rem; - } - - .sm\:inset-y-10 { - top: 2.5rem; - bottom: 2.5rem; - } - - .sm\:inset-x-10 { - right: 2.5rem; - left: 2.5rem; - } - - .sm\:inset-y-11 { - top: 2.75rem; - bottom: 2.75rem; - } - - .sm\:inset-x-11 { - right: 2.75rem; - left: 2.75rem; - } - - .sm\:inset-y-12 { - top: 3rem; - bottom: 3rem; - } - - .sm\:inset-x-12 { - right: 3rem; - left: 3rem; - } - - .sm\:inset-y-14 { - top: 3.5rem; - bottom: 3.5rem; - } - - .sm\:inset-x-14 { - right: 3.5rem; - left: 3.5rem; - } - - .sm\:inset-y-16 { - top: 4rem; - bottom: 4rem; - } - - .sm\:inset-x-16 { - right: 4rem; - left: 4rem; - } - - .sm\:inset-y-20 { - top: 5rem; - bottom: 5rem; - } - - .sm\:inset-x-20 { - right: 5rem; - left: 5rem; - } - - .sm\:inset-y-22 { - top: 5.625rem; - bottom: 5.625rem; - } - - .sm\:inset-x-22 { - right: 5.625rem; - left: 5.625rem; - } - - .sm\:inset-y-24 { - top: 6rem; - bottom: 6rem; - } - - .sm\:inset-x-24 { - right: 6rem; - left: 6rem; - } - - .sm\:inset-y-28 { - top: 7rem; - bottom: 7rem; - } - - .sm\:inset-x-28 { - right: 7rem; - left: 7rem; - } - - .sm\:inset-y-32 { - top: 8rem; - bottom: 8rem; - } - - .sm\:inset-x-32 { - right: 8rem; - left: 8rem; - } - - .sm\:inset-y-36 { - top: 9rem; - bottom: 9rem; - } - - .sm\:inset-x-36 { - right: 9rem; - left: 9rem; - } - - .sm\:inset-y-40 { - top: 10rem; - bottom: 10rem; - } - - .sm\:inset-x-40 { - right: 10rem; - left: 10rem; - } - - .sm\:inset-y-44 { - top: 11rem; - bottom: 11rem; - } - - .sm\:inset-x-44 { - right: 11rem; - left: 11rem; - } - - .sm\:inset-y-48 { - top: 12rem; - bottom: 12rem; - } - - .sm\:inset-x-48 { - right: 12rem; - left: 12rem; - } - - .sm\:inset-y-52 { - top: 13rem; - bottom: 13rem; - } - - .sm\:inset-x-52 { - right: 13rem; - left: 13rem; - } - - .sm\:inset-y-56 { - top: 14rem; - bottom: 14rem; - } - - .sm\:inset-x-56 { - right: 14rem; - left: 14rem; - } - - .sm\:inset-y-60 { - top: 240px; - bottom: 240px; - } - - .sm\:inset-x-60 { - right: 240px; - left: 240px; - } - - .sm\:inset-y-64 { - top: 16rem; - bottom: 16rem; - } - - .sm\:inset-x-64 { - right: 16rem; - left: 16rem; - } - - .sm\:inset-y-72 { - top: 18rem; - bottom: 18rem; - } - - .sm\:inset-x-72 { - right: 18rem; - left: 18rem; - } - - .sm\:inset-y-80 { - top: 20rem; - bottom: 20rem; - } - - .sm\:inset-x-80 { - right: 20rem; - left: 20rem; - } - - .sm\:inset-y-88 { - top: 22rem; - bottom: 22rem; - } - - .sm\:inset-x-88 { - right: 22rem; - left: 22rem; - } - - .sm\:inset-y-96 { - top: 24rem; - bottom: 24rem; - } - - .sm\:inset-x-96 { - right: 24rem; - left: 24rem; - } - - .sm\:inset-y-130 { - top: 560px; - bottom: 560px; - } - - .sm\:inset-x-130 { - right: 560px; - left: 560px; - } - - .sm\:inset-y-auto { - top: auto; - bottom: auto; - } - - .sm\:inset-x-auto { - right: auto; - left: auto; - } - - .sm\:inset-y-px { - top: 1px; - bottom: 1px; - } - - .sm\:inset-x-px { - right: 1px; - left: 1px; - } - - .sm\:inset-y-0\.5 { - top: 0.125rem; - bottom: 0.125rem; - } - - .sm\:inset-x-0\.5 { - right: 0.125rem; - left: 0.125rem; - } - - .sm\:inset-y-1\.5 { - top: 0.375rem; - bottom: 0.375rem; - } - - .sm\:inset-x-1\.5 { - right: 0.375rem; - left: 0.375rem; - } - - .sm\:inset-y-2\.5 { - top: 0.625rem; - bottom: 0.625rem; - } - - .sm\:inset-x-2\.5 { - right: 0.625rem; - left: 0.625rem; - } - - .sm\:inset-y-3\.5 { - top: 0.875rem; - bottom: 0.875rem; - } - - .sm\:inset-x-3\.5 { - right: 0.875rem; - left: 0.875rem; - } - - .sm\:-inset-y-0 { - top: 0px; - bottom: 0px; - } - - .sm\:-inset-x-0 { - right: 0px; - left: 0px; - } - - .sm\:-inset-y-1 { - top: -0.25rem; - bottom: -0.25rem; - } - - .sm\:-inset-x-1 { - right: -0.25rem; - left: -0.25rem; - } - - .sm\:-inset-y-2 { - top: -0.5rem; - bottom: -0.5rem; - } - - .sm\:-inset-x-2 { - right: -0.5rem; - left: -0.5rem; - } - - .sm\:-inset-y-3 { - top: -0.75rem; - bottom: -0.75rem; - } - - .sm\:-inset-x-3 { - right: -0.75rem; - left: -0.75rem; - } - - .sm\:-inset-y-4 { - top: -1rem; - bottom: -1rem; - } - - .sm\:-inset-x-4 { - right: -1rem; - left: -1rem; - } - - .sm\:-inset-y-5 { - top: -1.25rem; - bottom: -1.25rem; - } - - .sm\:-inset-x-5 { - right: -1.25rem; - left: -1.25rem; - } - - .sm\:-inset-y-6 { - top: -1.5rem; - bottom: -1.5rem; - } - - .sm\:-inset-x-6 { - right: -1.5rem; - left: -1.5rem; - } - - .sm\:-inset-y-7 { - top: -1.75rem; - bottom: -1.75rem; - } - - .sm\:-inset-x-7 { - right: -1.75rem; - left: -1.75rem; - } - - .sm\:-inset-y-8 { - top: -2rem; - bottom: -2rem; - } - - .sm\:-inset-x-8 { - right: -2rem; - left: -2rem; - } - - .sm\:-inset-y-9 { - top: -2.25rem; - bottom: -2.25rem; - } - - .sm\:-inset-x-9 { - right: -2.25rem; - left: -2.25rem; - } - - .sm\:-inset-y-10 { - top: -2.5rem; - bottom: -2.5rem; - } - - .sm\:-inset-x-10 { - right: -2.5rem; - left: -2.5rem; - } - - .sm\:-inset-y-11 { - top: -2.75rem; - bottom: -2.75rem; - } - - .sm\:-inset-x-11 { - right: -2.75rem; - left: -2.75rem; - } - - .sm\:-inset-y-12 { - top: -3rem; - bottom: -3rem; - } - - .sm\:-inset-x-12 { - right: -3rem; - left: -3rem; - } - - .sm\:-inset-y-14 { - top: -3.5rem; - bottom: -3.5rem; - } - - .sm\:-inset-x-14 { - right: -3.5rem; - left: -3.5rem; - } - - .sm\:-inset-y-16 { - top: -4rem; - bottom: -4rem; - } - - .sm\:-inset-x-16 { - right: -4rem; - left: -4rem; - } - - .sm\:-inset-y-20 { - top: -5rem; - bottom: -5rem; - } - - .sm\:-inset-x-20 { - right: -5rem; - left: -5rem; - } - - .sm\:-inset-y-22 { - top: -5.625rem; - bottom: -5.625rem; - } - - .sm\:-inset-x-22 { - right: -5.625rem; - left: -5.625rem; - } - - .sm\:-inset-y-24 { - top: -6rem; - bottom: -6rem; - } - - .sm\:-inset-x-24 { - right: -6rem; - left: -6rem; - } - - .sm\:-inset-y-28 { - top: -7rem; - bottom: -7rem; - } - - .sm\:-inset-x-28 { - right: -7rem; - left: -7rem; - } - - .sm\:-inset-y-32 { - top: -8rem; - bottom: -8rem; - } - - .sm\:-inset-x-32 { - right: -8rem; - left: -8rem; - } - - .sm\:-inset-y-36 { - top: -9rem; - bottom: -9rem; - } - - .sm\:-inset-x-36 { - right: -9rem; - left: -9rem; - } - - .sm\:-inset-y-40 { - top: -10rem; - bottom: -10rem; - } - - .sm\:-inset-x-40 { - right: -10rem; - left: -10rem; - } - - .sm\:-inset-y-44 { - top: -11rem; - bottom: -11rem; - } - - .sm\:-inset-x-44 { - right: -11rem; - left: -11rem; - } - - .sm\:-inset-y-48 { - top: -12rem; - bottom: -12rem; - } - - .sm\:-inset-x-48 { - right: -12rem; - left: -12rem; - } - - .sm\:-inset-y-52 { - top: -13rem; - bottom: -13rem; - } - - .sm\:-inset-x-52 { - right: -13rem; - left: -13rem; - } - - .sm\:-inset-y-56 { - top: -14rem; - bottom: -14rem; - } - - .sm\:-inset-x-56 { - right: -14rem; - left: -14rem; - } - - .sm\:-inset-y-60 { - top: -240px; - bottom: -240px; - } - - .sm\:-inset-x-60 { - right: -240px; - left: -240px; - } - - .sm\:-inset-y-64 { - top: -16rem; - bottom: -16rem; - } - - .sm\:-inset-x-64 { - right: -16rem; - left: -16rem; - } - - .sm\:-inset-y-72 { - top: -18rem; - bottom: -18rem; - } - - .sm\:-inset-x-72 { - right: -18rem; - left: -18rem; - } - - .sm\:-inset-y-80 { - top: -20rem; - bottom: -20rem; - } - - .sm\:-inset-x-80 { - right: -20rem; - left: -20rem; - } - - .sm\:-inset-y-88 { - top: -22rem; - bottom: -22rem; - } - - .sm\:-inset-x-88 { - right: -22rem; - left: -22rem; - } - - .sm\:-inset-y-96 { - top: -24rem; - bottom: -24rem; - } - - .sm\:-inset-x-96 { - right: -24rem; - left: -24rem; - } - - .sm\:-inset-y-130 { - top: -560px; - bottom: -560px; - } - - .sm\:-inset-x-130 { - right: -560px; - left: -560px; - } - - .sm\:-inset-y-px { - top: -1px; - bottom: -1px; - } - - .sm\:-inset-x-px { - right: -1px; - left: -1px; - } - - .sm\:-inset-y-0\.5 { - top: -0.125rem; - bottom: -0.125rem; - } - - .sm\:-inset-x-0\.5 { - right: -0.125rem; - left: -0.125rem; - } - - .sm\:-inset-y-1\.5 { - top: -0.375rem; - bottom: -0.375rem; - } - - .sm\:-inset-x-1\.5 { - right: -0.375rem; - left: -0.375rem; - } - - .sm\:-inset-y-2\.5 { - top: -0.625rem; - bottom: -0.625rem; - } - - .sm\:-inset-x-2\.5 { - right: -0.625rem; - left: -0.625rem; - } - - .sm\:-inset-y-3\.5 { - top: -0.875rem; - bottom: -0.875rem; - } - - .sm\:-inset-x-3\.5 { - right: -0.875rem; - left: -0.875rem; - } - - .sm\:inset-y-1\/2 { - top: 50%; - bottom: 50%; - } - - .sm\:inset-x-1\/2 { - right: 50%; - left: 50%; - } - - .sm\:inset-y-1\/3 { - top: 33.333333%; - bottom: 33.333333%; - } - - .sm\:inset-x-1\/3 { - right: 33.333333%; - left: 33.333333%; - } - - .sm\:inset-y-2\/3 { - top: 66.666667%; - bottom: 66.666667%; - } - - .sm\:inset-x-2\/3 { - right: 66.666667%; - left: 66.666667%; - } - - .sm\:inset-y-1\/4 { - top: 25%; - bottom: 25%; - } - - .sm\:inset-x-1\/4 { - right: 25%; - left: 25%; - } - - .sm\:inset-y-2\/4 { - top: 50%; - bottom: 50%; - } - - .sm\:inset-x-2\/4 { - right: 50%; - left: 50%; - } - - .sm\:inset-y-3\/4 { - top: 75%; - bottom: 75%; - } - - .sm\:inset-x-3\/4 { - right: 75%; - left: 75%; - } - - .sm\:inset-y-full { - top: 100%; - bottom: 100%; - } - - .sm\:inset-x-full { - right: 100%; - left: 100%; - } - - .sm\:-inset-y-1\/2 { - top: -50%; - bottom: -50%; - } - - .sm\:-inset-x-1\/2 { - right: -50%; - left: -50%; - } - - .sm\:-inset-y-1\/3 { - top: -33.333333%; - bottom: -33.333333%; - } - - .sm\:-inset-x-1\/3 { - right: -33.333333%; - left: -33.333333%; - } - - .sm\:-inset-y-2\/3 { - top: -66.666667%; - bottom: -66.666667%; - } - - .sm\:-inset-x-2\/3 { - right: -66.666667%; - left: -66.666667%; - } - - .sm\:-inset-y-1\/4 { - top: -25%; - bottom: -25%; - } - - .sm\:-inset-x-1\/4 { - right: -25%; - left: -25%; - } - - .sm\:-inset-y-2\/4 { - top: -50%; - bottom: -50%; - } - - .sm\:-inset-x-2\/4 { - right: -50%; - left: -50%; - } - - .sm\:-inset-y-3\/4 { - top: -75%; - bottom: -75%; - } - - .sm\:-inset-x-3\/4 { - right: -75%; - left: -75%; - } - - .sm\:-inset-y-full { - top: -100%; - bottom: -100%; - } - - .sm\:-inset-x-full { - right: -100%; - left: -100%; - } - - .sm\:top-0 { - top: 0px; - } - - .sm\:right-0 { - right: 0px; - } - - .sm\:bottom-0 { - bottom: 0px; - } - - .sm\:left-0 { - left: 0px; - } - - .sm\:top-1 { - top: 0.25rem; - } - - .sm\:right-1 { - right: 0.25rem; - } - - .sm\:bottom-1 { - bottom: 0.25rem; - } - - .sm\:left-1 { - left: 0.25rem; - } - - .sm\:top-2 { - top: 0.5rem; - } - - .sm\:right-2 { - right: 0.5rem; - } - - .sm\:bottom-2 { - bottom: 0.5rem; - } - - .sm\:left-2 { - left: 0.5rem; - } - - .sm\:top-3 { - top: 0.75rem; - } - - .sm\:right-3 { - right: 0.75rem; - } - - .sm\:bottom-3 { - bottom: 0.75rem; - } - - .sm\:left-3 { - left: 0.75rem; - } - - .sm\:top-4 { - top: 1rem; - } - - .sm\:right-4 { - right: 1rem; - } - - .sm\:bottom-4 { - bottom: 1rem; - } - - .sm\:left-4 { - left: 1rem; - } - - .sm\:top-5 { - top: 1.25rem; - } - - .sm\:right-5 { - right: 1.25rem; - } - - .sm\:bottom-5 { - bottom: 1.25rem; - } - - .sm\:left-5 { - left: 1.25rem; - } - - .sm\:top-6 { - top: 1.5rem; - } - - .sm\:right-6 { - right: 1.5rem; - } - - .sm\:bottom-6 { - bottom: 1.5rem; - } - - .sm\:left-6 { - left: 1.5rem; - } - - .sm\:top-7 { - top: 1.75rem; - } - - .sm\:right-7 { - right: 1.75rem; - } - - .sm\:bottom-7 { - bottom: 1.75rem; - } - - .sm\:left-7 { - left: 1.75rem; - } - - .sm\:top-8 { - top: 2rem; - } - - .sm\:right-8 { - right: 2rem; - } - - .sm\:bottom-8 { - bottom: 2rem; - } - - .sm\:left-8 { - left: 2rem; - } - - .sm\:top-9 { - top: 2.25rem; - } - - .sm\:right-9 { - right: 2.25rem; - } - - .sm\:bottom-9 { - bottom: 2.25rem; - } - - .sm\:left-9 { - left: 2.25rem; - } - - .sm\:top-10 { - top: 2.5rem; - } - - .sm\:right-10 { - right: 2.5rem; - } - - .sm\:bottom-10 { - bottom: 2.5rem; - } - - .sm\:left-10 { - left: 2.5rem; - } - - .sm\:top-11 { - top: 2.75rem; - } - - .sm\:right-11 { - right: 2.75rem; - } - - .sm\:bottom-11 { - bottom: 2.75rem; - } - - .sm\:left-11 { - left: 2.75rem; - } - - .sm\:top-12 { - top: 3rem; - } - - .sm\:right-12 { - right: 3rem; - } - - .sm\:bottom-12 { - bottom: 3rem; - } - - .sm\:left-12 { - left: 3rem; - } - - .sm\:top-14 { - top: 3.5rem; - } - - .sm\:right-14 { - right: 3.5rem; - } - - .sm\:bottom-14 { - bottom: 3.5rem; - } - - .sm\:left-14 { - left: 3.5rem; - } - - .sm\:top-16 { - top: 4rem; - } - - .sm\:right-16 { - right: 4rem; - } - - .sm\:bottom-16 { - bottom: 4rem; - } - - .sm\:left-16 { - left: 4rem; - } - - .sm\:top-20 { - top: 5rem; - } - - .sm\:right-20 { - right: 5rem; - } - - .sm\:bottom-20 { - bottom: 5rem; - } - - .sm\:left-20 { - left: 5rem; - } - - .sm\:top-22 { - top: 5.625rem; - } - - .sm\:right-22 { - right: 5.625rem; - } - - .sm\:bottom-22 { - bottom: 5.625rem; - } - - .sm\:left-22 { - left: 5.625rem; - } - - .sm\:top-24 { - top: 6rem; - } - - .sm\:right-24 { - right: 6rem; - } - - .sm\:bottom-24 { - bottom: 6rem; - } - - .sm\:left-24 { - left: 6rem; - } - - .sm\:top-28 { - top: 7rem; - } - - .sm\:right-28 { - right: 7rem; - } - - .sm\:bottom-28 { - bottom: 7rem; - } - - .sm\:left-28 { - left: 7rem; - } - - .sm\:top-32 { - top: 8rem; - } - - .sm\:right-32 { - right: 8rem; - } - - .sm\:bottom-32 { - bottom: 8rem; - } - - .sm\:left-32 { - left: 8rem; - } - - .sm\:top-36 { - top: 9rem; - } - - .sm\:right-36 { - right: 9rem; - } - - .sm\:bottom-36 { - bottom: 9rem; - } - - .sm\:left-36 { - left: 9rem; - } - - .sm\:top-40 { - top: 10rem; - } - - .sm\:right-40 { - right: 10rem; - } - - .sm\:bottom-40 { - bottom: 10rem; - } - - .sm\:left-40 { - left: 10rem; - } - - .sm\:top-44 { - top: 11rem; - } - - .sm\:right-44 { - right: 11rem; - } - - .sm\:bottom-44 { - bottom: 11rem; - } - - .sm\:left-44 { - left: 11rem; - } - - .sm\:top-48 { - top: 12rem; - } - - .sm\:right-48 { - right: 12rem; - } - - .sm\:bottom-48 { - bottom: 12rem; - } - - .sm\:left-48 { - left: 12rem; - } - - .sm\:top-52 { - top: 13rem; - } - - .sm\:right-52 { - right: 13rem; - } - - .sm\:bottom-52 { - bottom: 13rem; - } - - .sm\:left-52 { - left: 13rem; - } - - .sm\:top-56 { - top: 14rem; - } - - .sm\:right-56 { - right: 14rem; - } - - .sm\:bottom-56 { - bottom: 14rem; - } - - .sm\:left-56 { - left: 14rem; - } - - .sm\:top-60 { - top: 240px; - } - - .sm\:right-60 { - right: 240px; - } - - .sm\:bottom-60 { - bottom: 240px; - } - - .sm\:left-60 { - left: 240px; - } - - .sm\:top-64 { - top: 16rem; - } - - .sm\:right-64 { - right: 16rem; - } - - .sm\:bottom-64 { - bottom: 16rem; - } - - .sm\:left-64 { - left: 16rem; - } - - .sm\:top-72 { - top: 18rem; - } - - .sm\:right-72 { - right: 18rem; - } - - .sm\:bottom-72 { - bottom: 18rem; - } - - .sm\:left-72 { - left: 18rem; - } - - .sm\:top-80 { - top: 20rem; - } - - .sm\:right-80 { - right: 20rem; - } - - .sm\:bottom-80 { - bottom: 20rem; - } - - .sm\:left-80 { - left: 20rem; - } - - .sm\:top-88 { - top: 22rem; - } - - .sm\:right-88 { - right: 22rem; - } - - .sm\:bottom-88 { - bottom: 22rem; - } - - .sm\:left-88 { - left: 22rem; - } - - .sm\:top-96 { - top: 24rem; - } - - .sm\:right-96 { - right: 24rem; - } - - .sm\:bottom-96 { - bottom: 24rem; - } - - .sm\:left-96 { - left: 24rem; - } - - .sm\:top-130 { - top: 560px; - } - - .sm\:right-130 { - right: 560px; - } - - .sm\:bottom-130 { - bottom: 560px; - } - - .sm\:left-130 { - left: 560px; - } - - .sm\:top-auto { - top: auto; - } - - .sm\:right-auto { - right: auto; - } - - .sm\:bottom-auto { - bottom: auto; - } - - .sm\:left-auto { - left: auto; - } - - .sm\:top-px { - top: 1px; - } - - .sm\:right-px { - right: 1px; - } - - .sm\:bottom-px { - bottom: 1px; - } - - .sm\:left-px { - left: 1px; - } - - .sm\:top-0\.5 { - top: 0.125rem; - } - - .sm\:right-0\.5 { - right: 0.125rem; - } - - .sm\:bottom-0\.5 { - bottom: 0.125rem; - } - - .sm\:left-0\.5 { - left: 0.125rem; - } - - .sm\:top-1\.5 { - top: 0.375rem; - } - - .sm\:right-1\.5 { - right: 0.375rem; - } - - .sm\:bottom-1\.5 { - bottom: 0.375rem; - } - - .sm\:left-1\.5 { - left: 0.375rem; - } - - .sm\:top-2\.5 { - top: 0.625rem; - } - - .sm\:right-2\.5 { - right: 0.625rem; - } - - .sm\:bottom-2\.5 { - bottom: 0.625rem; - } - - .sm\:left-2\.5 { - left: 0.625rem; - } - - .sm\:top-3\.5 { - top: 0.875rem; - } - - .sm\:right-3\.5 { - right: 0.875rem; - } - - .sm\:bottom-3\.5 { - bottom: 0.875rem; - } - - .sm\:left-3\.5 { - left: 0.875rem; - } - - .sm\:-top-0 { - top: 0px; - } - - .sm\:-right-0 { - right: 0px; - } - - .sm\:-bottom-0 { - bottom: 0px; - } - - .sm\:-left-0 { - left: 0px; - } - - .sm\:-top-1 { - top: -0.25rem; - } - - .sm\:-right-1 { - right: -0.25rem; - } - - .sm\:-bottom-1 { - bottom: -0.25rem; - } - - .sm\:-left-1 { - left: -0.25rem; - } - - .sm\:-top-2 { - top: -0.5rem; - } - - .sm\:-right-2 { - right: -0.5rem; - } - - .sm\:-bottom-2 { - bottom: -0.5rem; - } - - .sm\:-left-2 { - left: -0.5rem; - } - - .sm\:-top-3 { - top: -0.75rem; - } - - .sm\:-right-3 { - right: -0.75rem; - } - - .sm\:-bottom-3 { - bottom: -0.75rem; - } - - .sm\:-left-3 { - left: -0.75rem; - } - - .sm\:-top-4 { - top: -1rem; - } - - .sm\:-right-4 { - right: -1rem; - } - - .sm\:-bottom-4 { - bottom: -1rem; - } - - .sm\:-left-4 { - left: -1rem; - } - - .sm\:-top-5 { - top: -1.25rem; - } - - .sm\:-right-5 { - right: -1.25rem; - } - - .sm\:-bottom-5 { - bottom: -1.25rem; - } - - .sm\:-left-5 { - left: -1.25rem; - } - - .sm\:-top-6 { - top: -1.5rem; - } - - .sm\:-right-6 { - right: -1.5rem; - } - - .sm\:-bottom-6 { - bottom: -1.5rem; - } - - .sm\:-left-6 { - left: -1.5rem; - } - - .sm\:-top-7 { - top: -1.75rem; - } - - .sm\:-right-7 { - right: -1.75rem; - } - - .sm\:-bottom-7 { - bottom: -1.75rem; - } - - .sm\:-left-7 { - left: -1.75rem; - } - - .sm\:-top-8 { - top: -2rem; - } - - .sm\:-right-8 { - right: -2rem; - } - - .sm\:-bottom-8 { - bottom: -2rem; - } - - .sm\:-left-8 { - left: -2rem; - } - - .sm\:-top-9 { - top: -2.25rem; - } - - .sm\:-right-9 { - right: -2.25rem; - } - - .sm\:-bottom-9 { - bottom: -2.25rem; - } - - .sm\:-left-9 { - left: -2.25rem; - } - - .sm\:-top-10 { - top: -2.5rem; - } - - .sm\:-right-10 { - right: -2.5rem; - } - - .sm\:-bottom-10 { - bottom: -2.5rem; - } - - .sm\:-left-10 { - left: -2.5rem; - } - - .sm\:-top-11 { - top: -2.75rem; - } - - .sm\:-right-11 { - right: -2.75rem; - } - - .sm\:-bottom-11 { - bottom: -2.75rem; - } - - .sm\:-left-11 { - left: -2.75rem; - } - - .sm\:-top-12 { - top: -3rem; - } - - .sm\:-right-12 { - right: -3rem; - } - - .sm\:-bottom-12 { - bottom: -3rem; - } - - .sm\:-left-12 { - left: -3rem; - } - - .sm\:-top-14 { - top: -3.5rem; - } - - .sm\:-right-14 { - right: -3.5rem; - } - - .sm\:-bottom-14 { - bottom: -3.5rem; - } - - .sm\:-left-14 { - left: -3.5rem; - } - - .sm\:-top-16 { - top: -4rem; - } - - .sm\:-right-16 { - right: -4rem; - } - - .sm\:-bottom-16 { - bottom: -4rem; - } - - .sm\:-left-16 { - left: -4rem; - } - - .sm\:-top-20 { - top: -5rem; - } - - .sm\:-right-20 { - right: -5rem; - } - - .sm\:-bottom-20 { - bottom: -5rem; - } - - .sm\:-left-20 { - left: -5rem; - } - - .sm\:-top-22 { - top: -5.625rem; - } - - .sm\:-right-22 { - right: -5.625rem; - } - - .sm\:-bottom-22 { - bottom: -5.625rem; - } - - .sm\:-left-22 { - left: -5.625rem; - } - - .sm\:-top-24 { - top: -6rem; - } - - .sm\:-right-24 { - right: -6rem; - } - - .sm\:-bottom-24 { - bottom: -6rem; - } - - .sm\:-left-24 { - left: -6rem; - } - - .sm\:-top-28 { - top: -7rem; - } - - .sm\:-right-28 { - right: -7rem; - } - - .sm\:-bottom-28 { - bottom: -7rem; - } - - .sm\:-left-28 { - left: -7rem; - } - - .sm\:-top-32 { - top: -8rem; - } - - .sm\:-right-32 { - right: -8rem; - } - - .sm\:-bottom-32 { - bottom: -8rem; - } - - .sm\:-left-32 { - left: -8rem; - } - - .sm\:-top-36 { - top: -9rem; - } - - .sm\:-right-36 { - right: -9rem; - } - - .sm\:-bottom-36 { - bottom: -9rem; - } - - .sm\:-left-36 { - left: -9rem; - } - - .sm\:-top-40 { - top: -10rem; - } - - .sm\:-right-40 { - right: -10rem; - } - - .sm\:-bottom-40 { - bottom: -10rem; - } - - .sm\:-left-40 { - left: -10rem; - } - - .sm\:-top-44 { - top: -11rem; - } - - .sm\:-right-44 { - right: -11rem; - } - - .sm\:-bottom-44 { - bottom: -11rem; - } - - .sm\:-left-44 { - left: -11rem; - } - - .sm\:-top-48 { - top: -12rem; - } - - .sm\:-right-48 { - right: -12rem; - } - - .sm\:-bottom-48 { - bottom: -12rem; - } - - .sm\:-left-48 { - left: -12rem; - } - - .sm\:-top-52 { - top: -13rem; - } - - .sm\:-right-52 { - right: -13rem; - } - - .sm\:-bottom-52 { - bottom: -13rem; - } - - .sm\:-left-52 { - left: -13rem; - } - - .sm\:-top-56 { - top: -14rem; - } - - .sm\:-right-56 { - right: -14rem; - } - - .sm\:-bottom-56 { - bottom: -14rem; - } - - .sm\:-left-56 { - left: -14rem; - } - - .sm\:-top-60 { - top: -240px; - } - - .sm\:-right-60 { - right: -240px; - } - - .sm\:-bottom-60 { - bottom: -240px; - } - - .sm\:-left-60 { - left: -240px; - } - - .sm\:-top-64 { - top: -16rem; - } - - .sm\:-right-64 { - right: -16rem; - } - - .sm\:-bottom-64 { - bottom: -16rem; - } - - .sm\:-left-64 { - left: -16rem; - } - - .sm\:-top-72 { - top: -18rem; - } - - .sm\:-right-72 { - right: -18rem; - } - - .sm\:-bottom-72 { - bottom: -18rem; - } - - .sm\:-left-72 { - left: -18rem; - } - - .sm\:-top-80 { - top: -20rem; - } - - .sm\:-right-80 { - right: -20rem; - } - - .sm\:-bottom-80 { - bottom: -20rem; - } - - .sm\:-left-80 { - left: -20rem; - } - - .sm\:-top-88 { - top: -22rem; - } - - .sm\:-right-88 { - right: -22rem; - } - - .sm\:-bottom-88 { - bottom: -22rem; - } - - .sm\:-left-88 { - left: -22rem; - } - - .sm\:-top-96 { - top: -24rem; - } - - .sm\:-right-96 { - right: -24rem; - } - - .sm\:-bottom-96 { - bottom: -24rem; - } - - .sm\:-left-96 { - left: -24rem; - } - - .sm\:-top-130 { - top: -560px; - } - - .sm\:-right-130 { - right: -560px; - } - - .sm\:-bottom-130 { - bottom: -560px; - } - - .sm\:-left-130 { - left: -560px; - } - - .sm\:-top-px { - top: -1px; - } - - .sm\:-right-px { - right: -1px; - } - - .sm\:-bottom-px { - bottom: -1px; - } - - .sm\:-left-px { - left: -1px; - } - - .sm\:-top-0\.5 { - top: -0.125rem; - } - - .sm\:-right-0\.5 { - right: -0.125rem; - } - - .sm\:-bottom-0\.5 { - bottom: -0.125rem; - } - - .sm\:-left-0\.5 { - left: -0.125rem; - } - - .sm\:-top-1\.5 { - top: -0.375rem; - } - - .sm\:-right-1\.5 { - right: -0.375rem; - } - - .sm\:-bottom-1\.5 { - bottom: -0.375rem; - } - - .sm\:-left-1\.5 { - left: -0.375rem; - } - - .sm\:-top-2\.5 { - top: -0.625rem; - } - - .sm\:-right-2\.5 { - right: -0.625rem; - } - - .sm\:-bottom-2\.5 { - bottom: -0.625rem; - } - - .sm\:-left-2\.5 { - left: -0.625rem; - } - - .sm\:-top-3\.5 { - top: -0.875rem; - } - - .sm\:-right-3\.5 { - right: -0.875rem; - } - - .sm\:-bottom-3\.5 { - bottom: -0.875rem; - } - - .sm\:-left-3\.5 { - left: -0.875rem; - } - - .sm\:top-1\/2 { - top: 50%; - } - - .sm\:right-1\/2 { - right: 50%; - } - - .sm\:bottom-1\/2 { - bottom: 50%; - } - - .sm\:left-1\/2 { - left: 50%; - } - - .sm\:top-1\/3 { - top: 33.333333%; - } - - .sm\:right-1\/3 { - right: 33.333333%; - } - - .sm\:bottom-1\/3 { - bottom: 33.333333%; - } - - .sm\:left-1\/3 { - left: 33.333333%; - } - - .sm\:top-2\/3 { - top: 66.666667%; - } - - .sm\:right-2\/3 { - right: 66.666667%; - } - - .sm\:bottom-2\/3 { - bottom: 66.666667%; - } - - .sm\:left-2\/3 { - left: 66.666667%; - } - - .sm\:top-1\/4 { - top: 25%; - } - - .sm\:right-1\/4 { - right: 25%; - } - - .sm\:bottom-1\/4 { - bottom: 25%; - } - - .sm\:left-1\/4 { - left: 25%; - } - - .sm\:top-2\/4 { - top: 50%; - } - - .sm\:right-2\/4 { - right: 50%; - } - - .sm\:bottom-2\/4 { - bottom: 50%; - } - - .sm\:left-2\/4 { - left: 50%; - } - - .sm\:top-3\/4 { - top: 75%; - } - - .sm\:right-3\/4 { - right: 75%; - } - - .sm\:bottom-3\/4 { - bottom: 75%; - } - - .sm\:left-3\/4 { - left: 75%; - } - - .sm\:top-full { - top: 100%; - } - - .sm\:right-full { - right: 100%; - } - - .sm\:bottom-full { - bottom: 100%; - } - - .sm\:left-full { - left: 100%; - } - - .sm\:-top-1\/2 { - top: -50%; - } - - .sm\:-right-1\/2 { - right: -50%; - } - - .sm\:-bottom-1\/2 { - bottom: -50%; - } - - .sm\:-left-1\/2 { - left: -50%; - } - - .sm\:-top-1\/3 { - top: -33.333333%; - } - - .sm\:-right-1\/3 { - right: -33.333333%; - } - - .sm\:-bottom-1\/3 { - bottom: -33.333333%; - } - - .sm\:-left-1\/3 { - left: -33.333333%; - } - - .sm\:-top-2\/3 { - top: -66.666667%; - } - - .sm\:-right-2\/3 { - right: -66.666667%; - } - - .sm\:-bottom-2\/3 { - bottom: -66.666667%; - } - - .sm\:-left-2\/3 { - left: -66.666667%; - } - - .sm\:-top-1\/4 { - top: -25%; - } - - .sm\:-right-1\/4 { - right: -25%; - } - - .sm\:-bottom-1\/4 { - bottom: -25%; - } - - .sm\:-left-1\/4 { - left: -25%; - } - - .sm\:-top-2\/4 { - top: -50%; - } - - .sm\:-right-2\/4 { - right: -50%; - } - - .sm\:-bottom-2\/4 { - bottom: -50%; - } - - .sm\:-left-2\/4 { - left: -50%; - } - - .sm\:-top-3\/4 { - top: -75%; - } - - .sm\:-right-3\/4 { - right: -75%; - } - - .sm\:-bottom-3\/4 { - bottom: -75%; - } - - .sm\:-left-3\/4 { - left: -75%; - } - - .sm\:-top-full { - top: -100%; - } - - .sm\:-right-full { - right: -100%; - } - - .sm\:-bottom-full { - bottom: -100%; - } - - .sm\:-left-full { - left: -100%; - } - - .sm\:resize-none { - resize: none; - } - - .sm\:resize-y { - resize: vertical; - } - - .sm\:resize-x { - resize: horizontal; - } - - .sm\:resize { - resize: both; - } - - .sm\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:shadow-md { - --tw-shadow: 0 4px 6px -1px 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); - } - - .sm\: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); - } - - .sm\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:shadow-none { - --tw-shadow: 0 0 #0000; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:hover\:shadow-sm:hover { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:hover\:shadow:hover { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:hover\:shadow-md:hover { - --tw-shadow: 0 4px 6px -1px 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); - } - - .sm\:hover\:shadow-lg:hover { - --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); - } - - .sm\:hover\:shadow-xl:hover { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:hover\:shadow-2xl:hover { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:hover\:shadow-inner:hover { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:hover\:shadow-none:hover { - --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); - } - - .sm\:focus\:shadow-sm:focus { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:focus\:shadow:focus { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:focus\:shadow-md:focus { - --tw-shadow: 0 4px 6px -1px 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); - } - - .sm\:focus\:shadow-lg:focus { - --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); - } - - .sm\:focus\:shadow-xl:focus { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:focus\:shadow-2xl:focus { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:focus\:shadow-inner:focus { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\: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); - } - - .sm\:active\:shadow-sm:active { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:active\:shadow:active { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:active\:shadow-md:active { - --tw-shadow: 0 4px 6px -1px 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); - } - - .sm\:active\:shadow-lg:active { - --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); - } - - .sm\:active\:shadow-xl:active { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:active\:shadow-2xl:active { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:active\:shadow-inner:active { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:active\:shadow-none:active { - --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); - } - - .group:hover .sm\:group-hover\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .sm\:group-hover\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .sm\:group-hover\:shadow-md { - --tw-shadow: 0 4px 6px -1px 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); - } - - .group:hover .sm\:group-hover\: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); - } - - .group:hover .sm\:group-hover\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .sm\:group-hover\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .sm\:group-hover\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .sm\:group-hover\:shadow-none { - --tw-shadow: 0 0 #0000; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .sm\:ring-0 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .sm\:ring-1 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .sm\:ring-2 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .sm\:ring-4 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .sm\:ring-8 { - --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(8px + 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); - } - - .sm\: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); - } - - .sm\:ring-inset { - --tw-ring-inset: inset; - } - - .sm\:focus-within\:ring-0:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .sm\:focus-within\:ring-1:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .sm\:focus-within\:ring-2:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .sm\:focus-within\:ring-4:focus-within { - --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); - } - - .sm\:focus-within\:ring-8:focus-within { - --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(8px + 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); - } - - .sm\:focus-within\:ring:focus-within { - --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); - } - - .sm\:focus-within\:ring-inset:focus-within { - --tw-ring-inset: inset; - } - - .sm\:focus\:ring-0:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .sm\:focus\:ring-1:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .sm\:focus\:ring-2:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .sm\:focus\:ring-4:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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); - } - - .sm\:focus\:ring-8:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + 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); - } - - .sm\:focus\:ring:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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); - } - - .sm\:focus\:ring-inset:focus { - --tw-ring-inset: inset; - } - - .sm\:ring-offset-transparent { - --tw-ring-offset-color: transparent; - } - - .sm\:ring-offset-current { - --tw-ring-offset-color: currentColor; - } - - .sm\:ring-offset-black { - --tw-ring-offset-color: #040405; - } - - .sm\:ring-offset-white { - --tw-ring-offset-color: #fff; - } - - .sm\:ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb; - } - - .sm\:ring-offset-gray-100 { - --tw-ring-offset-color: #f7fafc; - } - - .sm\:ring-offset-gray-200 { - --tw-ring-offset-color: #edf2f7; - } - - .sm\:ring-offset-gray-300 { - --tw-ring-offset-color: #e2e8f0; - } - - .sm\:ring-offset-gray-400 { - --tw-ring-offset-color: #cbd5e0; - } - - .sm\:ring-offset-gray-500 { - --tw-ring-offset-color: #a0aec0; - } - - .sm\:ring-offset-gray-600 { - --tw-ring-offset-color: #718096; - } - - .sm\:ring-offset-gray-700 { - --tw-ring-offset-color: #4a5568; - } - - .sm\:ring-offset-gray-800 { - --tw-ring-offset-color: #2d3748; - } - - .sm\:ring-offset-gray-900 { - --tw-ring-offset-color: #1a202c; - } - - .sm\:ring-offset-red-50 { - --tw-ring-offset-color: #fef2f2; - } - - .sm\:ring-offset-red-100 { - --tw-ring-offset-color: #fee2e2; - } - - .sm\:ring-offset-red-200 { - --tw-ring-offset-color: #fecaca; - } - - .sm\:ring-offset-red-300 { - --tw-ring-offset-color: #fca5a5; - } - - .sm\:ring-offset-red-400 { - --tw-ring-offset-color: #f87171; - } - - .sm\:ring-offset-red-500 { - --tw-ring-offset-color: #ef4444; - } - - .sm\:ring-offset-red-600 { - --tw-ring-offset-color: #dc2626; - } - - .sm\:ring-offset-red-700 { - --tw-ring-offset-color: #b91c1c; - } - - .sm\:ring-offset-red-800 { - --tw-ring-offset-color: #991b1b; - } - - .sm\:ring-offset-red-900 { - --tw-ring-offset-color: #7f1d1d; - } - - .sm\:ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb; - } - - .sm\:ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7; - } - - .sm\:ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a; - } - - .sm\:ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d; - } - - .sm\:ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24; - } - - .sm\:ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b; - } - - .sm\:ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706; - } - - .sm\:ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309; - } - - .sm\:ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e; - } - - .sm\:ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f; - } - - .sm\:ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5; - } - - .sm\:ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5; - } - - .sm\:ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0; - } - - .sm\:ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7; - } - - .sm\:ring-offset-green-400 { - --tw-ring-offset-color: #34d399; - } - - .sm\:ring-offset-green-500 { - --tw-ring-offset-color: #10b981; - } - - .sm\:ring-offset-green-600 { - --tw-ring-offset-color: #059669; - } - - .sm\:ring-offset-green-700 { - --tw-ring-offset-color: #047857; - } - - .sm\:ring-offset-green-800 { - --tw-ring-offset-color: #065f46; - } - - .sm\:ring-offset-green-900 { - --tw-ring-offset-color: #064e3b; - } - - .sm\:ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff; - } - - .sm\:ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe; - } - - .sm\:ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe; - } - - .sm\:ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd; - } - - .sm\:ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa; - } - - .sm\:ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6; - } - - .sm\:ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb; - } - - .sm\:ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8; - } - - .sm\:ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af; - } - - .sm\:ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a; - } - - .sm\:ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff; - } - - .sm\:ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff; - } - - .sm\:ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe; - } - - .sm\:ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc; - } - - .sm\:ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8; - } - - .sm\:ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1; - } - - .sm\:ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5; - } - - .sm\:ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca; - } - - .sm\:ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3; - } - - .sm\:ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81; - } - - .sm\:ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff; - } - - .sm\:ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe; - } - - .sm\:ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe; - } - - .sm\:ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd; - } - - .sm\:ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa; - } - - .sm\:ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6; - } - - .sm\:ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed; - } - - .sm\:ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9; - } - - .sm\:ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6; - } - - .sm\:ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95; - } - - .sm\:ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8; - } - - .sm\:ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3; - } - - .sm\:ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8; - } - - .sm\:ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4; - } - - .sm\:ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6; - } - - .sm\:ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899; - } - - .sm\:ring-offset-pink-600 { - --tw-ring-offset-color: #db2777; - } - - .sm\:ring-offset-pink-700 { - --tw-ring-offset-color: #be185d; - } - - .sm\:ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d; - } - - .sm\:ring-offset-pink-900 { - --tw-ring-offset-color: #831843; - } - - .sm\:ring-offset-primary-50 { - --tw-ring-offset-color: #F7F6FD; - } - - .sm\:ring-offset-primary-100 { - --tw-ring-offset-color: #EEEEFB; - } - - .sm\:ring-offset-primary-200 { - --tw-ring-offset-color: #D5D4F5; - } - - .sm\:ring-offset-primary-300 { - --tw-ring-offset-color: #BCB9EF; - } - - .sm\:ring-offset-primary-400 { - --tw-ring-offset-color: #8A85E4; - } - - .sm\:ring-offset-primary-500 { - --tw-ring-offset-color: #5851D8; - } - - .sm\:ring-offset-primary-600 { - --tw-ring-offset-color: #4F49C2; - } - - .sm\:ring-offset-primary-700 { - --tw-ring-offset-color: #353182; - } - - .sm\:ring-offset-primary-800 { - --tw-ring-offset-color: #282461; - } - - .sm\:ring-offset-primary-900 { - --tw-ring-offset-color: #1A1841; - } - - .sm\:ring-offset-danger { - --tw-ring-offset-color: #FB7178; - } - - .sm\:ring-offset-success { - --tw-ring-offset-color: #00C99C; - } - - .sm\:ring-offset-warning { - --tw-ring-offset-color: #F3AF4E; - } - - .sm\:ring-offset-info { - --tw-ring-offset-color: #15B2EC; - } - - .sm\:focus-within\:ring-offset-transparent:focus-within { - --tw-ring-offset-color: transparent; - } - - .sm\:focus-within\:ring-offset-current:focus-within { - --tw-ring-offset-color: currentColor; - } - - .sm\:focus-within\:ring-offset-black:focus-within { - --tw-ring-offset-color: #040405; - } - - .sm\:focus-within\:ring-offset-white:focus-within { - --tw-ring-offset-color: #fff; - } - - .sm\:focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb; - } - - .sm\:focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f7fafc; - } - - .sm\:focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #edf2f7; - } - - .sm\:focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #e2e8f0; - } - - .sm\:focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #cbd5e0; - } - - .sm\:focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #a0aec0; - } - - .sm\:focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #718096; - } - - .sm\:focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #4a5568; - } - - .sm\:focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #2d3748; - } - - .sm\:focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #1a202c; - } - - .sm\:focus-within\:ring-offset-red-50:focus-within { - --tw-ring-offset-color: #fef2f2; - } - - .sm\:focus-within\:ring-offset-red-100:focus-within { - --tw-ring-offset-color: #fee2e2; - } - - .sm\:focus-within\:ring-offset-red-200:focus-within { - --tw-ring-offset-color: #fecaca; - } - - .sm\:focus-within\:ring-offset-red-300:focus-within { - --tw-ring-offset-color: #fca5a5; - } - - .sm\:focus-within\:ring-offset-red-400:focus-within { - --tw-ring-offset-color: #f87171; - } - - .sm\:focus-within\:ring-offset-red-500:focus-within { - --tw-ring-offset-color: #ef4444; - } - - .sm\:focus-within\:ring-offset-red-600:focus-within { - --tw-ring-offset-color: #dc2626; - } - - .sm\:focus-within\:ring-offset-red-700:focus-within { - --tw-ring-offset-color: #b91c1c; - } - - .sm\:focus-within\:ring-offset-red-800:focus-within { - --tw-ring-offset-color: #991b1b; - } - - .sm\:focus-within\:ring-offset-red-900:focus-within { - --tw-ring-offset-color: #7f1d1d; - } - - .sm\:focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb; - } - - .sm\:focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7; - } - - .sm\:focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a; - } - - .sm\:focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d; - } - - .sm\:focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24; - } - - .sm\:focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b; - } - - .sm\:focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706; - } - - .sm\:focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309; - } - - .sm\:focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e; - } - - .sm\:focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f; - } - - .sm\:focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5; - } - - .sm\:focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5; - } - - .sm\:focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0; - } - - .sm\:focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7; - } - - .sm\:focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399; - } - - .sm\:focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981; - } - - .sm\:focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669; - } - - .sm\:focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857; - } - - .sm\:focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46; - } - - .sm\:focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b; - } - - .sm\:focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff; - } - - .sm\:focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe; - } - - .sm\:focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe; - } - - .sm\:focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd; - } - - .sm\:focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa; - } - - .sm\:focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6; - } - - .sm\:focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb; - } - - .sm\:focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8; - } - - .sm\:focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af; - } - - .sm\:focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a; - } - - .sm\:focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff; - } - - .sm\:focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff; - } - - .sm\:focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe; - } - - .sm\:focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc; - } - - .sm\:focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8; - } - - .sm\:focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1; - } - - .sm\:focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5; - } - - .sm\:focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca; - } - - .sm\:focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3; - } - - .sm\:focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81; - } - - .sm\:focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff; - } - - .sm\:focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe; - } - - .sm\:focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe; - } - - .sm\:focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd; - } - - .sm\:focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa; - } - - .sm\:focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6; - } - - .sm\:focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed; - } - - .sm\:focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9; - } - - .sm\:focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6; - } - - .sm\:focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95; - } - - .sm\:focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8; - } - - .sm\:focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3; - } - - .sm\:focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8; - } - - .sm\:focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4; - } - - .sm\:focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6; - } - - .sm\:focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899; - } - - .sm\:focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777; - } - - .sm\:focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d; - } - - .sm\:focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d; - } - - .sm\:focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843; - } - - .sm\:focus-within\:ring-offset-primary-50:focus-within { - --tw-ring-offset-color: #F7F6FD; - } - - .sm\:focus-within\:ring-offset-primary-100:focus-within { - --tw-ring-offset-color: #EEEEFB; - } - - .sm\:focus-within\:ring-offset-primary-200:focus-within { - --tw-ring-offset-color: #D5D4F5; - } - - .sm\:focus-within\:ring-offset-primary-300:focus-within { - --tw-ring-offset-color: #BCB9EF; - } - - .sm\:focus-within\:ring-offset-primary-400:focus-within { - --tw-ring-offset-color: #8A85E4; - } - - .sm\:focus-within\:ring-offset-primary-500:focus-within { - --tw-ring-offset-color: #5851D8; - } - - .sm\:focus-within\:ring-offset-primary-600:focus-within { - --tw-ring-offset-color: #4F49C2; - } - - .sm\:focus-within\:ring-offset-primary-700:focus-within { - --tw-ring-offset-color: #353182; - } - - .sm\:focus-within\:ring-offset-primary-800:focus-within { - --tw-ring-offset-color: #282461; - } - - .sm\:focus-within\:ring-offset-primary-900:focus-within { - --tw-ring-offset-color: #1A1841; - } - - .sm\:focus-within\:ring-offset-danger:focus-within { - --tw-ring-offset-color: #FB7178; - } - - .sm\:focus-within\:ring-offset-success:focus-within { - --tw-ring-offset-color: #00C99C; - } - - .sm\:focus-within\:ring-offset-warning:focus-within { - --tw-ring-offset-color: #F3AF4E; - } - - .sm\:focus-within\:ring-offset-info:focus-within { - --tw-ring-offset-color: #15B2EC; - } - - .sm\:focus\:ring-offset-transparent:focus { - --tw-ring-offset-color: transparent; - } - - .sm\:focus\:ring-offset-current:focus { - --tw-ring-offset-color: currentColor; - } - - .sm\:focus\:ring-offset-black:focus { - --tw-ring-offset-color: #040405; - } - - .sm\:focus\:ring-offset-white:focus { - --tw-ring-offset-color: #fff; - } - - .sm\:focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb; - } - - .sm\:focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f7fafc; - } - - .sm\:focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #edf2f7; - } - - .sm\:focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #e2e8f0; - } - - .sm\:focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #cbd5e0; - } - - .sm\:focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #a0aec0; - } - - .sm\:focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #718096; - } - - .sm\:focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #4a5568; - } - - .sm\:focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #2d3748; - } - - .sm\:focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #1a202c; - } - - .sm\:focus\:ring-offset-red-50:focus { - --tw-ring-offset-color: #fef2f2; - } - - .sm\:focus\:ring-offset-red-100:focus { - --tw-ring-offset-color: #fee2e2; - } - - .sm\:focus\:ring-offset-red-200:focus { - --tw-ring-offset-color: #fecaca; - } - - .sm\:focus\:ring-offset-red-300:focus { - --tw-ring-offset-color: #fca5a5; - } - - .sm\:focus\:ring-offset-red-400:focus { - --tw-ring-offset-color: #f87171; - } - - .sm\:focus\:ring-offset-red-500:focus { - --tw-ring-offset-color: #ef4444; - } - - .sm\:focus\:ring-offset-red-600:focus { - --tw-ring-offset-color: #dc2626; - } - - .sm\:focus\:ring-offset-red-700:focus { - --tw-ring-offset-color: #b91c1c; - } - - .sm\:focus\:ring-offset-red-800:focus { - --tw-ring-offset-color: #991b1b; - } - - .sm\:focus\:ring-offset-red-900:focus { - --tw-ring-offset-color: #7f1d1d; - } - - .sm\:focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb; - } - - .sm\:focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7; - } - - .sm\:focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a; - } - - .sm\:focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d; - } - - .sm\:focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24; - } - - .sm\:focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b; - } - - .sm\:focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706; - } - - .sm\:focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309; - } - - .sm\:focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e; - } - - .sm\:focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f; - } - - .sm\:focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5; - } - - .sm\:focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5; - } - - .sm\:focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0; - } - - .sm\:focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7; - } - - .sm\:focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399; - } - - .sm\:focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981; - } - - .sm\:focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669; - } - - .sm\:focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857; - } - - .sm\:focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46; - } - - .sm\:focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b; - } - - .sm\:focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff; - } - - .sm\:focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe; - } - - .sm\:focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe; - } - - .sm\:focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd; - } - - .sm\:focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa; - } - - .sm\:focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6; - } - - .sm\:focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb; - } - - .sm\:focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8; - } - - .sm\:focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af; - } - - .sm\:focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a; - } - - .sm\:focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff; - } - - .sm\:focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff; - } - - .sm\:focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe; - } - - .sm\:focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc; - } - - .sm\:focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8; - } - - .sm\:focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1; - } - - .sm\:focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5; - } - - .sm\:focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca; - } - - .sm\:focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3; - } - - .sm\:focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81; - } - - .sm\:focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff; - } - - .sm\:focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe; - } - - .sm\:focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe; - } - - .sm\:focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd; - } - - .sm\:focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa; - } - - .sm\:focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6; - } - - .sm\:focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed; - } - - .sm\:focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9; - } - - .sm\:focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6; - } - - .sm\:focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95; - } - - .sm\:focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8; - } - - .sm\:focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3; - } - - .sm\:focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8; - } - - .sm\:focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4; - } - - .sm\:focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6; - } - - .sm\:focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899; - } - - .sm\:focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777; - } - - .sm\:focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d; - } - - .sm\:focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d; - } - - .sm\:focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843; - } - - .sm\:focus\:ring-offset-primary-50:focus { - --tw-ring-offset-color: #F7F6FD; - } - - .sm\:focus\:ring-offset-primary-100:focus { - --tw-ring-offset-color: #EEEEFB; - } - - .sm\:focus\:ring-offset-primary-200:focus { - --tw-ring-offset-color: #D5D4F5; - } - - .sm\:focus\:ring-offset-primary-300:focus { - --tw-ring-offset-color: #BCB9EF; - } - - .sm\:focus\:ring-offset-primary-400:focus { - --tw-ring-offset-color: #8A85E4; - } - - .sm\:focus\:ring-offset-primary-500:focus { - --tw-ring-offset-color: #5851D8; - } - - .sm\:focus\:ring-offset-primary-600:focus { - --tw-ring-offset-color: #4F49C2; - } - - .sm\:focus\:ring-offset-primary-700:focus { - --tw-ring-offset-color: #353182; - } - - .sm\:focus\:ring-offset-primary-800:focus { - --tw-ring-offset-color: #282461; - } - - .sm\:focus\:ring-offset-primary-900:focus { - --tw-ring-offset-color: #1A1841; - } - - .sm\:focus\:ring-offset-danger:focus { - --tw-ring-offset-color: #FB7178; - } - - .sm\:focus\:ring-offset-success:focus { - --tw-ring-offset-color: #00C99C; - } - - .sm\:focus\:ring-offset-warning:focus { - --tw-ring-offset-color: #F3AF4E; - } - - .sm\:focus\:ring-offset-info:focus { - --tw-ring-offset-color: #15B2EC; - } - - .sm\:ring-offset-0 { - --tw-ring-offset-width: 0px; - } - - .sm\:ring-offset-1 { - --tw-ring-offset-width: 1px; - } - - .sm\:ring-offset-2 { - --tw-ring-offset-width: 2px; - } - - .sm\:ring-offset-4 { - --tw-ring-offset-width: 4px; - } - - .sm\:ring-offset-8 { - --tw-ring-offset-width: 8px; - } - - .sm\:focus-within\:ring-offset-0:focus-within { - --tw-ring-offset-width: 0px; - } - - .sm\:focus-within\:ring-offset-1:focus-within { - --tw-ring-offset-width: 1px; - } - - .sm\:focus-within\:ring-offset-2:focus-within { - --tw-ring-offset-width: 2px; - } - - .sm\:focus-within\:ring-offset-4:focus-within { - --tw-ring-offset-width: 4px; - } - - .sm\:focus-within\:ring-offset-8:focus-within { - --tw-ring-offset-width: 8px; - } - - .sm\:focus\:ring-offset-0:focus { - --tw-ring-offset-width: 0px; - } - - .sm\:focus\:ring-offset-1:focus { - --tw-ring-offset-width: 1px; - } - - .sm\:focus\:ring-offset-2:focus { - --tw-ring-offset-width: 2px; - } - - .sm\:focus\:ring-offset-4:focus { - --tw-ring-offset-width: 4px; - } - - .sm\:focus\:ring-offset-8:focus { - --tw-ring-offset-width: 8px; - } - - .sm\:ring-transparent { - --tw-ring-color: transparent; - } - - .sm\:ring-current { - --tw-ring-color: currentColor; - } - - .sm\:ring-black { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); - } - - .sm\:ring-white { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); - } - - .sm\:ring-red-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); - } - - .sm\:ring-red-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); - } - - .sm\:ring-red-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); - } - - .sm\:ring-red-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); - } - - .sm\:ring-red-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); - } - - .sm\:ring-red-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); - } - - .sm\:ring-red-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); - } - - .sm\:ring-red-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); - } - - .sm\:ring-red-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); - } - - .sm\:ring-red-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); - } - - .sm\:ring-yellow-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); - } - - .sm\:ring-yellow-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); - } - - .sm\:ring-yellow-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); - } - - .sm\:ring-yellow-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); - } - - .sm\:ring-yellow-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); - } - - .sm\:ring-yellow-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); - } - - .sm\:ring-yellow-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); - } - - .sm\:ring-yellow-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); - } - - .sm\:ring-yellow-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); - } - - .sm\:ring-yellow-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); - } - - .sm\:ring-green-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); - } - - .sm\:ring-green-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); - } - - .sm\:ring-green-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); - } - - .sm\:ring-green-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); - } - - .sm\:ring-green-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); - } - - .sm\:ring-green-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); - } - - .sm\:ring-green-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); - } - - .sm\:ring-green-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); - } - - .sm\:ring-green-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); - } - - .sm\:ring-green-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); - } - - .sm\:ring-blue-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); - } - - .sm\:ring-blue-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); - } - - .sm\:ring-blue-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); - } - - .sm\:ring-blue-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); - } - - .sm\:ring-blue-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); - } - - .sm\:ring-blue-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); - } - - .sm\:ring-blue-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); - } - - .sm\:ring-blue-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); - } - - .sm\:ring-blue-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); - } - - .sm\:ring-blue-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .sm\:ring-indigo-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); - } - - .sm\:ring-indigo-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .sm\:ring-indigo-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); - } - - .sm\:ring-indigo-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); - } - - .sm\:ring-indigo-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); - } - - .sm\:ring-indigo-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); - } - - .sm\:ring-indigo-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); - } - - .sm\:ring-indigo-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); - } - - .sm\:ring-indigo-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); - } - - .sm\:ring-indigo-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); - } - - .sm\:ring-primary-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); - } - - .sm\:ring-primary-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); - } - - .sm\:ring-primary-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); - } - - .sm\:ring-primary-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); - } - - .sm\:ring-primary-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); - } - - .sm\:ring-primary-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); - } - - .sm\:ring-primary-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); - } - - .sm\:ring-primary-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); - } - - .sm\:ring-primary-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); - } - - .sm\:ring-primary-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); - } - - .sm\:ring-danger { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); - } - - .sm\:ring-success { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); - } - - .sm\:ring-warning { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); - } - - .sm\:ring-info { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-transparent:focus-within { - --tw-ring-color: transparent; - } - - .sm\:focus-within\:ring-current:focus-within { - --tw-ring-color: currentColor; - } - - .sm\:focus-within\:ring-black:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-white:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-red-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-red-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-red-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-red-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-red-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-red-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-red-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-red-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-red-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-red-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-yellow-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-yellow-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-yellow-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-yellow-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-yellow-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-yellow-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-yellow-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-yellow-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-yellow-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-yellow-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-green-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-green-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-green-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-green-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-green-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-green-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-green-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-green-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-green-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-green-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-blue-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-blue-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-blue-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-blue-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-blue-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-blue-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-blue-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-blue-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-blue-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-blue-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-indigo-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-indigo-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-indigo-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-indigo-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-indigo-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-indigo-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-indigo-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-indigo-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-primary-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-primary-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-primary-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-primary-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-primary-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-primary-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-primary-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-primary-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-primary-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-primary-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-danger:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-success:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-warning:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-info:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-transparent:focus { - --tw-ring-color: transparent; - } - - .sm\:focus\:ring-current:focus { - --tw-ring-color: currentColor; - } - - .sm\:focus\:ring-black:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-white:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-red-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-red-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-red-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-red-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-red-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-red-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-red-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-red-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-red-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-red-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-yellow-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-yellow-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-yellow-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-yellow-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-yellow-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-yellow-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-yellow-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-yellow-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-yellow-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-yellow-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-green-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-green-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-green-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-green-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-green-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-green-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-green-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-green-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-green-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-green-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-blue-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-blue-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-blue-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-blue-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-blue-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-blue-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-blue-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-blue-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-blue-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-blue-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-indigo-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-indigo-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-indigo-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-indigo-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-indigo-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-indigo-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-indigo-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-indigo-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-primary-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-primary-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-primary-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-primary-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-primary-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-primary-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-primary-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-primary-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-primary-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-primary-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-danger:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-success:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-warning:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-info:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); - } - - .sm\:ring-opacity-0 { - --tw-ring-opacity: 0; - } - - .sm\:ring-opacity-5 { - --tw-ring-opacity: 0.05; - } - - .sm\:ring-opacity-10 { - --tw-ring-opacity: 0.1; - } - - .sm\:ring-opacity-20 { - --tw-ring-opacity: 0.2; - } - - .sm\:ring-opacity-25 { - --tw-ring-opacity: 0.25; - } - - .sm\:ring-opacity-30 { - --tw-ring-opacity: 0.3; - } - - .sm\:ring-opacity-40 { - --tw-ring-opacity: 0.4; - } - - .sm\:ring-opacity-50 { - --tw-ring-opacity: 0.5; - } - - .sm\:ring-opacity-60 { - --tw-ring-opacity: 0.6; - } - - .sm\:ring-opacity-70 { - --tw-ring-opacity: 0.7; - } - - .sm\:ring-opacity-75 { - --tw-ring-opacity: 0.75; - } - - .sm\:ring-opacity-80 { - --tw-ring-opacity: 0.8; - } - - .sm\:ring-opacity-90 { - --tw-ring-opacity: 0.9; - } - - .sm\:ring-opacity-95 { - --tw-ring-opacity: 0.95; - } - - .sm\:ring-opacity-100 { - --tw-ring-opacity: 1; - } - - .sm\:focus-within\:ring-opacity-0:focus-within { - --tw-ring-opacity: 0; - } - - .sm\:focus-within\:ring-opacity-5:focus-within { - --tw-ring-opacity: 0.05; - } - - .sm\:focus-within\:ring-opacity-10:focus-within { - --tw-ring-opacity: 0.1; - } - - .sm\:focus-within\:ring-opacity-20:focus-within { - --tw-ring-opacity: 0.2; - } - - .sm\:focus-within\:ring-opacity-25:focus-within { - --tw-ring-opacity: 0.25; - } - - .sm\:focus-within\:ring-opacity-30:focus-within { - --tw-ring-opacity: 0.3; - } - - .sm\:focus-within\:ring-opacity-40:focus-within { - --tw-ring-opacity: 0.4; - } - - .sm\:focus-within\:ring-opacity-50:focus-within { - --tw-ring-opacity: 0.5; - } - - .sm\:focus-within\:ring-opacity-60:focus-within { - --tw-ring-opacity: 0.6; - } - - .sm\:focus-within\:ring-opacity-70:focus-within { - --tw-ring-opacity: 0.7; - } - - .sm\:focus-within\:ring-opacity-75:focus-within { - --tw-ring-opacity: 0.75; - } - - .sm\:focus-within\:ring-opacity-80:focus-within { - --tw-ring-opacity: 0.8; - } - - .sm\:focus-within\:ring-opacity-90:focus-within { - --tw-ring-opacity: 0.9; - } - - .sm\:focus-within\:ring-opacity-95:focus-within { - --tw-ring-opacity: 0.95; - } - - .sm\:focus-within\:ring-opacity-100:focus-within { - --tw-ring-opacity: 1; - } - - .sm\:focus\:ring-opacity-0:focus { - --tw-ring-opacity: 0; - } - - .sm\:focus\:ring-opacity-5:focus { - --tw-ring-opacity: 0.05; - } - - .sm\:focus\:ring-opacity-10:focus { - --tw-ring-opacity: 0.1; - } - - .sm\:focus\:ring-opacity-20:focus { - --tw-ring-opacity: 0.2; - } - - .sm\:focus\:ring-opacity-25:focus { - --tw-ring-opacity: 0.25; - } - - .sm\:focus\:ring-opacity-30:focus { - --tw-ring-opacity: 0.3; - } - - .sm\:focus\:ring-opacity-40:focus { - --tw-ring-opacity: 0.4; - } - - .sm\:focus\:ring-opacity-50:focus { - --tw-ring-opacity: 0.5; - } - - .sm\:focus\:ring-opacity-60:focus { - --tw-ring-opacity: 0.6; - } - - .sm\:focus\:ring-opacity-70:focus { - --tw-ring-opacity: 0.7; - } - - .sm\:focus\:ring-opacity-75:focus { - --tw-ring-opacity: 0.75; - } - - .sm\:focus\:ring-opacity-80:focus { - --tw-ring-opacity: 0.8; - } - - .sm\:focus\:ring-opacity-90:focus { - --tw-ring-opacity: 0.9; - } - - .sm\:focus\:ring-opacity-95:focus { - --tw-ring-opacity: 0.95; - } - - .sm\:focus\:ring-opacity-100:focus { - --tw-ring-opacity: 1; - } - - .sm\:fill-current { - fill: currentColor; - } - - .sm\:stroke-current { - stroke: currentColor; - } - - .sm\:stroke-0 { - stroke-width: 0; - } - - .sm\:stroke-1 { - stroke-width: 1; - } - - .sm\:stroke-2 { - stroke-width: 2; - } - - .sm\:table-auto { - table-layout: auto; - } - - .sm\:table-fixed { - table-layout: fixed; - } - - .sm\:text-left { - text-align: left; - } - - .sm\:text-center { - text-align: center; - } - - .sm\:text-right { - text-align: right; - } - - .sm\:text-justify { - text-align: justify; - } - - .sm\:text-transparent { - color: transparent; - } - - .sm\:text-current { - color: currentColor; - } - - .sm\:text-black { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .sm\:text-white { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .sm\:text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .sm\:text-gray-100 { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .sm\:text-gray-200 { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .sm\:text-gray-300 { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .sm\:text-gray-400 { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .sm\:text-gray-500 { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .sm\:text-gray-600 { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .sm\:text-gray-700 { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .sm\:text-gray-800 { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .sm\:text-gray-900 { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .sm\:text-red-50 { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .sm\:text-red-100 { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .sm\:text-red-200 { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .sm\:text-red-300 { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .sm\:text-red-400 { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .sm\:text-red-500 { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .sm\:text-red-600 { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .sm\:text-red-700 { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .sm\:text-red-800 { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .sm\:text-red-900 { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .sm\:text-yellow-50 { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .sm\:text-yellow-100 { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .sm\:text-yellow-200 { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .sm\:text-yellow-300 { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .sm\:text-yellow-400 { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .sm\:text-yellow-500 { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .sm\:text-yellow-600 { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .sm\:text-yellow-700 { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .sm\:text-yellow-800 { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .sm\:text-yellow-900 { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .sm\:text-green-50 { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .sm\:text-green-100 { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .sm\:text-green-200 { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .sm\:text-green-300 { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .sm\:text-green-400 { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .sm\:text-green-500 { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .sm\:text-green-600 { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .sm\:text-green-700 { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .sm\:text-green-800 { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .sm\:text-green-900 { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .sm\:text-blue-50 { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .sm\:text-blue-100 { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .sm\:text-blue-200 { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .sm\:text-blue-300 { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .sm\:text-blue-400 { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .sm\:text-blue-500 { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .sm\:text-blue-600 { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .sm\:text-blue-700 { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .sm\:text-blue-800 { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .sm\:text-blue-900 { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .sm\:text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .sm\:text-indigo-100 { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .sm\:text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .sm\:text-indigo-300 { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .sm\:text-indigo-400 { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .sm\:text-indigo-500 { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .sm\:text-indigo-600 { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .sm\:text-indigo-700 { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .sm\:text-indigo-800 { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .sm\:text-indigo-900 { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .sm\:text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .sm\:text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .sm\:text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .sm\:text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .sm\:text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .sm\:text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .sm\:text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .sm\:text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .sm\:text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .sm\:text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .sm\:text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .sm\:text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .sm\:text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .sm\:text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .sm\:text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .sm\:text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .sm\:text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .sm\:text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .sm\:text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .sm\:text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .sm\:text-primary-50 { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .sm\:text-primary-100 { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .sm\:text-primary-200 { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .sm\:text-primary-300 { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .sm\:text-primary-400 { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .sm\:text-primary-500 { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .sm\:text-primary-600 { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .sm\:text-primary-700 { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .sm\:text-primary-800 { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .sm\:text-primary-900 { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .sm\:text-danger { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .sm\:text-success { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .sm\:text-warning { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .sm\:text-info { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .sm\:hover\:text-transparent:hover { - color: transparent; - } - - .sm\:hover\:text-current:hover { - color: currentColor; - } - - .sm\:hover\:text-black:hover { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .sm\:hover\:text-white:hover { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-50:hover { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-100:hover { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-200:hover { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-300:hover { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-400:hover { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-500:hover { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-600:hover { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-700:hover { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-800:hover { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-900:hover { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .sm\:hover\:text-red-50:hover { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .sm\:hover\:text-red-100:hover { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .sm\:hover\:text-red-200:hover { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .sm\:hover\:text-red-300:hover { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .sm\:hover\:text-red-400:hover { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .sm\:hover\:text-red-500:hover { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .sm\:hover\:text-red-600:hover { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .sm\:hover\:text-red-700:hover { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .sm\:hover\:text-red-800:hover { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .sm\:hover\:text-red-900:hover { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .sm\:hover\:text-yellow-50:hover { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .sm\:hover\:text-yellow-100:hover { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .sm\:hover\:text-yellow-200:hover { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .sm\:hover\:text-yellow-300:hover { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .sm\:hover\:text-yellow-400:hover { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .sm\:hover\:text-yellow-500:hover { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .sm\:hover\:text-yellow-600:hover { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .sm\:hover\:text-yellow-700:hover { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .sm\:hover\:text-yellow-800:hover { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .sm\:hover\:text-yellow-900:hover { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .sm\:hover\:text-green-50:hover { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .sm\:hover\:text-green-100:hover { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .sm\:hover\:text-green-200:hover { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .sm\:hover\:text-green-300:hover { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .sm\:hover\:text-green-400:hover { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .sm\:hover\:text-green-500:hover { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .sm\:hover\:text-green-600:hover { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .sm\:hover\:text-green-700:hover { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .sm\:hover\:text-green-800:hover { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .sm\:hover\:text-green-900:hover { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .sm\:hover\:text-blue-50:hover { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .sm\:hover\:text-blue-100:hover { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .sm\:hover\:text-blue-200:hover { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .sm\:hover\:text-blue-300:hover { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .sm\:hover\:text-blue-400:hover { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .sm\:hover\:text-blue-500:hover { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .sm\:hover\:text-blue-600:hover { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .sm\:hover\:text-blue-700:hover { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .sm\:hover\:text-blue-800:hover { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .sm\:hover\:text-blue-900:hover { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .sm\:hover\:text-indigo-50:hover { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .sm\:hover\:text-indigo-100:hover { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .sm\:hover\:text-indigo-200:hover { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .sm\:hover\:text-indigo-300:hover { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .sm\:hover\:text-indigo-400:hover { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .sm\:hover\:text-indigo-500:hover { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .sm\:hover\:text-indigo-600:hover { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .sm\:hover\:text-indigo-700:hover { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .sm\:hover\:text-indigo-800:hover { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .sm\:hover\:text-indigo-900:hover { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-50:hover { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-100:hover { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-200:hover { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-300:hover { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-400:hover { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-500:hover { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-600:hover { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-700:hover { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-800:hover { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-900:hover { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-50:hover { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-100:hover { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-200:hover { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-300:hover { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-400:hover { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-500:hover { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-600:hover { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-700:hover { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-800:hover { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-900:hover { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .sm\:hover\:text-primary-50:hover { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .sm\:hover\:text-primary-100:hover { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .sm\:hover\:text-primary-200:hover { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .sm\:hover\:text-primary-300:hover { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .sm\:hover\:text-primary-400:hover { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .sm\:hover\:text-primary-500:hover { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .sm\:hover\:text-primary-600:hover { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .sm\:hover\:text-primary-700:hover { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .sm\:hover\:text-primary-800:hover { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .sm\:hover\:text-primary-900:hover { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .sm\:hover\:text-danger:hover { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .sm\:hover\:text-success:hover { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .sm\:hover\:text-warning:hover { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .sm\:hover\:text-info:hover { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .sm\:focus\:text-transparent:focus { - color: transparent; - } - - .sm\:focus\:text-current:focus { - color: currentColor; - } - - .sm\:focus\:text-black:focus { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .sm\:focus\:text-white:focus { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-50:focus { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-100:focus { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-200:focus { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-300:focus { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-400:focus { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-500:focus { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-600:focus { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-700:focus { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-800:focus { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-900:focus { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .sm\:focus\:text-red-50:focus { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .sm\:focus\:text-red-100:focus { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .sm\:focus\:text-red-200:focus { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .sm\:focus\:text-red-300:focus { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .sm\:focus\:text-red-400:focus { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .sm\:focus\:text-red-500:focus { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .sm\:focus\:text-red-600:focus { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .sm\:focus\:text-red-700:focus { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .sm\:focus\:text-red-800:focus { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .sm\:focus\:text-red-900:focus { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .sm\:focus\:text-yellow-50:focus { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .sm\:focus\:text-yellow-100:focus { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .sm\:focus\:text-yellow-200:focus { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .sm\:focus\:text-yellow-300:focus { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .sm\:focus\:text-yellow-400:focus { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .sm\:focus\:text-yellow-500:focus { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .sm\:focus\:text-yellow-600:focus { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .sm\:focus\:text-yellow-700:focus { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .sm\:focus\:text-yellow-800:focus { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .sm\:focus\:text-yellow-900:focus { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .sm\:focus\:text-green-50:focus { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .sm\:focus\:text-green-100:focus { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .sm\:focus\:text-green-200:focus { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .sm\:focus\:text-green-300:focus { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .sm\:focus\:text-green-400:focus { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .sm\:focus\:text-green-500:focus { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .sm\:focus\:text-green-600:focus { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .sm\:focus\:text-green-700:focus { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .sm\:focus\:text-green-800:focus { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .sm\:focus\:text-green-900:focus { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .sm\:focus\:text-blue-50:focus { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .sm\:focus\:text-blue-100:focus { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .sm\:focus\:text-blue-200:focus { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .sm\:focus\:text-blue-300:focus { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .sm\:focus\:text-blue-400:focus { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .sm\:focus\:text-blue-500:focus { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .sm\:focus\:text-blue-600:focus { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .sm\:focus\:text-blue-700:focus { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .sm\:focus\:text-blue-800:focus { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .sm\:focus\:text-blue-900:focus { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .sm\:focus\:text-indigo-50:focus { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .sm\:focus\:text-indigo-100:focus { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .sm\:focus\:text-indigo-200:focus { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .sm\:focus\:text-indigo-300:focus { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .sm\:focus\:text-indigo-400:focus { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .sm\:focus\:text-indigo-500:focus { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .sm\:focus\:text-indigo-600:focus { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .sm\:focus\:text-indigo-700:focus { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .sm\:focus\:text-indigo-800:focus { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .sm\:focus\:text-indigo-900:focus { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-50:focus { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-100:focus { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-200:focus { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-300:focus { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-400:focus { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-500:focus { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-600:focus { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-700:focus { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-800:focus { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-900:focus { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-50:focus { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-100:focus { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-200:focus { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-300:focus { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-400:focus { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-500:focus { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-600:focus { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-700:focus { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-800:focus { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-900:focus { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .sm\:focus\:text-primary-50:focus { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .sm\:focus\:text-primary-100:focus { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .sm\:focus\:text-primary-200:focus { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .sm\:focus\:text-primary-300:focus { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .sm\:focus\:text-primary-400:focus { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .sm\:focus\:text-primary-500:focus { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .sm\:focus\:text-primary-600:focus { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .sm\:focus\:text-primary-700:focus { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .sm\:focus\:text-primary-800:focus { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .sm\:focus\:text-primary-900:focus { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .sm\:focus\:text-danger:focus { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .sm\:focus\:text-success:focus { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .sm\:focus\:text-warning:focus { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .sm\:focus\:text-info:focus { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .sm\:active\:text-transparent:active { - color: transparent; - } - - .sm\:active\:text-current:active { - color: currentColor; - } - - .sm\:active\:text-black:active { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .sm\:active\:text-white:active { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .sm\:active\:text-gray-50:active { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .sm\:active\:text-gray-100:active { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .sm\:active\:text-gray-200:active { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .sm\:active\:text-gray-300:active { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .sm\:active\:text-gray-400:active { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .sm\:active\:text-gray-500:active { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .sm\:active\:text-gray-600:active { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .sm\:active\:text-gray-700:active { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .sm\:active\:text-gray-800:active { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .sm\:active\:text-gray-900:active { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .sm\:active\:text-red-50:active { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .sm\:active\:text-red-100:active { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .sm\:active\:text-red-200:active { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .sm\:active\:text-red-300:active { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .sm\:active\:text-red-400:active { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .sm\:active\:text-red-500:active { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .sm\:active\:text-red-600:active { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .sm\:active\:text-red-700:active { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .sm\:active\:text-red-800:active { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .sm\:active\:text-red-900:active { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .sm\:active\:text-yellow-50:active { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .sm\:active\:text-yellow-100:active { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .sm\:active\:text-yellow-200:active { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .sm\:active\:text-yellow-300:active { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .sm\:active\:text-yellow-400:active { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .sm\:active\:text-yellow-500:active { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .sm\:active\:text-yellow-600:active { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .sm\:active\:text-yellow-700:active { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .sm\:active\:text-yellow-800:active { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .sm\:active\:text-yellow-900:active { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .sm\:active\:text-green-50:active { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .sm\:active\:text-green-100:active { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .sm\:active\:text-green-200:active { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .sm\:active\:text-green-300:active { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .sm\:active\:text-green-400:active { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .sm\:active\:text-green-500:active { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .sm\:active\:text-green-600:active { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .sm\:active\:text-green-700:active { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .sm\:active\:text-green-800:active { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .sm\:active\:text-green-900:active { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .sm\:active\:text-blue-50:active { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .sm\:active\:text-blue-100:active { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .sm\:active\:text-blue-200:active { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .sm\:active\:text-blue-300:active { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .sm\:active\:text-blue-400:active { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .sm\:active\:text-blue-500:active { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .sm\:active\:text-blue-600:active { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .sm\:active\:text-blue-700:active { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .sm\:active\:text-blue-800:active { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .sm\:active\:text-blue-900:active { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .sm\:active\:text-indigo-50:active { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .sm\:active\:text-indigo-100:active { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .sm\:active\:text-indigo-200:active { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .sm\:active\:text-indigo-300:active { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .sm\:active\:text-indigo-400:active { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .sm\:active\:text-indigo-500:active { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .sm\:active\:text-indigo-600:active { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .sm\:active\:text-indigo-700:active { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .sm\:active\:text-indigo-800:active { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .sm\:active\:text-indigo-900:active { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .sm\:active\:text-purple-50:active { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .sm\:active\:text-purple-100:active { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .sm\:active\:text-purple-200:active { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .sm\:active\:text-purple-300:active { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .sm\:active\:text-purple-400:active { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .sm\:active\:text-purple-500:active { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .sm\:active\:text-purple-600:active { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .sm\:active\:text-purple-700:active { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .sm\:active\:text-purple-800:active { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .sm\:active\:text-purple-900:active { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .sm\:active\:text-pink-50:active { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .sm\:active\:text-pink-100:active { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .sm\:active\:text-pink-200:active { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .sm\:active\:text-pink-300:active { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .sm\:active\:text-pink-400:active { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .sm\:active\:text-pink-500:active { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .sm\:active\:text-pink-600:active { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .sm\:active\:text-pink-700:active { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .sm\:active\:text-pink-800:active { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .sm\:active\:text-pink-900:active { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .sm\:active\:text-primary-50:active { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .sm\:active\:text-primary-100:active { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .sm\:active\:text-primary-200:active { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .sm\:active\:text-primary-300:active { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .sm\:active\:text-primary-400:active { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .sm\:active\:text-primary-500:active { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .sm\:active\:text-primary-600:active { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .sm\:active\:text-primary-700:active { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .sm\:active\:text-primary-800:active { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .sm\:active\:text-primary-900:active { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .sm\:active\:text-danger:active { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .sm\:active\:text-success:active { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .sm\:active\:text-warning:active { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .sm\:active\:text-info:active { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .sm\:visited\:text-transparent:visited { - color: transparent; - } - - .sm\:visited\:text-current:visited { - color: currentColor; - } - - .sm\:visited\:text-black:visited { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .sm\:visited\:text-white:visited { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .sm\:visited\:text-gray-50:visited { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .sm\:visited\:text-gray-100:visited { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .sm\:visited\:text-gray-200:visited { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .sm\:visited\:text-gray-300:visited { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .sm\:visited\:text-gray-400:visited { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .sm\:visited\:text-gray-500:visited { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .sm\:visited\:text-gray-600:visited { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .sm\:visited\:text-gray-700:visited { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .sm\:visited\:text-gray-800:visited { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .sm\:visited\:text-gray-900:visited { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .sm\:visited\:text-red-50:visited { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .sm\:visited\:text-red-100:visited { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .sm\:visited\:text-red-200:visited { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .sm\:visited\:text-red-300:visited { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .sm\:visited\:text-red-400:visited { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .sm\:visited\:text-red-500:visited { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .sm\:visited\:text-red-600:visited { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .sm\:visited\:text-red-700:visited { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .sm\:visited\:text-red-800:visited { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .sm\:visited\:text-red-900:visited { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .sm\:visited\:text-yellow-50:visited { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .sm\:visited\:text-yellow-100:visited { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .sm\:visited\:text-yellow-200:visited { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .sm\:visited\:text-yellow-300:visited { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .sm\:visited\:text-yellow-400:visited { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .sm\:visited\:text-yellow-500:visited { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .sm\:visited\:text-yellow-600:visited { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .sm\:visited\:text-yellow-700:visited { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .sm\:visited\:text-yellow-800:visited { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .sm\:visited\:text-yellow-900:visited { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .sm\:visited\:text-green-50:visited { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .sm\:visited\:text-green-100:visited { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .sm\:visited\:text-green-200:visited { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .sm\:visited\:text-green-300:visited { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .sm\:visited\:text-green-400:visited { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .sm\:visited\:text-green-500:visited { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .sm\:visited\:text-green-600:visited { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .sm\:visited\:text-green-700:visited { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .sm\:visited\:text-green-800:visited { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .sm\:visited\:text-green-900:visited { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .sm\:visited\:text-blue-50:visited { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .sm\:visited\:text-blue-100:visited { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .sm\:visited\:text-blue-200:visited { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .sm\:visited\:text-blue-300:visited { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .sm\:visited\:text-blue-400:visited { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .sm\:visited\:text-blue-500:visited { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .sm\:visited\:text-blue-600:visited { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .sm\:visited\:text-blue-700:visited { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .sm\:visited\:text-blue-800:visited { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .sm\:visited\:text-blue-900:visited { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .sm\:visited\:text-indigo-50:visited { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .sm\:visited\:text-indigo-100:visited { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .sm\:visited\:text-indigo-200:visited { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .sm\:visited\:text-indigo-300:visited { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .sm\:visited\:text-indigo-400:visited { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .sm\:visited\:text-indigo-500:visited { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .sm\:visited\:text-indigo-600:visited { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .sm\:visited\:text-indigo-700:visited { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .sm\:visited\:text-indigo-800:visited { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .sm\:visited\:text-indigo-900:visited { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .sm\:visited\:text-purple-50:visited { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .sm\:visited\:text-purple-100:visited { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .sm\:visited\:text-purple-200:visited { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .sm\:visited\:text-purple-300:visited { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .sm\:visited\:text-purple-400:visited { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .sm\:visited\:text-purple-500:visited { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .sm\:visited\:text-purple-600:visited { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .sm\:visited\:text-purple-700:visited { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .sm\:visited\:text-purple-800:visited { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .sm\:visited\:text-purple-900:visited { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .sm\:visited\:text-pink-50:visited { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .sm\:visited\:text-pink-100:visited { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .sm\:visited\:text-pink-200:visited { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .sm\:visited\:text-pink-300:visited { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .sm\:visited\:text-pink-400:visited { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .sm\:visited\:text-pink-500:visited { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .sm\:visited\:text-pink-600:visited { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .sm\:visited\:text-pink-700:visited { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .sm\:visited\:text-pink-800:visited { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .sm\:visited\:text-pink-900:visited { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .sm\:visited\:text-primary-50:visited { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .sm\:visited\:text-primary-100:visited { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .sm\:visited\:text-primary-200:visited { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .sm\:visited\:text-primary-300:visited { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .sm\:visited\:text-primary-400:visited { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .sm\:visited\:text-primary-500:visited { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .sm\:visited\:text-primary-600:visited { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .sm\:visited\:text-primary-700:visited { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .sm\:visited\:text-primary-800:visited { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .sm\:visited\:text-primary-900:visited { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .sm\:visited\:text-danger:visited { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .sm\:visited\:text-success:visited { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .sm\:visited\:text-warning:visited { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .sm\:visited\:text-info:visited { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .sm\:text-opacity-0 { - --tw-text-opacity: 0; - } - - .sm\:text-opacity-5 { - --tw-text-opacity: 0.05; - } - - .sm\:text-opacity-10 { - --tw-text-opacity: 0.1; - } - - .sm\:text-opacity-20 { - --tw-text-opacity: 0.2; - } - - .sm\:text-opacity-25 { - --tw-text-opacity: 0.25; - } - - .sm\:text-opacity-30 { - --tw-text-opacity: 0.3; - } - - .sm\:text-opacity-40 { - --tw-text-opacity: 0.4; - } - - .sm\:text-opacity-50 { - --tw-text-opacity: 0.5; - } - - .sm\:text-opacity-60 { - --tw-text-opacity: 0.6; - } - - .sm\:text-opacity-70 { - --tw-text-opacity: 0.7; - } - - .sm\:text-opacity-75 { - --tw-text-opacity: 0.75; - } - - .sm\:text-opacity-80 { - --tw-text-opacity: 0.8; - } - - .sm\:text-opacity-90 { - --tw-text-opacity: 0.9; - } - - .sm\:text-opacity-95 { - --tw-text-opacity: 0.95; - } - - .sm\:text-opacity-100 { - --tw-text-opacity: 1; - } - - .group:hover .sm\:group-hover\:text-opacity-0 { - --tw-text-opacity: 0; - } - - .group:hover .sm\:group-hover\:text-opacity-5 { - --tw-text-opacity: 0.05; - } - - .group:hover .sm\:group-hover\:text-opacity-10 { - --tw-text-opacity: 0.1; - } - - .group:hover .sm\:group-hover\:text-opacity-20 { - --tw-text-opacity: 0.2; - } - - .group:hover .sm\:group-hover\:text-opacity-25 { - --tw-text-opacity: 0.25; - } - - .group:hover .sm\:group-hover\:text-opacity-30 { - --tw-text-opacity: 0.3; - } - - .group:hover .sm\:group-hover\:text-opacity-40 { - --tw-text-opacity: 0.4; - } - - .group:hover .sm\:group-hover\:text-opacity-50 { - --tw-text-opacity: 0.5; - } - - .group:hover .sm\:group-hover\:text-opacity-60 { - --tw-text-opacity: 0.6; - } - - .group:hover .sm\:group-hover\:text-opacity-70 { - --tw-text-opacity: 0.7; - } - - .group:hover .sm\:group-hover\:text-opacity-75 { - --tw-text-opacity: 0.75; - } - - .group:hover .sm\:group-hover\:text-opacity-80 { - --tw-text-opacity: 0.8; - } - - .group:hover .sm\:group-hover\:text-opacity-90 { - --tw-text-opacity: 0.9; - } - - .group:hover .sm\:group-hover\:text-opacity-95 { - --tw-text-opacity: 0.95; - } - - .group:hover .sm\:group-hover\:text-opacity-100 { - --tw-text-opacity: 1; - } - - .sm\:focus-within\:text-opacity-0:focus-within { - --tw-text-opacity: 0; - } - - .sm\:focus-within\:text-opacity-5:focus-within { - --tw-text-opacity: 0.05; - } - - .sm\:focus-within\:text-opacity-10:focus-within { - --tw-text-opacity: 0.1; - } - - .sm\:focus-within\:text-opacity-20:focus-within { - --tw-text-opacity: 0.2; - } - - .sm\:focus-within\:text-opacity-25:focus-within { - --tw-text-opacity: 0.25; - } - - .sm\:focus-within\:text-opacity-30:focus-within { - --tw-text-opacity: 0.3; - } - - .sm\:focus-within\:text-opacity-40:focus-within { - --tw-text-opacity: 0.4; - } - - .sm\:focus-within\:text-opacity-50:focus-within { - --tw-text-opacity: 0.5; - } - - .sm\:focus-within\:text-opacity-60:focus-within { - --tw-text-opacity: 0.6; - } - - .sm\:focus-within\:text-opacity-70:focus-within { - --tw-text-opacity: 0.7; - } - - .sm\:focus-within\:text-opacity-75:focus-within { - --tw-text-opacity: 0.75; - } - - .sm\:focus-within\:text-opacity-80:focus-within { - --tw-text-opacity: 0.8; - } - - .sm\:focus-within\:text-opacity-90:focus-within { - --tw-text-opacity: 0.9; - } - - .sm\:focus-within\:text-opacity-95:focus-within { - --tw-text-opacity: 0.95; - } - - .sm\:focus-within\:text-opacity-100:focus-within { - --tw-text-opacity: 1; - } - - .sm\:hover\:text-opacity-0:hover { - --tw-text-opacity: 0; - } - - .sm\:hover\:text-opacity-5:hover { - --tw-text-opacity: 0.05; - } - - .sm\:hover\:text-opacity-10:hover { - --tw-text-opacity: 0.1; - } - - .sm\:hover\:text-opacity-20:hover { - --tw-text-opacity: 0.2; - } - - .sm\:hover\:text-opacity-25:hover { - --tw-text-opacity: 0.25; - } - - .sm\:hover\:text-opacity-30:hover { - --tw-text-opacity: 0.3; - } - - .sm\:hover\:text-opacity-40:hover { - --tw-text-opacity: 0.4; - } - - .sm\:hover\:text-opacity-50:hover { - --tw-text-opacity: 0.5; - } - - .sm\:hover\:text-opacity-60:hover { - --tw-text-opacity: 0.6; - } - - .sm\:hover\:text-opacity-70:hover { - --tw-text-opacity: 0.7; - } - - .sm\:hover\:text-opacity-75:hover { - --tw-text-opacity: 0.75; - } - - .sm\:hover\:text-opacity-80:hover { - --tw-text-opacity: 0.8; - } - - .sm\:hover\:text-opacity-90:hover { - --tw-text-opacity: 0.9; - } - - .sm\:hover\:text-opacity-95:hover { - --tw-text-opacity: 0.95; - } - - .sm\:hover\:text-opacity-100:hover { - --tw-text-opacity: 1; - } - - .sm\:focus\:text-opacity-0:focus { - --tw-text-opacity: 0; - } - - .sm\:focus\:text-opacity-5:focus { - --tw-text-opacity: 0.05; - } - - .sm\:focus\:text-opacity-10:focus { - --tw-text-opacity: 0.1; - } - - .sm\:focus\:text-opacity-20:focus { - --tw-text-opacity: 0.2; - } - - .sm\:focus\:text-opacity-25:focus { - --tw-text-opacity: 0.25; - } - - .sm\:focus\:text-opacity-30:focus { - --tw-text-opacity: 0.3; - } - - .sm\:focus\:text-opacity-40:focus { - --tw-text-opacity: 0.4; - } - - .sm\:focus\:text-opacity-50:focus { - --tw-text-opacity: 0.5; - } - - .sm\:focus\:text-opacity-60:focus { - --tw-text-opacity: 0.6; - } - - .sm\:focus\:text-opacity-70:focus { - --tw-text-opacity: 0.7; - } - - .sm\:focus\:text-opacity-75:focus { - --tw-text-opacity: 0.75; - } - - .sm\:focus\:text-opacity-80:focus { - --tw-text-opacity: 0.8; - } - - .sm\:focus\:text-opacity-90:focus { - --tw-text-opacity: 0.9; - } - - .sm\:focus\:text-opacity-95:focus { - --tw-text-opacity: 0.95; - } - - .sm\:focus\:text-opacity-100:focus { - --tw-text-opacity: 1; - } - - .sm\:truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - - .sm\:overflow-ellipsis { - text-overflow: ellipsis; - } - - .sm\:overflow-clip { - text-overflow: clip; - } - - .sm\:italic { - font-style: italic; - } - - .sm\:not-italic { - font-style: normal; - } - - .sm\:uppercase { - text-transform: uppercase; - } - - .sm\:lowercase { - text-transform: lowercase; - } - - .sm\:capitalize { - text-transform: capitalize; - } - - .sm\:normal-case { - text-transform: none; - } - - .sm\:underline { - text-decoration: underline; - } - - .sm\:line-through { - text-decoration: line-through; - } - - .sm\:no-underline { - text-decoration: none; - } - - .group:hover .sm\:group-hover\:underline { - text-decoration: underline; - } - - .group:hover .sm\:group-hover\:line-through { - text-decoration: line-through; - } - - .group:hover .sm\:group-hover\:no-underline { - text-decoration: none; - } - - .sm\:focus-within\:underline:focus-within { - text-decoration: underline; - } - - .sm\:focus-within\:line-through:focus-within { - text-decoration: line-through; - } - - .sm\:focus-within\:no-underline:focus-within { - text-decoration: none; - } - - .sm\:hover\:underline:hover { - text-decoration: underline; - } - - .sm\:hover\:line-through:hover { - text-decoration: line-through; - } - - .sm\:hover\:no-underline:hover { - text-decoration: none; - } - - .sm\:focus\:underline:focus { - text-decoration: underline; - } - - .sm\:focus\:line-through:focus { - text-decoration: line-through; - } - - .sm\:focus\:no-underline:focus { - text-decoration: none; - } - - .sm\:antialiased { - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - } - - .sm\:subpixel-antialiased { - -webkit-font-smoothing: auto; - -moz-osx-font-smoothing: auto; - } - - .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions { - --tw-ordinal: var(--tw-empty,/*!*/ /*!*/); - --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/); - font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction); - } - - .sm\:normal-nums { - font-variant-numeric: normal; - } - - .sm\:ordinal { - --tw-ordinal: ordinal; - } - - .sm\:slashed-zero { - --tw-slashed-zero: slashed-zero; - } - - .sm\:lining-nums { - --tw-numeric-figure: lining-nums; - } - - .sm\:oldstyle-nums { - --tw-numeric-figure: oldstyle-nums; - } - - .sm\:proportional-nums { - --tw-numeric-spacing: proportional-nums; - } - - .sm\:tabular-nums { - --tw-numeric-spacing: tabular-nums; - } - - .sm\:diagonal-fractions { - --tw-numeric-fraction: diagonal-fractions; - } - - .sm\:stacked-fractions { - --tw-numeric-fraction: stacked-fractions; - } - - .sm\:tracking-tighter { - letter-spacing: -0.05em; - } - - .sm\:tracking-tight { - letter-spacing: -0.025em; - } - - .sm\:tracking-normal { - letter-spacing: 0em; - } - - .sm\:tracking-wide { - letter-spacing: 0.025em; - } - - .sm\:tracking-wider { - letter-spacing: 0.05em; - } - - .sm\:tracking-widest { - letter-spacing: 0.1em; - } - - .sm\:select-none { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - } - - .sm\:select-text { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - } - - .sm\:select-all { - -webkit-user-select: all; - -moz-user-select: all; - user-select: all; - } - - .sm\:select-auto { - -webkit-user-select: auto; - -moz-user-select: auto; - -ms-user-select: auto; - user-select: auto; - } - - .sm\:align-baseline { - vertical-align: baseline; - } - - .sm\:align-top { - vertical-align: top; - } - - .sm\:align-middle { - vertical-align: middle; - } - - .sm\:align-bottom { - vertical-align: bottom; - } - - .sm\:align-text-top { - vertical-align: text-top; - } - - .sm\:align-text-bottom { - vertical-align: text-bottom; - } - - .sm\:visible { - visibility: visible; - } - - .sm\:invisible { - visibility: hidden; - } - - .sm\:whitespace-normal { - white-space: normal; - } - - .sm\:whitespace-nowrap { - white-space: nowrap; - } - - .sm\:whitespace-pre { - white-space: pre; - } - - .sm\:whitespace-pre-line { - white-space: pre-line; - } - - .sm\:whitespace-pre-wrap { - white-space: pre-wrap; - } - - .sm\:break-normal { - overflow-wrap: normal; - word-break: normal; - } - - .sm\:break-words { - overflow-wrap: break-word; - } - - .sm\:break-all { - word-break: break-all; - } - - .sm\:w-0 { - width: 0px; - } - - .sm\:w-1 { - width: 0.25rem; - } - - .sm\:w-2 { - width: 0.5rem; - } - - .sm\:w-3 { - width: 0.75rem; - } - - .sm\:w-4 { - width: 1rem; - } - - .sm\:w-5 { - width: 1.25rem; - } - - .sm\:w-6 { - width: 1.5rem; - } - - .sm\:w-7 { - width: 1.75rem; - } - - .sm\:w-8 { - width: 2rem; - } - - .sm\:w-9 { - width: 2.25rem; - } - - .sm\:w-10 { - width: 2.5rem; - } - - .sm\:w-11 { - width: 2.75rem; - } - - .sm\:w-12 { - width: 3rem; - } - - .sm\:w-14 { - width: 3.5rem; - } - - .sm\:w-16 { - width: 4rem; - } - - .sm\:w-20 { - width: 5rem; - } - - .sm\:w-22 { - width: 5.625rem; - } - - .sm\:w-24 { - width: 6rem; - } - - .sm\:w-28 { - width: 7rem; - } - - .sm\:w-32 { - width: 8rem; - } - - .sm\:w-36 { - width: 9rem; - } - - .sm\:w-40 { - width: 10rem; - } - - .sm\:w-44 { - width: 11rem; - } - - .sm\:w-48 { - width: 12rem; - } - - .sm\:w-52 { - width: 13rem; - } - - .sm\:w-56 { - width: 14rem; - } - - .sm\:w-60 { - width: 240px; - } - - .sm\:w-64 { - width: 16rem; - } - - .sm\:w-72 { - width: 18rem; - } - - .sm\:w-80 { - width: 20rem; - } - - .sm\:w-88 { - width: 22rem; - } - - .sm\:w-96 { - width: 24rem; - } - - .sm\:w-130 { - width: 560px; - } - - .sm\:w-auto { - width: auto; - } - - .sm\:w-px { - width: 1px; - } - - .sm\:w-0\.5 { - width: 0.125rem; - } - - .sm\:w-1\.5 { - width: 0.375rem; - } - - .sm\:w-2\.5 { - width: 0.625rem; - } - - .sm\:w-3\.5 { - width: 0.875rem; - } - - .sm\:w-1\/2 { - width: 50%; - } - - .sm\:w-1\/3 { - width: 33.333333%; - } - - .sm\:w-2\/3 { - width: 66.666667%; - } - - .sm\:w-1\/4 { - width: 25%; - } - - .sm\:w-2\/4 { - width: 50%; - } - - .sm\:w-3\/4 { - width: 75%; - } - - .sm\:w-1\/5 { - width: 20%; - } - - .sm\:w-2\/5 { - width: 40%; - } - - .sm\:w-3\/5 { - width: 60%; - } - - .sm\:w-4\/5 { - width: 80%; - } - - .sm\:w-1\/6 { - width: 16.666667%; - } - - .sm\:w-2\/6 { - width: 33.333333%; - } - - .sm\:w-3\/6 { - width: 50%; - } - - .sm\:w-4\/6 { - width: 66.666667%; - } - - .sm\:w-5\/6 { - width: 83.333333%; - } - - .sm\:w-1\/12 { - width: 8.333333%; - } - - .sm\:w-2\/12 { - width: 16.666667%; - } - - .sm\:w-3\/12 { - width: 25%; - } - - .sm\:w-4\/12 { - width: 33.333333%; - } - - .sm\:w-5\/12 { - width: 41.666667%; - } - - .sm\:w-6\/12 { - width: 50%; - } - - .sm\:w-7\/12 { - width: 58.333333%; - } - - .sm\:w-8\/12 { - width: 66.666667%; - } - - .sm\:w-9\/12 { - width: 75%; - } - - .sm\:w-10\/12 { - width: 83.333333%; - } - - .sm\:w-11\/12 { - width: 91.666667%; - } - - .sm\:w-full { - width: 100%; - } - - .sm\:w-screen { - width: 100vw; - } - - .sm\:w-min { - width: -webkit-min-content; - width: -moz-min-content; - width: min-content; - } - - .sm\:w-max { - width: -webkit-max-content; - width: -moz-max-content; - width: max-content; - } - - .sm\:z-0 { - z-index: 0; - } - - .sm\:z-5 { - z-index: 5; - } - - .sm\:z-10 { - z-index: 10; - } - - .sm\:z-15 { - z-index: 15; - } - - .sm\:z-20 { - z-index: 20; - } - - .sm\:z-25 { - z-index: 25; - } - - .sm\:z-30 { - z-index: 30; - } - - .sm\:z-40 { - z-index: 40; - } - - .sm\:z-50 { - z-index: 50; - } - - .sm\:z-auto { - z-index: auto; - } - - .sm\:focus-within\:z-0:focus-within { - z-index: 0; - } - - .sm\:focus-within\:z-5:focus-within { - z-index: 5; - } - - .sm\:focus-within\:z-10:focus-within { - z-index: 10; - } - - .sm\:focus-within\:z-15:focus-within { - z-index: 15; - } - - .sm\:focus-within\:z-20:focus-within { - z-index: 20; - } - - .sm\:focus-within\:z-25:focus-within { - z-index: 25; - } - - .sm\:focus-within\:z-30:focus-within { - z-index: 30; - } - - .sm\:focus-within\:z-40:focus-within { - z-index: 40; - } - - .sm\:focus-within\:z-50:focus-within { - z-index: 50; - } - - .sm\:focus-within\:z-auto:focus-within { - z-index: auto; - } - - .sm\:focus\:z-0:focus { - z-index: 0; - } - - .sm\:focus\:z-5:focus { - z-index: 5; - } - - .sm\:focus\:z-10:focus { - z-index: 10; - } - - .sm\:focus\:z-15:focus { - z-index: 15; - } - - .sm\:focus\:z-20:focus { - z-index: 20; - } - - .sm\:focus\:z-25:focus { - z-index: 25; - } - - .sm\:focus\:z-30:focus { - z-index: 30; - } - - .sm\:focus\:z-40:focus { - z-index: 40; - } - - .sm\:focus\:z-50:focus { - z-index: 50; - } - - .sm\:focus\:z-auto:focus { - z-index: auto; - } - - .sm\:gap-0 { - gap: 0px; - } - - .sm\:gap-1 { - gap: 0.25rem; - } - - .sm\:gap-2 { - gap: 0.5rem; - } - - .sm\:gap-3 { - gap: 0.75rem; - } - - .sm\:gap-4 { - gap: 1rem; - } - - .sm\:gap-5 { - gap: 1.25rem; - } - - .sm\:gap-6 { - gap: 1.5rem; - } - - .sm\:gap-7 { - gap: 1.75rem; - } - - .sm\:gap-8 { - gap: 2rem; - } - - .sm\:gap-9 { - gap: 2.25rem; - } - - .sm\:gap-10 { - gap: 2.5rem; - } - - .sm\:gap-11 { - gap: 2.75rem; - } - - .sm\:gap-12 { - gap: 3rem; - } - - .sm\:gap-14 { - gap: 3.5rem; - } - - .sm\:gap-16 { - gap: 4rem; - } - - .sm\:gap-20 { - gap: 5rem; - } - - .sm\:gap-22 { - gap: 5.625rem; - } - - .sm\:gap-24 { - gap: 6rem; - } - - .sm\:gap-28 { - gap: 7rem; - } - - .sm\:gap-32 { - gap: 8rem; - } - - .sm\:gap-36 { - gap: 9rem; - } - - .sm\:gap-40 { - gap: 10rem; - } - - .sm\:gap-44 { - gap: 11rem; - } - - .sm\:gap-48 { - gap: 12rem; - } - - .sm\:gap-52 { - gap: 13rem; - } - - .sm\:gap-56 { - gap: 14rem; - } - - .sm\:gap-60 { - gap: 240px; - } - - .sm\:gap-64 { - gap: 16rem; - } - - .sm\:gap-72 { - gap: 18rem; - } - - .sm\:gap-80 { - gap: 20rem; - } - - .sm\:gap-88 { - gap: 22rem; - } - - .sm\:gap-96 { - gap: 24rem; - } - - .sm\:gap-130 { - gap: 560px; - } - - .sm\:gap-px { - gap: 1px; - } - - .sm\:gap-0\.5 { - gap: 0.125rem; - } - - .sm\:gap-1\.5 { - gap: 0.375rem; - } - - .sm\:gap-2\.5 { - gap: 0.625rem; - } - - .sm\:gap-3\.5 { - gap: 0.875rem; - } - - .sm\:gap-x-0 { - -moz-column-gap: 0px; - column-gap: 0px; - } - - .sm\:gap-x-1 { - -moz-column-gap: 0.25rem; - column-gap: 0.25rem; - } - - .sm\:gap-x-2 { - -moz-column-gap: 0.5rem; - column-gap: 0.5rem; - } - - .sm\:gap-x-3 { - -moz-column-gap: 0.75rem; - column-gap: 0.75rem; - } - - .sm\:gap-x-4 { - -moz-column-gap: 1rem; - column-gap: 1rem; - } - - .sm\:gap-x-5 { - -moz-column-gap: 1.25rem; - column-gap: 1.25rem; - } - - .sm\:gap-x-6 { - -moz-column-gap: 1.5rem; - column-gap: 1.5rem; - } - - .sm\:gap-x-7 { - -moz-column-gap: 1.75rem; - column-gap: 1.75rem; - } - - .sm\:gap-x-8 { - -moz-column-gap: 2rem; - column-gap: 2rem; - } - - .sm\:gap-x-9 { - -moz-column-gap: 2.25rem; - column-gap: 2.25rem; - } - - .sm\:gap-x-10 { - -moz-column-gap: 2.5rem; - column-gap: 2.5rem; - } - - .sm\:gap-x-11 { - -moz-column-gap: 2.75rem; - column-gap: 2.75rem; - } - - .sm\:gap-x-12 { - -moz-column-gap: 3rem; - column-gap: 3rem; - } - - .sm\:gap-x-14 { - -moz-column-gap: 3.5rem; - column-gap: 3.5rem; - } - - .sm\:gap-x-16 { - -moz-column-gap: 4rem; - column-gap: 4rem; - } - - .sm\:gap-x-20 { - -moz-column-gap: 5rem; - column-gap: 5rem; - } - - .sm\:gap-x-22 { - -moz-column-gap: 5.625rem; - column-gap: 5.625rem; - } - - .sm\:gap-x-24 { - -moz-column-gap: 6rem; - column-gap: 6rem; - } - - .sm\:gap-x-28 { - -moz-column-gap: 7rem; - column-gap: 7rem; - } - - .sm\:gap-x-32 { - -moz-column-gap: 8rem; - column-gap: 8rem; - } - - .sm\:gap-x-36 { - -moz-column-gap: 9rem; - column-gap: 9rem; - } - - .sm\:gap-x-40 { - -moz-column-gap: 10rem; - column-gap: 10rem; - } - - .sm\:gap-x-44 { - -moz-column-gap: 11rem; - column-gap: 11rem; - } - - .sm\:gap-x-48 { - -moz-column-gap: 12rem; - column-gap: 12rem; - } - - .sm\:gap-x-52 { - -moz-column-gap: 13rem; - column-gap: 13rem; - } - - .sm\:gap-x-56 { - -moz-column-gap: 14rem; - column-gap: 14rem; - } - - .sm\:gap-x-60 { - -moz-column-gap: 240px; - column-gap: 240px; - } - - .sm\:gap-x-64 { - -moz-column-gap: 16rem; - column-gap: 16rem; - } - - .sm\:gap-x-72 { - -moz-column-gap: 18rem; - column-gap: 18rem; - } - - .sm\:gap-x-80 { - -moz-column-gap: 20rem; - column-gap: 20rem; - } - - .sm\:gap-x-88 { - -moz-column-gap: 22rem; - column-gap: 22rem; - } - - .sm\:gap-x-96 { - -moz-column-gap: 24rem; - column-gap: 24rem; - } - - .sm\:gap-x-130 { - -moz-column-gap: 560px; - column-gap: 560px; - } - - .sm\:gap-x-px { - -moz-column-gap: 1px; - column-gap: 1px; - } - - .sm\:gap-x-0\.5 { - -moz-column-gap: 0.125rem; - column-gap: 0.125rem; - } - - .sm\:gap-x-1\.5 { - -moz-column-gap: 0.375rem; - column-gap: 0.375rem; - } - - .sm\:gap-x-2\.5 { - -moz-column-gap: 0.625rem; - column-gap: 0.625rem; - } - - .sm\:gap-x-3\.5 { - -moz-column-gap: 0.875rem; - column-gap: 0.875rem; - } - - .sm\:gap-y-0 { - row-gap: 0px; - } - - .sm\:gap-y-1 { - row-gap: 0.25rem; - } - - .sm\:gap-y-2 { - row-gap: 0.5rem; - } - - .sm\:gap-y-3 { - row-gap: 0.75rem; - } - - .sm\:gap-y-4 { - row-gap: 1rem; - } - - .sm\:gap-y-5 { - row-gap: 1.25rem; - } - - .sm\:gap-y-6 { - row-gap: 1.5rem; - } - - .sm\:gap-y-7 { - row-gap: 1.75rem; - } - - .sm\:gap-y-8 { - row-gap: 2rem; - } - - .sm\:gap-y-9 { - row-gap: 2.25rem; - } - - .sm\:gap-y-10 { - row-gap: 2.5rem; - } - - .sm\:gap-y-11 { - row-gap: 2.75rem; - } - - .sm\:gap-y-12 { - row-gap: 3rem; - } - - .sm\:gap-y-14 { - row-gap: 3.5rem; - } - - .sm\:gap-y-16 { - row-gap: 4rem; - } - - .sm\:gap-y-20 { - row-gap: 5rem; - } - - .sm\:gap-y-22 { - row-gap: 5.625rem; - } - - .sm\:gap-y-24 { - row-gap: 6rem; - } - - .sm\:gap-y-28 { - row-gap: 7rem; - } - - .sm\:gap-y-32 { - row-gap: 8rem; - } - - .sm\:gap-y-36 { - row-gap: 9rem; - } - - .sm\:gap-y-40 { - row-gap: 10rem; - } - - .sm\:gap-y-44 { - row-gap: 11rem; - } - - .sm\:gap-y-48 { - row-gap: 12rem; - } - - .sm\:gap-y-52 { - row-gap: 13rem; - } - - .sm\:gap-y-56 { - row-gap: 14rem; - } - - .sm\:gap-y-60 { - row-gap: 240px; - } - - .sm\:gap-y-64 { - row-gap: 16rem; - } - - .sm\:gap-y-72 { - row-gap: 18rem; - } - - .sm\:gap-y-80 { - row-gap: 20rem; - } - - .sm\:gap-y-88 { - row-gap: 22rem; - } - - .sm\:gap-y-96 { - row-gap: 24rem; - } - - .sm\:gap-y-130 { - row-gap: 560px; - } - - .sm\:gap-y-px { - row-gap: 1px; - } - - .sm\:gap-y-0\.5 { - row-gap: 0.125rem; - } - - .sm\:gap-y-1\.5 { - row-gap: 0.375rem; - } - - .sm\:gap-y-2\.5 { - row-gap: 0.625rem; - } - - .sm\:gap-y-3\.5 { - row-gap: 0.875rem; - } - - .sm\:grid-flow-row { - grid-auto-flow: row; - } - - .sm\:grid-flow-col { - grid-auto-flow: column; - } - - .sm\:grid-flow-row-dense { - grid-auto-flow: row dense; - } - - .sm\:grid-flow-col-dense { - grid-auto-flow: column dense; - } - - .sm\:grid-cols-1 { - grid-template-columns: repeat(1, minmax(0, 1fr)); - } - - .sm\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - - .sm\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } - - .sm\:grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)); - } - - .sm\:grid-cols-5 { - grid-template-columns: repeat(5, minmax(0, 1fr)); - } - - .sm\:grid-cols-6 { - grid-template-columns: repeat(6, minmax(0, 1fr)); - } - - .sm\:grid-cols-7 { - grid-template-columns: repeat(7, minmax(0, 1fr)); - } - - .sm\:grid-cols-8 { - grid-template-columns: repeat(8, minmax(0, 1fr)); - } - - .sm\:grid-cols-9 { - grid-template-columns: repeat(9, minmax(0, 1fr)); - } - - .sm\:grid-cols-10 { - grid-template-columns: repeat(10, minmax(0, 1fr)); - } - - .sm\:grid-cols-11 { - grid-template-columns: repeat(11, minmax(0, 1fr)); - } - - .sm\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); - } - - .sm\:grid-cols-none { - grid-template-columns: none; - } - - .sm\:auto-cols-auto { - grid-auto-columns: auto; - } - - .sm\:auto-cols-min { - grid-auto-columns: -webkit-min-content; - grid-auto-columns: min-content; - } - - .sm\:auto-cols-max { - grid-auto-columns: -webkit-max-content; - grid-auto-columns: max-content; - } - - .sm\:auto-cols-fr { - grid-auto-columns: minmax(0, 1fr); - } - - .sm\:col-auto { - grid-column: auto; - } - - .sm\:col-span-1 { - grid-column: span 1 / span 1; - } - - .sm\:col-span-2 { - grid-column: span 2 / span 2; - } - - .sm\:col-span-3 { - grid-column: span 3 / span 3; - } - - .sm\:col-span-4 { - grid-column: span 4 / span 4; - } - - .sm\:col-span-5 { - grid-column: span 5 / span 5; - } - - .sm\:col-span-6 { - grid-column: span 6 / span 6; - } - - .sm\:col-span-7 { - grid-column: span 7 / span 7; - } - - .sm\:col-span-8 { - grid-column: span 8 / span 8; - } - - .sm\:col-span-9 { - grid-column: span 9 / span 9; - } - - .sm\:col-span-10 { - grid-column: span 10 / span 10; - } - - .sm\:col-span-11 { - grid-column: span 11 / span 11; - } - - .sm\:col-span-12 { - grid-column: span 12 / span 12; - } - - .sm\:col-span-full { - grid-column: 1 / -1; - } - - .sm\:col-start-1 { - grid-column-start: 1; - } - - .sm\:col-start-2 { - grid-column-start: 2; - } - - .sm\:col-start-3 { - grid-column-start: 3; - } - - .sm\:col-start-4 { - grid-column-start: 4; - } - - .sm\:col-start-5 { - grid-column-start: 5; - } - - .sm\:col-start-6 { - grid-column-start: 6; - } - - .sm\:col-start-7 { - grid-column-start: 7; - } - - .sm\:col-start-8 { - grid-column-start: 8; - } - - .sm\:col-start-9 { - grid-column-start: 9; - } - - .sm\:col-start-10 { - grid-column-start: 10; - } - - .sm\:col-start-11 { - grid-column-start: 11; - } - - .sm\:col-start-12 { - grid-column-start: 12; - } - - .sm\:col-start-13 { - grid-column-start: 13; - } - - .sm\:col-start-auto { - grid-column-start: auto; - } - - .sm\:col-end-1 { - grid-column-end: 1; - } - - .sm\:col-end-2 { - grid-column-end: 2; - } - - .sm\:col-end-3 { - grid-column-end: 3; - } - - .sm\:col-end-4 { - grid-column-end: 4; - } - - .sm\:col-end-5 { - grid-column-end: 5; - } - - .sm\:col-end-6 { - grid-column-end: 6; - } - - .sm\:col-end-7 { - grid-column-end: 7; - } - - .sm\:col-end-8 { - grid-column-end: 8; - } - - .sm\:col-end-9 { - grid-column-end: 9; - } - - .sm\:col-end-10 { - grid-column-end: 10; - } - - .sm\:col-end-11 { - grid-column-end: 11; - } - - .sm\:col-end-12 { - grid-column-end: 12; - } - - .sm\:col-end-13 { - grid-column-end: 13; - } - - .sm\:col-end-auto { - grid-column-end: auto; - } - - .sm\:grid-rows-1 { - grid-template-rows: repeat(1, minmax(0, 1fr)); - } - - .sm\:grid-rows-2 { - grid-template-rows: repeat(2, minmax(0, 1fr)); - } - - .sm\:grid-rows-3 { - grid-template-rows: repeat(3, minmax(0, 1fr)); - } - - .sm\:grid-rows-4 { - grid-template-rows: repeat(4, minmax(0, 1fr)); - } - - .sm\:grid-rows-5 { - grid-template-rows: repeat(5, minmax(0, 1fr)); - } - - .sm\:grid-rows-6 { - grid-template-rows: repeat(6, minmax(0, 1fr)); - } - - .sm\:grid-rows-none { - grid-template-rows: none; - } - - .sm\:auto-rows-auto { - grid-auto-rows: auto; - } - - .sm\:auto-rows-min { - grid-auto-rows: -webkit-min-content; - grid-auto-rows: min-content; - } - - .sm\:auto-rows-max { - grid-auto-rows: -webkit-max-content; - grid-auto-rows: max-content; - } - - .sm\:auto-rows-fr { - grid-auto-rows: minmax(0, 1fr); - } - - .sm\:row-auto { - grid-row: auto; - } - - .sm\:row-span-1 { - grid-row: span 1 / span 1; - } - - .sm\:row-span-2 { - grid-row: span 2 / span 2; - } - - .sm\:row-span-3 { - grid-row: span 3 / span 3; - } - - .sm\:row-span-4 { - grid-row: span 4 / span 4; - } - - .sm\:row-span-5 { - grid-row: span 5 / span 5; - } - - .sm\:row-span-6 { - grid-row: span 6 / span 6; - } - - .sm\:row-span-full { - grid-row: 1 / -1; - } - - .sm\:row-start-1 { - grid-row-start: 1; - } - - .sm\:row-start-2 { - grid-row-start: 2; - } - - .sm\:row-start-3 { - grid-row-start: 3; - } - - .sm\:row-start-4 { - grid-row-start: 4; - } - - .sm\:row-start-5 { - grid-row-start: 5; - } - - .sm\:row-start-6 { - grid-row-start: 6; - } - - .sm\:row-start-7 { - grid-row-start: 7; - } - - .sm\:row-start-auto { - grid-row-start: auto; - } - - .sm\:row-end-1 { - grid-row-end: 1; - } - - .sm\:row-end-2 { - grid-row-end: 2; - } - - .sm\:row-end-3 { - grid-row-end: 3; - } - - .sm\:row-end-4 { - grid-row-end: 4; - } - - .sm\:row-end-5 { - grid-row-end: 5; - } - - .sm\:row-end-6 { - grid-row-end: 6; - } - - .sm\:row-end-7 { - grid-row-end: 7; - } - - .sm\:row-end-auto { - grid-row-end: auto; - } - - .sm\:transform { - --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; - 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)); - } - - .sm\:transform-gpu { - --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; - transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); - } - - .sm\:transform-none { - transform: none; - } - - .sm\:origin-center { - transform-origin: center; - } - - .sm\:origin-top { - transform-origin: top; - } - - .sm\:origin-top-right { - transform-origin: top right; - } - - .sm\:origin-right { - transform-origin: right; - } - - .sm\:origin-bottom-right { - transform-origin: bottom right; - } - - .sm\:origin-bottom { - transform-origin: bottom; - } - - .sm\:origin-bottom-left { - transform-origin: bottom left; - } - - .sm\:origin-left { - transform-origin: left; - } - - .sm\:origin-top-left { - transform-origin: top left; - } - - .sm\:scale-0 { - --tw-scale-x: 0; - --tw-scale-y: 0; - } - - .sm\:scale-50 { - --tw-scale-x: .5; - --tw-scale-y: .5; - } - - .sm\:scale-75 { - --tw-scale-x: .75; - --tw-scale-y: .75; - } - - .sm\:scale-90 { - --tw-scale-x: .9; - --tw-scale-y: .9; - } - - .sm\:scale-95 { - --tw-scale-x: .95; - --tw-scale-y: .95; - } - - .sm\:scale-100 { - --tw-scale-x: 1; - --tw-scale-y: 1; - } - - .sm\:scale-105 { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; - } - - .sm\:scale-110 { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; - } - - .sm\:scale-125 { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; - } - - .sm\:scale-150 { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; - } - - .sm\:scale-x-0 { - --tw-scale-x: 0; - } - - .sm\:scale-x-50 { - --tw-scale-x: .5; - } - - .sm\:scale-x-75 { - --tw-scale-x: .75; - } - - .sm\:scale-x-90 { - --tw-scale-x: .9; - } - - .sm\:scale-x-95 { - --tw-scale-x: .95; - } - - .sm\:scale-x-100 { - --tw-scale-x: 1; - } - - .sm\:scale-x-105 { - --tw-scale-x: 1.05; - } - - .sm\:scale-x-110 { - --tw-scale-x: 1.1; - } - - .sm\:scale-x-125 { - --tw-scale-x: 1.25; - } - - .sm\:scale-x-150 { - --tw-scale-x: 1.5; - } - - .sm\:scale-y-0 { - --tw-scale-y: 0; - } - - .sm\:scale-y-50 { - --tw-scale-y: .5; - } - - .sm\:scale-y-75 { - --tw-scale-y: .75; - } - - .sm\:scale-y-90 { - --tw-scale-y: .9; - } - - .sm\:scale-y-95 { - --tw-scale-y: .95; - } - - .sm\:scale-y-100 { - --tw-scale-y: 1; - } - - .sm\:scale-y-105 { - --tw-scale-y: 1.05; - } - - .sm\:scale-y-110 { - --tw-scale-y: 1.1; - } - - .sm\:scale-y-125 { - --tw-scale-y: 1.25; - } - - .sm\:scale-y-150 { - --tw-scale-y: 1.5; - } - - .sm\:hover\:scale-0:hover { - --tw-scale-x: 0; - --tw-scale-y: 0; - } - - .sm\:hover\:scale-50:hover { - --tw-scale-x: .5; - --tw-scale-y: .5; - } - - .sm\:hover\:scale-75:hover { - --tw-scale-x: .75; - --tw-scale-y: .75; - } - - .sm\:hover\:scale-90:hover { - --tw-scale-x: .9; - --tw-scale-y: .9; - } - - .sm\:hover\:scale-95:hover { - --tw-scale-x: .95; - --tw-scale-y: .95; - } - - .sm\:hover\:scale-100:hover { - --tw-scale-x: 1; - --tw-scale-y: 1; - } - - .sm\:hover\:scale-105:hover { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; - } - - .sm\:hover\:scale-110:hover { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; - } - - .sm\:hover\:scale-125:hover { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; - } - - .sm\:hover\:scale-150:hover { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; - } - - .sm\:hover\:scale-x-0:hover { - --tw-scale-x: 0; - } - - .sm\:hover\:scale-x-50:hover { - --tw-scale-x: .5; - } - - .sm\:hover\:scale-x-75:hover { - --tw-scale-x: .75; - } - - .sm\:hover\:scale-x-90:hover { - --tw-scale-x: .9; - } - - .sm\:hover\:scale-x-95:hover { - --tw-scale-x: .95; - } - - .sm\:hover\:scale-x-100:hover { - --tw-scale-x: 1; - } - - .sm\:hover\:scale-x-105:hover { - --tw-scale-x: 1.05; - } - - .sm\:hover\:scale-x-110:hover { - --tw-scale-x: 1.1; - } - - .sm\:hover\:scale-x-125:hover { - --tw-scale-x: 1.25; - } - - .sm\:hover\:scale-x-150:hover { - --tw-scale-x: 1.5; - } - - .sm\:hover\:scale-y-0:hover { - --tw-scale-y: 0; - } - - .sm\:hover\:scale-y-50:hover { - --tw-scale-y: .5; - } - - .sm\:hover\:scale-y-75:hover { - --tw-scale-y: .75; - } - - .sm\:hover\:scale-y-90:hover { - --tw-scale-y: .9; - } - - .sm\:hover\:scale-y-95:hover { - --tw-scale-y: .95; - } - - .sm\:hover\:scale-y-100:hover { - --tw-scale-y: 1; - } - - .sm\:hover\:scale-y-105:hover { - --tw-scale-y: 1.05; - } - - .sm\:hover\:scale-y-110:hover { - --tw-scale-y: 1.1; - } - - .sm\:hover\:scale-y-125:hover { - --tw-scale-y: 1.25; - } - - .sm\:hover\:scale-y-150:hover { - --tw-scale-y: 1.5; - } - - .sm\:focus\:scale-0:focus { - --tw-scale-x: 0; - --tw-scale-y: 0; - } - - .sm\:focus\:scale-50:focus { - --tw-scale-x: .5; - --tw-scale-y: .5; - } - - .sm\:focus\:scale-75:focus { - --tw-scale-x: .75; - --tw-scale-y: .75; - } - - .sm\:focus\:scale-90:focus { - --tw-scale-x: .9; - --tw-scale-y: .9; - } - - .sm\:focus\:scale-95:focus { - --tw-scale-x: .95; - --tw-scale-y: .95; - } - - .sm\:focus\:scale-100:focus { - --tw-scale-x: 1; - --tw-scale-y: 1; - } - - .sm\:focus\:scale-105:focus { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; - } - - .sm\:focus\:scale-110:focus { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; - } - - .sm\:focus\:scale-125:focus { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; - } - - .sm\:focus\:scale-150:focus { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; - } - - .sm\:focus\:scale-x-0:focus { - --tw-scale-x: 0; - } - - .sm\:focus\:scale-x-50:focus { - --tw-scale-x: .5; - } - - .sm\:focus\:scale-x-75:focus { - --tw-scale-x: .75; - } - - .sm\:focus\:scale-x-90:focus { - --tw-scale-x: .9; - } - - .sm\:focus\:scale-x-95:focus { - --tw-scale-x: .95; - } - - .sm\:focus\:scale-x-100:focus { - --tw-scale-x: 1; - } - - .sm\:focus\:scale-x-105:focus { - --tw-scale-x: 1.05; - } - - .sm\:focus\:scale-x-110:focus { - --tw-scale-x: 1.1; - } - - .sm\:focus\:scale-x-125:focus { - --tw-scale-x: 1.25; - } - - .sm\:focus\:scale-x-150:focus { - --tw-scale-x: 1.5; - } - - .sm\:focus\:scale-y-0:focus { - --tw-scale-y: 0; - } - - .sm\:focus\:scale-y-50:focus { - --tw-scale-y: .5; - } - - .sm\:focus\:scale-y-75:focus { - --tw-scale-y: .75; - } - - .sm\:focus\:scale-y-90:focus { - --tw-scale-y: .9; - } - - .sm\:focus\:scale-y-95:focus { - --tw-scale-y: .95; - } - - .sm\:focus\:scale-y-100:focus { - --tw-scale-y: 1; - } - - .sm\:focus\:scale-y-105:focus { - --tw-scale-y: 1.05; - } - - .sm\:focus\:scale-y-110:focus { - --tw-scale-y: 1.1; - } - - .sm\:focus\:scale-y-125:focus { - --tw-scale-y: 1.25; - } - - .sm\:focus\:scale-y-150:focus { - --tw-scale-y: 1.5; - } - - .sm\:rotate-0 { - --tw-rotate: 0deg; - } - - .sm\:rotate-1 { - --tw-rotate: 1deg; - } - - .sm\:rotate-2 { - --tw-rotate: 2deg; - } - - .sm\:rotate-3 { - --tw-rotate: 3deg; - } - - .sm\:rotate-6 { - --tw-rotate: 6deg; - } - - .sm\:rotate-12 { - --tw-rotate: 12deg; - } - - .sm\:rotate-45 { - --tw-rotate: 45deg; - } - - .sm\:rotate-90 { - --tw-rotate: 90deg; - } - - .sm\:rotate-180 { - --tw-rotate: 180deg; - } - - .sm\:-rotate-180 { - --tw-rotate: -180deg; - } - - .sm\:-rotate-90 { - --tw-rotate: -90deg; - } - - .sm\:-rotate-45 { - --tw-rotate: -45deg; - } - - .sm\:-rotate-12 { - --tw-rotate: -12deg; - } - - .sm\:-rotate-6 { - --tw-rotate: -6deg; - } - - .sm\:-rotate-3 { - --tw-rotate: -3deg; - } - - .sm\:-rotate-2 { - --tw-rotate: -2deg; - } - - .sm\:-rotate-1 { - --tw-rotate: -1deg; - } - - .sm\:hover\:rotate-0:hover { - --tw-rotate: 0deg; - } - - .sm\:hover\:rotate-1:hover { - --tw-rotate: 1deg; - } - - .sm\:hover\:rotate-2:hover { - --tw-rotate: 2deg; - } - - .sm\:hover\:rotate-3:hover { - --tw-rotate: 3deg; - } - - .sm\:hover\:rotate-6:hover { - --tw-rotate: 6deg; - } - - .sm\:hover\:rotate-12:hover { - --tw-rotate: 12deg; - } - - .sm\:hover\:rotate-45:hover { - --tw-rotate: 45deg; - } - - .sm\:hover\:rotate-90:hover { - --tw-rotate: 90deg; - } - - .sm\:hover\:rotate-180:hover { - --tw-rotate: 180deg; - } - - .sm\:hover\:-rotate-180:hover { - --tw-rotate: -180deg; - } - - .sm\:hover\:-rotate-90:hover { - --tw-rotate: -90deg; - } - - .sm\:hover\:-rotate-45:hover { - --tw-rotate: -45deg; - } - - .sm\:hover\:-rotate-12:hover { - --tw-rotate: -12deg; - } - - .sm\:hover\:-rotate-6:hover { - --tw-rotate: -6deg; - } - - .sm\:hover\:-rotate-3:hover { - --tw-rotate: -3deg; - } - - .sm\:hover\:-rotate-2:hover { - --tw-rotate: -2deg; - } - - .sm\:hover\:-rotate-1:hover { - --tw-rotate: -1deg; - } - - .sm\:focus\:rotate-0:focus { - --tw-rotate: 0deg; - } - - .sm\:focus\:rotate-1:focus { - --tw-rotate: 1deg; - } - - .sm\:focus\:rotate-2:focus { - --tw-rotate: 2deg; - } - - .sm\:focus\:rotate-3:focus { - --tw-rotate: 3deg; - } - - .sm\:focus\:rotate-6:focus { - --tw-rotate: 6deg; - } - - .sm\:focus\:rotate-12:focus { - --tw-rotate: 12deg; - } - - .sm\:focus\:rotate-45:focus { - --tw-rotate: 45deg; - } - - .sm\:focus\:rotate-90:focus { - --tw-rotate: 90deg; - } - - .sm\:focus\:rotate-180:focus { - --tw-rotate: 180deg; - } - - .sm\:focus\:-rotate-180:focus { - --tw-rotate: -180deg; - } - - .sm\:focus\:-rotate-90:focus { - --tw-rotate: -90deg; - } - - .sm\:focus\:-rotate-45:focus { - --tw-rotate: -45deg; - } - - .sm\:focus\:-rotate-12:focus { - --tw-rotate: -12deg; - } - - .sm\:focus\:-rotate-6:focus { - --tw-rotate: -6deg; - } - - .sm\:focus\:-rotate-3:focus { - --tw-rotate: -3deg; - } - - .sm\:focus\:-rotate-2:focus { - --tw-rotate: -2deg; - } - - .sm\:focus\:-rotate-1:focus { - --tw-rotate: -1deg; - } - - .sm\:translate-x-0 { - --tw-translate-x: 0px; - } - - .sm\:translate-x-1 { - --tw-translate-x: 0.25rem; - } - - .sm\:translate-x-2 { - --tw-translate-x: 0.5rem; - } - - .sm\:translate-x-3 { - --tw-translate-x: 0.75rem; - } - - .sm\:translate-x-4 { - --tw-translate-x: 1rem; - } - - .sm\:translate-x-5 { - --tw-translate-x: 1.25rem; - } - - .sm\:translate-x-6 { - --tw-translate-x: 1.5rem; - } - - .sm\:translate-x-7 { - --tw-translate-x: 1.75rem; - } - - .sm\:translate-x-8 { - --tw-translate-x: 2rem; - } - - .sm\:translate-x-9 { - --tw-translate-x: 2.25rem; - } - - .sm\:translate-x-10 { - --tw-translate-x: 2.5rem; - } - - .sm\:translate-x-11 { - --tw-translate-x: 2.75rem; - } - - .sm\:translate-x-12 { - --tw-translate-x: 3rem; - } - - .sm\:translate-x-14 { - --tw-translate-x: 3.5rem; - } - - .sm\:translate-x-16 { - --tw-translate-x: 4rem; - } - - .sm\:translate-x-20 { - --tw-translate-x: 5rem; - } - - .sm\:translate-x-22 { - --tw-translate-x: 5.625rem; - } - - .sm\:translate-x-24 { - --tw-translate-x: 6rem; - } - - .sm\:translate-x-28 { - --tw-translate-x: 7rem; - } - - .sm\:translate-x-32 { - --tw-translate-x: 8rem; - } - - .sm\:translate-x-36 { - --tw-translate-x: 9rem; - } - - .sm\:translate-x-40 { - --tw-translate-x: 10rem; - } - - .sm\:translate-x-44 { - --tw-translate-x: 11rem; - } - - .sm\:translate-x-48 { - --tw-translate-x: 12rem; - } - - .sm\:translate-x-52 { - --tw-translate-x: 13rem; - } - - .sm\:translate-x-56 { - --tw-translate-x: 14rem; - } - - .sm\:translate-x-60 { - --tw-translate-x: 240px; - } - - .sm\:translate-x-64 { - --tw-translate-x: 16rem; - } - - .sm\:translate-x-72 { - --tw-translate-x: 18rem; - } - - .sm\:translate-x-80 { - --tw-translate-x: 20rem; - } - - .sm\:translate-x-88 { - --tw-translate-x: 22rem; - } - - .sm\:translate-x-96 { - --tw-translate-x: 24rem; - } - - .sm\:translate-x-130 { - --tw-translate-x: 560px; - } - - .sm\:translate-x-px { - --tw-translate-x: 1px; - } - - .sm\:translate-x-0\.5 { - --tw-translate-x: 0.125rem; - } - - .sm\:translate-x-1\.5 { - --tw-translate-x: 0.375rem; - } - - .sm\:translate-x-2\.5 { - --tw-translate-x: 0.625rem; - } - - .sm\:translate-x-3\.5 { - --tw-translate-x: 0.875rem; - } - - .sm\:-translate-x-0 { - --tw-translate-x: 0px; - } - - .sm\:-translate-x-1 { - --tw-translate-x: -0.25rem; - } - - .sm\:-translate-x-2 { - --tw-translate-x: -0.5rem; - } - - .sm\:-translate-x-3 { - --tw-translate-x: -0.75rem; - } - - .sm\:-translate-x-4 { - --tw-translate-x: -1rem; - } - - .sm\:-translate-x-5 { - --tw-translate-x: -1.25rem; - } - - .sm\:-translate-x-6 { - --tw-translate-x: -1.5rem; - } - - .sm\:-translate-x-7 { - --tw-translate-x: -1.75rem; - } - - .sm\:-translate-x-8 { - --tw-translate-x: -2rem; - } - - .sm\:-translate-x-9 { - --tw-translate-x: -2.25rem; - } - - .sm\:-translate-x-10 { - --tw-translate-x: -2.5rem; - } - - .sm\:-translate-x-11 { - --tw-translate-x: -2.75rem; - } - - .sm\:-translate-x-12 { - --tw-translate-x: -3rem; - } - - .sm\:-translate-x-14 { - --tw-translate-x: -3.5rem; - } - - .sm\:-translate-x-16 { - --tw-translate-x: -4rem; - } - - .sm\:-translate-x-20 { - --tw-translate-x: -5rem; - } - - .sm\:-translate-x-22 { - --tw-translate-x: -5.625rem; - } - - .sm\:-translate-x-24 { - --tw-translate-x: -6rem; - } - - .sm\:-translate-x-28 { - --tw-translate-x: -7rem; - } - - .sm\:-translate-x-32 { - --tw-translate-x: -8rem; - } - - .sm\:-translate-x-36 { - --tw-translate-x: -9rem; - } - - .sm\:-translate-x-40 { - --tw-translate-x: -10rem; - } - - .sm\:-translate-x-44 { - --tw-translate-x: -11rem; - } - - .sm\:-translate-x-48 { - --tw-translate-x: -12rem; - } - - .sm\:-translate-x-52 { - --tw-translate-x: -13rem; - } - - .sm\:-translate-x-56 { - --tw-translate-x: -14rem; - } - - .sm\:-translate-x-60 { - --tw-translate-x: -240px; - } - - .sm\:-translate-x-64 { - --tw-translate-x: -16rem; - } - - .sm\:-translate-x-72 { - --tw-translate-x: -18rem; - } - - .sm\:-translate-x-80 { - --tw-translate-x: -20rem; - } - - .sm\:-translate-x-88 { - --tw-translate-x: -22rem; - } - - .sm\:-translate-x-96 { - --tw-translate-x: -24rem; - } - - .sm\:-translate-x-130 { - --tw-translate-x: -560px; - } - - .sm\:-translate-x-px { - --tw-translate-x: -1px; - } - - .sm\:-translate-x-0\.5 { - --tw-translate-x: -0.125rem; - } - - .sm\:-translate-x-1\.5 { - --tw-translate-x: -0.375rem; - } - - .sm\:-translate-x-2\.5 { - --tw-translate-x: -0.625rem; - } - - .sm\:-translate-x-3\.5 { - --tw-translate-x: -0.875rem; - } - - .sm\:translate-x-1\/2 { - --tw-translate-x: 50%; - } - - .sm\:translate-x-1\/3 { - --tw-translate-x: 33.333333%; - } - - .sm\:translate-x-2\/3 { - --tw-translate-x: 66.666667%; - } - - .sm\:translate-x-1\/4 { - --tw-translate-x: 25%; - } - - .sm\:translate-x-2\/4 { - --tw-translate-x: 50%; - } - - .sm\:translate-x-3\/4 { - --tw-translate-x: 75%; - } - - .sm\:translate-x-full { - --tw-translate-x: 100%; - } - - .sm\:-translate-x-1\/2 { - --tw-translate-x: -50%; - } - - .sm\:-translate-x-1\/3 { - --tw-translate-x: -33.333333%; - } - - .sm\:-translate-x-2\/3 { - --tw-translate-x: -66.666667%; - } - - .sm\:-translate-x-1\/4 { - --tw-translate-x: -25%; - } - - .sm\:-translate-x-2\/4 { - --tw-translate-x: -50%; - } - - .sm\:-translate-x-3\/4 { - --tw-translate-x: -75%; - } - - .sm\:-translate-x-full { - --tw-translate-x: -100%; - } - - .sm\:translate-y-0 { - --tw-translate-y: 0px; - } - - .sm\:translate-y-1 { - --tw-translate-y: 0.25rem; - } - - .sm\:translate-y-2 { - --tw-translate-y: 0.5rem; - } - - .sm\:translate-y-3 { - --tw-translate-y: 0.75rem; - } - - .sm\:translate-y-4 { - --tw-translate-y: 1rem; - } - - .sm\:translate-y-5 { - --tw-translate-y: 1.25rem; - } - - .sm\:translate-y-6 { - --tw-translate-y: 1.5rem; - } - - .sm\:translate-y-7 { - --tw-translate-y: 1.75rem; - } - - .sm\:translate-y-8 { - --tw-translate-y: 2rem; - } - - .sm\:translate-y-9 { - --tw-translate-y: 2.25rem; - } - - .sm\:translate-y-10 { - --tw-translate-y: 2.5rem; - } - - .sm\:translate-y-11 { - --tw-translate-y: 2.75rem; - } - - .sm\:translate-y-12 { - --tw-translate-y: 3rem; - } - - .sm\:translate-y-14 { - --tw-translate-y: 3.5rem; - } - - .sm\:translate-y-16 { - --tw-translate-y: 4rem; - } - - .sm\:translate-y-20 { - --tw-translate-y: 5rem; - } - - .sm\:translate-y-22 { - --tw-translate-y: 5.625rem; - } - - .sm\:translate-y-24 { - --tw-translate-y: 6rem; - } - - .sm\:translate-y-28 { - --tw-translate-y: 7rem; - } - - .sm\:translate-y-32 { - --tw-translate-y: 8rem; - } - - .sm\:translate-y-36 { - --tw-translate-y: 9rem; - } - - .sm\:translate-y-40 { - --tw-translate-y: 10rem; - } - - .sm\:translate-y-44 { - --tw-translate-y: 11rem; - } - - .sm\:translate-y-48 { - --tw-translate-y: 12rem; - } - - .sm\:translate-y-52 { - --tw-translate-y: 13rem; - } - - .sm\:translate-y-56 { - --tw-translate-y: 14rem; - } - - .sm\:translate-y-60 { - --tw-translate-y: 240px; - } - - .sm\:translate-y-64 { - --tw-translate-y: 16rem; - } - - .sm\:translate-y-72 { - --tw-translate-y: 18rem; - } - - .sm\:translate-y-80 { - --tw-translate-y: 20rem; - } - - .sm\:translate-y-88 { - --tw-translate-y: 22rem; - } - - .sm\:translate-y-96 { - --tw-translate-y: 24rem; - } - - .sm\:translate-y-130 { - --tw-translate-y: 560px; - } - - .sm\:translate-y-px { - --tw-translate-y: 1px; - } - - .sm\:translate-y-0\.5 { - --tw-translate-y: 0.125rem; - } - - .sm\:translate-y-1\.5 { - --tw-translate-y: 0.375rem; - } - - .sm\:translate-y-2\.5 { - --tw-translate-y: 0.625rem; - } - - .sm\:translate-y-3\.5 { - --tw-translate-y: 0.875rem; - } - - .sm\:-translate-y-0 { - --tw-translate-y: 0px; - } - - .sm\:-translate-y-1 { - --tw-translate-y: -0.25rem; - } - - .sm\:-translate-y-2 { - --tw-translate-y: -0.5rem; - } - - .sm\:-translate-y-3 { - --tw-translate-y: -0.75rem; - } - - .sm\:-translate-y-4 { - --tw-translate-y: -1rem; - } - - .sm\:-translate-y-5 { - --tw-translate-y: -1.25rem; - } - - .sm\:-translate-y-6 { - --tw-translate-y: -1.5rem; - } - - .sm\:-translate-y-7 { - --tw-translate-y: -1.75rem; - } - - .sm\:-translate-y-8 { - --tw-translate-y: -2rem; - } - - .sm\:-translate-y-9 { - --tw-translate-y: -2.25rem; - } - - .sm\:-translate-y-10 { - --tw-translate-y: -2.5rem; - } - - .sm\:-translate-y-11 { - --tw-translate-y: -2.75rem; - } - - .sm\:-translate-y-12 { - --tw-translate-y: -3rem; - } - - .sm\:-translate-y-14 { - --tw-translate-y: -3.5rem; - } - - .sm\:-translate-y-16 { - --tw-translate-y: -4rem; - } - - .sm\:-translate-y-20 { - --tw-translate-y: -5rem; - } - - .sm\:-translate-y-22 { - --tw-translate-y: -5.625rem; - } - - .sm\:-translate-y-24 { - --tw-translate-y: -6rem; - } - - .sm\:-translate-y-28 { - --tw-translate-y: -7rem; - } - - .sm\:-translate-y-32 { - --tw-translate-y: -8rem; - } - - .sm\:-translate-y-36 { - --tw-translate-y: -9rem; - } - - .sm\:-translate-y-40 { - --tw-translate-y: -10rem; - } - - .sm\:-translate-y-44 { - --tw-translate-y: -11rem; - } - - .sm\:-translate-y-48 { - --tw-translate-y: -12rem; - } - - .sm\:-translate-y-52 { - --tw-translate-y: -13rem; - } - - .sm\:-translate-y-56 { - --tw-translate-y: -14rem; - } - - .sm\:-translate-y-60 { - --tw-translate-y: -240px; - } - - .sm\:-translate-y-64 { - --tw-translate-y: -16rem; - } - - .sm\:-translate-y-72 { - --tw-translate-y: -18rem; - } - - .sm\:-translate-y-80 { - --tw-translate-y: -20rem; - } - - .sm\:-translate-y-88 { - --tw-translate-y: -22rem; - } - - .sm\:-translate-y-96 { - --tw-translate-y: -24rem; - } - - .sm\:-translate-y-130 { - --tw-translate-y: -560px; - } - - .sm\:-translate-y-px { - --tw-translate-y: -1px; - } - - .sm\:-translate-y-0\.5 { - --tw-translate-y: -0.125rem; - } - - .sm\:-translate-y-1\.5 { - --tw-translate-y: -0.375rem; - } - - .sm\:-translate-y-2\.5 { - --tw-translate-y: -0.625rem; - } - - .sm\:-translate-y-3\.5 { - --tw-translate-y: -0.875rem; - } - - .sm\:translate-y-1\/2 { - --tw-translate-y: 50%; - } - - .sm\:translate-y-1\/3 { - --tw-translate-y: 33.333333%; - } - - .sm\:translate-y-2\/3 { - --tw-translate-y: 66.666667%; - } - - .sm\:translate-y-1\/4 { - --tw-translate-y: 25%; - } - - .sm\:translate-y-2\/4 { - --tw-translate-y: 50%; - } - - .sm\:translate-y-3\/4 { - --tw-translate-y: 75%; - } - - .sm\:translate-y-full { - --tw-translate-y: 100%; - } - - .sm\:-translate-y-1\/2 { - --tw-translate-y: -50%; - } - - .sm\:-translate-y-1\/3 { - --tw-translate-y: -33.333333%; - } - - .sm\:-translate-y-2\/3 { - --tw-translate-y: -66.666667%; - } - - .sm\:-translate-y-1\/4 { - --tw-translate-y: -25%; - } - - .sm\:-translate-y-2\/4 { - --tw-translate-y: -50%; - } - - .sm\:-translate-y-3\/4 { - --tw-translate-y: -75%; - } - - .sm\:-translate-y-full { - --tw-translate-y: -100%; - } - - .sm\:hover\:translate-x-0:hover { - --tw-translate-x: 0px; - } - - .sm\:hover\:translate-x-1:hover { - --tw-translate-x: 0.25rem; - } - - .sm\:hover\:translate-x-2:hover { - --tw-translate-x: 0.5rem; - } - - .sm\:hover\:translate-x-3:hover { - --tw-translate-x: 0.75rem; - } - - .sm\:hover\:translate-x-4:hover { - --tw-translate-x: 1rem; - } - - .sm\:hover\:translate-x-5:hover { - --tw-translate-x: 1.25rem; - } - - .sm\:hover\:translate-x-6:hover { - --tw-translate-x: 1.5rem; - } - - .sm\:hover\:translate-x-7:hover { - --tw-translate-x: 1.75rem; - } - - .sm\:hover\:translate-x-8:hover { - --tw-translate-x: 2rem; - } - - .sm\:hover\:translate-x-9:hover { - --tw-translate-x: 2.25rem; - } - - .sm\:hover\:translate-x-10:hover { - --tw-translate-x: 2.5rem; - } - - .sm\:hover\:translate-x-11:hover { - --tw-translate-x: 2.75rem; - } - - .sm\:hover\:translate-x-12:hover { - --tw-translate-x: 3rem; - } - - .sm\:hover\:translate-x-14:hover { - --tw-translate-x: 3.5rem; - } - - .sm\:hover\:translate-x-16:hover { - --tw-translate-x: 4rem; - } - - .sm\:hover\:translate-x-20:hover { - --tw-translate-x: 5rem; - } - - .sm\:hover\:translate-x-22:hover { - --tw-translate-x: 5.625rem; - } - - .sm\:hover\:translate-x-24:hover { - --tw-translate-x: 6rem; - } - - .sm\:hover\:translate-x-28:hover { - --tw-translate-x: 7rem; - } - - .sm\:hover\:translate-x-32:hover { - --tw-translate-x: 8rem; - } - - .sm\:hover\:translate-x-36:hover { - --tw-translate-x: 9rem; - } - - .sm\:hover\:translate-x-40:hover { - --tw-translate-x: 10rem; - } - - .sm\:hover\:translate-x-44:hover { - --tw-translate-x: 11rem; - } - - .sm\:hover\:translate-x-48:hover { - --tw-translate-x: 12rem; - } - - .sm\:hover\:translate-x-52:hover { - --tw-translate-x: 13rem; - } - - .sm\:hover\:translate-x-56:hover { - --tw-translate-x: 14rem; - } - - .sm\:hover\:translate-x-60:hover { - --tw-translate-x: 240px; - } - - .sm\:hover\:translate-x-64:hover { - --tw-translate-x: 16rem; - } - - .sm\:hover\:translate-x-72:hover { - --tw-translate-x: 18rem; - } - - .sm\:hover\:translate-x-80:hover { - --tw-translate-x: 20rem; - } - - .sm\:hover\:translate-x-88:hover { - --tw-translate-x: 22rem; - } - - .sm\:hover\:translate-x-96:hover { - --tw-translate-x: 24rem; - } - - .sm\:hover\:translate-x-130:hover { - --tw-translate-x: 560px; - } - - .sm\:hover\:translate-x-px:hover { - --tw-translate-x: 1px; - } - - .sm\:hover\:translate-x-0\.5:hover { - --tw-translate-x: 0.125rem; - } - - .sm\:hover\:translate-x-1\.5:hover { - --tw-translate-x: 0.375rem; - } - - .sm\:hover\:translate-x-2\.5:hover { - --tw-translate-x: 0.625rem; - } - - .sm\:hover\:translate-x-3\.5:hover { - --tw-translate-x: 0.875rem; - } - - .sm\:hover\:-translate-x-0:hover { - --tw-translate-x: 0px; - } - - .sm\:hover\:-translate-x-1:hover { - --tw-translate-x: -0.25rem; - } - - .sm\:hover\:-translate-x-2:hover { - --tw-translate-x: -0.5rem; - } - - .sm\:hover\:-translate-x-3:hover { - --tw-translate-x: -0.75rem; - } - - .sm\:hover\:-translate-x-4:hover { - --tw-translate-x: -1rem; - } - - .sm\:hover\:-translate-x-5:hover { - --tw-translate-x: -1.25rem; - } - - .sm\:hover\:-translate-x-6:hover { - --tw-translate-x: -1.5rem; - } - - .sm\:hover\:-translate-x-7:hover { - --tw-translate-x: -1.75rem; - } - - .sm\:hover\:-translate-x-8:hover { - --tw-translate-x: -2rem; - } - - .sm\:hover\:-translate-x-9:hover { - --tw-translate-x: -2.25rem; - } - - .sm\:hover\:-translate-x-10:hover { - --tw-translate-x: -2.5rem; - } - - .sm\:hover\:-translate-x-11:hover { - --tw-translate-x: -2.75rem; - } - - .sm\:hover\:-translate-x-12:hover { - --tw-translate-x: -3rem; - } - - .sm\:hover\:-translate-x-14:hover { - --tw-translate-x: -3.5rem; - } - - .sm\:hover\:-translate-x-16:hover { - --tw-translate-x: -4rem; - } - - .sm\:hover\:-translate-x-20:hover { - --tw-translate-x: -5rem; - } - - .sm\:hover\:-translate-x-22:hover { - --tw-translate-x: -5.625rem; - } - - .sm\:hover\:-translate-x-24:hover { - --tw-translate-x: -6rem; - } - - .sm\:hover\:-translate-x-28:hover { - --tw-translate-x: -7rem; - } - - .sm\:hover\:-translate-x-32:hover { - --tw-translate-x: -8rem; - } - - .sm\:hover\:-translate-x-36:hover { - --tw-translate-x: -9rem; - } - - .sm\:hover\:-translate-x-40:hover { - --tw-translate-x: -10rem; - } - - .sm\:hover\:-translate-x-44:hover { - --tw-translate-x: -11rem; - } - - .sm\:hover\:-translate-x-48:hover { - --tw-translate-x: -12rem; - } - - .sm\:hover\:-translate-x-52:hover { - --tw-translate-x: -13rem; - } - - .sm\:hover\:-translate-x-56:hover { - --tw-translate-x: -14rem; - } - - .sm\:hover\:-translate-x-60:hover { - --tw-translate-x: -240px; - } - - .sm\:hover\:-translate-x-64:hover { - --tw-translate-x: -16rem; - } - - .sm\:hover\:-translate-x-72:hover { - --tw-translate-x: -18rem; - } - - .sm\:hover\:-translate-x-80:hover { - --tw-translate-x: -20rem; - } - - .sm\:hover\:-translate-x-88:hover { - --tw-translate-x: -22rem; - } - - .sm\:hover\:-translate-x-96:hover { - --tw-translate-x: -24rem; - } - - .sm\:hover\:-translate-x-130:hover { - --tw-translate-x: -560px; - } - - .sm\:hover\:-translate-x-px:hover { - --tw-translate-x: -1px; - } - - .sm\:hover\:-translate-x-0\.5:hover { - --tw-translate-x: -0.125rem; - } - - .sm\:hover\:-translate-x-1\.5:hover { - --tw-translate-x: -0.375rem; - } - - .sm\:hover\:-translate-x-2\.5:hover { - --tw-translate-x: -0.625rem; - } - - .sm\:hover\:-translate-x-3\.5:hover { - --tw-translate-x: -0.875rem; - } - - .sm\:hover\:translate-x-1\/2:hover { - --tw-translate-x: 50%; - } - - .sm\:hover\:translate-x-1\/3:hover { - --tw-translate-x: 33.333333%; - } - - .sm\:hover\:translate-x-2\/3:hover { - --tw-translate-x: 66.666667%; - } - - .sm\:hover\:translate-x-1\/4:hover { - --tw-translate-x: 25%; - } - - .sm\:hover\:translate-x-2\/4:hover { - --tw-translate-x: 50%; - } - - .sm\:hover\:translate-x-3\/4:hover { - --tw-translate-x: 75%; - } - - .sm\:hover\:translate-x-full:hover { - --tw-translate-x: 100%; - } - - .sm\:hover\:-translate-x-1\/2:hover { - --tw-translate-x: -50%; - } - - .sm\:hover\:-translate-x-1\/3:hover { - --tw-translate-x: -33.333333%; - } - - .sm\:hover\:-translate-x-2\/3:hover { - --tw-translate-x: -66.666667%; - } - - .sm\:hover\:-translate-x-1\/4:hover { - --tw-translate-x: -25%; - } - - .sm\:hover\:-translate-x-2\/4:hover { - --tw-translate-x: -50%; - } - - .sm\:hover\:-translate-x-3\/4:hover { - --tw-translate-x: -75%; - } - - .sm\:hover\:-translate-x-full:hover { - --tw-translate-x: -100%; - } - - .sm\:hover\:translate-y-0:hover { - --tw-translate-y: 0px; - } - - .sm\:hover\:translate-y-1:hover { - --tw-translate-y: 0.25rem; - } - - .sm\:hover\:translate-y-2:hover { - --tw-translate-y: 0.5rem; - } - - .sm\:hover\:translate-y-3:hover { - --tw-translate-y: 0.75rem; - } - - .sm\:hover\:translate-y-4:hover { - --tw-translate-y: 1rem; - } - - .sm\:hover\:translate-y-5:hover { - --tw-translate-y: 1.25rem; - } - - .sm\:hover\:translate-y-6:hover { - --tw-translate-y: 1.5rem; - } - - .sm\:hover\:translate-y-7:hover { - --tw-translate-y: 1.75rem; - } - - .sm\:hover\:translate-y-8:hover { - --tw-translate-y: 2rem; - } - - .sm\:hover\:translate-y-9:hover { - --tw-translate-y: 2.25rem; - } - - .sm\:hover\:translate-y-10:hover { - --tw-translate-y: 2.5rem; - } - - .sm\:hover\:translate-y-11:hover { - --tw-translate-y: 2.75rem; - } - - .sm\:hover\:translate-y-12:hover { - --tw-translate-y: 3rem; - } - - .sm\:hover\:translate-y-14:hover { - --tw-translate-y: 3.5rem; - } - - .sm\:hover\:translate-y-16:hover { - --tw-translate-y: 4rem; - } - - .sm\:hover\:translate-y-20:hover { - --tw-translate-y: 5rem; - } - - .sm\:hover\:translate-y-22:hover { - --tw-translate-y: 5.625rem; - } - - .sm\:hover\:translate-y-24:hover { - --tw-translate-y: 6rem; - } - - .sm\:hover\:translate-y-28:hover { - --tw-translate-y: 7rem; - } - - .sm\:hover\:translate-y-32:hover { - --tw-translate-y: 8rem; - } - - .sm\:hover\:translate-y-36:hover { - --tw-translate-y: 9rem; - } - - .sm\:hover\:translate-y-40:hover { - --tw-translate-y: 10rem; - } - - .sm\:hover\:translate-y-44:hover { - --tw-translate-y: 11rem; - } - - .sm\:hover\:translate-y-48:hover { - --tw-translate-y: 12rem; - } - - .sm\:hover\:translate-y-52:hover { - --tw-translate-y: 13rem; - } - - .sm\:hover\:translate-y-56:hover { - --tw-translate-y: 14rem; - } - - .sm\:hover\:translate-y-60:hover { - --tw-translate-y: 240px; - } - - .sm\:hover\:translate-y-64:hover { - --tw-translate-y: 16rem; - } - - .sm\:hover\:translate-y-72:hover { - --tw-translate-y: 18rem; - } - - .sm\:hover\:translate-y-80:hover { - --tw-translate-y: 20rem; - } - - .sm\:hover\:translate-y-88:hover { - --tw-translate-y: 22rem; - } - - .sm\:hover\:translate-y-96:hover { - --tw-translate-y: 24rem; - } - - .sm\:hover\:translate-y-130:hover { - --tw-translate-y: 560px; - } - - .sm\:hover\:translate-y-px:hover { - --tw-translate-y: 1px; - } - - .sm\:hover\:translate-y-0\.5:hover { - --tw-translate-y: 0.125rem; - } - - .sm\:hover\:translate-y-1\.5:hover { - --tw-translate-y: 0.375rem; - } - - .sm\:hover\:translate-y-2\.5:hover { - --tw-translate-y: 0.625rem; - } - - .sm\:hover\:translate-y-3\.5:hover { - --tw-translate-y: 0.875rem; - } - - .sm\:hover\:-translate-y-0:hover { - --tw-translate-y: 0px; - } - - .sm\:hover\:-translate-y-1:hover { - --tw-translate-y: -0.25rem; - } - - .sm\:hover\:-translate-y-2:hover { - --tw-translate-y: -0.5rem; - } - - .sm\:hover\:-translate-y-3:hover { - --tw-translate-y: -0.75rem; - } - - .sm\:hover\:-translate-y-4:hover { - --tw-translate-y: -1rem; - } - - .sm\:hover\:-translate-y-5:hover { - --tw-translate-y: -1.25rem; - } - - .sm\:hover\:-translate-y-6:hover { - --tw-translate-y: -1.5rem; - } - - .sm\:hover\:-translate-y-7:hover { - --tw-translate-y: -1.75rem; - } - - .sm\:hover\:-translate-y-8:hover { - --tw-translate-y: -2rem; - } - - .sm\:hover\:-translate-y-9:hover { - --tw-translate-y: -2.25rem; - } - - .sm\:hover\:-translate-y-10:hover { - --tw-translate-y: -2.5rem; - } - - .sm\:hover\:-translate-y-11:hover { - --tw-translate-y: -2.75rem; - } - - .sm\:hover\:-translate-y-12:hover { - --tw-translate-y: -3rem; - } - - .sm\:hover\:-translate-y-14:hover { - --tw-translate-y: -3.5rem; - } - - .sm\:hover\:-translate-y-16:hover { - --tw-translate-y: -4rem; - } - - .sm\:hover\:-translate-y-20:hover { - --tw-translate-y: -5rem; - } - - .sm\:hover\:-translate-y-22:hover { - --tw-translate-y: -5.625rem; - } - - .sm\:hover\:-translate-y-24:hover { - --tw-translate-y: -6rem; - } - - .sm\:hover\:-translate-y-28:hover { - --tw-translate-y: -7rem; - } - - .sm\:hover\:-translate-y-32:hover { - --tw-translate-y: -8rem; - } - - .sm\:hover\:-translate-y-36:hover { - --tw-translate-y: -9rem; - } - - .sm\:hover\:-translate-y-40:hover { - --tw-translate-y: -10rem; - } - - .sm\:hover\:-translate-y-44:hover { - --tw-translate-y: -11rem; - } - - .sm\:hover\:-translate-y-48:hover { - --tw-translate-y: -12rem; - } - - .sm\:hover\:-translate-y-52:hover { - --tw-translate-y: -13rem; - } - - .sm\:hover\:-translate-y-56:hover { - --tw-translate-y: -14rem; - } - - .sm\:hover\:-translate-y-60:hover { - --tw-translate-y: -240px; - } - - .sm\:hover\:-translate-y-64:hover { - --tw-translate-y: -16rem; - } - - .sm\:hover\:-translate-y-72:hover { - --tw-translate-y: -18rem; - } - - .sm\:hover\:-translate-y-80:hover { - --tw-translate-y: -20rem; - } - - .sm\:hover\:-translate-y-88:hover { - --tw-translate-y: -22rem; - } - - .sm\:hover\:-translate-y-96:hover { - --tw-translate-y: -24rem; - } - - .sm\:hover\:-translate-y-130:hover { - --tw-translate-y: -560px; - } - - .sm\:hover\:-translate-y-px:hover { - --tw-translate-y: -1px; - } - - .sm\:hover\:-translate-y-0\.5:hover { - --tw-translate-y: -0.125rem; - } - - .sm\:hover\:-translate-y-1\.5:hover { - --tw-translate-y: -0.375rem; - } - - .sm\:hover\:-translate-y-2\.5:hover { - --tw-translate-y: -0.625rem; - } - - .sm\:hover\:-translate-y-3\.5:hover { - --tw-translate-y: -0.875rem; - } - - .sm\:hover\:translate-y-1\/2:hover { - --tw-translate-y: 50%; - } - - .sm\:hover\:translate-y-1\/3:hover { - --tw-translate-y: 33.333333%; - } - - .sm\:hover\:translate-y-2\/3:hover { - --tw-translate-y: 66.666667%; - } - - .sm\:hover\:translate-y-1\/4:hover { - --tw-translate-y: 25%; - } - - .sm\:hover\:translate-y-2\/4:hover { - --tw-translate-y: 50%; - } - - .sm\:hover\:translate-y-3\/4:hover { - --tw-translate-y: 75%; - } - - .sm\:hover\:translate-y-full:hover { - --tw-translate-y: 100%; - } - - .sm\:hover\:-translate-y-1\/2:hover { - --tw-translate-y: -50%; - } - - .sm\:hover\:-translate-y-1\/3:hover { - --tw-translate-y: -33.333333%; - } - - .sm\:hover\:-translate-y-2\/3:hover { - --tw-translate-y: -66.666667%; - } - - .sm\:hover\:-translate-y-1\/4:hover { - --tw-translate-y: -25%; - } - - .sm\:hover\:-translate-y-2\/4:hover { - --tw-translate-y: -50%; - } - - .sm\:hover\:-translate-y-3\/4:hover { - --tw-translate-y: -75%; - } - - .sm\:hover\:-translate-y-full:hover { - --tw-translate-y: -100%; - } - - .sm\:focus\:translate-x-0:focus { - --tw-translate-x: 0px; - } - - .sm\:focus\:translate-x-1:focus { - --tw-translate-x: 0.25rem; - } - - .sm\:focus\:translate-x-2:focus { - --tw-translate-x: 0.5rem; - } - - .sm\:focus\:translate-x-3:focus { - --tw-translate-x: 0.75rem; - } - - .sm\:focus\:translate-x-4:focus { - --tw-translate-x: 1rem; - } - - .sm\:focus\:translate-x-5:focus { - --tw-translate-x: 1.25rem; - } - - .sm\:focus\:translate-x-6:focus { - --tw-translate-x: 1.5rem; - } - - .sm\:focus\:translate-x-7:focus { - --tw-translate-x: 1.75rem; - } - - .sm\:focus\:translate-x-8:focus { - --tw-translate-x: 2rem; - } - - .sm\:focus\:translate-x-9:focus { - --tw-translate-x: 2.25rem; - } - - .sm\:focus\:translate-x-10:focus { - --tw-translate-x: 2.5rem; - } - - .sm\:focus\:translate-x-11:focus { - --tw-translate-x: 2.75rem; - } - - .sm\:focus\:translate-x-12:focus { - --tw-translate-x: 3rem; - } - - .sm\:focus\:translate-x-14:focus { - --tw-translate-x: 3.5rem; - } - - .sm\:focus\:translate-x-16:focus { - --tw-translate-x: 4rem; - } - - .sm\:focus\:translate-x-20:focus { - --tw-translate-x: 5rem; - } - - .sm\:focus\:translate-x-22:focus { - --tw-translate-x: 5.625rem; - } - - .sm\:focus\:translate-x-24:focus { - --tw-translate-x: 6rem; - } - - .sm\:focus\:translate-x-28:focus { - --tw-translate-x: 7rem; - } - - .sm\:focus\:translate-x-32:focus { - --tw-translate-x: 8rem; - } - - .sm\:focus\:translate-x-36:focus { - --tw-translate-x: 9rem; - } - - .sm\:focus\:translate-x-40:focus { - --tw-translate-x: 10rem; - } - - .sm\:focus\:translate-x-44:focus { - --tw-translate-x: 11rem; - } - - .sm\:focus\:translate-x-48:focus { - --tw-translate-x: 12rem; - } - - .sm\:focus\:translate-x-52:focus { - --tw-translate-x: 13rem; - } - - .sm\:focus\:translate-x-56:focus { - --tw-translate-x: 14rem; - } - - .sm\:focus\:translate-x-60:focus { - --tw-translate-x: 240px; - } - - .sm\:focus\:translate-x-64:focus { - --tw-translate-x: 16rem; - } - - .sm\:focus\:translate-x-72:focus { - --tw-translate-x: 18rem; - } - - .sm\:focus\:translate-x-80:focus { - --tw-translate-x: 20rem; - } - - .sm\:focus\:translate-x-88:focus { - --tw-translate-x: 22rem; - } - - .sm\:focus\:translate-x-96:focus { - --tw-translate-x: 24rem; - } - - .sm\:focus\:translate-x-130:focus { - --tw-translate-x: 560px; - } - - .sm\:focus\:translate-x-px:focus { - --tw-translate-x: 1px; - } - - .sm\:focus\:translate-x-0\.5:focus { - --tw-translate-x: 0.125rem; - } - - .sm\:focus\:translate-x-1\.5:focus { - --tw-translate-x: 0.375rem; - } - - .sm\:focus\:translate-x-2\.5:focus { - --tw-translate-x: 0.625rem; - } - - .sm\:focus\:translate-x-3\.5:focus { - --tw-translate-x: 0.875rem; - } - - .sm\:focus\:-translate-x-0:focus { - --tw-translate-x: 0px; - } - - .sm\:focus\:-translate-x-1:focus { - --tw-translate-x: -0.25rem; - } - - .sm\:focus\:-translate-x-2:focus { - --tw-translate-x: -0.5rem; - } - - .sm\:focus\:-translate-x-3:focus { - --tw-translate-x: -0.75rem; - } - - .sm\:focus\:-translate-x-4:focus { - --tw-translate-x: -1rem; - } - - .sm\:focus\:-translate-x-5:focus { - --tw-translate-x: -1.25rem; - } - - .sm\:focus\:-translate-x-6:focus { - --tw-translate-x: -1.5rem; - } - - .sm\:focus\:-translate-x-7:focus { - --tw-translate-x: -1.75rem; - } - - .sm\:focus\:-translate-x-8:focus { - --tw-translate-x: -2rem; - } - - .sm\:focus\:-translate-x-9:focus { - --tw-translate-x: -2.25rem; - } - - .sm\:focus\:-translate-x-10:focus { - --tw-translate-x: -2.5rem; - } - - .sm\:focus\:-translate-x-11:focus { - --tw-translate-x: -2.75rem; - } - - .sm\:focus\:-translate-x-12:focus { - --tw-translate-x: -3rem; - } - - .sm\:focus\:-translate-x-14:focus { - --tw-translate-x: -3.5rem; - } - - .sm\:focus\:-translate-x-16:focus { - --tw-translate-x: -4rem; - } - - .sm\:focus\:-translate-x-20:focus { - --tw-translate-x: -5rem; - } - - .sm\:focus\:-translate-x-22:focus { - --tw-translate-x: -5.625rem; - } - - .sm\:focus\:-translate-x-24:focus { - --tw-translate-x: -6rem; - } - - .sm\:focus\:-translate-x-28:focus { - --tw-translate-x: -7rem; - } - - .sm\:focus\:-translate-x-32:focus { - --tw-translate-x: -8rem; - } - - .sm\:focus\:-translate-x-36:focus { - --tw-translate-x: -9rem; - } - - .sm\:focus\:-translate-x-40:focus { - --tw-translate-x: -10rem; - } - - .sm\:focus\:-translate-x-44:focus { - --tw-translate-x: -11rem; - } - - .sm\:focus\:-translate-x-48:focus { - --tw-translate-x: -12rem; - } - - .sm\:focus\:-translate-x-52:focus { - --tw-translate-x: -13rem; - } - - .sm\:focus\:-translate-x-56:focus { - --tw-translate-x: -14rem; - } - - .sm\:focus\:-translate-x-60:focus { - --tw-translate-x: -240px; - } - - .sm\:focus\:-translate-x-64:focus { - --tw-translate-x: -16rem; - } - - .sm\:focus\:-translate-x-72:focus { - --tw-translate-x: -18rem; - } - - .sm\:focus\:-translate-x-80:focus { - --tw-translate-x: -20rem; - } - - .sm\:focus\:-translate-x-88:focus { - --tw-translate-x: -22rem; - } - - .sm\:focus\:-translate-x-96:focus { - --tw-translate-x: -24rem; - } - - .sm\:focus\:-translate-x-130:focus { - --tw-translate-x: -560px; - } - - .sm\:focus\:-translate-x-px:focus { - --tw-translate-x: -1px; - } - - .sm\:focus\:-translate-x-0\.5:focus { - --tw-translate-x: -0.125rem; - } - - .sm\:focus\:-translate-x-1\.5:focus { - --tw-translate-x: -0.375rem; - } - - .sm\:focus\:-translate-x-2\.5:focus { - --tw-translate-x: -0.625rem; - } - - .sm\:focus\:-translate-x-3\.5:focus { - --tw-translate-x: -0.875rem; - } - - .sm\:focus\:translate-x-1\/2:focus { - --tw-translate-x: 50%; - } - - .sm\:focus\:translate-x-1\/3:focus { - --tw-translate-x: 33.333333%; - } - - .sm\:focus\:translate-x-2\/3:focus { - --tw-translate-x: 66.666667%; - } - - .sm\:focus\:translate-x-1\/4:focus { - --tw-translate-x: 25%; - } - - .sm\:focus\:translate-x-2\/4:focus { - --tw-translate-x: 50%; - } - - .sm\:focus\:translate-x-3\/4:focus { - --tw-translate-x: 75%; - } - - .sm\:focus\:translate-x-full:focus { - --tw-translate-x: 100%; - } - - .sm\:focus\:-translate-x-1\/2:focus { - --tw-translate-x: -50%; - } - - .sm\:focus\:-translate-x-1\/3:focus { - --tw-translate-x: -33.333333%; - } - - .sm\:focus\:-translate-x-2\/3:focus { - --tw-translate-x: -66.666667%; - } - - .sm\:focus\:-translate-x-1\/4:focus { - --tw-translate-x: -25%; - } - - .sm\:focus\:-translate-x-2\/4:focus { - --tw-translate-x: -50%; - } - - .sm\:focus\:-translate-x-3\/4:focus { - --tw-translate-x: -75%; - } - - .sm\:focus\:-translate-x-full:focus { - --tw-translate-x: -100%; - } - - .sm\:focus\:translate-y-0:focus { - --tw-translate-y: 0px; - } - - .sm\:focus\:translate-y-1:focus { - --tw-translate-y: 0.25rem; - } - - .sm\:focus\:translate-y-2:focus { - --tw-translate-y: 0.5rem; - } - - .sm\:focus\:translate-y-3:focus { - --tw-translate-y: 0.75rem; - } - - .sm\:focus\:translate-y-4:focus { - --tw-translate-y: 1rem; - } - - .sm\:focus\:translate-y-5:focus { - --tw-translate-y: 1.25rem; - } - - .sm\:focus\:translate-y-6:focus { - --tw-translate-y: 1.5rem; - } - - .sm\:focus\:translate-y-7:focus { - --tw-translate-y: 1.75rem; - } - - .sm\:focus\:translate-y-8:focus { - --tw-translate-y: 2rem; - } - - .sm\:focus\:translate-y-9:focus { - --tw-translate-y: 2.25rem; - } - - .sm\:focus\:translate-y-10:focus { - --tw-translate-y: 2.5rem; - } - - .sm\:focus\:translate-y-11:focus { - --tw-translate-y: 2.75rem; - } - - .sm\:focus\:translate-y-12:focus { - --tw-translate-y: 3rem; - } - - .sm\:focus\:translate-y-14:focus { - --tw-translate-y: 3.5rem; - } - - .sm\:focus\:translate-y-16:focus { - --tw-translate-y: 4rem; - } - - .sm\:focus\:translate-y-20:focus { - --tw-translate-y: 5rem; - } - - .sm\:focus\:translate-y-22:focus { - --tw-translate-y: 5.625rem; - } - - .sm\:focus\:translate-y-24:focus { - --tw-translate-y: 6rem; - } - - .sm\:focus\:translate-y-28:focus { - --tw-translate-y: 7rem; - } - - .sm\:focus\:translate-y-32:focus { - --tw-translate-y: 8rem; - } - - .sm\:focus\:translate-y-36:focus { - --tw-translate-y: 9rem; - } - - .sm\:focus\:translate-y-40:focus { - --tw-translate-y: 10rem; - } - - .sm\:focus\:translate-y-44:focus { - --tw-translate-y: 11rem; - } - - .sm\:focus\:translate-y-48:focus { - --tw-translate-y: 12rem; - } - - .sm\:focus\:translate-y-52:focus { - --tw-translate-y: 13rem; - } - - .sm\:focus\:translate-y-56:focus { - --tw-translate-y: 14rem; - } - - .sm\:focus\:translate-y-60:focus { - --tw-translate-y: 240px; - } - - .sm\:focus\:translate-y-64:focus { - --tw-translate-y: 16rem; - } - - .sm\:focus\:translate-y-72:focus { - --tw-translate-y: 18rem; - } - - .sm\:focus\:translate-y-80:focus { - --tw-translate-y: 20rem; - } - - .sm\:focus\:translate-y-88:focus { - --tw-translate-y: 22rem; - } - - .sm\:focus\:translate-y-96:focus { - --tw-translate-y: 24rem; - } - - .sm\:focus\:translate-y-130:focus { - --tw-translate-y: 560px; - } - - .sm\:focus\:translate-y-px:focus { - --tw-translate-y: 1px; - } - - .sm\:focus\:translate-y-0\.5:focus { - --tw-translate-y: 0.125rem; - } - - .sm\:focus\:translate-y-1\.5:focus { - --tw-translate-y: 0.375rem; - } - - .sm\:focus\:translate-y-2\.5:focus { - --tw-translate-y: 0.625rem; - } - - .sm\:focus\:translate-y-3\.5:focus { - --tw-translate-y: 0.875rem; - } - - .sm\:focus\:-translate-y-0:focus { - --tw-translate-y: 0px; - } - - .sm\:focus\:-translate-y-1:focus { - --tw-translate-y: -0.25rem; - } - - .sm\:focus\:-translate-y-2:focus { - --tw-translate-y: -0.5rem; - } - - .sm\:focus\:-translate-y-3:focus { - --tw-translate-y: -0.75rem; - } - - .sm\:focus\:-translate-y-4:focus { - --tw-translate-y: -1rem; - } - - .sm\:focus\:-translate-y-5:focus { - --tw-translate-y: -1.25rem; - } - - .sm\:focus\:-translate-y-6:focus { - --tw-translate-y: -1.5rem; - } - - .sm\:focus\:-translate-y-7:focus { - --tw-translate-y: -1.75rem; - } - - .sm\:focus\:-translate-y-8:focus { - --tw-translate-y: -2rem; - } - - .sm\:focus\:-translate-y-9:focus { - --tw-translate-y: -2.25rem; - } - - .sm\:focus\:-translate-y-10:focus { - --tw-translate-y: -2.5rem; - } - - .sm\:focus\:-translate-y-11:focus { - --tw-translate-y: -2.75rem; - } - - .sm\:focus\:-translate-y-12:focus { - --tw-translate-y: -3rem; - } - - .sm\:focus\:-translate-y-14:focus { - --tw-translate-y: -3.5rem; - } - - .sm\:focus\:-translate-y-16:focus { - --tw-translate-y: -4rem; - } - - .sm\:focus\:-translate-y-20:focus { - --tw-translate-y: -5rem; - } - - .sm\:focus\:-translate-y-22:focus { - --tw-translate-y: -5.625rem; - } - - .sm\:focus\:-translate-y-24:focus { - --tw-translate-y: -6rem; - } - - .sm\:focus\:-translate-y-28:focus { - --tw-translate-y: -7rem; - } - - .sm\:focus\:-translate-y-32:focus { - --tw-translate-y: -8rem; - } - - .sm\:focus\:-translate-y-36:focus { - --tw-translate-y: -9rem; - } - - .sm\:focus\:-translate-y-40:focus { - --tw-translate-y: -10rem; - } - - .sm\:focus\:-translate-y-44:focus { - --tw-translate-y: -11rem; - } - - .sm\:focus\:-translate-y-48:focus { - --tw-translate-y: -12rem; - } - - .sm\:focus\:-translate-y-52:focus { - --tw-translate-y: -13rem; - } - - .sm\:focus\:-translate-y-56:focus { - --tw-translate-y: -14rem; - } - - .sm\:focus\:-translate-y-60:focus { - --tw-translate-y: -240px; - } - - .sm\:focus\:-translate-y-64:focus { - --tw-translate-y: -16rem; - } - - .sm\:focus\:-translate-y-72:focus { - --tw-translate-y: -18rem; - } - - .sm\:focus\:-translate-y-80:focus { - --tw-translate-y: -20rem; - } - - .sm\:focus\:-translate-y-88:focus { - --tw-translate-y: -22rem; - } - - .sm\:focus\:-translate-y-96:focus { - --tw-translate-y: -24rem; - } - - .sm\:focus\:-translate-y-130:focus { - --tw-translate-y: -560px; - } - - .sm\:focus\:-translate-y-px:focus { - --tw-translate-y: -1px; - } - - .sm\:focus\:-translate-y-0\.5:focus { - --tw-translate-y: -0.125rem; - } - - .sm\:focus\:-translate-y-1\.5:focus { - --tw-translate-y: -0.375rem; - } - - .sm\:focus\:-translate-y-2\.5:focus { - --tw-translate-y: -0.625rem; - } - - .sm\:focus\:-translate-y-3\.5:focus { - --tw-translate-y: -0.875rem; - } - - .sm\:focus\:translate-y-1\/2:focus { - --tw-translate-y: 50%; - } - - .sm\:focus\:translate-y-1\/3:focus { - --tw-translate-y: 33.333333%; - } - - .sm\:focus\:translate-y-2\/3:focus { - --tw-translate-y: 66.666667%; - } - - .sm\:focus\:translate-y-1\/4:focus { - --tw-translate-y: 25%; - } - - .sm\:focus\:translate-y-2\/4:focus { - --tw-translate-y: 50%; - } - - .sm\:focus\:translate-y-3\/4:focus { - --tw-translate-y: 75%; - } - - .sm\:focus\:translate-y-full:focus { - --tw-translate-y: 100%; - } - - .sm\:focus\:-translate-y-1\/2:focus { - --tw-translate-y: -50%; - } - - .sm\:focus\:-translate-y-1\/3:focus { - --tw-translate-y: -33.333333%; - } - - .sm\:focus\:-translate-y-2\/3:focus { - --tw-translate-y: -66.666667%; - } - - .sm\:focus\:-translate-y-1\/4:focus { - --tw-translate-y: -25%; - } - - .sm\:focus\:-translate-y-2\/4:focus { - --tw-translate-y: -50%; - } - - .sm\:focus\:-translate-y-3\/4:focus { - --tw-translate-y: -75%; - } - - .sm\:focus\:-translate-y-full:focus { - --tw-translate-y: -100%; - } - - .sm\:skew-x-0 { - --tw-skew-x: 0deg; - } - - .sm\:skew-x-1 { - --tw-skew-x: 1deg; - } - - .sm\:skew-x-2 { - --tw-skew-x: 2deg; - } - - .sm\:skew-x-3 { - --tw-skew-x: 3deg; - } - - .sm\:skew-x-6 { - --tw-skew-x: 6deg; - } - - .sm\:skew-x-12 { - --tw-skew-x: 12deg; - } - - .sm\:-skew-x-12 { - --tw-skew-x: -12deg; - } - - .sm\:-skew-x-6 { - --tw-skew-x: -6deg; - } - - .sm\:-skew-x-3 { - --tw-skew-x: -3deg; - } - - .sm\:-skew-x-2 { - --tw-skew-x: -2deg; - } - - .sm\:-skew-x-1 { - --tw-skew-x: -1deg; - } - - .sm\:skew-y-0 { - --tw-skew-y: 0deg; - } - - .sm\:skew-y-1 { - --tw-skew-y: 1deg; - } - - .sm\:skew-y-2 { - --tw-skew-y: 2deg; - } - - .sm\:skew-y-3 { - --tw-skew-y: 3deg; - } - - .sm\:skew-y-6 { - --tw-skew-y: 6deg; - } - - .sm\:skew-y-12 { - --tw-skew-y: 12deg; - } - - .sm\:-skew-y-12 { - --tw-skew-y: -12deg; - } - - .sm\:-skew-y-6 { - --tw-skew-y: -6deg; - } - - .sm\:-skew-y-3 { - --tw-skew-y: -3deg; - } - - .sm\:-skew-y-2 { - --tw-skew-y: -2deg; - } - - .sm\:-skew-y-1 { - --tw-skew-y: -1deg; - } - - .sm\:hover\:skew-x-0:hover { - --tw-skew-x: 0deg; - } - - .sm\:hover\:skew-x-1:hover { - --tw-skew-x: 1deg; - } - - .sm\:hover\:skew-x-2:hover { - --tw-skew-x: 2deg; - } - - .sm\:hover\:skew-x-3:hover { - --tw-skew-x: 3deg; - } - - .sm\:hover\:skew-x-6:hover { - --tw-skew-x: 6deg; - } - - .sm\:hover\:skew-x-12:hover { - --tw-skew-x: 12deg; - } - - .sm\:hover\:-skew-x-12:hover { - --tw-skew-x: -12deg; - } - - .sm\:hover\:-skew-x-6:hover { - --tw-skew-x: -6deg; - } - - .sm\:hover\:-skew-x-3:hover { - --tw-skew-x: -3deg; - } - - .sm\:hover\:-skew-x-2:hover { - --tw-skew-x: -2deg; - } - - .sm\:hover\:-skew-x-1:hover { - --tw-skew-x: -1deg; - } - - .sm\:hover\:skew-y-0:hover { - --tw-skew-y: 0deg; - } - - .sm\:hover\:skew-y-1:hover { - --tw-skew-y: 1deg; - } - - .sm\:hover\:skew-y-2:hover { - --tw-skew-y: 2deg; - } - - .sm\:hover\:skew-y-3:hover { - --tw-skew-y: 3deg; - } - - .sm\:hover\:skew-y-6:hover { - --tw-skew-y: 6deg; - } - - .sm\:hover\:skew-y-12:hover { - --tw-skew-y: 12deg; - } - - .sm\:hover\:-skew-y-12:hover { - --tw-skew-y: -12deg; - } - - .sm\:hover\:-skew-y-6:hover { - --tw-skew-y: -6deg; - } - - .sm\:hover\:-skew-y-3:hover { - --tw-skew-y: -3deg; - } - - .sm\:hover\:-skew-y-2:hover { - --tw-skew-y: -2deg; - } - - .sm\:hover\:-skew-y-1:hover { - --tw-skew-y: -1deg; - } - - .sm\:focus\:skew-x-0:focus { - --tw-skew-x: 0deg; - } - - .sm\:focus\:skew-x-1:focus { - --tw-skew-x: 1deg; - } - - .sm\:focus\:skew-x-2:focus { - --tw-skew-x: 2deg; - } - - .sm\:focus\:skew-x-3:focus { - --tw-skew-x: 3deg; - } - - .sm\:focus\:skew-x-6:focus { - --tw-skew-x: 6deg; - } - - .sm\:focus\:skew-x-12:focus { - --tw-skew-x: 12deg; - } - - .sm\:focus\:-skew-x-12:focus { - --tw-skew-x: -12deg; - } - - .sm\:focus\:-skew-x-6:focus { - --tw-skew-x: -6deg; - } - - .sm\:focus\:-skew-x-3:focus { - --tw-skew-x: -3deg; - } - - .sm\:focus\:-skew-x-2:focus { - --tw-skew-x: -2deg; - } - - .sm\:focus\:-skew-x-1:focus { - --tw-skew-x: -1deg; - } - - .sm\:focus\:skew-y-0:focus { - --tw-skew-y: 0deg; - } - - .sm\:focus\:skew-y-1:focus { - --tw-skew-y: 1deg; - } - - .sm\:focus\:skew-y-2:focus { - --tw-skew-y: 2deg; - } - - .sm\:focus\:skew-y-3:focus { - --tw-skew-y: 3deg; - } - - .sm\:focus\:skew-y-6:focus { - --tw-skew-y: 6deg; - } - - .sm\:focus\:skew-y-12:focus { - --tw-skew-y: 12deg; - } - - .sm\:focus\:-skew-y-12:focus { - --tw-skew-y: -12deg; - } - - .sm\:focus\:-skew-y-6:focus { - --tw-skew-y: -6deg; - } - - .sm\:focus\:-skew-y-3:focus { - --tw-skew-y: -3deg; - } - - .sm\:focus\:-skew-y-2:focus { - --tw-skew-y: -2deg; - } - - .sm\:focus\:-skew-y-1:focus { - --tw-skew-y: -1deg; - } - - .sm\:transition-none { - transition-property: none; - } - - .sm\:transition-all { - transition-property: all; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .sm\:transition { - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .sm\:transition-colors { - transition-property: background-color, border-color, color, fill, stroke; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .sm\:transition-opacity { - transition-property: opacity; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .sm\:transition-shadow { - transition-property: box-shadow; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .sm\:transition-transform { - transition-property: transform; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .sm\:ease-linear { - transition-timing-function: linear; - } - - .sm\:ease-in { - transition-timing-function: cubic-bezier(0.4, 0, 1, 1); - } - - .sm\:ease-out { - transition-timing-function: cubic-bezier(0, 0, 0.2, 1); - } - - .sm\:ease-in-out { - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - } - - .sm\:duration-75 { - transition-duration: 75ms; - } - - .sm\:duration-100 { - transition-duration: 100ms; - } - - .sm\:duration-150 { - transition-duration: 150ms; - } - - .sm\:duration-200 { - transition-duration: 200ms; - } - - .sm\:duration-300 { - transition-duration: 300ms; - } - - .sm\:duration-500 { - transition-duration: 500ms; - } - - .sm\:duration-700 { - transition-duration: 700ms; - } - - .sm\:duration-1000 { - transition-duration: 1000ms; - } - - .sm\:delay-75 { - transition-delay: 75ms; - } - - .sm\:delay-100 { - transition-delay: 100ms; - } - - .sm\:delay-150 { - transition-delay: 150ms; - } - - .sm\:delay-200 { - transition-delay: 200ms; - } - - .sm\:delay-300 { - transition-delay: 300ms; - } - - .sm\:delay-500 { - transition-delay: 500ms; - } - - .sm\:delay-700 { - transition-delay: 700ms; - } - - .sm\:delay-1000 { - transition-delay: 1000ms; - } - - .sm\:animate-none { - -webkit-animation: none; - animation: none; - } - - .sm\:animate-spin { - -webkit-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; - } - - .sm\:animate-ping { - -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; - animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; - } - - .sm\:animate-pulse { - -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; - animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; - } - - .sm\:animate-bounce { - -webkit-animation: bounce 0.6s ease-in-out; - animation: bounce 0.6s ease-in-out; - } -} - -@media (min-width: 768px) { - .md\:container { - width: 100%; - } - - @media (min-width: 640px) { - .md\:container { - max-width: 640px; - } - } - - @media (min-width: 768px) { - .md\:container { - max-width: 768px; - } - } - - @media (min-width: 1024px) { - .md\:container { - max-width: 1024px; - } - } - - @media (min-width: 1280px) { - .md\:container { - max-width: 1280px; - } - } - - @media (min-width: 1440px) { - .md\:container { - max-width: 1440px; - } - } - - @media (min-width: 1536px) { - .md\:container { - max-width: 1536px; - } - } - - .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0px * var(--tw-space-y-reverse)); - } - - .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0px * var(--tw-space-x-reverse)); - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.25rem * var(--tw-space-x-reverse)); - margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1rem * var(--tw-space-x-reverse)); - margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.25rem * var(--tw-space-x-reverse)); - margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\: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)); - } - - .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.5rem * var(--tw-space-x-reverse)); - margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.75rem * var(--tw-space-x-reverse)); - margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2rem * var(--tw-space-x-reverse)); - margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.25rem * var(--tw-space-x-reverse)); - margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.5rem * var(--tw-space-x-reverse)); - margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.75rem * var(--tw-space-x-reverse)); - margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(3rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(3rem * var(--tw-space-x-reverse)); - margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(3.5rem * var(--tw-space-x-reverse)); - margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(4rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(4rem * var(--tw-space-x-reverse)); - margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(5rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(5rem * var(--tw-space-x-reverse)); - margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(5.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(5.625rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(5.625rem * var(--tw-space-x-reverse)); - margin-left: calc(5.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(6rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(6rem * var(--tw-space-x-reverse)); - margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(7rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(7rem * var(--tw-space-x-reverse)); - margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(8rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(8rem * var(--tw-space-x-reverse)); - margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(9rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(9rem * var(--tw-space-x-reverse)); - margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(10rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(10rem * var(--tw-space-x-reverse)); - margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(11rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(11rem * var(--tw-space-x-reverse)); - margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(12rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(12rem * var(--tw-space-x-reverse)); - margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(13rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(13rem * var(--tw-space-x-reverse)); - margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(14rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(14rem * var(--tw-space-x-reverse)); - margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(240px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(240px * var(--tw-space-y-reverse)); - } - - .md\:space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(240px * var(--tw-space-x-reverse)); - margin-left: calc(240px * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(16rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(16rem * var(--tw-space-x-reverse)); - margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(18rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(18rem * var(--tw-space-x-reverse)); - margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(20rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(20rem * var(--tw-space-x-reverse)); - margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(22rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(22rem * var(--tw-space-x-reverse)); - margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(24rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(24rem * var(--tw-space-x-reverse)); - margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(560px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(560px * var(--tw-space-y-reverse)); - } - - .md\:space-x-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(560px * var(--tw-space-x-reverse)); - margin-left: calc(560px * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1px * var(--tw-space-y-reverse)); - } - - .md\:space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1px * var(--tw-space-x-reverse)); - margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.125rem * var(--tw-space-x-reverse)); - margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.375rem * var(--tw-space-x-reverse)); - margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.625rem * var(--tw-space-x-reverse)); - margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)); - } - - .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.875rem * var(--tw-space-x-reverse)); - margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0px * var(--tw-space-y-reverse)); - } - - .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0px * var(--tw-space-x-reverse)); - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1rem * var(--tw-space-x-reverse)); - margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-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)); - } - - .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2rem * var(--tw-space-x-reverse)); - margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-3rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-3rem * var(--tw-space-x-reverse)); - margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-3.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-4rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-4rem * var(--tw-space-x-reverse)); - margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-5rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-5rem * var(--tw-space-x-reverse)); - margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-5.625rem * var(--tw-space-x-reverse)); - margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-6rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-6rem * var(--tw-space-x-reverse)); - margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-7rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-7rem * var(--tw-space-x-reverse)); - margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-8rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-8rem * var(--tw-space-x-reverse)); - margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-9rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-9rem * var(--tw-space-x-reverse)); - margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-10rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-10rem * var(--tw-space-x-reverse)); - margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-11rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-11rem * var(--tw-space-x-reverse)); - margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-12rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-12rem * var(--tw-space-x-reverse)); - margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-13rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-13rem * var(--tw-space-x-reverse)); - margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-14rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-14rem * var(--tw-space-x-reverse)); - margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-240px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-240px * var(--tw-space-y-reverse)); - } - - .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-240px * var(--tw-space-x-reverse)); - margin-left: calc(-240px * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-16rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-16rem * var(--tw-space-x-reverse)); - margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-18rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-18rem * var(--tw-space-x-reverse)); - margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-20rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-20rem * var(--tw-space-x-reverse)); - margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-22rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-22rem * var(--tw-space-x-reverse)); - margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-24rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-24rem * var(--tw-space-x-reverse)); - margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-560px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-560px * var(--tw-space-y-reverse)); - } - - .md\:-space-x-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-560px * var(--tw-space-x-reverse)); - margin-left: calc(-560px * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1px * var(--tw-space-y-reverse)); - } - - .md\:-space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1px * var(--tw-space-x-reverse)); - margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.125rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.375rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.625rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)); - } - - .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.875rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))); - } - - .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 1; - } - - .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 1; - } - - .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(0px * var(--tw-divide-y-reverse)); - } - - .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(0px * var(--tw-divide-x-reverse)); - border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))); - } - - .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(2px * var(--tw-divide-y-reverse)); - } - - .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(2px * var(--tw-divide-x-reverse)); - border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))); - } - - .md\:divide-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(3px * var(--tw-divide-y-reverse)); - } - - .md\:divide-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(3px * var(--tw-divide-x-reverse)); - border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse))); - } - - .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(4px * var(--tw-divide-y-reverse)); - } - - .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(4px * var(--tw-divide-x-reverse)); - border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))); - } - - .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(8px * var(--tw-divide-y-reverse)); - } - - .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(8px * var(--tw-divide-x-reverse)); - border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))); - } - - .md\:divide-y > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); - } - - .md\:divide-x > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(1px * var(--tw-divide-x-reverse)); - border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); - } - - .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 1; - } - - .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 1; - } - - .md\:divide-transparent > :not([hidden]) ~ :not([hidden]) { - border-color: transparent; - } - - .md\:divide-current > :not([hidden]) ~ :not([hidden]) { - border-color: currentColor; - } - - .md\:divide-black > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-divide-opacity)); - } - - .md\:divide-white > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-divide-opacity)); - } - - .md\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)); - } - - .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-divide-opacity)); - } - - .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-divide-opacity)); - } - - .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-divide-opacity)); - } - - .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-divide-opacity)); - } - - .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-divide-opacity)); - } - - .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-divide-opacity)); - } - - .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-divide-opacity)); - } - - .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-divide-opacity)); - } - - .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-divide-opacity)); - } - - .md\:divide-red-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-divide-opacity)); - } - - .md\:divide-red-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-divide-opacity)); - } - - .md\:divide-red-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-divide-opacity)); - } - - .md\:divide-red-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-divide-opacity)); - } - - .md\:divide-red-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-divide-opacity)); - } - - .md\:divide-red-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-divide-opacity)); - } - - .md\:divide-red-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-divide-opacity)); - } - - .md\:divide-red-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-divide-opacity)); - } - - .md\:divide-red-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-divide-opacity)); - } - - .md\:divide-red-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-divide-opacity)); - } - - .md\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)); - } - - .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)); - } - - .md\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)); - } - - .md\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)); - } - - .md\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)); - } - - .md\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)); - } - - .md\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)); - } - - .md\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)); - } - - .md\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)); - } - - .md\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)); - } - - .md\:divide-green-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)); - } - - .md\:divide-green-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)); - } - - .md\:divide-green-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)); - } - - .md\:divide-green-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)); - } - - .md\:divide-green-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)); - } - - .md\:divide-green-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)); - } - - .md\:divide-green-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)); - } - - .md\:divide-green-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)); - } - - .md\:divide-green-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)); - } - - .md\:divide-green-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)); - } - - .md\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)); - } - - .md\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)); - } - - .md\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)); - } - - .md\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)); - } - - .md\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)); - } - - .md\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)); - } - - .md\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)); - } - - .md\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)); - } - - .md\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)); - } - - .md\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)); - } - - .md\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)); - } - - .md\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)); - } - - .md\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)); - } - - .md\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)); - } - - .md\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)); - } - - .md\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)); - } - - .md\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)); - } - - .md\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)); - } - - .md\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)); - } - - .md\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)); - } - - .md\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)); - } - - .md\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)); - } - - .md\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)); - } - - .md\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)); - } - - .md\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)); - } - - .md\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)); - } - - .md\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)); - } - - .md\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)); - } - - .md\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)); - } - - .md\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)); - } - - .md\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)); - } - - .md\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)); - } - - .md\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)); - } - - .md\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)); - } - - .md\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)); - } - - .md\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)); - } - - .md\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)); - } - - .md\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)); - } - - .md\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)); - } - - .md\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); - } - - .md\:divide-primary-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-divide-opacity)); - } - - .md\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-divide-opacity)); - } - - .md\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-divide-opacity)); - } - - .md\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-divide-opacity)); - } - - .md\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-divide-opacity)); - } - - .md\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-divide-opacity)); - } - - .md\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-divide-opacity)); - } - - .md\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-divide-opacity)); - } - - .md\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-divide-opacity)); - } - - .md\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-divide-opacity)); - } - - .md\:divide-danger > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-divide-opacity)); - } - - .md\:divide-success > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-divide-opacity)); - } - - .md\:divide-warning > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-divide-opacity)); - } - - .md\:divide-info > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-divide-opacity)); - } - - .md\:divide-solid > :not([hidden]) ~ :not([hidden]) { - border-style: solid; - } - - .md\:divide-dashed > :not([hidden]) ~ :not([hidden]) { - border-style: dashed; - } - - .md\:divide-dotted > :not([hidden]) ~ :not([hidden]) { - border-style: dotted; - } - - .md\:divide-double > :not([hidden]) ~ :not([hidden]) { - border-style: double; - } - - .md\:divide-none > :not([hidden]) ~ :not([hidden]) { - border-style: none; - } - - .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0; - } - - .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.05; - } - - .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.1; - } - - .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.2; - } - - .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.25; - } - - .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.3; - } - - .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.4; - } - - .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.5; - } - - .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.6; - } - - .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.7; - } - - .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.75; - } - - .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.8; - } - - .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.9; - } - - .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.95; - } - - .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - } - - .md\:sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; - } - - .md\:not-sr-only { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; - } - - .md\:focus-within\:sr-only:focus-within { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; - } - - .md\:focus-within\:not-sr-only:focus-within { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; - } - - .md\:focus\:sr-only:focus { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; - } - - .md\:focus\:not-sr-only:focus { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; - } - - .md\:appearance-none { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - } - - .md\:bg-fixed { - background-attachment: fixed; - } - - .md\:bg-local { - background-attachment: local; - } - - .md\:bg-scroll { - background-attachment: scroll; - } - - .md\:bg-clip-border { - background-clip: border-box; - } - - .md\:bg-clip-padding { - background-clip: padding-box; - } - - .md\:bg-clip-content { - background-clip: content-box; - } - - .md\:bg-clip-text { - -webkit-background-clip: text; - background-clip: text; - } - - .md\:bg-transparent { - background-color: transparent; - } - - .md\:bg-current { - background-color: currentColor; - } - - .md\:bg-black { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .md\:bg-white { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .md\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .md\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .md\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .md\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .md\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .md\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .md\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .md\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .md\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .md\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .md\:bg-red-50 { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .md\:bg-red-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .md\:bg-red-200 { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .md\:bg-red-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .md\:bg-red-400 { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .md\:bg-red-500 { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .md\:bg-red-600 { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .md\:bg-red-700 { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .md\:bg-red-800 { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .md\:bg-red-900 { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .md\:bg-yellow-50 { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .md\:bg-yellow-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .md\:bg-yellow-200 { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .md\:bg-yellow-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .md\:bg-yellow-400 { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .md\:bg-yellow-500 { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .md\:bg-yellow-600 { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .md\:bg-yellow-700 { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .md\:bg-yellow-800 { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .md\:bg-yellow-900 { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .md\:bg-green-50 { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .md\:bg-green-100 { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .md\:bg-green-200 { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .md\:bg-green-300 { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .md\:bg-green-400 { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .md\:bg-green-500 { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .md\:bg-green-600 { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .md\:bg-green-700 { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .md\:bg-green-800 { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .md\:bg-green-900 { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .md\:bg-blue-50 { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .md\:bg-blue-100 { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .md\:bg-blue-200 { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .md\:bg-blue-300 { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .md\:bg-blue-400 { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .md\:bg-blue-500 { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .md\:bg-blue-600 { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .md\:bg-blue-700 { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .md\:bg-blue-800 { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .md\:bg-blue-900 { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .md\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .md\:bg-indigo-100 { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .md\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .md\:bg-indigo-300 { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .md\:bg-indigo-400 { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .md\:bg-indigo-500 { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .md\:bg-indigo-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .md\:bg-indigo-700 { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .md\:bg-indigo-800 { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .md\:bg-indigo-900 { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .md\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .md\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .md\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .md\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .md\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .md\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .md\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .md\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .md\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .md\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .md\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .md\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .md\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .md\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .md\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .md\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .md\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .md\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .md\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .md\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .md\:bg-primary-50 { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .md\:bg-primary-100 { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .md\:bg-primary-200 { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .md\:bg-primary-300 { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .md\:bg-primary-400 { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .md\:bg-primary-500 { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .md\:bg-primary-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .md\:bg-primary-700 { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .md\:bg-primary-800 { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .md\:bg-primary-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .md\:bg-danger { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .md\:bg-success { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .md\:bg-warning { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .md\:bg-info { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-transparent { - background-color: transparent; - } - - .group:hover .md\:group-hover\:bg-current { - background-color: currentColor; - } - - .group:hover .md\:group-hover\:bg-black { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-white { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-red-50 { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-red-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-red-200 { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-red-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-red-400 { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-red-500 { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-red-600 { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-red-700 { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-red-800 { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-red-900 { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-yellow-50 { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-yellow-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-yellow-200 { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-yellow-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-yellow-400 { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-yellow-500 { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-yellow-600 { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-yellow-700 { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-yellow-800 { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-yellow-900 { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-green-50 { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-green-100 { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-green-200 { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-green-300 { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-green-400 { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-green-500 { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-green-600 { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-green-700 { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-green-800 { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-green-900 { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-blue-50 { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-blue-100 { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-blue-200 { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-blue-300 { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-blue-400 { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-blue-500 { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-blue-600 { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-blue-700 { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-blue-800 { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-blue-900 { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-indigo-100 { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-indigo-300 { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-indigo-400 { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-indigo-500 { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-indigo-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-indigo-700 { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-indigo-800 { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-indigo-900 { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-primary-50 { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-primary-100 { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-primary-200 { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-primary-300 { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-primary-400 { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-primary-500 { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-primary-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-primary-700 { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-primary-800 { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-primary-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-danger { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-success { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-warning { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-info { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-transparent:focus-within { - background-color: transparent; - } - - .md\:focus-within\:bg-current:focus-within { - background-color: currentColor; - } - - .md\:focus-within\:bg-black:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-white:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-red-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-red-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-red-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-red-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-red-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-red-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-red-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-red-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-red-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-red-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-yellow-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-yellow-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-yellow-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-yellow-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-yellow-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-yellow-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-yellow-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-yellow-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-yellow-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-yellow-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-green-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-green-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-green-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-green-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-green-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-green-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-green-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-green-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-green-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-green-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-blue-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-blue-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-blue-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-blue-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-blue-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-blue-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-blue-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-blue-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-blue-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-blue-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-indigo-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-indigo-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-indigo-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-indigo-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-indigo-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-indigo-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-indigo-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-indigo-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-primary-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-primary-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-primary-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-primary-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-primary-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-primary-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-primary-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-primary-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-primary-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-primary-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-danger:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-success:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-warning:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-info:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-transparent:hover { - background-color: transparent; - } - - .md\:hover\:bg-current:hover { - background-color: currentColor; - } - - .md\:hover\:bg-black:hover { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-white:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-red-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-red-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-red-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-red-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-red-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-red-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-red-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-red-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-red-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-red-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-yellow-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-yellow-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-yellow-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-yellow-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-yellow-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-yellow-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-yellow-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-yellow-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-yellow-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-yellow-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-green-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-green-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-green-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-green-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-green-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-green-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-green-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-green-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-green-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-green-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-blue-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-blue-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-blue-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-blue-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-blue-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-blue-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-blue-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-blue-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-blue-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-blue-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-indigo-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-indigo-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-indigo-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-indigo-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-indigo-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-indigo-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-indigo-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-indigo-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-primary-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-primary-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-primary-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-primary-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-primary-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-primary-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-primary-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-primary-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-primary-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-primary-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-danger:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-success:hover { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-warning:hover { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-info:hover { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-transparent:focus { - background-color: transparent; - } - - .md\:focus\:bg-current:focus { - background-color: currentColor; - } - - .md\:focus\:bg-black:focus { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-white:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-red-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-red-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-red-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-red-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-red-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-red-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-red-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-red-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-red-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-red-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-yellow-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-yellow-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-yellow-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-yellow-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-yellow-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-yellow-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-yellow-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-yellow-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-yellow-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-yellow-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-green-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-green-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-green-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-green-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-green-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-green-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-green-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-green-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-green-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-green-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-blue-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-blue-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-blue-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-blue-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-blue-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-blue-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-blue-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-blue-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-blue-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-blue-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-indigo-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-indigo-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-indigo-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-indigo-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-indigo-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-indigo-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-indigo-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-indigo-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-primary-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-primary-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-primary-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-primary-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-primary-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-primary-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-primary-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-primary-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-primary-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-primary-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-danger:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-success:focus { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-warning:focus { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-info:focus { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .md\:bg-none { - background-image: none; - } - - .md\:bg-gradient-to-t { - background-image: linear-gradient(to top, var(--tw-gradient-stops)); - } - - .md\:bg-gradient-to-tr { - background-image: linear-gradient(to top right, var(--tw-gradient-stops)); - } - - .md\:bg-gradient-to-r { - background-image: linear-gradient(to right, var(--tw-gradient-stops)); - } - - .md\:bg-gradient-to-br { - background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); - } - - .md\:bg-gradient-to-b { - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); - } - - .md\:bg-gradient-to-bl { - background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)); - } - - .md\:bg-gradient-to-l { - background-image: linear-gradient(to left, var(--tw-gradient-stops)); - } - - .md\:bg-gradient-to-tl { - background-image: linear-gradient(to top left, var(--tw-gradient-stops)); - } - - .md\:from-transparent { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .md\:from-current { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .md\:from-black { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .md\:from-white { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .md\:from-gray-50 { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .md\:from-gray-100 { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .md\:from-gray-200 { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .md\:from-gray-300 { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .md\:from-gray-400 { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .md\:from-gray-500 { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .md\:from-gray-600 { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .md\:from-gray-700 { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .md\:from-gray-800 { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .md\:from-gray-900 { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .md\:from-red-50 { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .md\:from-red-100 { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .md\:from-red-200 { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .md\:from-red-300 { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .md\:from-red-400 { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .md\:from-red-500 { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .md\:from-red-600 { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .md\:from-red-700 { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .md\:from-red-800 { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .md\:from-red-900 { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .md\:from-yellow-50 { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .md\:from-yellow-100 { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .md\:from-yellow-200 { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .md\:from-yellow-300 { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .md\:from-yellow-400 { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .md\:from-yellow-500 { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .md\:from-yellow-600 { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .md\:from-yellow-700 { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .md\:from-yellow-800 { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .md\:from-yellow-900 { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .md\:from-green-50 { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .md\:from-green-100 { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .md\:from-green-200 { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .md\:from-green-300 { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .md\:from-green-400 { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .md\:from-green-500 { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .md\:from-green-600 { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .md\:from-green-700 { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .md\:from-green-800 { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .md\:from-green-900 { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .md\:from-blue-50 { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .md\:from-blue-100 { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .md\:from-blue-200 { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .md\:from-blue-300 { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .md\:from-blue-400 { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .md\:from-blue-500 { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .md\:from-blue-600 { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .md\:from-blue-700 { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .md\:from-blue-800 { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .md\:from-blue-900 { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .md\:from-indigo-50 { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .md\:from-indigo-100 { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .md\:from-indigo-200 { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .md\:from-indigo-300 { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .md\:from-indigo-400 { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .md\:from-indigo-500 { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .md\:from-indigo-600 { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .md\:from-indigo-700 { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .md\:from-indigo-800 { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .md\:from-indigo-900 { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .md\:from-purple-50 { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .md\:from-purple-100 { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .md\:from-purple-200 { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .md\:from-purple-300 { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .md\:from-purple-400 { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .md\:from-purple-500 { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .md\:from-purple-600 { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .md\:from-purple-700 { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .md\:from-purple-800 { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .md\:from-purple-900 { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .md\:from-pink-50 { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .md\:from-pink-100 { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .md\:from-pink-200 { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .md\:from-pink-300 { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .md\:from-pink-400 { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .md\:from-pink-500 { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .md\:from-pink-600 { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .md\:from-pink-700 { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .md\:from-pink-800 { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .md\:from-pink-900 { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .md\:from-primary-50 { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .md\:from-primary-100 { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .md\:from-primary-200 { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .md\:from-primary-300 { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .md\:from-primary-400 { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .md\:from-primary-500 { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .md\:from-primary-600 { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .md\:from-primary-700 { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .md\:from-primary-800 { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .md\:from-primary-900 { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .md\:from-danger { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .md\:from-success { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .md\:from-warning { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .md\:from-info { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .md\:via-transparent { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .md\:via-current { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .md\:via-black { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .md\:via-white { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .md\:via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .md\:via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .md\:via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .md\:via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .md\:via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .md\:via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .md\:via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .md\:via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .md\:via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .md\:via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .md\:via-red-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .md\:via-red-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .md\:via-red-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .md\:via-red-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .md\:via-red-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .md\:via-red-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .md\:via-red-600 { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .md\:via-red-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .md\:via-red-800 { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .md\:via-red-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .md\:via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .md\:via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .md\:via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .md\:via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .md\:via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .md\:via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .md\:via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .md\:via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .md\:via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .md\:via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .md\:via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .md\:via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .md\:via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .md\:via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .md\:via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .md\:via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .md\:via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .md\:via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .md\:via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .md\:via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .md\:via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .md\:via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .md\:via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .md\:via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .md\:via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .md\:via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .md\:via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .md\:via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .md\:via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .md\:via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .md\:via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .md\:via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .md\:via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .md\:via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .md\:via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .md\:via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .md\:via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .md\:via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .md\:via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .md\:via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .md\:via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .md\:via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .md\:via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .md\:via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .md\:via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .md\:via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .md\:via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .md\:via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .md\:via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .md\:via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .md\:via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .md\:via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .md\:via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .md\:via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .md\:via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .md\:via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .md\:via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .md\:via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .md\:via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .md\:via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .md\:via-primary-50 { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .md\:via-primary-100 { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .md\:via-primary-200 { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .md\:via-primary-300 { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .md\:via-primary-400 { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .md\:via-primary-500 { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .md\:via-primary-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .md\:via-primary-700 { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .md\:via-primary-800 { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .md\:via-primary-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .md\:via-danger { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .md\:via-success { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .md\:via-warning { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .md\:via-info { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .md\:to-transparent { - --tw-gradient-to: transparent; - } - - .md\:to-current { - --tw-gradient-to: currentColor; - } - - .md\:to-black { - --tw-gradient-to: #040405; - } - - .md\:to-white { - --tw-gradient-to: #fff; - } - - .md\:to-gray-50 { - --tw-gradient-to: #f9fafb; - } - - .md\:to-gray-100 { - --tw-gradient-to: #f7fafc; - } - - .md\:to-gray-200 { - --tw-gradient-to: #edf2f7; - } - - .md\:to-gray-300 { - --tw-gradient-to: #e2e8f0; - } - - .md\:to-gray-400 { - --tw-gradient-to: #cbd5e0; - } - - .md\:to-gray-500 { - --tw-gradient-to: #a0aec0; - } - - .md\:to-gray-600 { - --tw-gradient-to: #718096; - } - - .md\:to-gray-700 { - --tw-gradient-to: #4a5568; - } - - .md\:to-gray-800 { - --tw-gradient-to: #2d3748; - } - - .md\:to-gray-900 { - --tw-gradient-to: #1a202c; - } - - .md\:to-red-50 { - --tw-gradient-to: #fef2f2; - } - - .md\:to-red-100 { - --tw-gradient-to: #fee2e2; - } - - .md\:to-red-200 { - --tw-gradient-to: #fecaca; - } - - .md\:to-red-300 { - --tw-gradient-to: #fca5a5; - } - - .md\:to-red-400 { - --tw-gradient-to: #f87171; - } - - .md\:to-red-500 { - --tw-gradient-to: #ef4444; - } - - .md\:to-red-600 { - --tw-gradient-to: #dc2626; - } - - .md\:to-red-700 { - --tw-gradient-to: #b91c1c; - } - - .md\:to-red-800 { - --tw-gradient-to: #991b1b; - } - - .md\:to-red-900 { - --tw-gradient-to: #7f1d1d; - } - - .md\:to-yellow-50 { - --tw-gradient-to: #fffbeb; - } - - .md\:to-yellow-100 { - --tw-gradient-to: #fef3c7; - } - - .md\:to-yellow-200 { - --tw-gradient-to: #fde68a; - } - - .md\:to-yellow-300 { - --tw-gradient-to: #fcd34d; - } - - .md\:to-yellow-400 { - --tw-gradient-to: #fbbf24; - } - - .md\:to-yellow-500 { - --tw-gradient-to: #f59e0b; - } - - .md\:to-yellow-600 { - --tw-gradient-to: #d97706; - } - - .md\:to-yellow-700 { - --tw-gradient-to: #b45309; - } - - .md\:to-yellow-800 { - --tw-gradient-to: #92400e; - } - - .md\:to-yellow-900 { - --tw-gradient-to: #78350f; - } - - .md\:to-green-50 { - --tw-gradient-to: #ecfdf5; - } - - .md\:to-green-100 { - --tw-gradient-to: #d1fae5; - } - - .md\:to-green-200 { - --tw-gradient-to: #a7f3d0; - } - - .md\:to-green-300 { - --tw-gradient-to: #6ee7b7; - } - - .md\:to-green-400 { - --tw-gradient-to: #34d399; - } - - .md\:to-green-500 { - --tw-gradient-to: #10b981; - } - - .md\:to-green-600 { - --tw-gradient-to: #059669; - } - - .md\:to-green-700 { - --tw-gradient-to: #047857; - } - - .md\:to-green-800 { - --tw-gradient-to: #065f46; - } - - .md\:to-green-900 { - --tw-gradient-to: #064e3b; - } - - .md\:to-blue-50 { - --tw-gradient-to: #eff6ff; - } - - .md\:to-blue-100 { - --tw-gradient-to: #dbeafe; - } - - .md\:to-blue-200 { - --tw-gradient-to: #bfdbfe; - } - - .md\:to-blue-300 { - --tw-gradient-to: #93c5fd; - } - - .md\:to-blue-400 { - --tw-gradient-to: #60a5fa; - } - - .md\:to-blue-500 { - --tw-gradient-to: #3b82f6; - } - - .md\:to-blue-600 { - --tw-gradient-to: #2563eb; - } - - .md\:to-blue-700 { - --tw-gradient-to: #1d4ed8; - } - - .md\:to-blue-800 { - --tw-gradient-to: #1e40af; - } - - .md\:to-blue-900 { - --tw-gradient-to: #1e3a8a; - } - - .md\:to-indigo-50 { - --tw-gradient-to: #eef2ff; - } - - .md\:to-indigo-100 { - --tw-gradient-to: #e0e7ff; - } - - .md\:to-indigo-200 { - --tw-gradient-to: #c7d2fe; - } - - .md\:to-indigo-300 { - --tw-gradient-to: #a5b4fc; - } - - .md\:to-indigo-400 { - --tw-gradient-to: #818cf8; - } - - .md\:to-indigo-500 { - --tw-gradient-to: #6366f1; - } - - .md\:to-indigo-600 { - --tw-gradient-to: #4f46e5; - } - - .md\:to-indigo-700 { - --tw-gradient-to: #4338ca; - } - - .md\:to-indigo-800 { - --tw-gradient-to: #3730a3; - } - - .md\:to-indigo-900 { - --tw-gradient-to: #312e81; - } - - .md\:to-purple-50 { - --tw-gradient-to: #f5f3ff; - } - - .md\:to-purple-100 { - --tw-gradient-to: #ede9fe; - } - - .md\:to-purple-200 { - --tw-gradient-to: #ddd6fe; - } - - .md\:to-purple-300 { - --tw-gradient-to: #c4b5fd; - } - - .md\:to-purple-400 { - --tw-gradient-to: #a78bfa; - } - - .md\:to-purple-500 { - --tw-gradient-to: #8b5cf6; - } - - .md\:to-purple-600 { - --tw-gradient-to: #7c3aed; - } - - .md\:to-purple-700 { - --tw-gradient-to: #6d28d9; - } - - .md\:to-purple-800 { - --tw-gradient-to: #5b21b6; - } - - .md\:to-purple-900 { - --tw-gradient-to: #4c1d95; - } - - .md\:to-pink-50 { - --tw-gradient-to: #fdf2f8; - } - - .md\:to-pink-100 { - --tw-gradient-to: #fce7f3; - } - - .md\:to-pink-200 { - --tw-gradient-to: #fbcfe8; - } - - .md\:to-pink-300 { - --tw-gradient-to: #f9a8d4; - } - - .md\:to-pink-400 { - --tw-gradient-to: #f472b6; - } - - .md\:to-pink-500 { - --tw-gradient-to: #ec4899; - } - - .md\:to-pink-600 { - --tw-gradient-to: #db2777; - } - - .md\:to-pink-700 { - --tw-gradient-to: #be185d; - } - - .md\:to-pink-800 { - --tw-gradient-to: #9d174d; - } - - .md\:to-pink-900 { - --tw-gradient-to: #831843; - } - - .md\:to-primary-50 { - --tw-gradient-to: #F7F6FD; - } - - .md\:to-primary-100 { - --tw-gradient-to: #EEEEFB; - } - - .md\:to-primary-200 { - --tw-gradient-to: #D5D4F5; - } - - .md\:to-primary-300 { - --tw-gradient-to: #BCB9EF; - } - - .md\:to-primary-400 { - --tw-gradient-to: #8A85E4; - } - - .md\:to-primary-500 { - --tw-gradient-to: #5851D8; - } - - .md\:to-primary-600 { - --tw-gradient-to: #4F49C2; - } - - .md\:to-primary-700 { - --tw-gradient-to: #353182; - } - - .md\:to-primary-800 { - --tw-gradient-to: #282461; - } - - .md\:to-primary-900 { - --tw-gradient-to: #1A1841; - } - - .md\:to-danger { - --tw-gradient-to: #FB7178; - } - - .md\:to-success { - --tw-gradient-to: #00C99C; - } - - .md\:to-warning { - --tw-gradient-to: #F3AF4E; - } - - .md\:to-info { - --tw-gradient-to: #15B2EC; - } - - .md\:hover\:from-transparent:hover { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .md\:hover\:from-current:hover { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .md\:hover\:from-black:hover { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .md\:hover\:from-white:hover { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .md\:hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .md\:hover\:from-gray-100:hover { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .md\:hover\:from-gray-200:hover { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .md\:hover\:from-gray-300:hover { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .md\:hover\:from-gray-400:hover { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .md\:hover\:from-gray-500:hover { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .md\:hover\:from-gray-600:hover { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .md\:hover\:from-gray-700:hover { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .md\:hover\:from-gray-800:hover { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .md\:hover\:from-gray-900:hover { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .md\:hover\:from-red-50:hover { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .md\:hover\:from-red-100:hover { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .md\:hover\:from-red-200:hover { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .md\:hover\:from-red-300:hover { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .md\:hover\:from-red-400:hover { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .md\:hover\:from-red-500:hover { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .md\:hover\:from-red-600:hover { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .md\:hover\:from-red-700:hover { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .md\:hover\:from-red-800:hover { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .md\:hover\:from-red-900:hover { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .md\:hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .md\:hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .md\:hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .md\:hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .md\:hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .md\:hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .md\:hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .md\:hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .md\:hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .md\:hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .md\:hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .md\:hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .md\:hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .md\:hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .md\:hover\:from-green-400:hover { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .md\:hover\:from-green-500:hover { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .md\:hover\:from-green-600:hover { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .md\:hover\:from-green-700:hover { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .md\:hover\:from-green-800:hover { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .md\:hover\:from-green-900:hover { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .md\:hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .md\:hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .md\:hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .md\:hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .md\:hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .md\:hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .md\:hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .md\:hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .md\:hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .md\:hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .md\:hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .md\:hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .md\:hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .md\:hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .md\:hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .md\:hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .md\:hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .md\:hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .md\:hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .md\:hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .md\:hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .md\:hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .md\:hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .md\:hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .md\:hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .md\:hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .md\:hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .md\:hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .md\:hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .md\:hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .md\:hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .md\:hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .md\:hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .md\:hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .md\:hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .md\:hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .md\:hover\:from-pink-600:hover { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .md\:hover\:from-pink-700:hover { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .md\:hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .md\:hover\:from-pink-900:hover { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .md\:hover\:from-primary-50:hover { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .md\:hover\:from-primary-100:hover { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .md\:hover\:from-primary-200:hover { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .md\:hover\:from-primary-300:hover { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .md\:hover\:from-primary-400:hover { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .md\:hover\:from-primary-500:hover { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .md\:hover\:from-primary-600:hover { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .md\:hover\:from-primary-700:hover { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .md\:hover\:from-primary-800:hover { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .md\:hover\:from-primary-900:hover { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .md\:hover\:from-danger:hover { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .md\:hover\:from-success:hover { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .md\:hover\:from-warning:hover { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .md\:hover\:from-info:hover { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .md\:hover\:via-transparent:hover { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .md\:hover\:via-current:hover { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .md\:hover\:via-black:hover { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .md\:hover\:via-white:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .md\:hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .md\:hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .md\:hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .md\:hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .md\:hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .md\:hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .md\:hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .md\:hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .md\:hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .md\:hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .md\:hover\:via-red-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .md\:hover\:via-red-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .md\:hover\:via-red-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .md\:hover\:via-red-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .md\:hover\:via-red-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .md\:hover\:via-red-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .md\:hover\:via-red-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .md\:hover\:via-red-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .md\:hover\:via-red-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .md\:hover\:via-red-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .md\:hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .md\:hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .md\:hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .md\:hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .md\:hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .md\:hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .md\:hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .md\:hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .md\:hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .md\:hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .md\:hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .md\:hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .md\:hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .md\:hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .md\:hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .md\:hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .md\:hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .md\:hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .md\:hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .md\:hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .md\:hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .md\:hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .md\:hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .md\:hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .md\:hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .md\:hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .md\:hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .md\:hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .md\:hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .md\:hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .md\:hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .md\:hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .md\:hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .md\:hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .md\:hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .md\:hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .md\:hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .md\:hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .md\:hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .md\:hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .md\:hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .md\:hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .md\:hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .md\:hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .md\:hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .md\:hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .md\:hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .md\:hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .md\:hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .md\:hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .md\:hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .md\:hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .md\:hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .md\:hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .md\:hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .md\:hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .md\:hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .md\:hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .md\:hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .md\:hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .md\:hover\:via-primary-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .md\:hover\:via-primary-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .md\:hover\:via-primary-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .md\:hover\:via-primary-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .md\:hover\:via-primary-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .md\:hover\:via-primary-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .md\:hover\:via-primary-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .md\:hover\:via-primary-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .md\:hover\:via-primary-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .md\:hover\:via-primary-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .md\:hover\:via-danger:hover { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .md\:hover\:via-success:hover { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .md\:hover\:via-warning:hover { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .md\:hover\:via-info:hover { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .md\:hover\:to-transparent:hover { - --tw-gradient-to: transparent; - } - - .md\:hover\:to-current:hover { - --tw-gradient-to: currentColor; - } - - .md\:hover\:to-black:hover { - --tw-gradient-to: #040405; - } - - .md\:hover\:to-white:hover { - --tw-gradient-to: #fff; - } - - .md\:hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb; - } - - .md\:hover\:to-gray-100:hover { - --tw-gradient-to: #f7fafc; - } - - .md\:hover\:to-gray-200:hover { - --tw-gradient-to: #edf2f7; - } - - .md\:hover\:to-gray-300:hover { - --tw-gradient-to: #e2e8f0; - } - - .md\:hover\:to-gray-400:hover { - --tw-gradient-to: #cbd5e0; - } - - .md\:hover\:to-gray-500:hover { - --tw-gradient-to: #a0aec0; - } - - .md\:hover\:to-gray-600:hover { - --tw-gradient-to: #718096; - } - - .md\:hover\:to-gray-700:hover { - --tw-gradient-to: #4a5568; - } - - .md\:hover\:to-gray-800:hover { - --tw-gradient-to: #2d3748; - } - - .md\:hover\:to-gray-900:hover { - --tw-gradient-to: #1a202c; - } - - .md\:hover\:to-red-50:hover { - --tw-gradient-to: #fef2f2; - } - - .md\:hover\:to-red-100:hover { - --tw-gradient-to: #fee2e2; - } - - .md\:hover\:to-red-200:hover { - --tw-gradient-to: #fecaca; - } - - .md\:hover\:to-red-300:hover { - --tw-gradient-to: #fca5a5; - } - - .md\:hover\:to-red-400:hover { - --tw-gradient-to: #f87171; - } - - .md\:hover\:to-red-500:hover { - --tw-gradient-to: #ef4444; - } - - .md\:hover\:to-red-600:hover { - --tw-gradient-to: #dc2626; - } - - .md\:hover\:to-red-700:hover { - --tw-gradient-to: #b91c1c; - } - - .md\:hover\:to-red-800:hover { - --tw-gradient-to: #991b1b; - } - - .md\:hover\:to-red-900:hover { - --tw-gradient-to: #7f1d1d; - } - - .md\:hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb; - } - - .md\:hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7; - } - - .md\:hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a; - } - - .md\:hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d; - } - - .md\:hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24; - } - - .md\:hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b; - } - - .md\:hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706; - } - - .md\:hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309; - } - - .md\:hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e; - } - - .md\:hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f; - } - - .md\:hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5; - } - - .md\:hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5; - } - - .md\:hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0; - } - - .md\:hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7; - } - - .md\:hover\:to-green-400:hover { - --tw-gradient-to: #34d399; - } - - .md\:hover\:to-green-500:hover { - --tw-gradient-to: #10b981; - } - - .md\:hover\:to-green-600:hover { - --tw-gradient-to: #059669; - } - - .md\:hover\:to-green-700:hover { - --tw-gradient-to: #047857; - } - - .md\:hover\:to-green-800:hover { - --tw-gradient-to: #065f46; - } - - .md\:hover\:to-green-900:hover { - --tw-gradient-to: #064e3b; - } - - .md\:hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff; - } - - .md\:hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe; - } - - .md\:hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe; - } - - .md\:hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd; - } - - .md\:hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa; - } - - .md\:hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6; - } - - .md\:hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb; - } - - .md\:hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8; - } - - .md\:hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af; - } - - .md\:hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a; - } - - .md\:hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff; - } - - .md\:hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff; - } - - .md\:hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe; - } - - .md\:hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc; - } - - .md\:hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8; - } - - .md\:hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1; - } - - .md\:hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5; - } - - .md\:hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca; - } - - .md\:hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3; - } - - .md\:hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81; - } - - .md\:hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff; - } - - .md\:hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe; - } - - .md\:hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe; - } - - .md\:hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd; - } - - .md\:hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa; - } - - .md\:hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6; - } - - .md\:hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed; - } - - .md\:hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9; - } - - .md\:hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6; - } - - .md\:hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95; - } - - .md\:hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8; - } - - .md\:hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3; - } - - .md\:hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8; - } - - .md\:hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4; - } - - .md\:hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6; - } - - .md\:hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899; - } - - .md\:hover\:to-pink-600:hover { - --tw-gradient-to: #db2777; - } - - .md\:hover\:to-pink-700:hover { - --tw-gradient-to: #be185d; - } - - .md\:hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d; - } - - .md\:hover\:to-pink-900:hover { - --tw-gradient-to: #831843; - } - - .md\:hover\:to-primary-50:hover { - --tw-gradient-to: #F7F6FD; - } - - .md\:hover\:to-primary-100:hover { - --tw-gradient-to: #EEEEFB; - } - - .md\:hover\:to-primary-200:hover { - --tw-gradient-to: #D5D4F5; - } - - .md\:hover\:to-primary-300:hover { - --tw-gradient-to: #BCB9EF; - } - - .md\:hover\:to-primary-400:hover { - --tw-gradient-to: #8A85E4; - } - - .md\:hover\:to-primary-500:hover { - --tw-gradient-to: #5851D8; - } - - .md\:hover\:to-primary-600:hover { - --tw-gradient-to: #4F49C2; - } - - .md\:hover\:to-primary-700:hover { - --tw-gradient-to: #353182; - } - - .md\:hover\:to-primary-800:hover { - --tw-gradient-to: #282461; - } - - .md\:hover\:to-primary-900:hover { - --tw-gradient-to: #1A1841; - } - - .md\:hover\:to-danger:hover { - --tw-gradient-to: #FB7178; - } - - .md\:hover\:to-success:hover { - --tw-gradient-to: #00C99C; - } - - .md\:hover\:to-warning:hover { - --tw-gradient-to: #F3AF4E; - } - - .md\:hover\:to-info:hover { - --tw-gradient-to: #15B2EC; - } - - .md\:focus\:from-transparent:focus { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .md\:focus\:from-current:focus { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .md\:focus\:from-black:focus { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .md\:focus\:from-white:focus { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .md\:focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .md\:focus\:from-gray-100:focus { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .md\:focus\:from-gray-200:focus { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .md\:focus\:from-gray-300:focus { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .md\:focus\:from-gray-400:focus { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .md\:focus\:from-gray-500:focus { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .md\:focus\:from-gray-600:focus { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .md\:focus\:from-gray-700:focus { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .md\:focus\:from-gray-800:focus { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .md\:focus\:from-gray-900:focus { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .md\:focus\:from-red-50:focus { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .md\:focus\:from-red-100:focus { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .md\:focus\:from-red-200:focus { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .md\:focus\:from-red-300:focus { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .md\:focus\:from-red-400:focus { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .md\:focus\:from-red-500:focus { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .md\:focus\:from-red-600:focus { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .md\:focus\:from-red-700:focus { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .md\:focus\:from-red-800:focus { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .md\:focus\:from-red-900:focus { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .md\:focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .md\:focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .md\:focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .md\:focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .md\:focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .md\:focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .md\:focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .md\:focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .md\:focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .md\:focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .md\:focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .md\:focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .md\:focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .md\:focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .md\:focus\:from-green-400:focus { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .md\:focus\:from-green-500:focus { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .md\:focus\:from-green-600:focus { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .md\:focus\:from-green-700:focus { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .md\:focus\:from-green-800:focus { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .md\:focus\:from-green-900:focus { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .md\:focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .md\:focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .md\:focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .md\:focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .md\:focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .md\:focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .md\:focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .md\:focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .md\:focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .md\:focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .md\:focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .md\:focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .md\:focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .md\:focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .md\:focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .md\:focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .md\:focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .md\:focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .md\:focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .md\:focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .md\:focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .md\:focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .md\:focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .md\:focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .md\:focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .md\:focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .md\:focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .md\:focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .md\:focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .md\:focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .md\:focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .md\:focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .md\:focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .md\:focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .md\:focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .md\:focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .md\:focus\:from-pink-600:focus { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .md\:focus\:from-pink-700:focus { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .md\:focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .md\:focus\:from-pink-900:focus { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .md\:focus\:from-primary-50:focus { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .md\:focus\:from-primary-100:focus { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .md\:focus\:from-primary-200:focus { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .md\:focus\:from-primary-300:focus { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .md\:focus\:from-primary-400:focus { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .md\:focus\:from-primary-500:focus { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .md\:focus\:from-primary-600:focus { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .md\:focus\:from-primary-700:focus { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .md\:focus\:from-primary-800:focus { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .md\:focus\:from-primary-900:focus { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .md\:focus\:from-danger:focus { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .md\:focus\:from-success:focus { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .md\:focus\:from-warning:focus { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .md\:focus\:from-info:focus { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .md\:focus\:via-transparent:focus { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .md\:focus\:via-current:focus { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .md\:focus\:via-black:focus { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .md\:focus\:via-white:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .md\:focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .md\:focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .md\:focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .md\:focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .md\:focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .md\:focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .md\:focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .md\:focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .md\:focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .md\:focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .md\:focus\:via-red-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .md\:focus\:via-red-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .md\:focus\:via-red-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .md\:focus\:via-red-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .md\:focus\:via-red-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .md\:focus\:via-red-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .md\:focus\:via-red-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .md\:focus\:via-red-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .md\:focus\:via-red-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .md\:focus\:via-red-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .md\:focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .md\:focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .md\:focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .md\:focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .md\:focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .md\:focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .md\:focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .md\:focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .md\:focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .md\:focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .md\:focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .md\:focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .md\:focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .md\:focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .md\:focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .md\:focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .md\:focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .md\:focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .md\:focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .md\:focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .md\:focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .md\:focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .md\:focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .md\:focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .md\:focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .md\:focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .md\:focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .md\:focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .md\:focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .md\:focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .md\:focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .md\:focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .md\:focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .md\:focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .md\:focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .md\:focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .md\:focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .md\:focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .md\:focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .md\:focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .md\:focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .md\:focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .md\:focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .md\:focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .md\:focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .md\:focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .md\:focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .md\:focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .md\:focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .md\:focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .md\:focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .md\:focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .md\:focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .md\:focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .md\:focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .md\:focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .md\:focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .md\:focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .md\:focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .md\:focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .md\:focus\:via-primary-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .md\:focus\:via-primary-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .md\:focus\:via-primary-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .md\:focus\:via-primary-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .md\:focus\:via-primary-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .md\:focus\:via-primary-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .md\:focus\:via-primary-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .md\:focus\:via-primary-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .md\:focus\:via-primary-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .md\:focus\:via-primary-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .md\:focus\:via-danger:focus { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .md\:focus\:via-success:focus { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .md\:focus\:via-warning:focus { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .md\:focus\:via-info:focus { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .md\:focus\:to-transparent:focus { - --tw-gradient-to: transparent; - } - - .md\:focus\:to-current:focus { - --tw-gradient-to: currentColor; - } - - .md\:focus\:to-black:focus { - --tw-gradient-to: #040405; - } - - .md\:focus\:to-white:focus { - --tw-gradient-to: #fff; - } - - .md\:focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb; - } - - .md\:focus\:to-gray-100:focus { - --tw-gradient-to: #f7fafc; - } - - .md\:focus\:to-gray-200:focus { - --tw-gradient-to: #edf2f7; - } - - .md\:focus\:to-gray-300:focus { - --tw-gradient-to: #e2e8f0; - } - - .md\:focus\:to-gray-400:focus { - --tw-gradient-to: #cbd5e0; - } - - .md\:focus\:to-gray-500:focus { - --tw-gradient-to: #a0aec0; - } - - .md\:focus\:to-gray-600:focus { - --tw-gradient-to: #718096; - } - - .md\:focus\:to-gray-700:focus { - --tw-gradient-to: #4a5568; - } - - .md\:focus\:to-gray-800:focus { - --tw-gradient-to: #2d3748; - } - - .md\:focus\:to-gray-900:focus { - --tw-gradient-to: #1a202c; - } - - .md\:focus\:to-red-50:focus { - --tw-gradient-to: #fef2f2; - } - - .md\:focus\:to-red-100:focus { - --tw-gradient-to: #fee2e2; - } - - .md\:focus\:to-red-200:focus { - --tw-gradient-to: #fecaca; - } - - .md\:focus\:to-red-300:focus { - --tw-gradient-to: #fca5a5; - } - - .md\:focus\:to-red-400:focus { - --tw-gradient-to: #f87171; - } - - .md\:focus\:to-red-500:focus { - --tw-gradient-to: #ef4444; - } - - .md\:focus\:to-red-600:focus { - --tw-gradient-to: #dc2626; - } - - .md\:focus\:to-red-700:focus { - --tw-gradient-to: #b91c1c; - } - - .md\:focus\:to-red-800:focus { - --tw-gradient-to: #991b1b; - } - - .md\:focus\:to-red-900:focus { - --tw-gradient-to: #7f1d1d; - } - - .md\:focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb; - } - - .md\:focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7; - } - - .md\:focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a; - } - - .md\:focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d; - } - - .md\:focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24; - } - - .md\:focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b; - } - - .md\:focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706; - } - - .md\:focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309; - } - - .md\:focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e; - } - - .md\:focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f; - } - - .md\:focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5; - } - - .md\:focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5; - } - - .md\:focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0; - } - - .md\:focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7; - } - - .md\:focus\:to-green-400:focus { - --tw-gradient-to: #34d399; - } - - .md\:focus\:to-green-500:focus { - --tw-gradient-to: #10b981; - } - - .md\:focus\:to-green-600:focus { - --tw-gradient-to: #059669; - } - - .md\:focus\:to-green-700:focus { - --tw-gradient-to: #047857; - } - - .md\:focus\:to-green-800:focus { - --tw-gradient-to: #065f46; - } - - .md\:focus\:to-green-900:focus { - --tw-gradient-to: #064e3b; - } - - .md\:focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff; - } - - .md\:focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe; - } - - .md\:focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe; - } - - .md\:focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd; - } - - .md\:focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa; - } - - .md\:focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6; - } - - .md\:focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb; - } - - .md\:focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8; - } - - .md\:focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af; - } - - .md\:focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a; - } - - .md\:focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff; - } - - .md\:focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff; - } - - .md\:focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe; - } - - .md\:focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc; - } - - .md\:focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8; - } - - .md\:focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1; - } - - .md\:focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5; - } - - .md\:focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca; - } - - .md\:focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3; - } - - .md\:focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81; - } - - .md\:focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff; - } - - .md\:focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe; - } - - .md\:focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe; - } - - .md\:focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd; - } - - .md\:focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa; - } - - .md\:focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6; - } - - .md\:focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed; - } - - .md\:focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9; - } - - .md\:focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6; - } - - .md\:focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95; - } - - .md\:focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8; - } - - .md\:focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3; - } - - .md\:focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8; - } - - .md\:focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4; - } - - .md\:focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6; - } - - .md\:focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899; - } - - .md\:focus\:to-pink-600:focus { - --tw-gradient-to: #db2777; - } - - .md\:focus\:to-pink-700:focus { - --tw-gradient-to: #be185d; - } - - .md\:focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d; - } - - .md\:focus\:to-pink-900:focus { - --tw-gradient-to: #831843; - } - - .md\:focus\:to-primary-50:focus { - --tw-gradient-to: #F7F6FD; - } - - .md\:focus\:to-primary-100:focus { - --tw-gradient-to: #EEEEFB; - } - - .md\:focus\:to-primary-200:focus { - --tw-gradient-to: #D5D4F5; - } - - .md\:focus\:to-primary-300:focus { - --tw-gradient-to: #BCB9EF; - } - - .md\:focus\:to-primary-400:focus { - --tw-gradient-to: #8A85E4; - } - - .md\:focus\:to-primary-500:focus { - --tw-gradient-to: #5851D8; - } - - .md\:focus\:to-primary-600:focus { - --tw-gradient-to: #4F49C2; - } - - .md\:focus\:to-primary-700:focus { - --tw-gradient-to: #353182; - } - - .md\:focus\:to-primary-800:focus { - --tw-gradient-to: #282461; - } - - .md\:focus\:to-primary-900:focus { - --tw-gradient-to: #1A1841; - } - - .md\:focus\:to-danger:focus { - --tw-gradient-to: #FB7178; - } - - .md\:focus\:to-success:focus { - --tw-gradient-to: #00C99C; - } - - .md\:focus\:to-warning:focus { - --tw-gradient-to: #F3AF4E; - } - - .md\:focus\:to-info:focus { - --tw-gradient-to: #15B2EC; - } - - .md\:bg-opacity-0 { - --tw-bg-opacity: 0; - } - - .md\:bg-opacity-5 { - --tw-bg-opacity: 0.05; - } - - .md\:bg-opacity-10 { - --tw-bg-opacity: 0.1; - } - - .md\:bg-opacity-20 { - --tw-bg-opacity: 0.2; - } - - .md\:bg-opacity-25 { - --tw-bg-opacity: 0.25; - } - - .md\:bg-opacity-30 { - --tw-bg-opacity: 0.3; - } - - .md\:bg-opacity-40 { - --tw-bg-opacity: 0.4; - } - - .md\:bg-opacity-50 { - --tw-bg-opacity: 0.5; - } - - .md\:bg-opacity-60 { - --tw-bg-opacity: 0.6; - } - - .md\:bg-opacity-70 { - --tw-bg-opacity: 0.7; - } - - .md\:bg-opacity-75 { - --tw-bg-opacity: 0.75; - } - - .md\:bg-opacity-80 { - --tw-bg-opacity: 0.8; - } - - .md\:bg-opacity-90 { - --tw-bg-opacity: 0.9; - } - - .md\:bg-opacity-95 { - --tw-bg-opacity: 0.95; - } - - .md\:bg-opacity-100 { - --tw-bg-opacity: 1; - } - - .group:hover .md\:group-hover\:bg-opacity-0 { - --tw-bg-opacity: 0; - } - - .group:hover .md\:group-hover\:bg-opacity-5 { - --tw-bg-opacity: 0.05; - } - - .group:hover .md\:group-hover\:bg-opacity-10 { - --tw-bg-opacity: 0.1; - } - - .group:hover .md\:group-hover\:bg-opacity-20 { - --tw-bg-opacity: 0.2; - } - - .group:hover .md\:group-hover\:bg-opacity-25 { - --tw-bg-opacity: 0.25; - } - - .group:hover .md\:group-hover\:bg-opacity-30 { - --tw-bg-opacity: 0.3; - } - - .group:hover .md\:group-hover\:bg-opacity-40 { - --tw-bg-opacity: 0.4; - } - - .group:hover .md\:group-hover\:bg-opacity-50 { - --tw-bg-opacity: 0.5; - } - - .group:hover .md\:group-hover\:bg-opacity-60 { - --tw-bg-opacity: 0.6; - } - - .group:hover .md\:group-hover\:bg-opacity-70 { - --tw-bg-opacity: 0.7; - } - - .group:hover .md\:group-hover\:bg-opacity-75 { - --tw-bg-opacity: 0.75; - } - - .group:hover .md\:group-hover\:bg-opacity-80 { - --tw-bg-opacity: 0.8; - } - - .group:hover .md\:group-hover\:bg-opacity-90 { - --tw-bg-opacity: 0.9; - } - - .group:hover .md\:group-hover\:bg-opacity-95 { - --tw-bg-opacity: 0.95; - } - - .group:hover .md\:group-hover\:bg-opacity-100 { - --tw-bg-opacity: 1; - } - - .md\:focus-within\:bg-opacity-0:focus-within { - --tw-bg-opacity: 0; - } - - .md\:focus-within\:bg-opacity-5:focus-within { - --tw-bg-opacity: 0.05; - } - - .md\:focus-within\:bg-opacity-10:focus-within { - --tw-bg-opacity: 0.1; - } - - .md\:focus-within\:bg-opacity-20:focus-within { - --tw-bg-opacity: 0.2; - } - - .md\:focus-within\:bg-opacity-25:focus-within { - --tw-bg-opacity: 0.25; - } - - .md\:focus-within\:bg-opacity-30:focus-within { - --tw-bg-opacity: 0.3; - } - - .md\:focus-within\:bg-opacity-40:focus-within { - --tw-bg-opacity: 0.4; - } - - .md\:focus-within\:bg-opacity-50:focus-within { - --tw-bg-opacity: 0.5; - } - - .md\:focus-within\:bg-opacity-60:focus-within { - --tw-bg-opacity: 0.6; - } - - .md\:focus-within\:bg-opacity-70:focus-within { - --tw-bg-opacity: 0.7; - } - - .md\:focus-within\:bg-opacity-75:focus-within { - --tw-bg-opacity: 0.75; - } - - .md\:focus-within\:bg-opacity-80:focus-within { - --tw-bg-opacity: 0.8; - } - - .md\:focus-within\:bg-opacity-90:focus-within { - --tw-bg-opacity: 0.9; - } - - .md\:focus-within\:bg-opacity-95:focus-within { - --tw-bg-opacity: 0.95; - } - - .md\:focus-within\:bg-opacity-100:focus-within { - --tw-bg-opacity: 1; - } - - .md\:hover\:bg-opacity-0:hover { - --tw-bg-opacity: 0; - } - - .md\:hover\:bg-opacity-5:hover { - --tw-bg-opacity: 0.05; - } - - .md\:hover\:bg-opacity-10:hover { - --tw-bg-opacity: 0.1; - } - - .md\:hover\:bg-opacity-20:hover { - --tw-bg-opacity: 0.2; - } - - .md\:hover\:bg-opacity-25:hover { - --tw-bg-opacity: 0.25; - } - - .md\:hover\:bg-opacity-30:hover { - --tw-bg-opacity: 0.3; - } - - .md\:hover\:bg-opacity-40:hover { - --tw-bg-opacity: 0.4; - } - - .md\:hover\:bg-opacity-50:hover { - --tw-bg-opacity: 0.5; - } - - .md\:hover\:bg-opacity-60:hover { - --tw-bg-opacity: 0.6; - } - - .md\:hover\:bg-opacity-70:hover { - --tw-bg-opacity: 0.7; - } - - .md\:hover\:bg-opacity-75:hover { - --tw-bg-opacity: 0.75; - } - - .md\:hover\:bg-opacity-80:hover { - --tw-bg-opacity: 0.8; - } - - .md\:hover\:bg-opacity-90:hover { - --tw-bg-opacity: 0.9; - } - - .md\:hover\:bg-opacity-95:hover { - --tw-bg-opacity: 0.95; - } - - .md\:hover\:bg-opacity-100:hover { - --tw-bg-opacity: 1; - } - - .md\:focus\:bg-opacity-0:focus { - --tw-bg-opacity: 0; - } - - .md\:focus\:bg-opacity-5:focus { - --tw-bg-opacity: 0.05; - } - - .md\:focus\:bg-opacity-10:focus { - --tw-bg-opacity: 0.1; - } - - .md\:focus\:bg-opacity-20:focus { - --tw-bg-opacity: 0.2; - } - - .md\:focus\:bg-opacity-25:focus { - --tw-bg-opacity: 0.25; - } - - .md\:focus\:bg-opacity-30:focus { - --tw-bg-opacity: 0.3; - } - - .md\:focus\:bg-opacity-40:focus { - --tw-bg-opacity: 0.4; - } - - .md\:focus\:bg-opacity-50:focus { - --tw-bg-opacity: 0.5; - } - - .md\:focus\:bg-opacity-60:focus { - --tw-bg-opacity: 0.6; - } - - .md\:focus\:bg-opacity-70:focus { - --tw-bg-opacity: 0.7; - } - - .md\:focus\:bg-opacity-75:focus { - --tw-bg-opacity: 0.75; - } - - .md\:focus\:bg-opacity-80:focus { - --tw-bg-opacity: 0.8; - } - - .md\:focus\:bg-opacity-90:focus { - --tw-bg-opacity: 0.9; - } - - .md\:focus\:bg-opacity-95:focus { - --tw-bg-opacity: 0.95; - } - - .md\:focus\:bg-opacity-100:focus { - --tw-bg-opacity: 1; - } - - .md\:bg-bottom { - background-position: bottom; - } - - .md\:bg-center { - background-position: center; - } - - .md\:bg-left { - background-position: left; - } - - .md\:bg-left-bottom { - background-position: left bottom; - } - - .md\:bg-left-top { - background-position: left top; - } - - .md\:bg-right { - background-position: right; - } - - .md\:bg-right-bottom { - background-position: right bottom; - } - - .md\:bg-right-top { - background-position: right top; - } - - .md\:bg-top { - background-position: top; - } - - .md\:bg-repeat { - background-repeat: repeat; - } - - .md\:bg-no-repeat { - background-repeat: no-repeat; - } - - .md\:bg-repeat-x { - background-repeat: repeat-x; - } - - .md\:bg-repeat-y { - background-repeat: repeat-y; - } - - .md\:bg-repeat-round { - background-repeat: round; - } - - .md\:bg-repeat-space { - background-repeat: space; - } - - .md\:bg-auto { - background-size: auto; - } - - .md\:bg-cover { - background-size: cover; - } - - .md\:bg-contain { - background-size: contain; - } - - .md\:border-collapse { - border-collapse: collapse; - } - - .md\:border-separate { - border-collapse: separate; - } - - .md\:border-transparent { - border-color: transparent; - } - - .md\:border-current { - border-color: currentColor; - } - - .md\:border-black { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .md\:border-white { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .md\:border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .md\:border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .md\:border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .md\:border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .md\:border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .md\:border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .md\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .md\:border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .md\:border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .md\:border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .md\:border-red-50 { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .md\:border-red-100 { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .md\:border-red-200 { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .md\:border-red-300 { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .md\:border-red-400 { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .md\:border-red-500 { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .md\:border-red-600 { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .md\:border-red-700 { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .md\:border-red-800 { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .md\:border-red-900 { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .md\:border-yellow-50 { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .md\:border-yellow-100 { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .md\:border-yellow-200 { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .md\:border-yellow-300 { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .md\:border-yellow-400 { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .md\:border-yellow-500 { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .md\:border-yellow-600 { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .md\:border-yellow-700 { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .md\:border-yellow-800 { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .md\:border-yellow-900 { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .md\:border-green-50 { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .md\:border-green-100 { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .md\:border-green-200 { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .md\:border-green-300 { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .md\:border-green-400 { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .md\:border-green-500 { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .md\:border-green-600 { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .md\:border-green-700 { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .md\:border-green-800 { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .md\:border-green-900 { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .md\:border-blue-50 { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .md\:border-blue-100 { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .md\:border-blue-200 { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .md\:border-blue-300 { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .md\:border-blue-400 { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .md\:border-blue-500 { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .md\:border-blue-600 { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .md\:border-blue-700 { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .md\:border-blue-800 { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .md\:border-blue-900 { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .md\:border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .md\:border-indigo-100 { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .md\:border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .md\:border-indigo-300 { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .md\:border-indigo-400 { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .md\:border-indigo-500 { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .md\:border-indigo-600 { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .md\:border-indigo-700 { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .md\:border-indigo-800 { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .md\:border-indigo-900 { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .md\:border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .md\:border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .md\:border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .md\:border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .md\:border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .md\:border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .md\:border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .md\:border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .md\:border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .md\:border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .md\:border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .md\:border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .md\:border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .md\:border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .md\:border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .md\:border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .md\:border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .md\:border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .md\:border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .md\:border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .md\:border-primary-50 { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .md\:border-primary-100 { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .md\:border-primary-200 { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .md\:border-primary-300 { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .md\:border-primary-400 { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .md\:border-primary-500 { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .md\:border-primary-600 { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .md\:border-primary-700 { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .md\:border-primary-800 { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .md\:border-primary-900 { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .md\:border-danger { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .md\:border-success { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .md\:border-warning { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .md\:border-info { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .md\:hover\:border-transparent:hover { - border-color: transparent; - } - - .md\:hover\:border-current:hover { - border-color: currentColor; - } - - .md\:hover\:border-black:hover { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .md\:hover\:border-white:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-50:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-100:hover { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-200:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-300:hover { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-400:hover { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-500:hover { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-600:hover { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-700:hover { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-800:hover { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-900:hover { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .md\:hover\:border-red-50:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .md\:hover\:border-red-100:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .md\:hover\:border-red-200:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .md\:hover\:border-red-300:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .md\:hover\:border-red-400:hover { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .md\:hover\:border-red-500:hover { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .md\:hover\:border-red-600:hover { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .md\:hover\:border-red-700:hover { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .md\:hover\:border-red-800:hover { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .md\:hover\:border-red-900:hover { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .md\:hover\:border-yellow-50:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .md\:hover\:border-yellow-100:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .md\:hover\:border-yellow-200:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .md\:hover\:border-yellow-300:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .md\:hover\:border-yellow-400:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .md\:hover\:border-yellow-500:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .md\:hover\:border-yellow-600:hover { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .md\:hover\:border-yellow-700:hover { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .md\:hover\:border-yellow-800:hover { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .md\:hover\:border-yellow-900:hover { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .md\:hover\:border-green-50:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .md\:hover\:border-green-100:hover { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .md\:hover\:border-green-200:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .md\:hover\:border-green-300:hover { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .md\:hover\:border-green-400:hover { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .md\:hover\:border-green-500:hover { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .md\:hover\:border-green-600:hover { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .md\:hover\:border-green-700:hover { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .md\:hover\:border-green-800:hover { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .md\:hover\:border-green-900:hover { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .md\:hover\:border-blue-50:hover { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .md\:hover\:border-blue-100:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .md\:hover\:border-blue-200:hover { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .md\:hover\:border-blue-300:hover { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .md\:hover\:border-blue-400:hover { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .md\:hover\:border-blue-500:hover { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .md\:hover\:border-blue-600:hover { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .md\:hover\:border-blue-700:hover { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .md\:hover\:border-blue-800:hover { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .md\:hover\:border-blue-900:hover { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .md\:hover\:border-indigo-50:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .md\:hover\:border-indigo-100:hover { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .md\:hover\:border-indigo-200:hover { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .md\:hover\:border-indigo-300:hover { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .md\:hover\:border-indigo-400:hover { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .md\:hover\:border-indigo-500:hover { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .md\:hover\:border-indigo-600:hover { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .md\:hover\:border-indigo-700:hover { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .md\:hover\:border-indigo-800:hover { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .md\:hover\:border-indigo-900:hover { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-50:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-100:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-200:hover { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-300:hover { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-400:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-500:hover { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-600:hover { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-700:hover { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-800:hover { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-900:hover { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-50:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-100:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-200:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-300:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-400:hover { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-500:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-600:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-700:hover { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-800:hover { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-900:hover { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .md\:hover\:border-primary-50:hover { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .md\:hover\:border-primary-100:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .md\:hover\:border-primary-200:hover { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .md\:hover\:border-primary-300:hover { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .md\:hover\:border-primary-400:hover { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .md\:hover\:border-primary-500:hover { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .md\:hover\:border-primary-600:hover { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .md\:hover\:border-primary-700:hover { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .md\:hover\:border-primary-800:hover { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .md\:hover\:border-primary-900:hover { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .md\:hover\:border-danger:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .md\:hover\:border-success:hover { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .md\:hover\:border-warning:hover { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .md\:hover\:border-info:hover { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .md\:focus\:border-transparent:focus { - border-color: transparent; - } - - .md\:focus\:border-current:focus { - border-color: currentColor; - } - - .md\:focus\:border-black:focus { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .md\:focus\:border-white:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-50:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-100:focus { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-200:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-300:focus { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-400:focus { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-500:focus { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-600:focus { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-700:focus { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-800:focus { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-900:focus { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .md\:focus\:border-red-50:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .md\:focus\:border-red-100:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .md\:focus\:border-red-200:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .md\:focus\:border-red-300:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .md\:focus\:border-red-400:focus { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .md\:focus\:border-red-500:focus { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .md\:focus\:border-red-600:focus { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .md\:focus\:border-red-700:focus { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .md\:focus\:border-red-800:focus { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .md\:focus\:border-red-900:focus { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .md\:focus\:border-yellow-50:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .md\:focus\:border-yellow-100:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .md\:focus\:border-yellow-200:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .md\:focus\:border-yellow-300:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .md\:focus\:border-yellow-400:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .md\:focus\:border-yellow-500:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .md\:focus\:border-yellow-600:focus { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .md\:focus\:border-yellow-700:focus { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .md\:focus\:border-yellow-800:focus { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .md\:focus\:border-yellow-900:focus { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .md\:focus\:border-green-50:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .md\:focus\:border-green-100:focus { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .md\:focus\:border-green-200:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .md\:focus\:border-green-300:focus { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .md\:focus\:border-green-400:focus { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .md\:focus\:border-green-500:focus { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .md\:focus\:border-green-600:focus { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .md\:focus\:border-green-700:focus { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .md\:focus\:border-green-800:focus { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .md\:focus\:border-green-900:focus { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .md\:focus\:border-blue-50:focus { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .md\:focus\:border-blue-100:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .md\:focus\:border-blue-200:focus { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .md\:focus\:border-blue-300:focus { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .md\:focus\:border-blue-400:focus { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .md\:focus\:border-blue-500:focus { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .md\:focus\:border-blue-600:focus { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .md\:focus\:border-blue-700:focus { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .md\:focus\:border-blue-800:focus { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .md\:focus\:border-blue-900:focus { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .md\:focus\:border-indigo-50:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .md\:focus\:border-indigo-100:focus { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .md\:focus\:border-indigo-200:focus { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .md\:focus\:border-indigo-300:focus { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .md\:focus\:border-indigo-400:focus { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .md\:focus\:border-indigo-500:focus { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .md\:focus\:border-indigo-600:focus { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .md\:focus\:border-indigo-700:focus { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .md\:focus\:border-indigo-800:focus { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .md\:focus\:border-indigo-900:focus { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-50:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-100:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-200:focus { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-300:focus { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-400:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-500:focus { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-600:focus { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-700:focus { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-800:focus { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-900:focus { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-50:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-100:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-200:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-300:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-400:focus { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-500:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-600:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-700:focus { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-800:focus { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-900:focus { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .md\:focus\:border-primary-50:focus { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .md\:focus\:border-primary-100:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .md\:focus\:border-primary-200:focus { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .md\:focus\:border-primary-300:focus { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .md\:focus\:border-primary-400:focus { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .md\:focus\:border-primary-500:focus { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .md\:focus\:border-primary-600:focus { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .md\:focus\:border-primary-700:focus { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .md\:focus\:border-primary-800:focus { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .md\:focus\:border-primary-900:focus { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .md\:focus\:border-danger:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .md\:focus\:border-success:focus { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .md\:focus\:border-warning:focus { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .md\:focus\:border-info:focus { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .md\:active\:border-transparent:active { - border-color: transparent; - } - - .md\:active\:border-current:active { - border-color: currentColor; - } - - .md\:active\:border-black:active { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .md\:active\:border-white:active { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .md\:active\:border-gray-50:active { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .md\:active\:border-gray-100:active { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .md\:active\:border-gray-200:active { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .md\:active\:border-gray-300:active { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .md\:active\:border-gray-400:active { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .md\:active\:border-gray-500:active { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .md\:active\:border-gray-600:active { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .md\:active\:border-gray-700:active { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .md\:active\:border-gray-800:active { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .md\:active\:border-gray-900:active { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .md\:active\:border-red-50:active { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .md\:active\:border-red-100:active { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .md\:active\:border-red-200:active { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .md\:active\:border-red-300:active { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .md\:active\:border-red-400:active { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .md\:active\:border-red-500:active { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .md\:active\:border-red-600:active { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .md\:active\:border-red-700:active { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .md\:active\:border-red-800:active { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .md\:active\:border-red-900:active { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .md\:active\:border-yellow-50:active { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .md\:active\:border-yellow-100:active { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .md\:active\:border-yellow-200:active { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .md\:active\:border-yellow-300:active { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .md\:active\:border-yellow-400:active { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .md\:active\:border-yellow-500:active { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .md\:active\:border-yellow-600:active { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .md\:active\:border-yellow-700:active { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .md\:active\:border-yellow-800:active { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .md\:active\:border-yellow-900:active { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .md\:active\:border-green-50:active { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .md\:active\:border-green-100:active { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .md\:active\:border-green-200:active { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .md\:active\:border-green-300:active { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .md\:active\:border-green-400:active { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .md\:active\:border-green-500:active { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .md\:active\:border-green-600:active { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .md\:active\:border-green-700:active { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .md\:active\:border-green-800:active { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .md\:active\:border-green-900:active { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .md\:active\:border-blue-50:active { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .md\:active\:border-blue-100:active { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .md\:active\:border-blue-200:active { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .md\:active\:border-blue-300:active { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .md\:active\:border-blue-400:active { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .md\:active\:border-blue-500:active { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .md\:active\:border-blue-600:active { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .md\:active\:border-blue-700:active { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .md\:active\:border-blue-800:active { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .md\:active\:border-blue-900:active { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .md\:active\:border-indigo-50:active { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .md\:active\:border-indigo-100:active { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .md\:active\:border-indigo-200:active { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .md\:active\:border-indigo-300:active { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .md\:active\:border-indigo-400:active { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .md\:active\:border-indigo-500:active { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .md\:active\:border-indigo-600:active { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .md\:active\:border-indigo-700:active { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .md\:active\:border-indigo-800:active { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .md\:active\:border-indigo-900:active { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .md\:active\:border-purple-50:active { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .md\:active\:border-purple-100:active { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .md\:active\:border-purple-200:active { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .md\:active\:border-purple-300:active { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .md\:active\:border-purple-400:active { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .md\:active\:border-purple-500:active { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .md\:active\:border-purple-600:active { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .md\:active\:border-purple-700:active { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .md\:active\:border-purple-800:active { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .md\:active\:border-purple-900:active { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .md\:active\:border-pink-50:active { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .md\:active\:border-pink-100:active { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .md\:active\:border-pink-200:active { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .md\:active\:border-pink-300:active { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .md\:active\:border-pink-400:active { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .md\:active\:border-pink-500:active { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .md\:active\:border-pink-600:active { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .md\:active\:border-pink-700:active { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .md\:active\:border-pink-800:active { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .md\:active\:border-pink-900:active { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .md\:active\:border-primary-50:active { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .md\:active\:border-primary-100:active { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .md\:active\:border-primary-200:active { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .md\:active\:border-primary-300:active { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .md\:active\:border-primary-400:active { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .md\:active\:border-primary-500:active { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .md\:active\:border-primary-600:active { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .md\:active\:border-primary-700:active { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .md\:active\:border-primary-800:active { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .md\:active\:border-primary-900:active { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .md\:active\:border-danger:active { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .md\:active\:border-success:active { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .md\:active\:border-warning:active { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .md\:active\:border-info:active { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-transparent:focus-within { - border-color: transparent; - } - - .md\:focus-within\:border-current:focus-within { - border-color: currentColor; - } - - .md\:focus-within\:border-black:focus-within { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-white:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-red-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-red-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-red-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-red-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-red-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-red-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-red-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-red-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-red-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-red-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-yellow-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-yellow-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-yellow-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-yellow-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-yellow-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-yellow-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-yellow-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-yellow-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-yellow-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-yellow-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-green-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-green-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-green-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-green-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-green-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-green-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-green-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-green-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-green-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-green-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-blue-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-blue-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-blue-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-blue-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-blue-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-blue-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-blue-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-blue-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-blue-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-blue-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-indigo-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-indigo-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-indigo-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-indigo-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-indigo-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-indigo-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-indigo-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-indigo-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-primary-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-primary-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-primary-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-primary-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-primary-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-primary-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-primary-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-primary-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-primary-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-primary-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-danger:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-success:focus-within { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-warning:focus-within { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-info:focus-within { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .md\:border-opacity-0 { - --tw-border-opacity: 0; - } - - .md\:border-opacity-5 { - --tw-border-opacity: 0.05; - } - - .md\:border-opacity-10 { - --tw-border-opacity: 0.1; - } - - .md\:border-opacity-20 { - --tw-border-opacity: 0.2; - } - - .md\:border-opacity-25 { - --tw-border-opacity: 0.25; - } - - .md\:border-opacity-30 { - --tw-border-opacity: 0.3; - } - - .md\:border-opacity-40 { - --tw-border-opacity: 0.4; - } - - .md\:border-opacity-50 { - --tw-border-opacity: 0.5; - } - - .md\:border-opacity-60 { - --tw-border-opacity: 0.6; - } - - .md\:border-opacity-70 { - --tw-border-opacity: 0.7; - } - - .md\:border-opacity-75 { - --tw-border-opacity: 0.75; - } - - .md\:border-opacity-80 { - --tw-border-opacity: 0.8; - } - - .md\:border-opacity-90 { - --tw-border-opacity: 0.9; - } - - .md\:border-opacity-95 { - --tw-border-opacity: 0.95; - } - - .md\:border-opacity-100 { - --tw-border-opacity: 1; - } - - .group:hover .md\:group-hover\:border-opacity-0 { - --tw-border-opacity: 0; - } - - .group:hover .md\:group-hover\:border-opacity-5 { - --tw-border-opacity: 0.05; - } - - .group:hover .md\:group-hover\:border-opacity-10 { - --tw-border-opacity: 0.1; - } - - .group:hover .md\:group-hover\:border-opacity-20 { - --tw-border-opacity: 0.2; - } - - .group:hover .md\:group-hover\:border-opacity-25 { - --tw-border-opacity: 0.25; - } - - .group:hover .md\:group-hover\:border-opacity-30 { - --tw-border-opacity: 0.3; - } - - .group:hover .md\:group-hover\:border-opacity-40 { - --tw-border-opacity: 0.4; - } - - .group:hover .md\:group-hover\:border-opacity-50 { - --tw-border-opacity: 0.5; - } - - .group:hover .md\:group-hover\:border-opacity-60 { - --tw-border-opacity: 0.6; - } - - .group:hover .md\:group-hover\:border-opacity-70 { - --tw-border-opacity: 0.7; - } - - .group:hover .md\:group-hover\:border-opacity-75 { - --tw-border-opacity: 0.75; - } - - .group:hover .md\:group-hover\:border-opacity-80 { - --tw-border-opacity: 0.8; - } - - .group:hover .md\:group-hover\:border-opacity-90 { - --tw-border-opacity: 0.9; - } - - .group:hover .md\:group-hover\:border-opacity-95 { - --tw-border-opacity: 0.95; - } - - .group:hover .md\:group-hover\:border-opacity-100 { - --tw-border-opacity: 1; - } - - .md\:focus-within\:border-opacity-0:focus-within { - --tw-border-opacity: 0; - } - - .md\:focus-within\:border-opacity-5:focus-within { - --tw-border-opacity: 0.05; - } - - .md\:focus-within\:border-opacity-10:focus-within { - --tw-border-opacity: 0.1; - } - - .md\:focus-within\:border-opacity-20:focus-within { - --tw-border-opacity: 0.2; - } - - .md\:focus-within\:border-opacity-25:focus-within { - --tw-border-opacity: 0.25; - } - - .md\:focus-within\:border-opacity-30:focus-within { - --tw-border-opacity: 0.3; - } - - .md\:focus-within\:border-opacity-40:focus-within { - --tw-border-opacity: 0.4; - } - - .md\:focus-within\:border-opacity-50:focus-within { - --tw-border-opacity: 0.5; - } - - .md\:focus-within\:border-opacity-60:focus-within { - --tw-border-opacity: 0.6; - } - - .md\:focus-within\:border-opacity-70:focus-within { - --tw-border-opacity: 0.7; - } - - .md\:focus-within\:border-opacity-75:focus-within { - --tw-border-opacity: 0.75; - } - - .md\:focus-within\:border-opacity-80:focus-within { - --tw-border-opacity: 0.8; - } - - .md\:focus-within\:border-opacity-90:focus-within { - --tw-border-opacity: 0.9; - } - - .md\:focus-within\:border-opacity-95:focus-within { - --tw-border-opacity: 0.95; - } - - .md\:focus-within\:border-opacity-100:focus-within { - --tw-border-opacity: 1; - } - - .md\:hover\:border-opacity-0:hover { - --tw-border-opacity: 0; - } - - .md\:hover\:border-opacity-5:hover { - --tw-border-opacity: 0.05; - } - - .md\:hover\:border-opacity-10:hover { - --tw-border-opacity: 0.1; - } - - .md\:hover\:border-opacity-20:hover { - --tw-border-opacity: 0.2; - } - - .md\:hover\:border-opacity-25:hover { - --tw-border-opacity: 0.25; - } - - .md\:hover\:border-opacity-30:hover { - --tw-border-opacity: 0.3; - } - - .md\:hover\:border-opacity-40:hover { - --tw-border-opacity: 0.4; - } - - .md\:hover\:border-opacity-50:hover { - --tw-border-opacity: 0.5; - } - - .md\:hover\:border-opacity-60:hover { - --tw-border-opacity: 0.6; - } - - .md\:hover\:border-opacity-70:hover { - --tw-border-opacity: 0.7; - } - - .md\:hover\:border-opacity-75:hover { - --tw-border-opacity: 0.75; - } - - .md\:hover\:border-opacity-80:hover { - --tw-border-opacity: 0.8; - } - - .md\:hover\:border-opacity-90:hover { - --tw-border-opacity: 0.9; - } - - .md\:hover\:border-opacity-95:hover { - --tw-border-opacity: 0.95; - } - - .md\:hover\:border-opacity-100:hover { - --tw-border-opacity: 1; - } - - .md\:focus\:border-opacity-0:focus { - --tw-border-opacity: 0; - } - - .md\:focus\:border-opacity-5:focus { - --tw-border-opacity: 0.05; - } - - .md\:focus\:border-opacity-10:focus { - --tw-border-opacity: 0.1; - } - - .md\:focus\:border-opacity-20:focus { - --tw-border-opacity: 0.2; - } - - .md\:focus\:border-opacity-25:focus { - --tw-border-opacity: 0.25; - } - - .md\:focus\:border-opacity-30:focus { - --tw-border-opacity: 0.3; - } - - .md\:focus\:border-opacity-40:focus { - --tw-border-opacity: 0.4; - } - - .md\:focus\:border-opacity-50:focus { - --tw-border-opacity: 0.5; - } - - .md\:focus\:border-opacity-60:focus { - --tw-border-opacity: 0.6; - } - - .md\:focus\:border-opacity-70:focus { - --tw-border-opacity: 0.7; - } - - .md\:focus\:border-opacity-75:focus { - --tw-border-opacity: 0.75; - } - - .md\:focus\:border-opacity-80:focus { - --tw-border-opacity: 0.8; - } - - .md\:focus\:border-opacity-90:focus { - --tw-border-opacity: 0.9; - } - - .md\:focus\:border-opacity-95:focus { - --tw-border-opacity: 0.95; - } - - .md\:focus\:border-opacity-100:focus { - --tw-border-opacity: 1; - } - - .md\:rounded-none { - border-radius: 0px; - } - - .md\:rounded-sm { - border-radius: 0.125rem; - } - - .md\:rounded { - border-radius: 0.25rem; - } - - .md\:rounded-md { - border-radius: 0.375rem; - } - - .md\:rounded-lg { - border-radius: 0.5rem; - } - - .md\:rounded-xl { - border-radius: 0.75rem; - } - - .md\:rounded-2xl { - border-radius: 1rem; - } - - .md\:rounded-3xl { - border-radius: 1.5rem; - } - - .md\:rounded-full { - border-radius: 9999px; - } - - .md\:rounded-t-none { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .md\:rounded-r-none { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .md\:rounded-b-none { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .md\:rounded-l-none { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .md\:rounded-t-sm { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .md\:rounded-r-sm { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .md\:rounded-b-sm { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .md\:rounded-l-sm { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .md\:rounded-t { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .md\:rounded-r { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .md\:rounded-b { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .md\:rounded-l { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .md\:rounded-t-md { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .md\:rounded-r-md { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .md\:rounded-b-md { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .md\:rounded-l-md { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .md\:rounded-t-lg { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .md\:rounded-r-lg { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .md\:rounded-b-lg { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .md\:rounded-l-lg { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .md\:rounded-t-xl { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .md\:rounded-r-xl { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .md\:rounded-b-xl { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .md\:rounded-l-xl { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .md\:rounded-t-2xl { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .md\:rounded-r-2xl { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .md\:rounded-b-2xl { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .md\:rounded-l-2xl { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .md\:rounded-t-3xl { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .md\:rounded-r-3xl { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .md\:rounded-b-3xl { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .md\:rounded-l-3xl { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .md\:rounded-t-full { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .md\:rounded-r-full { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .md\:rounded-b-full { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .md\:rounded-l-full { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .md\:rounded-tl-none { - border-top-left-radius: 0px; - } - - .md\:rounded-tr-none { - border-top-right-radius: 0px; - } - - .md\:rounded-br-none { - border-bottom-right-radius: 0px; - } - - .md\:rounded-bl-none { - border-bottom-left-radius: 0px; - } - - .md\:rounded-tl-sm { - border-top-left-radius: 0.125rem; - } - - .md\:rounded-tr-sm { - border-top-right-radius: 0.125rem; - } - - .md\:rounded-br-sm { - border-bottom-right-radius: 0.125rem; - } - - .md\:rounded-bl-sm { - border-bottom-left-radius: 0.125rem; - } - - .md\:rounded-tl { - border-top-left-radius: 0.25rem; - } - - .md\:rounded-tr { - border-top-right-radius: 0.25rem; - } - - .md\:rounded-br { - border-bottom-right-radius: 0.25rem; - } - - .md\:rounded-bl { - border-bottom-left-radius: 0.25rem; - } - - .md\:rounded-tl-md { - border-top-left-radius: 0.375rem; - } - - .md\:rounded-tr-md { - border-top-right-radius: 0.375rem; - } - - .md\:rounded-br-md { - border-bottom-right-radius: 0.375rem; - } - - .md\:rounded-bl-md { - border-bottom-left-radius: 0.375rem; - } - - .md\:rounded-tl-lg { - border-top-left-radius: 0.5rem; - } - - .md\:rounded-tr-lg { - border-top-right-radius: 0.5rem; - } - - .md\:rounded-br-lg { - border-bottom-right-radius: 0.5rem; - } - - .md\:rounded-bl-lg { - border-bottom-left-radius: 0.5rem; - } - - .md\:rounded-tl-xl { - border-top-left-radius: 0.75rem; - } - - .md\:rounded-tr-xl { - border-top-right-radius: 0.75rem; - } - - .md\:rounded-br-xl { - border-bottom-right-radius: 0.75rem; - } - - .md\:rounded-bl-xl { - border-bottom-left-radius: 0.75rem; - } - - .md\:rounded-tl-2xl { - border-top-left-radius: 1rem; - } - - .md\:rounded-tr-2xl { - border-top-right-radius: 1rem; - } - - .md\:rounded-br-2xl { - border-bottom-right-radius: 1rem; - } - - .md\:rounded-bl-2xl { - border-bottom-left-radius: 1rem; - } - - .md\:rounded-tl-3xl { - border-top-left-radius: 1.5rem; - } - - .md\:rounded-tr-3xl { - border-top-right-radius: 1.5rem; - } - - .md\:rounded-br-3xl { - border-bottom-right-radius: 1.5rem; - } - - .md\:rounded-bl-3xl { - border-bottom-left-radius: 1.5rem; - } - - .md\:rounded-tl-full { - border-top-left-radius: 9999px; - } - - .md\:rounded-tr-full { - border-top-right-radius: 9999px; - } - - .md\:rounded-br-full { - border-bottom-right-radius: 9999px; - } - - .md\:rounded-bl-full { - border-bottom-left-radius: 9999px; - } - - .md\:hover\:rounded-none:hover { - border-radius: 0px; - } - - .md\:hover\:rounded-sm:hover { - border-radius: 0.125rem; - } - - .md\:hover\:rounded:hover { - border-radius: 0.25rem; - } - - .md\:hover\:rounded-md:hover { - border-radius: 0.375rem; - } - - .md\:hover\:rounded-lg:hover { - border-radius: 0.5rem; - } - - .md\:hover\:rounded-xl:hover { - border-radius: 0.75rem; - } - - .md\:hover\:rounded-2xl:hover { - border-radius: 1rem; - } - - .md\:hover\:rounded-3xl:hover { - border-radius: 1.5rem; - } - - .md\:hover\:rounded-full:hover { - border-radius: 9999px; - } - - .md\:hover\:rounded-t-none:hover { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .md\:hover\:rounded-r-none:hover { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .md\:hover\:rounded-b-none:hover { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .md\:hover\:rounded-l-none:hover { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .md\:hover\:rounded-t-sm:hover { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .md\:hover\:rounded-r-sm:hover { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .md\:hover\:rounded-b-sm:hover { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .md\:hover\:rounded-l-sm:hover { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .md\:hover\:rounded-t:hover { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .md\:hover\:rounded-r:hover { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .md\:hover\:rounded-b:hover { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .md\:hover\:rounded-l:hover { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .md\:hover\:rounded-t-md:hover { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .md\:hover\:rounded-r-md:hover { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .md\:hover\:rounded-b-md:hover { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .md\:hover\:rounded-l-md:hover { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .md\:hover\:rounded-t-lg:hover { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .md\:hover\:rounded-r-lg:hover { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .md\:hover\:rounded-b-lg:hover { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .md\:hover\:rounded-l-lg:hover { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .md\:hover\:rounded-t-xl:hover { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .md\:hover\:rounded-r-xl:hover { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .md\:hover\:rounded-b-xl:hover { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .md\:hover\:rounded-l-xl:hover { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .md\:hover\:rounded-t-2xl:hover { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .md\:hover\:rounded-r-2xl:hover { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .md\:hover\:rounded-b-2xl:hover { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .md\:hover\:rounded-l-2xl:hover { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .md\:hover\:rounded-t-3xl:hover { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .md\:hover\:rounded-r-3xl:hover { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .md\:hover\:rounded-b-3xl:hover { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .md\:hover\:rounded-l-3xl:hover { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .md\:hover\:rounded-t-full:hover { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .md\:hover\:rounded-r-full:hover { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .md\:hover\:rounded-b-full:hover { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .md\:hover\:rounded-l-full:hover { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .md\:hover\:rounded-tl-none:hover { - border-top-left-radius: 0px; - } - - .md\:hover\:rounded-tr-none:hover { - border-top-right-radius: 0px; - } - - .md\:hover\:rounded-br-none:hover { - border-bottom-right-radius: 0px; - } - - .md\:hover\:rounded-bl-none:hover { - border-bottom-left-radius: 0px; - } - - .md\:hover\:rounded-tl-sm:hover { - border-top-left-radius: 0.125rem; - } - - .md\:hover\:rounded-tr-sm:hover { - border-top-right-radius: 0.125rem; - } - - .md\:hover\:rounded-br-sm:hover { - border-bottom-right-radius: 0.125rem; - } - - .md\:hover\:rounded-bl-sm:hover { - border-bottom-left-radius: 0.125rem; - } - - .md\:hover\:rounded-tl:hover { - border-top-left-radius: 0.25rem; - } - - .md\:hover\:rounded-tr:hover { - border-top-right-radius: 0.25rem; - } - - .md\:hover\:rounded-br:hover { - border-bottom-right-radius: 0.25rem; - } - - .md\:hover\:rounded-bl:hover { - border-bottom-left-radius: 0.25rem; - } - - .md\:hover\:rounded-tl-md:hover { - border-top-left-radius: 0.375rem; - } - - .md\:hover\:rounded-tr-md:hover { - border-top-right-radius: 0.375rem; - } - - .md\:hover\:rounded-br-md:hover { - border-bottom-right-radius: 0.375rem; - } - - .md\:hover\:rounded-bl-md:hover { - border-bottom-left-radius: 0.375rem; - } - - .md\:hover\:rounded-tl-lg:hover { - border-top-left-radius: 0.5rem; - } - - .md\:hover\:rounded-tr-lg:hover { - border-top-right-radius: 0.5rem; - } - - .md\:hover\:rounded-br-lg:hover { - border-bottom-right-radius: 0.5rem; - } - - .md\:hover\:rounded-bl-lg:hover { - border-bottom-left-radius: 0.5rem; - } - - .md\:hover\:rounded-tl-xl:hover { - border-top-left-radius: 0.75rem; - } - - .md\:hover\:rounded-tr-xl:hover { - border-top-right-radius: 0.75rem; - } - - .md\:hover\:rounded-br-xl:hover { - border-bottom-right-radius: 0.75rem; - } - - .md\:hover\:rounded-bl-xl:hover { - border-bottom-left-radius: 0.75rem; - } - - .md\:hover\:rounded-tl-2xl:hover { - border-top-left-radius: 1rem; - } - - .md\:hover\:rounded-tr-2xl:hover { - border-top-right-radius: 1rem; - } - - .md\:hover\:rounded-br-2xl:hover { - border-bottom-right-radius: 1rem; - } - - .md\:hover\:rounded-bl-2xl:hover { - border-bottom-left-radius: 1rem; - } - - .md\:hover\:rounded-tl-3xl:hover { - border-top-left-radius: 1.5rem; - } - - .md\:hover\:rounded-tr-3xl:hover { - border-top-right-radius: 1.5rem; - } - - .md\:hover\:rounded-br-3xl:hover { - border-bottom-right-radius: 1.5rem; - } - - .md\:hover\:rounded-bl-3xl:hover { - border-bottom-left-radius: 1.5rem; - } - - .md\:hover\:rounded-tl-full:hover { - border-top-left-radius: 9999px; - } - - .md\:hover\:rounded-tr-full:hover { - border-top-right-radius: 9999px; - } - - .md\:hover\:rounded-br-full:hover { - border-bottom-right-radius: 9999px; - } - - .md\:hover\:rounded-bl-full:hover { - border-bottom-left-radius: 9999px; - } - - .md\:first\:rounded-none:first-child { - border-radius: 0px; - } - - .md\:first\:rounded-sm:first-child { - border-radius: 0.125rem; - } - - .md\:first\:rounded:first-child { - border-radius: 0.25rem; - } - - .md\:first\:rounded-md:first-child { - border-radius: 0.375rem; - } - - .md\:first\:rounded-lg:first-child { - border-radius: 0.5rem; - } - - .md\:first\:rounded-xl:first-child { - border-radius: 0.75rem; - } - - .md\:first\:rounded-2xl:first-child { - border-radius: 1rem; - } - - .md\:first\:rounded-3xl:first-child { - border-radius: 1.5rem; - } - - .md\:first\:rounded-full:first-child { - border-radius: 9999px; - } - - .md\:first\:rounded-t-none:first-child { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .md\:first\:rounded-r-none:first-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .md\:first\:rounded-b-none:first-child { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .md\:first\:rounded-l-none:first-child { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .md\:first\:rounded-t-sm:first-child { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .md\:first\:rounded-r-sm:first-child { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .md\:first\:rounded-b-sm:first-child { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .md\:first\:rounded-l-sm:first-child { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .md\:first\:rounded-t:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .md\:first\:rounded-r:first-child { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .md\:first\:rounded-b:first-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .md\:first\:rounded-l:first-child { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .md\:first\:rounded-t-md:first-child { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .md\:first\:rounded-r-md:first-child { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .md\:first\:rounded-b-md:first-child { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .md\:first\:rounded-l-md:first-child { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .md\:first\:rounded-t-lg:first-child { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .md\:first\:rounded-r-lg:first-child { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .md\:first\:rounded-b-lg:first-child { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .md\:first\:rounded-l-lg:first-child { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .md\:first\:rounded-t-xl:first-child { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .md\:first\:rounded-r-xl:first-child { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .md\:first\:rounded-b-xl:first-child { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .md\:first\:rounded-l-xl:first-child { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .md\:first\:rounded-t-2xl:first-child { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .md\:first\:rounded-r-2xl:first-child { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .md\:first\:rounded-b-2xl:first-child { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .md\:first\:rounded-l-2xl:first-child { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .md\:first\:rounded-t-3xl:first-child { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .md\:first\:rounded-r-3xl:first-child { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .md\:first\:rounded-b-3xl:first-child { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .md\:first\:rounded-l-3xl:first-child { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .md\:first\:rounded-t-full:first-child { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .md\:first\:rounded-r-full:first-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .md\:first\:rounded-b-full:first-child { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .md\:first\:rounded-l-full:first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .md\:first\:rounded-tl-none:first-child { - border-top-left-radius: 0px; - } - - .md\:first\:rounded-tr-none:first-child { - border-top-right-radius: 0px; - } - - .md\:first\:rounded-br-none:first-child { - border-bottom-right-radius: 0px; - } - - .md\:first\:rounded-bl-none:first-child { - border-bottom-left-radius: 0px; - } - - .md\:first\:rounded-tl-sm:first-child { - border-top-left-radius: 0.125rem; - } - - .md\:first\:rounded-tr-sm:first-child { - border-top-right-radius: 0.125rem; - } - - .md\:first\:rounded-br-sm:first-child { - border-bottom-right-radius: 0.125rem; - } - - .md\:first\:rounded-bl-sm:first-child { - border-bottom-left-radius: 0.125rem; - } - - .md\:first\:rounded-tl:first-child { - border-top-left-radius: 0.25rem; - } - - .md\:first\:rounded-tr:first-child { - border-top-right-radius: 0.25rem; - } - - .md\:first\:rounded-br:first-child { - border-bottom-right-radius: 0.25rem; - } - - .md\:first\:rounded-bl:first-child { - border-bottom-left-radius: 0.25rem; - } - - .md\:first\:rounded-tl-md:first-child { - border-top-left-radius: 0.375rem; - } - - .md\:first\:rounded-tr-md:first-child { - border-top-right-radius: 0.375rem; - } - - .md\:first\:rounded-br-md:first-child { - border-bottom-right-radius: 0.375rem; - } - - .md\:first\:rounded-bl-md:first-child { - border-bottom-left-radius: 0.375rem; - } - - .md\:first\:rounded-tl-lg:first-child { - border-top-left-radius: 0.5rem; - } - - .md\:first\:rounded-tr-lg:first-child { - border-top-right-radius: 0.5rem; - } - - .md\:first\:rounded-br-lg:first-child { - border-bottom-right-radius: 0.5rem; - } - - .md\:first\:rounded-bl-lg:first-child { - border-bottom-left-radius: 0.5rem; - } - - .md\:first\:rounded-tl-xl:first-child { - border-top-left-radius: 0.75rem; - } - - .md\:first\:rounded-tr-xl:first-child { - border-top-right-radius: 0.75rem; - } - - .md\:first\:rounded-br-xl:first-child { - border-bottom-right-radius: 0.75rem; - } - - .md\:first\:rounded-bl-xl:first-child { - border-bottom-left-radius: 0.75rem; - } - - .md\:first\:rounded-tl-2xl:first-child { - border-top-left-radius: 1rem; - } - - .md\:first\:rounded-tr-2xl:first-child { - border-top-right-radius: 1rem; - } - - .md\:first\:rounded-br-2xl:first-child { - border-bottom-right-radius: 1rem; - } - - .md\:first\:rounded-bl-2xl:first-child { - border-bottom-left-radius: 1rem; - } - - .md\:first\:rounded-tl-3xl:first-child { - border-top-left-radius: 1.5rem; - } - - .md\:first\:rounded-tr-3xl:first-child { - border-top-right-radius: 1.5rem; - } - - .md\:first\:rounded-br-3xl:first-child { - border-bottom-right-radius: 1.5rem; - } - - .md\:first\:rounded-bl-3xl:first-child { - border-bottom-left-radius: 1.5rem; - } - - .md\:first\:rounded-tl-full:first-child { - border-top-left-radius: 9999px; - } - - .md\:first\:rounded-tr-full:first-child { - border-top-right-radius: 9999px; - } - - .md\:first\:rounded-br-full:first-child { - border-bottom-right-radius: 9999px; - } - - .md\:first\:rounded-bl-full:first-child { - border-bottom-left-radius: 9999px; - } - - .md\:last\:rounded-none:last-child { - border-radius: 0px; - } - - .md\:last\:rounded-sm:last-child { - border-radius: 0.125rem; - } - - .md\:last\:rounded:last-child { - border-radius: 0.25rem; - } - - .md\:last\:rounded-md:last-child { - border-radius: 0.375rem; - } - - .md\:last\:rounded-lg:last-child { - border-radius: 0.5rem; - } - - .md\:last\:rounded-xl:last-child { - border-radius: 0.75rem; - } - - .md\:last\:rounded-2xl:last-child { - border-radius: 1rem; - } - - .md\:last\:rounded-3xl:last-child { - border-radius: 1.5rem; - } - - .md\:last\:rounded-full:last-child { - border-radius: 9999px; - } - - .md\:last\:rounded-t-none:last-child { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .md\:last\:rounded-r-none:last-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .md\:last\:rounded-b-none:last-child { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .md\:last\:rounded-l-none:last-child { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .md\:last\:rounded-t-sm:last-child { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .md\:last\:rounded-r-sm:last-child { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .md\:last\:rounded-b-sm:last-child { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .md\:last\:rounded-l-sm:last-child { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .md\:last\:rounded-t:last-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .md\:last\:rounded-r:last-child { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .md\:last\:rounded-b:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .md\:last\:rounded-l:last-child { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .md\:last\:rounded-t-md:last-child { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .md\:last\:rounded-r-md:last-child { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .md\:last\:rounded-b-md:last-child { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .md\:last\:rounded-l-md:last-child { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .md\:last\:rounded-t-lg:last-child { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .md\:last\:rounded-r-lg:last-child { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .md\:last\:rounded-b-lg:last-child { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .md\:last\:rounded-l-lg:last-child { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .md\:last\:rounded-t-xl:last-child { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .md\:last\:rounded-r-xl:last-child { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .md\:last\:rounded-b-xl:last-child { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .md\:last\:rounded-l-xl:last-child { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .md\:last\:rounded-t-2xl:last-child { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .md\:last\:rounded-r-2xl:last-child { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .md\:last\:rounded-b-2xl:last-child { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .md\:last\:rounded-l-2xl:last-child { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .md\:last\:rounded-t-3xl:last-child { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .md\:last\:rounded-r-3xl:last-child { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .md\:last\:rounded-b-3xl:last-child { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .md\:last\:rounded-l-3xl:last-child { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .md\:last\:rounded-t-full:last-child { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .md\:last\:rounded-r-full:last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .md\:last\:rounded-b-full:last-child { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .md\:last\:rounded-l-full:last-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .md\:last\:rounded-tl-none:last-child { - border-top-left-radius: 0px; - } - - .md\:last\:rounded-tr-none:last-child { - border-top-right-radius: 0px; - } - - .md\:last\:rounded-br-none:last-child { - border-bottom-right-radius: 0px; - } - - .md\:last\:rounded-bl-none:last-child { - border-bottom-left-radius: 0px; - } - - .md\:last\:rounded-tl-sm:last-child { - border-top-left-radius: 0.125rem; - } - - .md\:last\:rounded-tr-sm:last-child { - border-top-right-radius: 0.125rem; - } - - .md\:last\:rounded-br-sm:last-child { - border-bottom-right-radius: 0.125rem; - } - - .md\:last\:rounded-bl-sm:last-child { - border-bottom-left-radius: 0.125rem; - } - - .md\:last\:rounded-tl:last-child { - border-top-left-radius: 0.25rem; - } - - .md\:last\:rounded-tr:last-child { - border-top-right-radius: 0.25rem; - } - - .md\:last\:rounded-br:last-child { - border-bottom-right-radius: 0.25rem; - } - - .md\:last\:rounded-bl:last-child { - border-bottom-left-radius: 0.25rem; - } - - .md\:last\:rounded-tl-md:last-child { - border-top-left-radius: 0.375rem; - } - - .md\:last\:rounded-tr-md:last-child { - border-top-right-radius: 0.375rem; - } - - .md\:last\:rounded-br-md:last-child { - border-bottom-right-radius: 0.375rem; - } - - .md\:last\:rounded-bl-md:last-child { - border-bottom-left-radius: 0.375rem; - } - - .md\:last\:rounded-tl-lg:last-child { - border-top-left-radius: 0.5rem; - } - - .md\:last\:rounded-tr-lg:last-child { - border-top-right-radius: 0.5rem; - } - - .md\:last\:rounded-br-lg:last-child { - border-bottom-right-radius: 0.5rem; - } - - .md\:last\:rounded-bl-lg:last-child { - border-bottom-left-radius: 0.5rem; - } - - .md\:last\:rounded-tl-xl:last-child { - border-top-left-radius: 0.75rem; - } - - .md\:last\:rounded-tr-xl:last-child { - border-top-right-radius: 0.75rem; - } - - .md\:last\:rounded-br-xl:last-child { - border-bottom-right-radius: 0.75rem; - } - - .md\:last\:rounded-bl-xl:last-child { - border-bottom-left-radius: 0.75rem; - } - - .md\:last\:rounded-tl-2xl:last-child { - border-top-left-radius: 1rem; - } - - .md\:last\:rounded-tr-2xl:last-child { - border-top-right-radius: 1rem; - } - - .md\:last\:rounded-br-2xl:last-child { - border-bottom-right-radius: 1rem; - } - - .md\:last\:rounded-bl-2xl:last-child { - border-bottom-left-radius: 1rem; - } - - .md\:last\:rounded-tl-3xl:last-child { - border-top-left-radius: 1.5rem; - } - - .md\:last\:rounded-tr-3xl:last-child { - border-top-right-radius: 1.5rem; - } - - .md\:last\:rounded-br-3xl:last-child { - border-bottom-right-radius: 1.5rem; - } - - .md\:last\:rounded-bl-3xl:last-child { - border-bottom-left-radius: 1.5rem; - } - - .md\:last\:rounded-tl-full:last-child { - border-top-left-radius: 9999px; - } - - .md\:last\:rounded-tr-full:last-child { - border-top-right-radius: 9999px; - } - - .md\:last\:rounded-br-full:last-child { - border-bottom-right-radius: 9999px; - } - - .md\:last\:rounded-bl-full:last-child { - border-bottom-left-radius: 9999px; - } - - .md\:border-solid { - border-style: solid; - } - - .md\:border-dashed { - border-style: dashed; - } - - .md\:border-dotted { - border-style: dotted; - } - - .md\:border-double { - border-style: double; - } - - .md\:border-none { - border-style: none; - } - - .md\:hover\:border-solid:hover { - border-style: solid; - } - - .md\:hover\:border-dashed:hover { - border-style: dashed; - } - - .md\:hover\:border-dotted:hover { - border-style: dotted; - } - - .md\:hover\:border-double:hover { - border-style: double; - } - - .md\:hover\:border-none:hover { - border-style: none; - } - - .md\:first\:border-solid:first-child { - border-style: solid; - } - - .md\:first\:border-dashed:first-child { - border-style: dashed; - } - - .md\:first\:border-dotted:first-child { - border-style: dotted; - } - - .md\:first\:border-double:first-child { - border-style: double; - } - - .md\:first\:border-none:first-child { - border-style: none; - } - - .md\:last\:border-solid:last-child { - border-style: solid; - } - - .md\:last\:border-dashed:last-child { - border-style: dashed; - } - - .md\:last\:border-dotted:last-child { - border-style: dotted; - } - - .md\:last\:border-double:last-child { - border-style: double; - } - - .md\:last\:border-none:last-child { - border-style: none; - } - - .md\:border-0 { - border-width: 0px; - } - - .md\:border-2 { - border-width: 2px; - } - - .md\:border-3 { - border-width: 3px; - } - - .md\:border-4 { - border-width: 4px; - } - - .md\:border-8 { - border-width: 8px; - } - - .md\:border { - border-width: 1px; - } - - .md\:border-t-0 { - border-top-width: 0px; - } - - .md\:border-r-0 { - border-right-width: 0px; - } - - .md\:border-b-0 { - border-bottom-width: 0px; - } - - .md\:border-l-0 { - border-left-width: 0px; - } - - .md\:border-t-2 { - border-top-width: 2px; - } - - .md\:border-r-2 { - border-right-width: 2px; - } - - .md\:border-b-2 { - border-bottom-width: 2px; - } - - .md\:border-l-2 { - border-left-width: 2px; - } - - .md\:border-t-3 { - border-top-width: 3px; - } - - .md\:border-r-3 { - border-right-width: 3px; - } - - .md\:border-b-3 { - border-bottom-width: 3px; - } - - .md\:border-l-3 { - border-left-width: 3px; - } - - .md\:border-t-4 { - border-top-width: 4px; - } - - .md\:border-r-4 { - border-right-width: 4px; - } - - .md\:border-b-4 { - border-bottom-width: 4px; - } - - .md\:border-l-4 { - border-left-width: 4px; - } - - .md\:border-t-8 { - border-top-width: 8px; - } - - .md\:border-r-8 { - border-right-width: 8px; - } - - .md\:border-b-8 { - border-bottom-width: 8px; - } - - .md\:border-l-8 { - border-left-width: 8px; - } - - .md\:border-t { - border-top-width: 1px; - } - - .md\:border-r { - border-right-width: 1px; - } - - .md\:border-b { - border-bottom-width: 1px; - } - - .md\:border-l { - border-left-width: 1px; - } - - .md\:last\:border-0:last-child { - border-width: 0px; - } - - .md\:last\:border-2:last-child { - border-width: 2px; - } - - .md\:last\:border-3:last-child { - border-width: 3px; - } - - .md\:last\:border-4:last-child { - border-width: 4px; - } - - .md\:last\:border-8:last-child { - border-width: 8px; - } - - .md\:last\:border:last-child { - border-width: 1px; - } - - .md\:last\:border-t-0:last-child { - border-top-width: 0px; - } - - .md\:last\:border-r-0:last-child { - border-right-width: 0px; - } - - .md\:last\:border-b-0:last-child { - border-bottom-width: 0px; - } - - .md\:last\:border-l-0:last-child { - border-left-width: 0px; - } - - .md\:last\:border-t-2:last-child { - border-top-width: 2px; - } - - .md\:last\:border-r-2:last-child { - border-right-width: 2px; - } - - .md\:last\:border-b-2:last-child { - border-bottom-width: 2px; - } - - .md\:last\:border-l-2:last-child { - border-left-width: 2px; - } - - .md\:last\:border-t-3:last-child { - border-top-width: 3px; - } - - .md\:last\:border-r-3:last-child { - border-right-width: 3px; - } - - .md\:last\:border-b-3:last-child { - border-bottom-width: 3px; - } - - .md\:last\:border-l-3:last-child { - border-left-width: 3px; - } - - .md\:last\:border-t-4:last-child { - border-top-width: 4px; - } - - .md\:last\:border-r-4:last-child { - border-right-width: 4px; - } - - .md\:last\:border-b-4:last-child { - border-bottom-width: 4px; - } - - .md\:last\:border-l-4:last-child { - border-left-width: 4px; - } - - .md\:last\:border-t-8:last-child { - border-top-width: 8px; - } - - .md\:last\:border-r-8:last-child { - border-right-width: 8px; - } - - .md\:last\:border-b-8:last-child { - border-bottom-width: 8px; - } - - .md\:last\:border-l-8:last-child { - border-left-width: 8px; - } - - .md\:last\:border-t:last-child { - border-top-width: 1px; - } - - .md\:last\:border-r:last-child { - border-right-width: 1px; - } - - .md\:last\:border-b:last-child { - border-bottom-width: 1px; - } - - .md\:last\:border-l:last-child { - border-left-width: 1px; - } - - .md\:hover\:border-0:hover { - border-width: 0px; - } - - .md\:hover\:border-2:hover { - border-width: 2px; - } - - .md\:hover\:border-3:hover { - border-width: 3px; - } - - .md\:hover\:border-4:hover { - border-width: 4px; - } - - .md\:hover\:border-8:hover { - border-width: 8px; - } - - .md\:hover\:border:hover { - border-width: 1px; - } - - .md\:hover\:border-t-0:hover { - border-top-width: 0px; - } - - .md\:hover\:border-r-0:hover { - border-right-width: 0px; - } - - .md\:hover\:border-b-0:hover { - border-bottom-width: 0px; - } - - .md\:hover\:border-l-0:hover { - border-left-width: 0px; - } - - .md\:hover\:border-t-2:hover { - border-top-width: 2px; - } - - .md\:hover\:border-r-2:hover { - border-right-width: 2px; - } - - .md\:hover\:border-b-2:hover { - border-bottom-width: 2px; - } - - .md\:hover\:border-l-2:hover { - border-left-width: 2px; - } - - .md\:hover\:border-t-3:hover { - border-top-width: 3px; - } - - .md\:hover\:border-r-3:hover { - border-right-width: 3px; - } - - .md\:hover\:border-b-3:hover { - border-bottom-width: 3px; - } - - .md\:hover\:border-l-3:hover { - border-left-width: 3px; - } - - .md\:hover\:border-t-4:hover { - border-top-width: 4px; - } - - .md\:hover\:border-r-4:hover { - border-right-width: 4px; - } - - .md\:hover\:border-b-4:hover { - border-bottom-width: 4px; - } - - .md\:hover\:border-l-4:hover { - border-left-width: 4px; - } - - .md\:hover\:border-t-8:hover { - border-top-width: 8px; - } - - .md\:hover\:border-r-8:hover { - border-right-width: 8px; - } - - .md\:hover\:border-b-8:hover { - border-bottom-width: 8px; - } - - .md\:hover\:border-l-8:hover { - border-left-width: 8px; - } - - .md\:hover\:border-t:hover { - border-top-width: 1px; - } - - .md\:hover\:border-r:hover { - border-right-width: 1px; - } - - .md\:hover\:border-b:hover { - border-bottom-width: 1px; - } - - .md\:hover\:border-l:hover { - border-left-width: 1px; - } - - .md\:focus\:border-0:focus { - border-width: 0px; - } - - .md\:focus\:border-2:focus { - border-width: 2px; - } - - .md\:focus\:border-3:focus { - border-width: 3px; - } - - .md\:focus\:border-4:focus { - border-width: 4px; - } - - .md\:focus\:border-8:focus { - border-width: 8px; - } - - .md\:focus\:border:focus { - border-width: 1px; - } - - .md\:focus\:border-t-0:focus { - border-top-width: 0px; - } - - .md\:focus\:border-r-0:focus { - border-right-width: 0px; - } - - .md\:focus\:border-b-0:focus { - border-bottom-width: 0px; - } - - .md\:focus\:border-l-0:focus { - border-left-width: 0px; - } - - .md\:focus\:border-t-2:focus { - border-top-width: 2px; - } - - .md\:focus\:border-r-2:focus { - border-right-width: 2px; - } - - .md\:focus\:border-b-2:focus { - border-bottom-width: 2px; - } - - .md\:focus\:border-l-2:focus { - border-left-width: 2px; - } - - .md\:focus\:border-t-3:focus { - border-top-width: 3px; - } - - .md\:focus\:border-r-3:focus { - border-right-width: 3px; - } - - .md\:focus\:border-b-3:focus { - border-bottom-width: 3px; - } - - .md\:focus\:border-l-3:focus { - border-left-width: 3px; - } - - .md\:focus\:border-t-4:focus { - border-top-width: 4px; - } - - .md\:focus\:border-r-4:focus { - border-right-width: 4px; - } - - .md\:focus\:border-b-4:focus { - border-bottom-width: 4px; - } - - .md\:focus\:border-l-4:focus { - border-left-width: 4px; - } - - .md\:focus\:border-t-8:focus { - border-top-width: 8px; - } - - .md\:focus\:border-r-8:focus { - border-right-width: 8px; - } - - .md\:focus\:border-b-8:focus { - border-bottom-width: 8px; - } - - .md\:focus\:border-l-8:focus { - border-left-width: 8px; - } - - .md\:focus\:border-t:focus { - border-top-width: 1px; - } - - .md\:focus\:border-r:focus { - border-right-width: 1px; - } - - .md\:focus\:border-b:focus { - border-bottom-width: 1px; - } - - .md\:focus\:border-l:focus { - border-left-width: 1px; - } - - .md\:box-border { - box-sizing: border-box; - } - - .md\:box-content { - box-sizing: content-box; - } - - .md\:cursor-auto { - cursor: auto; - } - - .md\:cursor-default { - cursor: default; - } - - .md\:cursor-pointer { - cursor: pointer; - } - - .md\:cursor-wait { - cursor: wait; - } - - .md\:cursor-text { - cursor: text; - } - - .md\:cursor-move { - cursor: move; - } - - .md\:cursor-not-allowed { - cursor: not-allowed; - } - - .md\:block { - display: block; - } - - .md\:inline-block { - display: inline-block; - } - - .md\:inline { - display: inline; - } - - .md\:flex { - display: flex; - } - - .md\:inline-flex { - display: inline-flex; - } - - .md\:table { - display: table; - } - - .md\:table-caption { - display: table-caption; - } - - .md\:table-cell { - display: table-cell; - } - - .md\:table-column { - display: table-column; - } - - .md\:table-column-group { - display: table-column-group; - } - - .md\:table-footer-group { - display: table-footer-group; - } - - .md\:table-header-group { - display: table-header-group; - } - - .md\:table-row-group { - display: table-row-group; - } - - .md\:table-row { - display: table-row; - } - - .md\:flow-root { - display: flow-root; - } - - .md\:grid { - display: grid; - } - - .md\:inline-grid { - display: inline-grid; - } - - .md\:contents { - display: contents; - } - - .md\:hidden { - display: none; - } - - .md\:flex-row { - flex-direction: row; - } - - .md\:flex-row-reverse { - flex-direction: row-reverse; - } - - .md\:flex-col { - flex-direction: column; - } - - .md\:flex-col-reverse { - flex-direction: column-reverse; - } - - .md\:flex-wrap { - flex-wrap: wrap; - } - - .md\:flex-wrap-reverse { - flex-wrap: wrap-reverse; - } - - .md\:flex-nowrap { - flex-wrap: nowrap; - } - - .md\:place-items-auto { - place-items: auto; - } - - .md\:place-items-start { - place-items: start; - } - - .md\:place-items-end { - place-items: end; - } - - .md\:place-items-center { - place-items: center; - } - - .md\:place-items-stretch { - place-items: stretch; - } - - .md\:place-content-center { - place-content: center; - } - - .md\:place-content-start { - place-content: start; - } - - .md\:place-content-end { - place-content: end; - } - - .md\:place-content-between { - place-content: space-between; - } - - .md\:place-content-around { - place-content: space-around; - } - - .md\:place-content-evenly { - place-content: space-evenly; - } - - .md\:place-content-stretch { - place-content: stretch; - } - - .md\:place-self-auto { - place-self: auto; - } - - .md\:place-self-start { - place-self: start; - } - - .md\:place-self-end { - place-self: end; - } - - .md\:place-self-center { - place-self: center; - } - - .md\:place-self-stretch { - place-self: stretch; - } - - .md\:items-start { - align-items: flex-start; - } - - .md\:items-end { - align-items: flex-end; - } - - .md\:items-center { - align-items: center; - } - - .md\:items-baseline { - align-items: baseline; - } - - .md\:items-stretch { - align-items: stretch; - } - - .md\:content-center { - align-content: center; - } - - .md\:content-start { - align-content: flex-start; - } - - .md\:content-end { - align-content: flex-end; - } - - .md\:content-between { - align-content: space-between; - } - - .md\:content-around { - align-content: space-around; - } - - .md\:content-evenly { - align-content: space-evenly; - } - - .md\:self-auto { - align-self: auto; - } - - .md\:self-start { - align-self: flex-start; - } - - .md\:self-end { - align-self: flex-end; - } - - .md\:self-center { - align-self: center; - } - - .md\:self-stretch { - align-self: stretch; - } - - .md\:justify-items-auto { - justify-items: auto; - } - - .md\:justify-items-start { - justify-items: start; - } - - .md\:justify-items-end { - justify-items: end; - } - - .md\:justify-items-center { - justify-items: center; - } - - .md\:justify-items-stretch { - justify-items: stretch; - } - - .md\:justify-start { - justify-content: flex-start; - } - - .md\:justify-end { - justify-content: flex-end; - } - - .md\:justify-center { - justify-content: center; - } - - .md\:justify-between { - justify-content: space-between; - } - - .md\:justify-around { - justify-content: space-around; - } - - .md\:justify-evenly { - justify-content: space-evenly; - } - - .md\:justify-self-auto { - justify-self: auto; - } - - .md\:justify-self-start { - justify-self: start; - } - - .md\:justify-self-end { - justify-self: end; - } - - .md\:justify-self-center { - justify-self: center; - } - - .md\:justify-self-stretch { - justify-self: stretch; - } - - .md\:flex-1 { - flex: 1 1 0%; - } - - .md\:flex-auto { - flex: 1 1 auto; - } - - .md\:flex-initial { - flex: 0 1 auto; - } - - .md\:flex-none { - flex: none; - } - - .md\:flex-grow-0 { - flex-grow: 0; - } - - .md\:flex-grow { - flex-grow: 1; - } - - .md\:flex-shrink-0 { - flex-shrink: 0; - } - - .md\:flex-shrink { - flex-shrink: 1; - } - - .md\:order-1 { - order: 1; - } - - .md\:order-2 { - order: 2; - } - - .md\:order-3 { - order: 3; - } - - .md\:order-4 { - order: 4; - } - - .md\:order-5 { - order: 5; - } - - .md\:order-6 { - order: 6; - } - - .md\:order-7 { - order: 7; - } - - .md\:order-8 { - order: 8; - } - - .md\:order-9 { - order: 9; - } - - .md\:order-10 { - order: 10; - } - - .md\:order-11 { - order: 11; - } - - .md\:order-12 { - order: 12; - } - - .md\:order-first { - order: -9999; - } - - .md\:order-last { - order: 9999; - } - - .md\:order-none { - order: 0; - } - - .md\:float-right { - float: right; - } - - .md\:float-left { - float: left; - } - - .md\:float-none { - float: none; - } - - .md\:clear-left { - clear: left; - } - - .md\:clear-right { - clear: right; - } - - .md\:clear-both { - clear: both; - } - - .md\:clear-none { - clear: none; - } - - .md\:font-sans { - 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"; - } - - .md\:font-serif { - font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; - } - - .md\:font-mono { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - } - - .md\:font-base { - font-family: Poppins, sans-serif; - } - - .md\:font-thin { - font-weight: 100; - } - - .md\:font-extralight { - font-weight: 200; - } - - .md\:font-light { - font-weight: 300; - } - - .md\:font-normal { - font-weight: 400; - } - - .md\:font-medium { - font-weight: 500; - } - - .md\:font-semibold { - font-weight: 600; - } - - .md\:font-bold { - font-weight: 700; - } - - .md\:font-extrabold { - font-weight: 800; - } - - .md\:font-black { - font-weight: 900; - } - - .md\:h-0 { - height: 0px; - } - - .md\:h-1 { - height: 0.25rem; - } - - .md\:h-2 { - height: 0.5rem; - } - - .md\:h-3 { - height: 0.75rem; - } - - .md\:h-4 { - height: 1rem; - } - - .md\:h-5 { - height: 1.25rem; - } - - .md\:h-6 { - height: 1.5rem; - } - - .md\:h-7 { - height: 1.75rem; - } - - .md\:h-8 { - height: 2rem; - } - - .md\:h-9 { - height: 2.25rem; - } - - .md\:h-10 { - height: 2.5rem; - } - - .md\:h-11 { - height: 2.75rem; - } - - .md\:h-12 { - height: 3rem; - } - - .md\:h-14 { - height: 3.5rem; - } - - .md\:h-16 { - height: 4rem; - } - - .md\:h-20 { - height: 5rem; - } - - .md\:h-22 { - height: 5.625rem; - } - - .md\:h-24 { - height: 6rem; - } - - .md\:h-28 { - height: 7rem; - } - - .md\:h-32 { - height: 8rem; - } - - .md\:h-36 { - height: 9rem; - } - - .md\:h-40 { - height: 10rem; - } - - .md\:h-44 { - height: 11rem; - } - - .md\:h-48 { - height: 12rem; - } - - .md\:h-52 { - height: 13rem; - } - - .md\:h-56 { - height: 14rem; - } - - .md\:h-60 { - height: 240px; - } - - .md\:h-64 { - height: 16rem; - } - - .md\:h-72 { - height: 18rem; - } - - .md\:h-80 { - height: 20rem; - } - - .md\:h-88 { - height: 22rem; - } - - .md\:h-96 { - height: 24rem; - } - - .md\:h-130 { - height: 560px; - } - - .md\:h-auto { - height: auto; - } - - .md\:h-px { - height: 1px; - } - - .md\:h-0\.5 { - height: 0.125rem; - } - - .md\:h-1\.5 { - height: 0.375rem; - } - - .md\:h-2\.5 { - height: 0.625rem; - } - - .md\:h-3\.5 { - height: 0.875rem; - } - - .md\:h-1\/2 { - height: 50%; - } - - .md\:h-1\/3 { - height: 33.333333%; - } - - .md\:h-2\/3 { - height: 66.666667%; - } - - .md\:h-1\/4 { - height: 25%; - } - - .md\:h-2\/4 { - height: 50%; - } - - .md\:h-3\/4 { - height: 75%; - } - - .md\:h-1\/5 { - height: 20%; - } - - .md\:h-2\/5 { - height: 40%; - } - - .md\:h-3\/5 { - height: 60%; - } - - .md\:h-4\/5 { - height: 80%; - } - - .md\:h-1\/6 { - height: 16.666667%; - } - - .md\:h-2\/6 { - height: 33.333333%; - } - - .md\:h-3\/6 { - height: 50%; - } - - .md\:h-4\/6 { - height: 66.666667%; - } - - .md\:h-5\/6 { - height: 83.333333%; - } - - .md\:h-full { - height: 100%; - } - - .md\:h-screen { - height: 100vh; - } - - .md\:text-xs { - font-size: 0.75rem; - line-height: 1rem; - } - - .md\:text-sm { - font-size: 0.875rem; - line-height: 1.25rem; - } - - .md\:text-base { - font-size: 1rem; - line-height: 1.5rem; - } - - .md\:text-lg { - font-size: 1.125rem; - line-height: 1.75rem; - } - - .md\:text-xl { - font-size: 1.25rem; - line-height: 1.75rem; - } - - .md\:text-2xl { - font-size: 1.5rem; - line-height: 2rem; - } - - .md\:text-3xl { - font-size: 1.875rem; - line-height: 2.25rem; - } - - .md\:text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; - } - - .md\:text-5xl { - font-size: 3rem; - line-height: 1; - } - - .md\:text-6xl { - font-size: 3.75rem; - line-height: 1; - } - - .md\:text-7xl { - font-size: 4.5rem; - line-height: 1; - } - - .md\:text-8xl { - font-size: 6rem; - line-height: 1; - } - - .md\:text-9xl { - font-size: 8rem; - line-height: 1; - } - - .md\:leading-3 { - line-height: .75rem; - } - - .md\:leading-4 { - line-height: 1rem; - } - - .md\:leading-5 { - line-height: 1.25rem; - } - - .md\:leading-6 { - line-height: 1.5rem; - } - - .md\:leading-7 { - line-height: 1.75rem; - } - - .md\:leading-8 { - line-height: 2rem; - } - - .md\:leading-9 { - line-height: 2.25rem; - } - - .md\:leading-10 { - line-height: 2.5rem; - } - - .md\:leading-none { - line-height: 1; - } - - .md\:leading-tight { - line-height: 1.25; - } - - .md\:leading-snug { - line-height: 1.375; - } - - .md\:leading-normal { - line-height: 1.5; - } - - .md\:leading-relaxed { - line-height: 1.625; - } - - .md\:leading-loose { - line-height: 2; - } - - .md\:list-inside { - list-style-position: inside; - } - - .md\:list-outside { - list-style-position: outside; - } - - .md\:list-none { - list-style-type: none; - } - - .md\:list-disc { - list-style-type: disc; - } - - .md\:list-decimal { - list-style-type: decimal; - } - - .md\:m-0 { - margin: 0px; - } - - .md\:m-1 { - margin: 0.25rem; - } - - .md\:m-2 { - margin: 0.5rem; - } - - .md\:m-3 { - margin: 0.75rem; - } - - .md\:m-4 { - margin: 1rem; - } - - .md\:m-5 { - margin: 1.25rem; - } - - .md\:m-6 { - margin: 1.5rem; - } - - .md\:m-7 { - margin: 1.75rem; - } - - .md\:m-8 { - margin: 2rem; - } - - .md\:m-9 { - margin: 2.25rem; - } - - .md\:m-10 { - margin: 2.5rem; - } - - .md\:m-11 { - margin: 2.75rem; - } - - .md\:m-12 { - margin: 3rem; - } - - .md\:m-14 { - margin: 3.5rem; - } - - .md\:m-16 { - margin: 4rem; - } - - .md\:m-20 { - margin: 5rem; - } - - .md\:m-22 { - margin: 5.625rem; - } - - .md\:m-24 { - margin: 6rem; - } - - .md\:m-28 { - margin: 7rem; - } - - .md\:m-32 { - margin: 8rem; - } - - .md\:m-36 { - margin: 9rem; - } - - .md\:m-40 { - margin: 10rem; - } - - .md\:m-44 { - margin: 11rem; - } - - .md\:m-48 { - margin: 12rem; - } - - .md\:m-52 { - margin: 13rem; - } - - .md\:m-56 { - margin: 14rem; - } - - .md\:m-60 { - margin: 240px; - } - - .md\:m-64 { - margin: 16rem; - } - - .md\:m-72 { - margin: 18rem; - } - - .md\:m-80 { - margin: 20rem; - } - - .md\:m-88 { - margin: 22rem; - } - - .md\:m-96 { - margin: 24rem; - } - - .md\:m-130 { - margin: 560px; - } - - .md\:m-auto { - margin: auto; - } - - .md\:m-px { - margin: 1px; - } - - .md\:m-0\.5 { - margin: 0.125rem; - } - - .md\:m-1\.5 { - margin: 0.375rem; - } - - .md\:m-2\.5 { - margin: 0.625rem; - } - - .md\:m-3\.5 { - margin: 0.875rem; - } - - .md\:-m-0 { - margin: 0px; - } - - .md\:-m-1 { - margin: -0.25rem; - } - - .md\:-m-2 { - margin: -0.5rem; - } - - .md\:-m-3 { - margin: -0.75rem; - } - - .md\:-m-4 { - margin: -1rem; - } - - .md\:-m-5 { - margin: -1.25rem; - } - - .md\:-m-6 { - margin: -1.5rem; - } - - .md\:-m-7 { - margin: -1.75rem; - } - - .md\:-m-8 { - margin: -2rem; - } - - .md\:-m-9 { - margin: -2.25rem; - } - - .md\:-m-10 { - margin: -2.5rem; - } - - .md\:-m-11 { - margin: -2.75rem; - } - - .md\:-m-12 { - margin: -3rem; - } - - .md\:-m-14 { - margin: -3.5rem; - } - - .md\:-m-16 { - margin: -4rem; - } - - .md\:-m-20 { - margin: -5rem; - } - - .md\:-m-22 { - margin: -5.625rem; - } - - .md\:-m-24 { - margin: -6rem; - } - - .md\:-m-28 { - margin: -7rem; - } - - .md\:-m-32 { - margin: -8rem; - } - - .md\:-m-36 { - margin: -9rem; - } - - .md\:-m-40 { - margin: -10rem; - } - - .md\:-m-44 { - margin: -11rem; - } - - .md\:-m-48 { - margin: -12rem; - } - - .md\:-m-52 { - margin: -13rem; - } - - .md\:-m-56 { - margin: -14rem; - } - - .md\:-m-60 { - margin: -240px; - } - - .md\:-m-64 { - margin: -16rem; - } - - .md\:-m-72 { - margin: -18rem; - } - - .md\:-m-80 { - margin: -20rem; - } - - .md\:-m-88 { - margin: -22rem; - } - - .md\:-m-96 { - margin: -24rem; - } - - .md\:-m-130 { - margin: -560px; - } - - .md\:-m-px { - margin: -1px; - } - - .md\:-m-0\.5 { - margin: -0.125rem; - } - - .md\:-m-1\.5 { - margin: -0.375rem; - } - - .md\:-m-2\.5 { - margin: -0.625rem; - } - - .md\:-m-3\.5 { - margin: -0.875rem; - } - - .md\:my-0 { - margin-top: 0px; - margin-bottom: 0px; - } - - .md\:mx-0 { - margin-left: 0px; - margin-right: 0px; - } - - .md\:my-1 { - margin-top: 0.25rem; - margin-bottom: 0.25rem; - } - - .md\:mx-1 { - margin-left: 0.25rem; - margin-right: 0.25rem; - } - - .md\:my-2 { - margin-top: 0.5rem; - margin-bottom: 0.5rem; - } - - .md\:mx-2 { - margin-left: 0.5rem; - margin-right: 0.5rem; - } - - .md\:my-3 { - margin-top: 0.75rem; - margin-bottom: 0.75rem; - } - - .md\:mx-3 { - margin-left: 0.75rem; - margin-right: 0.75rem; - } - - .md\:my-4 { - margin-top: 1rem; - margin-bottom: 1rem; - } - - .md\:mx-4 { - margin-left: 1rem; - margin-right: 1rem; - } - - .md\:my-5 { - margin-top: 1.25rem; - margin-bottom: 1.25rem; - } - - .md\:mx-5 { - margin-left: 1.25rem; - margin-right: 1.25rem; - } - - .md\:my-6 { - margin-top: 1.5rem; - margin-bottom: 1.5rem; - } - - .md\:mx-6 { - margin-left: 1.5rem; - margin-right: 1.5rem; - } - - .md\:my-7 { - margin-top: 1.75rem; - margin-bottom: 1.75rem; - } - - .md\:mx-7 { - margin-left: 1.75rem; - margin-right: 1.75rem; - } - - .md\:my-8 { - margin-top: 2rem; - margin-bottom: 2rem; - } - - .md\:mx-8 { - margin-left: 2rem; - margin-right: 2rem; - } - - .md\:my-9 { - margin-top: 2.25rem; - margin-bottom: 2.25rem; - } - - .md\:mx-9 { - margin-left: 2.25rem; - margin-right: 2.25rem; - } - - .md\:my-10 { - margin-top: 2.5rem; - margin-bottom: 2.5rem; - } - - .md\:mx-10 { - margin-left: 2.5rem; - margin-right: 2.5rem; - } - - .md\:my-11 { - margin-top: 2.75rem; - margin-bottom: 2.75rem; - } - - .md\:mx-11 { - margin-left: 2.75rem; - margin-right: 2.75rem; - } - - .md\:my-12 { - margin-top: 3rem; - margin-bottom: 3rem; - } - - .md\:mx-12 { - margin-left: 3rem; - margin-right: 3rem; - } - - .md\:my-14 { - margin-top: 3.5rem; - margin-bottom: 3.5rem; - } - - .md\:mx-14 { - margin-left: 3.5rem; - margin-right: 3.5rem; - } - - .md\:my-16 { - margin-top: 4rem; - margin-bottom: 4rem; - } - - .md\:mx-16 { - margin-left: 4rem; - margin-right: 4rem; - } - - .md\:my-20 { - margin-top: 5rem; - margin-bottom: 5rem; - } - - .md\:mx-20 { - margin-left: 5rem; - margin-right: 5rem; - } - - .md\:my-22 { - margin-top: 5.625rem; - margin-bottom: 5.625rem; - } - - .md\:mx-22 { - margin-left: 5.625rem; - margin-right: 5.625rem; - } - - .md\:my-24 { - margin-top: 6rem; - margin-bottom: 6rem; - } - - .md\:mx-24 { - margin-left: 6rem; - margin-right: 6rem; - } - - .md\:my-28 { - margin-top: 7rem; - margin-bottom: 7rem; - } - - .md\:mx-28 { - margin-left: 7rem; - margin-right: 7rem; - } - - .md\:my-32 { - margin-top: 8rem; - margin-bottom: 8rem; - } - - .md\:mx-32 { - margin-left: 8rem; - margin-right: 8rem; - } - - .md\:my-36 { - margin-top: 9rem; - margin-bottom: 9rem; - } - - .md\:mx-36 { - margin-left: 9rem; - margin-right: 9rem; - } - - .md\:my-40 { - margin-top: 10rem; - margin-bottom: 10rem; - } - - .md\:mx-40 { - margin-left: 10rem; - margin-right: 10rem; - } - - .md\:my-44 { - margin-top: 11rem; - margin-bottom: 11rem; - } - - .md\:mx-44 { - margin-left: 11rem; - margin-right: 11rem; - } - - .md\:my-48 { - margin-top: 12rem; - margin-bottom: 12rem; - } - - .md\:mx-48 { - margin-left: 12rem; - margin-right: 12rem; - } - - .md\:my-52 { - margin-top: 13rem; - margin-bottom: 13rem; - } - - .md\:mx-52 { - margin-left: 13rem; - margin-right: 13rem; - } - - .md\:my-56 { - margin-top: 14rem; - margin-bottom: 14rem; - } - - .md\:mx-56 { - margin-left: 14rem; - margin-right: 14rem; - } - - .md\:my-60 { - margin-top: 240px; - margin-bottom: 240px; - } - - .md\:mx-60 { - margin-left: 240px; - margin-right: 240px; - } - - .md\:my-64 { - margin-top: 16rem; - margin-bottom: 16rem; - } - - .md\:mx-64 { - margin-left: 16rem; - margin-right: 16rem; - } - - .md\:my-72 { - margin-top: 18rem; - margin-bottom: 18rem; - } - - .md\:mx-72 { - margin-left: 18rem; - margin-right: 18rem; - } - - .md\:my-80 { - margin-top: 20rem; - margin-bottom: 20rem; - } - - .md\:mx-80 { - margin-left: 20rem; - margin-right: 20rem; - } - - .md\:my-88 { - margin-top: 22rem; - margin-bottom: 22rem; - } - - .md\:mx-88 { - margin-left: 22rem; - margin-right: 22rem; - } - - .md\:my-96 { - margin-top: 24rem; - margin-bottom: 24rem; - } - - .md\:mx-96 { - margin-left: 24rem; - margin-right: 24rem; - } - - .md\:my-130 { - margin-top: 560px; - margin-bottom: 560px; - } - - .md\:mx-130 { - margin-left: 560px; - margin-right: 560px; - } - - .md\:my-auto { - margin-top: auto; - margin-bottom: auto; - } - - .md\:mx-auto { - margin-left: auto; - margin-right: auto; - } - - .md\:my-px { - margin-top: 1px; - margin-bottom: 1px; - } - - .md\:mx-px { - margin-left: 1px; - margin-right: 1px; - } - - .md\:my-0\.5 { - margin-top: 0.125rem; - margin-bottom: 0.125rem; - } - - .md\:mx-0\.5 { - margin-left: 0.125rem; - margin-right: 0.125rem; - } - - .md\:my-1\.5 { - margin-top: 0.375rem; - margin-bottom: 0.375rem; - } - - .md\:mx-1\.5 { - margin-left: 0.375rem; - margin-right: 0.375rem; - } - - .md\:my-2\.5 { - margin-top: 0.625rem; - margin-bottom: 0.625rem; - } - - .md\:mx-2\.5 { - margin-left: 0.625rem; - margin-right: 0.625rem; - } - - .md\:my-3\.5 { - margin-top: 0.875rem; - margin-bottom: 0.875rem; - } - - .md\:mx-3\.5 { - margin-left: 0.875rem; - margin-right: 0.875rem; - } - - .md\:-my-0 { - margin-top: 0px; - margin-bottom: 0px; - } - - .md\:-mx-0 { - margin-left: 0px; - margin-right: 0px; - } - - .md\:-my-1 { - margin-top: -0.25rem; - margin-bottom: -0.25rem; - } - - .md\:-mx-1 { - margin-left: -0.25rem; - margin-right: -0.25rem; - } - - .md\:-my-2 { - margin-top: -0.5rem; - margin-bottom: -0.5rem; - } - - .md\:-mx-2 { - margin-left: -0.5rem; - margin-right: -0.5rem; - } - - .md\:-my-3 { - margin-top: -0.75rem; - margin-bottom: -0.75rem; - } - - .md\:-mx-3 { - margin-left: -0.75rem; - margin-right: -0.75rem; - } - - .md\:-my-4 { - margin-top: -1rem; - margin-bottom: -1rem; - } - - .md\:-mx-4 { - margin-left: -1rem; - margin-right: -1rem; - } - - .md\:-my-5 { - margin-top: -1.25rem; - margin-bottom: -1.25rem; - } - - .md\:-mx-5 { - margin-left: -1.25rem; - margin-right: -1.25rem; - } - - .md\:-my-6 { - margin-top: -1.5rem; - margin-bottom: -1.5rem; - } - - .md\:-mx-6 { - margin-left: -1.5rem; - margin-right: -1.5rem; - } - - .md\:-my-7 { - margin-top: -1.75rem; - margin-bottom: -1.75rem; - } - - .md\:-mx-7 { - margin-left: -1.75rem; - margin-right: -1.75rem; - } - - .md\:-my-8 { - margin-top: -2rem; - margin-bottom: -2rem; - } - - .md\:-mx-8 { - margin-left: -2rem; - margin-right: -2rem; - } - - .md\:-my-9 { - margin-top: -2.25rem; - margin-bottom: -2.25rem; - } - - .md\:-mx-9 { - margin-left: -2.25rem; - margin-right: -2.25rem; - } - - .md\:-my-10 { - margin-top: -2.5rem; - margin-bottom: -2.5rem; - } - - .md\:-mx-10 { - margin-left: -2.5rem; - margin-right: -2.5rem; - } - - .md\:-my-11 { - margin-top: -2.75rem; - margin-bottom: -2.75rem; - } - - .md\:-mx-11 { - margin-left: -2.75rem; - margin-right: -2.75rem; - } - - .md\:-my-12 { - margin-top: -3rem; - margin-bottom: -3rem; - } - - .md\:-mx-12 { - margin-left: -3rem; - margin-right: -3rem; - } - - .md\:-my-14 { - margin-top: -3.5rem; - margin-bottom: -3.5rem; - } - - .md\:-mx-14 { - margin-left: -3.5rem; - margin-right: -3.5rem; - } - - .md\:-my-16 { - margin-top: -4rem; - margin-bottom: -4rem; - } - - .md\:-mx-16 { - margin-left: -4rem; - margin-right: -4rem; - } - - .md\:-my-20 { - margin-top: -5rem; - margin-bottom: -5rem; - } - - .md\:-mx-20 { - margin-left: -5rem; - margin-right: -5rem; - } - - .md\:-my-22 { - margin-top: -5.625rem; - margin-bottom: -5.625rem; - } - - .md\:-mx-22 { - margin-left: -5.625rem; - margin-right: -5.625rem; - } - - .md\:-my-24 { - margin-top: -6rem; - margin-bottom: -6rem; - } - - .md\:-mx-24 { - margin-left: -6rem; - margin-right: -6rem; - } - - .md\:-my-28 { - margin-top: -7rem; - margin-bottom: -7rem; - } - - .md\:-mx-28 { - margin-left: -7rem; - margin-right: -7rem; - } - - .md\:-my-32 { - margin-top: -8rem; - margin-bottom: -8rem; - } - - .md\:-mx-32 { - margin-left: -8rem; - margin-right: -8rem; - } - - .md\:-my-36 { - margin-top: -9rem; - margin-bottom: -9rem; - } - - .md\:-mx-36 { - margin-left: -9rem; - margin-right: -9rem; - } - - .md\:-my-40 { - margin-top: -10rem; - margin-bottom: -10rem; - } - - .md\:-mx-40 { - margin-left: -10rem; - margin-right: -10rem; - } - - .md\:-my-44 { - margin-top: -11rem; - margin-bottom: -11rem; - } - - .md\:-mx-44 { - margin-left: -11rem; - margin-right: -11rem; - } - - .md\:-my-48 { - margin-top: -12rem; - margin-bottom: -12rem; - } - - .md\:-mx-48 { - margin-left: -12rem; - margin-right: -12rem; - } - - .md\:-my-52 { - margin-top: -13rem; - margin-bottom: -13rem; - } - - .md\:-mx-52 { - margin-left: -13rem; - margin-right: -13rem; - } - - .md\:-my-56 { - margin-top: -14rem; - margin-bottom: -14rem; - } - - .md\:-mx-56 { - margin-left: -14rem; - margin-right: -14rem; - } - - .md\:-my-60 { - margin-top: -240px; - margin-bottom: -240px; - } - - .md\:-mx-60 { - margin-left: -240px; - margin-right: -240px; - } - - .md\:-my-64 { - margin-top: -16rem; - margin-bottom: -16rem; - } - - .md\:-mx-64 { - margin-left: -16rem; - margin-right: -16rem; - } - - .md\:-my-72 { - margin-top: -18rem; - margin-bottom: -18rem; - } - - .md\:-mx-72 { - margin-left: -18rem; - margin-right: -18rem; - } - - .md\:-my-80 { - margin-top: -20rem; - margin-bottom: -20rem; - } - - .md\:-mx-80 { - margin-left: -20rem; - margin-right: -20rem; - } - - .md\:-my-88 { - margin-top: -22rem; - margin-bottom: -22rem; - } - - .md\:-mx-88 { - margin-left: -22rem; - margin-right: -22rem; - } - - .md\:-my-96 { - margin-top: -24rem; - margin-bottom: -24rem; - } - - .md\:-mx-96 { - margin-left: -24rem; - margin-right: -24rem; - } - - .md\:-my-130 { - margin-top: -560px; - margin-bottom: -560px; - } - - .md\:-mx-130 { - margin-left: -560px; - margin-right: -560px; - } - - .md\:-my-px { - margin-top: -1px; - margin-bottom: -1px; - } - - .md\:-mx-px { - margin-left: -1px; - margin-right: -1px; - } - - .md\:-my-0\.5 { - margin-top: -0.125rem; - margin-bottom: -0.125rem; - } - - .md\:-mx-0\.5 { - margin-left: -0.125rem; - margin-right: -0.125rem; - } - - .md\:-my-1\.5 { - margin-top: -0.375rem; - margin-bottom: -0.375rem; - } - - .md\:-mx-1\.5 { - margin-left: -0.375rem; - margin-right: -0.375rem; - } - - .md\:-my-2\.5 { - margin-top: -0.625rem; - margin-bottom: -0.625rem; - } - - .md\:-mx-2\.5 { - margin-left: -0.625rem; - margin-right: -0.625rem; - } - - .md\:-my-3\.5 { - margin-top: -0.875rem; - margin-bottom: -0.875rem; - } - - .md\:-mx-3\.5 { - margin-left: -0.875rem; - margin-right: -0.875rem; - } - - .md\:mt-0 { - margin-top: 0px; - } - - .md\:mr-0 { - margin-right: 0px; - } - - .md\:mb-0 { - margin-bottom: 0px; - } - - .md\:ml-0 { - margin-left: 0px; - } - - .md\:mt-1 { - margin-top: 0.25rem; - } - - .md\:mr-1 { - margin-right: 0.25rem; - } - - .md\:mb-1 { - margin-bottom: 0.25rem; - } - - .md\:ml-1 { - margin-left: 0.25rem; - } - - .md\:mt-2 { - margin-top: 0.5rem; - } - - .md\:mr-2 { - margin-right: 0.5rem; - } - - .md\:mb-2 { - margin-bottom: 0.5rem; - } - - .md\:ml-2 { - margin-left: 0.5rem; - } - - .md\:mt-3 { - margin-top: 0.75rem; - } - - .md\:mr-3 { - margin-right: 0.75rem; - } - - .md\:mb-3 { - margin-bottom: 0.75rem; - } - - .md\:ml-3 { - margin-left: 0.75rem; - } - - .md\:mt-4 { - margin-top: 1rem; - } - - .md\:mr-4 { - margin-right: 1rem; - } - - .md\:mb-4 { - margin-bottom: 1rem; - } - - .md\:ml-4 { - margin-left: 1rem; - } - - .md\:mt-5 { - margin-top: 1.25rem; - } - - .md\:mr-5 { - margin-right: 1.25rem; - } - - .md\:mb-5 { - margin-bottom: 1.25rem; - } - - .md\:ml-5 { - margin-left: 1.25rem; - } - - .md\:mt-6 { - margin-top: 1.5rem; - } - - .md\:mr-6 { - margin-right: 1.5rem; - } - - .md\:mb-6 { - margin-bottom: 1.5rem; - } - - .md\:ml-6 { - margin-left: 1.5rem; - } - - .md\:mt-7 { - margin-top: 1.75rem; - } - - .md\:mr-7 { - margin-right: 1.75rem; - } - - .md\:mb-7 { - margin-bottom: 1.75rem; - } - - .md\:ml-7 { - margin-left: 1.75rem; - } - - .md\:mt-8 { - margin-top: 2rem; - } - - .md\:mr-8 { - margin-right: 2rem; - } - - .md\:mb-8 { - margin-bottom: 2rem; - } - - .md\:ml-8 { - margin-left: 2rem; - } - - .md\:mt-9 { - margin-top: 2.25rem; - } - - .md\:mr-9 { - margin-right: 2.25rem; - } - - .md\:mb-9 { - margin-bottom: 2.25rem; - } - - .md\:ml-9 { - margin-left: 2.25rem; - } - - .md\:mt-10 { - margin-top: 2.5rem; - } - - .md\:mr-10 { - margin-right: 2.5rem; - } - - .md\:mb-10 { - margin-bottom: 2.5rem; - } - - .md\:ml-10 { - margin-left: 2.5rem; - } - - .md\:mt-11 { - margin-top: 2.75rem; - } - - .md\:mr-11 { - margin-right: 2.75rem; - } - - .md\:mb-11 { - margin-bottom: 2.75rem; - } - - .md\:ml-11 { - margin-left: 2.75rem; - } - - .md\:mt-12 { - margin-top: 3rem; - } - - .md\:mr-12 { - margin-right: 3rem; - } - - .md\:mb-12 { - margin-bottom: 3rem; - } - - .md\:ml-12 { - margin-left: 3rem; - } - - .md\:mt-14 { - margin-top: 3.5rem; - } - - .md\:mr-14 { - margin-right: 3.5rem; - } - - .md\:mb-14 { - margin-bottom: 3.5rem; - } - - .md\:ml-14 { - margin-left: 3.5rem; - } - - .md\:mt-16 { - margin-top: 4rem; - } - - .md\:mr-16 { - margin-right: 4rem; - } - - .md\:mb-16 { - margin-bottom: 4rem; - } - - .md\:ml-16 { - margin-left: 4rem; - } - - .md\:mt-20 { - margin-top: 5rem; - } - - .md\:mr-20 { - margin-right: 5rem; - } - - .md\:mb-20 { - margin-bottom: 5rem; - } - - .md\:ml-20 { - margin-left: 5rem; - } - - .md\:mt-22 { - margin-top: 5.625rem; - } - - .md\:mr-22 { - margin-right: 5.625rem; - } - - .md\:mb-22 { - margin-bottom: 5.625rem; - } - - .md\:ml-22 { - margin-left: 5.625rem; - } - - .md\:mt-24 { - margin-top: 6rem; - } - - .md\:mr-24 { - margin-right: 6rem; - } - - .md\:mb-24 { - margin-bottom: 6rem; - } - - .md\:ml-24 { - margin-left: 6rem; - } - - .md\:mt-28 { - margin-top: 7rem; - } - - .md\:mr-28 { - margin-right: 7rem; - } - - .md\:mb-28 { - margin-bottom: 7rem; - } - - .md\:ml-28 { - margin-left: 7rem; - } - - .md\:mt-32 { - margin-top: 8rem; - } - - .md\:mr-32 { - margin-right: 8rem; - } - - .md\:mb-32 { - margin-bottom: 8rem; - } - - .md\:ml-32 { - margin-left: 8rem; - } - - .md\:mt-36 { - margin-top: 9rem; - } - - .md\:mr-36 { - margin-right: 9rem; - } - - .md\:mb-36 { - margin-bottom: 9rem; - } - - .md\:ml-36 { - margin-left: 9rem; - } - - .md\:mt-40 { - margin-top: 10rem; - } - - .md\:mr-40 { - margin-right: 10rem; - } - - .md\:mb-40 { - margin-bottom: 10rem; - } - - .md\:ml-40 { - margin-left: 10rem; - } - - .md\:mt-44 { - margin-top: 11rem; - } - - .md\:mr-44 { - margin-right: 11rem; - } - - .md\:mb-44 { - margin-bottom: 11rem; - } - - .md\:ml-44 { - margin-left: 11rem; - } - - .md\:mt-48 { - margin-top: 12rem; - } - - .md\:mr-48 { - margin-right: 12rem; - } - - .md\:mb-48 { - margin-bottom: 12rem; - } - - .md\:ml-48 { - margin-left: 12rem; - } - - .md\:mt-52 { - margin-top: 13rem; - } - - .md\:mr-52 { - margin-right: 13rem; - } - - .md\:mb-52 { - margin-bottom: 13rem; - } - - .md\:ml-52 { - margin-left: 13rem; - } - - .md\:mt-56 { - margin-top: 14rem; - } - - .md\:mr-56 { - margin-right: 14rem; - } - - .md\:mb-56 { - margin-bottom: 14rem; - } - - .md\:ml-56 { - margin-left: 14rem; - } - - .md\:mt-60 { - margin-top: 240px; - } - - .md\:mr-60 { - margin-right: 240px; - } - - .md\:mb-60 { - margin-bottom: 240px; - } - - .md\:ml-60 { - margin-left: 240px; - } - - .md\:mt-64 { - margin-top: 16rem; - } - - .md\:mr-64 { - margin-right: 16rem; - } - - .md\:mb-64 { - margin-bottom: 16rem; - } - - .md\:ml-64 { - margin-left: 16rem; - } - - .md\:mt-72 { - margin-top: 18rem; - } - - .md\:mr-72 { - margin-right: 18rem; - } - - .md\:mb-72 { - margin-bottom: 18rem; - } - - .md\:ml-72 { - margin-left: 18rem; - } - - .md\:mt-80 { - margin-top: 20rem; - } - - .md\:mr-80 { - margin-right: 20rem; - } - - .md\:mb-80 { - margin-bottom: 20rem; - } - - .md\:ml-80 { - margin-left: 20rem; - } - - .md\:mt-88 { - margin-top: 22rem; - } - - .md\:mr-88 { - margin-right: 22rem; - } - - .md\:mb-88 { - margin-bottom: 22rem; - } - - .md\:ml-88 { - margin-left: 22rem; - } - - .md\:mt-96 { - margin-top: 24rem; - } - - .md\:mr-96 { - margin-right: 24rem; - } - - .md\:mb-96 { - margin-bottom: 24rem; - } - - .md\:ml-96 { - margin-left: 24rem; - } - - .md\:mt-130 { - margin-top: 560px; - } - - .md\:mr-130 { - margin-right: 560px; - } - - .md\:mb-130 { - margin-bottom: 560px; - } - - .md\:ml-130 { - margin-left: 560px; - } - - .md\:mt-auto { - margin-top: auto; - } - - .md\:mr-auto { - margin-right: auto; - } - - .md\:mb-auto { - margin-bottom: auto; - } - - .md\:ml-auto { - margin-left: auto; - } - - .md\:mt-px { - margin-top: 1px; - } - - .md\:mr-px { - margin-right: 1px; - } - - .md\:mb-px { - margin-bottom: 1px; - } - - .md\:ml-px { - margin-left: 1px; - } - - .md\:mt-0\.5 { - margin-top: 0.125rem; - } - - .md\:mr-0\.5 { - margin-right: 0.125rem; - } - - .md\:mb-0\.5 { - margin-bottom: 0.125rem; - } - - .md\:ml-0\.5 { - margin-left: 0.125rem; - } - - .md\:mt-1\.5 { - margin-top: 0.375rem; - } - - .md\:mr-1\.5 { - margin-right: 0.375rem; - } - - .md\:mb-1\.5 { - margin-bottom: 0.375rem; - } - - .md\:ml-1\.5 { - margin-left: 0.375rem; - } - - .md\:mt-2\.5 { - margin-top: 0.625rem; - } - - .md\:mr-2\.5 { - margin-right: 0.625rem; - } - - .md\:mb-2\.5 { - margin-bottom: 0.625rem; - } - - .md\:ml-2\.5 { - margin-left: 0.625rem; - } - - .md\:mt-3\.5 { - margin-top: 0.875rem; - } - - .md\:mr-3\.5 { - margin-right: 0.875rem; - } - - .md\:mb-3\.5 { - margin-bottom: 0.875rem; - } - - .md\:ml-3\.5 { - margin-left: 0.875rem; - } - - .md\:-mt-0 { - margin-top: 0px; - } - - .md\:-mr-0 { - margin-right: 0px; - } - - .md\:-mb-0 { - margin-bottom: 0px; - } - - .md\:-ml-0 { - margin-left: 0px; - } - - .md\:-mt-1 { - margin-top: -0.25rem; - } - - .md\:-mr-1 { - margin-right: -0.25rem; - } - - .md\:-mb-1 { - margin-bottom: -0.25rem; - } - - .md\:-ml-1 { - margin-left: -0.25rem; - } - - .md\:-mt-2 { - margin-top: -0.5rem; - } - - .md\:-mr-2 { - margin-right: -0.5rem; - } - - .md\:-mb-2 { - margin-bottom: -0.5rem; - } - - .md\:-ml-2 { - margin-left: -0.5rem; - } - - .md\:-mt-3 { - margin-top: -0.75rem; - } - - .md\:-mr-3 { - margin-right: -0.75rem; - } - - .md\:-mb-3 { - margin-bottom: -0.75rem; - } - - .md\:-ml-3 { - margin-left: -0.75rem; - } - - .md\:-mt-4 { - margin-top: -1rem; - } - - .md\:-mr-4 { - margin-right: -1rem; - } - - .md\:-mb-4 { - margin-bottom: -1rem; - } - - .md\:-ml-4 { - margin-left: -1rem; - } - - .md\:-mt-5 { - margin-top: -1.25rem; - } - - .md\:-mr-5 { - margin-right: -1.25rem; - } - - .md\:-mb-5 { - margin-bottom: -1.25rem; - } - - .md\:-ml-5 { - margin-left: -1.25rem; - } - - .md\:-mt-6 { - margin-top: -1.5rem; - } - - .md\:-mr-6 { - margin-right: -1.5rem; - } - - .md\:-mb-6 { - margin-bottom: -1.5rem; - } - - .md\:-ml-6 { - margin-left: -1.5rem; - } - - .md\:-mt-7 { - margin-top: -1.75rem; - } - - .md\:-mr-7 { - margin-right: -1.75rem; - } - - .md\:-mb-7 { - margin-bottom: -1.75rem; - } - - .md\:-ml-7 { - margin-left: -1.75rem; - } - - .md\:-mt-8 { - margin-top: -2rem; - } - - .md\:-mr-8 { - margin-right: -2rem; - } - - .md\:-mb-8 { - margin-bottom: -2rem; - } - - .md\:-ml-8 { - margin-left: -2rem; - } - - .md\:-mt-9 { - margin-top: -2.25rem; - } - - .md\:-mr-9 { - margin-right: -2.25rem; - } - - .md\:-mb-9 { - margin-bottom: -2.25rem; - } - - .md\:-ml-9 { - margin-left: -2.25rem; - } - - .md\:-mt-10 { - margin-top: -2.5rem; - } - - .md\:-mr-10 { - margin-right: -2.5rem; - } - - .md\:-mb-10 { - margin-bottom: -2.5rem; - } - - .md\:-ml-10 { - margin-left: -2.5rem; - } - - .md\:-mt-11 { - margin-top: -2.75rem; - } - - .md\:-mr-11 { - margin-right: -2.75rem; - } - - .md\:-mb-11 { - margin-bottom: -2.75rem; - } - - .md\:-ml-11 { - margin-left: -2.75rem; - } - - .md\:-mt-12 { - margin-top: -3rem; - } - - .md\:-mr-12 { - margin-right: -3rem; - } - - .md\:-mb-12 { - margin-bottom: -3rem; - } - - .md\:-ml-12 { - margin-left: -3rem; - } - - .md\:-mt-14 { - margin-top: -3.5rem; - } - - .md\:-mr-14 { - margin-right: -3.5rem; - } - - .md\:-mb-14 { - margin-bottom: -3.5rem; - } - - .md\:-ml-14 { - margin-left: -3.5rem; - } - - .md\:-mt-16 { - margin-top: -4rem; - } - - .md\:-mr-16 { - margin-right: -4rem; - } - - .md\:-mb-16 { - margin-bottom: -4rem; - } - - .md\:-ml-16 { - margin-left: -4rem; - } - - .md\:-mt-20 { - margin-top: -5rem; - } - - .md\:-mr-20 { - margin-right: -5rem; - } - - .md\:-mb-20 { - margin-bottom: -5rem; - } - - .md\:-ml-20 { - margin-left: -5rem; - } - - .md\:-mt-22 { - margin-top: -5.625rem; - } - - .md\:-mr-22 { - margin-right: -5.625rem; - } - - .md\:-mb-22 { - margin-bottom: -5.625rem; - } - - .md\:-ml-22 { - margin-left: -5.625rem; - } - - .md\:-mt-24 { - margin-top: -6rem; - } - - .md\:-mr-24 { - margin-right: -6rem; - } - - .md\:-mb-24 { - margin-bottom: -6rem; - } - - .md\:-ml-24 { - margin-left: -6rem; - } - - .md\:-mt-28 { - margin-top: -7rem; - } - - .md\:-mr-28 { - margin-right: -7rem; - } - - .md\:-mb-28 { - margin-bottom: -7rem; - } - - .md\:-ml-28 { - margin-left: -7rem; - } - - .md\:-mt-32 { - margin-top: -8rem; - } - - .md\:-mr-32 { - margin-right: -8rem; - } - - .md\:-mb-32 { - margin-bottom: -8rem; - } - - .md\:-ml-32 { - margin-left: -8rem; - } - - .md\:-mt-36 { - margin-top: -9rem; - } - - .md\:-mr-36 { - margin-right: -9rem; - } - - .md\:-mb-36 { - margin-bottom: -9rem; - } - - .md\:-ml-36 { - margin-left: -9rem; - } - - .md\:-mt-40 { - margin-top: -10rem; - } - - .md\:-mr-40 { - margin-right: -10rem; - } - - .md\:-mb-40 { - margin-bottom: -10rem; - } - - .md\:-ml-40 { - margin-left: -10rem; - } - - .md\:-mt-44 { - margin-top: -11rem; - } - - .md\:-mr-44 { - margin-right: -11rem; - } - - .md\:-mb-44 { - margin-bottom: -11rem; - } - - .md\:-ml-44 { - margin-left: -11rem; - } - - .md\:-mt-48 { - margin-top: -12rem; - } - - .md\:-mr-48 { - margin-right: -12rem; - } - - .md\:-mb-48 { - margin-bottom: -12rem; - } - - .md\:-ml-48 { - margin-left: -12rem; - } - - .md\:-mt-52 { - margin-top: -13rem; - } - - .md\:-mr-52 { - margin-right: -13rem; - } - - .md\:-mb-52 { - margin-bottom: -13rem; - } - - .md\:-ml-52 { - margin-left: -13rem; - } - - .md\:-mt-56 { - margin-top: -14rem; - } - - .md\:-mr-56 { - margin-right: -14rem; - } - - .md\:-mb-56 { - margin-bottom: -14rem; - } - - .md\:-ml-56 { - margin-left: -14rem; - } - - .md\:-mt-60 { - margin-top: -240px; - } - - .md\:-mr-60 { - margin-right: -240px; - } - - .md\:-mb-60 { - margin-bottom: -240px; - } - - .md\:-ml-60 { - margin-left: -240px; - } - - .md\:-mt-64 { - margin-top: -16rem; - } - - .md\:-mr-64 { - margin-right: -16rem; - } - - .md\:-mb-64 { - margin-bottom: -16rem; - } - - .md\:-ml-64 { - margin-left: -16rem; - } - - .md\:-mt-72 { - margin-top: -18rem; - } - - .md\:-mr-72 { - margin-right: -18rem; - } - - .md\:-mb-72 { - margin-bottom: -18rem; - } - - .md\:-ml-72 { - margin-left: -18rem; - } - - .md\:-mt-80 { - margin-top: -20rem; - } - - .md\:-mr-80 { - margin-right: -20rem; - } - - .md\:-mb-80 { - margin-bottom: -20rem; - } - - .md\:-ml-80 { - margin-left: -20rem; - } - - .md\:-mt-88 { - margin-top: -22rem; - } - - .md\:-mr-88 { - margin-right: -22rem; - } - - .md\:-mb-88 { - margin-bottom: -22rem; - } - - .md\:-ml-88 { - margin-left: -22rem; - } - - .md\:-mt-96 { - margin-top: -24rem; - } - - .md\:-mr-96 { - margin-right: -24rem; - } - - .md\:-mb-96 { - margin-bottom: -24rem; - } - - .md\:-ml-96 { - margin-left: -24rem; - } - - .md\:-mt-130 { - margin-top: -560px; - } - - .md\:-mr-130 { - margin-right: -560px; - } - - .md\:-mb-130 { - margin-bottom: -560px; - } - - .md\:-ml-130 { - margin-left: -560px; - } - - .md\:-mt-px { - margin-top: -1px; - } - - .md\:-mr-px { - margin-right: -1px; - } - - .md\:-mb-px { - margin-bottom: -1px; - } - - .md\:-ml-px { - margin-left: -1px; - } - - .md\:-mt-0\.5 { - margin-top: -0.125rem; - } - - .md\:-mr-0\.5 { - margin-right: -0.125rem; - } - - .md\:-mb-0\.5 { - margin-bottom: -0.125rem; - } - - .md\:-ml-0\.5 { - margin-left: -0.125rem; - } - - .md\:-mt-1\.5 { - margin-top: -0.375rem; - } - - .md\:-mr-1\.5 { - margin-right: -0.375rem; - } - - .md\:-mb-1\.5 { - margin-bottom: -0.375rem; - } - - .md\:-ml-1\.5 { - margin-left: -0.375rem; - } - - .md\:-mt-2\.5 { - margin-top: -0.625rem; - } - - .md\:-mr-2\.5 { - margin-right: -0.625rem; - } - - .md\:-mb-2\.5 { - margin-bottom: -0.625rem; - } - - .md\:-ml-2\.5 { - margin-left: -0.625rem; - } - - .md\:-mt-3\.5 { - margin-top: -0.875rem; - } - - .md\:-mr-3\.5 { - margin-right: -0.875rem; - } - - .md\:-mb-3\.5 { - margin-bottom: -0.875rem; - } - - .md\:-ml-3\.5 { - margin-left: -0.875rem; - } - - .md\:first\:m-0:first-child { - margin: 0px; - } - - .md\:first\:m-1:first-child { - margin: 0.25rem; - } - - .md\:first\:m-2:first-child { - margin: 0.5rem; - } - - .md\:first\:m-3:first-child { - margin: 0.75rem; - } - - .md\:first\:m-4:first-child { - margin: 1rem; - } - - .md\:first\:m-5:first-child { - margin: 1.25rem; - } - - .md\:first\:m-6:first-child { - margin: 1.5rem; - } - - .md\:first\:m-7:first-child { - margin: 1.75rem; - } - - .md\:first\:m-8:first-child { - margin: 2rem; - } - - .md\:first\:m-9:first-child { - margin: 2.25rem; - } - - .md\:first\:m-10:first-child { - margin: 2.5rem; - } - - .md\:first\:m-11:first-child { - margin: 2.75rem; - } - - .md\:first\:m-12:first-child { - margin: 3rem; - } - - .md\:first\:m-14:first-child { - margin: 3.5rem; - } - - .md\:first\:m-16:first-child { - margin: 4rem; - } - - .md\:first\:m-20:first-child { - margin: 5rem; - } - - .md\:first\:m-22:first-child { - margin: 5.625rem; - } - - .md\:first\:m-24:first-child { - margin: 6rem; - } - - .md\:first\:m-28:first-child { - margin: 7rem; - } - - .md\:first\:m-32:first-child { - margin: 8rem; - } - - .md\:first\:m-36:first-child { - margin: 9rem; - } - - .md\:first\:m-40:first-child { - margin: 10rem; - } - - .md\:first\:m-44:first-child { - margin: 11rem; - } - - .md\:first\:m-48:first-child { - margin: 12rem; - } - - .md\:first\:m-52:first-child { - margin: 13rem; - } - - .md\:first\:m-56:first-child { - margin: 14rem; - } - - .md\:first\:m-60:first-child { - margin: 240px; - } - - .md\:first\:m-64:first-child { - margin: 16rem; - } - - .md\:first\:m-72:first-child { - margin: 18rem; - } - - .md\:first\:m-80:first-child { - margin: 20rem; - } - - .md\:first\:m-88:first-child { - margin: 22rem; - } - - .md\:first\:m-96:first-child { - margin: 24rem; - } - - .md\:first\:m-130:first-child { - margin: 560px; - } - - .md\:first\:m-auto:first-child { - margin: auto; - } - - .md\:first\:m-px:first-child { - margin: 1px; - } - - .md\:first\:m-0\.5:first-child { - margin: 0.125rem; - } - - .md\:first\:m-1\.5:first-child { - margin: 0.375rem; - } - - .md\:first\:m-2\.5:first-child { - margin: 0.625rem; - } - - .md\:first\:m-3\.5:first-child { - margin: 0.875rem; - } - - .md\:first\:-m-0:first-child { - margin: 0px; - } - - .md\:first\:-m-1:first-child { - margin: -0.25rem; - } - - .md\:first\:-m-2:first-child { - margin: -0.5rem; - } - - .md\:first\:-m-3:first-child { - margin: -0.75rem; - } - - .md\:first\:-m-4:first-child { - margin: -1rem; - } - - .md\:first\:-m-5:first-child { - margin: -1.25rem; - } - - .md\:first\:-m-6:first-child { - margin: -1.5rem; - } - - .md\:first\:-m-7:first-child { - margin: -1.75rem; - } - - .md\:first\:-m-8:first-child { - margin: -2rem; - } - - .md\:first\:-m-9:first-child { - margin: -2.25rem; - } - - .md\:first\:-m-10:first-child { - margin: -2.5rem; - } - - .md\:first\:-m-11:first-child { - margin: -2.75rem; - } - - .md\:first\:-m-12:first-child { - margin: -3rem; - } - - .md\:first\:-m-14:first-child { - margin: -3.5rem; - } - - .md\:first\:-m-16:first-child { - margin: -4rem; - } - - .md\:first\:-m-20:first-child { - margin: -5rem; - } - - .md\:first\:-m-22:first-child { - margin: -5.625rem; - } - - .md\:first\:-m-24:first-child { - margin: -6rem; - } - - .md\:first\:-m-28:first-child { - margin: -7rem; - } - - .md\:first\:-m-32:first-child { - margin: -8rem; - } - - .md\:first\:-m-36:first-child { - margin: -9rem; - } - - .md\:first\:-m-40:first-child { - margin: -10rem; - } - - .md\:first\:-m-44:first-child { - margin: -11rem; - } - - .md\:first\:-m-48:first-child { - margin: -12rem; - } - - .md\:first\:-m-52:first-child { - margin: -13rem; - } - - .md\:first\:-m-56:first-child { - margin: -14rem; - } - - .md\:first\:-m-60:first-child { - margin: -240px; - } - - .md\:first\:-m-64:first-child { - margin: -16rem; - } - - .md\:first\:-m-72:first-child { - margin: -18rem; - } - - .md\:first\:-m-80:first-child { - margin: -20rem; - } - - .md\:first\:-m-88:first-child { - margin: -22rem; - } - - .md\:first\:-m-96:first-child { - margin: -24rem; - } - - .md\:first\:-m-130:first-child { - margin: -560px; - } - - .md\:first\:-m-px:first-child { - margin: -1px; - } - - .md\:first\:-m-0\.5:first-child { - margin: -0.125rem; - } - - .md\:first\:-m-1\.5:first-child { - margin: -0.375rem; - } - - .md\:first\:-m-2\.5:first-child { - margin: -0.625rem; - } - - .md\:first\:-m-3\.5:first-child { - margin: -0.875rem; - } - - .md\:first\:my-0:first-child { - margin-top: 0px; - margin-bottom: 0px; - } - - .md\:first\:mx-0:first-child { - margin-left: 0px; - margin-right: 0px; - } - - .md\:first\:my-1:first-child { - margin-top: 0.25rem; - margin-bottom: 0.25rem; - } - - .md\:first\:mx-1:first-child { - margin-left: 0.25rem; - margin-right: 0.25rem; - } - - .md\:first\:my-2:first-child { - margin-top: 0.5rem; - margin-bottom: 0.5rem; - } - - .md\:first\:mx-2:first-child { - margin-left: 0.5rem; - margin-right: 0.5rem; - } - - .md\:first\:my-3:first-child { - margin-top: 0.75rem; - margin-bottom: 0.75rem; - } - - .md\:first\:mx-3:first-child { - margin-left: 0.75rem; - margin-right: 0.75rem; - } - - .md\:first\:my-4:first-child { - margin-top: 1rem; - margin-bottom: 1rem; - } - - .md\:first\:mx-4:first-child { - margin-left: 1rem; - margin-right: 1rem; - } - - .md\:first\:my-5:first-child { - margin-top: 1.25rem; - margin-bottom: 1.25rem; - } - - .md\:first\:mx-5:first-child { - margin-left: 1.25rem; - margin-right: 1.25rem; - } - - .md\:first\:my-6:first-child { - margin-top: 1.5rem; - margin-bottom: 1.5rem; - } - - .md\:first\:mx-6:first-child { - margin-left: 1.5rem; - margin-right: 1.5rem; - } - - .md\:first\:my-7:first-child { - margin-top: 1.75rem; - margin-bottom: 1.75rem; - } - - .md\:first\:mx-7:first-child { - margin-left: 1.75rem; - margin-right: 1.75rem; - } - - .md\:first\:my-8:first-child { - margin-top: 2rem; - margin-bottom: 2rem; - } - - .md\:first\:mx-8:first-child { - margin-left: 2rem; - margin-right: 2rem; - } - - .md\:first\:my-9:first-child { - margin-top: 2.25rem; - margin-bottom: 2.25rem; - } - - .md\:first\:mx-9:first-child { - margin-left: 2.25rem; - margin-right: 2.25rem; - } - - .md\:first\:my-10:first-child { - margin-top: 2.5rem; - margin-bottom: 2.5rem; - } - - .md\:first\:mx-10:first-child { - margin-left: 2.5rem; - margin-right: 2.5rem; - } - - .md\:first\:my-11:first-child { - margin-top: 2.75rem; - margin-bottom: 2.75rem; - } - - .md\:first\:mx-11:first-child { - margin-left: 2.75rem; - margin-right: 2.75rem; - } - - .md\:first\:my-12:first-child { - margin-top: 3rem; - margin-bottom: 3rem; - } - - .md\:first\:mx-12:first-child { - margin-left: 3rem; - margin-right: 3rem; - } - - .md\:first\:my-14:first-child { - margin-top: 3.5rem; - margin-bottom: 3.5rem; - } - - .md\:first\:mx-14:first-child { - margin-left: 3.5rem; - margin-right: 3.5rem; - } - - .md\:first\:my-16:first-child { - margin-top: 4rem; - margin-bottom: 4rem; - } - - .md\:first\:mx-16:first-child { - margin-left: 4rem; - margin-right: 4rem; - } - - .md\:first\:my-20:first-child { - margin-top: 5rem; - margin-bottom: 5rem; - } - - .md\:first\:mx-20:first-child { - margin-left: 5rem; - margin-right: 5rem; - } - - .md\:first\:my-22:first-child { - margin-top: 5.625rem; - margin-bottom: 5.625rem; - } - - .md\:first\:mx-22:first-child { - margin-left: 5.625rem; - margin-right: 5.625rem; - } - - .md\:first\:my-24:first-child { - margin-top: 6rem; - margin-bottom: 6rem; - } - - .md\:first\:mx-24:first-child { - margin-left: 6rem; - margin-right: 6rem; - } - - .md\:first\:my-28:first-child { - margin-top: 7rem; - margin-bottom: 7rem; - } - - .md\:first\:mx-28:first-child { - margin-left: 7rem; - margin-right: 7rem; - } - - .md\:first\:my-32:first-child { - margin-top: 8rem; - margin-bottom: 8rem; - } - - .md\:first\:mx-32:first-child { - margin-left: 8rem; - margin-right: 8rem; - } - - .md\:first\:my-36:first-child { - margin-top: 9rem; - margin-bottom: 9rem; - } - - .md\:first\:mx-36:first-child { - margin-left: 9rem; - margin-right: 9rem; - } - - .md\:first\:my-40:first-child { - margin-top: 10rem; - margin-bottom: 10rem; - } - - .md\:first\:mx-40:first-child { - margin-left: 10rem; - margin-right: 10rem; - } - - .md\:first\:my-44:first-child { - margin-top: 11rem; - margin-bottom: 11rem; - } - - .md\:first\:mx-44:first-child { - margin-left: 11rem; - margin-right: 11rem; - } - - .md\:first\:my-48:first-child { - margin-top: 12rem; - margin-bottom: 12rem; - } - - .md\:first\:mx-48:first-child { - margin-left: 12rem; - margin-right: 12rem; - } - - .md\:first\:my-52:first-child { - margin-top: 13rem; - margin-bottom: 13rem; - } - - .md\:first\:mx-52:first-child { - margin-left: 13rem; - margin-right: 13rem; - } - - .md\:first\:my-56:first-child { - margin-top: 14rem; - margin-bottom: 14rem; - } - - .md\:first\:mx-56:first-child { - margin-left: 14rem; - margin-right: 14rem; - } - - .md\:first\:my-60:first-child { - margin-top: 240px; - margin-bottom: 240px; - } - - .md\:first\:mx-60:first-child { - margin-left: 240px; - margin-right: 240px; - } - - .md\:first\:my-64:first-child { - margin-top: 16rem; - margin-bottom: 16rem; - } - - .md\:first\:mx-64:first-child { - margin-left: 16rem; - margin-right: 16rem; - } - - .md\:first\:my-72:first-child { - margin-top: 18rem; - margin-bottom: 18rem; - } - - .md\:first\:mx-72:first-child { - margin-left: 18rem; - margin-right: 18rem; - } - - .md\:first\:my-80:first-child { - margin-top: 20rem; - margin-bottom: 20rem; - } - - .md\:first\:mx-80:first-child { - margin-left: 20rem; - margin-right: 20rem; - } - - .md\:first\:my-88:first-child { - margin-top: 22rem; - margin-bottom: 22rem; - } - - .md\:first\:mx-88:first-child { - margin-left: 22rem; - margin-right: 22rem; - } - - .md\:first\:my-96:first-child { - margin-top: 24rem; - margin-bottom: 24rem; - } - - .md\:first\:mx-96:first-child { - margin-left: 24rem; - margin-right: 24rem; - } - - .md\:first\:my-130:first-child { - margin-top: 560px; - margin-bottom: 560px; - } - - .md\:first\:mx-130:first-child { - margin-left: 560px; - margin-right: 560px; - } - - .md\:first\:my-auto:first-child { - margin-top: auto; - margin-bottom: auto; - } - - .md\:first\:mx-auto:first-child { - margin-left: auto; - margin-right: auto; - } - - .md\:first\:my-px:first-child { - margin-top: 1px; - margin-bottom: 1px; - } - - .md\:first\:mx-px:first-child { - margin-left: 1px; - margin-right: 1px; - } - - .md\:first\:my-0\.5:first-child { - margin-top: 0.125rem; - margin-bottom: 0.125rem; - } - - .md\:first\:mx-0\.5:first-child { - margin-left: 0.125rem; - margin-right: 0.125rem; - } - - .md\:first\:my-1\.5:first-child { - margin-top: 0.375rem; - margin-bottom: 0.375rem; - } - - .md\:first\:mx-1\.5:first-child { - margin-left: 0.375rem; - margin-right: 0.375rem; - } - - .md\:first\:my-2\.5:first-child { - margin-top: 0.625rem; - margin-bottom: 0.625rem; - } - - .md\:first\:mx-2\.5:first-child { - margin-left: 0.625rem; - margin-right: 0.625rem; - } - - .md\:first\:my-3\.5:first-child { - margin-top: 0.875rem; - margin-bottom: 0.875rem; - } - - .md\:first\:mx-3\.5:first-child { - margin-left: 0.875rem; - margin-right: 0.875rem; - } - - .md\:first\:-my-0:first-child { - margin-top: 0px; - margin-bottom: 0px; - } - - .md\:first\:-mx-0:first-child { - margin-left: 0px; - margin-right: 0px; - } - - .md\:first\:-my-1:first-child { - margin-top: -0.25rem; - margin-bottom: -0.25rem; - } - - .md\:first\:-mx-1:first-child { - margin-left: -0.25rem; - margin-right: -0.25rem; - } - - .md\:first\:-my-2:first-child { - margin-top: -0.5rem; - margin-bottom: -0.5rem; - } - - .md\:first\:-mx-2:first-child { - margin-left: -0.5rem; - margin-right: -0.5rem; - } - - .md\:first\:-my-3:first-child { - margin-top: -0.75rem; - margin-bottom: -0.75rem; - } - - .md\:first\:-mx-3:first-child { - margin-left: -0.75rem; - margin-right: -0.75rem; - } - - .md\:first\:-my-4:first-child { - margin-top: -1rem; - margin-bottom: -1rem; - } - - .md\:first\:-mx-4:first-child { - margin-left: -1rem; - margin-right: -1rem; - } - - .md\:first\:-my-5:first-child { - margin-top: -1.25rem; - margin-bottom: -1.25rem; - } - - .md\:first\:-mx-5:first-child { - margin-left: -1.25rem; - margin-right: -1.25rem; - } - - .md\:first\:-my-6:first-child { - margin-top: -1.5rem; - margin-bottom: -1.5rem; - } - - .md\:first\:-mx-6:first-child { - margin-left: -1.5rem; - margin-right: -1.5rem; - } - - .md\:first\:-my-7:first-child { - margin-top: -1.75rem; - margin-bottom: -1.75rem; - } - - .md\:first\:-mx-7:first-child { - margin-left: -1.75rem; - margin-right: -1.75rem; - } - - .md\:first\:-my-8:first-child { - margin-top: -2rem; - margin-bottom: -2rem; - } - - .md\:first\:-mx-8:first-child { - margin-left: -2rem; - margin-right: -2rem; - } - - .md\:first\:-my-9:first-child { - margin-top: -2.25rem; - margin-bottom: -2.25rem; - } - - .md\:first\:-mx-9:first-child { - margin-left: -2.25rem; - margin-right: -2.25rem; - } - - .md\:first\:-my-10:first-child { - margin-top: -2.5rem; - margin-bottom: -2.5rem; - } - - .md\:first\:-mx-10:first-child { - margin-left: -2.5rem; - margin-right: -2.5rem; - } - - .md\:first\:-my-11:first-child { - margin-top: -2.75rem; - margin-bottom: -2.75rem; - } - - .md\:first\:-mx-11:first-child { - margin-left: -2.75rem; - margin-right: -2.75rem; - } - - .md\:first\:-my-12:first-child { - margin-top: -3rem; - margin-bottom: -3rem; - } - - .md\:first\:-mx-12:first-child { - margin-left: -3rem; - margin-right: -3rem; - } - - .md\:first\:-my-14:first-child { - margin-top: -3.5rem; - margin-bottom: -3.5rem; - } - - .md\:first\:-mx-14:first-child { - margin-left: -3.5rem; - margin-right: -3.5rem; - } - - .md\:first\:-my-16:first-child { - margin-top: -4rem; - margin-bottom: -4rem; - } - - .md\:first\:-mx-16:first-child { - margin-left: -4rem; - margin-right: -4rem; - } - - .md\:first\:-my-20:first-child { - margin-top: -5rem; - margin-bottom: -5rem; - } - - .md\:first\:-mx-20:first-child { - margin-left: -5rem; - margin-right: -5rem; - } - - .md\:first\:-my-22:first-child { - margin-top: -5.625rem; - margin-bottom: -5.625rem; - } - - .md\:first\:-mx-22:first-child { - margin-left: -5.625rem; - margin-right: -5.625rem; - } - - .md\:first\:-my-24:first-child { - margin-top: -6rem; - margin-bottom: -6rem; - } - - .md\:first\:-mx-24:first-child { - margin-left: -6rem; - margin-right: -6rem; - } - - .md\:first\:-my-28:first-child { - margin-top: -7rem; - margin-bottom: -7rem; - } - - .md\:first\:-mx-28:first-child { - margin-left: -7rem; - margin-right: -7rem; - } - - .md\:first\:-my-32:first-child { - margin-top: -8rem; - margin-bottom: -8rem; - } - - .md\:first\:-mx-32:first-child { - margin-left: -8rem; - margin-right: -8rem; - } - - .md\:first\:-my-36:first-child { - margin-top: -9rem; - margin-bottom: -9rem; - } - - .md\:first\:-mx-36:first-child { - margin-left: -9rem; - margin-right: -9rem; - } - - .md\:first\:-my-40:first-child { - margin-top: -10rem; - margin-bottom: -10rem; - } - - .md\:first\:-mx-40:first-child { - margin-left: -10rem; - margin-right: -10rem; - } - - .md\:first\:-my-44:first-child { - margin-top: -11rem; - margin-bottom: -11rem; - } - - .md\:first\:-mx-44:first-child { - margin-left: -11rem; - margin-right: -11rem; - } - - .md\:first\:-my-48:first-child { - margin-top: -12rem; - margin-bottom: -12rem; - } - - .md\:first\:-mx-48:first-child { - margin-left: -12rem; - margin-right: -12rem; - } - - .md\:first\:-my-52:first-child { - margin-top: -13rem; - margin-bottom: -13rem; - } - - .md\:first\:-mx-52:first-child { - margin-left: -13rem; - margin-right: -13rem; - } - - .md\:first\:-my-56:first-child { - margin-top: -14rem; - margin-bottom: -14rem; - } - - .md\:first\:-mx-56:first-child { - margin-left: -14rem; - margin-right: -14rem; - } - - .md\:first\:-my-60:first-child { - margin-top: -240px; - margin-bottom: -240px; - } - - .md\:first\:-mx-60:first-child { - margin-left: -240px; - margin-right: -240px; - } - - .md\:first\:-my-64:first-child { - margin-top: -16rem; - margin-bottom: -16rem; - } - - .md\:first\:-mx-64:first-child { - margin-left: -16rem; - margin-right: -16rem; - } - - .md\:first\:-my-72:first-child { - margin-top: -18rem; - margin-bottom: -18rem; - } - - .md\:first\:-mx-72:first-child { - margin-left: -18rem; - margin-right: -18rem; - } - - .md\:first\:-my-80:first-child { - margin-top: -20rem; - margin-bottom: -20rem; - } - - .md\:first\:-mx-80:first-child { - margin-left: -20rem; - margin-right: -20rem; - } - - .md\:first\:-my-88:first-child { - margin-top: -22rem; - margin-bottom: -22rem; - } - - .md\:first\:-mx-88:first-child { - margin-left: -22rem; - margin-right: -22rem; - } - - .md\:first\:-my-96:first-child { - margin-top: -24rem; - margin-bottom: -24rem; - } - - .md\:first\:-mx-96:first-child { - margin-left: -24rem; - margin-right: -24rem; - } - - .md\:first\:-my-130:first-child { - margin-top: -560px; - margin-bottom: -560px; - } - - .md\:first\:-mx-130:first-child { - margin-left: -560px; - margin-right: -560px; - } - - .md\:first\:-my-px:first-child { - margin-top: -1px; - margin-bottom: -1px; - } - - .md\:first\:-mx-px:first-child { - margin-left: -1px; - margin-right: -1px; - } - - .md\:first\:-my-0\.5:first-child { - margin-top: -0.125rem; - margin-bottom: -0.125rem; - } - - .md\:first\:-mx-0\.5:first-child { - margin-left: -0.125rem; - margin-right: -0.125rem; - } - - .md\:first\:-my-1\.5:first-child { - margin-top: -0.375rem; - margin-bottom: -0.375rem; - } - - .md\:first\:-mx-1\.5:first-child { - margin-left: -0.375rem; - margin-right: -0.375rem; - } - - .md\:first\:-my-2\.5:first-child { - margin-top: -0.625rem; - margin-bottom: -0.625rem; - } - - .md\:first\:-mx-2\.5:first-child { - margin-left: -0.625rem; - margin-right: -0.625rem; - } - - .md\:first\:-my-3\.5:first-child { - margin-top: -0.875rem; - margin-bottom: -0.875rem; - } - - .md\:first\:-mx-3\.5:first-child { - margin-left: -0.875rem; - margin-right: -0.875rem; - } - - .md\:first\:mt-0:first-child { - margin-top: 0px; - } - - .md\:first\:mr-0:first-child { - margin-right: 0px; - } - - .md\:first\:mb-0:first-child { - margin-bottom: 0px; - } - - .md\:first\:ml-0:first-child { - margin-left: 0px; - } - - .md\:first\:mt-1:first-child { - margin-top: 0.25rem; - } - - .md\:first\:mr-1:first-child { - margin-right: 0.25rem; - } - - .md\:first\:mb-1:first-child { - margin-bottom: 0.25rem; - } - - .md\:first\:ml-1:first-child { - margin-left: 0.25rem; - } - - .md\:first\:mt-2:first-child { - margin-top: 0.5rem; - } - - .md\:first\:mr-2:first-child { - margin-right: 0.5rem; - } - - .md\:first\:mb-2:first-child { - margin-bottom: 0.5rem; - } - - .md\:first\:ml-2:first-child { - margin-left: 0.5rem; - } - - .md\:first\:mt-3:first-child { - margin-top: 0.75rem; - } - - .md\:first\:mr-3:first-child { - margin-right: 0.75rem; - } - - .md\:first\:mb-3:first-child { - margin-bottom: 0.75rem; - } - - .md\:first\:ml-3:first-child { - margin-left: 0.75rem; - } - - .md\:first\:mt-4:first-child { - margin-top: 1rem; - } - - .md\:first\:mr-4:first-child { - margin-right: 1rem; - } - - .md\:first\:mb-4:first-child { - margin-bottom: 1rem; - } - - .md\:first\:ml-4:first-child { - margin-left: 1rem; - } - - .md\:first\:mt-5:first-child { - margin-top: 1.25rem; - } - - .md\:first\:mr-5:first-child { - margin-right: 1.25rem; - } - - .md\:first\:mb-5:first-child { - margin-bottom: 1.25rem; - } - - .md\:first\:ml-5:first-child { - margin-left: 1.25rem; - } - - .md\:first\:mt-6:first-child { - margin-top: 1.5rem; - } - - .md\:first\:mr-6:first-child { - margin-right: 1.5rem; - } - - .md\:first\:mb-6:first-child { - margin-bottom: 1.5rem; - } - - .md\:first\:ml-6:first-child { - margin-left: 1.5rem; - } - - .md\:first\:mt-7:first-child { - margin-top: 1.75rem; - } - - .md\:first\:mr-7:first-child { - margin-right: 1.75rem; - } - - .md\:first\:mb-7:first-child { - margin-bottom: 1.75rem; - } - - .md\:first\:ml-7:first-child { - margin-left: 1.75rem; - } - - .md\:first\:mt-8:first-child { - margin-top: 2rem; - } - - .md\:first\:mr-8:first-child { - margin-right: 2rem; - } - - .md\:first\:mb-8:first-child { - margin-bottom: 2rem; - } - - .md\:first\:ml-8:first-child { - margin-left: 2rem; - } - - .md\:first\:mt-9:first-child { - margin-top: 2.25rem; - } - - .md\:first\:mr-9:first-child { - margin-right: 2.25rem; - } - - .md\:first\:mb-9:first-child { - margin-bottom: 2.25rem; - } - - .md\:first\:ml-9:first-child { - margin-left: 2.25rem; - } - - .md\:first\:mt-10:first-child { - margin-top: 2.5rem; - } - - .md\:first\:mr-10:first-child { - margin-right: 2.5rem; - } - - .md\:first\:mb-10:first-child { - margin-bottom: 2.5rem; - } - - .md\:first\:ml-10:first-child { - margin-left: 2.5rem; - } - - .md\:first\:mt-11:first-child { - margin-top: 2.75rem; - } - - .md\:first\:mr-11:first-child { - margin-right: 2.75rem; - } - - .md\:first\:mb-11:first-child { - margin-bottom: 2.75rem; - } - - .md\:first\:ml-11:first-child { - margin-left: 2.75rem; - } - - .md\:first\:mt-12:first-child { - margin-top: 3rem; - } - - .md\:first\:mr-12:first-child { - margin-right: 3rem; - } - - .md\:first\:mb-12:first-child { - margin-bottom: 3rem; - } - - .md\:first\:ml-12:first-child { - margin-left: 3rem; - } - - .md\:first\:mt-14:first-child { - margin-top: 3.5rem; - } - - .md\:first\:mr-14:first-child { - margin-right: 3.5rem; - } - - .md\:first\:mb-14:first-child { - margin-bottom: 3.5rem; - } - - .md\:first\:ml-14:first-child { - margin-left: 3.5rem; - } - - .md\:first\:mt-16:first-child { - margin-top: 4rem; - } - - .md\:first\:mr-16:first-child { - margin-right: 4rem; - } - - .md\:first\:mb-16:first-child { - margin-bottom: 4rem; - } - - .md\:first\:ml-16:first-child { - margin-left: 4rem; - } - - .md\:first\:mt-20:first-child { - margin-top: 5rem; - } - - .md\:first\:mr-20:first-child { - margin-right: 5rem; - } - - .md\:first\:mb-20:first-child { - margin-bottom: 5rem; - } - - .md\:first\:ml-20:first-child { - margin-left: 5rem; - } - - .md\:first\:mt-22:first-child { - margin-top: 5.625rem; - } - - .md\:first\:mr-22:first-child { - margin-right: 5.625rem; - } - - .md\:first\:mb-22:first-child { - margin-bottom: 5.625rem; - } - - .md\:first\:ml-22:first-child { - margin-left: 5.625rem; - } - - .md\:first\:mt-24:first-child { - margin-top: 6rem; - } - - .md\:first\:mr-24:first-child { - margin-right: 6rem; - } - - .md\:first\:mb-24:first-child { - margin-bottom: 6rem; - } - - .md\:first\:ml-24:first-child { - margin-left: 6rem; - } - - .md\:first\:mt-28:first-child { - margin-top: 7rem; - } - - .md\:first\:mr-28:first-child { - margin-right: 7rem; - } - - .md\:first\:mb-28:first-child { - margin-bottom: 7rem; - } - - .md\:first\:ml-28:first-child { - margin-left: 7rem; - } - - .md\:first\:mt-32:first-child { - margin-top: 8rem; - } - - .md\:first\:mr-32:first-child { - margin-right: 8rem; - } - - .md\:first\:mb-32:first-child { - margin-bottom: 8rem; - } - - .md\:first\:ml-32:first-child { - margin-left: 8rem; - } - - .md\:first\:mt-36:first-child { - margin-top: 9rem; - } - - .md\:first\:mr-36:first-child { - margin-right: 9rem; - } - - .md\:first\:mb-36:first-child { - margin-bottom: 9rem; - } - - .md\:first\:ml-36:first-child { - margin-left: 9rem; - } - - .md\:first\:mt-40:first-child { - margin-top: 10rem; - } - - .md\:first\:mr-40:first-child { - margin-right: 10rem; - } - - .md\:first\:mb-40:first-child { - margin-bottom: 10rem; - } - - .md\:first\:ml-40:first-child { - margin-left: 10rem; - } - - .md\:first\:mt-44:first-child { - margin-top: 11rem; - } - - .md\:first\:mr-44:first-child { - margin-right: 11rem; - } - - .md\:first\:mb-44:first-child { - margin-bottom: 11rem; - } - - .md\:first\:ml-44:first-child { - margin-left: 11rem; - } - - .md\:first\:mt-48:first-child { - margin-top: 12rem; - } - - .md\:first\:mr-48:first-child { - margin-right: 12rem; - } - - .md\:first\:mb-48:first-child { - margin-bottom: 12rem; - } - - .md\:first\:ml-48:first-child { - margin-left: 12rem; - } - - .md\:first\:mt-52:first-child { - margin-top: 13rem; - } - - .md\:first\:mr-52:first-child { - margin-right: 13rem; - } - - .md\:first\:mb-52:first-child { - margin-bottom: 13rem; - } - - .md\:first\:ml-52:first-child { - margin-left: 13rem; - } - - .md\:first\:mt-56:first-child { - margin-top: 14rem; - } - - .md\:first\:mr-56:first-child { - margin-right: 14rem; - } - - .md\:first\:mb-56:first-child { - margin-bottom: 14rem; - } - - .md\:first\:ml-56:first-child { - margin-left: 14rem; - } - - .md\:first\:mt-60:first-child { - margin-top: 240px; - } - - .md\:first\:mr-60:first-child { - margin-right: 240px; - } - - .md\:first\:mb-60:first-child { - margin-bottom: 240px; - } - - .md\:first\:ml-60:first-child { - margin-left: 240px; - } - - .md\:first\:mt-64:first-child { - margin-top: 16rem; - } - - .md\:first\:mr-64:first-child { - margin-right: 16rem; - } - - .md\:first\:mb-64:first-child { - margin-bottom: 16rem; - } - - .md\:first\:ml-64:first-child { - margin-left: 16rem; - } - - .md\:first\:mt-72:first-child { - margin-top: 18rem; - } - - .md\:first\:mr-72:first-child { - margin-right: 18rem; - } - - .md\:first\:mb-72:first-child { - margin-bottom: 18rem; - } - - .md\:first\:ml-72:first-child { - margin-left: 18rem; - } - - .md\:first\:mt-80:first-child { - margin-top: 20rem; - } - - .md\:first\:mr-80:first-child { - margin-right: 20rem; - } - - .md\:first\:mb-80:first-child { - margin-bottom: 20rem; - } - - .md\:first\:ml-80:first-child { - margin-left: 20rem; - } - - .md\:first\:mt-88:first-child { - margin-top: 22rem; - } - - .md\:first\:mr-88:first-child { - margin-right: 22rem; - } - - .md\:first\:mb-88:first-child { - margin-bottom: 22rem; - } - - .md\:first\:ml-88:first-child { - margin-left: 22rem; - } - - .md\:first\:mt-96:first-child { - margin-top: 24rem; - } - - .md\:first\:mr-96:first-child { - margin-right: 24rem; - } - - .md\:first\:mb-96:first-child { - margin-bottom: 24rem; - } - - .md\:first\:ml-96:first-child { - margin-left: 24rem; - } - - .md\:first\:mt-130:first-child { - margin-top: 560px; - } - - .md\:first\:mr-130:first-child { - margin-right: 560px; - } - - .md\:first\:mb-130:first-child { - margin-bottom: 560px; - } - - .md\:first\:ml-130:first-child { - margin-left: 560px; - } - - .md\:first\:mt-auto:first-child { - margin-top: auto; - } - - .md\:first\:mr-auto:first-child { - margin-right: auto; - } - - .md\:first\:mb-auto:first-child { - margin-bottom: auto; - } - - .md\:first\:ml-auto:first-child { - margin-left: auto; - } - - .md\:first\:mt-px:first-child { - margin-top: 1px; - } - - .md\:first\:mr-px:first-child { - margin-right: 1px; - } - - .md\:first\:mb-px:first-child { - margin-bottom: 1px; - } - - .md\:first\:ml-px:first-child { - margin-left: 1px; - } - - .md\:first\:mt-0\.5:first-child { - margin-top: 0.125rem; - } - - .md\:first\:mr-0\.5:first-child { - margin-right: 0.125rem; - } - - .md\:first\:mb-0\.5:first-child { - margin-bottom: 0.125rem; - } - - .md\:first\:ml-0\.5:first-child { - margin-left: 0.125rem; - } - - .md\:first\:mt-1\.5:first-child { - margin-top: 0.375rem; - } - - .md\:first\:mr-1\.5:first-child { - margin-right: 0.375rem; - } - - .md\:first\:mb-1\.5:first-child { - margin-bottom: 0.375rem; - } - - .md\:first\:ml-1\.5:first-child { - margin-left: 0.375rem; - } - - .md\:first\:mt-2\.5:first-child { - margin-top: 0.625rem; - } - - .md\:first\:mr-2\.5:first-child { - margin-right: 0.625rem; - } - - .md\:first\:mb-2\.5:first-child { - margin-bottom: 0.625rem; - } - - .md\:first\:ml-2\.5:first-child { - margin-left: 0.625rem; - } - - .md\:first\:mt-3\.5:first-child { - margin-top: 0.875rem; - } - - .md\:first\:mr-3\.5:first-child { - margin-right: 0.875rem; - } - - .md\:first\:mb-3\.5:first-child { - margin-bottom: 0.875rem; - } - - .md\:first\:ml-3\.5:first-child { - margin-left: 0.875rem; - } - - .md\:first\:-mt-0:first-child { - margin-top: 0px; - } - - .md\:first\:-mr-0:first-child { - margin-right: 0px; - } - - .md\:first\:-mb-0:first-child { - margin-bottom: 0px; - } - - .md\:first\:-ml-0:first-child { - margin-left: 0px; - } - - .md\:first\:-mt-1:first-child { - margin-top: -0.25rem; - } - - .md\:first\:-mr-1:first-child { - margin-right: -0.25rem; - } - - .md\:first\:-mb-1:first-child { - margin-bottom: -0.25rem; - } - - .md\:first\:-ml-1:first-child { - margin-left: -0.25rem; - } - - .md\:first\:-mt-2:first-child { - margin-top: -0.5rem; - } - - .md\:first\:-mr-2:first-child { - margin-right: -0.5rem; - } - - .md\:first\:-mb-2:first-child { - margin-bottom: -0.5rem; - } - - .md\:first\:-ml-2:first-child { - margin-left: -0.5rem; - } - - .md\:first\:-mt-3:first-child { - margin-top: -0.75rem; - } - - .md\:first\:-mr-3:first-child { - margin-right: -0.75rem; - } - - .md\:first\:-mb-3:first-child { - margin-bottom: -0.75rem; - } - - .md\:first\:-ml-3:first-child { - margin-left: -0.75rem; - } - - .md\:first\:-mt-4:first-child { - margin-top: -1rem; - } - - .md\:first\:-mr-4:first-child { - margin-right: -1rem; - } - - .md\:first\:-mb-4:first-child { - margin-bottom: -1rem; - } - - .md\:first\:-ml-4:first-child { - margin-left: -1rem; - } - - .md\:first\:-mt-5:first-child { - margin-top: -1.25rem; - } - - .md\:first\:-mr-5:first-child { - margin-right: -1.25rem; - } - - .md\:first\:-mb-5:first-child { - margin-bottom: -1.25rem; - } - - .md\:first\:-ml-5:first-child { - margin-left: -1.25rem; - } - - .md\:first\:-mt-6:first-child { - margin-top: -1.5rem; - } - - .md\:first\:-mr-6:first-child { - margin-right: -1.5rem; - } - - .md\:first\:-mb-6:first-child { - margin-bottom: -1.5rem; - } - - .md\:first\:-ml-6:first-child { - margin-left: -1.5rem; - } - - .md\:first\:-mt-7:first-child { - margin-top: -1.75rem; - } - - .md\:first\:-mr-7:first-child { - margin-right: -1.75rem; - } - - .md\:first\:-mb-7:first-child { - margin-bottom: -1.75rem; - } - - .md\:first\:-ml-7:first-child { - margin-left: -1.75rem; - } - - .md\:first\:-mt-8:first-child { - margin-top: -2rem; - } - - .md\:first\:-mr-8:first-child { - margin-right: -2rem; - } - - .md\:first\:-mb-8:first-child { - margin-bottom: -2rem; - } - - .md\:first\:-ml-8:first-child { - margin-left: -2rem; - } - - .md\:first\:-mt-9:first-child { - margin-top: -2.25rem; - } - - .md\:first\:-mr-9:first-child { - margin-right: -2.25rem; - } - - .md\:first\:-mb-9:first-child { - margin-bottom: -2.25rem; - } - - .md\:first\:-ml-9:first-child { - margin-left: -2.25rem; - } - - .md\:first\:-mt-10:first-child { - margin-top: -2.5rem; - } - - .md\:first\:-mr-10:first-child { - margin-right: -2.5rem; - } - - .md\:first\:-mb-10:first-child { - margin-bottom: -2.5rem; - } - - .md\:first\:-ml-10:first-child { - margin-left: -2.5rem; - } - - .md\:first\:-mt-11:first-child { - margin-top: -2.75rem; - } - - .md\:first\:-mr-11:first-child { - margin-right: -2.75rem; - } - - .md\:first\:-mb-11:first-child { - margin-bottom: -2.75rem; - } - - .md\:first\:-ml-11:first-child { - margin-left: -2.75rem; - } - - .md\:first\:-mt-12:first-child { - margin-top: -3rem; - } - - .md\:first\:-mr-12:first-child { - margin-right: -3rem; - } - - .md\:first\:-mb-12:first-child { - margin-bottom: -3rem; - } - - .md\:first\:-ml-12:first-child { - margin-left: -3rem; - } - - .md\:first\:-mt-14:first-child { - margin-top: -3.5rem; - } - - .md\:first\:-mr-14:first-child { - margin-right: -3.5rem; - } - - .md\:first\:-mb-14:first-child { - margin-bottom: -3.5rem; - } - - .md\:first\:-ml-14:first-child { - margin-left: -3.5rem; - } - - .md\:first\:-mt-16:first-child { - margin-top: -4rem; - } - - .md\:first\:-mr-16:first-child { - margin-right: -4rem; - } - - .md\:first\:-mb-16:first-child { - margin-bottom: -4rem; - } - - .md\:first\:-ml-16:first-child { - margin-left: -4rem; - } - - .md\:first\:-mt-20:first-child { - margin-top: -5rem; - } - - .md\:first\:-mr-20:first-child { - margin-right: -5rem; - } - - .md\:first\:-mb-20:first-child { - margin-bottom: -5rem; - } - - .md\:first\:-ml-20:first-child { - margin-left: -5rem; - } - - .md\:first\:-mt-22:first-child { - margin-top: -5.625rem; - } - - .md\:first\:-mr-22:first-child { - margin-right: -5.625rem; - } - - .md\:first\:-mb-22:first-child { - margin-bottom: -5.625rem; - } - - .md\:first\:-ml-22:first-child { - margin-left: -5.625rem; - } - - .md\:first\:-mt-24:first-child { - margin-top: -6rem; - } - - .md\:first\:-mr-24:first-child { - margin-right: -6rem; - } - - .md\:first\:-mb-24:first-child { - margin-bottom: -6rem; - } - - .md\:first\:-ml-24:first-child { - margin-left: -6rem; - } - - .md\:first\:-mt-28:first-child { - margin-top: -7rem; - } - - .md\:first\:-mr-28:first-child { - margin-right: -7rem; - } - - .md\:first\:-mb-28:first-child { - margin-bottom: -7rem; - } - - .md\:first\:-ml-28:first-child { - margin-left: -7rem; - } - - .md\:first\:-mt-32:first-child { - margin-top: -8rem; - } - - .md\:first\:-mr-32:first-child { - margin-right: -8rem; - } - - .md\:first\:-mb-32:first-child { - margin-bottom: -8rem; - } - - .md\:first\:-ml-32:first-child { - margin-left: -8rem; - } - - .md\:first\:-mt-36:first-child { - margin-top: -9rem; - } - - .md\:first\:-mr-36:first-child { - margin-right: -9rem; - } - - .md\:first\:-mb-36:first-child { - margin-bottom: -9rem; - } - - .md\:first\:-ml-36:first-child { - margin-left: -9rem; - } - - .md\:first\:-mt-40:first-child { - margin-top: -10rem; - } - - .md\:first\:-mr-40:first-child { - margin-right: -10rem; - } - - .md\:first\:-mb-40:first-child { - margin-bottom: -10rem; - } - - .md\:first\:-ml-40:first-child { - margin-left: -10rem; - } - - .md\:first\:-mt-44:first-child { - margin-top: -11rem; - } - - .md\:first\:-mr-44:first-child { - margin-right: -11rem; - } - - .md\:first\:-mb-44:first-child { - margin-bottom: -11rem; - } - - .md\:first\:-ml-44:first-child { - margin-left: -11rem; - } - - .md\:first\:-mt-48:first-child { - margin-top: -12rem; - } - - .md\:first\:-mr-48:first-child { - margin-right: -12rem; - } - - .md\:first\:-mb-48:first-child { - margin-bottom: -12rem; - } - - .md\:first\:-ml-48:first-child { - margin-left: -12rem; - } - - .md\:first\:-mt-52:first-child { - margin-top: -13rem; - } - - .md\:first\:-mr-52:first-child { - margin-right: -13rem; - } - - .md\:first\:-mb-52:first-child { - margin-bottom: -13rem; - } - - .md\:first\:-ml-52:first-child { - margin-left: -13rem; - } - - .md\:first\:-mt-56:first-child { - margin-top: -14rem; - } - - .md\:first\:-mr-56:first-child { - margin-right: -14rem; - } - - .md\:first\:-mb-56:first-child { - margin-bottom: -14rem; - } - - .md\:first\:-ml-56:first-child { - margin-left: -14rem; - } - - .md\:first\:-mt-60:first-child { - margin-top: -240px; - } - - .md\:first\:-mr-60:first-child { - margin-right: -240px; - } - - .md\:first\:-mb-60:first-child { - margin-bottom: -240px; - } - - .md\:first\:-ml-60:first-child { - margin-left: -240px; - } - - .md\:first\:-mt-64:first-child { - margin-top: -16rem; - } - - .md\:first\:-mr-64:first-child { - margin-right: -16rem; - } - - .md\:first\:-mb-64:first-child { - margin-bottom: -16rem; - } - - .md\:first\:-ml-64:first-child { - margin-left: -16rem; - } - - .md\:first\:-mt-72:first-child { - margin-top: -18rem; - } - - .md\:first\:-mr-72:first-child { - margin-right: -18rem; - } - - .md\:first\:-mb-72:first-child { - margin-bottom: -18rem; - } - - .md\:first\:-ml-72:first-child { - margin-left: -18rem; - } - - .md\:first\:-mt-80:first-child { - margin-top: -20rem; - } - - .md\:first\:-mr-80:first-child { - margin-right: -20rem; - } - - .md\:first\:-mb-80:first-child { - margin-bottom: -20rem; - } - - .md\:first\:-ml-80:first-child { - margin-left: -20rem; - } - - .md\:first\:-mt-88:first-child { - margin-top: -22rem; - } - - .md\:first\:-mr-88:first-child { - margin-right: -22rem; - } - - .md\:first\:-mb-88:first-child { - margin-bottom: -22rem; - } - - .md\:first\:-ml-88:first-child { - margin-left: -22rem; - } - - .md\:first\:-mt-96:first-child { - margin-top: -24rem; - } - - .md\:first\:-mr-96:first-child { - margin-right: -24rem; - } - - .md\:first\:-mb-96:first-child { - margin-bottom: -24rem; - } - - .md\:first\:-ml-96:first-child { - margin-left: -24rem; - } - - .md\:first\:-mt-130:first-child { - margin-top: -560px; - } - - .md\:first\:-mr-130:first-child { - margin-right: -560px; - } - - .md\:first\:-mb-130:first-child { - margin-bottom: -560px; - } - - .md\:first\:-ml-130:first-child { - margin-left: -560px; - } - - .md\:first\:-mt-px:first-child { - margin-top: -1px; - } - - .md\:first\:-mr-px:first-child { - margin-right: -1px; - } - - .md\:first\:-mb-px:first-child { - margin-bottom: -1px; - } - - .md\:first\:-ml-px:first-child { - margin-left: -1px; - } - - .md\:first\:-mt-0\.5:first-child { - margin-top: -0.125rem; - } - - .md\:first\:-mr-0\.5:first-child { - margin-right: -0.125rem; - } - - .md\:first\:-mb-0\.5:first-child { - margin-bottom: -0.125rem; - } - - .md\:first\:-ml-0\.5:first-child { - margin-left: -0.125rem; - } - - .md\:first\:-mt-1\.5:first-child { - margin-top: -0.375rem; - } - - .md\:first\:-mr-1\.5:first-child { - margin-right: -0.375rem; - } - - .md\:first\:-mb-1\.5:first-child { - margin-bottom: -0.375rem; - } - - .md\:first\:-ml-1\.5:first-child { - margin-left: -0.375rem; - } - - .md\:first\:-mt-2\.5:first-child { - margin-top: -0.625rem; - } - - .md\:first\:-mr-2\.5:first-child { - margin-right: -0.625rem; - } - - .md\:first\:-mb-2\.5:first-child { - margin-bottom: -0.625rem; - } - - .md\:first\:-ml-2\.5:first-child { - margin-left: -0.625rem; - } - - .md\:first\:-mt-3\.5:first-child { - margin-top: -0.875rem; - } - - .md\:first\:-mr-3\.5:first-child { - margin-right: -0.875rem; - } - - .md\:first\:-mb-3\.5:first-child { - margin-bottom: -0.875rem; - } - - .md\:first\:-ml-3\.5:first-child { - margin-left: -0.875rem; - } - - .md\:max-h-0 { - max-height: 0px; - } - - .md\:max-h-1 { - max-height: 0.25rem; - } - - .md\:max-h-2 { - max-height: 0.5rem; - } - - .md\:max-h-3 { - max-height: 0.75rem; - } - - .md\:max-h-4 { - max-height: 1rem; - } - - .md\:max-h-5 { - max-height: 1.25rem; - } - - .md\:max-h-6 { - max-height: 1.5rem; - } - - .md\:max-h-7 { - max-height: 1.75rem; - } - - .md\:max-h-8 { - max-height: 2rem; - } - - .md\:max-h-9 { - max-height: 2.25rem; - } - - .md\:max-h-10 { - max-height: 2.5rem; - } - - .md\:max-h-11 { - max-height: 2.75rem; - } - - .md\:max-h-12 { - max-height: 3rem; - } - - .md\:max-h-14 { - max-height: 3.5rem; - } - - .md\:max-h-16 { - max-height: 4rem; - } - - .md\:max-h-20 { - max-height: 5rem; - } - - .md\:max-h-22 { - max-height: 5.625rem; - } - - .md\:max-h-24 { - max-height: 6rem; - } - - .md\:max-h-28 { - max-height: 7rem; - } - - .md\:max-h-32 { - max-height: 8rem; - } - - .md\:max-h-36 { - max-height: 9rem; - } - - .md\:max-h-40 { - max-height: 10rem; - } - - .md\:max-h-44 { - max-height: 11rem; - } - - .md\:max-h-48 { - max-height: 12rem; - } - - .md\:max-h-52 { - max-height: 13rem; - } - - .md\:max-h-56 { - max-height: 14rem; - } - - .md\:max-h-60 { - max-height: 240px; - } - - .md\:max-h-64 { - max-height: 16rem; - } - - .md\:max-h-72 { - max-height: 18rem; - } - - .md\:max-h-80 { - max-height: 20rem; - } - - .md\:max-h-88 { - max-height: 22rem; - } - - .md\:max-h-96 { - max-height: 24rem; - } - - .md\:max-h-130 { - max-height: 560px; - } - - .md\:max-h-px { - max-height: 1px; - } - - .md\:max-h-0\.5 { - max-height: 0.125rem; - } - - .md\:max-h-1\.5 { - max-height: 0.375rem; - } - - .md\:max-h-2\.5 { - max-height: 0.625rem; - } - - .md\:max-h-3\.5 { - max-height: 0.875rem; - } - - .md\:max-h-full { - max-height: 100%; - } - - .md\:max-h-screen { - max-height: 100vh; - } - - .md\:max-w-0 { - max-width: 0rem; - } - - .md\:max-w-none { - max-width: none; - } - - .md\:max-w-xs { - max-width: 20rem; - } - - .md\:max-w-sm { - max-width: 24rem; - } - - .md\:max-w-md { - max-width: 28rem; - } - - .md\:max-w-lg { - max-width: 32rem; - } - - .md\:max-w-xl { - max-width: 36rem; - } - - .md\:max-w-2xl { - max-width: 42rem; - } - - .md\:max-w-3xl { - max-width: 48rem; - } - - .md\:max-w-4xl { - max-width: 56rem; - } - - .md\:max-w-5xl { - max-width: 64rem; - } - - .md\:max-w-6xl { - max-width: 72rem; - } - - .md\:max-w-7xl { - max-width: 80rem; - } - - .md\:max-w-full { - max-width: 100%; - } - - .md\:max-w-min { - max-width: -webkit-min-content; - max-width: -moz-min-content; - max-width: min-content; - } - - .md\:max-w-max { - max-width: -webkit-max-content; - max-width: -moz-max-content; - max-width: max-content; - } - - .md\:max-w-prose { - max-width: 65ch; - } - - .md\:max-w-screen-sm { - max-width: 640px; - } - - .md\:max-w-screen-md { - max-width: 768px; - } - - .md\:max-w-screen-lg { - max-width: 1024px; - } - - .md\:max-w-screen-xl { - max-width: 1280px; - } - - .md\:max-w-screen-2xl { - max-width: 1536px; - } - - .md\:max-w-screen-xxl { - max-width: 1440px; - } - - .md\:min-h-0 { - min-height: 0px; - } - - .md\:min-h-10 { - min-height: 2.5rem; - } - - .md\:min-h-full { - min-height: 100%; - } - - .md\:min-h-screen { - min-height: 100vh; - } - - .md\:min-w-0 { - min-width: 0px; - } - - .md\:min-w-full { - min-width: 100%; - } - - .md\:min-w-min { - min-width: -webkit-min-content; - min-width: -moz-min-content; - min-width: min-content; - } - - .md\:min-w-max { - min-width: -webkit-max-content; - min-width: -moz-max-content; - min-width: max-content; - } - - .md\:object-contain { - -o-object-fit: contain; - object-fit: contain; - } - - .md\:object-cover { - -o-object-fit: cover; - object-fit: cover; - } - - .md\:object-fill { - -o-object-fit: fill; - object-fit: fill; - } - - .md\:object-none { - -o-object-fit: none; - object-fit: none; - } - - .md\:object-scale-down { - -o-object-fit: scale-down; - object-fit: scale-down; - } - - .md\:object-bottom { - -o-object-position: bottom; - object-position: bottom; - } - - .md\:object-center { - -o-object-position: center; - object-position: center; - } - - .md\:object-left { - -o-object-position: left; - object-position: left; - } - - .md\:object-left-bottom { - -o-object-position: left bottom; - object-position: left bottom; - } - - .md\:object-left-top { - -o-object-position: left top; - object-position: left top; - } - - .md\:object-right { - -o-object-position: right; - object-position: right; - } - - .md\:object-right-bottom { - -o-object-position: right bottom; - object-position: right bottom; - } - - .md\:object-right-top { - -o-object-position: right top; - object-position: right top; - } - - .md\:object-top { - -o-object-position: top; - object-position: top; - } - - .md\:opacity-0 { - opacity: 0; - } - - .md\:opacity-5 { - opacity: 0.05; - } - - .md\:opacity-10 { - opacity: 0.1; - } - - .md\:opacity-20 { - opacity: 0.2; - } - - .md\:opacity-25 { - opacity: 0.25; - } - - .md\:opacity-30 { - opacity: 0.3; - } - - .md\:opacity-40 { - opacity: 0.4; - } - - .md\:opacity-50 { - opacity: 0.5; - } - - .md\:opacity-60 { - opacity: 0.6; - } - - .md\:opacity-70 { - opacity: 0.7; - } - - .md\:opacity-75 { - opacity: 0.75; - } - - .md\:opacity-80 { - opacity: 0.8; - } - - .md\:opacity-90 { - opacity: 0.9; - } - - .md\:opacity-95 { - opacity: 0.95; - } - - .md\:opacity-100 { - opacity: 1; - } - - .group:hover .md\:group-hover\:opacity-0 { - opacity: 0; - } - - .group:hover .md\:group-hover\:opacity-5 { - opacity: 0.05; - } - - .group:hover .md\:group-hover\:opacity-10 { - opacity: 0.1; - } - - .group:hover .md\:group-hover\:opacity-20 { - opacity: 0.2; - } - - .group:hover .md\:group-hover\:opacity-25 { - opacity: 0.25; - } - - .group:hover .md\:group-hover\:opacity-30 { - opacity: 0.3; - } - - .group:hover .md\:group-hover\:opacity-40 { - opacity: 0.4; - } - - .group:hover .md\:group-hover\:opacity-50 { - opacity: 0.5; - } - - .group:hover .md\:group-hover\:opacity-60 { - opacity: 0.6; - } - - .group:hover .md\:group-hover\:opacity-70 { - opacity: 0.7; - } - - .group:hover .md\:group-hover\:opacity-75 { - opacity: 0.75; - } - - .group:hover .md\:group-hover\:opacity-80 { - opacity: 0.8; - } - - .group:hover .md\:group-hover\:opacity-90 { - opacity: 0.9; - } - - .group:hover .md\:group-hover\:opacity-95 { - opacity: 0.95; - } - - .group:hover .md\:group-hover\:opacity-100 { - opacity: 1; - } - - .md\:focus-within\:opacity-0:focus-within { - opacity: 0; - } - - .md\:focus-within\:opacity-5:focus-within { - opacity: 0.05; - } - - .md\:focus-within\:opacity-10:focus-within { - opacity: 0.1; - } - - .md\:focus-within\:opacity-20:focus-within { - opacity: 0.2; - } - - .md\:focus-within\:opacity-25:focus-within { - opacity: 0.25; - } - - .md\:focus-within\:opacity-30:focus-within { - opacity: 0.3; - } - - .md\:focus-within\:opacity-40:focus-within { - opacity: 0.4; - } - - .md\:focus-within\:opacity-50:focus-within { - opacity: 0.5; - } - - .md\:focus-within\:opacity-60:focus-within { - opacity: 0.6; - } - - .md\:focus-within\:opacity-70:focus-within { - opacity: 0.7; - } - - .md\:focus-within\:opacity-75:focus-within { - opacity: 0.75; - } - - .md\:focus-within\:opacity-80:focus-within { - opacity: 0.8; - } - - .md\:focus-within\:opacity-90:focus-within { - opacity: 0.9; - } - - .md\:focus-within\:opacity-95:focus-within { - opacity: 0.95; - } - - .md\:focus-within\:opacity-100:focus-within { - opacity: 1; - } - - .md\:hover\:opacity-0:hover { - opacity: 0; - } - - .md\:hover\:opacity-5:hover { - opacity: 0.05; - } - - .md\:hover\:opacity-10:hover { - opacity: 0.1; - } - - .md\:hover\:opacity-20:hover { - opacity: 0.2; - } - - .md\:hover\:opacity-25:hover { - opacity: 0.25; - } - - .md\:hover\:opacity-30:hover { - opacity: 0.3; - } - - .md\:hover\:opacity-40:hover { - opacity: 0.4; - } - - .md\:hover\:opacity-50:hover { - opacity: 0.5; - } - - .md\:hover\:opacity-60:hover { - opacity: 0.6; - } - - .md\:hover\:opacity-70:hover { - opacity: 0.7; - } - - .md\:hover\:opacity-75:hover { - opacity: 0.75; - } - - .md\:hover\:opacity-80:hover { - opacity: 0.8; - } - - .md\:hover\:opacity-90:hover { - opacity: 0.9; - } - - .md\:hover\:opacity-95:hover { - opacity: 0.95; - } - - .md\:hover\:opacity-100:hover { - opacity: 1; - } - - .md\:focus\:opacity-0:focus { - opacity: 0; - } - - .md\:focus\:opacity-5:focus { - opacity: 0.05; - } - - .md\:focus\:opacity-10:focus { - opacity: 0.1; - } - - .md\:focus\:opacity-20:focus { - opacity: 0.2; - } - - .md\:focus\:opacity-25:focus { - opacity: 0.25; - } - - .md\:focus\:opacity-30:focus { - opacity: 0.3; - } - - .md\:focus\:opacity-40:focus { - opacity: 0.4; - } - - .md\:focus\:opacity-50:focus { - opacity: 0.5; - } - - .md\:focus\:opacity-60:focus { - opacity: 0.6; - } - - .md\:focus\:opacity-70:focus { - opacity: 0.7; - } - - .md\:focus\:opacity-75:focus { - opacity: 0.75; - } - - .md\:focus\:opacity-80:focus { - opacity: 0.8; - } - - .md\:focus\:opacity-90:focus { - opacity: 0.9; - } - - .md\:focus\:opacity-95:focus { - opacity: 0.95; - } - - .md\:focus\:opacity-100:focus { - opacity: 1; - } - - .md\:outline-none { - outline: 2px solid transparent; - outline-offset: 2px; - } - - .md\:outline-white { - outline: 2px dotted white; - outline-offset: 2px; - } - - .md\:outline-black { - outline: 2px dotted black; - outline-offset: 2px; - } - - .md\:focus-within\:outline-none:focus-within { - outline: 2px solid transparent; - outline-offset: 2px; - } - - .md\:focus-within\:outline-white:focus-within { - outline: 2px dotted white; - outline-offset: 2px; - } - - .md\:focus-within\:outline-black:focus-within { - outline: 2px dotted black; - outline-offset: 2px; - } - - .md\:focus\:outline-none:focus { - outline: 2px solid transparent; - outline-offset: 2px; - } - - .md\:focus\:outline-white:focus { - outline: 2px dotted white; - outline-offset: 2px; - } - - .md\:focus\:outline-black:focus { - outline: 2px dotted black; - outline-offset: 2px; - } - - .md\:overflow-auto { - overflow: auto; - } - - .md\:overflow-hidden { - overflow: hidden; - } - - .md\:overflow-visible { - overflow: visible; - } - - .md\:overflow-scroll { - overflow: scroll; - } - - .md\:overflow-x-auto { - overflow-x: auto; - } - - .md\:overflow-y-auto { - overflow-y: auto; - } - - .md\:overflow-x-hidden { - overflow-x: hidden; - } - - .md\:overflow-y-hidden { - overflow-y: hidden; - } - - .md\:overflow-x-visible { - overflow-x: visible; - } - - .md\:overflow-y-visible { - overflow-y: visible; - } - - .md\:overflow-x-scroll { - overflow-x: scroll; - } - - .md\:overflow-y-scroll { - overflow-y: scroll; - } - - .md\:overscroll-auto { - -ms-scroll-chaining: chained; - overscroll-behavior: auto; - } - - .md\:overscroll-contain { - -ms-scroll-chaining: none; - overscroll-behavior: contain; - } - - .md\:overscroll-none { - -ms-scroll-chaining: none; - overscroll-behavior: none; - } - - .md\:overscroll-y-auto { - overscroll-behavior-y: auto; - } - - .md\:overscroll-y-contain { - overscroll-behavior-y: contain; - } - - .md\:overscroll-y-none { - overscroll-behavior-y: none; - } - - .md\:overscroll-x-auto { - overscroll-behavior-x: auto; - } - - .md\:overscroll-x-contain { - overscroll-behavior-x: contain; - } - - .md\:overscroll-x-none { - overscroll-behavior-x: none; - } - - .md\:p-0 { - padding: 0px; - } - - .md\:p-1 { - padding: 0.25rem; - } - - .md\:p-2 { - padding: 0.5rem; - } - - .md\:p-3 { - padding: 0.75rem; - } - - .md\:p-4 { - padding: 1rem; - } - - .md\:p-5 { - padding: 1.25rem; - } - - .md\:p-6 { - padding: 1.5rem; - } - - .md\:p-7 { - padding: 1.75rem; - } - - .md\:p-8 { - padding: 2rem; - } - - .md\:p-9 { - padding: 2.25rem; - } - - .md\:p-10 { - padding: 2.5rem; - } - - .md\:p-11 { - padding: 2.75rem; - } - - .md\:p-12 { - padding: 3rem; - } - - .md\:p-14 { - padding: 3.5rem; - } - - .md\:p-16 { - padding: 4rem; - } - - .md\:p-20 { - padding: 5rem; - } - - .md\:p-22 { - padding: 5.625rem; - } - - .md\:p-24 { - padding: 6rem; - } - - .md\:p-28 { - padding: 7rem; - } - - .md\:p-32 { - padding: 8rem; - } - - .md\:p-36 { - padding: 9rem; - } - - .md\:p-40 { - padding: 10rem; - } - - .md\:p-44 { - padding: 11rem; - } - - .md\:p-48 { - padding: 12rem; - } - - .md\:p-52 { - padding: 13rem; - } - - .md\:p-56 { - padding: 14rem; - } - - .md\:p-60 { - padding: 240px; - } - - .md\:p-64 { - padding: 16rem; - } - - .md\:p-72 { - padding: 18rem; - } - - .md\:p-80 { - padding: 20rem; - } - - .md\:p-88 { - padding: 22rem; - } - - .md\:p-96 { - padding: 24rem; - } - - .md\:p-130 { - padding: 560px; - } - - .md\:p-px { - padding: 1px; - } - - .md\:p-0\.5 { - padding: 0.125rem; - } - - .md\:p-1\.5 { - padding: 0.375rem; - } - - .md\:p-2\.5 { - padding: 0.625rem; - } - - .md\:p-3\.5 { - padding: 0.875rem; - } - - .md\:py-0 { - padding-top: 0px; - padding-bottom: 0px; - } - - .md\:px-0 { - padding-left: 0px; - padding-right: 0px; - } - - .md\:py-1 { - padding-top: 0.25rem; - padding-bottom: 0.25rem; - } - - .md\:px-1 { - padding-left: 0.25rem; - padding-right: 0.25rem; - } - - .md\:py-2 { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - } - - .md\:px-2 { - padding-left: 0.5rem; - padding-right: 0.5rem; - } - - .md\:py-3 { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - } - - .md\:px-3 { - padding-left: 0.75rem; - padding-right: 0.75rem; - } - - .md\:py-4 { - padding-top: 1rem; - padding-bottom: 1rem; - } - - .md\:px-4 { - padding-left: 1rem; - padding-right: 1rem; - } - - .md\:py-5 { - padding-top: 1.25rem; - padding-bottom: 1.25rem; - } - - .md\:px-5 { - padding-left: 1.25rem; - padding-right: 1.25rem; - } - - .md\:py-6 { - padding-top: 1.5rem; - padding-bottom: 1.5rem; - } - - .md\:px-6 { - padding-left: 1.5rem; - padding-right: 1.5rem; - } - - .md\:py-7 { - padding-top: 1.75rem; - padding-bottom: 1.75rem; - } - - .md\:px-7 { - padding-left: 1.75rem; - padding-right: 1.75rem; - } - - .md\:py-8 { - padding-top: 2rem; - padding-bottom: 2rem; - } - - .md\:px-8 { - padding-left: 2rem; - padding-right: 2rem; - } - - .md\:py-9 { - padding-top: 2.25rem; - padding-bottom: 2.25rem; - } - - .md\:px-9 { - padding-left: 2.25rem; - padding-right: 2.25rem; - } - - .md\:py-10 { - padding-top: 2.5rem; - padding-bottom: 2.5rem; - } - - .md\:px-10 { - padding-left: 2.5rem; - padding-right: 2.5rem; - } - - .md\:py-11 { - padding-top: 2.75rem; - padding-bottom: 2.75rem; - } - - .md\:px-11 { - padding-left: 2.75rem; - padding-right: 2.75rem; - } - - .md\:py-12 { - padding-top: 3rem; - padding-bottom: 3rem; - } - - .md\:px-12 { - padding-left: 3rem; - padding-right: 3rem; - } - - .md\:py-14 { - padding-top: 3.5rem; - padding-bottom: 3.5rem; - } - - .md\:px-14 { - padding-left: 3.5rem; - padding-right: 3.5rem; - } - - .md\:py-16 { - padding-top: 4rem; - padding-bottom: 4rem; - } - - .md\:px-16 { - padding-left: 4rem; - padding-right: 4rem; - } - - .md\:py-20 { - padding-top: 5rem; - padding-bottom: 5rem; - } - - .md\:px-20 { - padding-left: 5rem; - padding-right: 5rem; - } - - .md\:py-22 { - padding-top: 5.625rem; - padding-bottom: 5.625rem; - } - - .md\:px-22 { - padding-left: 5.625rem; - padding-right: 5.625rem; - } - - .md\:py-24 { - padding-top: 6rem; - padding-bottom: 6rem; - } - - .md\:px-24 { - padding-left: 6rem; - padding-right: 6rem; - } - - .md\:py-28 { - padding-top: 7rem; - padding-bottom: 7rem; - } - - .md\:px-28 { - padding-left: 7rem; - padding-right: 7rem; - } - - .md\:py-32 { - padding-top: 8rem; - padding-bottom: 8rem; - } - - .md\:px-32 { - padding-left: 8rem; - padding-right: 8rem; - } - - .md\:py-36 { - padding-top: 9rem; - padding-bottom: 9rem; - } - - .md\:px-36 { - padding-left: 9rem; - padding-right: 9rem; - } - - .md\:py-40 { - padding-top: 10rem; - padding-bottom: 10rem; - } - - .md\:px-40 { - padding-left: 10rem; - padding-right: 10rem; - } - - .md\:py-44 { - padding-top: 11rem; - padding-bottom: 11rem; - } - - .md\:px-44 { - padding-left: 11rem; - padding-right: 11rem; - } - - .md\:py-48 { - padding-top: 12rem; - padding-bottom: 12rem; - } - - .md\:px-48 { - padding-left: 12rem; - padding-right: 12rem; - } - - .md\:py-52 { - padding-top: 13rem; - padding-bottom: 13rem; - } - - .md\:px-52 { - padding-left: 13rem; - padding-right: 13rem; - } - - .md\:py-56 { - padding-top: 14rem; - padding-bottom: 14rem; - } - - .md\:px-56 { - padding-left: 14rem; - padding-right: 14rem; - } - - .md\:py-60 { - padding-top: 240px; - padding-bottom: 240px; - } - - .md\:px-60 { - padding-left: 240px; - padding-right: 240px; - } - - .md\:py-64 { - padding-top: 16rem; - padding-bottom: 16rem; - } - - .md\:px-64 { - padding-left: 16rem; - padding-right: 16rem; - } - - .md\:py-72 { - padding-top: 18rem; - padding-bottom: 18rem; - } - - .md\:px-72 { - padding-left: 18rem; - padding-right: 18rem; - } - - .md\:py-80 { - padding-top: 20rem; - padding-bottom: 20rem; - } - - .md\:px-80 { - padding-left: 20rem; - padding-right: 20rem; - } - - .md\:py-88 { - padding-top: 22rem; - padding-bottom: 22rem; - } - - .md\:px-88 { - padding-left: 22rem; - padding-right: 22rem; - } - - .md\:py-96 { - padding-top: 24rem; - padding-bottom: 24rem; - } - - .md\:px-96 { - padding-left: 24rem; - padding-right: 24rem; - } - - .md\:py-130 { - padding-top: 560px; - padding-bottom: 560px; - } - - .md\:px-130 { - padding-left: 560px; - padding-right: 560px; - } - - .md\:py-px { - padding-top: 1px; - padding-bottom: 1px; - } - - .md\:px-px { - padding-left: 1px; - padding-right: 1px; - } - - .md\:py-0\.5 { - padding-top: 0.125rem; - padding-bottom: 0.125rem; - } - - .md\:px-0\.5 { - padding-left: 0.125rem; - padding-right: 0.125rem; - } - - .md\:py-1\.5 { - padding-top: 0.375rem; - padding-bottom: 0.375rem; - } - - .md\:px-1\.5 { - padding-left: 0.375rem; - padding-right: 0.375rem; - } - - .md\:py-2\.5 { - padding-top: 0.625rem; - padding-bottom: 0.625rem; - } - - .md\:px-2\.5 { - padding-left: 0.625rem; - padding-right: 0.625rem; - } - - .md\:py-3\.5 { - padding-top: 0.875rem; - padding-bottom: 0.875rem; - } - - .md\:px-3\.5 { - padding-left: 0.875rem; - padding-right: 0.875rem; - } - - .md\:pt-0 { - padding-top: 0px; - } - - .md\:pr-0 { - padding-right: 0px; - } - - .md\:pb-0 { - padding-bottom: 0px; - } - - .md\:pl-0 { - padding-left: 0px; - } - - .md\:pt-1 { - padding-top: 0.25rem; - } - - .md\:pr-1 { - padding-right: 0.25rem; - } - - .md\:pb-1 { - padding-bottom: 0.25rem; - } - - .md\:pl-1 { - padding-left: 0.25rem; - } - - .md\:pt-2 { - padding-top: 0.5rem; - } - - .md\:pr-2 { - padding-right: 0.5rem; - } - - .md\:pb-2 { - padding-bottom: 0.5rem; - } - - .md\:pl-2 { - padding-left: 0.5rem; - } - - .md\:pt-3 { - padding-top: 0.75rem; - } - - .md\:pr-3 { - padding-right: 0.75rem; - } - - .md\:pb-3 { - padding-bottom: 0.75rem; - } - - .md\:pl-3 { - padding-left: 0.75rem; - } - - .md\:pt-4 { - padding-top: 1rem; - } - - .md\:pr-4 { - padding-right: 1rem; - } - - .md\:pb-4 { - padding-bottom: 1rem; - } - - .md\:pl-4 { - padding-left: 1rem; - } - - .md\:pt-5 { - padding-top: 1.25rem; - } - - .md\:pr-5 { - padding-right: 1.25rem; - } - - .md\:pb-5 { - padding-bottom: 1.25rem; - } - - .md\:pl-5 { - padding-left: 1.25rem; - } - - .md\:pt-6 { - padding-top: 1.5rem; - } - - .md\:pr-6 { - padding-right: 1.5rem; - } - - .md\:pb-6 { - padding-bottom: 1.5rem; - } - - .md\:pl-6 { - padding-left: 1.5rem; - } - - .md\:pt-7 { - padding-top: 1.75rem; - } - - .md\:pr-7 { - padding-right: 1.75rem; - } - - .md\:pb-7 { - padding-bottom: 1.75rem; - } - - .md\:pl-7 { - padding-left: 1.75rem; - } - - .md\:pt-8 { - padding-top: 2rem; - } - - .md\:pr-8 { - padding-right: 2rem; - } - - .md\:pb-8 { - padding-bottom: 2rem; - } - - .md\:pl-8 { - padding-left: 2rem; - } - - .md\:pt-9 { - padding-top: 2.25rem; - } - - .md\:pr-9 { - padding-right: 2.25rem; - } - - .md\:pb-9 { - padding-bottom: 2.25rem; - } - - .md\:pl-9 { - padding-left: 2.25rem; - } - - .md\:pt-10 { - padding-top: 2.5rem; - } - - .md\:pr-10 { - padding-right: 2.5rem; - } - - .md\:pb-10 { - padding-bottom: 2.5rem; - } - - .md\:pl-10 { - padding-left: 2.5rem; - } - - .md\:pt-11 { - padding-top: 2.75rem; - } - - .md\:pr-11 { - padding-right: 2.75rem; - } - - .md\:pb-11 { - padding-bottom: 2.75rem; - } - - .md\:pl-11 { - padding-left: 2.75rem; - } - - .md\:pt-12 { - padding-top: 3rem; - } - - .md\:pr-12 { - padding-right: 3rem; - } - - .md\:pb-12 { - padding-bottom: 3rem; - } - - .md\:pl-12 { - padding-left: 3rem; - } - - .md\:pt-14 { - padding-top: 3.5rem; - } - - .md\:pr-14 { - padding-right: 3.5rem; - } - - .md\:pb-14 { - padding-bottom: 3.5rem; - } - - .md\:pl-14 { - padding-left: 3.5rem; - } - - .md\:pt-16 { - padding-top: 4rem; - } - - .md\:pr-16 { - padding-right: 4rem; - } - - .md\:pb-16 { - padding-bottom: 4rem; - } - - .md\:pl-16 { - padding-left: 4rem; - } - - .md\:pt-20 { - padding-top: 5rem; - } - - .md\:pr-20 { - padding-right: 5rem; - } - - .md\:pb-20 { - padding-bottom: 5rem; - } - - .md\:pl-20 { - padding-left: 5rem; - } - - .md\:pt-22 { - padding-top: 5.625rem; - } - - .md\:pr-22 { - padding-right: 5.625rem; - } - - .md\:pb-22 { - padding-bottom: 5.625rem; - } - - .md\:pl-22 { - padding-left: 5.625rem; - } - - .md\:pt-24 { - padding-top: 6rem; - } - - .md\:pr-24 { - padding-right: 6rem; - } - - .md\:pb-24 { - padding-bottom: 6rem; - } - - .md\:pl-24 { - padding-left: 6rem; - } - - .md\:pt-28 { - padding-top: 7rem; - } - - .md\:pr-28 { - padding-right: 7rem; - } - - .md\:pb-28 { - padding-bottom: 7rem; - } - - .md\:pl-28 { - padding-left: 7rem; - } - - .md\:pt-32 { - padding-top: 8rem; - } - - .md\:pr-32 { - padding-right: 8rem; - } - - .md\:pb-32 { - padding-bottom: 8rem; - } - - .md\:pl-32 { - padding-left: 8rem; - } - - .md\:pt-36 { - padding-top: 9rem; - } - - .md\:pr-36 { - padding-right: 9rem; - } - - .md\:pb-36 { - padding-bottom: 9rem; - } - - .md\:pl-36 { - padding-left: 9rem; - } - - .md\:pt-40 { - padding-top: 10rem; - } - - .md\:pr-40 { - padding-right: 10rem; - } - - .md\:pb-40 { - padding-bottom: 10rem; - } - - .md\:pl-40 { - padding-left: 10rem; - } - - .md\:pt-44 { - padding-top: 11rem; - } - - .md\:pr-44 { - padding-right: 11rem; - } - - .md\:pb-44 { - padding-bottom: 11rem; - } - - .md\:pl-44 { - padding-left: 11rem; - } - - .md\:pt-48 { - padding-top: 12rem; - } - - .md\:pr-48 { - padding-right: 12rem; - } - - .md\:pb-48 { - padding-bottom: 12rem; - } - - .md\:pl-48 { - padding-left: 12rem; - } - - .md\:pt-52 { - padding-top: 13rem; - } - - .md\:pr-52 { - padding-right: 13rem; - } - - .md\:pb-52 { - padding-bottom: 13rem; - } - - .md\:pl-52 { - padding-left: 13rem; - } - - .md\:pt-56 { - padding-top: 14rem; - } - - .md\:pr-56 { - padding-right: 14rem; - } - - .md\:pb-56 { - padding-bottom: 14rem; - } - - .md\:pl-56 { - padding-left: 14rem; - } - - .md\:pt-60 { - padding-top: 240px; - } - - .md\:pr-60 { - padding-right: 240px; - } - - .md\:pb-60 { - padding-bottom: 240px; - } - - .md\:pl-60 { - padding-left: 240px; - } - - .md\:pt-64 { - padding-top: 16rem; - } - - .md\:pr-64 { - padding-right: 16rem; - } - - .md\:pb-64 { - padding-bottom: 16rem; - } - - .md\:pl-64 { - padding-left: 16rem; - } - - .md\:pt-72 { - padding-top: 18rem; - } - - .md\:pr-72 { - padding-right: 18rem; - } - - .md\:pb-72 { - padding-bottom: 18rem; - } - - .md\:pl-72 { - padding-left: 18rem; - } - - .md\:pt-80 { - padding-top: 20rem; - } - - .md\:pr-80 { - padding-right: 20rem; - } - - .md\:pb-80 { - padding-bottom: 20rem; - } - - .md\:pl-80 { - padding-left: 20rem; - } - - .md\:pt-88 { - padding-top: 22rem; - } - - .md\:pr-88 { - padding-right: 22rem; - } - - .md\:pb-88 { - padding-bottom: 22rem; - } - - .md\:pl-88 { - padding-left: 22rem; - } - - .md\:pt-96 { - padding-top: 24rem; - } - - .md\:pr-96 { - padding-right: 24rem; - } - - .md\:pb-96 { - padding-bottom: 24rem; - } - - .md\:pl-96 { - padding-left: 24rem; - } - - .md\:pt-130 { - padding-top: 560px; - } - - .md\:pr-130 { - padding-right: 560px; - } - - .md\:pb-130 { - padding-bottom: 560px; - } - - .md\:pl-130 { - padding-left: 560px; - } - - .md\:pt-px { - padding-top: 1px; - } - - .md\:pr-px { - padding-right: 1px; - } - - .md\:pb-px { - padding-bottom: 1px; - } - - .md\:pl-px { - padding-left: 1px; - } - - .md\:pt-0\.5 { - padding-top: 0.125rem; - } - - .md\:pr-0\.5 { - padding-right: 0.125rem; - } - - .md\:pb-0\.5 { - padding-bottom: 0.125rem; - } - - .md\:pl-0\.5 { - padding-left: 0.125rem; - } - - .md\:pt-1\.5 { - padding-top: 0.375rem; - } - - .md\:pr-1\.5 { - padding-right: 0.375rem; - } - - .md\:pb-1\.5 { - padding-bottom: 0.375rem; - } - - .md\:pl-1\.5 { - padding-left: 0.375rem; - } - - .md\:pt-2\.5 { - padding-top: 0.625rem; - } - - .md\:pr-2\.5 { - padding-right: 0.625rem; - } - - .md\:pb-2\.5 { - padding-bottom: 0.625rem; - } - - .md\:pl-2\.5 { - padding-left: 0.625rem; - } - - .md\:pt-3\.5 { - padding-top: 0.875rem; - } - - .md\:pr-3\.5 { - padding-right: 0.875rem; - } - - .md\:pb-3\.5 { - padding-bottom: 0.875rem; - } - - .md\:pl-3\.5 { - padding-left: 0.875rem; - } - - .md\:placeholder-transparent::-moz-placeholder { - color: transparent; - } - - .md\:placeholder-transparent:-ms-input-placeholder { - color: transparent; - } - - .md\:placeholder-transparent::placeholder { - color: transparent; - } - - .md\:placeholder-current::-moz-placeholder { - color: currentColor; - } - - .md\:placeholder-current:-ms-input-placeholder { - color: currentColor; - } - - .md\:placeholder-current::placeholder { - color: currentColor; - } - - .md\:placeholder-black::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-black:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-black::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-white::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-white:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-white::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-red-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-yellow-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-green-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-blue-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-danger::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-danger:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-danger::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-success::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-success:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-success::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-warning::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-warning:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-warning::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-info::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-info:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-info::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-transparent:focus::-moz-placeholder { - color: transparent; - } - - .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder { - color: transparent; - } - - .md\:focus\:placeholder-transparent:focus::placeholder { - color: transparent; - } - - .md\:focus\:placeholder-current:focus::-moz-placeholder { - color: currentColor; - } - - .md\:focus\:placeholder-current:focus:-ms-input-placeholder { - color: currentColor; - } - - .md\:focus\:placeholder-current:focus::placeholder { - color: currentColor; - } - - .md\:focus\:placeholder-black:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-black:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-black:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-white:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-white:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-white:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-red-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-yellow-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-green-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-blue-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-danger:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-danger:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-danger:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-success:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-success:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-success:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-warning:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-warning:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-warning:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-info:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-info:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-info:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-opacity-0::-moz-placeholder { - --tw-placeholder-opacity: 0; - } - - .md\:placeholder-opacity-0:-ms-input-placeholder { - --tw-placeholder-opacity: 0; - } - - .md\:placeholder-opacity-0::placeholder { - --tw-placeholder-opacity: 0; - } - - .md\:placeholder-opacity-5::-moz-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .md\:placeholder-opacity-5:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .md\:placeholder-opacity-5::placeholder { - --tw-placeholder-opacity: 0.05; - } - - .md\:placeholder-opacity-10::-moz-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .md\:placeholder-opacity-10:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .md\:placeholder-opacity-10::placeholder { - --tw-placeholder-opacity: 0.1; - } - - .md\:placeholder-opacity-20::-moz-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .md\:placeholder-opacity-20:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .md\:placeholder-opacity-20::placeholder { - --tw-placeholder-opacity: 0.2; - } - - .md\:placeholder-opacity-25::-moz-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .md\:placeholder-opacity-25:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .md\:placeholder-opacity-25::placeholder { - --tw-placeholder-opacity: 0.25; - } - - .md\:placeholder-opacity-30::-moz-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .md\:placeholder-opacity-30:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .md\:placeholder-opacity-30::placeholder { - --tw-placeholder-opacity: 0.3; - } - - .md\:placeholder-opacity-40::-moz-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .md\:placeholder-opacity-40:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .md\:placeholder-opacity-40::placeholder { - --tw-placeholder-opacity: 0.4; - } - - .md\:placeholder-opacity-50::-moz-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .md\:placeholder-opacity-50:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .md\:placeholder-opacity-50::placeholder { - --tw-placeholder-opacity: 0.5; - } - - .md\:placeholder-opacity-60::-moz-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .md\:placeholder-opacity-60:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .md\:placeholder-opacity-60::placeholder { - --tw-placeholder-opacity: 0.6; - } - - .md\:placeholder-opacity-70::-moz-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .md\:placeholder-opacity-70:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .md\:placeholder-opacity-70::placeholder { - --tw-placeholder-opacity: 0.7; - } - - .md\:placeholder-opacity-75::-moz-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .md\:placeholder-opacity-75:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .md\:placeholder-opacity-75::placeholder { - --tw-placeholder-opacity: 0.75; - } - - .md\:placeholder-opacity-80::-moz-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .md\:placeholder-opacity-80:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .md\:placeholder-opacity-80::placeholder { - --tw-placeholder-opacity: 0.8; - } - - .md\:placeholder-opacity-90::-moz-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .md\:placeholder-opacity-90:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .md\:placeholder-opacity-90::placeholder { - --tw-placeholder-opacity: 0.9; - } - - .md\:placeholder-opacity-95::-moz-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .md\:placeholder-opacity-95:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .md\:placeholder-opacity-95::placeholder { - --tw-placeholder-opacity: 0.95; - } - - .md\:placeholder-opacity-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - } - - .md\:placeholder-opacity-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - } - - .md\:placeholder-opacity-100::placeholder { - --tw-placeholder-opacity: 1; - } - - .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder { - --tw-placeholder-opacity: 0; - } - - .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0; - } - - .md\:focus\:placeholder-opacity-0:focus::placeholder { - --tw-placeholder-opacity: 0; - } - - .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .md\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .md\:focus\:placeholder-opacity-5:focus::placeholder { - --tw-placeholder-opacity: 0.05; - } - - .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .md\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .md\:focus\:placeholder-opacity-10:focus::placeholder { - --tw-placeholder-opacity: 0.1; - } - - .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .md\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .md\:focus\:placeholder-opacity-20:focus::placeholder { - --tw-placeholder-opacity: 0.2; - } - - .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .md\:focus\:placeholder-opacity-25:focus::placeholder { - --tw-placeholder-opacity: 0.25; - } - - .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .md\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .md\:focus\:placeholder-opacity-30:focus::placeholder { - --tw-placeholder-opacity: 0.3; - } - - .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .md\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .md\:focus\:placeholder-opacity-40:focus::placeholder { - --tw-placeholder-opacity: 0.4; - } - - .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .md\:focus\:placeholder-opacity-50:focus::placeholder { - --tw-placeholder-opacity: 0.5; - } - - .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .md\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .md\:focus\:placeholder-opacity-60:focus::placeholder { - --tw-placeholder-opacity: 0.6; - } - - .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .md\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .md\:focus\:placeholder-opacity-70:focus::placeholder { - --tw-placeholder-opacity: 0.7; - } - - .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .md\:focus\:placeholder-opacity-75:focus::placeholder { - --tw-placeholder-opacity: 0.75; - } - - .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .md\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .md\:focus\:placeholder-opacity-80:focus::placeholder { - --tw-placeholder-opacity: 0.8; - } - - .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .md\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .md\:focus\:placeholder-opacity-90:focus::placeholder { - --tw-placeholder-opacity: 0.9; - } - - .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .md\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .md\:focus\:placeholder-opacity-95:focus::placeholder { - --tw-placeholder-opacity: 0.95; - } - - .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - } - - .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - } - - .md\:focus\:placeholder-opacity-100:focus::placeholder { - --tw-placeholder-opacity: 1; - } - - .md\:pointer-events-none { - pointer-events: none; - } - - .md\:pointer-events-auto { - pointer-events: auto; - } - - .md\:static { - position: static; - } - - .md\:fixed { - position: fixed; - } - - .md\:absolute { - position: absolute; - } - - .md\:relative { - position: relative; - } - - .md\:sticky { - position: -webkit-sticky; - position: sticky; - } - - .md\:inset-0 { - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - } - - .md\:inset-1 { - top: 0.25rem; - right: 0.25rem; - bottom: 0.25rem; - left: 0.25rem; - } - - .md\:inset-2 { - top: 0.5rem; - right: 0.5rem; - bottom: 0.5rem; - left: 0.5rem; - } - - .md\:inset-3 { - top: 0.75rem; - right: 0.75rem; - bottom: 0.75rem; - left: 0.75rem; - } - - .md\:inset-4 { - top: 1rem; - right: 1rem; - bottom: 1rem; - left: 1rem; - } - - .md\:inset-5 { - top: 1.25rem; - right: 1.25rem; - bottom: 1.25rem; - left: 1.25rem; - } - - .md\:inset-6 { - top: 1.5rem; - right: 1.5rem; - bottom: 1.5rem; - left: 1.5rem; - } - - .md\:inset-7 { - top: 1.75rem; - right: 1.75rem; - bottom: 1.75rem; - left: 1.75rem; - } - - .md\:inset-8 { - top: 2rem; - right: 2rem; - bottom: 2rem; - left: 2rem; - } - - .md\:inset-9 { - top: 2.25rem; - right: 2.25rem; - bottom: 2.25rem; - left: 2.25rem; - } - - .md\:inset-10 { - top: 2.5rem; - right: 2.5rem; - bottom: 2.5rem; - left: 2.5rem; - } - - .md\:inset-11 { - top: 2.75rem; - right: 2.75rem; - bottom: 2.75rem; - left: 2.75rem; - } - - .md\:inset-12 { - top: 3rem; - right: 3rem; - bottom: 3rem; - left: 3rem; - } - - .md\:inset-14 { - top: 3.5rem; - right: 3.5rem; - bottom: 3.5rem; - left: 3.5rem; - } - - .md\:inset-16 { - top: 4rem; - right: 4rem; - bottom: 4rem; - left: 4rem; - } - - .md\:inset-20 { - top: 5rem; - right: 5rem; - bottom: 5rem; - left: 5rem; - } - - .md\:inset-22 { - top: 5.625rem; - right: 5.625rem; - bottom: 5.625rem; - left: 5.625rem; - } - - .md\:inset-24 { - top: 6rem; - right: 6rem; - bottom: 6rem; - left: 6rem; - } - - .md\:inset-28 { - top: 7rem; - right: 7rem; - bottom: 7rem; - left: 7rem; - } - - .md\:inset-32 { - top: 8rem; - right: 8rem; - bottom: 8rem; - left: 8rem; - } - - .md\:inset-36 { - top: 9rem; - right: 9rem; - bottom: 9rem; - left: 9rem; - } - - .md\:inset-40 { - top: 10rem; - right: 10rem; - bottom: 10rem; - left: 10rem; - } - - .md\:inset-44 { - top: 11rem; - right: 11rem; - bottom: 11rem; - left: 11rem; - } - - .md\:inset-48 { - top: 12rem; - right: 12rem; - bottom: 12rem; - left: 12rem; - } - - .md\:inset-52 { - top: 13rem; - right: 13rem; - bottom: 13rem; - left: 13rem; - } - - .md\:inset-56 { - top: 14rem; - right: 14rem; - bottom: 14rem; - left: 14rem; - } - - .md\:inset-60 { - top: 240px; - right: 240px; - bottom: 240px; - left: 240px; - } - - .md\:inset-64 { - top: 16rem; - right: 16rem; - bottom: 16rem; - left: 16rem; - } - - .md\:inset-72 { - top: 18rem; - right: 18rem; - bottom: 18rem; - left: 18rem; - } - - .md\:inset-80 { - top: 20rem; - right: 20rem; - bottom: 20rem; - left: 20rem; - } - - .md\:inset-88 { - top: 22rem; - right: 22rem; - bottom: 22rem; - left: 22rem; - } - - .md\:inset-96 { - top: 24rem; - right: 24rem; - bottom: 24rem; - left: 24rem; - } - - .md\:inset-130 { - top: 560px; - right: 560px; - bottom: 560px; - left: 560px; - } - - .md\:inset-auto { - top: auto; - right: auto; - bottom: auto; - left: auto; - } - - .md\:inset-px { - top: 1px; - right: 1px; - bottom: 1px; - left: 1px; - } - - .md\:inset-0\.5 { - top: 0.125rem; - right: 0.125rem; - bottom: 0.125rem; - left: 0.125rem; - } - - .md\:inset-1\.5 { - top: 0.375rem; - right: 0.375rem; - bottom: 0.375rem; - left: 0.375rem; - } - - .md\:inset-2\.5 { - top: 0.625rem; - right: 0.625rem; - bottom: 0.625rem; - left: 0.625rem; - } - - .md\:inset-3\.5 { - top: 0.875rem; - right: 0.875rem; - bottom: 0.875rem; - left: 0.875rem; - } - - .md\:-inset-0 { - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - } - - .md\:-inset-1 { - top: -0.25rem; - right: -0.25rem; - bottom: -0.25rem; - left: -0.25rem; - } - - .md\:-inset-2 { - top: -0.5rem; - right: -0.5rem; - bottom: -0.5rem; - left: -0.5rem; - } - - .md\:-inset-3 { - top: -0.75rem; - right: -0.75rem; - bottom: -0.75rem; - left: -0.75rem; - } - - .md\:-inset-4 { - top: -1rem; - right: -1rem; - bottom: -1rem; - left: -1rem; - } - - .md\:-inset-5 { - top: -1.25rem; - right: -1.25rem; - bottom: -1.25rem; - left: -1.25rem; - } - - .md\:-inset-6 { - top: -1.5rem; - right: -1.5rem; - bottom: -1.5rem; - left: -1.5rem; - } - - .md\:-inset-7 { - top: -1.75rem; - right: -1.75rem; - bottom: -1.75rem; - left: -1.75rem; - } - - .md\:-inset-8 { - top: -2rem; - right: -2rem; - bottom: -2rem; - left: -2rem; - } - - .md\:-inset-9 { - top: -2.25rem; - right: -2.25rem; - bottom: -2.25rem; - left: -2.25rem; - } - - .md\:-inset-10 { - top: -2.5rem; - right: -2.5rem; - bottom: -2.5rem; - left: -2.5rem; - } - - .md\:-inset-11 { - top: -2.75rem; - right: -2.75rem; - bottom: -2.75rem; - left: -2.75rem; - } - - .md\:-inset-12 { - top: -3rem; - right: -3rem; - bottom: -3rem; - left: -3rem; - } - - .md\:-inset-14 { - top: -3.5rem; - right: -3.5rem; - bottom: -3.5rem; - left: -3.5rem; - } - - .md\:-inset-16 { - top: -4rem; - right: -4rem; - bottom: -4rem; - left: -4rem; - } - - .md\:-inset-20 { - top: -5rem; - right: -5rem; - bottom: -5rem; - left: -5rem; - } - - .md\:-inset-22 { - top: -5.625rem; - right: -5.625rem; - bottom: -5.625rem; - left: -5.625rem; - } - - .md\:-inset-24 { - top: -6rem; - right: -6rem; - bottom: -6rem; - left: -6rem; - } - - .md\:-inset-28 { - top: -7rem; - right: -7rem; - bottom: -7rem; - left: -7rem; - } - - .md\:-inset-32 { - top: -8rem; - right: -8rem; - bottom: -8rem; - left: -8rem; - } - - .md\:-inset-36 { - top: -9rem; - right: -9rem; - bottom: -9rem; - left: -9rem; - } - - .md\:-inset-40 { - top: -10rem; - right: -10rem; - bottom: -10rem; - left: -10rem; - } - - .md\:-inset-44 { - top: -11rem; - right: -11rem; - bottom: -11rem; - left: -11rem; - } - - .md\:-inset-48 { - top: -12rem; - right: -12rem; - bottom: -12rem; - left: -12rem; - } - - .md\:-inset-52 { - top: -13rem; - right: -13rem; - bottom: -13rem; - left: -13rem; - } - - .md\:-inset-56 { - top: -14rem; - right: -14rem; - bottom: -14rem; - left: -14rem; - } - - .md\:-inset-60 { - top: -240px; - right: -240px; - bottom: -240px; - left: -240px; - } - - .md\:-inset-64 { - top: -16rem; - right: -16rem; - bottom: -16rem; - left: -16rem; - } - - .md\:-inset-72 { - top: -18rem; - right: -18rem; - bottom: -18rem; - left: -18rem; - } - - .md\:-inset-80 { - top: -20rem; - right: -20rem; - bottom: -20rem; - left: -20rem; - } - - .md\:-inset-88 { - top: -22rem; - right: -22rem; - bottom: -22rem; - left: -22rem; - } - - .md\:-inset-96 { - top: -24rem; - right: -24rem; - bottom: -24rem; - left: -24rem; - } - - .md\:-inset-130 { - top: -560px; - right: -560px; - bottom: -560px; - left: -560px; - } - - .md\:-inset-px { - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; - } - - .md\:-inset-0\.5 { - top: -0.125rem; - right: -0.125rem; - bottom: -0.125rem; - left: -0.125rem; - } - - .md\:-inset-1\.5 { - top: -0.375rem; - right: -0.375rem; - bottom: -0.375rem; - left: -0.375rem; - } - - .md\:-inset-2\.5 { - top: -0.625rem; - right: -0.625rem; - bottom: -0.625rem; - left: -0.625rem; - } - - .md\:-inset-3\.5 { - top: -0.875rem; - right: -0.875rem; - bottom: -0.875rem; - left: -0.875rem; - } - - .md\:inset-1\/2 { - top: 50%; - right: 50%; - bottom: 50%; - left: 50%; - } - - .md\:inset-1\/3 { - top: 33.333333%; - right: 33.333333%; - bottom: 33.333333%; - left: 33.333333%; - } - - .md\:inset-2\/3 { - top: 66.666667%; - right: 66.666667%; - bottom: 66.666667%; - left: 66.666667%; - } - - .md\:inset-1\/4 { - top: 25%; - right: 25%; - bottom: 25%; - left: 25%; - } - - .md\:inset-2\/4 { - top: 50%; - right: 50%; - bottom: 50%; - left: 50%; - } - - .md\:inset-3\/4 { - top: 75%; - right: 75%; - bottom: 75%; - left: 75%; - } - - .md\:inset-full { - top: 100%; - right: 100%; - bottom: 100%; - left: 100%; - } - - .md\:-inset-1\/2 { - top: -50%; - right: -50%; - bottom: -50%; - left: -50%; - } - - .md\:-inset-1\/3 { - top: -33.333333%; - right: -33.333333%; - bottom: -33.333333%; - left: -33.333333%; - } - - .md\:-inset-2\/3 { - top: -66.666667%; - right: -66.666667%; - bottom: -66.666667%; - left: -66.666667%; - } - - .md\:-inset-1\/4 { - top: -25%; - right: -25%; - bottom: -25%; - left: -25%; - } - - .md\:-inset-2\/4 { - top: -50%; - right: -50%; - bottom: -50%; - left: -50%; - } - - .md\:-inset-3\/4 { - top: -75%; - right: -75%; - bottom: -75%; - left: -75%; - } - - .md\:-inset-full { - top: -100%; - right: -100%; - bottom: -100%; - left: -100%; - } - - .md\:inset-y-0 { - top: 0px; - bottom: 0px; - } - - .md\:inset-x-0 { - right: 0px; - left: 0px; - } - - .md\:inset-y-1 { - top: 0.25rem; - bottom: 0.25rem; - } - - .md\:inset-x-1 { - right: 0.25rem; - left: 0.25rem; - } - - .md\:inset-y-2 { - top: 0.5rem; - bottom: 0.5rem; - } - - .md\:inset-x-2 { - right: 0.5rem; - left: 0.5rem; - } - - .md\:inset-y-3 { - top: 0.75rem; - bottom: 0.75rem; - } - - .md\:inset-x-3 { - right: 0.75rem; - left: 0.75rem; - } - - .md\:inset-y-4 { - top: 1rem; - bottom: 1rem; - } - - .md\:inset-x-4 { - right: 1rem; - left: 1rem; - } - - .md\:inset-y-5 { - top: 1.25rem; - bottom: 1.25rem; - } - - .md\:inset-x-5 { - right: 1.25rem; - left: 1.25rem; - } - - .md\:inset-y-6 { - top: 1.5rem; - bottom: 1.5rem; - } - - .md\:inset-x-6 { - right: 1.5rem; - left: 1.5rem; - } - - .md\:inset-y-7 { - top: 1.75rem; - bottom: 1.75rem; - } - - .md\:inset-x-7 { - right: 1.75rem; - left: 1.75rem; - } - - .md\:inset-y-8 { - top: 2rem; - bottom: 2rem; - } - - .md\:inset-x-8 { - right: 2rem; - left: 2rem; - } - - .md\:inset-y-9 { - top: 2.25rem; - bottom: 2.25rem; - } - - .md\:inset-x-9 { - right: 2.25rem; - left: 2.25rem; - } - - .md\:inset-y-10 { - top: 2.5rem; - bottom: 2.5rem; - } - - .md\:inset-x-10 { - right: 2.5rem; - left: 2.5rem; - } - - .md\:inset-y-11 { - top: 2.75rem; - bottom: 2.75rem; - } - - .md\:inset-x-11 { - right: 2.75rem; - left: 2.75rem; - } - - .md\:inset-y-12 { - top: 3rem; - bottom: 3rem; - } - - .md\:inset-x-12 { - right: 3rem; - left: 3rem; - } - - .md\:inset-y-14 { - top: 3.5rem; - bottom: 3.5rem; - } - - .md\:inset-x-14 { - right: 3.5rem; - left: 3.5rem; - } - - .md\:inset-y-16 { - top: 4rem; - bottom: 4rem; - } - - .md\:inset-x-16 { - right: 4rem; - left: 4rem; - } - - .md\:inset-y-20 { - top: 5rem; - bottom: 5rem; - } - - .md\:inset-x-20 { - right: 5rem; - left: 5rem; - } - - .md\:inset-y-22 { - top: 5.625rem; - bottom: 5.625rem; - } - - .md\:inset-x-22 { - right: 5.625rem; - left: 5.625rem; - } - - .md\:inset-y-24 { - top: 6rem; - bottom: 6rem; - } - - .md\:inset-x-24 { - right: 6rem; - left: 6rem; - } - - .md\:inset-y-28 { - top: 7rem; - bottom: 7rem; - } - - .md\:inset-x-28 { - right: 7rem; - left: 7rem; - } - - .md\:inset-y-32 { - top: 8rem; - bottom: 8rem; - } - - .md\:inset-x-32 { - right: 8rem; - left: 8rem; - } - - .md\:inset-y-36 { - top: 9rem; - bottom: 9rem; - } - - .md\:inset-x-36 { - right: 9rem; - left: 9rem; - } - - .md\:inset-y-40 { - top: 10rem; - bottom: 10rem; - } - - .md\:inset-x-40 { - right: 10rem; - left: 10rem; - } - - .md\:inset-y-44 { - top: 11rem; - bottom: 11rem; - } - - .md\:inset-x-44 { - right: 11rem; - left: 11rem; - } - - .md\:inset-y-48 { - top: 12rem; - bottom: 12rem; - } - - .md\:inset-x-48 { - right: 12rem; - left: 12rem; - } - - .md\:inset-y-52 { - top: 13rem; - bottom: 13rem; - } - - .md\:inset-x-52 { - right: 13rem; - left: 13rem; - } - - .md\:inset-y-56 { - top: 14rem; - bottom: 14rem; - } - - .md\:inset-x-56 { - right: 14rem; - left: 14rem; - } - - .md\:inset-y-60 { - top: 240px; - bottom: 240px; - } - - .md\:inset-x-60 { - right: 240px; - left: 240px; - } - - .md\:inset-y-64 { - top: 16rem; - bottom: 16rem; - } - - .md\:inset-x-64 { - right: 16rem; - left: 16rem; - } - - .md\:inset-y-72 { - top: 18rem; - bottom: 18rem; - } - - .md\:inset-x-72 { - right: 18rem; - left: 18rem; - } - - .md\:inset-y-80 { - top: 20rem; - bottom: 20rem; - } - - .md\:inset-x-80 { - right: 20rem; - left: 20rem; - } - - .md\:inset-y-88 { - top: 22rem; - bottom: 22rem; - } - - .md\:inset-x-88 { - right: 22rem; - left: 22rem; - } - - .md\:inset-y-96 { - top: 24rem; - bottom: 24rem; - } - - .md\:inset-x-96 { - right: 24rem; - left: 24rem; - } - - .md\:inset-y-130 { - top: 560px; - bottom: 560px; - } - - .md\:inset-x-130 { - right: 560px; - left: 560px; - } - - .md\:inset-y-auto { - top: auto; - bottom: auto; - } - - .md\:inset-x-auto { - right: auto; - left: auto; - } - - .md\:inset-y-px { - top: 1px; - bottom: 1px; - } - - .md\:inset-x-px { - right: 1px; - left: 1px; - } - - .md\:inset-y-0\.5 { - top: 0.125rem; - bottom: 0.125rem; - } - - .md\:inset-x-0\.5 { - right: 0.125rem; - left: 0.125rem; - } - - .md\:inset-y-1\.5 { - top: 0.375rem; - bottom: 0.375rem; - } - - .md\:inset-x-1\.5 { - right: 0.375rem; - left: 0.375rem; - } - - .md\:inset-y-2\.5 { - top: 0.625rem; - bottom: 0.625rem; - } - - .md\:inset-x-2\.5 { - right: 0.625rem; - left: 0.625rem; - } - - .md\:inset-y-3\.5 { - top: 0.875rem; - bottom: 0.875rem; - } - - .md\:inset-x-3\.5 { - right: 0.875rem; - left: 0.875rem; - } - - .md\:-inset-y-0 { - top: 0px; - bottom: 0px; - } - - .md\:-inset-x-0 { - right: 0px; - left: 0px; - } - - .md\:-inset-y-1 { - top: -0.25rem; - bottom: -0.25rem; - } - - .md\:-inset-x-1 { - right: -0.25rem; - left: -0.25rem; - } - - .md\:-inset-y-2 { - top: -0.5rem; - bottom: -0.5rem; - } - - .md\:-inset-x-2 { - right: -0.5rem; - left: -0.5rem; - } - - .md\:-inset-y-3 { - top: -0.75rem; - bottom: -0.75rem; - } - - .md\:-inset-x-3 { - right: -0.75rem; - left: -0.75rem; - } - - .md\:-inset-y-4 { - top: -1rem; - bottom: -1rem; - } - - .md\:-inset-x-4 { - right: -1rem; - left: -1rem; - } - - .md\:-inset-y-5 { - top: -1.25rem; - bottom: -1.25rem; - } - - .md\:-inset-x-5 { - right: -1.25rem; - left: -1.25rem; - } - - .md\:-inset-y-6 { - top: -1.5rem; - bottom: -1.5rem; - } - - .md\:-inset-x-6 { - right: -1.5rem; - left: -1.5rem; - } - - .md\:-inset-y-7 { - top: -1.75rem; - bottom: -1.75rem; - } - - .md\:-inset-x-7 { - right: -1.75rem; - left: -1.75rem; - } - - .md\:-inset-y-8 { - top: -2rem; - bottom: -2rem; - } - - .md\:-inset-x-8 { - right: -2rem; - left: -2rem; - } - - .md\:-inset-y-9 { - top: -2.25rem; - bottom: -2.25rem; - } - - .md\:-inset-x-9 { - right: -2.25rem; - left: -2.25rem; - } - - .md\:-inset-y-10 { - top: -2.5rem; - bottom: -2.5rem; - } - - .md\:-inset-x-10 { - right: -2.5rem; - left: -2.5rem; - } - - .md\:-inset-y-11 { - top: -2.75rem; - bottom: -2.75rem; - } - - .md\:-inset-x-11 { - right: -2.75rem; - left: -2.75rem; - } - - .md\:-inset-y-12 { - top: -3rem; - bottom: -3rem; - } - - .md\:-inset-x-12 { - right: -3rem; - left: -3rem; - } - - .md\:-inset-y-14 { - top: -3.5rem; - bottom: -3.5rem; - } - - .md\:-inset-x-14 { - right: -3.5rem; - left: -3.5rem; - } - - .md\:-inset-y-16 { - top: -4rem; - bottom: -4rem; - } - - .md\:-inset-x-16 { - right: -4rem; - left: -4rem; - } - - .md\:-inset-y-20 { - top: -5rem; - bottom: -5rem; - } - - .md\:-inset-x-20 { - right: -5rem; - left: -5rem; - } - - .md\:-inset-y-22 { - top: -5.625rem; - bottom: -5.625rem; - } - - .md\:-inset-x-22 { - right: -5.625rem; - left: -5.625rem; - } - - .md\:-inset-y-24 { - top: -6rem; - bottom: -6rem; - } - - .md\:-inset-x-24 { - right: -6rem; - left: -6rem; - } - - .md\:-inset-y-28 { - top: -7rem; - bottom: -7rem; - } - - .md\:-inset-x-28 { - right: -7rem; - left: -7rem; - } - - .md\:-inset-y-32 { - top: -8rem; - bottom: -8rem; - } - - .md\:-inset-x-32 { - right: -8rem; - left: -8rem; - } - - .md\:-inset-y-36 { - top: -9rem; - bottom: -9rem; - } - - .md\:-inset-x-36 { - right: -9rem; - left: -9rem; - } - - .md\:-inset-y-40 { - top: -10rem; - bottom: -10rem; - } - - .md\:-inset-x-40 { - right: -10rem; - left: -10rem; - } - - .md\:-inset-y-44 { - top: -11rem; - bottom: -11rem; - } - - .md\:-inset-x-44 { - right: -11rem; - left: -11rem; - } - - .md\:-inset-y-48 { - top: -12rem; - bottom: -12rem; - } - - .md\:-inset-x-48 { - right: -12rem; - left: -12rem; - } - - .md\:-inset-y-52 { - top: -13rem; - bottom: -13rem; - } - - .md\:-inset-x-52 { - right: -13rem; - left: -13rem; - } - - .md\:-inset-y-56 { - top: -14rem; - bottom: -14rem; - } - - .md\:-inset-x-56 { - right: -14rem; - left: -14rem; - } - - .md\:-inset-y-60 { - top: -240px; - bottom: -240px; - } - - .md\:-inset-x-60 { - right: -240px; - left: -240px; - } - - .md\:-inset-y-64 { - top: -16rem; - bottom: -16rem; - } - - .md\:-inset-x-64 { - right: -16rem; - left: -16rem; - } - - .md\:-inset-y-72 { - top: -18rem; - bottom: -18rem; - } - - .md\:-inset-x-72 { - right: -18rem; - left: -18rem; - } - - .md\:-inset-y-80 { - top: -20rem; - bottom: -20rem; - } - - .md\:-inset-x-80 { - right: -20rem; - left: -20rem; - } - - .md\:-inset-y-88 { - top: -22rem; - bottom: -22rem; - } - - .md\:-inset-x-88 { - right: -22rem; - left: -22rem; - } - - .md\:-inset-y-96 { - top: -24rem; - bottom: -24rem; - } - - .md\:-inset-x-96 { - right: -24rem; - left: -24rem; - } - - .md\:-inset-y-130 { - top: -560px; - bottom: -560px; - } - - .md\:-inset-x-130 { - right: -560px; - left: -560px; - } - - .md\:-inset-y-px { - top: -1px; - bottom: -1px; - } - - .md\:-inset-x-px { - right: -1px; - left: -1px; - } - - .md\:-inset-y-0\.5 { - top: -0.125rem; - bottom: -0.125rem; - } - - .md\:-inset-x-0\.5 { - right: -0.125rem; - left: -0.125rem; - } - - .md\:-inset-y-1\.5 { - top: -0.375rem; - bottom: -0.375rem; - } - - .md\:-inset-x-1\.5 { - right: -0.375rem; - left: -0.375rem; - } - - .md\:-inset-y-2\.5 { - top: -0.625rem; - bottom: -0.625rem; - } - - .md\:-inset-x-2\.5 { - right: -0.625rem; - left: -0.625rem; - } - - .md\:-inset-y-3\.5 { - top: -0.875rem; - bottom: -0.875rem; - } - - .md\:-inset-x-3\.5 { - right: -0.875rem; - left: -0.875rem; - } - - .md\:inset-y-1\/2 { - top: 50%; - bottom: 50%; - } - - .md\:inset-x-1\/2 { - right: 50%; - left: 50%; - } - - .md\:inset-y-1\/3 { - top: 33.333333%; - bottom: 33.333333%; - } - - .md\:inset-x-1\/3 { - right: 33.333333%; - left: 33.333333%; - } - - .md\:inset-y-2\/3 { - top: 66.666667%; - bottom: 66.666667%; - } - - .md\:inset-x-2\/3 { - right: 66.666667%; - left: 66.666667%; - } - - .md\:inset-y-1\/4 { - top: 25%; - bottom: 25%; - } - - .md\:inset-x-1\/4 { - right: 25%; - left: 25%; - } - - .md\:inset-y-2\/4 { - top: 50%; - bottom: 50%; - } - - .md\:inset-x-2\/4 { - right: 50%; - left: 50%; - } - - .md\:inset-y-3\/4 { - top: 75%; - bottom: 75%; - } - - .md\:inset-x-3\/4 { - right: 75%; - left: 75%; - } - - .md\:inset-y-full { - top: 100%; - bottom: 100%; - } - - .md\:inset-x-full { - right: 100%; - left: 100%; - } - - .md\:-inset-y-1\/2 { - top: -50%; - bottom: -50%; - } - - .md\:-inset-x-1\/2 { - right: -50%; - left: -50%; - } - - .md\:-inset-y-1\/3 { - top: -33.333333%; - bottom: -33.333333%; - } - - .md\:-inset-x-1\/3 { - right: -33.333333%; - left: -33.333333%; - } - - .md\:-inset-y-2\/3 { - top: -66.666667%; - bottom: -66.666667%; - } - - .md\:-inset-x-2\/3 { - right: -66.666667%; - left: -66.666667%; - } - - .md\:-inset-y-1\/4 { - top: -25%; - bottom: -25%; - } - - .md\:-inset-x-1\/4 { - right: -25%; - left: -25%; - } - - .md\:-inset-y-2\/4 { - top: -50%; - bottom: -50%; - } - - .md\:-inset-x-2\/4 { - right: -50%; - left: -50%; - } - - .md\:-inset-y-3\/4 { - top: -75%; - bottom: -75%; - } - - .md\:-inset-x-3\/4 { - right: -75%; - left: -75%; - } - - .md\:-inset-y-full { - top: -100%; - bottom: -100%; - } - - .md\:-inset-x-full { - right: -100%; - left: -100%; - } - - .md\:top-0 { - top: 0px; - } - - .md\:right-0 { - right: 0px; - } - - .md\:bottom-0 { - bottom: 0px; - } - - .md\:left-0 { - left: 0px; - } - - .md\:top-1 { - top: 0.25rem; - } - - .md\:right-1 { - right: 0.25rem; - } - - .md\:bottom-1 { - bottom: 0.25rem; - } - - .md\:left-1 { - left: 0.25rem; - } - - .md\:top-2 { - top: 0.5rem; - } - - .md\:right-2 { - right: 0.5rem; - } - - .md\:bottom-2 { - bottom: 0.5rem; - } - - .md\:left-2 { - left: 0.5rem; - } - - .md\:top-3 { - top: 0.75rem; - } - - .md\:right-3 { - right: 0.75rem; - } - - .md\:bottom-3 { - bottom: 0.75rem; - } - - .md\:left-3 { - left: 0.75rem; - } - - .md\:top-4 { - top: 1rem; - } - - .md\:right-4 { - right: 1rem; - } - - .md\:bottom-4 { - bottom: 1rem; - } - - .md\:left-4 { - left: 1rem; - } - - .md\:top-5 { - top: 1.25rem; - } - - .md\:right-5 { - right: 1.25rem; - } - - .md\:bottom-5 { - bottom: 1.25rem; - } - - .md\:left-5 { - left: 1.25rem; - } - - .md\:top-6 { - top: 1.5rem; - } - - .md\:right-6 { - right: 1.5rem; - } - - .md\:bottom-6 { - bottom: 1.5rem; - } - - .md\:left-6 { - left: 1.5rem; - } - - .md\:top-7 { - top: 1.75rem; - } - - .md\:right-7 { - right: 1.75rem; - } - - .md\:bottom-7 { - bottom: 1.75rem; - } - - .md\:left-7 { - left: 1.75rem; - } - - .md\:top-8 { - top: 2rem; - } - - .md\:right-8 { - right: 2rem; - } - - .md\:bottom-8 { - bottom: 2rem; - } - - .md\:left-8 { - left: 2rem; - } - - .md\:top-9 { - top: 2.25rem; - } - - .md\:right-9 { - right: 2.25rem; - } - - .md\:bottom-9 { - bottom: 2.25rem; - } - - .md\:left-9 { - left: 2.25rem; - } - - .md\:top-10 { - top: 2.5rem; - } - - .md\:right-10 { - right: 2.5rem; - } - - .md\:bottom-10 { - bottom: 2.5rem; - } - - .md\:left-10 { - left: 2.5rem; - } - - .md\:top-11 { - top: 2.75rem; - } - - .md\:right-11 { - right: 2.75rem; - } - - .md\:bottom-11 { - bottom: 2.75rem; - } - - .md\:left-11 { - left: 2.75rem; - } - - .md\:top-12 { - top: 3rem; - } - - .md\:right-12 { - right: 3rem; - } - - .md\:bottom-12 { - bottom: 3rem; - } - - .md\:left-12 { - left: 3rem; - } - - .md\:top-14 { - top: 3.5rem; - } - - .md\:right-14 { - right: 3.5rem; - } - - .md\:bottom-14 { - bottom: 3.5rem; - } - - .md\:left-14 { - left: 3.5rem; - } - - .md\:top-16 { - top: 4rem; - } - - .md\:right-16 { - right: 4rem; - } - - .md\:bottom-16 { - bottom: 4rem; - } - - .md\:left-16 { - left: 4rem; - } - - .md\:top-20 { - top: 5rem; - } - - .md\:right-20 { - right: 5rem; - } - - .md\:bottom-20 { - bottom: 5rem; - } - - .md\:left-20 { - left: 5rem; - } - - .md\:top-22 { - top: 5.625rem; - } - - .md\:right-22 { - right: 5.625rem; - } - - .md\:bottom-22 { - bottom: 5.625rem; - } - - .md\:left-22 { - left: 5.625rem; - } - - .md\:top-24 { - top: 6rem; - } - - .md\:right-24 { - right: 6rem; - } - - .md\:bottom-24 { - bottom: 6rem; - } - - .md\:left-24 { - left: 6rem; - } - - .md\:top-28 { - top: 7rem; - } - - .md\:right-28 { - right: 7rem; - } - - .md\:bottom-28 { - bottom: 7rem; - } - - .md\:left-28 { - left: 7rem; - } - - .md\:top-32 { - top: 8rem; - } - - .md\:right-32 { - right: 8rem; - } - - .md\:bottom-32 { - bottom: 8rem; - } - - .md\:left-32 { - left: 8rem; - } - - .md\:top-36 { - top: 9rem; - } - - .md\:right-36 { - right: 9rem; - } - - .md\:bottom-36 { - bottom: 9rem; - } - - .md\:left-36 { - left: 9rem; - } - - .md\:top-40 { - top: 10rem; - } - - .md\:right-40 { - right: 10rem; - } - - .md\:bottom-40 { - bottom: 10rem; - } - - .md\:left-40 { - left: 10rem; - } - - .md\:top-44 { - top: 11rem; - } - - .md\:right-44 { - right: 11rem; - } - - .md\:bottom-44 { - bottom: 11rem; - } - - .md\:left-44 { - left: 11rem; - } - - .md\:top-48 { - top: 12rem; - } - - .md\:right-48 { - right: 12rem; - } - - .md\:bottom-48 { - bottom: 12rem; - } - - .md\:left-48 { - left: 12rem; - } - - .md\:top-52 { - top: 13rem; - } - - .md\:right-52 { - right: 13rem; - } - - .md\:bottom-52 { - bottom: 13rem; - } - - .md\:left-52 { - left: 13rem; - } - - .md\:top-56 { - top: 14rem; - } - - .md\:right-56 { - right: 14rem; - } - - .md\:bottom-56 { - bottom: 14rem; - } - - .md\:left-56 { - left: 14rem; - } - - .md\:top-60 { - top: 240px; - } - - .md\:right-60 { - right: 240px; - } - - .md\:bottom-60 { - bottom: 240px; - } - - .md\:left-60 { - left: 240px; - } - - .md\:top-64 { - top: 16rem; - } - - .md\:right-64 { - right: 16rem; - } - - .md\:bottom-64 { - bottom: 16rem; - } - - .md\:left-64 { - left: 16rem; - } - - .md\:top-72 { - top: 18rem; - } - - .md\:right-72 { - right: 18rem; - } - - .md\:bottom-72 { - bottom: 18rem; - } - - .md\:left-72 { - left: 18rem; - } - - .md\:top-80 { - top: 20rem; - } - - .md\:right-80 { - right: 20rem; - } - - .md\:bottom-80 { - bottom: 20rem; - } - - .md\:left-80 { - left: 20rem; - } - - .md\:top-88 { - top: 22rem; - } - - .md\:right-88 { - right: 22rem; - } - - .md\:bottom-88 { - bottom: 22rem; - } - - .md\:left-88 { - left: 22rem; - } - - .md\:top-96 { - top: 24rem; - } - - .md\:right-96 { - right: 24rem; - } - - .md\:bottom-96 { - bottom: 24rem; - } - - .md\:left-96 { - left: 24rem; - } - - .md\:top-130 { - top: 560px; - } - - .md\:right-130 { - right: 560px; - } - - .md\:bottom-130 { - bottom: 560px; - } - - .md\:left-130 { - left: 560px; - } - - .md\:top-auto { - top: auto; - } - - .md\:right-auto { - right: auto; - } - - .md\:bottom-auto { - bottom: auto; - } - - .md\:left-auto { - left: auto; - } - - .md\:top-px { - top: 1px; - } - - .md\:right-px { - right: 1px; - } - - .md\:bottom-px { - bottom: 1px; - } - - .md\:left-px { - left: 1px; - } - - .md\:top-0\.5 { - top: 0.125rem; - } - - .md\:right-0\.5 { - right: 0.125rem; - } - - .md\:bottom-0\.5 { - bottom: 0.125rem; - } - - .md\:left-0\.5 { - left: 0.125rem; - } - - .md\:top-1\.5 { - top: 0.375rem; - } - - .md\:right-1\.5 { - right: 0.375rem; - } - - .md\:bottom-1\.5 { - bottom: 0.375rem; - } - - .md\:left-1\.5 { - left: 0.375rem; - } - - .md\:top-2\.5 { - top: 0.625rem; - } - - .md\:right-2\.5 { - right: 0.625rem; - } - - .md\:bottom-2\.5 { - bottom: 0.625rem; - } - - .md\:left-2\.5 { - left: 0.625rem; - } - - .md\:top-3\.5 { - top: 0.875rem; - } - - .md\:right-3\.5 { - right: 0.875rem; - } - - .md\:bottom-3\.5 { - bottom: 0.875rem; - } - - .md\:left-3\.5 { - left: 0.875rem; - } - - .md\:-top-0 { - top: 0px; - } - - .md\:-right-0 { - right: 0px; - } - - .md\:-bottom-0 { - bottom: 0px; - } - - .md\:-left-0 { - left: 0px; - } - - .md\:-top-1 { - top: -0.25rem; - } - - .md\:-right-1 { - right: -0.25rem; - } - - .md\:-bottom-1 { - bottom: -0.25rem; - } - - .md\:-left-1 { - left: -0.25rem; - } - - .md\:-top-2 { - top: -0.5rem; - } - - .md\:-right-2 { - right: -0.5rem; - } - - .md\:-bottom-2 { - bottom: -0.5rem; - } - - .md\:-left-2 { - left: -0.5rem; - } - - .md\:-top-3 { - top: -0.75rem; - } - - .md\:-right-3 { - right: -0.75rem; - } - - .md\:-bottom-3 { - bottom: -0.75rem; - } - - .md\:-left-3 { - left: -0.75rem; - } - - .md\:-top-4 { - top: -1rem; - } - - .md\:-right-4 { - right: -1rem; - } - - .md\:-bottom-4 { - bottom: -1rem; - } - - .md\:-left-4 { - left: -1rem; - } - - .md\:-top-5 { - top: -1.25rem; - } - - .md\:-right-5 { - right: -1.25rem; - } - - .md\:-bottom-5 { - bottom: -1.25rem; - } - - .md\:-left-5 { - left: -1.25rem; - } - - .md\:-top-6 { - top: -1.5rem; - } - - .md\:-right-6 { - right: -1.5rem; - } - - .md\:-bottom-6 { - bottom: -1.5rem; - } - - .md\:-left-6 { - left: -1.5rem; - } - - .md\:-top-7 { - top: -1.75rem; - } - - .md\:-right-7 { - right: -1.75rem; - } - - .md\:-bottom-7 { - bottom: -1.75rem; - } - - .md\:-left-7 { - left: -1.75rem; - } - - .md\:-top-8 { - top: -2rem; - } - - .md\:-right-8 { - right: -2rem; - } - - .md\:-bottom-8 { - bottom: -2rem; - } - - .md\:-left-8 { - left: -2rem; - } - - .md\:-top-9 { - top: -2.25rem; - } - - .md\:-right-9 { - right: -2.25rem; - } - - .md\:-bottom-9 { - bottom: -2.25rem; - } - - .md\:-left-9 { - left: -2.25rem; - } - - .md\:-top-10 { - top: -2.5rem; - } - - .md\:-right-10 { - right: -2.5rem; - } - - .md\:-bottom-10 { - bottom: -2.5rem; - } - - .md\:-left-10 { - left: -2.5rem; - } - - .md\:-top-11 { - top: -2.75rem; - } - - .md\:-right-11 { - right: -2.75rem; - } - - .md\:-bottom-11 { - bottom: -2.75rem; - } - - .md\:-left-11 { - left: -2.75rem; - } - - .md\:-top-12 { - top: -3rem; - } - - .md\:-right-12 { - right: -3rem; - } - - .md\:-bottom-12 { - bottom: -3rem; - } - - .md\:-left-12 { - left: -3rem; - } - - .md\:-top-14 { - top: -3.5rem; - } - - .md\:-right-14 { - right: -3.5rem; - } - - .md\:-bottom-14 { - bottom: -3.5rem; - } - - .md\:-left-14 { - left: -3.5rem; - } - - .md\:-top-16 { - top: -4rem; - } - - .md\:-right-16 { - right: -4rem; - } - - .md\:-bottom-16 { - bottom: -4rem; - } - - .md\:-left-16 { - left: -4rem; - } - - .md\:-top-20 { - top: -5rem; - } - - .md\:-right-20 { - right: -5rem; - } - - .md\:-bottom-20 { - bottom: -5rem; - } - - .md\:-left-20 { - left: -5rem; - } - - .md\:-top-22 { - top: -5.625rem; - } - - .md\:-right-22 { - right: -5.625rem; - } - - .md\:-bottom-22 { - bottom: -5.625rem; - } - - .md\:-left-22 { - left: -5.625rem; - } - - .md\:-top-24 { - top: -6rem; - } - - .md\:-right-24 { - right: -6rem; - } - - .md\:-bottom-24 { - bottom: -6rem; - } - - .md\:-left-24 { - left: -6rem; - } - - .md\:-top-28 { - top: -7rem; - } - - .md\:-right-28 { - right: -7rem; - } - - .md\:-bottom-28 { - bottom: -7rem; - } - - .md\:-left-28 { - left: -7rem; - } - - .md\:-top-32 { - top: -8rem; - } - - .md\:-right-32 { - right: -8rem; - } - - .md\:-bottom-32 { - bottom: -8rem; - } - - .md\:-left-32 { - left: -8rem; - } - - .md\:-top-36 { - top: -9rem; - } - - .md\:-right-36 { - right: -9rem; - } - - .md\:-bottom-36 { - bottom: -9rem; - } - - .md\:-left-36 { - left: -9rem; - } - - .md\:-top-40 { - top: -10rem; - } - - .md\:-right-40 { - right: -10rem; - } - - .md\:-bottom-40 { - bottom: -10rem; - } - - .md\:-left-40 { - left: -10rem; - } - - .md\:-top-44 { - top: -11rem; - } - - .md\:-right-44 { - right: -11rem; - } - - .md\:-bottom-44 { - bottom: -11rem; - } - - .md\:-left-44 { - left: -11rem; - } - - .md\:-top-48 { - top: -12rem; - } - - .md\:-right-48 { - right: -12rem; - } - - .md\:-bottom-48 { - bottom: -12rem; - } - - .md\:-left-48 { - left: -12rem; - } - - .md\:-top-52 { - top: -13rem; - } - - .md\:-right-52 { - right: -13rem; - } - - .md\:-bottom-52 { - bottom: -13rem; - } - - .md\:-left-52 { - left: -13rem; - } - - .md\:-top-56 { - top: -14rem; - } - - .md\:-right-56 { - right: -14rem; - } - - .md\:-bottom-56 { - bottom: -14rem; - } - - .md\:-left-56 { - left: -14rem; - } - - .md\:-top-60 { - top: -240px; - } - - .md\:-right-60 { - right: -240px; - } - - .md\:-bottom-60 { - bottom: -240px; - } - - .md\:-left-60 { - left: -240px; - } - - .md\:-top-64 { - top: -16rem; - } - - .md\:-right-64 { - right: -16rem; - } - - .md\:-bottom-64 { - bottom: -16rem; - } - - .md\:-left-64 { - left: -16rem; - } - - .md\:-top-72 { - top: -18rem; - } - - .md\:-right-72 { - right: -18rem; - } - - .md\:-bottom-72 { - bottom: -18rem; - } - - .md\:-left-72 { - left: -18rem; - } - - .md\:-top-80 { - top: -20rem; - } - - .md\:-right-80 { - right: -20rem; - } - - .md\:-bottom-80 { - bottom: -20rem; - } - - .md\:-left-80 { - left: -20rem; - } - - .md\:-top-88 { - top: -22rem; - } - - .md\:-right-88 { - right: -22rem; - } - - .md\:-bottom-88 { - bottom: -22rem; - } - - .md\:-left-88 { - left: -22rem; - } - - .md\:-top-96 { - top: -24rem; - } - - .md\:-right-96 { - right: -24rem; - } - - .md\:-bottom-96 { - bottom: -24rem; - } - - .md\:-left-96 { - left: -24rem; - } - - .md\:-top-130 { - top: -560px; - } - - .md\:-right-130 { - right: -560px; - } - - .md\:-bottom-130 { - bottom: -560px; - } - - .md\:-left-130 { - left: -560px; - } - - .md\:-top-px { - top: -1px; - } - - .md\:-right-px { - right: -1px; - } - - .md\:-bottom-px { - bottom: -1px; - } - - .md\:-left-px { - left: -1px; - } - - .md\:-top-0\.5 { - top: -0.125rem; - } - - .md\:-right-0\.5 { - right: -0.125rem; - } - - .md\:-bottom-0\.5 { - bottom: -0.125rem; - } - - .md\:-left-0\.5 { - left: -0.125rem; - } - - .md\:-top-1\.5 { - top: -0.375rem; - } - - .md\:-right-1\.5 { - right: -0.375rem; - } - - .md\:-bottom-1\.5 { - bottom: -0.375rem; - } - - .md\:-left-1\.5 { - left: -0.375rem; - } - - .md\:-top-2\.5 { - top: -0.625rem; - } - - .md\:-right-2\.5 { - right: -0.625rem; - } - - .md\:-bottom-2\.5 { - bottom: -0.625rem; - } - - .md\:-left-2\.5 { - left: -0.625rem; - } - - .md\:-top-3\.5 { - top: -0.875rem; - } - - .md\:-right-3\.5 { - right: -0.875rem; - } - - .md\:-bottom-3\.5 { - bottom: -0.875rem; - } - - .md\:-left-3\.5 { - left: -0.875rem; - } - - .md\:top-1\/2 { - top: 50%; - } - - .md\:right-1\/2 { - right: 50%; - } - - .md\:bottom-1\/2 { - bottom: 50%; - } - - .md\:left-1\/2 { - left: 50%; - } - - .md\:top-1\/3 { - top: 33.333333%; - } - - .md\:right-1\/3 { - right: 33.333333%; - } - - .md\:bottom-1\/3 { - bottom: 33.333333%; - } - - .md\:left-1\/3 { - left: 33.333333%; - } - - .md\:top-2\/3 { - top: 66.666667%; - } - - .md\:right-2\/3 { - right: 66.666667%; - } - - .md\:bottom-2\/3 { - bottom: 66.666667%; - } - - .md\:left-2\/3 { - left: 66.666667%; - } - - .md\:top-1\/4 { - top: 25%; - } - - .md\:right-1\/4 { - right: 25%; - } - - .md\:bottom-1\/4 { - bottom: 25%; - } - - .md\:left-1\/4 { - left: 25%; - } - - .md\:top-2\/4 { - top: 50%; - } - - .md\:right-2\/4 { - right: 50%; - } - - .md\:bottom-2\/4 { - bottom: 50%; - } - - .md\:left-2\/4 { - left: 50%; - } - - .md\:top-3\/4 { - top: 75%; - } - - .md\:right-3\/4 { - right: 75%; - } - - .md\:bottom-3\/4 { - bottom: 75%; - } - - .md\:left-3\/4 { - left: 75%; - } - - .md\:top-full { - top: 100%; - } - - .md\:right-full { - right: 100%; - } - - .md\:bottom-full { - bottom: 100%; - } - - .md\:left-full { - left: 100%; - } - - .md\:-top-1\/2 { - top: -50%; - } - - .md\:-right-1\/2 { - right: -50%; - } - - .md\:-bottom-1\/2 { - bottom: -50%; - } - - .md\:-left-1\/2 { - left: -50%; - } - - .md\:-top-1\/3 { - top: -33.333333%; - } - - .md\:-right-1\/3 { - right: -33.333333%; - } - - .md\:-bottom-1\/3 { - bottom: -33.333333%; - } - - .md\:-left-1\/3 { - left: -33.333333%; - } - - .md\:-top-2\/3 { - top: -66.666667%; - } - - .md\:-right-2\/3 { - right: -66.666667%; - } - - .md\:-bottom-2\/3 { - bottom: -66.666667%; - } - - .md\:-left-2\/3 { - left: -66.666667%; - } - - .md\:-top-1\/4 { - top: -25%; - } - - .md\:-right-1\/4 { - right: -25%; - } - - .md\:-bottom-1\/4 { - bottom: -25%; - } - - .md\:-left-1\/4 { - left: -25%; - } - - .md\:-top-2\/4 { - top: -50%; - } - - .md\:-right-2\/4 { - right: -50%; - } - - .md\:-bottom-2\/4 { - bottom: -50%; - } - - .md\:-left-2\/4 { - left: -50%; - } - - .md\:-top-3\/4 { - top: -75%; - } - - .md\:-right-3\/4 { - right: -75%; - } - - .md\:-bottom-3\/4 { - bottom: -75%; - } - - .md\:-left-3\/4 { - left: -75%; - } - - .md\:-top-full { - top: -100%; - } - - .md\:-right-full { - right: -100%; - } - - .md\:-bottom-full { - bottom: -100%; - } - - .md\:-left-full { - left: -100%; - } - - .md\:resize-none { - resize: none; - } - - .md\:resize-y { - resize: vertical; - } - - .md\:resize-x { - resize: horizontal; - } - - .md\:resize { - resize: both; - } - - .md\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:shadow-md { - --tw-shadow: 0 4px 6px -1px 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); - } - - .md\: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); - } - - .md\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:shadow-none { - --tw-shadow: 0 0 #0000; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:hover\:shadow-sm:hover { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:hover\:shadow:hover { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:hover\:shadow-md:hover { - --tw-shadow: 0 4px 6px -1px 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); - } - - .md\:hover\:shadow-lg:hover { - --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); - } - - .md\:hover\:shadow-xl:hover { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:hover\:shadow-2xl:hover { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:hover\:shadow-inner:hover { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:hover\:shadow-none:hover { - --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); - } - - .md\:focus\:shadow-sm:focus { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:focus\:shadow:focus { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:focus\:shadow-md:focus { - --tw-shadow: 0 4px 6px -1px 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); - } - - .md\:focus\:shadow-lg:focus { - --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); - } - - .md\:focus\:shadow-xl:focus { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:focus\:shadow-2xl:focus { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:focus\:shadow-inner:focus { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\: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); - } - - .md\:active\:shadow-sm:active { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:active\:shadow:active { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:active\:shadow-md:active { - --tw-shadow: 0 4px 6px -1px 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); - } - - .md\:active\:shadow-lg:active { - --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); - } - - .md\:active\:shadow-xl:active { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:active\:shadow-2xl:active { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:active\:shadow-inner:active { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:active\:shadow-none:active { - --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); - } - - .group:hover .md\:group-hover\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .md\:group-hover\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .md\:group-hover\:shadow-md { - --tw-shadow: 0 4px 6px -1px 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); - } - - .group:hover .md\:group-hover\: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); - } - - .group:hover .md\:group-hover\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .md\:group-hover\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .md\:group-hover\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .md\:group-hover\:shadow-none { - --tw-shadow: 0 0 #0000; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .md\:ring-0 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .md\:ring-1 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .md\:ring-2 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .md\:ring-4 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .md\:ring-8 { - --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(8px + 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); - } - - .md\: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); - } - - .md\:ring-inset { - --tw-ring-inset: inset; - } - - .md\:focus-within\:ring-0:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .md\:focus-within\:ring-1:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .md\:focus-within\:ring-2:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .md\:focus-within\:ring-4:focus-within { - --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); - } - - .md\:focus-within\:ring-8:focus-within { - --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(8px + 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); - } - - .md\:focus-within\:ring:focus-within { - --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); - } - - .md\:focus-within\:ring-inset:focus-within { - --tw-ring-inset: inset; - } - - .md\:focus\:ring-0:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .md\:focus\:ring-1:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .md\:focus\:ring-2:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .md\:focus\:ring-4:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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); - } - - .md\:focus\:ring-8:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + 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); - } - - .md\:focus\:ring:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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); - } - - .md\:focus\:ring-inset:focus { - --tw-ring-inset: inset; - } - - .md\:ring-offset-transparent { - --tw-ring-offset-color: transparent; - } - - .md\:ring-offset-current { - --tw-ring-offset-color: currentColor; - } - - .md\:ring-offset-black { - --tw-ring-offset-color: #040405; - } - - .md\:ring-offset-white { - --tw-ring-offset-color: #fff; - } - - .md\:ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb; - } - - .md\:ring-offset-gray-100 { - --tw-ring-offset-color: #f7fafc; - } - - .md\:ring-offset-gray-200 { - --tw-ring-offset-color: #edf2f7; - } - - .md\:ring-offset-gray-300 { - --tw-ring-offset-color: #e2e8f0; - } - - .md\:ring-offset-gray-400 { - --tw-ring-offset-color: #cbd5e0; - } - - .md\:ring-offset-gray-500 { - --tw-ring-offset-color: #a0aec0; - } - - .md\:ring-offset-gray-600 { - --tw-ring-offset-color: #718096; - } - - .md\:ring-offset-gray-700 { - --tw-ring-offset-color: #4a5568; - } - - .md\:ring-offset-gray-800 { - --tw-ring-offset-color: #2d3748; - } - - .md\:ring-offset-gray-900 { - --tw-ring-offset-color: #1a202c; - } - - .md\:ring-offset-red-50 { - --tw-ring-offset-color: #fef2f2; - } - - .md\:ring-offset-red-100 { - --tw-ring-offset-color: #fee2e2; - } - - .md\:ring-offset-red-200 { - --tw-ring-offset-color: #fecaca; - } - - .md\:ring-offset-red-300 { - --tw-ring-offset-color: #fca5a5; - } - - .md\:ring-offset-red-400 { - --tw-ring-offset-color: #f87171; - } - - .md\:ring-offset-red-500 { - --tw-ring-offset-color: #ef4444; - } - - .md\:ring-offset-red-600 { - --tw-ring-offset-color: #dc2626; - } - - .md\:ring-offset-red-700 { - --tw-ring-offset-color: #b91c1c; - } - - .md\:ring-offset-red-800 { - --tw-ring-offset-color: #991b1b; - } - - .md\:ring-offset-red-900 { - --tw-ring-offset-color: #7f1d1d; - } - - .md\:ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb; - } - - .md\:ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7; - } - - .md\:ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a; - } - - .md\:ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d; - } - - .md\:ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24; - } - - .md\:ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b; - } - - .md\:ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706; - } - - .md\:ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309; - } - - .md\:ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e; - } - - .md\:ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f; - } - - .md\:ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5; - } - - .md\:ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5; - } - - .md\:ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0; - } - - .md\:ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7; - } - - .md\:ring-offset-green-400 { - --tw-ring-offset-color: #34d399; - } - - .md\:ring-offset-green-500 { - --tw-ring-offset-color: #10b981; - } - - .md\:ring-offset-green-600 { - --tw-ring-offset-color: #059669; - } - - .md\:ring-offset-green-700 { - --tw-ring-offset-color: #047857; - } - - .md\:ring-offset-green-800 { - --tw-ring-offset-color: #065f46; - } - - .md\:ring-offset-green-900 { - --tw-ring-offset-color: #064e3b; - } - - .md\:ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff; - } - - .md\:ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe; - } - - .md\:ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe; - } - - .md\:ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd; - } - - .md\:ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa; - } - - .md\:ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6; - } - - .md\:ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb; - } - - .md\:ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8; - } - - .md\:ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af; - } - - .md\:ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a; - } - - .md\:ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff; - } - - .md\:ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff; - } - - .md\:ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe; - } - - .md\:ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc; - } - - .md\:ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8; - } - - .md\:ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1; - } - - .md\:ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5; - } - - .md\:ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca; - } - - .md\:ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3; - } - - .md\:ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81; - } - - .md\:ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff; - } - - .md\:ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe; - } - - .md\:ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe; - } - - .md\:ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd; - } - - .md\:ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa; - } - - .md\:ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6; - } - - .md\:ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed; - } - - .md\:ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9; - } - - .md\:ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6; - } - - .md\:ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95; - } - - .md\:ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8; - } - - .md\:ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3; - } - - .md\:ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8; - } - - .md\:ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4; - } - - .md\:ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6; - } - - .md\:ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899; - } - - .md\:ring-offset-pink-600 { - --tw-ring-offset-color: #db2777; - } - - .md\:ring-offset-pink-700 { - --tw-ring-offset-color: #be185d; - } - - .md\:ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d; - } - - .md\:ring-offset-pink-900 { - --tw-ring-offset-color: #831843; - } - - .md\:ring-offset-primary-50 { - --tw-ring-offset-color: #F7F6FD; - } - - .md\:ring-offset-primary-100 { - --tw-ring-offset-color: #EEEEFB; - } - - .md\:ring-offset-primary-200 { - --tw-ring-offset-color: #D5D4F5; - } - - .md\:ring-offset-primary-300 { - --tw-ring-offset-color: #BCB9EF; - } - - .md\:ring-offset-primary-400 { - --tw-ring-offset-color: #8A85E4; - } - - .md\:ring-offset-primary-500 { - --tw-ring-offset-color: #5851D8; - } - - .md\:ring-offset-primary-600 { - --tw-ring-offset-color: #4F49C2; - } - - .md\:ring-offset-primary-700 { - --tw-ring-offset-color: #353182; - } - - .md\:ring-offset-primary-800 { - --tw-ring-offset-color: #282461; - } - - .md\:ring-offset-primary-900 { - --tw-ring-offset-color: #1A1841; - } - - .md\:ring-offset-danger { - --tw-ring-offset-color: #FB7178; - } - - .md\:ring-offset-success { - --tw-ring-offset-color: #00C99C; - } - - .md\:ring-offset-warning { - --tw-ring-offset-color: #F3AF4E; - } - - .md\:ring-offset-info { - --tw-ring-offset-color: #15B2EC; - } - - .md\:focus-within\:ring-offset-transparent:focus-within { - --tw-ring-offset-color: transparent; - } - - .md\:focus-within\:ring-offset-current:focus-within { - --tw-ring-offset-color: currentColor; - } - - .md\:focus-within\:ring-offset-black:focus-within { - --tw-ring-offset-color: #040405; - } - - .md\:focus-within\:ring-offset-white:focus-within { - --tw-ring-offset-color: #fff; - } - - .md\:focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb; - } - - .md\:focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f7fafc; - } - - .md\:focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #edf2f7; - } - - .md\:focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #e2e8f0; - } - - .md\:focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #cbd5e0; - } - - .md\:focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #a0aec0; - } - - .md\:focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #718096; - } - - .md\:focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #4a5568; - } - - .md\:focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #2d3748; - } - - .md\:focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #1a202c; - } - - .md\:focus-within\:ring-offset-red-50:focus-within { - --tw-ring-offset-color: #fef2f2; - } - - .md\:focus-within\:ring-offset-red-100:focus-within { - --tw-ring-offset-color: #fee2e2; - } - - .md\:focus-within\:ring-offset-red-200:focus-within { - --tw-ring-offset-color: #fecaca; - } - - .md\:focus-within\:ring-offset-red-300:focus-within { - --tw-ring-offset-color: #fca5a5; - } - - .md\:focus-within\:ring-offset-red-400:focus-within { - --tw-ring-offset-color: #f87171; - } - - .md\:focus-within\:ring-offset-red-500:focus-within { - --tw-ring-offset-color: #ef4444; - } - - .md\:focus-within\:ring-offset-red-600:focus-within { - --tw-ring-offset-color: #dc2626; - } - - .md\:focus-within\:ring-offset-red-700:focus-within { - --tw-ring-offset-color: #b91c1c; - } - - .md\:focus-within\:ring-offset-red-800:focus-within { - --tw-ring-offset-color: #991b1b; - } - - .md\:focus-within\:ring-offset-red-900:focus-within { - --tw-ring-offset-color: #7f1d1d; - } - - .md\:focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb; - } - - .md\:focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7; - } - - .md\:focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a; - } - - .md\:focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d; - } - - .md\:focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24; - } - - .md\:focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b; - } - - .md\:focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706; - } - - .md\:focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309; - } - - .md\:focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e; - } - - .md\:focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f; - } - - .md\:focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5; - } - - .md\:focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5; - } - - .md\:focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0; - } - - .md\:focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7; - } - - .md\:focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399; - } - - .md\:focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981; - } - - .md\:focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669; - } - - .md\:focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857; - } - - .md\:focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46; - } - - .md\:focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b; - } - - .md\:focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff; - } - - .md\:focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe; - } - - .md\:focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe; - } - - .md\:focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd; - } - - .md\:focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa; - } - - .md\:focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6; - } - - .md\:focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb; - } - - .md\:focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8; - } - - .md\:focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af; - } - - .md\:focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a; - } - - .md\:focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff; - } - - .md\:focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff; - } - - .md\:focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe; - } - - .md\:focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc; - } - - .md\:focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8; - } - - .md\:focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1; - } - - .md\:focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5; - } - - .md\:focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca; - } - - .md\:focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3; - } - - .md\:focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81; - } - - .md\:focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff; - } - - .md\:focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe; - } - - .md\:focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe; - } - - .md\:focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd; - } - - .md\:focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa; - } - - .md\:focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6; - } - - .md\:focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed; - } - - .md\:focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9; - } - - .md\:focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6; - } - - .md\:focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95; - } - - .md\:focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8; - } - - .md\:focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3; - } - - .md\:focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8; - } - - .md\:focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4; - } - - .md\:focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6; - } - - .md\:focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899; - } - - .md\:focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777; - } - - .md\:focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d; - } - - .md\:focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d; - } - - .md\:focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843; - } - - .md\:focus-within\:ring-offset-primary-50:focus-within { - --tw-ring-offset-color: #F7F6FD; - } - - .md\:focus-within\:ring-offset-primary-100:focus-within { - --tw-ring-offset-color: #EEEEFB; - } - - .md\:focus-within\:ring-offset-primary-200:focus-within { - --tw-ring-offset-color: #D5D4F5; - } - - .md\:focus-within\:ring-offset-primary-300:focus-within { - --tw-ring-offset-color: #BCB9EF; - } - - .md\:focus-within\:ring-offset-primary-400:focus-within { - --tw-ring-offset-color: #8A85E4; - } - - .md\:focus-within\:ring-offset-primary-500:focus-within { - --tw-ring-offset-color: #5851D8; - } - - .md\:focus-within\:ring-offset-primary-600:focus-within { - --tw-ring-offset-color: #4F49C2; - } - - .md\:focus-within\:ring-offset-primary-700:focus-within { - --tw-ring-offset-color: #353182; - } - - .md\:focus-within\:ring-offset-primary-800:focus-within { - --tw-ring-offset-color: #282461; - } - - .md\:focus-within\:ring-offset-primary-900:focus-within { - --tw-ring-offset-color: #1A1841; - } - - .md\:focus-within\:ring-offset-danger:focus-within { - --tw-ring-offset-color: #FB7178; - } - - .md\:focus-within\:ring-offset-success:focus-within { - --tw-ring-offset-color: #00C99C; - } - - .md\:focus-within\:ring-offset-warning:focus-within { - --tw-ring-offset-color: #F3AF4E; - } - - .md\:focus-within\:ring-offset-info:focus-within { - --tw-ring-offset-color: #15B2EC; - } - - .md\:focus\:ring-offset-transparent:focus { - --tw-ring-offset-color: transparent; - } - - .md\:focus\:ring-offset-current:focus { - --tw-ring-offset-color: currentColor; - } - - .md\:focus\:ring-offset-black:focus { - --tw-ring-offset-color: #040405; - } - - .md\:focus\:ring-offset-white:focus { - --tw-ring-offset-color: #fff; - } - - .md\:focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb; - } - - .md\:focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f7fafc; - } - - .md\:focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #edf2f7; - } - - .md\:focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #e2e8f0; - } - - .md\:focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #cbd5e0; - } - - .md\:focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #a0aec0; - } - - .md\:focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #718096; - } - - .md\:focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #4a5568; - } - - .md\:focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #2d3748; - } - - .md\:focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #1a202c; - } - - .md\:focus\:ring-offset-red-50:focus { - --tw-ring-offset-color: #fef2f2; - } - - .md\:focus\:ring-offset-red-100:focus { - --tw-ring-offset-color: #fee2e2; - } - - .md\:focus\:ring-offset-red-200:focus { - --tw-ring-offset-color: #fecaca; - } - - .md\:focus\:ring-offset-red-300:focus { - --tw-ring-offset-color: #fca5a5; - } - - .md\:focus\:ring-offset-red-400:focus { - --tw-ring-offset-color: #f87171; - } - - .md\:focus\:ring-offset-red-500:focus { - --tw-ring-offset-color: #ef4444; - } - - .md\:focus\:ring-offset-red-600:focus { - --tw-ring-offset-color: #dc2626; - } - - .md\:focus\:ring-offset-red-700:focus { - --tw-ring-offset-color: #b91c1c; - } - - .md\:focus\:ring-offset-red-800:focus { - --tw-ring-offset-color: #991b1b; - } - - .md\:focus\:ring-offset-red-900:focus { - --tw-ring-offset-color: #7f1d1d; - } - - .md\:focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb; - } - - .md\:focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7; - } - - .md\:focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a; - } - - .md\:focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d; - } - - .md\:focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24; - } - - .md\:focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b; - } - - .md\:focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706; - } - - .md\:focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309; - } - - .md\:focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e; - } - - .md\:focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f; - } - - .md\:focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5; - } - - .md\:focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5; - } - - .md\:focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0; - } - - .md\:focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7; - } - - .md\:focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399; - } - - .md\:focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981; - } - - .md\:focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669; - } - - .md\:focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857; - } - - .md\:focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46; - } - - .md\:focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b; - } - - .md\:focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff; - } - - .md\:focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe; - } - - .md\:focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe; - } - - .md\:focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd; - } - - .md\:focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa; - } - - .md\:focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6; - } - - .md\:focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb; - } - - .md\:focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8; - } - - .md\:focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af; - } - - .md\:focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a; - } - - .md\:focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff; - } - - .md\:focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff; - } - - .md\:focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe; - } - - .md\:focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc; - } - - .md\:focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8; - } - - .md\:focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1; - } - - .md\:focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5; - } - - .md\:focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca; - } - - .md\:focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3; - } - - .md\:focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81; - } - - .md\:focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff; - } - - .md\:focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe; - } - - .md\:focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe; - } - - .md\:focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd; - } - - .md\:focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa; - } - - .md\:focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6; - } - - .md\:focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed; - } - - .md\:focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9; - } - - .md\:focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6; - } - - .md\:focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95; - } - - .md\:focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8; - } - - .md\:focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3; - } - - .md\:focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8; - } - - .md\:focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4; - } - - .md\:focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6; - } - - .md\:focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899; - } - - .md\:focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777; - } - - .md\:focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d; - } - - .md\:focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d; - } - - .md\:focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843; - } - - .md\:focus\:ring-offset-primary-50:focus { - --tw-ring-offset-color: #F7F6FD; - } - - .md\:focus\:ring-offset-primary-100:focus { - --tw-ring-offset-color: #EEEEFB; - } - - .md\:focus\:ring-offset-primary-200:focus { - --tw-ring-offset-color: #D5D4F5; - } - - .md\:focus\:ring-offset-primary-300:focus { - --tw-ring-offset-color: #BCB9EF; - } - - .md\:focus\:ring-offset-primary-400:focus { - --tw-ring-offset-color: #8A85E4; - } - - .md\:focus\:ring-offset-primary-500:focus { - --tw-ring-offset-color: #5851D8; - } - - .md\:focus\:ring-offset-primary-600:focus { - --tw-ring-offset-color: #4F49C2; - } - - .md\:focus\:ring-offset-primary-700:focus { - --tw-ring-offset-color: #353182; - } - - .md\:focus\:ring-offset-primary-800:focus { - --tw-ring-offset-color: #282461; - } - - .md\:focus\:ring-offset-primary-900:focus { - --tw-ring-offset-color: #1A1841; - } - - .md\:focus\:ring-offset-danger:focus { - --tw-ring-offset-color: #FB7178; - } - - .md\:focus\:ring-offset-success:focus { - --tw-ring-offset-color: #00C99C; - } - - .md\:focus\:ring-offset-warning:focus { - --tw-ring-offset-color: #F3AF4E; - } - - .md\:focus\:ring-offset-info:focus { - --tw-ring-offset-color: #15B2EC; - } - - .md\:ring-offset-0 { - --tw-ring-offset-width: 0px; - } - - .md\:ring-offset-1 { - --tw-ring-offset-width: 1px; - } - - .md\:ring-offset-2 { - --tw-ring-offset-width: 2px; - } - - .md\:ring-offset-4 { - --tw-ring-offset-width: 4px; - } - - .md\:ring-offset-8 { - --tw-ring-offset-width: 8px; - } - - .md\:focus-within\:ring-offset-0:focus-within { - --tw-ring-offset-width: 0px; - } - - .md\:focus-within\:ring-offset-1:focus-within { - --tw-ring-offset-width: 1px; - } - - .md\:focus-within\:ring-offset-2:focus-within { - --tw-ring-offset-width: 2px; - } - - .md\:focus-within\:ring-offset-4:focus-within { - --tw-ring-offset-width: 4px; - } - - .md\:focus-within\:ring-offset-8:focus-within { - --tw-ring-offset-width: 8px; - } - - .md\:focus\:ring-offset-0:focus { - --tw-ring-offset-width: 0px; - } - - .md\:focus\:ring-offset-1:focus { - --tw-ring-offset-width: 1px; - } - - .md\:focus\:ring-offset-2:focus { - --tw-ring-offset-width: 2px; - } - - .md\:focus\:ring-offset-4:focus { - --tw-ring-offset-width: 4px; - } - - .md\:focus\:ring-offset-8:focus { - --tw-ring-offset-width: 8px; - } - - .md\:ring-transparent { - --tw-ring-color: transparent; - } - - .md\:ring-current { - --tw-ring-color: currentColor; - } - - .md\:ring-black { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); - } - - .md\:ring-white { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); - } - - .md\:ring-gray-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .md\:ring-gray-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); - } - - .md\:ring-gray-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); - } - - .md\:ring-gray-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); - } - - .md\:ring-gray-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); - } - - .md\:ring-gray-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); - } - - .md\:ring-gray-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); - } - - .md\:ring-gray-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); - } - - .md\:ring-gray-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); - } - - .md\:ring-gray-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); - } - - .md\:ring-red-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); - } - - .md\:ring-red-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); - } - - .md\:ring-red-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); - } - - .md\:ring-red-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); - } - - .md\:ring-red-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); - } - - .md\:ring-red-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); - } - - .md\:ring-red-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); - } - - .md\:ring-red-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); - } - - .md\:ring-red-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); - } - - .md\:ring-red-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); - } - - .md\:ring-yellow-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); - } - - .md\:ring-yellow-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); - } - - .md\:ring-yellow-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); - } - - .md\:ring-yellow-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); - } - - .md\:ring-yellow-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); - } - - .md\:ring-yellow-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); - } - - .md\:ring-yellow-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); - } - - .md\:ring-yellow-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); - } - - .md\:ring-yellow-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); - } - - .md\:ring-yellow-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); - } - - .md\:ring-green-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); - } - - .md\:ring-green-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); - } - - .md\:ring-green-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); - } - - .md\:ring-green-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); - } - - .md\:ring-green-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); - } - - .md\:ring-green-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); - } - - .md\:ring-green-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); - } - - .md\:ring-green-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); - } - - .md\:ring-green-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); - } - - .md\:ring-green-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); - } - - .md\:ring-blue-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); - } - - .md\:ring-blue-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); - } - - .md\:ring-blue-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); - } - - .md\:ring-blue-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); - } - - .md\:ring-blue-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); - } - - .md\:ring-blue-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); - } - - .md\:ring-blue-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); - } - - .md\:ring-blue-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); - } - - .md\:ring-blue-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); - } - - .md\:ring-blue-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .md\:ring-indigo-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); - } - - .md\:ring-indigo-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .md\:ring-indigo-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); - } - - .md\:ring-indigo-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); - } - - .md\:ring-indigo-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); - } - - .md\:ring-indigo-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); - } - - .md\:ring-indigo-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); - } - - .md\:ring-indigo-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); - } - - .md\:ring-indigo-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); - } - - .md\:ring-indigo-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .md\:ring-purple-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .md\:ring-purple-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .md\:ring-purple-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .md\:ring-purple-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .md\:ring-purple-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .md\:ring-purple-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .md\:ring-purple-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .md\:ring-purple-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .md\:ring-purple-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .md\:ring-purple-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .md\:ring-pink-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .md\:ring-pink-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .md\:ring-pink-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .md\:ring-pink-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .md\:ring-pink-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .md\:ring-pink-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .md\:ring-pink-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .md\:ring-pink-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .md\:ring-pink-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .md\:ring-pink-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); - } - - .md\:ring-primary-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); - } - - .md\:ring-primary-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); - } - - .md\:ring-primary-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); - } - - .md\:ring-primary-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); - } - - .md\:ring-primary-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); - } - - .md\:ring-primary-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); - } - - .md\:ring-primary-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); - } - - .md\:ring-primary-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); - } - - .md\:ring-primary-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); - } - - .md\:ring-primary-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); - } - - .md\:ring-danger { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); - } - - .md\:ring-success { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); - } - - .md\:ring-warning { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); - } - - .md\:ring-info { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-transparent:focus-within { - --tw-ring-color: transparent; - } - - .md\:focus-within\:ring-current:focus-within { - --tw-ring-color: currentColor; - } - - .md\:focus-within\:ring-black:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-white:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-red-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-red-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-red-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-red-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-red-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-red-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-red-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-red-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-red-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-red-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-yellow-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-yellow-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-yellow-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-yellow-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-yellow-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-yellow-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-yellow-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-yellow-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-yellow-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-yellow-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-green-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-green-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-green-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-green-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-green-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-green-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-green-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-green-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-green-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-green-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-blue-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-blue-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-blue-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-blue-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-blue-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-blue-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-blue-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-blue-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-blue-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-blue-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-indigo-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-indigo-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-indigo-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-indigo-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-indigo-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-indigo-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-indigo-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-indigo-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-primary-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-primary-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-primary-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-primary-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-primary-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-primary-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-primary-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-primary-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-primary-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-primary-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-danger:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-success:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-warning:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-info:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-transparent:focus { - --tw-ring-color: transparent; - } - - .md\:focus\:ring-current:focus { - --tw-ring-color: currentColor; - } - - .md\:focus\:ring-black:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-white:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-red-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-red-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-red-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-red-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-red-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-red-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-red-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-red-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-red-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-red-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-yellow-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-yellow-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-yellow-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-yellow-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-yellow-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-yellow-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-yellow-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-yellow-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-yellow-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-yellow-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-green-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-green-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-green-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-green-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-green-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-green-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-green-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-green-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-green-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-green-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-blue-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-blue-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-blue-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-blue-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-blue-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-blue-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-blue-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-blue-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-blue-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-blue-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-indigo-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-indigo-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-indigo-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-indigo-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-indigo-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-indigo-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-indigo-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-indigo-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-primary-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-primary-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-primary-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-primary-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-primary-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-primary-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-primary-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-primary-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-primary-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-primary-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-danger:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-success:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-warning:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-info:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); - } - - .md\:ring-opacity-0 { - --tw-ring-opacity: 0; - } - - .md\:ring-opacity-5 { - --tw-ring-opacity: 0.05; - } - - .md\:ring-opacity-10 { - --tw-ring-opacity: 0.1; - } - - .md\:ring-opacity-20 { - --tw-ring-opacity: 0.2; - } - - .md\:ring-opacity-25 { - --tw-ring-opacity: 0.25; - } - - .md\:ring-opacity-30 { - --tw-ring-opacity: 0.3; - } - - .md\:ring-opacity-40 { - --tw-ring-opacity: 0.4; - } - - .md\:ring-opacity-50 { - --tw-ring-opacity: 0.5; - } - - .md\:ring-opacity-60 { - --tw-ring-opacity: 0.6; - } - - .md\:ring-opacity-70 { - --tw-ring-opacity: 0.7; - } - - .md\:ring-opacity-75 { - --tw-ring-opacity: 0.75; - } - - .md\:ring-opacity-80 { - --tw-ring-opacity: 0.8; - } - - .md\:ring-opacity-90 { - --tw-ring-opacity: 0.9; - } - - .md\:ring-opacity-95 { - --tw-ring-opacity: 0.95; - } - - .md\:ring-opacity-100 { - --tw-ring-opacity: 1; - } - - .md\:focus-within\:ring-opacity-0:focus-within { - --tw-ring-opacity: 0; - } - - .md\:focus-within\:ring-opacity-5:focus-within { - --tw-ring-opacity: 0.05; - } - - .md\:focus-within\:ring-opacity-10:focus-within { - --tw-ring-opacity: 0.1; - } - - .md\:focus-within\:ring-opacity-20:focus-within { - --tw-ring-opacity: 0.2; - } - - .md\:focus-within\:ring-opacity-25:focus-within { - --tw-ring-opacity: 0.25; - } - - .md\:focus-within\:ring-opacity-30:focus-within { - --tw-ring-opacity: 0.3; - } - - .md\:focus-within\:ring-opacity-40:focus-within { - --tw-ring-opacity: 0.4; - } - - .md\:focus-within\:ring-opacity-50:focus-within { - --tw-ring-opacity: 0.5; - } - - .md\:focus-within\:ring-opacity-60:focus-within { - --tw-ring-opacity: 0.6; - } - - .md\:focus-within\:ring-opacity-70:focus-within { - --tw-ring-opacity: 0.7; - } - - .md\:focus-within\:ring-opacity-75:focus-within { - --tw-ring-opacity: 0.75; - } - - .md\:focus-within\:ring-opacity-80:focus-within { - --tw-ring-opacity: 0.8; - } - - .md\:focus-within\:ring-opacity-90:focus-within { - --tw-ring-opacity: 0.9; - } - - .md\:focus-within\:ring-opacity-95:focus-within { - --tw-ring-opacity: 0.95; - } - - .md\:focus-within\:ring-opacity-100:focus-within { - --tw-ring-opacity: 1; - } - - .md\:focus\:ring-opacity-0:focus { - --tw-ring-opacity: 0; - } - - .md\:focus\:ring-opacity-5:focus { - --tw-ring-opacity: 0.05; - } - - .md\:focus\:ring-opacity-10:focus { - --tw-ring-opacity: 0.1; - } - - .md\:focus\:ring-opacity-20:focus { - --tw-ring-opacity: 0.2; - } - - .md\:focus\:ring-opacity-25:focus { - --tw-ring-opacity: 0.25; - } - - .md\:focus\:ring-opacity-30:focus { - --tw-ring-opacity: 0.3; - } - - .md\:focus\:ring-opacity-40:focus { - --tw-ring-opacity: 0.4; - } - - .md\:focus\:ring-opacity-50:focus { - --tw-ring-opacity: 0.5; - } - - .md\:focus\:ring-opacity-60:focus { - --tw-ring-opacity: 0.6; - } - - .md\:focus\:ring-opacity-70:focus { - --tw-ring-opacity: 0.7; - } - - .md\:focus\:ring-opacity-75:focus { - --tw-ring-opacity: 0.75; - } - - .md\:focus\:ring-opacity-80:focus { - --tw-ring-opacity: 0.8; - } - - .md\:focus\:ring-opacity-90:focus { - --tw-ring-opacity: 0.9; - } - - .md\:focus\:ring-opacity-95:focus { - --tw-ring-opacity: 0.95; - } - - .md\:focus\:ring-opacity-100:focus { - --tw-ring-opacity: 1; - } - - .md\:fill-current { - fill: currentColor; - } - - .md\:stroke-current { - stroke: currentColor; - } - - .md\:stroke-0 { - stroke-width: 0; - } - - .md\:stroke-1 { - stroke-width: 1; - } - - .md\:stroke-2 { - stroke-width: 2; - } - - .md\:table-auto { - table-layout: auto; - } - - .md\:table-fixed { - table-layout: fixed; - } - - .md\:text-left { - text-align: left; - } - - .md\:text-center { - text-align: center; - } - - .md\:text-right { - text-align: right; - } - - .md\:text-justify { - text-align: justify; - } - - .md\:text-transparent { - color: transparent; - } - - .md\:text-current { - color: currentColor; - } - - .md\:text-black { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .md\:text-white { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .md\:text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .md\:text-gray-100 { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .md\:text-gray-200 { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .md\:text-gray-300 { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .md\:text-gray-400 { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .md\:text-gray-500 { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .md\:text-gray-600 { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .md\:text-gray-700 { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .md\:text-gray-800 { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .md\:text-gray-900 { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .md\:text-red-50 { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .md\:text-red-100 { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .md\:text-red-200 { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .md\:text-red-300 { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .md\:text-red-400 { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .md\:text-red-500 { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .md\:text-red-600 { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .md\:text-red-700 { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .md\:text-red-800 { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .md\:text-red-900 { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .md\:text-yellow-50 { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .md\:text-yellow-100 { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .md\:text-yellow-200 { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .md\:text-yellow-300 { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .md\:text-yellow-400 { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .md\:text-yellow-500 { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .md\:text-yellow-600 { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .md\:text-yellow-700 { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .md\:text-yellow-800 { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .md\:text-yellow-900 { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .md\:text-green-50 { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .md\:text-green-100 { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .md\:text-green-200 { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .md\:text-green-300 { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .md\:text-green-400 { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .md\:text-green-500 { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .md\:text-green-600 { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .md\:text-green-700 { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .md\:text-green-800 { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .md\:text-green-900 { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .md\:text-blue-50 { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .md\:text-blue-100 { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .md\:text-blue-200 { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .md\:text-blue-300 { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .md\:text-blue-400 { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .md\:text-blue-500 { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .md\:text-blue-600 { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .md\:text-blue-700 { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .md\:text-blue-800 { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .md\:text-blue-900 { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .md\:text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .md\:text-indigo-100 { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .md\:text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .md\:text-indigo-300 { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .md\:text-indigo-400 { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .md\:text-indigo-500 { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .md\:text-indigo-600 { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .md\:text-indigo-700 { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .md\:text-indigo-800 { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .md\:text-indigo-900 { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .md\:text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .md\:text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .md\:text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .md\:text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .md\:text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .md\:text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .md\:text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .md\:text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .md\:text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .md\:text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .md\:text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .md\:text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .md\:text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .md\:text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .md\:text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .md\:text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .md\:text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .md\:text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .md\:text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .md\:text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .md\:text-primary-50 { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .md\:text-primary-100 { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .md\:text-primary-200 { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .md\:text-primary-300 { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .md\:text-primary-400 { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .md\:text-primary-500 { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .md\:text-primary-600 { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .md\:text-primary-700 { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .md\:text-primary-800 { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .md\:text-primary-900 { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .md\:text-danger { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .md\:text-success { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .md\:text-warning { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .md\:text-info { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .md\:hover\:text-transparent:hover { - color: transparent; - } - - .md\:hover\:text-current:hover { - color: currentColor; - } - - .md\:hover\:text-black:hover { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .md\:hover\:text-white:hover { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-50:hover { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-100:hover { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-200:hover { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-300:hover { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-400:hover { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-500:hover { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-600:hover { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-700:hover { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-800:hover { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-900:hover { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .md\:hover\:text-red-50:hover { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .md\:hover\:text-red-100:hover { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .md\:hover\:text-red-200:hover { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .md\:hover\:text-red-300:hover { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .md\:hover\:text-red-400:hover { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .md\:hover\:text-red-500:hover { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .md\:hover\:text-red-600:hover { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .md\:hover\:text-red-700:hover { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .md\:hover\:text-red-800:hover { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .md\:hover\:text-red-900:hover { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .md\:hover\:text-yellow-50:hover { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .md\:hover\:text-yellow-100:hover { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .md\:hover\:text-yellow-200:hover { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .md\:hover\:text-yellow-300:hover { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .md\:hover\:text-yellow-400:hover { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .md\:hover\:text-yellow-500:hover { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .md\:hover\:text-yellow-600:hover { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .md\:hover\:text-yellow-700:hover { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .md\:hover\:text-yellow-800:hover { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .md\:hover\:text-yellow-900:hover { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .md\:hover\:text-green-50:hover { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .md\:hover\:text-green-100:hover { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .md\:hover\:text-green-200:hover { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .md\:hover\:text-green-300:hover { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .md\:hover\:text-green-400:hover { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .md\:hover\:text-green-500:hover { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .md\:hover\:text-green-600:hover { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .md\:hover\:text-green-700:hover { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .md\:hover\:text-green-800:hover { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .md\:hover\:text-green-900:hover { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .md\:hover\:text-blue-50:hover { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .md\:hover\:text-blue-100:hover { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .md\:hover\:text-blue-200:hover { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .md\:hover\:text-blue-300:hover { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .md\:hover\:text-blue-400:hover { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .md\:hover\:text-blue-500:hover { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .md\:hover\:text-blue-600:hover { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .md\:hover\:text-blue-700:hover { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .md\:hover\:text-blue-800:hover { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .md\:hover\:text-blue-900:hover { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .md\:hover\:text-indigo-50:hover { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .md\:hover\:text-indigo-100:hover { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .md\:hover\:text-indigo-200:hover { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .md\:hover\:text-indigo-300:hover { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .md\:hover\:text-indigo-400:hover { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .md\:hover\:text-indigo-500:hover { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .md\:hover\:text-indigo-600:hover { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .md\:hover\:text-indigo-700:hover { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .md\:hover\:text-indigo-800:hover { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .md\:hover\:text-indigo-900:hover { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-50:hover { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-100:hover { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-200:hover { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-300:hover { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-400:hover { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-500:hover { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-600:hover { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-700:hover { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-800:hover { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-900:hover { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-50:hover { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-100:hover { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-200:hover { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-300:hover { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-400:hover { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-500:hover { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-600:hover { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-700:hover { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-800:hover { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-900:hover { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .md\:hover\:text-primary-50:hover { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .md\:hover\:text-primary-100:hover { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .md\:hover\:text-primary-200:hover { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .md\:hover\:text-primary-300:hover { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .md\:hover\:text-primary-400:hover { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .md\:hover\:text-primary-500:hover { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .md\:hover\:text-primary-600:hover { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .md\:hover\:text-primary-700:hover { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .md\:hover\:text-primary-800:hover { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .md\:hover\:text-primary-900:hover { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .md\:hover\:text-danger:hover { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .md\:hover\:text-success:hover { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .md\:hover\:text-warning:hover { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .md\:hover\:text-info:hover { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .md\:focus\:text-transparent:focus { - color: transparent; - } - - .md\:focus\:text-current:focus { - color: currentColor; - } - - .md\:focus\:text-black:focus { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .md\:focus\:text-white:focus { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-50:focus { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-100:focus { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-200:focus { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-300:focus { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-400:focus { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-500:focus { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-600:focus { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-700:focus { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-800:focus { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-900:focus { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .md\:focus\:text-red-50:focus { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .md\:focus\:text-red-100:focus { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .md\:focus\:text-red-200:focus { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .md\:focus\:text-red-300:focus { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .md\:focus\:text-red-400:focus { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .md\:focus\:text-red-500:focus { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .md\:focus\:text-red-600:focus { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .md\:focus\:text-red-700:focus { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .md\:focus\:text-red-800:focus { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .md\:focus\:text-red-900:focus { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .md\:focus\:text-yellow-50:focus { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .md\:focus\:text-yellow-100:focus { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .md\:focus\:text-yellow-200:focus { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .md\:focus\:text-yellow-300:focus { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .md\:focus\:text-yellow-400:focus { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .md\:focus\:text-yellow-500:focus { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .md\:focus\:text-yellow-600:focus { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .md\:focus\:text-yellow-700:focus { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .md\:focus\:text-yellow-800:focus { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .md\:focus\:text-yellow-900:focus { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .md\:focus\:text-green-50:focus { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .md\:focus\:text-green-100:focus { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .md\:focus\:text-green-200:focus { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .md\:focus\:text-green-300:focus { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .md\:focus\:text-green-400:focus { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .md\:focus\:text-green-500:focus { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .md\:focus\:text-green-600:focus { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .md\:focus\:text-green-700:focus { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .md\:focus\:text-green-800:focus { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .md\:focus\:text-green-900:focus { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .md\:focus\:text-blue-50:focus { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .md\:focus\:text-blue-100:focus { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .md\:focus\:text-blue-200:focus { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .md\:focus\:text-blue-300:focus { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .md\:focus\:text-blue-400:focus { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .md\:focus\:text-blue-500:focus { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .md\:focus\:text-blue-600:focus { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .md\:focus\:text-blue-700:focus { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .md\:focus\:text-blue-800:focus { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .md\:focus\:text-blue-900:focus { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .md\:focus\:text-indigo-50:focus { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .md\:focus\:text-indigo-100:focus { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .md\:focus\:text-indigo-200:focus { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .md\:focus\:text-indigo-300:focus { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .md\:focus\:text-indigo-400:focus { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .md\:focus\:text-indigo-500:focus { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .md\:focus\:text-indigo-600:focus { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .md\:focus\:text-indigo-700:focus { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .md\:focus\:text-indigo-800:focus { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .md\:focus\:text-indigo-900:focus { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-50:focus { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-100:focus { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-200:focus { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-300:focus { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-400:focus { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-500:focus { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-600:focus { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-700:focus { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-800:focus { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-900:focus { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-50:focus { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-100:focus { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-200:focus { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-300:focus { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-400:focus { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-500:focus { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-600:focus { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-700:focus { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-800:focus { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-900:focus { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .md\:focus\:text-primary-50:focus { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .md\:focus\:text-primary-100:focus { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .md\:focus\:text-primary-200:focus { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .md\:focus\:text-primary-300:focus { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .md\:focus\:text-primary-400:focus { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .md\:focus\:text-primary-500:focus { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .md\:focus\:text-primary-600:focus { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .md\:focus\:text-primary-700:focus { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .md\:focus\:text-primary-800:focus { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .md\:focus\:text-primary-900:focus { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .md\:focus\:text-danger:focus { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .md\:focus\:text-success:focus { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .md\:focus\:text-warning:focus { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .md\:focus\:text-info:focus { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .md\:active\:text-transparent:active { - color: transparent; - } - - .md\:active\:text-current:active { - color: currentColor; - } - - .md\:active\:text-black:active { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .md\:active\:text-white:active { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .md\:active\:text-gray-50:active { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .md\:active\:text-gray-100:active { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .md\:active\:text-gray-200:active { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .md\:active\:text-gray-300:active { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .md\:active\:text-gray-400:active { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .md\:active\:text-gray-500:active { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .md\:active\:text-gray-600:active { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .md\:active\:text-gray-700:active { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .md\:active\:text-gray-800:active { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .md\:active\:text-gray-900:active { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .md\:active\:text-red-50:active { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .md\:active\:text-red-100:active { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .md\:active\:text-red-200:active { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .md\:active\:text-red-300:active { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .md\:active\:text-red-400:active { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .md\:active\:text-red-500:active { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .md\:active\:text-red-600:active { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .md\:active\:text-red-700:active { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .md\:active\:text-red-800:active { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .md\:active\:text-red-900:active { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .md\:active\:text-yellow-50:active { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .md\:active\:text-yellow-100:active { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .md\:active\:text-yellow-200:active { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .md\:active\:text-yellow-300:active { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .md\:active\:text-yellow-400:active { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .md\:active\:text-yellow-500:active { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .md\:active\:text-yellow-600:active { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .md\:active\:text-yellow-700:active { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .md\:active\:text-yellow-800:active { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .md\:active\:text-yellow-900:active { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .md\:active\:text-green-50:active { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .md\:active\:text-green-100:active { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .md\:active\:text-green-200:active { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .md\:active\:text-green-300:active { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .md\:active\:text-green-400:active { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .md\:active\:text-green-500:active { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .md\:active\:text-green-600:active { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .md\:active\:text-green-700:active { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .md\:active\:text-green-800:active { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .md\:active\:text-green-900:active { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .md\:active\:text-blue-50:active { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .md\:active\:text-blue-100:active { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .md\:active\:text-blue-200:active { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .md\:active\:text-blue-300:active { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .md\:active\:text-blue-400:active { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .md\:active\:text-blue-500:active { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .md\:active\:text-blue-600:active { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .md\:active\:text-blue-700:active { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .md\:active\:text-blue-800:active { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .md\:active\:text-blue-900:active { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .md\:active\:text-indigo-50:active { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .md\:active\:text-indigo-100:active { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .md\:active\:text-indigo-200:active { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .md\:active\:text-indigo-300:active { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .md\:active\:text-indigo-400:active { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .md\:active\:text-indigo-500:active { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .md\:active\:text-indigo-600:active { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .md\:active\:text-indigo-700:active { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .md\:active\:text-indigo-800:active { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .md\:active\:text-indigo-900:active { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .md\:active\:text-purple-50:active { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .md\:active\:text-purple-100:active { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .md\:active\:text-purple-200:active { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .md\:active\:text-purple-300:active { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .md\:active\:text-purple-400:active { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .md\:active\:text-purple-500:active { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .md\:active\:text-purple-600:active { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .md\:active\:text-purple-700:active { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .md\:active\:text-purple-800:active { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .md\:active\:text-purple-900:active { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .md\:active\:text-pink-50:active { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .md\:active\:text-pink-100:active { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .md\:active\:text-pink-200:active { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .md\:active\:text-pink-300:active { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .md\:active\:text-pink-400:active { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .md\:active\:text-pink-500:active { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .md\:active\:text-pink-600:active { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .md\:active\:text-pink-700:active { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .md\:active\:text-pink-800:active { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .md\:active\:text-pink-900:active { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .md\:active\:text-primary-50:active { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .md\:active\:text-primary-100:active { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .md\:active\:text-primary-200:active { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .md\:active\:text-primary-300:active { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .md\:active\:text-primary-400:active { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .md\:active\:text-primary-500:active { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .md\:active\:text-primary-600:active { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .md\:active\:text-primary-700:active { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .md\:active\:text-primary-800:active { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .md\:active\:text-primary-900:active { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .md\:active\:text-danger:active { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .md\:active\:text-success:active { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .md\:active\:text-warning:active { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .md\:active\:text-info:active { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .md\:visited\:text-transparent:visited { - color: transparent; - } - - .md\:visited\:text-current:visited { - color: currentColor; - } - - .md\:visited\:text-black:visited { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .md\:visited\:text-white:visited { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .md\:visited\:text-gray-50:visited { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .md\:visited\:text-gray-100:visited { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .md\:visited\:text-gray-200:visited { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .md\:visited\:text-gray-300:visited { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .md\:visited\:text-gray-400:visited { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .md\:visited\:text-gray-500:visited { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .md\:visited\:text-gray-600:visited { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .md\:visited\:text-gray-700:visited { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .md\:visited\:text-gray-800:visited { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .md\:visited\:text-gray-900:visited { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .md\:visited\:text-red-50:visited { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .md\:visited\:text-red-100:visited { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .md\:visited\:text-red-200:visited { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .md\:visited\:text-red-300:visited { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .md\:visited\:text-red-400:visited { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .md\:visited\:text-red-500:visited { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .md\:visited\:text-red-600:visited { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .md\:visited\:text-red-700:visited { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .md\:visited\:text-red-800:visited { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .md\:visited\:text-red-900:visited { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .md\:visited\:text-yellow-50:visited { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .md\:visited\:text-yellow-100:visited { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .md\:visited\:text-yellow-200:visited { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .md\:visited\:text-yellow-300:visited { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .md\:visited\:text-yellow-400:visited { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .md\:visited\:text-yellow-500:visited { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .md\:visited\:text-yellow-600:visited { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .md\:visited\:text-yellow-700:visited { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .md\:visited\:text-yellow-800:visited { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .md\:visited\:text-yellow-900:visited { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .md\:visited\:text-green-50:visited { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .md\:visited\:text-green-100:visited { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .md\:visited\:text-green-200:visited { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .md\:visited\:text-green-300:visited { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .md\:visited\:text-green-400:visited { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .md\:visited\:text-green-500:visited { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .md\:visited\:text-green-600:visited { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .md\:visited\:text-green-700:visited { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .md\:visited\:text-green-800:visited { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .md\:visited\:text-green-900:visited { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .md\:visited\:text-blue-50:visited { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .md\:visited\:text-blue-100:visited { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .md\:visited\:text-blue-200:visited { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .md\:visited\:text-blue-300:visited { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .md\:visited\:text-blue-400:visited { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .md\:visited\:text-blue-500:visited { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .md\:visited\:text-blue-600:visited { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .md\:visited\:text-blue-700:visited { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .md\:visited\:text-blue-800:visited { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .md\:visited\:text-blue-900:visited { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .md\:visited\:text-indigo-50:visited { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .md\:visited\:text-indigo-100:visited { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .md\:visited\:text-indigo-200:visited { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .md\:visited\:text-indigo-300:visited { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .md\:visited\:text-indigo-400:visited { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .md\:visited\:text-indigo-500:visited { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .md\:visited\:text-indigo-600:visited { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .md\:visited\:text-indigo-700:visited { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .md\:visited\:text-indigo-800:visited { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .md\:visited\:text-indigo-900:visited { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .md\:visited\:text-purple-50:visited { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .md\:visited\:text-purple-100:visited { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .md\:visited\:text-purple-200:visited { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .md\:visited\:text-purple-300:visited { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .md\:visited\:text-purple-400:visited { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .md\:visited\:text-purple-500:visited { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .md\:visited\:text-purple-600:visited { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .md\:visited\:text-purple-700:visited { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .md\:visited\:text-purple-800:visited { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .md\:visited\:text-purple-900:visited { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .md\:visited\:text-pink-50:visited { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .md\:visited\:text-pink-100:visited { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .md\:visited\:text-pink-200:visited { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .md\:visited\:text-pink-300:visited { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .md\:visited\:text-pink-400:visited { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .md\:visited\:text-pink-500:visited { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .md\:visited\:text-pink-600:visited { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .md\:visited\:text-pink-700:visited { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .md\:visited\:text-pink-800:visited { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .md\:visited\:text-pink-900:visited { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .md\:visited\:text-primary-50:visited { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .md\:visited\:text-primary-100:visited { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .md\:visited\:text-primary-200:visited { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .md\:visited\:text-primary-300:visited { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .md\:visited\:text-primary-400:visited { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .md\:visited\:text-primary-500:visited { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .md\:visited\:text-primary-600:visited { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .md\:visited\:text-primary-700:visited { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .md\:visited\:text-primary-800:visited { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .md\:visited\:text-primary-900:visited { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .md\:visited\:text-danger:visited { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .md\:visited\:text-success:visited { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .md\:visited\:text-warning:visited { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .md\:visited\:text-info:visited { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .md\:text-opacity-0 { - --tw-text-opacity: 0; - } - - .md\:text-opacity-5 { - --tw-text-opacity: 0.05; - } - - .md\:text-opacity-10 { - --tw-text-opacity: 0.1; - } - - .md\:text-opacity-20 { - --tw-text-opacity: 0.2; - } - - .md\:text-opacity-25 { - --tw-text-opacity: 0.25; - } - - .md\:text-opacity-30 { - --tw-text-opacity: 0.3; - } - - .md\:text-opacity-40 { - --tw-text-opacity: 0.4; - } - - .md\:text-opacity-50 { - --tw-text-opacity: 0.5; - } - - .md\:text-opacity-60 { - --tw-text-opacity: 0.6; - } - - .md\:text-opacity-70 { - --tw-text-opacity: 0.7; - } - - .md\:text-opacity-75 { - --tw-text-opacity: 0.75; - } - - .md\:text-opacity-80 { - --tw-text-opacity: 0.8; - } - - .md\:text-opacity-90 { - --tw-text-opacity: 0.9; - } - - .md\:text-opacity-95 { - --tw-text-opacity: 0.95; - } - - .md\:text-opacity-100 { - --tw-text-opacity: 1; - } - - .group:hover .md\:group-hover\:text-opacity-0 { - --tw-text-opacity: 0; - } - - .group:hover .md\:group-hover\:text-opacity-5 { - --tw-text-opacity: 0.05; - } - - .group:hover .md\:group-hover\:text-opacity-10 { - --tw-text-opacity: 0.1; - } - - .group:hover .md\:group-hover\:text-opacity-20 { - --tw-text-opacity: 0.2; - } - - .group:hover .md\:group-hover\:text-opacity-25 { - --tw-text-opacity: 0.25; - } - - .group:hover .md\:group-hover\:text-opacity-30 { - --tw-text-opacity: 0.3; - } - - .group:hover .md\:group-hover\:text-opacity-40 { - --tw-text-opacity: 0.4; - } - - .group:hover .md\:group-hover\:text-opacity-50 { - --tw-text-opacity: 0.5; - } - - .group:hover .md\:group-hover\:text-opacity-60 { - --tw-text-opacity: 0.6; - } - - .group:hover .md\:group-hover\:text-opacity-70 { - --tw-text-opacity: 0.7; - } - - .group:hover .md\:group-hover\:text-opacity-75 { - --tw-text-opacity: 0.75; - } - - .group:hover .md\:group-hover\:text-opacity-80 { - --tw-text-opacity: 0.8; - } - - .group:hover .md\:group-hover\:text-opacity-90 { - --tw-text-opacity: 0.9; - } - - .group:hover .md\:group-hover\:text-opacity-95 { - --tw-text-opacity: 0.95; - } - - .group:hover .md\:group-hover\:text-opacity-100 { - --tw-text-opacity: 1; - } - - .md\:focus-within\:text-opacity-0:focus-within { - --tw-text-opacity: 0; - } - - .md\:focus-within\:text-opacity-5:focus-within { - --tw-text-opacity: 0.05; - } - - .md\:focus-within\:text-opacity-10:focus-within { - --tw-text-opacity: 0.1; - } - - .md\:focus-within\:text-opacity-20:focus-within { - --tw-text-opacity: 0.2; - } - - .md\:focus-within\:text-opacity-25:focus-within { - --tw-text-opacity: 0.25; - } - - .md\:focus-within\:text-opacity-30:focus-within { - --tw-text-opacity: 0.3; - } - - .md\:focus-within\:text-opacity-40:focus-within { - --tw-text-opacity: 0.4; - } - - .md\:focus-within\:text-opacity-50:focus-within { - --tw-text-opacity: 0.5; - } - - .md\:focus-within\:text-opacity-60:focus-within { - --tw-text-opacity: 0.6; - } - - .md\:focus-within\:text-opacity-70:focus-within { - --tw-text-opacity: 0.7; - } - - .md\:focus-within\:text-opacity-75:focus-within { - --tw-text-opacity: 0.75; - } - - .md\:focus-within\:text-opacity-80:focus-within { - --tw-text-opacity: 0.8; - } - - .md\:focus-within\:text-opacity-90:focus-within { - --tw-text-opacity: 0.9; - } - - .md\:focus-within\:text-opacity-95:focus-within { - --tw-text-opacity: 0.95; - } - - .md\:focus-within\:text-opacity-100:focus-within { - --tw-text-opacity: 1; - } - - .md\:hover\:text-opacity-0:hover { - --tw-text-opacity: 0; - } - - .md\:hover\:text-opacity-5:hover { - --tw-text-opacity: 0.05; - } - - .md\:hover\:text-opacity-10:hover { - --tw-text-opacity: 0.1; - } - - .md\:hover\:text-opacity-20:hover { - --tw-text-opacity: 0.2; - } - - .md\:hover\:text-opacity-25:hover { - --tw-text-opacity: 0.25; - } - - .md\:hover\:text-opacity-30:hover { - --tw-text-opacity: 0.3; - } - - .md\:hover\:text-opacity-40:hover { - --tw-text-opacity: 0.4; - } - - .md\:hover\:text-opacity-50:hover { - --tw-text-opacity: 0.5; - } - - .md\:hover\:text-opacity-60:hover { - --tw-text-opacity: 0.6; - } - - .md\:hover\:text-opacity-70:hover { - --tw-text-opacity: 0.7; - } - - .md\:hover\:text-opacity-75:hover { - --tw-text-opacity: 0.75; - } - - .md\:hover\:text-opacity-80:hover { - --tw-text-opacity: 0.8; - } - - .md\:hover\:text-opacity-90:hover { - --tw-text-opacity: 0.9; - } - - .md\:hover\:text-opacity-95:hover { - --tw-text-opacity: 0.95; - } - - .md\:hover\:text-opacity-100:hover { - --tw-text-opacity: 1; - } - - .md\:focus\:text-opacity-0:focus { - --tw-text-opacity: 0; - } - - .md\:focus\:text-opacity-5:focus { - --tw-text-opacity: 0.05; - } - - .md\:focus\:text-opacity-10:focus { - --tw-text-opacity: 0.1; - } - - .md\:focus\:text-opacity-20:focus { - --tw-text-opacity: 0.2; - } - - .md\:focus\:text-opacity-25:focus { - --tw-text-opacity: 0.25; - } - - .md\:focus\:text-opacity-30:focus { - --tw-text-opacity: 0.3; - } - - .md\:focus\:text-opacity-40:focus { - --tw-text-opacity: 0.4; - } - - .md\:focus\:text-opacity-50:focus { - --tw-text-opacity: 0.5; - } - - .md\:focus\:text-opacity-60:focus { - --tw-text-opacity: 0.6; - } - - .md\:focus\:text-opacity-70:focus { - --tw-text-opacity: 0.7; - } - - .md\:focus\:text-opacity-75:focus { - --tw-text-opacity: 0.75; - } - - .md\:focus\:text-opacity-80:focus { - --tw-text-opacity: 0.8; - } - - .md\:focus\:text-opacity-90:focus { - --tw-text-opacity: 0.9; - } - - .md\:focus\:text-opacity-95:focus { - --tw-text-opacity: 0.95; - } - - .md\:focus\:text-opacity-100:focus { - --tw-text-opacity: 1; - } - - .md\:truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - - .md\:overflow-ellipsis { - text-overflow: ellipsis; - } - - .md\:overflow-clip { - text-overflow: clip; - } - - .md\:italic { - font-style: italic; - } - - .md\:not-italic { - font-style: normal; - } - - .md\:uppercase { - text-transform: uppercase; - } - - .md\:lowercase { - text-transform: lowercase; - } - - .md\:capitalize { - text-transform: capitalize; - } - - .md\:normal-case { - text-transform: none; - } - - .md\:underline { - text-decoration: underline; - } - - .md\:line-through { - text-decoration: line-through; - } - - .md\:no-underline { - text-decoration: none; - } - - .group:hover .md\:group-hover\:underline { - text-decoration: underline; - } - - .group:hover .md\:group-hover\:line-through { - text-decoration: line-through; - } - - .group:hover .md\:group-hover\:no-underline { - text-decoration: none; - } - - .md\:focus-within\:underline:focus-within { - text-decoration: underline; - } - - .md\:focus-within\:line-through:focus-within { - text-decoration: line-through; - } - - .md\:focus-within\:no-underline:focus-within { - text-decoration: none; - } - - .md\:hover\:underline:hover { - text-decoration: underline; - } - - .md\:hover\:line-through:hover { - text-decoration: line-through; - } - - .md\:hover\:no-underline:hover { - text-decoration: none; - } - - .md\:focus\:underline:focus { - text-decoration: underline; - } - - .md\:focus\:line-through:focus { - text-decoration: line-through; - } - - .md\:focus\:no-underline:focus { - text-decoration: none; - } - - .md\:antialiased { - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - } - - .md\:subpixel-antialiased { - -webkit-font-smoothing: auto; - -moz-osx-font-smoothing: auto; - } - - .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions { - --tw-ordinal: var(--tw-empty,/*!*/ /*!*/); - --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/); - font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction); - } - - .md\:normal-nums { - font-variant-numeric: normal; - } - - .md\:ordinal { - --tw-ordinal: ordinal; - } - - .md\:slashed-zero { - --tw-slashed-zero: slashed-zero; - } - - .md\:lining-nums { - --tw-numeric-figure: lining-nums; - } - - .md\:oldstyle-nums { - --tw-numeric-figure: oldstyle-nums; - } - - .md\:proportional-nums { - --tw-numeric-spacing: proportional-nums; - } - - .md\:tabular-nums { - --tw-numeric-spacing: tabular-nums; - } - - .md\:diagonal-fractions { - --tw-numeric-fraction: diagonal-fractions; - } - - .md\:stacked-fractions { - --tw-numeric-fraction: stacked-fractions; - } - - .md\:tracking-tighter { - letter-spacing: -0.05em; - } - - .md\:tracking-tight { - letter-spacing: -0.025em; - } - - .md\:tracking-normal { - letter-spacing: 0em; - } - - .md\:tracking-wide { - letter-spacing: 0.025em; - } - - .md\:tracking-wider { - letter-spacing: 0.05em; - } - - .md\:tracking-widest { - letter-spacing: 0.1em; - } - - .md\:select-none { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - } - - .md\:select-text { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - } - - .md\:select-all { - -webkit-user-select: all; - -moz-user-select: all; - user-select: all; - } - - .md\:select-auto { - -webkit-user-select: auto; - -moz-user-select: auto; - -ms-user-select: auto; - user-select: auto; - } - - .md\:align-baseline { - vertical-align: baseline; - } - - .md\:align-top { - vertical-align: top; - } - - .md\:align-middle { - vertical-align: middle; - } - - .md\:align-bottom { - vertical-align: bottom; - } - - .md\:align-text-top { - vertical-align: text-top; - } - - .md\:align-text-bottom { - vertical-align: text-bottom; - } - - .md\:visible { - visibility: visible; - } - - .md\:invisible { - visibility: hidden; - } - - .md\:whitespace-normal { - white-space: normal; - } - - .md\:whitespace-nowrap { - white-space: nowrap; - } - - .md\:whitespace-pre { - white-space: pre; - } - - .md\:whitespace-pre-line { - white-space: pre-line; - } - - .md\:whitespace-pre-wrap { - white-space: pre-wrap; - } - - .md\:break-normal { - overflow-wrap: normal; - word-break: normal; - } - - .md\:break-words { - overflow-wrap: break-word; - } - - .md\:break-all { - word-break: break-all; - } - - .md\:w-0 { - width: 0px; - } - - .md\:w-1 { - width: 0.25rem; - } - - .md\:w-2 { - width: 0.5rem; - } - - .md\:w-3 { - width: 0.75rem; - } - - .md\:w-4 { - width: 1rem; - } - - .md\:w-5 { - width: 1.25rem; - } - - .md\:w-6 { - width: 1.5rem; - } - - .md\:w-7 { - width: 1.75rem; - } - - .md\:w-8 { - width: 2rem; - } - - .md\:w-9 { - width: 2.25rem; - } - - .md\:w-10 { - width: 2.5rem; - } - - .md\:w-11 { - width: 2.75rem; - } - - .md\:w-12 { - width: 3rem; - } - - .md\:w-14 { - width: 3.5rem; - } - - .md\:w-16 { - width: 4rem; - } - - .md\:w-20 { - width: 5rem; - } - - .md\:w-22 { - width: 5.625rem; - } - - .md\:w-24 { - width: 6rem; - } - - .md\:w-28 { - width: 7rem; - } - - .md\:w-32 { - width: 8rem; - } - - .md\:w-36 { - width: 9rem; - } - - .md\:w-40 { - width: 10rem; - } - - .md\:w-44 { - width: 11rem; - } - - .md\:w-48 { - width: 12rem; - } - - .md\:w-52 { - width: 13rem; - } - - .md\:w-56 { - width: 14rem; - } - - .md\:w-60 { - width: 240px; - } - - .md\:w-64 { - width: 16rem; - } - - .md\:w-72 { - width: 18rem; - } - - .md\:w-80 { - width: 20rem; - } - - .md\:w-88 { - width: 22rem; - } - - .md\:w-96 { - width: 24rem; - } - - .md\:w-130 { - width: 560px; - } - - .md\:w-auto { - width: auto; - } - - .md\:w-px { - width: 1px; - } - - .md\:w-0\.5 { - width: 0.125rem; - } - - .md\:w-1\.5 { - width: 0.375rem; - } - - .md\:w-2\.5 { - width: 0.625rem; - } - - .md\:w-3\.5 { - width: 0.875rem; - } - - .md\:w-1\/2 { - width: 50%; - } - - .md\:w-1\/3 { - width: 33.333333%; - } - - .md\:w-2\/3 { - width: 66.666667%; - } - - .md\:w-1\/4 { - width: 25%; - } - - .md\:w-2\/4 { - width: 50%; - } - - .md\:w-3\/4 { - width: 75%; - } - - .md\:w-1\/5 { - width: 20%; - } - - .md\:w-2\/5 { - width: 40%; - } - - .md\:w-3\/5 { - width: 60%; - } - - .md\:w-4\/5 { - width: 80%; - } - - .md\:w-1\/6 { - width: 16.666667%; - } - - .md\:w-2\/6 { - width: 33.333333%; - } - - .md\:w-3\/6 { - width: 50%; - } - - .md\:w-4\/6 { - width: 66.666667%; - } - - .md\:w-5\/6 { - width: 83.333333%; - } - - .md\:w-1\/12 { - width: 8.333333%; - } - - .md\:w-2\/12 { - width: 16.666667%; - } - - .md\:w-3\/12 { - width: 25%; - } - - .md\:w-4\/12 { - width: 33.333333%; - } - - .md\:w-5\/12 { - width: 41.666667%; - } - - .md\:w-6\/12 { - width: 50%; - } - - .md\:w-7\/12 { - width: 58.333333%; - } - - .md\:w-8\/12 { - width: 66.666667%; - } - - .md\:w-9\/12 { - width: 75%; - } - - .md\:w-10\/12 { - width: 83.333333%; - } - - .md\:w-11\/12 { - width: 91.666667%; - } - - .md\:w-full { - width: 100%; - } - - .md\:w-screen { - width: 100vw; - } - - .md\:w-min { - width: -webkit-min-content; - width: -moz-min-content; - width: min-content; - } - - .md\:w-max { - width: -webkit-max-content; - width: -moz-max-content; - width: max-content; - } - - .md\:z-0 { - z-index: 0; - } - - .md\:z-5 { - z-index: 5; - } - - .md\:z-10 { - z-index: 10; - } - - .md\:z-15 { - z-index: 15; - } - - .md\:z-20 { - z-index: 20; - } - - .md\:z-25 { - z-index: 25; - } - - .md\:z-30 { - z-index: 30; - } - - .md\:z-40 { - z-index: 40; - } - - .md\:z-50 { - z-index: 50; - } - - .md\:z-auto { - z-index: auto; - } - - .md\:focus-within\:z-0:focus-within { - z-index: 0; - } - - .md\:focus-within\:z-5:focus-within { - z-index: 5; - } - - .md\:focus-within\:z-10:focus-within { - z-index: 10; - } - - .md\:focus-within\:z-15:focus-within { - z-index: 15; - } - - .md\:focus-within\:z-20:focus-within { - z-index: 20; - } - - .md\:focus-within\:z-25:focus-within { - z-index: 25; - } - - .md\:focus-within\:z-30:focus-within { - z-index: 30; - } - - .md\:focus-within\:z-40:focus-within { - z-index: 40; - } - - .md\:focus-within\:z-50:focus-within { - z-index: 50; - } - - .md\:focus-within\:z-auto:focus-within { - z-index: auto; - } - - .md\:focus\:z-0:focus { - z-index: 0; - } - - .md\:focus\:z-5:focus { - z-index: 5; - } - - .md\:focus\:z-10:focus { - z-index: 10; - } - - .md\:focus\:z-15:focus { - z-index: 15; - } - - .md\:focus\:z-20:focus { - z-index: 20; - } - - .md\:focus\:z-25:focus { - z-index: 25; - } - - .md\:focus\:z-30:focus { - z-index: 30; - } - - .md\:focus\:z-40:focus { - z-index: 40; - } - - .md\:focus\:z-50:focus { - z-index: 50; - } - - .md\:focus\:z-auto:focus { - z-index: auto; - } - - .md\:gap-0 { - gap: 0px; - } - - .md\:gap-1 { - gap: 0.25rem; - } - - .md\:gap-2 { - gap: 0.5rem; - } - - .md\:gap-3 { - gap: 0.75rem; - } - - .md\:gap-4 { - gap: 1rem; - } - - .md\:gap-5 { - gap: 1.25rem; - } - - .md\:gap-6 { - gap: 1.5rem; - } - - .md\:gap-7 { - gap: 1.75rem; - } - - .md\:gap-8 { - gap: 2rem; - } - - .md\:gap-9 { - gap: 2.25rem; - } - - .md\:gap-10 { - gap: 2.5rem; - } - - .md\:gap-11 { - gap: 2.75rem; - } - - .md\:gap-12 { - gap: 3rem; - } - - .md\:gap-14 { - gap: 3.5rem; - } - - .md\:gap-16 { - gap: 4rem; - } - - .md\:gap-20 { - gap: 5rem; - } - - .md\:gap-22 { - gap: 5.625rem; - } - - .md\:gap-24 { - gap: 6rem; - } - - .md\:gap-28 { - gap: 7rem; - } - - .md\:gap-32 { - gap: 8rem; - } - - .md\:gap-36 { - gap: 9rem; - } - - .md\:gap-40 { - gap: 10rem; - } - - .md\:gap-44 { - gap: 11rem; - } - - .md\:gap-48 { - gap: 12rem; - } - - .md\:gap-52 { - gap: 13rem; - } - - .md\:gap-56 { - gap: 14rem; - } - - .md\:gap-60 { - gap: 240px; - } - - .md\:gap-64 { - gap: 16rem; - } - - .md\:gap-72 { - gap: 18rem; - } - - .md\:gap-80 { - gap: 20rem; - } - - .md\:gap-88 { - gap: 22rem; - } - - .md\:gap-96 { - gap: 24rem; - } - - .md\:gap-130 { - gap: 560px; - } - - .md\:gap-px { - gap: 1px; - } - - .md\:gap-0\.5 { - gap: 0.125rem; - } - - .md\:gap-1\.5 { - gap: 0.375rem; - } - - .md\:gap-2\.5 { - gap: 0.625rem; - } - - .md\:gap-3\.5 { - gap: 0.875rem; - } - - .md\:gap-x-0 { - -moz-column-gap: 0px; - column-gap: 0px; - } - - .md\:gap-x-1 { - -moz-column-gap: 0.25rem; - column-gap: 0.25rem; - } - - .md\:gap-x-2 { - -moz-column-gap: 0.5rem; - column-gap: 0.5rem; - } - - .md\:gap-x-3 { - -moz-column-gap: 0.75rem; - column-gap: 0.75rem; - } - - .md\:gap-x-4 { - -moz-column-gap: 1rem; - column-gap: 1rem; - } - - .md\:gap-x-5 { - -moz-column-gap: 1.25rem; - column-gap: 1.25rem; - } - - .md\:gap-x-6 { - -moz-column-gap: 1.5rem; - column-gap: 1.5rem; - } - - .md\:gap-x-7 { - -moz-column-gap: 1.75rem; - column-gap: 1.75rem; - } - - .md\:gap-x-8 { - -moz-column-gap: 2rem; - column-gap: 2rem; - } - - .md\:gap-x-9 { - -moz-column-gap: 2.25rem; - column-gap: 2.25rem; - } - - .md\:gap-x-10 { - -moz-column-gap: 2.5rem; - column-gap: 2.5rem; - } - - .md\:gap-x-11 { - -moz-column-gap: 2.75rem; - column-gap: 2.75rem; - } - - .md\:gap-x-12 { - -moz-column-gap: 3rem; - column-gap: 3rem; - } - - .md\:gap-x-14 { - -moz-column-gap: 3.5rem; - column-gap: 3.5rem; - } - - .md\:gap-x-16 { - -moz-column-gap: 4rem; - column-gap: 4rem; - } - - .md\:gap-x-20 { - -moz-column-gap: 5rem; - column-gap: 5rem; - } - - .md\:gap-x-22 { - -moz-column-gap: 5.625rem; - column-gap: 5.625rem; - } - - .md\:gap-x-24 { - -moz-column-gap: 6rem; - column-gap: 6rem; - } - - .md\:gap-x-28 { - -moz-column-gap: 7rem; - column-gap: 7rem; - } - - .md\:gap-x-32 { - -moz-column-gap: 8rem; - column-gap: 8rem; - } - - .md\:gap-x-36 { - -moz-column-gap: 9rem; - column-gap: 9rem; - } - - .md\:gap-x-40 { - -moz-column-gap: 10rem; - column-gap: 10rem; - } - - .md\:gap-x-44 { - -moz-column-gap: 11rem; - column-gap: 11rem; - } - - .md\:gap-x-48 { - -moz-column-gap: 12rem; - column-gap: 12rem; - } - - .md\:gap-x-52 { - -moz-column-gap: 13rem; - column-gap: 13rem; - } - - .md\:gap-x-56 { - -moz-column-gap: 14rem; - column-gap: 14rem; - } - - .md\:gap-x-60 { - -moz-column-gap: 240px; - column-gap: 240px; - } - - .md\:gap-x-64 { - -moz-column-gap: 16rem; - column-gap: 16rem; - } - - .md\:gap-x-72 { - -moz-column-gap: 18rem; - column-gap: 18rem; - } - - .md\:gap-x-80 { - -moz-column-gap: 20rem; - column-gap: 20rem; - } - - .md\:gap-x-88 { - -moz-column-gap: 22rem; - column-gap: 22rem; - } - - .md\:gap-x-96 { - -moz-column-gap: 24rem; - column-gap: 24rem; - } - - .md\:gap-x-130 { - -moz-column-gap: 560px; - column-gap: 560px; - } - - .md\:gap-x-px { - -moz-column-gap: 1px; - column-gap: 1px; - } - - .md\:gap-x-0\.5 { - -moz-column-gap: 0.125rem; - column-gap: 0.125rem; - } - - .md\:gap-x-1\.5 { - -moz-column-gap: 0.375rem; - column-gap: 0.375rem; - } - - .md\:gap-x-2\.5 { - -moz-column-gap: 0.625rem; - column-gap: 0.625rem; - } - - .md\:gap-x-3\.5 { - -moz-column-gap: 0.875rem; - column-gap: 0.875rem; - } - - .md\:gap-y-0 { - row-gap: 0px; - } - - .md\:gap-y-1 { - row-gap: 0.25rem; - } - - .md\:gap-y-2 { - row-gap: 0.5rem; - } - - .md\:gap-y-3 { - row-gap: 0.75rem; - } - - .md\:gap-y-4 { - row-gap: 1rem; - } - - .md\:gap-y-5 { - row-gap: 1.25rem; - } - - .md\:gap-y-6 { - row-gap: 1.5rem; - } - - .md\:gap-y-7 { - row-gap: 1.75rem; - } - - .md\:gap-y-8 { - row-gap: 2rem; - } - - .md\:gap-y-9 { - row-gap: 2.25rem; - } - - .md\:gap-y-10 { - row-gap: 2.5rem; - } - - .md\:gap-y-11 { - row-gap: 2.75rem; - } - - .md\:gap-y-12 { - row-gap: 3rem; - } - - .md\:gap-y-14 { - row-gap: 3.5rem; - } - - .md\:gap-y-16 { - row-gap: 4rem; - } - - .md\:gap-y-20 { - row-gap: 5rem; - } - - .md\:gap-y-22 { - row-gap: 5.625rem; - } - - .md\:gap-y-24 { - row-gap: 6rem; - } - - .md\:gap-y-28 { - row-gap: 7rem; - } - - .md\:gap-y-32 { - row-gap: 8rem; - } - - .md\:gap-y-36 { - row-gap: 9rem; - } - - .md\:gap-y-40 { - row-gap: 10rem; - } - - .md\:gap-y-44 { - row-gap: 11rem; - } - - .md\:gap-y-48 { - row-gap: 12rem; - } - - .md\:gap-y-52 { - row-gap: 13rem; - } - - .md\:gap-y-56 { - row-gap: 14rem; - } - - .md\:gap-y-60 { - row-gap: 240px; - } - - .md\:gap-y-64 { - row-gap: 16rem; - } - - .md\:gap-y-72 { - row-gap: 18rem; - } - - .md\:gap-y-80 { - row-gap: 20rem; - } - - .md\:gap-y-88 { - row-gap: 22rem; - } - - .md\:gap-y-96 { - row-gap: 24rem; - } - - .md\:gap-y-130 { - row-gap: 560px; - } - - .md\:gap-y-px { - row-gap: 1px; - } - - .md\:gap-y-0\.5 { - row-gap: 0.125rem; - } - - .md\:gap-y-1\.5 { - row-gap: 0.375rem; - } - - .md\:gap-y-2\.5 { - row-gap: 0.625rem; - } - - .md\:gap-y-3\.5 { - row-gap: 0.875rem; - } - - .md\:grid-flow-row { - grid-auto-flow: row; - } - - .md\:grid-flow-col { - grid-auto-flow: column; - } - - .md\:grid-flow-row-dense { - grid-auto-flow: row dense; - } - - .md\:grid-flow-col-dense { - grid-auto-flow: column dense; - } - - .md\:grid-cols-1 { - grid-template-columns: repeat(1, minmax(0, 1fr)); - } - - .md\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - - .md\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } - - .md\:grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)); - } - - .md\:grid-cols-5 { - grid-template-columns: repeat(5, minmax(0, 1fr)); - } - - .md\:grid-cols-6 { - grid-template-columns: repeat(6, minmax(0, 1fr)); - } - - .md\:grid-cols-7 { - grid-template-columns: repeat(7, minmax(0, 1fr)); - } - - .md\:grid-cols-8 { - grid-template-columns: repeat(8, minmax(0, 1fr)); - } - - .md\:grid-cols-9 { - grid-template-columns: repeat(9, minmax(0, 1fr)); - } - - .md\:grid-cols-10 { - grid-template-columns: repeat(10, minmax(0, 1fr)); - } - - .md\:grid-cols-11 { - grid-template-columns: repeat(11, minmax(0, 1fr)); - } - - .md\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); - } - - .md\:grid-cols-none { - grid-template-columns: none; - } - - .md\:auto-cols-auto { - grid-auto-columns: auto; - } - - .md\:auto-cols-min { - grid-auto-columns: -webkit-min-content; - grid-auto-columns: min-content; - } - - .md\:auto-cols-max { - grid-auto-columns: -webkit-max-content; - grid-auto-columns: max-content; - } - - .md\:auto-cols-fr { - grid-auto-columns: minmax(0, 1fr); - } - - .md\:col-auto { - grid-column: auto; - } - - .md\:col-span-1 { - grid-column: span 1 / span 1; - } - - .md\:col-span-2 { - grid-column: span 2 / span 2; - } - - .md\:col-span-3 { - grid-column: span 3 / span 3; - } - - .md\:col-span-4 { - grid-column: span 4 / span 4; - } - - .md\:col-span-5 { - grid-column: span 5 / span 5; - } - - .md\:col-span-6 { - grid-column: span 6 / span 6; - } - - .md\:col-span-7 { - grid-column: span 7 / span 7; - } - - .md\:col-span-8 { - grid-column: span 8 / span 8; - } - - .md\:col-span-9 { - grid-column: span 9 / span 9; - } - - .md\:col-span-10 { - grid-column: span 10 / span 10; - } - - .md\:col-span-11 { - grid-column: span 11 / span 11; - } - - .md\:col-span-12 { - grid-column: span 12 / span 12; - } - - .md\:col-span-full { - grid-column: 1 / -1; - } - - .md\:col-start-1 { - grid-column-start: 1; - } - - .md\:col-start-2 { - grid-column-start: 2; - } - - .md\:col-start-3 { - grid-column-start: 3; - } - - .md\:col-start-4 { - grid-column-start: 4; - } - - .md\:col-start-5 { - grid-column-start: 5; - } - - .md\:col-start-6 { - grid-column-start: 6; - } - - .md\:col-start-7 { - grid-column-start: 7; - } - - .md\:col-start-8 { - grid-column-start: 8; - } - - .md\:col-start-9 { - grid-column-start: 9; - } - - .md\:col-start-10 { - grid-column-start: 10; - } - - .md\:col-start-11 { - grid-column-start: 11; - } - - .md\:col-start-12 { - grid-column-start: 12; - } - - .md\:col-start-13 { - grid-column-start: 13; - } - - .md\:col-start-auto { - grid-column-start: auto; - } - - .md\:col-end-1 { - grid-column-end: 1; - } - - .md\:col-end-2 { - grid-column-end: 2; - } - - .md\:col-end-3 { - grid-column-end: 3; - } - - .md\:col-end-4 { - grid-column-end: 4; - } - - .md\:col-end-5 { - grid-column-end: 5; - } - - .md\:col-end-6 { - grid-column-end: 6; - } - - .md\:col-end-7 { - grid-column-end: 7; - } - - .md\:col-end-8 { - grid-column-end: 8; - } - - .md\:col-end-9 { - grid-column-end: 9; - } - - .md\:col-end-10 { - grid-column-end: 10; - } - - .md\:col-end-11 { - grid-column-end: 11; - } - - .md\:col-end-12 { - grid-column-end: 12; - } - - .md\:col-end-13 { - grid-column-end: 13; - } - - .md\:col-end-auto { - grid-column-end: auto; - } - - .md\:grid-rows-1 { - grid-template-rows: repeat(1, minmax(0, 1fr)); - } - - .md\:grid-rows-2 { - grid-template-rows: repeat(2, minmax(0, 1fr)); - } - - .md\:grid-rows-3 { - grid-template-rows: repeat(3, minmax(0, 1fr)); - } - - .md\:grid-rows-4 { - grid-template-rows: repeat(4, minmax(0, 1fr)); - } - - .md\:grid-rows-5 { - grid-template-rows: repeat(5, minmax(0, 1fr)); - } - - .md\:grid-rows-6 { - grid-template-rows: repeat(6, minmax(0, 1fr)); - } - - .md\:grid-rows-none { - grid-template-rows: none; - } - - .md\:auto-rows-auto { - grid-auto-rows: auto; - } - - .md\:auto-rows-min { - grid-auto-rows: -webkit-min-content; - grid-auto-rows: min-content; - } - - .md\:auto-rows-max { - grid-auto-rows: -webkit-max-content; - grid-auto-rows: max-content; - } - - .md\:auto-rows-fr { - grid-auto-rows: minmax(0, 1fr); - } - - .md\:row-auto { - grid-row: auto; - } - - .md\:row-span-1 { - grid-row: span 1 / span 1; - } - - .md\:row-span-2 { - grid-row: span 2 / span 2; - } - - .md\:row-span-3 { - grid-row: span 3 / span 3; - } - - .md\:row-span-4 { - grid-row: span 4 / span 4; - } - - .md\:row-span-5 { - grid-row: span 5 / span 5; - } - - .md\:row-span-6 { - grid-row: span 6 / span 6; - } - - .md\:row-span-full { - grid-row: 1 / -1; - } - - .md\:row-start-1 { - grid-row-start: 1; - } - - .md\:row-start-2 { - grid-row-start: 2; - } - - .md\:row-start-3 { - grid-row-start: 3; - } - - .md\:row-start-4 { - grid-row-start: 4; - } - - .md\:row-start-5 { - grid-row-start: 5; - } - - .md\:row-start-6 { - grid-row-start: 6; - } - - .md\:row-start-7 { - grid-row-start: 7; - } - - .md\:row-start-auto { - grid-row-start: auto; - } - - .md\:row-end-1 { - grid-row-end: 1; - } - - .md\:row-end-2 { - grid-row-end: 2; - } - - .md\:row-end-3 { - grid-row-end: 3; - } - - .md\:row-end-4 { - grid-row-end: 4; - } - - .md\:row-end-5 { - grid-row-end: 5; - } - - .md\:row-end-6 { - grid-row-end: 6; - } - - .md\:row-end-7 { - grid-row-end: 7; - } - - .md\:row-end-auto { - grid-row-end: auto; - } - - .md\:transform { - --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; - 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)); - } - - .md\:transform-gpu { - --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; - transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); - } - - .md\:transform-none { - transform: none; - } - - .md\:origin-center { - transform-origin: center; - } - - .md\:origin-top { - transform-origin: top; - } - - .md\:origin-top-right { - transform-origin: top right; - } - - .md\:origin-right { - transform-origin: right; - } - - .md\:origin-bottom-right { - transform-origin: bottom right; - } - - .md\:origin-bottom { - transform-origin: bottom; - } - - .md\:origin-bottom-left { - transform-origin: bottom left; - } - - .md\:origin-left { - transform-origin: left; - } - - .md\:origin-top-left { - transform-origin: top left; - } - - .md\:scale-0 { - --tw-scale-x: 0; - --tw-scale-y: 0; - } - - .md\:scale-50 { - --tw-scale-x: .5; - --tw-scale-y: .5; - } - - .md\:scale-75 { - --tw-scale-x: .75; - --tw-scale-y: .75; - } - - .md\:scale-90 { - --tw-scale-x: .9; - --tw-scale-y: .9; - } - - .md\:scale-95 { - --tw-scale-x: .95; - --tw-scale-y: .95; - } - - .md\:scale-100 { - --tw-scale-x: 1; - --tw-scale-y: 1; - } - - .md\:scale-105 { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; - } - - .md\:scale-110 { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; - } - - .md\:scale-125 { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; - } - - .md\:scale-150 { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; - } - - .md\:scale-x-0 { - --tw-scale-x: 0; - } - - .md\:scale-x-50 { - --tw-scale-x: .5; - } - - .md\:scale-x-75 { - --tw-scale-x: .75; - } - - .md\:scale-x-90 { - --tw-scale-x: .9; - } - - .md\:scale-x-95 { - --tw-scale-x: .95; - } - - .md\:scale-x-100 { - --tw-scale-x: 1; - } - - .md\:scale-x-105 { - --tw-scale-x: 1.05; - } - - .md\:scale-x-110 { - --tw-scale-x: 1.1; - } - - .md\:scale-x-125 { - --tw-scale-x: 1.25; - } - - .md\:scale-x-150 { - --tw-scale-x: 1.5; - } - - .md\:scale-y-0 { - --tw-scale-y: 0; - } - - .md\:scale-y-50 { - --tw-scale-y: .5; - } - - .md\:scale-y-75 { - --tw-scale-y: .75; - } - - .md\:scale-y-90 { - --tw-scale-y: .9; - } - - .md\:scale-y-95 { - --tw-scale-y: .95; - } - - .md\:scale-y-100 { - --tw-scale-y: 1; - } - - .md\:scale-y-105 { - --tw-scale-y: 1.05; - } - - .md\:scale-y-110 { - --tw-scale-y: 1.1; - } - - .md\:scale-y-125 { - --tw-scale-y: 1.25; - } - - .md\:scale-y-150 { - --tw-scale-y: 1.5; - } - - .md\:hover\:scale-0:hover { - --tw-scale-x: 0; - --tw-scale-y: 0; - } - - .md\:hover\:scale-50:hover { - --tw-scale-x: .5; - --tw-scale-y: .5; - } - - .md\:hover\:scale-75:hover { - --tw-scale-x: .75; - --tw-scale-y: .75; - } - - .md\:hover\:scale-90:hover { - --tw-scale-x: .9; - --tw-scale-y: .9; - } - - .md\:hover\:scale-95:hover { - --tw-scale-x: .95; - --tw-scale-y: .95; - } - - .md\:hover\:scale-100:hover { - --tw-scale-x: 1; - --tw-scale-y: 1; - } - - .md\:hover\:scale-105:hover { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; - } - - .md\:hover\:scale-110:hover { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; - } - - .md\:hover\:scale-125:hover { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; - } - - .md\:hover\:scale-150:hover { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; - } - - .md\:hover\:scale-x-0:hover { - --tw-scale-x: 0; - } - - .md\:hover\:scale-x-50:hover { - --tw-scale-x: .5; - } - - .md\:hover\:scale-x-75:hover { - --tw-scale-x: .75; - } - - .md\:hover\:scale-x-90:hover { - --tw-scale-x: .9; - } - - .md\:hover\:scale-x-95:hover { - --tw-scale-x: .95; - } - - .md\:hover\:scale-x-100:hover { - --tw-scale-x: 1; - } - - .md\:hover\:scale-x-105:hover { - --tw-scale-x: 1.05; - } - - .md\:hover\:scale-x-110:hover { - --tw-scale-x: 1.1; - } - - .md\:hover\:scale-x-125:hover { - --tw-scale-x: 1.25; - } - - .md\:hover\:scale-x-150:hover { - --tw-scale-x: 1.5; - } - - .md\:hover\:scale-y-0:hover { - --tw-scale-y: 0; - } - - .md\:hover\:scale-y-50:hover { - --tw-scale-y: .5; - } - - .md\:hover\:scale-y-75:hover { - --tw-scale-y: .75; - } - - .md\:hover\:scale-y-90:hover { - --tw-scale-y: .9; - } - - .md\:hover\:scale-y-95:hover { - --tw-scale-y: .95; - } - - .md\:hover\:scale-y-100:hover { - --tw-scale-y: 1; - } - - .md\:hover\:scale-y-105:hover { - --tw-scale-y: 1.05; - } - - .md\:hover\:scale-y-110:hover { - --tw-scale-y: 1.1; - } - - .md\:hover\:scale-y-125:hover { - --tw-scale-y: 1.25; - } - - .md\:hover\:scale-y-150:hover { - --tw-scale-y: 1.5; - } - - .md\:focus\:scale-0:focus { - --tw-scale-x: 0; - --tw-scale-y: 0; - } - - .md\:focus\:scale-50:focus { - --tw-scale-x: .5; - --tw-scale-y: .5; - } - - .md\:focus\:scale-75:focus { - --tw-scale-x: .75; - --tw-scale-y: .75; - } - - .md\:focus\:scale-90:focus { - --tw-scale-x: .9; - --tw-scale-y: .9; - } - - .md\:focus\:scale-95:focus { - --tw-scale-x: .95; - --tw-scale-y: .95; - } - - .md\:focus\:scale-100:focus { - --tw-scale-x: 1; - --tw-scale-y: 1; - } - - .md\:focus\:scale-105:focus { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; - } - - .md\:focus\:scale-110:focus { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; - } - - .md\:focus\:scale-125:focus { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; - } - - .md\:focus\:scale-150:focus { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; - } - - .md\:focus\:scale-x-0:focus { - --tw-scale-x: 0; - } - - .md\:focus\:scale-x-50:focus { - --tw-scale-x: .5; - } - - .md\:focus\:scale-x-75:focus { - --tw-scale-x: .75; - } - - .md\:focus\:scale-x-90:focus { - --tw-scale-x: .9; - } - - .md\:focus\:scale-x-95:focus { - --tw-scale-x: .95; - } - - .md\:focus\:scale-x-100:focus { - --tw-scale-x: 1; - } - - .md\:focus\:scale-x-105:focus { - --tw-scale-x: 1.05; - } - - .md\:focus\:scale-x-110:focus { - --tw-scale-x: 1.1; - } - - .md\:focus\:scale-x-125:focus { - --tw-scale-x: 1.25; - } - - .md\:focus\:scale-x-150:focus { - --tw-scale-x: 1.5; - } - - .md\:focus\:scale-y-0:focus { - --tw-scale-y: 0; - } - - .md\:focus\:scale-y-50:focus { - --tw-scale-y: .5; - } - - .md\:focus\:scale-y-75:focus { - --tw-scale-y: .75; - } - - .md\:focus\:scale-y-90:focus { - --tw-scale-y: .9; - } - - .md\:focus\:scale-y-95:focus { - --tw-scale-y: .95; - } - - .md\:focus\:scale-y-100:focus { - --tw-scale-y: 1; - } - - .md\:focus\:scale-y-105:focus { - --tw-scale-y: 1.05; - } - - .md\:focus\:scale-y-110:focus { - --tw-scale-y: 1.1; - } - - .md\:focus\:scale-y-125:focus { - --tw-scale-y: 1.25; - } - - .md\:focus\:scale-y-150:focus { - --tw-scale-y: 1.5; - } - - .md\:rotate-0 { - --tw-rotate: 0deg; - } - - .md\:rotate-1 { - --tw-rotate: 1deg; - } - - .md\:rotate-2 { - --tw-rotate: 2deg; - } - - .md\:rotate-3 { - --tw-rotate: 3deg; - } - - .md\:rotate-6 { - --tw-rotate: 6deg; - } - - .md\:rotate-12 { - --tw-rotate: 12deg; - } - - .md\:rotate-45 { - --tw-rotate: 45deg; - } - - .md\:rotate-90 { - --tw-rotate: 90deg; - } - - .md\:rotate-180 { - --tw-rotate: 180deg; - } - - .md\:-rotate-180 { - --tw-rotate: -180deg; - } - - .md\:-rotate-90 { - --tw-rotate: -90deg; - } - - .md\:-rotate-45 { - --tw-rotate: -45deg; - } - - .md\:-rotate-12 { - --tw-rotate: -12deg; - } - - .md\:-rotate-6 { - --tw-rotate: -6deg; - } - - .md\:-rotate-3 { - --tw-rotate: -3deg; - } - - .md\:-rotate-2 { - --tw-rotate: -2deg; - } - - .md\:-rotate-1 { - --tw-rotate: -1deg; - } - - .md\:hover\:rotate-0:hover { - --tw-rotate: 0deg; - } - - .md\:hover\:rotate-1:hover { - --tw-rotate: 1deg; - } - - .md\:hover\:rotate-2:hover { - --tw-rotate: 2deg; - } - - .md\:hover\:rotate-3:hover { - --tw-rotate: 3deg; - } - - .md\:hover\:rotate-6:hover { - --tw-rotate: 6deg; - } - - .md\:hover\:rotate-12:hover { - --tw-rotate: 12deg; - } - - .md\:hover\:rotate-45:hover { - --tw-rotate: 45deg; - } - - .md\:hover\:rotate-90:hover { - --tw-rotate: 90deg; - } - - .md\:hover\:rotate-180:hover { - --tw-rotate: 180deg; - } - - .md\:hover\:-rotate-180:hover { - --tw-rotate: -180deg; - } - - .md\:hover\:-rotate-90:hover { - --tw-rotate: -90deg; - } - - .md\:hover\:-rotate-45:hover { - --tw-rotate: -45deg; - } - - .md\:hover\:-rotate-12:hover { - --tw-rotate: -12deg; - } - - .md\:hover\:-rotate-6:hover { - --tw-rotate: -6deg; - } - - .md\:hover\:-rotate-3:hover { - --tw-rotate: -3deg; - } - - .md\:hover\:-rotate-2:hover { - --tw-rotate: -2deg; - } - - .md\:hover\:-rotate-1:hover { - --tw-rotate: -1deg; - } - - .md\:focus\:rotate-0:focus { - --tw-rotate: 0deg; - } - - .md\:focus\:rotate-1:focus { - --tw-rotate: 1deg; - } - - .md\:focus\:rotate-2:focus { - --tw-rotate: 2deg; - } - - .md\:focus\:rotate-3:focus { - --tw-rotate: 3deg; - } - - .md\:focus\:rotate-6:focus { - --tw-rotate: 6deg; - } - - .md\:focus\:rotate-12:focus { - --tw-rotate: 12deg; - } - - .md\:focus\:rotate-45:focus { - --tw-rotate: 45deg; - } - - .md\:focus\:rotate-90:focus { - --tw-rotate: 90deg; - } - - .md\:focus\:rotate-180:focus { - --tw-rotate: 180deg; - } - - .md\:focus\:-rotate-180:focus { - --tw-rotate: -180deg; - } - - .md\:focus\:-rotate-90:focus { - --tw-rotate: -90deg; - } - - .md\:focus\:-rotate-45:focus { - --tw-rotate: -45deg; - } - - .md\:focus\:-rotate-12:focus { - --tw-rotate: -12deg; - } - - .md\:focus\:-rotate-6:focus { - --tw-rotate: -6deg; - } - - .md\:focus\:-rotate-3:focus { - --tw-rotate: -3deg; - } - - .md\:focus\:-rotate-2:focus { - --tw-rotate: -2deg; - } - - .md\:focus\:-rotate-1:focus { - --tw-rotate: -1deg; - } - - .md\:translate-x-0 { - --tw-translate-x: 0px; - } - - .md\:translate-x-1 { - --tw-translate-x: 0.25rem; - } - - .md\:translate-x-2 { - --tw-translate-x: 0.5rem; - } - - .md\:translate-x-3 { - --tw-translate-x: 0.75rem; - } - - .md\:translate-x-4 { - --tw-translate-x: 1rem; - } - - .md\:translate-x-5 { - --tw-translate-x: 1.25rem; - } - - .md\:translate-x-6 { - --tw-translate-x: 1.5rem; - } - - .md\:translate-x-7 { - --tw-translate-x: 1.75rem; - } - - .md\:translate-x-8 { - --tw-translate-x: 2rem; - } - - .md\:translate-x-9 { - --tw-translate-x: 2.25rem; - } - - .md\:translate-x-10 { - --tw-translate-x: 2.5rem; - } - - .md\:translate-x-11 { - --tw-translate-x: 2.75rem; - } - - .md\:translate-x-12 { - --tw-translate-x: 3rem; - } - - .md\:translate-x-14 { - --tw-translate-x: 3.5rem; - } - - .md\:translate-x-16 { - --tw-translate-x: 4rem; - } - - .md\:translate-x-20 { - --tw-translate-x: 5rem; - } - - .md\:translate-x-22 { - --tw-translate-x: 5.625rem; - } - - .md\:translate-x-24 { - --tw-translate-x: 6rem; - } - - .md\:translate-x-28 { - --tw-translate-x: 7rem; - } - - .md\:translate-x-32 { - --tw-translate-x: 8rem; - } - - .md\:translate-x-36 { - --tw-translate-x: 9rem; - } - - .md\:translate-x-40 { - --tw-translate-x: 10rem; - } - - .md\:translate-x-44 { - --tw-translate-x: 11rem; - } - - .md\:translate-x-48 { - --tw-translate-x: 12rem; - } - - .md\:translate-x-52 { - --tw-translate-x: 13rem; - } - - .md\:translate-x-56 { - --tw-translate-x: 14rem; - } - - .md\:translate-x-60 { - --tw-translate-x: 240px; - } - - .md\:translate-x-64 { - --tw-translate-x: 16rem; - } - - .md\:translate-x-72 { - --tw-translate-x: 18rem; - } - - .md\:translate-x-80 { - --tw-translate-x: 20rem; - } - - .md\:translate-x-88 { - --tw-translate-x: 22rem; - } - - .md\:translate-x-96 { - --tw-translate-x: 24rem; - } - - .md\:translate-x-130 { - --tw-translate-x: 560px; - } - - .md\:translate-x-px { - --tw-translate-x: 1px; - } - - .md\:translate-x-0\.5 { - --tw-translate-x: 0.125rem; - } - - .md\:translate-x-1\.5 { - --tw-translate-x: 0.375rem; - } - - .md\:translate-x-2\.5 { - --tw-translate-x: 0.625rem; - } - - .md\:translate-x-3\.5 { - --tw-translate-x: 0.875rem; - } - - .md\:-translate-x-0 { - --tw-translate-x: 0px; - } - - .md\:-translate-x-1 { - --tw-translate-x: -0.25rem; - } - - .md\:-translate-x-2 { - --tw-translate-x: -0.5rem; - } - - .md\:-translate-x-3 { - --tw-translate-x: -0.75rem; - } - - .md\:-translate-x-4 { - --tw-translate-x: -1rem; - } - - .md\:-translate-x-5 { - --tw-translate-x: -1.25rem; - } - - .md\:-translate-x-6 { - --tw-translate-x: -1.5rem; - } - - .md\:-translate-x-7 { - --tw-translate-x: -1.75rem; - } - - .md\:-translate-x-8 { - --tw-translate-x: -2rem; - } - - .md\:-translate-x-9 { - --tw-translate-x: -2.25rem; - } - - .md\:-translate-x-10 { - --tw-translate-x: -2.5rem; - } - - .md\:-translate-x-11 { - --tw-translate-x: -2.75rem; - } - - .md\:-translate-x-12 { - --tw-translate-x: -3rem; - } - - .md\:-translate-x-14 { - --tw-translate-x: -3.5rem; - } - - .md\:-translate-x-16 { - --tw-translate-x: -4rem; - } - - .md\:-translate-x-20 { - --tw-translate-x: -5rem; - } - - .md\:-translate-x-22 { - --tw-translate-x: -5.625rem; - } - - .md\:-translate-x-24 { - --tw-translate-x: -6rem; - } - - .md\:-translate-x-28 { - --tw-translate-x: -7rem; - } - - .md\:-translate-x-32 { - --tw-translate-x: -8rem; - } - - .md\:-translate-x-36 { - --tw-translate-x: -9rem; - } - - .md\:-translate-x-40 { - --tw-translate-x: -10rem; - } - - .md\:-translate-x-44 { - --tw-translate-x: -11rem; - } - - .md\:-translate-x-48 { - --tw-translate-x: -12rem; - } - - .md\:-translate-x-52 { - --tw-translate-x: -13rem; - } - - .md\:-translate-x-56 { - --tw-translate-x: -14rem; - } - - .md\:-translate-x-60 { - --tw-translate-x: -240px; - } - - .md\:-translate-x-64 { - --tw-translate-x: -16rem; - } - - .md\:-translate-x-72 { - --tw-translate-x: -18rem; - } - - .md\:-translate-x-80 { - --tw-translate-x: -20rem; - } - - .md\:-translate-x-88 { - --tw-translate-x: -22rem; - } - - .md\:-translate-x-96 { - --tw-translate-x: -24rem; - } - - .md\:-translate-x-130 { - --tw-translate-x: -560px; - } - - .md\:-translate-x-px { - --tw-translate-x: -1px; - } - - .md\:-translate-x-0\.5 { - --tw-translate-x: -0.125rem; - } - - .md\:-translate-x-1\.5 { - --tw-translate-x: -0.375rem; - } - - .md\:-translate-x-2\.5 { - --tw-translate-x: -0.625rem; - } - - .md\:-translate-x-3\.5 { - --tw-translate-x: -0.875rem; - } - - .md\:translate-x-1\/2 { - --tw-translate-x: 50%; - } - - .md\:translate-x-1\/3 { - --tw-translate-x: 33.333333%; - } - - .md\:translate-x-2\/3 { - --tw-translate-x: 66.666667%; - } - - .md\:translate-x-1\/4 { - --tw-translate-x: 25%; - } - - .md\:translate-x-2\/4 { - --tw-translate-x: 50%; - } - - .md\:translate-x-3\/4 { - --tw-translate-x: 75%; - } - - .md\:translate-x-full { - --tw-translate-x: 100%; - } - - .md\:-translate-x-1\/2 { - --tw-translate-x: -50%; - } - - .md\:-translate-x-1\/3 { - --tw-translate-x: -33.333333%; - } - - .md\:-translate-x-2\/3 { - --tw-translate-x: -66.666667%; - } - - .md\:-translate-x-1\/4 { - --tw-translate-x: -25%; - } - - .md\:-translate-x-2\/4 { - --tw-translate-x: -50%; - } - - .md\:-translate-x-3\/4 { - --tw-translate-x: -75%; - } - - .md\:-translate-x-full { - --tw-translate-x: -100%; - } - - .md\:translate-y-0 { - --tw-translate-y: 0px; - } - - .md\:translate-y-1 { - --tw-translate-y: 0.25rem; - } - - .md\:translate-y-2 { - --tw-translate-y: 0.5rem; - } - - .md\:translate-y-3 { - --tw-translate-y: 0.75rem; - } - - .md\:translate-y-4 { - --tw-translate-y: 1rem; - } - - .md\:translate-y-5 { - --tw-translate-y: 1.25rem; - } - - .md\:translate-y-6 { - --tw-translate-y: 1.5rem; - } - - .md\:translate-y-7 { - --tw-translate-y: 1.75rem; - } - - .md\:translate-y-8 { - --tw-translate-y: 2rem; - } - - .md\:translate-y-9 { - --tw-translate-y: 2.25rem; - } - - .md\:translate-y-10 { - --tw-translate-y: 2.5rem; - } - - .md\:translate-y-11 { - --tw-translate-y: 2.75rem; - } - - .md\:translate-y-12 { - --tw-translate-y: 3rem; - } - - .md\:translate-y-14 { - --tw-translate-y: 3.5rem; - } - - .md\:translate-y-16 { - --tw-translate-y: 4rem; - } - - .md\:translate-y-20 { - --tw-translate-y: 5rem; - } - - .md\:translate-y-22 { - --tw-translate-y: 5.625rem; - } - - .md\:translate-y-24 { - --tw-translate-y: 6rem; - } - - .md\:translate-y-28 { - --tw-translate-y: 7rem; - } - - .md\:translate-y-32 { - --tw-translate-y: 8rem; - } - - .md\:translate-y-36 { - --tw-translate-y: 9rem; - } - - .md\:translate-y-40 { - --tw-translate-y: 10rem; - } - - .md\:translate-y-44 { - --tw-translate-y: 11rem; - } - - .md\:translate-y-48 { - --tw-translate-y: 12rem; - } - - .md\:translate-y-52 { - --tw-translate-y: 13rem; - } - - .md\:translate-y-56 { - --tw-translate-y: 14rem; - } - - .md\:translate-y-60 { - --tw-translate-y: 240px; - } - - .md\:translate-y-64 { - --tw-translate-y: 16rem; - } - - .md\:translate-y-72 { - --tw-translate-y: 18rem; - } - - .md\:translate-y-80 { - --tw-translate-y: 20rem; - } - - .md\:translate-y-88 { - --tw-translate-y: 22rem; - } - - .md\:translate-y-96 { - --tw-translate-y: 24rem; - } - - .md\:translate-y-130 { - --tw-translate-y: 560px; - } - - .md\:translate-y-px { - --tw-translate-y: 1px; - } - - .md\:translate-y-0\.5 { - --tw-translate-y: 0.125rem; - } - - .md\:translate-y-1\.5 { - --tw-translate-y: 0.375rem; - } - - .md\:translate-y-2\.5 { - --tw-translate-y: 0.625rem; - } - - .md\:translate-y-3\.5 { - --tw-translate-y: 0.875rem; - } - - .md\:-translate-y-0 { - --tw-translate-y: 0px; - } - - .md\:-translate-y-1 { - --tw-translate-y: -0.25rem; - } - - .md\:-translate-y-2 { - --tw-translate-y: -0.5rem; - } - - .md\:-translate-y-3 { - --tw-translate-y: -0.75rem; - } - - .md\:-translate-y-4 { - --tw-translate-y: -1rem; - } - - .md\:-translate-y-5 { - --tw-translate-y: -1.25rem; - } - - .md\:-translate-y-6 { - --tw-translate-y: -1.5rem; - } - - .md\:-translate-y-7 { - --tw-translate-y: -1.75rem; - } - - .md\:-translate-y-8 { - --tw-translate-y: -2rem; - } - - .md\:-translate-y-9 { - --tw-translate-y: -2.25rem; - } - - .md\:-translate-y-10 { - --tw-translate-y: -2.5rem; - } - - .md\:-translate-y-11 { - --tw-translate-y: -2.75rem; - } - - .md\:-translate-y-12 { - --tw-translate-y: -3rem; - } - - .md\:-translate-y-14 { - --tw-translate-y: -3.5rem; - } - - .md\:-translate-y-16 { - --tw-translate-y: -4rem; - } - - .md\:-translate-y-20 { - --tw-translate-y: -5rem; - } - - .md\:-translate-y-22 { - --tw-translate-y: -5.625rem; - } - - .md\:-translate-y-24 { - --tw-translate-y: -6rem; - } - - .md\:-translate-y-28 { - --tw-translate-y: -7rem; - } - - .md\:-translate-y-32 { - --tw-translate-y: -8rem; - } - - .md\:-translate-y-36 { - --tw-translate-y: -9rem; - } - - .md\:-translate-y-40 { - --tw-translate-y: -10rem; - } - - .md\:-translate-y-44 { - --tw-translate-y: -11rem; - } - - .md\:-translate-y-48 { - --tw-translate-y: -12rem; - } - - .md\:-translate-y-52 { - --tw-translate-y: -13rem; - } - - .md\:-translate-y-56 { - --tw-translate-y: -14rem; - } - - .md\:-translate-y-60 { - --tw-translate-y: -240px; - } - - .md\:-translate-y-64 { - --tw-translate-y: -16rem; - } - - .md\:-translate-y-72 { - --tw-translate-y: -18rem; - } - - .md\:-translate-y-80 { - --tw-translate-y: -20rem; - } - - .md\:-translate-y-88 { - --tw-translate-y: -22rem; - } - - .md\:-translate-y-96 { - --tw-translate-y: -24rem; - } - - .md\:-translate-y-130 { - --tw-translate-y: -560px; - } - - .md\:-translate-y-px { - --tw-translate-y: -1px; - } - - .md\:-translate-y-0\.5 { - --tw-translate-y: -0.125rem; - } - - .md\:-translate-y-1\.5 { - --tw-translate-y: -0.375rem; - } - - .md\:-translate-y-2\.5 { - --tw-translate-y: -0.625rem; - } - - .md\:-translate-y-3\.5 { - --tw-translate-y: -0.875rem; - } - - .md\:translate-y-1\/2 { - --tw-translate-y: 50%; - } - - .md\:translate-y-1\/3 { - --tw-translate-y: 33.333333%; - } - - .md\:translate-y-2\/3 { - --tw-translate-y: 66.666667%; - } - - .md\:translate-y-1\/4 { - --tw-translate-y: 25%; - } - - .md\:translate-y-2\/4 { - --tw-translate-y: 50%; - } - - .md\:translate-y-3\/4 { - --tw-translate-y: 75%; - } - - .md\:translate-y-full { - --tw-translate-y: 100%; - } - - .md\:-translate-y-1\/2 { - --tw-translate-y: -50%; - } - - .md\:-translate-y-1\/3 { - --tw-translate-y: -33.333333%; - } - - .md\:-translate-y-2\/3 { - --tw-translate-y: -66.666667%; - } - - .md\:-translate-y-1\/4 { - --tw-translate-y: -25%; - } - - .md\:-translate-y-2\/4 { - --tw-translate-y: -50%; - } - - .md\:-translate-y-3\/4 { - --tw-translate-y: -75%; - } - - .md\:-translate-y-full { - --tw-translate-y: -100%; - } - - .md\:hover\:translate-x-0:hover { - --tw-translate-x: 0px; - } - - .md\:hover\:translate-x-1:hover { - --tw-translate-x: 0.25rem; - } - - .md\:hover\:translate-x-2:hover { - --tw-translate-x: 0.5rem; - } - - .md\:hover\:translate-x-3:hover { - --tw-translate-x: 0.75rem; - } - - .md\:hover\:translate-x-4:hover { - --tw-translate-x: 1rem; - } - - .md\:hover\:translate-x-5:hover { - --tw-translate-x: 1.25rem; - } - - .md\:hover\:translate-x-6:hover { - --tw-translate-x: 1.5rem; - } - - .md\:hover\:translate-x-7:hover { - --tw-translate-x: 1.75rem; - } - - .md\:hover\:translate-x-8:hover { - --tw-translate-x: 2rem; - } - - .md\:hover\:translate-x-9:hover { - --tw-translate-x: 2.25rem; - } - - .md\:hover\:translate-x-10:hover { - --tw-translate-x: 2.5rem; - } - - .md\:hover\:translate-x-11:hover { - --tw-translate-x: 2.75rem; - } - - .md\:hover\:translate-x-12:hover { - --tw-translate-x: 3rem; - } - - .md\:hover\:translate-x-14:hover { - --tw-translate-x: 3.5rem; - } - - .md\:hover\:translate-x-16:hover { - --tw-translate-x: 4rem; - } - - .md\:hover\:translate-x-20:hover { - --tw-translate-x: 5rem; - } - - .md\:hover\:translate-x-22:hover { - --tw-translate-x: 5.625rem; - } - - .md\:hover\:translate-x-24:hover { - --tw-translate-x: 6rem; - } - - .md\:hover\:translate-x-28:hover { - --tw-translate-x: 7rem; - } - - .md\:hover\:translate-x-32:hover { - --tw-translate-x: 8rem; - } - - .md\:hover\:translate-x-36:hover { - --tw-translate-x: 9rem; - } - - .md\:hover\:translate-x-40:hover { - --tw-translate-x: 10rem; - } - - .md\:hover\:translate-x-44:hover { - --tw-translate-x: 11rem; - } - - .md\:hover\:translate-x-48:hover { - --tw-translate-x: 12rem; - } - - .md\:hover\:translate-x-52:hover { - --tw-translate-x: 13rem; - } - - .md\:hover\:translate-x-56:hover { - --tw-translate-x: 14rem; - } - - .md\:hover\:translate-x-60:hover { - --tw-translate-x: 240px; - } - - .md\:hover\:translate-x-64:hover { - --tw-translate-x: 16rem; - } - - .md\:hover\:translate-x-72:hover { - --tw-translate-x: 18rem; - } - - .md\:hover\:translate-x-80:hover { - --tw-translate-x: 20rem; - } - - .md\:hover\:translate-x-88:hover { - --tw-translate-x: 22rem; - } - - .md\:hover\:translate-x-96:hover { - --tw-translate-x: 24rem; - } - - .md\:hover\:translate-x-130:hover { - --tw-translate-x: 560px; - } - - .md\:hover\:translate-x-px:hover { - --tw-translate-x: 1px; - } - - .md\:hover\:translate-x-0\.5:hover { - --tw-translate-x: 0.125rem; - } - - .md\:hover\:translate-x-1\.5:hover { - --tw-translate-x: 0.375rem; - } - - .md\:hover\:translate-x-2\.5:hover { - --tw-translate-x: 0.625rem; - } - - .md\:hover\:translate-x-3\.5:hover { - --tw-translate-x: 0.875rem; - } - - .md\:hover\:-translate-x-0:hover { - --tw-translate-x: 0px; - } - - .md\:hover\:-translate-x-1:hover { - --tw-translate-x: -0.25rem; - } - - .md\:hover\:-translate-x-2:hover { - --tw-translate-x: -0.5rem; - } - - .md\:hover\:-translate-x-3:hover { - --tw-translate-x: -0.75rem; - } - - .md\:hover\:-translate-x-4:hover { - --tw-translate-x: -1rem; - } - - .md\:hover\:-translate-x-5:hover { - --tw-translate-x: -1.25rem; - } - - .md\:hover\:-translate-x-6:hover { - --tw-translate-x: -1.5rem; - } - - .md\:hover\:-translate-x-7:hover { - --tw-translate-x: -1.75rem; - } - - .md\:hover\:-translate-x-8:hover { - --tw-translate-x: -2rem; - } - - .md\:hover\:-translate-x-9:hover { - --tw-translate-x: -2.25rem; - } - - .md\:hover\:-translate-x-10:hover { - --tw-translate-x: -2.5rem; - } - - .md\:hover\:-translate-x-11:hover { - --tw-translate-x: -2.75rem; - } - - .md\:hover\:-translate-x-12:hover { - --tw-translate-x: -3rem; - } - - .md\:hover\:-translate-x-14:hover { - --tw-translate-x: -3.5rem; - } - - .md\:hover\:-translate-x-16:hover { - --tw-translate-x: -4rem; - } - - .md\:hover\:-translate-x-20:hover { - --tw-translate-x: -5rem; - } - - .md\:hover\:-translate-x-22:hover { - --tw-translate-x: -5.625rem; - } - - .md\:hover\:-translate-x-24:hover { - --tw-translate-x: -6rem; - } - - .md\:hover\:-translate-x-28:hover { - --tw-translate-x: -7rem; - } - - .md\:hover\:-translate-x-32:hover { - --tw-translate-x: -8rem; - } - - .md\:hover\:-translate-x-36:hover { - --tw-translate-x: -9rem; - } - - .md\:hover\:-translate-x-40:hover { - --tw-translate-x: -10rem; - } - - .md\:hover\:-translate-x-44:hover { - --tw-translate-x: -11rem; - } - - .md\:hover\:-translate-x-48:hover { - --tw-translate-x: -12rem; - } - - .md\:hover\:-translate-x-52:hover { - --tw-translate-x: -13rem; - } - - .md\:hover\:-translate-x-56:hover { - --tw-translate-x: -14rem; - } - - .md\:hover\:-translate-x-60:hover { - --tw-translate-x: -240px; - } - - .md\:hover\:-translate-x-64:hover { - --tw-translate-x: -16rem; - } - - .md\:hover\:-translate-x-72:hover { - --tw-translate-x: -18rem; - } - - .md\:hover\:-translate-x-80:hover { - --tw-translate-x: -20rem; - } - - .md\:hover\:-translate-x-88:hover { - --tw-translate-x: -22rem; - } - - .md\:hover\:-translate-x-96:hover { - --tw-translate-x: -24rem; - } - - .md\:hover\:-translate-x-130:hover { - --tw-translate-x: -560px; - } - - .md\:hover\:-translate-x-px:hover { - --tw-translate-x: -1px; - } - - .md\:hover\:-translate-x-0\.5:hover { - --tw-translate-x: -0.125rem; - } - - .md\:hover\:-translate-x-1\.5:hover { - --tw-translate-x: -0.375rem; - } - - .md\:hover\:-translate-x-2\.5:hover { - --tw-translate-x: -0.625rem; - } - - .md\:hover\:-translate-x-3\.5:hover { - --tw-translate-x: -0.875rem; - } - - .md\:hover\:translate-x-1\/2:hover { - --tw-translate-x: 50%; - } - - .md\:hover\:translate-x-1\/3:hover { - --tw-translate-x: 33.333333%; - } - - .md\:hover\:translate-x-2\/3:hover { - --tw-translate-x: 66.666667%; - } - - .md\:hover\:translate-x-1\/4:hover { - --tw-translate-x: 25%; - } - - .md\:hover\:translate-x-2\/4:hover { - --tw-translate-x: 50%; - } - - .md\:hover\:translate-x-3\/4:hover { - --tw-translate-x: 75%; - } - - .md\:hover\:translate-x-full:hover { - --tw-translate-x: 100%; - } - - .md\:hover\:-translate-x-1\/2:hover { - --tw-translate-x: -50%; - } - - .md\:hover\:-translate-x-1\/3:hover { - --tw-translate-x: -33.333333%; - } - - .md\:hover\:-translate-x-2\/3:hover { - --tw-translate-x: -66.666667%; - } - - .md\:hover\:-translate-x-1\/4:hover { - --tw-translate-x: -25%; - } - - .md\:hover\:-translate-x-2\/4:hover { - --tw-translate-x: -50%; - } - - .md\:hover\:-translate-x-3\/4:hover { - --tw-translate-x: -75%; - } - - .md\:hover\:-translate-x-full:hover { - --tw-translate-x: -100%; - } - - .md\:hover\:translate-y-0:hover { - --tw-translate-y: 0px; - } - - .md\:hover\:translate-y-1:hover { - --tw-translate-y: 0.25rem; - } - - .md\:hover\:translate-y-2:hover { - --tw-translate-y: 0.5rem; - } - - .md\:hover\:translate-y-3:hover { - --tw-translate-y: 0.75rem; - } - - .md\:hover\:translate-y-4:hover { - --tw-translate-y: 1rem; - } - - .md\:hover\:translate-y-5:hover { - --tw-translate-y: 1.25rem; - } - - .md\:hover\:translate-y-6:hover { - --tw-translate-y: 1.5rem; - } - - .md\:hover\:translate-y-7:hover { - --tw-translate-y: 1.75rem; - } - - .md\:hover\:translate-y-8:hover { - --tw-translate-y: 2rem; - } - - .md\:hover\:translate-y-9:hover { - --tw-translate-y: 2.25rem; - } - - .md\:hover\:translate-y-10:hover { - --tw-translate-y: 2.5rem; - } - - .md\:hover\:translate-y-11:hover { - --tw-translate-y: 2.75rem; - } - - .md\:hover\:translate-y-12:hover { - --tw-translate-y: 3rem; - } - - .md\:hover\:translate-y-14:hover { - --tw-translate-y: 3.5rem; - } - - .md\:hover\:translate-y-16:hover { - --tw-translate-y: 4rem; - } - - .md\:hover\:translate-y-20:hover { - --tw-translate-y: 5rem; - } - - .md\:hover\:translate-y-22:hover { - --tw-translate-y: 5.625rem; - } - - .md\:hover\:translate-y-24:hover { - --tw-translate-y: 6rem; - } - - .md\:hover\:translate-y-28:hover { - --tw-translate-y: 7rem; - } - - .md\:hover\:translate-y-32:hover { - --tw-translate-y: 8rem; - } - - .md\:hover\:translate-y-36:hover { - --tw-translate-y: 9rem; - } - - .md\:hover\:translate-y-40:hover { - --tw-translate-y: 10rem; - } - - .md\:hover\:translate-y-44:hover { - --tw-translate-y: 11rem; - } - - .md\:hover\:translate-y-48:hover { - --tw-translate-y: 12rem; - } - - .md\:hover\:translate-y-52:hover { - --tw-translate-y: 13rem; - } - - .md\:hover\:translate-y-56:hover { - --tw-translate-y: 14rem; - } - - .md\:hover\:translate-y-60:hover { - --tw-translate-y: 240px; - } - - .md\:hover\:translate-y-64:hover { - --tw-translate-y: 16rem; - } - - .md\:hover\:translate-y-72:hover { - --tw-translate-y: 18rem; - } - - .md\:hover\:translate-y-80:hover { - --tw-translate-y: 20rem; - } - - .md\:hover\:translate-y-88:hover { - --tw-translate-y: 22rem; - } - - .md\:hover\:translate-y-96:hover { - --tw-translate-y: 24rem; - } - - .md\:hover\:translate-y-130:hover { - --tw-translate-y: 560px; - } - - .md\:hover\:translate-y-px:hover { - --tw-translate-y: 1px; - } - - .md\:hover\:translate-y-0\.5:hover { - --tw-translate-y: 0.125rem; - } - - .md\:hover\:translate-y-1\.5:hover { - --tw-translate-y: 0.375rem; - } - - .md\:hover\:translate-y-2\.5:hover { - --tw-translate-y: 0.625rem; - } - - .md\:hover\:translate-y-3\.5:hover { - --tw-translate-y: 0.875rem; - } - - .md\:hover\:-translate-y-0:hover { - --tw-translate-y: 0px; - } - - .md\:hover\:-translate-y-1:hover { - --tw-translate-y: -0.25rem; - } - - .md\:hover\:-translate-y-2:hover { - --tw-translate-y: -0.5rem; - } - - .md\:hover\:-translate-y-3:hover { - --tw-translate-y: -0.75rem; - } - - .md\:hover\:-translate-y-4:hover { - --tw-translate-y: -1rem; - } - - .md\:hover\:-translate-y-5:hover { - --tw-translate-y: -1.25rem; - } - - .md\:hover\:-translate-y-6:hover { - --tw-translate-y: -1.5rem; - } - - .md\:hover\:-translate-y-7:hover { - --tw-translate-y: -1.75rem; - } - - .md\:hover\:-translate-y-8:hover { - --tw-translate-y: -2rem; - } - - .md\:hover\:-translate-y-9:hover { - --tw-translate-y: -2.25rem; - } - - .md\:hover\:-translate-y-10:hover { - --tw-translate-y: -2.5rem; - } - - .md\:hover\:-translate-y-11:hover { - --tw-translate-y: -2.75rem; - } - - .md\:hover\:-translate-y-12:hover { - --tw-translate-y: -3rem; - } - - .md\:hover\:-translate-y-14:hover { - --tw-translate-y: -3.5rem; - } - - .md\:hover\:-translate-y-16:hover { - --tw-translate-y: -4rem; - } - - .md\:hover\:-translate-y-20:hover { - --tw-translate-y: -5rem; - } - - .md\:hover\:-translate-y-22:hover { - --tw-translate-y: -5.625rem; - } - - .md\:hover\:-translate-y-24:hover { - --tw-translate-y: -6rem; - } - - .md\:hover\:-translate-y-28:hover { - --tw-translate-y: -7rem; - } - - .md\:hover\:-translate-y-32:hover { - --tw-translate-y: -8rem; - } - - .md\:hover\:-translate-y-36:hover { - --tw-translate-y: -9rem; - } - - .md\:hover\:-translate-y-40:hover { - --tw-translate-y: -10rem; - } - - .md\:hover\:-translate-y-44:hover { - --tw-translate-y: -11rem; - } - - .md\:hover\:-translate-y-48:hover { - --tw-translate-y: -12rem; - } - - .md\:hover\:-translate-y-52:hover { - --tw-translate-y: -13rem; - } - - .md\:hover\:-translate-y-56:hover { - --tw-translate-y: -14rem; - } - - .md\:hover\:-translate-y-60:hover { - --tw-translate-y: -240px; - } - - .md\:hover\:-translate-y-64:hover { - --tw-translate-y: -16rem; - } - - .md\:hover\:-translate-y-72:hover { - --tw-translate-y: -18rem; - } - - .md\:hover\:-translate-y-80:hover { - --tw-translate-y: -20rem; - } - - .md\:hover\:-translate-y-88:hover { - --tw-translate-y: -22rem; - } - - .md\:hover\:-translate-y-96:hover { - --tw-translate-y: -24rem; - } - - .md\:hover\:-translate-y-130:hover { - --tw-translate-y: -560px; - } - - .md\:hover\:-translate-y-px:hover { - --tw-translate-y: -1px; - } - - .md\:hover\:-translate-y-0\.5:hover { - --tw-translate-y: -0.125rem; - } - - .md\:hover\:-translate-y-1\.5:hover { - --tw-translate-y: -0.375rem; - } - - .md\:hover\:-translate-y-2\.5:hover { - --tw-translate-y: -0.625rem; - } - - .md\:hover\:-translate-y-3\.5:hover { - --tw-translate-y: -0.875rem; - } - - .md\:hover\:translate-y-1\/2:hover { - --tw-translate-y: 50%; - } - - .md\:hover\:translate-y-1\/3:hover { - --tw-translate-y: 33.333333%; - } - - .md\:hover\:translate-y-2\/3:hover { - --tw-translate-y: 66.666667%; - } - - .md\:hover\:translate-y-1\/4:hover { - --tw-translate-y: 25%; - } - - .md\:hover\:translate-y-2\/4:hover { - --tw-translate-y: 50%; - } - - .md\:hover\:translate-y-3\/4:hover { - --tw-translate-y: 75%; - } - - .md\:hover\:translate-y-full:hover { - --tw-translate-y: 100%; - } - - .md\:hover\:-translate-y-1\/2:hover { - --tw-translate-y: -50%; - } - - .md\:hover\:-translate-y-1\/3:hover { - --tw-translate-y: -33.333333%; - } - - .md\:hover\:-translate-y-2\/3:hover { - --tw-translate-y: -66.666667%; - } - - .md\:hover\:-translate-y-1\/4:hover { - --tw-translate-y: -25%; - } - - .md\:hover\:-translate-y-2\/4:hover { - --tw-translate-y: -50%; - } - - .md\:hover\:-translate-y-3\/4:hover { - --tw-translate-y: -75%; - } - - .md\:hover\:-translate-y-full:hover { - --tw-translate-y: -100%; - } - - .md\:focus\:translate-x-0:focus { - --tw-translate-x: 0px; - } - - .md\:focus\:translate-x-1:focus { - --tw-translate-x: 0.25rem; - } - - .md\:focus\:translate-x-2:focus { - --tw-translate-x: 0.5rem; - } - - .md\:focus\:translate-x-3:focus { - --tw-translate-x: 0.75rem; - } - - .md\:focus\:translate-x-4:focus { - --tw-translate-x: 1rem; - } - - .md\:focus\:translate-x-5:focus { - --tw-translate-x: 1.25rem; - } - - .md\:focus\:translate-x-6:focus { - --tw-translate-x: 1.5rem; - } - - .md\:focus\:translate-x-7:focus { - --tw-translate-x: 1.75rem; - } - - .md\:focus\:translate-x-8:focus { - --tw-translate-x: 2rem; - } - - .md\:focus\:translate-x-9:focus { - --tw-translate-x: 2.25rem; - } - - .md\:focus\:translate-x-10:focus { - --tw-translate-x: 2.5rem; - } - - .md\:focus\:translate-x-11:focus { - --tw-translate-x: 2.75rem; - } - - .md\:focus\:translate-x-12:focus { - --tw-translate-x: 3rem; - } - - .md\:focus\:translate-x-14:focus { - --tw-translate-x: 3.5rem; - } - - .md\:focus\:translate-x-16:focus { - --tw-translate-x: 4rem; - } - - .md\:focus\:translate-x-20:focus { - --tw-translate-x: 5rem; - } - - .md\:focus\:translate-x-22:focus { - --tw-translate-x: 5.625rem; - } - - .md\:focus\:translate-x-24:focus { - --tw-translate-x: 6rem; - } - - .md\:focus\:translate-x-28:focus { - --tw-translate-x: 7rem; - } - - .md\:focus\:translate-x-32:focus { - --tw-translate-x: 8rem; - } - - .md\:focus\:translate-x-36:focus { - --tw-translate-x: 9rem; - } - - .md\:focus\:translate-x-40:focus { - --tw-translate-x: 10rem; - } - - .md\:focus\:translate-x-44:focus { - --tw-translate-x: 11rem; - } - - .md\:focus\:translate-x-48:focus { - --tw-translate-x: 12rem; - } - - .md\:focus\:translate-x-52:focus { - --tw-translate-x: 13rem; - } - - .md\:focus\:translate-x-56:focus { - --tw-translate-x: 14rem; - } - - .md\:focus\:translate-x-60:focus { - --tw-translate-x: 240px; - } - - .md\:focus\:translate-x-64:focus { - --tw-translate-x: 16rem; - } - - .md\:focus\:translate-x-72:focus { - --tw-translate-x: 18rem; - } - - .md\:focus\:translate-x-80:focus { - --tw-translate-x: 20rem; - } - - .md\:focus\:translate-x-88:focus { - --tw-translate-x: 22rem; - } - - .md\:focus\:translate-x-96:focus { - --tw-translate-x: 24rem; - } - - .md\:focus\:translate-x-130:focus { - --tw-translate-x: 560px; - } - - .md\:focus\:translate-x-px:focus { - --tw-translate-x: 1px; - } - - .md\:focus\:translate-x-0\.5:focus { - --tw-translate-x: 0.125rem; - } - - .md\:focus\:translate-x-1\.5:focus { - --tw-translate-x: 0.375rem; - } - - .md\:focus\:translate-x-2\.5:focus { - --tw-translate-x: 0.625rem; - } - - .md\:focus\:translate-x-3\.5:focus { - --tw-translate-x: 0.875rem; - } - - .md\:focus\:-translate-x-0:focus { - --tw-translate-x: 0px; - } - - .md\:focus\:-translate-x-1:focus { - --tw-translate-x: -0.25rem; - } - - .md\:focus\:-translate-x-2:focus { - --tw-translate-x: -0.5rem; - } - - .md\:focus\:-translate-x-3:focus { - --tw-translate-x: -0.75rem; - } - - .md\:focus\:-translate-x-4:focus { - --tw-translate-x: -1rem; - } - - .md\:focus\:-translate-x-5:focus { - --tw-translate-x: -1.25rem; - } - - .md\:focus\:-translate-x-6:focus { - --tw-translate-x: -1.5rem; - } - - .md\:focus\:-translate-x-7:focus { - --tw-translate-x: -1.75rem; - } - - .md\:focus\:-translate-x-8:focus { - --tw-translate-x: -2rem; - } - - .md\:focus\:-translate-x-9:focus { - --tw-translate-x: -2.25rem; - } - - .md\:focus\:-translate-x-10:focus { - --tw-translate-x: -2.5rem; - } - - .md\:focus\:-translate-x-11:focus { - --tw-translate-x: -2.75rem; - } - - .md\:focus\:-translate-x-12:focus { - --tw-translate-x: -3rem; - } - - .md\:focus\:-translate-x-14:focus { - --tw-translate-x: -3.5rem; - } - - .md\:focus\:-translate-x-16:focus { - --tw-translate-x: -4rem; - } - - .md\:focus\:-translate-x-20:focus { - --tw-translate-x: -5rem; - } - - .md\:focus\:-translate-x-22:focus { - --tw-translate-x: -5.625rem; - } - - .md\:focus\:-translate-x-24:focus { - --tw-translate-x: -6rem; - } - - .md\:focus\:-translate-x-28:focus { - --tw-translate-x: -7rem; - } - - .md\:focus\:-translate-x-32:focus { - --tw-translate-x: -8rem; - } - - .md\:focus\:-translate-x-36:focus { - --tw-translate-x: -9rem; - } - - .md\:focus\:-translate-x-40:focus { - --tw-translate-x: -10rem; - } - - .md\:focus\:-translate-x-44:focus { - --tw-translate-x: -11rem; - } - - .md\:focus\:-translate-x-48:focus { - --tw-translate-x: -12rem; - } - - .md\:focus\:-translate-x-52:focus { - --tw-translate-x: -13rem; - } - - .md\:focus\:-translate-x-56:focus { - --tw-translate-x: -14rem; - } - - .md\:focus\:-translate-x-60:focus { - --tw-translate-x: -240px; - } - - .md\:focus\:-translate-x-64:focus { - --tw-translate-x: -16rem; - } - - .md\:focus\:-translate-x-72:focus { - --tw-translate-x: -18rem; - } - - .md\:focus\:-translate-x-80:focus { - --tw-translate-x: -20rem; - } - - .md\:focus\:-translate-x-88:focus { - --tw-translate-x: -22rem; - } - - .md\:focus\:-translate-x-96:focus { - --tw-translate-x: -24rem; - } - - .md\:focus\:-translate-x-130:focus { - --tw-translate-x: -560px; - } - - .md\:focus\:-translate-x-px:focus { - --tw-translate-x: -1px; - } - - .md\:focus\:-translate-x-0\.5:focus { - --tw-translate-x: -0.125rem; - } - - .md\:focus\:-translate-x-1\.5:focus { - --tw-translate-x: -0.375rem; - } - - .md\:focus\:-translate-x-2\.5:focus { - --tw-translate-x: -0.625rem; - } - - .md\:focus\:-translate-x-3\.5:focus { - --tw-translate-x: -0.875rem; - } - - .md\:focus\:translate-x-1\/2:focus { - --tw-translate-x: 50%; - } - - .md\:focus\:translate-x-1\/3:focus { - --tw-translate-x: 33.333333%; - } - - .md\:focus\:translate-x-2\/3:focus { - --tw-translate-x: 66.666667%; - } - - .md\:focus\:translate-x-1\/4:focus { - --tw-translate-x: 25%; - } - - .md\:focus\:translate-x-2\/4:focus { - --tw-translate-x: 50%; - } - - .md\:focus\:translate-x-3\/4:focus { - --tw-translate-x: 75%; - } - - .md\:focus\:translate-x-full:focus { - --tw-translate-x: 100%; - } - - .md\:focus\:-translate-x-1\/2:focus { - --tw-translate-x: -50%; - } - - .md\:focus\:-translate-x-1\/3:focus { - --tw-translate-x: -33.333333%; - } - - .md\:focus\:-translate-x-2\/3:focus { - --tw-translate-x: -66.666667%; - } - - .md\:focus\:-translate-x-1\/4:focus { - --tw-translate-x: -25%; - } - - .md\:focus\:-translate-x-2\/4:focus { - --tw-translate-x: -50%; - } - - .md\:focus\:-translate-x-3\/4:focus { - --tw-translate-x: -75%; - } - - .md\:focus\:-translate-x-full:focus { - --tw-translate-x: -100%; - } - - .md\:focus\:translate-y-0:focus { - --tw-translate-y: 0px; - } - - .md\:focus\:translate-y-1:focus { - --tw-translate-y: 0.25rem; - } - - .md\:focus\:translate-y-2:focus { - --tw-translate-y: 0.5rem; - } - - .md\:focus\:translate-y-3:focus { - --tw-translate-y: 0.75rem; - } - - .md\:focus\:translate-y-4:focus { - --tw-translate-y: 1rem; - } - - .md\:focus\:translate-y-5:focus { - --tw-translate-y: 1.25rem; - } - - .md\:focus\:translate-y-6:focus { - --tw-translate-y: 1.5rem; - } - - .md\:focus\:translate-y-7:focus { - --tw-translate-y: 1.75rem; - } - - .md\:focus\:translate-y-8:focus { - --tw-translate-y: 2rem; - } - - .md\:focus\:translate-y-9:focus { - --tw-translate-y: 2.25rem; - } - - .md\:focus\:translate-y-10:focus { - --tw-translate-y: 2.5rem; - } - - .md\:focus\:translate-y-11:focus { - --tw-translate-y: 2.75rem; - } - - .md\:focus\:translate-y-12:focus { - --tw-translate-y: 3rem; - } - - .md\:focus\:translate-y-14:focus { - --tw-translate-y: 3.5rem; - } - - .md\:focus\:translate-y-16:focus { - --tw-translate-y: 4rem; - } - - .md\:focus\:translate-y-20:focus { - --tw-translate-y: 5rem; - } - - .md\:focus\:translate-y-22:focus { - --tw-translate-y: 5.625rem; - } - - .md\:focus\:translate-y-24:focus { - --tw-translate-y: 6rem; - } - - .md\:focus\:translate-y-28:focus { - --tw-translate-y: 7rem; - } - - .md\:focus\:translate-y-32:focus { - --tw-translate-y: 8rem; - } - - .md\:focus\:translate-y-36:focus { - --tw-translate-y: 9rem; - } - - .md\:focus\:translate-y-40:focus { - --tw-translate-y: 10rem; - } - - .md\:focus\:translate-y-44:focus { - --tw-translate-y: 11rem; - } - - .md\:focus\:translate-y-48:focus { - --tw-translate-y: 12rem; - } - - .md\:focus\:translate-y-52:focus { - --tw-translate-y: 13rem; - } - - .md\:focus\:translate-y-56:focus { - --tw-translate-y: 14rem; - } - - .md\:focus\:translate-y-60:focus { - --tw-translate-y: 240px; - } - - .md\:focus\:translate-y-64:focus { - --tw-translate-y: 16rem; - } - - .md\:focus\:translate-y-72:focus { - --tw-translate-y: 18rem; - } - - .md\:focus\:translate-y-80:focus { - --tw-translate-y: 20rem; - } - - .md\:focus\:translate-y-88:focus { - --tw-translate-y: 22rem; - } - - .md\:focus\:translate-y-96:focus { - --tw-translate-y: 24rem; - } - - .md\:focus\:translate-y-130:focus { - --tw-translate-y: 560px; - } - - .md\:focus\:translate-y-px:focus { - --tw-translate-y: 1px; - } - - .md\:focus\:translate-y-0\.5:focus { - --tw-translate-y: 0.125rem; - } - - .md\:focus\:translate-y-1\.5:focus { - --tw-translate-y: 0.375rem; - } - - .md\:focus\:translate-y-2\.5:focus { - --tw-translate-y: 0.625rem; - } - - .md\:focus\:translate-y-3\.5:focus { - --tw-translate-y: 0.875rem; - } - - .md\:focus\:-translate-y-0:focus { - --tw-translate-y: 0px; - } - - .md\:focus\:-translate-y-1:focus { - --tw-translate-y: -0.25rem; - } - - .md\:focus\:-translate-y-2:focus { - --tw-translate-y: -0.5rem; - } - - .md\:focus\:-translate-y-3:focus { - --tw-translate-y: -0.75rem; - } - - .md\:focus\:-translate-y-4:focus { - --tw-translate-y: -1rem; - } - - .md\:focus\:-translate-y-5:focus { - --tw-translate-y: -1.25rem; - } - - .md\:focus\:-translate-y-6:focus { - --tw-translate-y: -1.5rem; - } - - .md\:focus\:-translate-y-7:focus { - --tw-translate-y: -1.75rem; - } - - .md\:focus\:-translate-y-8:focus { - --tw-translate-y: -2rem; - } - - .md\:focus\:-translate-y-9:focus { - --tw-translate-y: -2.25rem; - } - - .md\:focus\:-translate-y-10:focus { - --tw-translate-y: -2.5rem; - } - - .md\:focus\:-translate-y-11:focus { - --tw-translate-y: -2.75rem; - } - - .md\:focus\:-translate-y-12:focus { - --tw-translate-y: -3rem; - } - - .md\:focus\:-translate-y-14:focus { - --tw-translate-y: -3.5rem; - } - - .md\:focus\:-translate-y-16:focus { - --tw-translate-y: -4rem; - } - - .md\:focus\:-translate-y-20:focus { - --tw-translate-y: -5rem; - } - - .md\:focus\:-translate-y-22:focus { - --tw-translate-y: -5.625rem; - } - - .md\:focus\:-translate-y-24:focus { - --tw-translate-y: -6rem; - } - - .md\:focus\:-translate-y-28:focus { - --tw-translate-y: -7rem; - } - - .md\:focus\:-translate-y-32:focus { - --tw-translate-y: -8rem; - } - - .md\:focus\:-translate-y-36:focus { - --tw-translate-y: -9rem; - } - - .md\:focus\:-translate-y-40:focus { - --tw-translate-y: -10rem; - } - - .md\:focus\:-translate-y-44:focus { - --tw-translate-y: -11rem; - } - - .md\:focus\:-translate-y-48:focus { - --tw-translate-y: -12rem; - } - - .md\:focus\:-translate-y-52:focus { - --tw-translate-y: -13rem; - } - - .md\:focus\:-translate-y-56:focus { - --tw-translate-y: -14rem; - } - - .md\:focus\:-translate-y-60:focus { - --tw-translate-y: -240px; - } - - .md\:focus\:-translate-y-64:focus { - --tw-translate-y: -16rem; - } - - .md\:focus\:-translate-y-72:focus { - --tw-translate-y: -18rem; - } - - .md\:focus\:-translate-y-80:focus { - --tw-translate-y: -20rem; - } - - .md\:focus\:-translate-y-88:focus { - --tw-translate-y: -22rem; - } - - .md\:focus\:-translate-y-96:focus { - --tw-translate-y: -24rem; - } - - .md\:focus\:-translate-y-130:focus { - --tw-translate-y: -560px; - } - - .md\:focus\:-translate-y-px:focus { - --tw-translate-y: -1px; - } - - .md\:focus\:-translate-y-0\.5:focus { - --tw-translate-y: -0.125rem; - } - - .md\:focus\:-translate-y-1\.5:focus { - --tw-translate-y: -0.375rem; - } - - .md\:focus\:-translate-y-2\.5:focus { - --tw-translate-y: -0.625rem; - } - - .md\:focus\:-translate-y-3\.5:focus { - --tw-translate-y: -0.875rem; - } - - .md\:focus\:translate-y-1\/2:focus { - --tw-translate-y: 50%; - } - - .md\:focus\:translate-y-1\/3:focus { - --tw-translate-y: 33.333333%; - } - - .md\:focus\:translate-y-2\/3:focus { - --tw-translate-y: 66.666667%; - } - - .md\:focus\:translate-y-1\/4:focus { - --tw-translate-y: 25%; - } - - .md\:focus\:translate-y-2\/4:focus { - --tw-translate-y: 50%; - } - - .md\:focus\:translate-y-3\/4:focus { - --tw-translate-y: 75%; - } - - .md\:focus\:translate-y-full:focus { - --tw-translate-y: 100%; - } - - .md\:focus\:-translate-y-1\/2:focus { - --tw-translate-y: -50%; - } - - .md\:focus\:-translate-y-1\/3:focus { - --tw-translate-y: -33.333333%; - } - - .md\:focus\:-translate-y-2\/3:focus { - --tw-translate-y: -66.666667%; - } - - .md\:focus\:-translate-y-1\/4:focus { - --tw-translate-y: -25%; - } - - .md\:focus\:-translate-y-2\/4:focus { - --tw-translate-y: -50%; - } - - .md\:focus\:-translate-y-3\/4:focus { - --tw-translate-y: -75%; - } - - .md\:focus\:-translate-y-full:focus { - --tw-translate-y: -100%; - } - - .md\:skew-x-0 { - --tw-skew-x: 0deg; - } - - .md\:skew-x-1 { - --tw-skew-x: 1deg; - } - - .md\:skew-x-2 { - --tw-skew-x: 2deg; - } - - .md\:skew-x-3 { - --tw-skew-x: 3deg; - } - - .md\:skew-x-6 { - --tw-skew-x: 6deg; - } - - .md\:skew-x-12 { - --tw-skew-x: 12deg; - } - - .md\:-skew-x-12 { - --tw-skew-x: -12deg; - } - - .md\:-skew-x-6 { - --tw-skew-x: -6deg; - } - - .md\:-skew-x-3 { - --tw-skew-x: -3deg; - } - - .md\:-skew-x-2 { - --tw-skew-x: -2deg; - } - - .md\:-skew-x-1 { - --tw-skew-x: -1deg; - } - - .md\:skew-y-0 { - --tw-skew-y: 0deg; - } - - .md\:skew-y-1 { - --tw-skew-y: 1deg; - } - - .md\:skew-y-2 { - --tw-skew-y: 2deg; - } - - .md\:skew-y-3 { - --tw-skew-y: 3deg; - } - - .md\:skew-y-6 { - --tw-skew-y: 6deg; - } - - .md\:skew-y-12 { - --tw-skew-y: 12deg; - } - - .md\:-skew-y-12 { - --tw-skew-y: -12deg; - } - - .md\:-skew-y-6 { - --tw-skew-y: -6deg; - } - - .md\:-skew-y-3 { - --tw-skew-y: -3deg; - } - - .md\:-skew-y-2 { - --tw-skew-y: -2deg; - } - - .md\:-skew-y-1 { - --tw-skew-y: -1deg; - } - - .md\:hover\:skew-x-0:hover { - --tw-skew-x: 0deg; - } - - .md\:hover\:skew-x-1:hover { - --tw-skew-x: 1deg; - } - - .md\:hover\:skew-x-2:hover { - --tw-skew-x: 2deg; - } - - .md\:hover\:skew-x-3:hover { - --tw-skew-x: 3deg; - } - - .md\:hover\:skew-x-6:hover { - --tw-skew-x: 6deg; - } - - .md\:hover\:skew-x-12:hover { - --tw-skew-x: 12deg; - } - - .md\:hover\:-skew-x-12:hover { - --tw-skew-x: -12deg; - } - - .md\:hover\:-skew-x-6:hover { - --tw-skew-x: -6deg; - } - - .md\:hover\:-skew-x-3:hover { - --tw-skew-x: -3deg; - } - - .md\:hover\:-skew-x-2:hover { - --tw-skew-x: -2deg; - } - - .md\:hover\:-skew-x-1:hover { - --tw-skew-x: -1deg; - } - - .md\:hover\:skew-y-0:hover { - --tw-skew-y: 0deg; - } - - .md\:hover\:skew-y-1:hover { - --tw-skew-y: 1deg; - } - - .md\:hover\:skew-y-2:hover { - --tw-skew-y: 2deg; - } - - .md\:hover\:skew-y-3:hover { - --tw-skew-y: 3deg; - } - - .md\:hover\:skew-y-6:hover { - --tw-skew-y: 6deg; - } - - .md\:hover\:skew-y-12:hover { - --tw-skew-y: 12deg; - } - - .md\:hover\:-skew-y-12:hover { - --tw-skew-y: -12deg; - } - - .md\:hover\:-skew-y-6:hover { - --tw-skew-y: -6deg; - } - - .md\:hover\:-skew-y-3:hover { - --tw-skew-y: -3deg; - } - - .md\:hover\:-skew-y-2:hover { - --tw-skew-y: -2deg; - } - - .md\:hover\:-skew-y-1:hover { - --tw-skew-y: -1deg; - } - - .md\:focus\:skew-x-0:focus { - --tw-skew-x: 0deg; - } - - .md\:focus\:skew-x-1:focus { - --tw-skew-x: 1deg; - } - - .md\:focus\:skew-x-2:focus { - --tw-skew-x: 2deg; - } - - .md\:focus\:skew-x-3:focus { - --tw-skew-x: 3deg; - } - - .md\:focus\:skew-x-6:focus { - --tw-skew-x: 6deg; - } - - .md\:focus\:skew-x-12:focus { - --tw-skew-x: 12deg; - } - - .md\:focus\:-skew-x-12:focus { - --tw-skew-x: -12deg; - } - - .md\:focus\:-skew-x-6:focus { - --tw-skew-x: -6deg; - } - - .md\:focus\:-skew-x-3:focus { - --tw-skew-x: -3deg; - } - - .md\:focus\:-skew-x-2:focus { - --tw-skew-x: -2deg; - } - - .md\:focus\:-skew-x-1:focus { - --tw-skew-x: -1deg; - } - - .md\:focus\:skew-y-0:focus { - --tw-skew-y: 0deg; - } - - .md\:focus\:skew-y-1:focus { - --tw-skew-y: 1deg; - } - - .md\:focus\:skew-y-2:focus { - --tw-skew-y: 2deg; - } - - .md\:focus\:skew-y-3:focus { - --tw-skew-y: 3deg; - } - - .md\:focus\:skew-y-6:focus { - --tw-skew-y: 6deg; - } - - .md\:focus\:skew-y-12:focus { - --tw-skew-y: 12deg; - } - - .md\:focus\:-skew-y-12:focus { - --tw-skew-y: -12deg; - } - - .md\:focus\:-skew-y-6:focus { - --tw-skew-y: -6deg; - } - - .md\:focus\:-skew-y-3:focus { - --tw-skew-y: -3deg; - } - - .md\:focus\:-skew-y-2:focus { - --tw-skew-y: -2deg; - } - - .md\:focus\:-skew-y-1:focus { - --tw-skew-y: -1deg; - } - - .md\:transition-none { - transition-property: none; - } - - .md\:transition-all { - transition-property: all; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .md\:transition { - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .md\:transition-colors { - transition-property: background-color, border-color, color, fill, stroke; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .md\:transition-opacity { - transition-property: opacity; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .md\:transition-shadow { - transition-property: box-shadow; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .md\:transition-transform { - transition-property: transform; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .md\:ease-linear { - transition-timing-function: linear; - } - - .md\:ease-in { - transition-timing-function: cubic-bezier(0.4, 0, 1, 1); - } - - .md\:ease-out { - transition-timing-function: cubic-bezier(0, 0, 0.2, 1); - } - - .md\:ease-in-out { - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - } - - .md\:duration-75 { - transition-duration: 75ms; - } - - .md\:duration-100 { - transition-duration: 100ms; - } - - .md\:duration-150 { - transition-duration: 150ms; - } - - .md\:duration-200 { - transition-duration: 200ms; - } - - .md\:duration-300 { - transition-duration: 300ms; - } - - .md\:duration-500 { - transition-duration: 500ms; - } - - .md\:duration-700 { - transition-duration: 700ms; - } - - .md\:duration-1000 { - transition-duration: 1000ms; - } - - .md\:delay-75 { - transition-delay: 75ms; - } - - .md\:delay-100 { - transition-delay: 100ms; - } - - .md\:delay-150 { - transition-delay: 150ms; - } - - .md\:delay-200 { - transition-delay: 200ms; - } - - .md\:delay-300 { - transition-delay: 300ms; - } - - .md\:delay-500 { - transition-delay: 500ms; - } - - .md\:delay-700 { - transition-delay: 700ms; - } - - .md\:delay-1000 { - transition-delay: 1000ms; - } - - .md\:animate-none { - -webkit-animation: none; - animation: none; - } - - .md\:animate-spin { - -webkit-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; - } - - .md\:animate-ping { - -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; - animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; - } - - .md\:animate-pulse { - -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; - animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; - } - - .md\:animate-bounce { - -webkit-animation: bounce 0.6s ease-in-out; - animation: bounce 0.6s ease-in-out; - } -} - -@media (min-width: 1024px) { - .lg\:container { - width: 100%; - } - - @media (min-width: 640px) { - .lg\:container { - max-width: 640px; - } - } - - @media (min-width: 768px) { - .lg\:container { - max-width: 768px; - } - } - - @media (min-width: 1024px) { - .lg\:container { - max-width: 1024px; - } - } - - @media (min-width: 1280px) { - .lg\:container { - max-width: 1280px; - } - } - - @media (min-width: 1440px) { - .lg\:container { - max-width: 1440px; - } - } - - @media (min-width: 1536px) { - .lg\:container { - max-width: 1536px; - } - } - - .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0px * var(--tw-space-y-reverse)); - } - - .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0px * var(--tw-space-x-reverse)); - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.25rem * var(--tw-space-x-reverse)); - margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1rem * var(--tw-space-x-reverse)); - margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.25rem * var(--tw-space-x-reverse)); - margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\: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)); - } - - .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.5rem * var(--tw-space-x-reverse)); - margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.75rem * var(--tw-space-x-reverse)); - margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2rem * var(--tw-space-x-reverse)); - margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.25rem * var(--tw-space-x-reverse)); - margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.5rem * var(--tw-space-x-reverse)); - margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.75rem * var(--tw-space-x-reverse)); - margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(3rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(3rem * var(--tw-space-x-reverse)); - margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(3.5rem * var(--tw-space-x-reverse)); - margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(4rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(4rem * var(--tw-space-x-reverse)); - margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(5rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(5rem * var(--tw-space-x-reverse)); - margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(5.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(5.625rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(5.625rem * var(--tw-space-x-reverse)); - margin-left: calc(5.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(6rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(6rem * var(--tw-space-x-reverse)); - margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(7rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(7rem * var(--tw-space-x-reverse)); - margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(8rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(8rem * var(--tw-space-x-reverse)); - margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(9rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(9rem * var(--tw-space-x-reverse)); - margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(10rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(10rem * var(--tw-space-x-reverse)); - margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(11rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(11rem * var(--tw-space-x-reverse)); - margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(12rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(12rem * var(--tw-space-x-reverse)); - margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(13rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(13rem * var(--tw-space-x-reverse)); - margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(14rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(14rem * var(--tw-space-x-reverse)); - margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(240px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(240px * var(--tw-space-y-reverse)); - } - - .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(240px * var(--tw-space-x-reverse)); - margin-left: calc(240px * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(16rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(16rem * var(--tw-space-x-reverse)); - margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(18rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(18rem * var(--tw-space-x-reverse)); - margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(20rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(20rem * var(--tw-space-x-reverse)); - margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(22rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(22rem * var(--tw-space-x-reverse)); - margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(24rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(24rem * var(--tw-space-x-reverse)); - margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(560px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(560px * var(--tw-space-y-reverse)); - } - - .lg\:space-x-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(560px * var(--tw-space-x-reverse)); - margin-left: calc(560px * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1px * var(--tw-space-y-reverse)); - } - - .lg\:space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1px * var(--tw-space-x-reverse)); - margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.125rem * var(--tw-space-x-reverse)); - margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.375rem * var(--tw-space-x-reverse)); - margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.625rem * var(--tw-space-x-reverse)); - margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)); - } - - .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.875rem * var(--tw-space-x-reverse)); - margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0px * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0px * var(--tw-space-x-reverse)); - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1rem * var(--tw-space-x-reverse)); - margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-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)); - } - - .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2rem * var(--tw-space-x-reverse)); - margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-3rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-3rem * var(--tw-space-x-reverse)); - margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-3.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-4rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-4rem * var(--tw-space-x-reverse)); - margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-5rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-5rem * var(--tw-space-x-reverse)); - margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-5.625rem * var(--tw-space-x-reverse)); - margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-6rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-6rem * var(--tw-space-x-reverse)); - margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-7rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-7rem * var(--tw-space-x-reverse)); - margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-8rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-8rem * var(--tw-space-x-reverse)); - margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-9rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-9rem * var(--tw-space-x-reverse)); - margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-10rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-10rem * var(--tw-space-x-reverse)); - margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-11rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-11rem * var(--tw-space-x-reverse)); - margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-12rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-12rem * var(--tw-space-x-reverse)); - margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-13rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-13rem * var(--tw-space-x-reverse)); - margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-14rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-14rem * var(--tw-space-x-reverse)); - margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-240px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-240px * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-240px * var(--tw-space-x-reverse)); - margin-left: calc(-240px * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-16rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-16rem * var(--tw-space-x-reverse)); - margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-18rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-18rem * var(--tw-space-x-reverse)); - margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-20rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-20rem * var(--tw-space-x-reverse)); - margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-22rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-22rem * var(--tw-space-x-reverse)); - margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-24rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-24rem * var(--tw-space-x-reverse)); - margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-560px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-560px * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-560px * var(--tw-space-x-reverse)); - margin-left: calc(-560px * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1px * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1px * var(--tw-space-x-reverse)); - margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.125rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.375rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.625rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)); - } - - .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.875rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))); - } - - .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 1; - } - - .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 1; - } - - .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(0px * var(--tw-divide-y-reverse)); - } - - .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(0px * var(--tw-divide-x-reverse)); - border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))); - } - - .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(2px * var(--tw-divide-y-reverse)); - } - - .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(2px * var(--tw-divide-x-reverse)); - border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))); - } - - .lg\:divide-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(3px * var(--tw-divide-y-reverse)); - } - - .lg\:divide-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(3px * var(--tw-divide-x-reverse)); - border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse))); - } - - .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(4px * var(--tw-divide-y-reverse)); - } - - .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(4px * var(--tw-divide-x-reverse)); - border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))); - } - - .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(8px * var(--tw-divide-y-reverse)); - } - - .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(8px * var(--tw-divide-x-reverse)); - border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))); - } - - .lg\:divide-y > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); - } - - .lg\:divide-x > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(1px * var(--tw-divide-x-reverse)); - border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); - } - - .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 1; - } - - .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 1; - } - - .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]) { - border-color: transparent; - } - - .lg\:divide-current > :not([hidden]) ~ :not([hidden]) { - border-color: currentColor; - } - - .lg\:divide-black > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-divide-opacity)); - } - - .lg\:divide-white > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-divide-opacity)); - } - - .lg\:divide-red-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-divide-opacity)); - } - - .lg\:divide-red-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-divide-opacity)); - } - - .lg\:divide-red-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-divide-opacity)); - } - - .lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-divide-opacity)); - } - - .lg\:divide-red-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-divide-opacity)); - } - - .lg\:divide-red-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-divide-opacity)); - } - - .lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-divide-opacity)); - } - - .lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-divide-opacity)); - } - - .lg\:divide-red-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-divide-opacity)); - } - - .lg\:divide-red-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-divide-opacity)); - } - - .lg\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)); - } - - .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)); - } - - .lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)); - } - - .lg\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)); - } - - .lg\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)); - } - - .lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)); - } - - .lg\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)); - } - - .lg\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)); - } - - .lg\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)); - } - - .lg\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)); - } - - .lg\:divide-green-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)); - } - - .lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)); - } - - .lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)); - } - - .lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)); - } - - .lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)); - } - - .lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)); - } - - .lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)); - } - - .lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)); - } - - .lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)); - } - - .lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)); - } - - .lg\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)); - } - - .lg\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)); - } - - .lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)); - } - - .lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)); - } - - .lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)); - } - - .lg\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)); - } - - .lg\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)); - } - - .lg\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)); - } - - .lg\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)); - } - - .lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)); - } - - .lg\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)); - } - - .lg\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)); - } - - .lg\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)); - } - - .lg\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)); - } - - .lg\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)); - } - - .lg\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)); - } - - .lg\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)); - } - - .lg\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)); - } - - .lg\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)); - } - - .lg\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); - } - - .lg\:divide-primary-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-divide-opacity)); - } - - .lg\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-divide-opacity)); - } - - .lg\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-divide-opacity)); - } - - .lg\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-divide-opacity)); - } - - .lg\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-divide-opacity)); - } - - .lg\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-divide-opacity)); - } - - .lg\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-divide-opacity)); - } - - .lg\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-divide-opacity)); - } - - .lg\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-divide-opacity)); - } - - .lg\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-divide-opacity)); - } - - .lg\:divide-danger > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-divide-opacity)); - } - - .lg\:divide-success > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-divide-opacity)); - } - - .lg\:divide-warning > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-divide-opacity)); - } - - .lg\:divide-info > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-divide-opacity)); - } - - .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) { - border-style: solid; - } - - .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]) { - border-style: dashed; - } - - .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]) { - border-style: dotted; - } - - .lg\:divide-double > :not([hidden]) ~ :not([hidden]) { - border-style: double; - } - - .lg\:divide-none > :not([hidden]) ~ :not([hidden]) { - border-style: none; - } - - .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0; - } - - .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.05; - } - - .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.1; - } - - .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.2; - } - - .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.25; - } - - .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.3; - } - - .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.4; - } - - .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.5; - } - - .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.6; - } - - .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.7; - } - - .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.75; - } - - .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.8; - } - - .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.9; - } - - .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.95; - } - - .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - } - - .lg\:sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; - } - - .lg\:not-sr-only { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; - } - - .lg\:focus-within\:sr-only:focus-within { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; - } - - .lg\:focus-within\:not-sr-only:focus-within { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; - } - - .lg\:focus\:sr-only:focus { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; - } - - .lg\:focus\:not-sr-only:focus { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; - } - - .lg\:appearance-none { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - } - - .lg\:bg-fixed { - background-attachment: fixed; - } - - .lg\:bg-local { - background-attachment: local; - } - - .lg\:bg-scroll { - background-attachment: scroll; - } - - .lg\:bg-clip-border { - background-clip: border-box; - } - - .lg\:bg-clip-padding { - background-clip: padding-box; - } - - .lg\:bg-clip-content { - background-clip: content-box; - } - - .lg\:bg-clip-text { - -webkit-background-clip: text; - background-clip: text; - } - - .lg\:bg-transparent { - background-color: transparent; - } - - .lg\:bg-current { - background-color: currentColor; - } - - .lg\:bg-black { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .lg\:bg-white { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .lg\:bg-red-50 { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .lg\:bg-red-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .lg\:bg-red-200 { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .lg\:bg-red-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .lg\:bg-red-400 { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .lg\:bg-red-500 { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .lg\:bg-red-600 { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .lg\:bg-red-700 { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .lg\:bg-red-800 { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .lg\:bg-red-900 { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .lg\:bg-yellow-50 { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .lg\:bg-yellow-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .lg\:bg-yellow-200 { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .lg\:bg-yellow-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .lg\:bg-yellow-400 { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .lg\:bg-yellow-500 { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .lg\:bg-yellow-600 { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .lg\:bg-yellow-700 { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .lg\:bg-yellow-800 { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .lg\:bg-yellow-900 { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .lg\:bg-green-50 { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .lg\:bg-green-100 { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .lg\:bg-green-200 { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .lg\:bg-green-300 { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .lg\:bg-green-400 { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .lg\:bg-green-500 { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .lg\:bg-green-600 { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .lg\:bg-green-700 { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .lg\:bg-green-800 { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .lg\:bg-green-900 { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .lg\:bg-blue-50 { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .lg\:bg-blue-100 { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .lg\:bg-blue-200 { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .lg\:bg-blue-300 { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .lg\:bg-blue-400 { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .lg\:bg-blue-500 { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .lg\:bg-blue-600 { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .lg\:bg-blue-700 { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .lg\:bg-blue-800 { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .lg\:bg-blue-900 { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .lg\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .lg\:bg-indigo-100 { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .lg\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .lg\:bg-indigo-300 { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .lg\:bg-indigo-400 { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .lg\:bg-indigo-500 { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .lg\:bg-indigo-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .lg\:bg-indigo-700 { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .lg\:bg-indigo-800 { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .lg\:bg-indigo-900 { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .lg\:bg-primary-50 { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .lg\:bg-primary-100 { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .lg\:bg-primary-200 { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .lg\:bg-primary-300 { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .lg\:bg-primary-400 { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .lg\:bg-primary-500 { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .lg\:bg-primary-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .lg\:bg-primary-700 { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .lg\:bg-primary-800 { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .lg\:bg-primary-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .lg\:bg-danger { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .lg\:bg-success { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .lg\:bg-warning { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .lg\:bg-info { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-transparent { - background-color: transparent; - } - - .group:hover .lg\:group-hover\:bg-current { - background-color: currentColor; - } - - .group:hover .lg\:group-hover\:bg-black { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-white { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-red-50 { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-red-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-red-200 { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-red-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-red-400 { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-red-500 { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-red-600 { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-red-700 { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-red-800 { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-red-900 { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-yellow-50 { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-yellow-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-yellow-200 { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-yellow-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-yellow-400 { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-yellow-500 { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-yellow-600 { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-yellow-700 { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-yellow-800 { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-yellow-900 { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-green-50 { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-green-100 { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-green-200 { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-green-300 { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-green-400 { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-green-500 { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-green-600 { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-green-700 { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-green-800 { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-green-900 { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-blue-50 { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-blue-100 { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-blue-200 { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-blue-300 { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-blue-400 { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-blue-500 { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-blue-600 { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-blue-700 { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-blue-800 { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-blue-900 { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-indigo-100 { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-indigo-300 { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-indigo-400 { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-indigo-500 { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-indigo-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-indigo-700 { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-indigo-800 { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-indigo-900 { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-primary-50 { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-primary-100 { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-primary-200 { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-primary-300 { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-primary-400 { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-primary-500 { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-primary-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-primary-700 { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-primary-800 { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-primary-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-danger { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-success { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-warning { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-info { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-transparent:focus-within { - background-color: transparent; - } - - .lg\:focus-within\:bg-current:focus-within { - background-color: currentColor; - } - - .lg\:focus-within\:bg-black:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-white:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-red-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-red-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-red-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-red-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-red-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-red-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-red-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-red-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-red-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-red-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-yellow-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-yellow-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-yellow-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-yellow-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-yellow-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-yellow-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-yellow-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-yellow-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-yellow-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-yellow-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-green-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-green-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-green-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-green-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-green-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-green-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-green-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-green-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-green-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-green-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-blue-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-blue-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-blue-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-blue-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-blue-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-blue-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-blue-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-blue-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-blue-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-blue-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-indigo-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-indigo-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-indigo-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-indigo-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-indigo-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-indigo-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-indigo-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-indigo-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-primary-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-primary-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-primary-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-primary-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-primary-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-primary-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-primary-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-primary-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-primary-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-primary-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-danger:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-success:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-warning:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-info:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-transparent:hover { - background-color: transparent; - } - - .lg\:hover\:bg-current:hover { - background-color: currentColor; - } - - .lg\:hover\:bg-black:hover { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-white:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-red-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-red-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-red-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-red-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-red-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-red-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-red-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-red-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-red-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-red-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-yellow-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-yellow-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-yellow-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-yellow-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-yellow-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-yellow-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-yellow-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-yellow-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-yellow-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-yellow-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-green-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-green-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-green-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-green-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-green-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-green-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-green-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-green-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-green-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-green-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-blue-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-blue-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-blue-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-blue-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-blue-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-blue-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-blue-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-blue-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-blue-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-blue-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-indigo-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-indigo-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-indigo-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-indigo-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-indigo-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-indigo-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-indigo-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-indigo-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-primary-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-primary-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-primary-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-primary-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-primary-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-primary-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-primary-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-primary-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-primary-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-primary-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-danger:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-success:hover { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-warning:hover { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-info:hover { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-transparent:focus { - background-color: transparent; - } - - .lg\:focus\:bg-current:focus { - background-color: currentColor; - } - - .lg\:focus\:bg-black:focus { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-white:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-red-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-red-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-red-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-red-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-red-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-red-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-red-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-red-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-red-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-red-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-yellow-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-yellow-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-yellow-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-yellow-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-yellow-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-yellow-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-yellow-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-yellow-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-yellow-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-yellow-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-green-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-green-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-green-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-green-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-green-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-green-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-green-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-green-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-green-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-green-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-blue-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-blue-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-blue-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-blue-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-blue-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-blue-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-blue-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-blue-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-blue-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-blue-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-indigo-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-indigo-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-indigo-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-indigo-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-indigo-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-indigo-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-indigo-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-indigo-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-primary-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-primary-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-primary-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-primary-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-primary-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-primary-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-primary-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-primary-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-primary-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-primary-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-danger:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-success:focus { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-warning:focus { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-info:focus { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .lg\:bg-none { - background-image: none; - } - - .lg\:bg-gradient-to-t { - background-image: linear-gradient(to top, var(--tw-gradient-stops)); - } - - .lg\:bg-gradient-to-tr { - background-image: linear-gradient(to top right, var(--tw-gradient-stops)); - } - - .lg\:bg-gradient-to-r { - background-image: linear-gradient(to right, var(--tw-gradient-stops)); - } - - .lg\:bg-gradient-to-br { - background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); - } - - .lg\:bg-gradient-to-b { - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); - } - - .lg\:bg-gradient-to-bl { - background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)); - } - - .lg\:bg-gradient-to-l { - background-image: linear-gradient(to left, var(--tw-gradient-stops)); - } - - .lg\:bg-gradient-to-tl { - background-image: linear-gradient(to top left, var(--tw-gradient-stops)); - } - - .lg\:from-transparent { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .lg\:from-current { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .lg\:from-black { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .lg\:from-white { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .lg\:from-gray-50 { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .lg\:from-gray-100 { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .lg\:from-gray-200 { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .lg\:from-gray-300 { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .lg\:from-gray-400 { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .lg\:from-gray-500 { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .lg\:from-gray-600 { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .lg\:from-gray-700 { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .lg\:from-gray-800 { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .lg\:from-gray-900 { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .lg\:from-red-50 { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .lg\:from-red-100 { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .lg\:from-red-200 { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .lg\:from-red-300 { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .lg\:from-red-400 { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .lg\:from-red-500 { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .lg\:from-red-600 { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .lg\:from-red-700 { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .lg\:from-red-800 { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .lg\:from-red-900 { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .lg\:from-yellow-50 { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .lg\:from-yellow-100 { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .lg\:from-yellow-200 { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .lg\:from-yellow-300 { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .lg\:from-yellow-400 { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .lg\:from-yellow-500 { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .lg\:from-yellow-600 { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .lg\:from-yellow-700 { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .lg\:from-yellow-800 { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .lg\:from-yellow-900 { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .lg\:from-green-50 { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .lg\:from-green-100 { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .lg\:from-green-200 { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .lg\:from-green-300 { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .lg\:from-green-400 { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .lg\:from-green-500 { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .lg\:from-green-600 { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .lg\:from-green-700 { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .lg\:from-green-800 { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .lg\:from-green-900 { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .lg\:from-blue-50 { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .lg\:from-blue-100 { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .lg\:from-blue-200 { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .lg\:from-blue-300 { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .lg\:from-blue-400 { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .lg\:from-blue-500 { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .lg\:from-blue-600 { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .lg\:from-blue-700 { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .lg\:from-blue-800 { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .lg\:from-blue-900 { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .lg\:from-indigo-50 { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .lg\:from-indigo-100 { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .lg\:from-indigo-200 { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .lg\:from-indigo-300 { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .lg\:from-indigo-400 { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .lg\:from-indigo-500 { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .lg\:from-indigo-600 { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .lg\:from-indigo-700 { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .lg\:from-indigo-800 { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .lg\:from-indigo-900 { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .lg\:from-purple-50 { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .lg\:from-purple-100 { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .lg\:from-purple-200 { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .lg\:from-purple-300 { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .lg\:from-purple-400 { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .lg\:from-purple-500 { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .lg\:from-purple-600 { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .lg\:from-purple-700 { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .lg\:from-purple-800 { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .lg\:from-purple-900 { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .lg\:from-pink-50 { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .lg\:from-pink-100 { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .lg\:from-pink-200 { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .lg\:from-pink-300 { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .lg\:from-pink-400 { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .lg\:from-pink-500 { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .lg\:from-pink-600 { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .lg\:from-pink-700 { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .lg\:from-pink-800 { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .lg\:from-pink-900 { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .lg\:from-primary-50 { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .lg\:from-primary-100 { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .lg\:from-primary-200 { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .lg\:from-primary-300 { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .lg\:from-primary-400 { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .lg\:from-primary-500 { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .lg\:from-primary-600 { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .lg\:from-primary-700 { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .lg\:from-primary-800 { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .lg\:from-primary-900 { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .lg\:from-danger { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .lg\:from-success { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .lg\:from-warning { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .lg\:from-info { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .lg\:via-transparent { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .lg\:via-current { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .lg\:via-black { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .lg\:via-white { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .lg\:via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .lg\:via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .lg\:via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .lg\:via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .lg\:via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .lg\:via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .lg\:via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .lg\:via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .lg\:via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .lg\:via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .lg\:via-red-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .lg\:via-red-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .lg\:via-red-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .lg\:via-red-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .lg\:via-red-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .lg\:via-red-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .lg\:via-red-600 { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .lg\:via-red-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .lg\:via-red-800 { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .lg\:via-red-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .lg\:via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .lg\:via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .lg\:via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .lg\:via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .lg\:via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .lg\:via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .lg\:via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .lg\:via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .lg\:via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .lg\:via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .lg\:via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .lg\:via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .lg\:via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .lg\:via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .lg\:via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .lg\:via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .lg\:via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .lg\:via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .lg\:via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .lg\:via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .lg\:via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .lg\:via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .lg\:via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .lg\:via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .lg\:via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .lg\:via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .lg\:via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .lg\:via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .lg\:via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .lg\:via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .lg\:via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .lg\:via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .lg\:via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .lg\:via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .lg\:via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .lg\:via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .lg\:via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .lg\:via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .lg\:via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .lg\:via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .lg\:via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .lg\:via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .lg\:via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .lg\:via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .lg\:via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .lg\:via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .lg\:via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .lg\:via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .lg\:via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .lg\:via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .lg\:via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .lg\:via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .lg\:via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .lg\:via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .lg\:via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .lg\:via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .lg\:via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .lg\:via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .lg\:via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .lg\:via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .lg\:via-primary-50 { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .lg\:via-primary-100 { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .lg\:via-primary-200 { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .lg\:via-primary-300 { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .lg\:via-primary-400 { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .lg\:via-primary-500 { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .lg\:via-primary-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .lg\:via-primary-700 { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .lg\:via-primary-800 { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .lg\:via-primary-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .lg\:via-danger { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .lg\:via-success { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .lg\:via-warning { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .lg\:via-info { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .lg\:to-transparent { - --tw-gradient-to: transparent; - } - - .lg\:to-current { - --tw-gradient-to: currentColor; - } - - .lg\:to-black { - --tw-gradient-to: #040405; - } - - .lg\:to-white { - --tw-gradient-to: #fff; - } - - .lg\:to-gray-50 { - --tw-gradient-to: #f9fafb; - } - - .lg\:to-gray-100 { - --tw-gradient-to: #f7fafc; - } - - .lg\:to-gray-200 { - --tw-gradient-to: #edf2f7; - } - - .lg\:to-gray-300 { - --tw-gradient-to: #e2e8f0; - } - - .lg\:to-gray-400 { - --tw-gradient-to: #cbd5e0; - } - - .lg\:to-gray-500 { - --tw-gradient-to: #a0aec0; - } - - .lg\:to-gray-600 { - --tw-gradient-to: #718096; - } - - .lg\:to-gray-700 { - --tw-gradient-to: #4a5568; - } - - .lg\:to-gray-800 { - --tw-gradient-to: #2d3748; - } - - .lg\:to-gray-900 { - --tw-gradient-to: #1a202c; - } - - .lg\:to-red-50 { - --tw-gradient-to: #fef2f2; - } - - .lg\:to-red-100 { - --tw-gradient-to: #fee2e2; - } - - .lg\:to-red-200 { - --tw-gradient-to: #fecaca; - } - - .lg\:to-red-300 { - --tw-gradient-to: #fca5a5; - } - - .lg\:to-red-400 { - --tw-gradient-to: #f87171; - } - - .lg\:to-red-500 { - --tw-gradient-to: #ef4444; - } - - .lg\:to-red-600 { - --tw-gradient-to: #dc2626; - } - - .lg\:to-red-700 { - --tw-gradient-to: #b91c1c; - } - - .lg\:to-red-800 { - --tw-gradient-to: #991b1b; - } - - .lg\:to-red-900 { - --tw-gradient-to: #7f1d1d; - } - - .lg\:to-yellow-50 { - --tw-gradient-to: #fffbeb; - } - - .lg\:to-yellow-100 { - --tw-gradient-to: #fef3c7; - } - - .lg\:to-yellow-200 { - --tw-gradient-to: #fde68a; - } - - .lg\:to-yellow-300 { - --tw-gradient-to: #fcd34d; - } - - .lg\:to-yellow-400 { - --tw-gradient-to: #fbbf24; - } - - .lg\:to-yellow-500 { - --tw-gradient-to: #f59e0b; - } - - .lg\:to-yellow-600 { - --tw-gradient-to: #d97706; - } - - .lg\:to-yellow-700 { - --tw-gradient-to: #b45309; - } - - .lg\:to-yellow-800 { - --tw-gradient-to: #92400e; - } - - .lg\:to-yellow-900 { - --tw-gradient-to: #78350f; - } - - .lg\:to-green-50 { - --tw-gradient-to: #ecfdf5; - } - - .lg\:to-green-100 { - --tw-gradient-to: #d1fae5; - } - - .lg\:to-green-200 { - --tw-gradient-to: #a7f3d0; - } - - .lg\:to-green-300 { - --tw-gradient-to: #6ee7b7; - } - - .lg\:to-green-400 { - --tw-gradient-to: #34d399; - } - - .lg\:to-green-500 { - --tw-gradient-to: #10b981; - } - - .lg\:to-green-600 { - --tw-gradient-to: #059669; - } - - .lg\:to-green-700 { - --tw-gradient-to: #047857; - } - - .lg\:to-green-800 { - --tw-gradient-to: #065f46; - } - - .lg\:to-green-900 { - --tw-gradient-to: #064e3b; - } - - .lg\:to-blue-50 { - --tw-gradient-to: #eff6ff; - } - - .lg\:to-blue-100 { - --tw-gradient-to: #dbeafe; - } - - .lg\:to-blue-200 { - --tw-gradient-to: #bfdbfe; - } - - .lg\:to-blue-300 { - --tw-gradient-to: #93c5fd; - } - - .lg\:to-blue-400 { - --tw-gradient-to: #60a5fa; - } - - .lg\:to-blue-500 { - --tw-gradient-to: #3b82f6; - } - - .lg\:to-blue-600 { - --tw-gradient-to: #2563eb; - } - - .lg\:to-blue-700 { - --tw-gradient-to: #1d4ed8; - } - - .lg\:to-blue-800 { - --tw-gradient-to: #1e40af; - } - - .lg\:to-blue-900 { - --tw-gradient-to: #1e3a8a; - } - - .lg\:to-indigo-50 { - --tw-gradient-to: #eef2ff; - } - - .lg\:to-indigo-100 { - --tw-gradient-to: #e0e7ff; - } - - .lg\:to-indigo-200 { - --tw-gradient-to: #c7d2fe; - } - - .lg\:to-indigo-300 { - --tw-gradient-to: #a5b4fc; - } - - .lg\:to-indigo-400 { - --tw-gradient-to: #818cf8; - } - - .lg\:to-indigo-500 { - --tw-gradient-to: #6366f1; - } - - .lg\:to-indigo-600 { - --tw-gradient-to: #4f46e5; - } - - .lg\:to-indigo-700 { - --tw-gradient-to: #4338ca; - } - - .lg\:to-indigo-800 { - --tw-gradient-to: #3730a3; - } - - .lg\:to-indigo-900 { - --tw-gradient-to: #312e81; - } - - .lg\:to-purple-50 { - --tw-gradient-to: #f5f3ff; - } - - .lg\:to-purple-100 { - --tw-gradient-to: #ede9fe; - } - - .lg\:to-purple-200 { - --tw-gradient-to: #ddd6fe; - } - - .lg\:to-purple-300 { - --tw-gradient-to: #c4b5fd; - } - - .lg\:to-purple-400 { - --tw-gradient-to: #a78bfa; - } - - .lg\:to-purple-500 { - --tw-gradient-to: #8b5cf6; - } - - .lg\:to-purple-600 { - --tw-gradient-to: #7c3aed; - } - - .lg\:to-purple-700 { - --tw-gradient-to: #6d28d9; - } - - .lg\:to-purple-800 { - --tw-gradient-to: #5b21b6; - } - - .lg\:to-purple-900 { - --tw-gradient-to: #4c1d95; - } - - .lg\:to-pink-50 { - --tw-gradient-to: #fdf2f8; - } - - .lg\:to-pink-100 { - --tw-gradient-to: #fce7f3; - } - - .lg\:to-pink-200 { - --tw-gradient-to: #fbcfe8; - } - - .lg\:to-pink-300 { - --tw-gradient-to: #f9a8d4; - } - - .lg\:to-pink-400 { - --tw-gradient-to: #f472b6; - } - - .lg\:to-pink-500 { - --tw-gradient-to: #ec4899; - } - - .lg\:to-pink-600 { - --tw-gradient-to: #db2777; - } - - .lg\:to-pink-700 { - --tw-gradient-to: #be185d; - } - - .lg\:to-pink-800 { - --tw-gradient-to: #9d174d; - } - - .lg\:to-pink-900 { - --tw-gradient-to: #831843; - } - - .lg\:to-primary-50 { - --tw-gradient-to: #F7F6FD; - } - - .lg\:to-primary-100 { - --tw-gradient-to: #EEEEFB; - } - - .lg\:to-primary-200 { - --tw-gradient-to: #D5D4F5; - } - - .lg\:to-primary-300 { - --tw-gradient-to: #BCB9EF; - } - - .lg\:to-primary-400 { - --tw-gradient-to: #8A85E4; - } - - .lg\:to-primary-500 { - --tw-gradient-to: #5851D8; - } - - .lg\:to-primary-600 { - --tw-gradient-to: #4F49C2; - } - - .lg\:to-primary-700 { - --tw-gradient-to: #353182; - } - - .lg\:to-primary-800 { - --tw-gradient-to: #282461; - } - - .lg\:to-primary-900 { - --tw-gradient-to: #1A1841; - } - - .lg\:to-danger { - --tw-gradient-to: #FB7178; - } - - .lg\:to-success { - --tw-gradient-to: #00C99C; - } - - .lg\:to-warning { - --tw-gradient-to: #F3AF4E; - } - - .lg\:to-info { - --tw-gradient-to: #15B2EC; - } - - .lg\:hover\:from-transparent:hover { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .lg\:hover\:from-current:hover { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .lg\:hover\:from-black:hover { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .lg\:hover\:from-white:hover { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .lg\:hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .lg\:hover\:from-gray-100:hover { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .lg\:hover\:from-gray-200:hover { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .lg\:hover\:from-gray-300:hover { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .lg\:hover\:from-gray-400:hover { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .lg\:hover\:from-gray-500:hover { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .lg\:hover\:from-gray-600:hover { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .lg\:hover\:from-gray-700:hover { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .lg\:hover\:from-gray-800:hover { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .lg\:hover\:from-gray-900:hover { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .lg\:hover\:from-red-50:hover { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .lg\:hover\:from-red-100:hover { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .lg\:hover\:from-red-200:hover { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .lg\:hover\:from-red-300:hover { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .lg\:hover\:from-red-400:hover { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .lg\:hover\:from-red-500:hover { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .lg\:hover\:from-red-600:hover { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .lg\:hover\:from-red-700:hover { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .lg\:hover\:from-red-800:hover { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .lg\:hover\:from-red-900:hover { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .lg\:hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .lg\:hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .lg\:hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .lg\:hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .lg\:hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .lg\:hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .lg\:hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .lg\:hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .lg\:hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .lg\:hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .lg\:hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .lg\:hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .lg\:hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .lg\:hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .lg\:hover\:from-green-400:hover { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .lg\:hover\:from-green-500:hover { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .lg\:hover\:from-green-600:hover { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .lg\:hover\:from-green-700:hover { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .lg\:hover\:from-green-800:hover { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .lg\:hover\:from-green-900:hover { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .lg\:hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .lg\:hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .lg\:hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .lg\:hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .lg\:hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .lg\:hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .lg\:hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .lg\:hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .lg\:hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .lg\:hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .lg\:hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .lg\:hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .lg\:hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .lg\:hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .lg\:hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .lg\:hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .lg\:hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .lg\:hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .lg\:hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .lg\:hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .lg\:hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .lg\:hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .lg\:hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .lg\:hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .lg\:hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .lg\:hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .lg\:hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .lg\:hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .lg\:hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .lg\:hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .lg\:hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .lg\:hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .lg\:hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .lg\:hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .lg\:hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .lg\:hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .lg\:hover\:from-pink-600:hover { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .lg\:hover\:from-pink-700:hover { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .lg\:hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .lg\:hover\:from-pink-900:hover { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .lg\:hover\:from-primary-50:hover { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .lg\:hover\:from-primary-100:hover { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .lg\:hover\:from-primary-200:hover { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .lg\:hover\:from-primary-300:hover { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .lg\:hover\:from-primary-400:hover { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .lg\:hover\:from-primary-500:hover { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .lg\:hover\:from-primary-600:hover { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .lg\:hover\:from-primary-700:hover { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .lg\:hover\:from-primary-800:hover { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .lg\:hover\:from-primary-900:hover { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .lg\:hover\:from-danger:hover { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .lg\:hover\:from-success:hover { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .lg\:hover\:from-warning:hover { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .lg\:hover\:from-info:hover { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .lg\:hover\:via-transparent:hover { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .lg\:hover\:via-current:hover { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .lg\:hover\:via-black:hover { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .lg\:hover\:via-white:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .lg\:hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .lg\:hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .lg\:hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .lg\:hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .lg\:hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .lg\:hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .lg\:hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .lg\:hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .lg\:hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .lg\:hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .lg\:hover\:via-red-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .lg\:hover\:via-red-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .lg\:hover\:via-red-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .lg\:hover\:via-red-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .lg\:hover\:via-red-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .lg\:hover\:via-red-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .lg\:hover\:via-red-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .lg\:hover\:via-red-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .lg\:hover\:via-red-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .lg\:hover\:via-red-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .lg\:hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .lg\:hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .lg\:hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .lg\:hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .lg\:hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .lg\:hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .lg\:hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .lg\:hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .lg\:hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .lg\:hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .lg\:hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .lg\:hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .lg\:hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .lg\:hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .lg\:hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .lg\:hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .lg\:hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .lg\:hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .lg\:hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .lg\:hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .lg\:hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .lg\:hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .lg\:hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .lg\:hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .lg\:hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .lg\:hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .lg\:hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .lg\:hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .lg\:hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .lg\:hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .lg\:hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .lg\:hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .lg\:hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .lg\:hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .lg\:hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .lg\:hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .lg\:hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .lg\:hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .lg\:hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .lg\:hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .lg\:hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .lg\:hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .lg\:hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .lg\:hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .lg\:hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .lg\:hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .lg\:hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .lg\:hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .lg\:hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .lg\:hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .lg\:hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .lg\:hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .lg\:hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .lg\:hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .lg\:hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .lg\:hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .lg\:hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .lg\:hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .lg\:hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .lg\:hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .lg\:hover\:via-primary-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .lg\:hover\:via-primary-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .lg\:hover\:via-primary-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .lg\:hover\:via-primary-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .lg\:hover\:via-primary-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .lg\:hover\:via-primary-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .lg\:hover\:via-primary-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .lg\:hover\:via-primary-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .lg\:hover\:via-primary-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .lg\:hover\:via-primary-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .lg\:hover\:via-danger:hover { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .lg\:hover\:via-success:hover { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .lg\:hover\:via-warning:hover { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .lg\:hover\:via-info:hover { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .lg\:hover\:to-transparent:hover { - --tw-gradient-to: transparent; - } - - .lg\:hover\:to-current:hover { - --tw-gradient-to: currentColor; - } - - .lg\:hover\:to-black:hover { - --tw-gradient-to: #040405; - } - - .lg\:hover\:to-white:hover { - --tw-gradient-to: #fff; - } - - .lg\:hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb; - } - - .lg\:hover\:to-gray-100:hover { - --tw-gradient-to: #f7fafc; - } - - .lg\:hover\:to-gray-200:hover { - --tw-gradient-to: #edf2f7; - } - - .lg\:hover\:to-gray-300:hover { - --tw-gradient-to: #e2e8f0; - } - - .lg\:hover\:to-gray-400:hover { - --tw-gradient-to: #cbd5e0; - } - - .lg\:hover\:to-gray-500:hover { - --tw-gradient-to: #a0aec0; - } - - .lg\:hover\:to-gray-600:hover { - --tw-gradient-to: #718096; - } - - .lg\:hover\:to-gray-700:hover { - --tw-gradient-to: #4a5568; - } - - .lg\:hover\:to-gray-800:hover { - --tw-gradient-to: #2d3748; - } - - .lg\:hover\:to-gray-900:hover { - --tw-gradient-to: #1a202c; - } - - .lg\:hover\:to-red-50:hover { - --tw-gradient-to: #fef2f2; - } - - .lg\:hover\:to-red-100:hover { - --tw-gradient-to: #fee2e2; - } - - .lg\:hover\:to-red-200:hover { - --tw-gradient-to: #fecaca; - } - - .lg\:hover\:to-red-300:hover { - --tw-gradient-to: #fca5a5; - } - - .lg\:hover\:to-red-400:hover { - --tw-gradient-to: #f87171; - } - - .lg\:hover\:to-red-500:hover { - --tw-gradient-to: #ef4444; - } - - .lg\:hover\:to-red-600:hover { - --tw-gradient-to: #dc2626; - } - - .lg\:hover\:to-red-700:hover { - --tw-gradient-to: #b91c1c; - } - - .lg\:hover\:to-red-800:hover { - --tw-gradient-to: #991b1b; - } - - .lg\:hover\:to-red-900:hover { - --tw-gradient-to: #7f1d1d; - } - - .lg\:hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb; - } - - .lg\:hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7; - } - - .lg\:hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a; - } - - .lg\:hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d; - } - - .lg\:hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24; - } - - .lg\:hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b; - } - - .lg\:hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706; - } - - .lg\:hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309; - } - - .lg\:hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e; - } - - .lg\:hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f; - } - - .lg\:hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5; - } - - .lg\:hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5; - } - - .lg\:hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0; - } - - .lg\:hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7; - } - - .lg\:hover\:to-green-400:hover { - --tw-gradient-to: #34d399; - } - - .lg\:hover\:to-green-500:hover { - --tw-gradient-to: #10b981; - } - - .lg\:hover\:to-green-600:hover { - --tw-gradient-to: #059669; - } - - .lg\:hover\:to-green-700:hover { - --tw-gradient-to: #047857; - } - - .lg\:hover\:to-green-800:hover { - --tw-gradient-to: #065f46; - } - - .lg\:hover\:to-green-900:hover { - --tw-gradient-to: #064e3b; - } - - .lg\:hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff; - } - - .lg\:hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe; - } - - .lg\:hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe; - } - - .lg\:hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd; - } - - .lg\:hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa; - } - - .lg\:hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6; - } - - .lg\:hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb; - } - - .lg\:hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8; - } - - .lg\:hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af; - } - - .lg\:hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a; - } - - .lg\:hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff; - } - - .lg\:hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff; - } - - .lg\:hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe; - } - - .lg\:hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc; - } - - .lg\:hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8; - } - - .lg\:hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1; - } - - .lg\:hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5; - } - - .lg\:hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca; - } - - .lg\:hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3; - } - - .lg\:hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81; - } - - .lg\:hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff; - } - - .lg\:hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe; - } - - .lg\:hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe; - } - - .lg\:hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd; - } - - .lg\:hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa; - } - - .lg\:hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6; - } - - .lg\:hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed; - } - - .lg\:hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9; - } - - .lg\:hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6; - } - - .lg\:hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95; - } - - .lg\:hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8; - } - - .lg\:hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3; - } - - .lg\:hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8; - } - - .lg\:hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4; - } - - .lg\:hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6; - } - - .lg\:hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899; - } - - .lg\:hover\:to-pink-600:hover { - --tw-gradient-to: #db2777; - } - - .lg\:hover\:to-pink-700:hover { - --tw-gradient-to: #be185d; - } - - .lg\:hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d; - } - - .lg\:hover\:to-pink-900:hover { - --tw-gradient-to: #831843; - } - - .lg\:hover\:to-primary-50:hover { - --tw-gradient-to: #F7F6FD; - } - - .lg\:hover\:to-primary-100:hover { - --tw-gradient-to: #EEEEFB; - } - - .lg\:hover\:to-primary-200:hover { - --tw-gradient-to: #D5D4F5; - } - - .lg\:hover\:to-primary-300:hover { - --tw-gradient-to: #BCB9EF; - } - - .lg\:hover\:to-primary-400:hover { - --tw-gradient-to: #8A85E4; - } - - .lg\:hover\:to-primary-500:hover { - --tw-gradient-to: #5851D8; - } - - .lg\:hover\:to-primary-600:hover { - --tw-gradient-to: #4F49C2; - } - - .lg\:hover\:to-primary-700:hover { - --tw-gradient-to: #353182; - } - - .lg\:hover\:to-primary-800:hover { - --tw-gradient-to: #282461; - } - - .lg\:hover\:to-primary-900:hover { - --tw-gradient-to: #1A1841; - } - - .lg\:hover\:to-danger:hover { - --tw-gradient-to: #FB7178; - } - - .lg\:hover\:to-success:hover { - --tw-gradient-to: #00C99C; - } - - .lg\:hover\:to-warning:hover { - --tw-gradient-to: #F3AF4E; - } - - .lg\:hover\:to-info:hover { - --tw-gradient-to: #15B2EC; - } - - .lg\:focus\:from-transparent:focus { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .lg\:focus\:from-current:focus { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .lg\:focus\:from-black:focus { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .lg\:focus\:from-white:focus { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .lg\:focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .lg\:focus\:from-gray-100:focus { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .lg\:focus\:from-gray-200:focus { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .lg\:focus\:from-gray-300:focus { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .lg\:focus\:from-gray-400:focus { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .lg\:focus\:from-gray-500:focus { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .lg\:focus\:from-gray-600:focus { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .lg\:focus\:from-gray-700:focus { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .lg\:focus\:from-gray-800:focus { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .lg\:focus\:from-gray-900:focus { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .lg\:focus\:from-red-50:focus { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .lg\:focus\:from-red-100:focus { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .lg\:focus\:from-red-200:focus { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .lg\:focus\:from-red-300:focus { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .lg\:focus\:from-red-400:focus { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .lg\:focus\:from-red-500:focus { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .lg\:focus\:from-red-600:focus { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .lg\:focus\:from-red-700:focus { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .lg\:focus\:from-red-800:focus { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .lg\:focus\:from-red-900:focus { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .lg\:focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .lg\:focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .lg\:focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .lg\:focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .lg\:focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .lg\:focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .lg\:focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .lg\:focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .lg\:focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .lg\:focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .lg\:focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .lg\:focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .lg\:focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .lg\:focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .lg\:focus\:from-green-400:focus { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .lg\:focus\:from-green-500:focus { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .lg\:focus\:from-green-600:focus { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .lg\:focus\:from-green-700:focus { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .lg\:focus\:from-green-800:focus { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .lg\:focus\:from-green-900:focus { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .lg\:focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .lg\:focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .lg\:focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .lg\:focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .lg\:focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .lg\:focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .lg\:focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .lg\:focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .lg\:focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .lg\:focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .lg\:focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .lg\:focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .lg\:focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .lg\:focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .lg\:focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .lg\:focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .lg\:focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .lg\:focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .lg\:focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .lg\:focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .lg\:focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .lg\:focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .lg\:focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .lg\:focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .lg\:focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .lg\:focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .lg\:focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .lg\:focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .lg\:focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .lg\:focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .lg\:focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .lg\:focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .lg\:focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .lg\:focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .lg\:focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .lg\:focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .lg\:focus\:from-pink-600:focus { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .lg\:focus\:from-pink-700:focus { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .lg\:focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .lg\:focus\:from-pink-900:focus { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .lg\:focus\:from-primary-50:focus { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .lg\:focus\:from-primary-100:focus { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .lg\:focus\:from-primary-200:focus { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .lg\:focus\:from-primary-300:focus { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .lg\:focus\:from-primary-400:focus { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .lg\:focus\:from-primary-500:focus { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .lg\:focus\:from-primary-600:focus { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .lg\:focus\:from-primary-700:focus { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .lg\:focus\:from-primary-800:focus { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .lg\:focus\:from-primary-900:focus { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .lg\:focus\:from-danger:focus { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .lg\:focus\:from-success:focus { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .lg\:focus\:from-warning:focus { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .lg\:focus\:from-info:focus { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .lg\:focus\:via-transparent:focus { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .lg\:focus\:via-current:focus { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .lg\:focus\:via-black:focus { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .lg\:focus\:via-white:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .lg\:focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .lg\:focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .lg\:focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .lg\:focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .lg\:focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .lg\:focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .lg\:focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .lg\:focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .lg\:focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .lg\:focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .lg\:focus\:via-red-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .lg\:focus\:via-red-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .lg\:focus\:via-red-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .lg\:focus\:via-red-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .lg\:focus\:via-red-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .lg\:focus\:via-red-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .lg\:focus\:via-red-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .lg\:focus\:via-red-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .lg\:focus\:via-red-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .lg\:focus\:via-red-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .lg\:focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .lg\:focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .lg\:focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .lg\:focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .lg\:focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .lg\:focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .lg\:focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .lg\:focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .lg\:focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .lg\:focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .lg\:focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .lg\:focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .lg\:focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .lg\:focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .lg\:focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .lg\:focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .lg\:focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .lg\:focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .lg\:focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .lg\:focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .lg\:focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .lg\:focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .lg\:focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .lg\:focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .lg\:focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .lg\:focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .lg\:focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .lg\:focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .lg\:focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .lg\:focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .lg\:focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .lg\:focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .lg\:focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .lg\:focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .lg\:focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .lg\:focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .lg\:focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .lg\:focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .lg\:focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .lg\:focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .lg\:focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .lg\:focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .lg\:focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .lg\:focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .lg\:focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .lg\:focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .lg\:focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .lg\:focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .lg\:focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .lg\:focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .lg\:focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .lg\:focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .lg\:focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .lg\:focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .lg\:focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .lg\:focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .lg\:focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .lg\:focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .lg\:focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .lg\:focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .lg\:focus\:via-primary-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .lg\:focus\:via-primary-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .lg\:focus\:via-primary-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .lg\:focus\:via-primary-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .lg\:focus\:via-primary-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .lg\:focus\:via-primary-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .lg\:focus\:via-primary-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .lg\:focus\:via-primary-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .lg\:focus\:via-primary-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .lg\:focus\:via-primary-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .lg\:focus\:via-danger:focus { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .lg\:focus\:via-success:focus { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .lg\:focus\:via-warning:focus { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .lg\:focus\:via-info:focus { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .lg\:focus\:to-transparent:focus { - --tw-gradient-to: transparent; - } - - .lg\:focus\:to-current:focus { - --tw-gradient-to: currentColor; - } - - .lg\:focus\:to-black:focus { - --tw-gradient-to: #040405; - } - - .lg\:focus\:to-white:focus { - --tw-gradient-to: #fff; - } - - .lg\:focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb; - } - - .lg\:focus\:to-gray-100:focus { - --tw-gradient-to: #f7fafc; - } - - .lg\:focus\:to-gray-200:focus { - --tw-gradient-to: #edf2f7; - } - - .lg\:focus\:to-gray-300:focus { - --tw-gradient-to: #e2e8f0; - } - - .lg\:focus\:to-gray-400:focus { - --tw-gradient-to: #cbd5e0; - } - - .lg\:focus\:to-gray-500:focus { - --tw-gradient-to: #a0aec0; - } - - .lg\:focus\:to-gray-600:focus { - --tw-gradient-to: #718096; - } - - .lg\:focus\:to-gray-700:focus { - --tw-gradient-to: #4a5568; - } - - .lg\:focus\:to-gray-800:focus { - --tw-gradient-to: #2d3748; - } - - .lg\:focus\:to-gray-900:focus { - --tw-gradient-to: #1a202c; - } - - .lg\:focus\:to-red-50:focus { - --tw-gradient-to: #fef2f2; - } - - .lg\:focus\:to-red-100:focus { - --tw-gradient-to: #fee2e2; - } - - .lg\:focus\:to-red-200:focus { - --tw-gradient-to: #fecaca; - } - - .lg\:focus\:to-red-300:focus { - --tw-gradient-to: #fca5a5; - } - - .lg\:focus\:to-red-400:focus { - --tw-gradient-to: #f87171; - } - - .lg\:focus\:to-red-500:focus { - --tw-gradient-to: #ef4444; - } - - .lg\:focus\:to-red-600:focus { - --tw-gradient-to: #dc2626; - } - - .lg\:focus\:to-red-700:focus { - --tw-gradient-to: #b91c1c; - } - - .lg\:focus\:to-red-800:focus { - --tw-gradient-to: #991b1b; - } - - .lg\:focus\:to-red-900:focus { - --tw-gradient-to: #7f1d1d; - } - - .lg\:focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb; - } - - .lg\:focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7; - } - - .lg\:focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a; - } - - .lg\:focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d; - } - - .lg\:focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24; - } - - .lg\:focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b; - } - - .lg\:focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706; - } - - .lg\:focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309; - } - - .lg\:focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e; - } - - .lg\:focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f; - } - - .lg\:focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5; - } - - .lg\:focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5; - } - - .lg\:focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0; - } - - .lg\:focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7; - } - - .lg\:focus\:to-green-400:focus { - --tw-gradient-to: #34d399; - } - - .lg\:focus\:to-green-500:focus { - --tw-gradient-to: #10b981; - } - - .lg\:focus\:to-green-600:focus { - --tw-gradient-to: #059669; - } - - .lg\:focus\:to-green-700:focus { - --tw-gradient-to: #047857; - } - - .lg\:focus\:to-green-800:focus { - --tw-gradient-to: #065f46; - } - - .lg\:focus\:to-green-900:focus { - --tw-gradient-to: #064e3b; - } - - .lg\:focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff; - } - - .lg\:focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe; - } - - .lg\:focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe; - } - - .lg\:focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd; - } - - .lg\:focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa; - } - - .lg\:focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6; - } - - .lg\:focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb; - } - - .lg\:focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8; - } - - .lg\:focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af; - } - - .lg\:focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a; - } - - .lg\:focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff; - } - - .lg\:focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff; - } - - .lg\:focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe; - } - - .lg\:focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc; - } - - .lg\:focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8; - } - - .lg\:focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1; - } - - .lg\:focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5; - } - - .lg\:focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca; - } - - .lg\:focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3; - } - - .lg\:focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81; - } - - .lg\:focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff; - } - - .lg\:focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe; - } - - .lg\:focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe; - } - - .lg\:focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd; - } - - .lg\:focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa; - } - - .lg\:focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6; - } - - .lg\:focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed; - } - - .lg\:focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9; - } - - .lg\:focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6; - } - - .lg\:focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95; - } - - .lg\:focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8; - } - - .lg\:focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3; - } - - .lg\:focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8; - } - - .lg\:focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4; - } - - .lg\:focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6; - } - - .lg\:focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899; - } - - .lg\:focus\:to-pink-600:focus { - --tw-gradient-to: #db2777; - } - - .lg\:focus\:to-pink-700:focus { - --tw-gradient-to: #be185d; - } - - .lg\:focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d; - } - - .lg\:focus\:to-pink-900:focus { - --tw-gradient-to: #831843; - } - - .lg\:focus\:to-primary-50:focus { - --tw-gradient-to: #F7F6FD; - } - - .lg\:focus\:to-primary-100:focus { - --tw-gradient-to: #EEEEFB; - } - - .lg\:focus\:to-primary-200:focus { - --tw-gradient-to: #D5D4F5; - } - - .lg\:focus\:to-primary-300:focus { - --tw-gradient-to: #BCB9EF; - } - - .lg\:focus\:to-primary-400:focus { - --tw-gradient-to: #8A85E4; - } - - .lg\:focus\:to-primary-500:focus { - --tw-gradient-to: #5851D8; - } - - .lg\:focus\:to-primary-600:focus { - --tw-gradient-to: #4F49C2; - } - - .lg\:focus\:to-primary-700:focus { - --tw-gradient-to: #353182; - } - - .lg\:focus\:to-primary-800:focus { - --tw-gradient-to: #282461; - } - - .lg\:focus\:to-primary-900:focus { - --tw-gradient-to: #1A1841; - } - - .lg\:focus\:to-danger:focus { - --tw-gradient-to: #FB7178; - } - - .lg\:focus\:to-success:focus { - --tw-gradient-to: #00C99C; - } - - .lg\:focus\:to-warning:focus { - --tw-gradient-to: #F3AF4E; - } - - .lg\:focus\:to-info:focus { - --tw-gradient-to: #15B2EC; - } - - .lg\:bg-opacity-0 { - --tw-bg-opacity: 0; - } - - .lg\:bg-opacity-5 { - --tw-bg-opacity: 0.05; - } - - .lg\:bg-opacity-10 { - --tw-bg-opacity: 0.1; - } - - .lg\:bg-opacity-20 { - --tw-bg-opacity: 0.2; - } - - .lg\:bg-opacity-25 { - --tw-bg-opacity: 0.25; - } - - .lg\:bg-opacity-30 { - --tw-bg-opacity: 0.3; - } - - .lg\:bg-opacity-40 { - --tw-bg-opacity: 0.4; - } - - .lg\:bg-opacity-50 { - --tw-bg-opacity: 0.5; - } - - .lg\:bg-opacity-60 { - --tw-bg-opacity: 0.6; - } - - .lg\:bg-opacity-70 { - --tw-bg-opacity: 0.7; - } - - .lg\:bg-opacity-75 { - --tw-bg-opacity: 0.75; - } - - .lg\:bg-opacity-80 { - --tw-bg-opacity: 0.8; - } - - .lg\:bg-opacity-90 { - --tw-bg-opacity: 0.9; - } - - .lg\:bg-opacity-95 { - --tw-bg-opacity: 0.95; - } - - .lg\:bg-opacity-100 { - --tw-bg-opacity: 1; - } - - .group:hover .lg\:group-hover\:bg-opacity-0 { - --tw-bg-opacity: 0; - } - - .group:hover .lg\:group-hover\:bg-opacity-5 { - --tw-bg-opacity: 0.05; - } - - .group:hover .lg\:group-hover\:bg-opacity-10 { - --tw-bg-opacity: 0.1; - } - - .group:hover .lg\:group-hover\:bg-opacity-20 { - --tw-bg-opacity: 0.2; - } - - .group:hover .lg\:group-hover\:bg-opacity-25 { - --tw-bg-opacity: 0.25; - } - - .group:hover .lg\:group-hover\:bg-opacity-30 { - --tw-bg-opacity: 0.3; - } - - .group:hover .lg\:group-hover\:bg-opacity-40 { - --tw-bg-opacity: 0.4; - } - - .group:hover .lg\:group-hover\:bg-opacity-50 { - --tw-bg-opacity: 0.5; - } - - .group:hover .lg\:group-hover\:bg-opacity-60 { - --tw-bg-opacity: 0.6; - } - - .group:hover .lg\:group-hover\:bg-opacity-70 { - --tw-bg-opacity: 0.7; - } - - .group:hover .lg\:group-hover\:bg-opacity-75 { - --tw-bg-opacity: 0.75; - } - - .group:hover .lg\:group-hover\:bg-opacity-80 { - --tw-bg-opacity: 0.8; - } - - .group:hover .lg\:group-hover\:bg-opacity-90 { - --tw-bg-opacity: 0.9; - } - - .group:hover .lg\:group-hover\:bg-opacity-95 { - --tw-bg-opacity: 0.95; - } - - .group:hover .lg\:group-hover\:bg-opacity-100 { - --tw-bg-opacity: 1; - } - - .lg\:focus-within\:bg-opacity-0:focus-within { - --tw-bg-opacity: 0; - } - - .lg\:focus-within\:bg-opacity-5:focus-within { - --tw-bg-opacity: 0.05; - } - - .lg\:focus-within\:bg-opacity-10:focus-within { - --tw-bg-opacity: 0.1; - } - - .lg\:focus-within\:bg-opacity-20:focus-within { - --tw-bg-opacity: 0.2; - } - - .lg\:focus-within\:bg-opacity-25:focus-within { - --tw-bg-opacity: 0.25; - } - - .lg\:focus-within\:bg-opacity-30:focus-within { - --tw-bg-opacity: 0.3; - } - - .lg\:focus-within\:bg-opacity-40:focus-within { - --tw-bg-opacity: 0.4; - } - - .lg\:focus-within\:bg-opacity-50:focus-within { - --tw-bg-opacity: 0.5; - } - - .lg\:focus-within\:bg-opacity-60:focus-within { - --tw-bg-opacity: 0.6; - } - - .lg\:focus-within\:bg-opacity-70:focus-within { - --tw-bg-opacity: 0.7; - } - - .lg\:focus-within\:bg-opacity-75:focus-within { - --tw-bg-opacity: 0.75; - } - - .lg\:focus-within\:bg-opacity-80:focus-within { - --tw-bg-opacity: 0.8; - } - - .lg\:focus-within\:bg-opacity-90:focus-within { - --tw-bg-opacity: 0.9; - } - - .lg\:focus-within\:bg-opacity-95:focus-within { - --tw-bg-opacity: 0.95; - } - - .lg\:focus-within\:bg-opacity-100:focus-within { - --tw-bg-opacity: 1; - } - - .lg\:hover\:bg-opacity-0:hover { - --tw-bg-opacity: 0; - } - - .lg\:hover\:bg-opacity-5:hover { - --tw-bg-opacity: 0.05; - } - - .lg\:hover\:bg-opacity-10:hover { - --tw-bg-opacity: 0.1; - } - - .lg\:hover\:bg-opacity-20:hover { - --tw-bg-opacity: 0.2; - } - - .lg\:hover\:bg-opacity-25:hover { - --tw-bg-opacity: 0.25; - } - - .lg\:hover\:bg-opacity-30:hover { - --tw-bg-opacity: 0.3; - } - - .lg\:hover\:bg-opacity-40:hover { - --tw-bg-opacity: 0.4; - } - - .lg\:hover\:bg-opacity-50:hover { - --tw-bg-opacity: 0.5; - } - - .lg\:hover\:bg-opacity-60:hover { - --tw-bg-opacity: 0.6; - } - - .lg\:hover\:bg-opacity-70:hover { - --tw-bg-opacity: 0.7; - } - - .lg\:hover\:bg-opacity-75:hover { - --tw-bg-opacity: 0.75; - } - - .lg\:hover\:bg-opacity-80:hover { - --tw-bg-opacity: 0.8; - } - - .lg\:hover\:bg-opacity-90:hover { - --tw-bg-opacity: 0.9; - } - - .lg\:hover\:bg-opacity-95:hover { - --tw-bg-opacity: 0.95; - } - - .lg\:hover\:bg-opacity-100:hover { - --tw-bg-opacity: 1; - } - - .lg\:focus\:bg-opacity-0:focus { - --tw-bg-opacity: 0; - } - - .lg\:focus\:bg-opacity-5:focus { - --tw-bg-opacity: 0.05; - } - - .lg\:focus\:bg-opacity-10:focus { - --tw-bg-opacity: 0.1; - } - - .lg\:focus\:bg-opacity-20:focus { - --tw-bg-opacity: 0.2; - } - - .lg\:focus\:bg-opacity-25:focus { - --tw-bg-opacity: 0.25; - } - - .lg\:focus\:bg-opacity-30:focus { - --tw-bg-opacity: 0.3; - } - - .lg\:focus\:bg-opacity-40:focus { - --tw-bg-opacity: 0.4; - } - - .lg\:focus\:bg-opacity-50:focus { - --tw-bg-opacity: 0.5; - } - - .lg\:focus\:bg-opacity-60:focus { - --tw-bg-opacity: 0.6; - } - - .lg\:focus\:bg-opacity-70:focus { - --tw-bg-opacity: 0.7; - } - - .lg\:focus\:bg-opacity-75:focus { - --tw-bg-opacity: 0.75; - } - - .lg\:focus\:bg-opacity-80:focus { - --tw-bg-opacity: 0.8; - } - - .lg\:focus\:bg-opacity-90:focus { - --tw-bg-opacity: 0.9; - } - - .lg\:focus\:bg-opacity-95:focus { - --tw-bg-opacity: 0.95; - } - - .lg\:focus\:bg-opacity-100:focus { - --tw-bg-opacity: 1; - } - - .lg\:bg-bottom { - background-position: bottom; - } - - .lg\:bg-center { - background-position: center; - } - - .lg\:bg-left { - background-position: left; - } - - .lg\:bg-left-bottom { - background-position: left bottom; - } - - .lg\:bg-left-top { - background-position: left top; - } - - .lg\:bg-right { - background-position: right; - } - - .lg\:bg-right-bottom { - background-position: right bottom; - } - - .lg\:bg-right-top { - background-position: right top; - } - - .lg\:bg-top { - background-position: top; - } - - .lg\:bg-repeat { - background-repeat: repeat; - } - - .lg\:bg-no-repeat { - background-repeat: no-repeat; - } - - .lg\:bg-repeat-x { - background-repeat: repeat-x; - } - - .lg\:bg-repeat-y { - background-repeat: repeat-y; - } - - .lg\:bg-repeat-round { - background-repeat: round; - } - - .lg\:bg-repeat-space { - background-repeat: space; - } - - .lg\:bg-auto { - background-size: auto; - } - - .lg\:bg-cover { - background-size: cover; - } - - .lg\:bg-contain { - background-size: contain; - } - - .lg\:border-collapse { - border-collapse: collapse; - } - - .lg\:border-separate { - border-collapse: separate; - } - - .lg\:border-transparent { - border-color: transparent; - } - - .lg\:border-current { - border-color: currentColor; - } - - .lg\:border-black { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .lg\:border-white { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .lg\:border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .lg\:border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .lg\:border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .lg\:border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .lg\:border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .lg\:border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .lg\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .lg\:border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .lg\:border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .lg\:border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .lg\:border-red-50 { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .lg\:border-red-100 { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .lg\:border-red-200 { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .lg\:border-red-300 { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .lg\:border-red-400 { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .lg\:border-red-500 { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .lg\:border-red-600 { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .lg\:border-red-700 { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .lg\:border-red-800 { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .lg\:border-red-900 { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .lg\:border-yellow-50 { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .lg\:border-yellow-100 { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .lg\:border-yellow-200 { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .lg\:border-yellow-300 { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .lg\:border-yellow-400 { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .lg\:border-yellow-500 { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .lg\:border-yellow-600 { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .lg\:border-yellow-700 { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .lg\:border-yellow-800 { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .lg\:border-yellow-900 { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .lg\:border-green-50 { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .lg\:border-green-100 { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .lg\:border-green-200 { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .lg\:border-green-300 { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .lg\:border-green-400 { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .lg\:border-green-500 { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .lg\:border-green-600 { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .lg\:border-green-700 { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .lg\:border-green-800 { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .lg\:border-green-900 { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .lg\:border-blue-50 { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .lg\:border-blue-100 { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .lg\:border-blue-200 { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .lg\:border-blue-300 { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .lg\:border-blue-400 { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .lg\:border-blue-500 { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .lg\:border-blue-600 { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .lg\:border-blue-700 { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .lg\:border-blue-800 { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .lg\:border-blue-900 { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .lg\:border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .lg\:border-indigo-100 { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .lg\:border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .lg\:border-indigo-300 { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .lg\:border-indigo-400 { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .lg\:border-indigo-500 { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .lg\:border-indigo-600 { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .lg\:border-indigo-700 { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .lg\:border-indigo-800 { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .lg\:border-indigo-900 { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .lg\:border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .lg\:border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .lg\:border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .lg\:border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .lg\:border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .lg\:border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .lg\:border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .lg\:border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .lg\:border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .lg\:border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .lg\:border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .lg\:border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .lg\:border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .lg\:border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .lg\:border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .lg\:border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .lg\:border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .lg\:border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .lg\:border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .lg\:border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .lg\:border-primary-50 { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .lg\:border-primary-100 { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .lg\:border-primary-200 { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .lg\:border-primary-300 { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .lg\:border-primary-400 { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .lg\:border-primary-500 { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .lg\:border-primary-600 { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .lg\:border-primary-700 { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .lg\:border-primary-800 { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .lg\:border-primary-900 { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .lg\:border-danger { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .lg\:border-success { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .lg\:border-warning { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .lg\:border-info { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .lg\:hover\:border-transparent:hover { - border-color: transparent; - } - - .lg\:hover\:border-current:hover { - border-color: currentColor; - } - - .lg\:hover\:border-black:hover { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .lg\:hover\:border-white:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-50:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-100:hover { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-200:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-300:hover { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-400:hover { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-500:hover { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-600:hover { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-700:hover { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-800:hover { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-900:hover { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .lg\:hover\:border-red-50:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .lg\:hover\:border-red-100:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .lg\:hover\:border-red-200:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .lg\:hover\:border-red-300:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .lg\:hover\:border-red-400:hover { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .lg\:hover\:border-red-500:hover { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .lg\:hover\:border-red-600:hover { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .lg\:hover\:border-red-700:hover { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .lg\:hover\:border-red-800:hover { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .lg\:hover\:border-red-900:hover { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .lg\:hover\:border-yellow-50:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .lg\:hover\:border-yellow-100:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .lg\:hover\:border-yellow-200:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .lg\:hover\:border-yellow-300:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .lg\:hover\:border-yellow-400:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .lg\:hover\:border-yellow-500:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .lg\:hover\:border-yellow-600:hover { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .lg\:hover\:border-yellow-700:hover { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .lg\:hover\:border-yellow-800:hover { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .lg\:hover\:border-yellow-900:hover { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .lg\:hover\:border-green-50:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .lg\:hover\:border-green-100:hover { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .lg\:hover\:border-green-200:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .lg\:hover\:border-green-300:hover { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .lg\:hover\:border-green-400:hover { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .lg\:hover\:border-green-500:hover { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .lg\:hover\:border-green-600:hover { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .lg\:hover\:border-green-700:hover { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .lg\:hover\:border-green-800:hover { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .lg\:hover\:border-green-900:hover { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .lg\:hover\:border-blue-50:hover { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .lg\:hover\:border-blue-100:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .lg\:hover\:border-blue-200:hover { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .lg\:hover\:border-blue-300:hover { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .lg\:hover\:border-blue-400:hover { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .lg\:hover\:border-blue-500:hover { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .lg\:hover\:border-blue-600:hover { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .lg\:hover\:border-blue-700:hover { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .lg\:hover\:border-blue-800:hover { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .lg\:hover\:border-blue-900:hover { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .lg\:hover\:border-indigo-50:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .lg\:hover\:border-indigo-100:hover { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .lg\:hover\:border-indigo-200:hover { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .lg\:hover\:border-indigo-300:hover { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .lg\:hover\:border-indigo-400:hover { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .lg\:hover\:border-indigo-500:hover { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .lg\:hover\:border-indigo-600:hover { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .lg\:hover\:border-indigo-700:hover { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .lg\:hover\:border-indigo-800:hover { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .lg\:hover\:border-indigo-900:hover { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-50:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-100:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-200:hover { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-300:hover { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-400:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-500:hover { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-600:hover { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-700:hover { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-800:hover { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-900:hover { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-50:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-100:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-200:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-300:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-400:hover { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-500:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-600:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-700:hover { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-800:hover { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-900:hover { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .lg\:hover\:border-primary-50:hover { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .lg\:hover\:border-primary-100:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .lg\:hover\:border-primary-200:hover { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .lg\:hover\:border-primary-300:hover { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .lg\:hover\:border-primary-400:hover { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .lg\:hover\:border-primary-500:hover { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .lg\:hover\:border-primary-600:hover { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .lg\:hover\:border-primary-700:hover { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .lg\:hover\:border-primary-800:hover { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .lg\:hover\:border-primary-900:hover { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .lg\:hover\:border-danger:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .lg\:hover\:border-success:hover { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .lg\:hover\:border-warning:hover { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .lg\:hover\:border-info:hover { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .lg\:focus\:border-transparent:focus { - border-color: transparent; - } - - .lg\:focus\:border-current:focus { - border-color: currentColor; - } - - .lg\:focus\:border-black:focus { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .lg\:focus\:border-white:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-50:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-100:focus { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-200:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-300:focus { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-400:focus { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-500:focus { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-600:focus { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-700:focus { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-800:focus { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-900:focus { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .lg\:focus\:border-red-50:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .lg\:focus\:border-red-100:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .lg\:focus\:border-red-200:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .lg\:focus\:border-red-300:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .lg\:focus\:border-red-400:focus { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .lg\:focus\:border-red-500:focus { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .lg\:focus\:border-red-600:focus { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .lg\:focus\:border-red-700:focus { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .lg\:focus\:border-red-800:focus { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .lg\:focus\:border-red-900:focus { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .lg\:focus\:border-yellow-50:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .lg\:focus\:border-yellow-100:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .lg\:focus\:border-yellow-200:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .lg\:focus\:border-yellow-300:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .lg\:focus\:border-yellow-400:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .lg\:focus\:border-yellow-500:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .lg\:focus\:border-yellow-600:focus { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .lg\:focus\:border-yellow-700:focus { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .lg\:focus\:border-yellow-800:focus { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .lg\:focus\:border-yellow-900:focus { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .lg\:focus\:border-green-50:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .lg\:focus\:border-green-100:focus { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .lg\:focus\:border-green-200:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .lg\:focus\:border-green-300:focus { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .lg\:focus\:border-green-400:focus { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .lg\:focus\:border-green-500:focus { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .lg\:focus\:border-green-600:focus { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .lg\:focus\:border-green-700:focus { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .lg\:focus\:border-green-800:focus { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .lg\:focus\:border-green-900:focus { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .lg\:focus\:border-blue-50:focus { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .lg\:focus\:border-blue-100:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .lg\:focus\:border-blue-200:focus { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .lg\:focus\:border-blue-300:focus { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .lg\:focus\:border-blue-400:focus { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .lg\:focus\:border-blue-500:focus { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .lg\:focus\:border-blue-600:focus { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .lg\:focus\:border-blue-700:focus { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .lg\:focus\:border-blue-800:focus { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .lg\:focus\:border-blue-900:focus { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .lg\:focus\:border-indigo-50:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .lg\:focus\:border-indigo-100:focus { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .lg\:focus\:border-indigo-200:focus { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .lg\:focus\:border-indigo-300:focus { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .lg\:focus\:border-indigo-400:focus { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .lg\:focus\:border-indigo-500:focus { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .lg\:focus\:border-indigo-600:focus { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .lg\:focus\:border-indigo-700:focus { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .lg\:focus\:border-indigo-800:focus { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .lg\:focus\:border-indigo-900:focus { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-50:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-100:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-200:focus { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-300:focus { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-400:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-500:focus { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-600:focus { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-700:focus { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-800:focus { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-900:focus { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-50:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-100:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-200:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-300:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-400:focus { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-500:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-600:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-700:focus { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-800:focus { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-900:focus { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .lg\:focus\:border-primary-50:focus { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .lg\:focus\:border-primary-100:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .lg\:focus\:border-primary-200:focus { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .lg\:focus\:border-primary-300:focus { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .lg\:focus\:border-primary-400:focus { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .lg\:focus\:border-primary-500:focus { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .lg\:focus\:border-primary-600:focus { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .lg\:focus\:border-primary-700:focus { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .lg\:focus\:border-primary-800:focus { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .lg\:focus\:border-primary-900:focus { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .lg\:focus\:border-danger:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .lg\:focus\:border-success:focus { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .lg\:focus\:border-warning:focus { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .lg\:focus\:border-info:focus { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .lg\:active\:border-transparent:active { - border-color: transparent; - } - - .lg\:active\:border-current:active { - border-color: currentColor; - } - - .lg\:active\:border-black:active { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .lg\:active\:border-white:active { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .lg\:active\:border-gray-50:active { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .lg\:active\:border-gray-100:active { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .lg\:active\:border-gray-200:active { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .lg\:active\:border-gray-300:active { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .lg\:active\:border-gray-400:active { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .lg\:active\:border-gray-500:active { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .lg\:active\:border-gray-600:active { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .lg\:active\:border-gray-700:active { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .lg\:active\:border-gray-800:active { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .lg\:active\:border-gray-900:active { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .lg\:active\:border-red-50:active { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .lg\:active\:border-red-100:active { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .lg\:active\:border-red-200:active { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .lg\:active\:border-red-300:active { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .lg\:active\:border-red-400:active { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .lg\:active\:border-red-500:active { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .lg\:active\:border-red-600:active { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .lg\:active\:border-red-700:active { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .lg\:active\:border-red-800:active { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .lg\:active\:border-red-900:active { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .lg\:active\:border-yellow-50:active { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .lg\:active\:border-yellow-100:active { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .lg\:active\:border-yellow-200:active { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .lg\:active\:border-yellow-300:active { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .lg\:active\:border-yellow-400:active { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .lg\:active\:border-yellow-500:active { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .lg\:active\:border-yellow-600:active { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .lg\:active\:border-yellow-700:active { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .lg\:active\:border-yellow-800:active { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .lg\:active\:border-yellow-900:active { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .lg\:active\:border-green-50:active { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .lg\:active\:border-green-100:active { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .lg\:active\:border-green-200:active { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .lg\:active\:border-green-300:active { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .lg\:active\:border-green-400:active { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .lg\:active\:border-green-500:active { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .lg\:active\:border-green-600:active { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .lg\:active\:border-green-700:active { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .lg\:active\:border-green-800:active { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .lg\:active\:border-green-900:active { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .lg\:active\:border-blue-50:active { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .lg\:active\:border-blue-100:active { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .lg\:active\:border-blue-200:active { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .lg\:active\:border-blue-300:active { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .lg\:active\:border-blue-400:active { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .lg\:active\:border-blue-500:active { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .lg\:active\:border-blue-600:active { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .lg\:active\:border-blue-700:active { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .lg\:active\:border-blue-800:active { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .lg\:active\:border-blue-900:active { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .lg\:active\:border-indigo-50:active { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .lg\:active\:border-indigo-100:active { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .lg\:active\:border-indigo-200:active { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .lg\:active\:border-indigo-300:active { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .lg\:active\:border-indigo-400:active { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .lg\:active\:border-indigo-500:active { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .lg\:active\:border-indigo-600:active { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .lg\:active\:border-indigo-700:active { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .lg\:active\:border-indigo-800:active { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .lg\:active\:border-indigo-900:active { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .lg\:active\:border-purple-50:active { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .lg\:active\:border-purple-100:active { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .lg\:active\:border-purple-200:active { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .lg\:active\:border-purple-300:active { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .lg\:active\:border-purple-400:active { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .lg\:active\:border-purple-500:active { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .lg\:active\:border-purple-600:active { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .lg\:active\:border-purple-700:active { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .lg\:active\:border-purple-800:active { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .lg\:active\:border-purple-900:active { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .lg\:active\:border-pink-50:active { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .lg\:active\:border-pink-100:active { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .lg\:active\:border-pink-200:active { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .lg\:active\:border-pink-300:active { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .lg\:active\:border-pink-400:active { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .lg\:active\:border-pink-500:active { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .lg\:active\:border-pink-600:active { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .lg\:active\:border-pink-700:active { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .lg\:active\:border-pink-800:active { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .lg\:active\:border-pink-900:active { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .lg\:active\:border-primary-50:active { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .lg\:active\:border-primary-100:active { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .lg\:active\:border-primary-200:active { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .lg\:active\:border-primary-300:active { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .lg\:active\:border-primary-400:active { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .lg\:active\:border-primary-500:active { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .lg\:active\:border-primary-600:active { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .lg\:active\:border-primary-700:active { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .lg\:active\:border-primary-800:active { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .lg\:active\:border-primary-900:active { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .lg\:active\:border-danger:active { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .lg\:active\:border-success:active { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .lg\:active\:border-warning:active { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .lg\:active\:border-info:active { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-transparent:focus-within { - border-color: transparent; - } - - .lg\:focus-within\:border-current:focus-within { - border-color: currentColor; - } - - .lg\:focus-within\:border-black:focus-within { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-white:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-red-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-red-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-red-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-red-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-red-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-red-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-red-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-red-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-red-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-red-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-yellow-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-yellow-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-yellow-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-yellow-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-yellow-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-yellow-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-yellow-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-yellow-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-yellow-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-yellow-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-green-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-green-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-green-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-green-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-green-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-green-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-green-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-green-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-green-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-green-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-blue-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-blue-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-blue-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-blue-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-blue-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-blue-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-blue-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-blue-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-blue-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-blue-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-indigo-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-indigo-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-indigo-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-indigo-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-indigo-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-indigo-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-indigo-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-indigo-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-primary-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-primary-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-primary-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-primary-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-primary-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-primary-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-primary-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-primary-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-primary-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-primary-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-danger:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-success:focus-within { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-warning:focus-within { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-info:focus-within { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .lg\:border-opacity-0 { - --tw-border-opacity: 0; - } - - .lg\:border-opacity-5 { - --tw-border-opacity: 0.05; - } - - .lg\:border-opacity-10 { - --tw-border-opacity: 0.1; - } - - .lg\:border-opacity-20 { - --tw-border-opacity: 0.2; - } - - .lg\:border-opacity-25 { - --tw-border-opacity: 0.25; - } - - .lg\:border-opacity-30 { - --tw-border-opacity: 0.3; - } - - .lg\:border-opacity-40 { - --tw-border-opacity: 0.4; - } - - .lg\:border-opacity-50 { - --tw-border-opacity: 0.5; - } - - .lg\:border-opacity-60 { - --tw-border-opacity: 0.6; - } - - .lg\:border-opacity-70 { - --tw-border-opacity: 0.7; - } - - .lg\:border-opacity-75 { - --tw-border-opacity: 0.75; - } - - .lg\:border-opacity-80 { - --tw-border-opacity: 0.8; - } - - .lg\:border-opacity-90 { - --tw-border-opacity: 0.9; - } - - .lg\:border-opacity-95 { - --tw-border-opacity: 0.95; - } - - .lg\:border-opacity-100 { - --tw-border-opacity: 1; - } - - .group:hover .lg\:group-hover\:border-opacity-0 { - --tw-border-opacity: 0; - } - - .group:hover .lg\:group-hover\:border-opacity-5 { - --tw-border-opacity: 0.05; - } - - .group:hover .lg\:group-hover\:border-opacity-10 { - --tw-border-opacity: 0.1; - } - - .group:hover .lg\:group-hover\:border-opacity-20 { - --tw-border-opacity: 0.2; - } - - .group:hover .lg\:group-hover\:border-opacity-25 { - --tw-border-opacity: 0.25; - } - - .group:hover .lg\:group-hover\:border-opacity-30 { - --tw-border-opacity: 0.3; - } - - .group:hover .lg\:group-hover\:border-opacity-40 { - --tw-border-opacity: 0.4; - } - - .group:hover .lg\:group-hover\:border-opacity-50 { - --tw-border-opacity: 0.5; - } - - .group:hover .lg\:group-hover\:border-opacity-60 { - --tw-border-opacity: 0.6; - } - - .group:hover .lg\:group-hover\:border-opacity-70 { - --tw-border-opacity: 0.7; - } - - .group:hover .lg\:group-hover\:border-opacity-75 { - --tw-border-opacity: 0.75; - } - - .group:hover .lg\:group-hover\:border-opacity-80 { - --tw-border-opacity: 0.8; - } - - .group:hover .lg\:group-hover\:border-opacity-90 { - --tw-border-opacity: 0.9; - } - - .group:hover .lg\:group-hover\:border-opacity-95 { - --tw-border-opacity: 0.95; - } - - .group:hover .lg\:group-hover\:border-opacity-100 { - --tw-border-opacity: 1; - } - - .lg\:focus-within\:border-opacity-0:focus-within { - --tw-border-opacity: 0; - } - - .lg\:focus-within\:border-opacity-5:focus-within { - --tw-border-opacity: 0.05; - } - - .lg\:focus-within\:border-opacity-10:focus-within { - --tw-border-opacity: 0.1; - } - - .lg\:focus-within\:border-opacity-20:focus-within { - --tw-border-opacity: 0.2; - } - - .lg\:focus-within\:border-opacity-25:focus-within { - --tw-border-opacity: 0.25; - } - - .lg\:focus-within\:border-opacity-30:focus-within { - --tw-border-opacity: 0.3; - } - - .lg\:focus-within\:border-opacity-40:focus-within { - --tw-border-opacity: 0.4; - } - - .lg\:focus-within\:border-opacity-50:focus-within { - --tw-border-opacity: 0.5; - } - - .lg\:focus-within\:border-opacity-60:focus-within { - --tw-border-opacity: 0.6; - } - - .lg\:focus-within\:border-opacity-70:focus-within { - --tw-border-opacity: 0.7; - } - - .lg\:focus-within\:border-opacity-75:focus-within { - --tw-border-opacity: 0.75; - } - - .lg\:focus-within\:border-opacity-80:focus-within { - --tw-border-opacity: 0.8; - } - - .lg\:focus-within\:border-opacity-90:focus-within { - --tw-border-opacity: 0.9; - } - - .lg\:focus-within\:border-opacity-95:focus-within { - --tw-border-opacity: 0.95; - } - - .lg\:focus-within\:border-opacity-100:focus-within { - --tw-border-opacity: 1; - } - - .lg\:hover\:border-opacity-0:hover { - --tw-border-opacity: 0; - } - - .lg\:hover\:border-opacity-5:hover { - --tw-border-opacity: 0.05; - } - - .lg\:hover\:border-opacity-10:hover { - --tw-border-opacity: 0.1; - } - - .lg\:hover\:border-opacity-20:hover { - --tw-border-opacity: 0.2; - } - - .lg\:hover\:border-opacity-25:hover { - --tw-border-opacity: 0.25; - } - - .lg\:hover\:border-opacity-30:hover { - --tw-border-opacity: 0.3; - } - - .lg\:hover\:border-opacity-40:hover { - --tw-border-opacity: 0.4; - } - - .lg\:hover\:border-opacity-50:hover { - --tw-border-opacity: 0.5; - } - - .lg\:hover\:border-opacity-60:hover { - --tw-border-opacity: 0.6; - } - - .lg\:hover\:border-opacity-70:hover { - --tw-border-opacity: 0.7; - } - - .lg\:hover\:border-opacity-75:hover { - --tw-border-opacity: 0.75; - } - - .lg\:hover\:border-opacity-80:hover { - --tw-border-opacity: 0.8; - } - - .lg\:hover\:border-opacity-90:hover { - --tw-border-opacity: 0.9; - } - - .lg\:hover\:border-opacity-95:hover { - --tw-border-opacity: 0.95; - } - - .lg\:hover\:border-opacity-100:hover { - --tw-border-opacity: 1; - } - - .lg\:focus\:border-opacity-0:focus { - --tw-border-opacity: 0; - } - - .lg\:focus\:border-opacity-5:focus { - --tw-border-opacity: 0.05; - } - - .lg\:focus\:border-opacity-10:focus { - --tw-border-opacity: 0.1; - } - - .lg\:focus\:border-opacity-20:focus { - --tw-border-opacity: 0.2; - } - - .lg\:focus\:border-opacity-25:focus { - --tw-border-opacity: 0.25; - } - - .lg\:focus\:border-opacity-30:focus { - --tw-border-opacity: 0.3; - } - - .lg\:focus\:border-opacity-40:focus { - --tw-border-opacity: 0.4; - } - - .lg\:focus\:border-opacity-50:focus { - --tw-border-opacity: 0.5; - } - - .lg\:focus\:border-opacity-60:focus { - --tw-border-opacity: 0.6; - } - - .lg\:focus\:border-opacity-70:focus { - --tw-border-opacity: 0.7; - } - - .lg\:focus\:border-opacity-75:focus { - --tw-border-opacity: 0.75; - } - - .lg\:focus\:border-opacity-80:focus { - --tw-border-opacity: 0.8; - } - - .lg\:focus\:border-opacity-90:focus { - --tw-border-opacity: 0.9; - } - - .lg\:focus\:border-opacity-95:focus { - --tw-border-opacity: 0.95; - } - - .lg\:focus\:border-opacity-100:focus { - --tw-border-opacity: 1; - } - - .lg\:rounded-none { - border-radius: 0px; - } - - .lg\:rounded-sm { - border-radius: 0.125rem; - } - - .lg\:rounded { - border-radius: 0.25rem; - } - - .lg\:rounded-md { - border-radius: 0.375rem; - } - - .lg\:rounded-lg { - border-radius: 0.5rem; - } - - .lg\:rounded-xl { - border-radius: 0.75rem; - } - - .lg\:rounded-2xl { - border-radius: 1rem; - } - - .lg\:rounded-3xl { - border-radius: 1.5rem; - } - - .lg\:rounded-full { - border-radius: 9999px; - } - - .lg\:rounded-t-none { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .lg\:rounded-r-none { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .lg\:rounded-b-none { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .lg\:rounded-l-none { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .lg\:rounded-t-sm { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .lg\:rounded-r-sm { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .lg\:rounded-b-sm { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .lg\:rounded-l-sm { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .lg\:rounded-t { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .lg\:rounded-r { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .lg\:rounded-b { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .lg\:rounded-l { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .lg\:rounded-t-md { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .lg\:rounded-r-md { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .lg\:rounded-b-md { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .lg\:rounded-l-md { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .lg\:rounded-t-lg { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .lg\:rounded-r-lg { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .lg\:rounded-b-lg { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .lg\:rounded-l-lg { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .lg\:rounded-t-xl { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .lg\:rounded-r-xl { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .lg\:rounded-b-xl { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .lg\:rounded-l-xl { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .lg\:rounded-t-2xl { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .lg\:rounded-r-2xl { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .lg\:rounded-b-2xl { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .lg\:rounded-l-2xl { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .lg\:rounded-t-3xl { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .lg\:rounded-r-3xl { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .lg\:rounded-b-3xl { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .lg\:rounded-l-3xl { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .lg\:rounded-t-full { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .lg\:rounded-r-full { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .lg\:rounded-b-full { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .lg\:rounded-l-full { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .lg\:rounded-tl-none { - border-top-left-radius: 0px; - } - - .lg\:rounded-tr-none { - border-top-right-radius: 0px; - } - - .lg\:rounded-br-none { - border-bottom-right-radius: 0px; - } - - .lg\:rounded-bl-none { - border-bottom-left-radius: 0px; - } - - .lg\:rounded-tl-sm { - border-top-left-radius: 0.125rem; - } - - .lg\:rounded-tr-sm { - border-top-right-radius: 0.125rem; - } - - .lg\:rounded-br-sm { - border-bottom-right-radius: 0.125rem; - } - - .lg\:rounded-bl-sm { - border-bottom-left-radius: 0.125rem; - } - - .lg\:rounded-tl { - border-top-left-radius: 0.25rem; - } - - .lg\:rounded-tr { - border-top-right-radius: 0.25rem; - } - - .lg\:rounded-br { - border-bottom-right-radius: 0.25rem; - } - - .lg\:rounded-bl { - border-bottom-left-radius: 0.25rem; - } - - .lg\:rounded-tl-md { - border-top-left-radius: 0.375rem; - } - - .lg\:rounded-tr-md { - border-top-right-radius: 0.375rem; - } - - .lg\:rounded-br-md { - border-bottom-right-radius: 0.375rem; - } - - .lg\:rounded-bl-md { - border-bottom-left-radius: 0.375rem; - } - - .lg\:rounded-tl-lg { - border-top-left-radius: 0.5rem; - } - - .lg\:rounded-tr-lg { - border-top-right-radius: 0.5rem; - } - - .lg\:rounded-br-lg { - border-bottom-right-radius: 0.5rem; - } - - .lg\:rounded-bl-lg { - border-bottom-left-radius: 0.5rem; - } - - .lg\:rounded-tl-xl { - border-top-left-radius: 0.75rem; - } - - .lg\:rounded-tr-xl { - border-top-right-radius: 0.75rem; - } - - .lg\:rounded-br-xl { - border-bottom-right-radius: 0.75rem; - } - - .lg\:rounded-bl-xl { - border-bottom-left-radius: 0.75rem; - } - - .lg\:rounded-tl-2xl { - border-top-left-radius: 1rem; - } - - .lg\:rounded-tr-2xl { - border-top-right-radius: 1rem; - } - - .lg\:rounded-br-2xl { - border-bottom-right-radius: 1rem; - } - - .lg\:rounded-bl-2xl { - border-bottom-left-radius: 1rem; - } - - .lg\:rounded-tl-3xl { - border-top-left-radius: 1.5rem; - } - - .lg\:rounded-tr-3xl { - border-top-right-radius: 1.5rem; - } - - .lg\:rounded-br-3xl { - border-bottom-right-radius: 1.5rem; - } - - .lg\:rounded-bl-3xl { - border-bottom-left-radius: 1.5rem; - } - - .lg\:rounded-tl-full { - border-top-left-radius: 9999px; - } - - .lg\:rounded-tr-full { - border-top-right-radius: 9999px; - } - - .lg\:rounded-br-full { - border-bottom-right-radius: 9999px; - } - - .lg\:rounded-bl-full { - border-bottom-left-radius: 9999px; - } - - .lg\:hover\:rounded-none:hover { - border-radius: 0px; - } - - .lg\:hover\:rounded-sm:hover { - border-radius: 0.125rem; - } - - .lg\:hover\:rounded:hover { - border-radius: 0.25rem; - } - - .lg\:hover\:rounded-md:hover { - border-radius: 0.375rem; - } - - .lg\:hover\:rounded-lg:hover { - border-radius: 0.5rem; - } - - .lg\:hover\:rounded-xl:hover { - border-radius: 0.75rem; - } - - .lg\:hover\:rounded-2xl:hover { - border-radius: 1rem; - } - - .lg\:hover\:rounded-3xl:hover { - border-radius: 1.5rem; - } - - .lg\:hover\:rounded-full:hover { - border-radius: 9999px; - } - - .lg\:hover\:rounded-t-none:hover { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .lg\:hover\:rounded-r-none:hover { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .lg\:hover\:rounded-b-none:hover { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .lg\:hover\:rounded-l-none:hover { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .lg\:hover\:rounded-t-sm:hover { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .lg\:hover\:rounded-r-sm:hover { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .lg\:hover\:rounded-b-sm:hover { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .lg\:hover\:rounded-l-sm:hover { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .lg\:hover\:rounded-t:hover { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .lg\:hover\:rounded-r:hover { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .lg\:hover\:rounded-b:hover { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .lg\:hover\:rounded-l:hover { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .lg\:hover\:rounded-t-md:hover { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .lg\:hover\:rounded-r-md:hover { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .lg\:hover\:rounded-b-md:hover { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .lg\:hover\:rounded-l-md:hover { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .lg\:hover\:rounded-t-lg:hover { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .lg\:hover\:rounded-r-lg:hover { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .lg\:hover\:rounded-b-lg:hover { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .lg\:hover\:rounded-l-lg:hover { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .lg\:hover\:rounded-t-xl:hover { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .lg\:hover\:rounded-r-xl:hover { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .lg\:hover\:rounded-b-xl:hover { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .lg\:hover\:rounded-l-xl:hover { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .lg\:hover\:rounded-t-2xl:hover { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .lg\:hover\:rounded-r-2xl:hover { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .lg\:hover\:rounded-b-2xl:hover { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .lg\:hover\:rounded-l-2xl:hover { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .lg\:hover\:rounded-t-3xl:hover { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .lg\:hover\:rounded-r-3xl:hover { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .lg\:hover\:rounded-b-3xl:hover { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .lg\:hover\:rounded-l-3xl:hover { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .lg\:hover\:rounded-t-full:hover { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .lg\:hover\:rounded-r-full:hover { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .lg\:hover\:rounded-b-full:hover { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .lg\:hover\:rounded-l-full:hover { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .lg\:hover\:rounded-tl-none:hover { - border-top-left-radius: 0px; - } - - .lg\:hover\:rounded-tr-none:hover { - border-top-right-radius: 0px; - } - - .lg\:hover\:rounded-br-none:hover { - border-bottom-right-radius: 0px; - } - - .lg\:hover\:rounded-bl-none:hover { - border-bottom-left-radius: 0px; - } - - .lg\:hover\:rounded-tl-sm:hover { - border-top-left-radius: 0.125rem; - } - - .lg\:hover\:rounded-tr-sm:hover { - border-top-right-radius: 0.125rem; - } - - .lg\:hover\:rounded-br-sm:hover { - border-bottom-right-radius: 0.125rem; - } - - .lg\:hover\:rounded-bl-sm:hover { - border-bottom-left-radius: 0.125rem; - } - - .lg\:hover\:rounded-tl:hover { - border-top-left-radius: 0.25rem; - } - - .lg\:hover\:rounded-tr:hover { - border-top-right-radius: 0.25rem; - } - - .lg\:hover\:rounded-br:hover { - border-bottom-right-radius: 0.25rem; - } - - .lg\:hover\:rounded-bl:hover { - border-bottom-left-radius: 0.25rem; - } - - .lg\:hover\:rounded-tl-md:hover { - border-top-left-radius: 0.375rem; - } - - .lg\:hover\:rounded-tr-md:hover { - border-top-right-radius: 0.375rem; - } - - .lg\:hover\:rounded-br-md:hover { - border-bottom-right-radius: 0.375rem; - } - - .lg\:hover\:rounded-bl-md:hover { - border-bottom-left-radius: 0.375rem; - } - - .lg\:hover\:rounded-tl-lg:hover { - border-top-left-radius: 0.5rem; - } - - .lg\:hover\:rounded-tr-lg:hover { - border-top-right-radius: 0.5rem; - } - - .lg\:hover\:rounded-br-lg:hover { - border-bottom-right-radius: 0.5rem; - } - - .lg\:hover\:rounded-bl-lg:hover { - border-bottom-left-radius: 0.5rem; - } - - .lg\:hover\:rounded-tl-xl:hover { - border-top-left-radius: 0.75rem; - } - - .lg\:hover\:rounded-tr-xl:hover { - border-top-right-radius: 0.75rem; - } - - .lg\:hover\:rounded-br-xl:hover { - border-bottom-right-radius: 0.75rem; - } - - .lg\:hover\:rounded-bl-xl:hover { - border-bottom-left-radius: 0.75rem; - } - - .lg\:hover\:rounded-tl-2xl:hover { - border-top-left-radius: 1rem; - } - - .lg\:hover\:rounded-tr-2xl:hover { - border-top-right-radius: 1rem; - } - - .lg\:hover\:rounded-br-2xl:hover { - border-bottom-right-radius: 1rem; - } - - .lg\:hover\:rounded-bl-2xl:hover { - border-bottom-left-radius: 1rem; - } - - .lg\:hover\:rounded-tl-3xl:hover { - border-top-left-radius: 1.5rem; - } - - .lg\:hover\:rounded-tr-3xl:hover { - border-top-right-radius: 1.5rem; - } - - .lg\:hover\:rounded-br-3xl:hover { - border-bottom-right-radius: 1.5rem; - } - - .lg\:hover\:rounded-bl-3xl:hover { - border-bottom-left-radius: 1.5rem; - } - - .lg\:hover\:rounded-tl-full:hover { - border-top-left-radius: 9999px; - } - - .lg\:hover\:rounded-tr-full:hover { - border-top-right-radius: 9999px; - } - - .lg\:hover\:rounded-br-full:hover { - border-bottom-right-radius: 9999px; - } - - .lg\:hover\:rounded-bl-full:hover { - border-bottom-left-radius: 9999px; - } - - .lg\:first\:rounded-none:first-child { - border-radius: 0px; - } - - .lg\:first\:rounded-sm:first-child { - border-radius: 0.125rem; - } - - .lg\:first\:rounded:first-child { - border-radius: 0.25rem; - } - - .lg\:first\:rounded-md:first-child { - border-radius: 0.375rem; - } - - .lg\:first\:rounded-lg:first-child { - border-radius: 0.5rem; - } - - .lg\:first\:rounded-xl:first-child { - border-radius: 0.75rem; - } - - .lg\:first\:rounded-2xl:first-child { - border-radius: 1rem; - } - - .lg\:first\:rounded-3xl:first-child { - border-radius: 1.5rem; - } - - .lg\:first\:rounded-full:first-child { - border-radius: 9999px; - } - - .lg\:first\:rounded-t-none:first-child { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .lg\:first\:rounded-r-none:first-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .lg\:first\:rounded-b-none:first-child { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .lg\:first\:rounded-l-none:first-child { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .lg\:first\:rounded-t-sm:first-child { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .lg\:first\:rounded-r-sm:first-child { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .lg\:first\:rounded-b-sm:first-child { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .lg\:first\:rounded-l-sm:first-child { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .lg\:first\:rounded-t:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .lg\:first\:rounded-r:first-child { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .lg\:first\:rounded-b:first-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .lg\:first\:rounded-l:first-child { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .lg\:first\:rounded-t-md:first-child { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .lg\:first\:rounded-r-md:first-child { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .lg\:first\:rounded-b-md:first-child { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .lg\:first\:rounded-l-md:first-child { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .lg\:first\:rounded-t-lg:first-child { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .lg\:first\:rounded-r-lg:first-child { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .lg\:first\:rounded-b-lg:first-child { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .lg\:first\:rounded-l-lg:first-child { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .lg\:first\:rounded-t-xl:first-child { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .lg\:first\:rounded-r-xl:first-child { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .lg\:first\:rounded-b-xl:first-child { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .lg\:first\:rounded-l-xl:first-child { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .lg\:first\:rounded-t-2xl:first-child { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .lg\:first\:rounded-r-2xl:first-child { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .lg\:first\:rounded-b-2xl:first-child { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .lg\:first\:rounded-l-2xl:first-child { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .lg\:first\:rounded-t-3xl:first-child { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .lg\:first\:rounded-r-3xl:first-child { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .lg\:first\:rounded-b-3xl:first-child { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .lg\:first\:rounded-l-3xl:first-child { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .lg\:first\:rounded-t-full:first-child { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .lg\:first\:rounded-r-full:first-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .lg\:first\:rounded-b-full:first-child { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .lg\:first\:rounded-l-full:first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .lg\:first\:rounded-tl-none:first-child { - border-top-left-radius: 0px; - } - - .lg\:first\:rounded-tr-none:first-child { - border-top-right-radius: 0px; - } - - .lg\:first\:rounded-br-none:first-child { - border-bottom-right-radius: 0px; - } - - .lg\:first\:rounded-bl-none:first-child { - border-bottom-left-radius: 0px; - } - - .lg\:first\:rounded-tl-sm:first-child { - border-top-left-radius: 0.125rem; - } - - .lg\:first\:rounded-tr-sm:first-child { - border-top-right-radius: 0.125rem; - } - - .lg\:first\:rounded-br-sm:first-child { - border-bottom-right-radius: 0.125rem; - } - - .lg\:first\:rounded-bl-sm:first-child { - border-bottom-left-radius: 0.125rem; - } - - .lg\:first\:rounded-tl:first-child { - border-top-left-radius: 0.25rem; - } - - .lg\:first\:rounded-tr:first-child { - border-top-right-radius: 0.25rem; - } - - .lg\:first\:rounded-br:first-child { - border-bottom-right-radius: 0.25rem; - } - - .lg\:first\:rounded-bl:first-child { - border-bottom-left-radius: 0.25rem; - } - - .lg\:first\:rounded-tl-md:first-child { - border-top-left-radius: 0.375rem; - } - - .lg\:first\:rounded-tr-md:first-child { - border-top-right-radius: 0.375rem; - } - - .lg\:first\:rounded-br-md:first-child { - border-bottom-right-radius: 0.375rem; - } - - .lg\:first\:rounded-bl-md:first-child { - border-bottom-left-radius: 0.375rem; - } - - .lg\:first\:rounded-tl-lg:first-child { - border-top-left-radius: 0.5rem; - } - - .lg\:first\:rounded-tr-lg:first-child { - border-top-right-radius: 0.5rem; - } - - .lg\:first\:rounded-br-lg:first-child { - border-bottom-right-radius: 0.5rem; - } - - .lg\:first\:rounded-bl-lg:first-child { - border-bottom-left-radius: 0.5rem; - } - - .lg\:first\:rounded-tl-xl:first-child { - border-top-left-radius: 0.75rem; - } - - .lg\:first\:rounded-tr-xl:first-child { - border-top-right-radius: 0.75rem; - } - - .lg\:first\:rounded-br-xl:first-child { - border-bottom-right-radius: 0.75rem; - } - - .lg\:first\:rounded-bl-xl:first-child { - border-bottom-left-radius: 0.75rem; - } - - .lg\:first\:rounded-tl-2xl:first-child { - border-top-left-radius: 1rem; - } - - .lg\:first\:rounded-tr-2xl:first-child { - border-top-right-radius: 1rem; - } - - .lg\:first\:rounded-br-2xl:first-child { - border-bottom-right-radius: 1rem; - } - - .lg\:first\:rounded-bl-2xl:first-child { - border-bottom-left-radius: 1rem; - } - - .lg\:first\:rounded-tl-3xl:first-child { - border-top-left-radius: 1.5rem; - } - - .lg\:first\:rounded-tr-3xl:first-child { - border-top-right-radius: 1.5rem; - } - - .lg\:first\:rounded-br-3xl:first-child { - border-bottom-right-radius: 1.5rem; - } - - .lg\:first\:rounded-bl-3xl:first-child { - border-bottom-left-radius: 1.5rem; - } - - .lg\:first\:rounded-tl-full:first-child { - border-top-left-radius: 9999px; - } - - .lg\:first\:rounded-tr-full:first-child { - border-top-right-radius: 9999px; - } - - .lg\:first\:rounded-br-full:first-child { - border-bottom-right-radius: 9999px; - } - - .lg\:first\:rounded-bl-full:first-child { - border-bottom-left-radius: 9999px; - } - - .lg\:last\:rounded-none:last-child { - border-radius: 0px; - } - - .lg\:last\:rounded-sm:last-child { - border-radius: 0.125rem; - } - - .lg\:last\:rounded:last-child { - border-radius: 0.25rem; - } - - .lg\:last\:rounded-md:last-child { - border-radius: 0.375rem; - } - - .lg\:last\:rounded-lg:last-child { - border-radius: 0.5rem; - } - - .lg\:last\:rounded-xl:last-child { - border-radius: 0.75rem; - } - - .lg\:last\:rounded-2xl:last-child { - border-radius: 1rem; - } - - .lg\:last\:rounded-3xl:last-child { - border-radius: 1.5rem; - } - - .lg\:last\:rounded-full:last-child { - border-radius: 9999px; - } - - .lg\:last\:rounded-t-none:last-child { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .lg\:last\:rounded-r-none:last-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .lg\:last\:rounded-b-none:last-child { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .lg\:last\:rounded-l-none:last-child { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .lg\:last\:rounded-t-sm:last-child { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .lg\:last\:rounded-r-sm:last-child { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .lg\:last\:rounded-b-sm:last-child { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .lg\:last\:rounded-l-sm:last-child { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .lg\:last\:rounded-t:last-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .lg\:last\:rounded-r:last-child { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .lg\:last\:rounded-b:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .lg\:last\:rounded-l:last-child { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .lg\:last\:rounded-t-md:last-child { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .lg\:last\:rounded-r-md:last-child { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .lg\:last\:rounded-b-md:last-child { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .lg\:last\:rounded-l-md:last-child { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .lg\:last\:rounded-t-lg:last-child { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .lg\:last\:rounded-r-lg:last-child { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .lg\:last\:rounded-b-lg:last-child { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .lg\:last\:rounded-l-lg:last-child { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .lg\:last\:rounded-t-xl:last-child { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .lg\:last\:rounded-r-xl:last-child { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .lg\:last\:rounded-b-xl:last-child { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .lg\:last\:rounded-l-xl:last-child { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .lg\:last\:rounded-t-2xl:last-child { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .lg\:last\:rounded-r-2xl:last-child { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .lg\:last\:rounded-b-2xl:last-child { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .lg\:last\:rounded-l-2xl:last-child { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .lg\:last\:rounded-t-3xl:last-child { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .lg\:last\:rounded-r-3xl:last-child { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .lg\:last\:rounded-b-3xl:last-child { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .lg\:last\:rounded-l-3xl:last-child { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .lg\:last\:rounded-t-full:last-child { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .lg\:last\:rounded-r-full:last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .lg\:last\:rounded-b-full:last-child { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .lg\:last\:rounded-l-full:last-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .lg\:last\:rounded-tl-none:last-child { - border-top-left-radius: 0px; - } - - .lg\:last\:rounded-tr-none:last-child { - border-top-right-radius: 0px; - } - - .lg\:last\:rounded-br-none:last-child { - border-bottom-right-radius: 0px; - } - - .lg\:last\:rounded-bl-none:last-child { - border-bottom-left-radius: 0px; - } - - .lg\:last\:rounded-tl-sm:last-child { - border-top-left-radius: 0.125rem; - } - - .lg\:last\:rounded-tr-sm:last-child { - border-top-right-radius: 0.125rem; - } - - .lg\:last\:rounded-br-sm:last-child { - border-bottom-right-radius: 0.125rem; - } - - .lg\:last\:rounded-bl-sm:last-child { - border-bottom-left-radius: 0.125rem; - } - - .lg\:last\:rounded-tl:last-child { - border-top-left-radius: 0.25rem; - } - - .lg\:last\:rounded-tr:last-child { - border-top-right-radius: 0.25rem; - } - - .lg\:last\:rounded-br:last-child { - border-bottom-right-radius: 0.25rem; - } - - .lg\:last\:rounded-bl:last-child { - border-bottom-left-radius: 0.25rem; - } - - .lg\:last\:rounded-tl-md:last-child { - border-top-left-radius: 0.375rem; - } - - .lg\:last\:rounded-tr-md:last-child { - border-top-right-radius: 0.375rem; - } - - .lg\:last\:rounded-br-md:last-child { - border-bottom-right-radius: 0.375rem; - } - - .lg\:last\:rounded-bl-md:last-child { - border-bottom-left-radius: 0.375rem; - } - - .lg\:last\:rounded-tl-lg:last-child { - border-top-left-radius: 0.5rem; - } - - .lg\:last\:rounded-tr-lg:last-child { - border-top-right-radius: 0.5rem; - } - - .lg\:last\:rounded-br-lg:last-child { - border-bottom-right-radius: 0.5rem; - } - - .lg\:last\:rounded-bl-lg:last-child { - border-bottom-left-radius: 0.5rem; - } - - .lg\:last\:rounded-tl-xl:last-child { - border-top-left-radius: 0.75rem; - } - - .lg\:last\:rounded-tr-xl:last-child { - border-top-right-radius: 0.75rem; - } - - .lg\:last\:rounded-br-xl:last-child { - border-bottom-right-radius: 0.75rem; - } - - .lg\:last\:rounded-bl-xl:last-child { - border-bottom-left-radius: 0.75rem; - } - - .lg\:last\:rounded-tl-2xl:last-child { - border-top-left-radius: 1rem; - } - - .lg\:last\:rounded-tr-2xl:last-child { - border-top-right-radius: 1rem; - } - - .lg\:last\:rounded-br-2xl:last-child { - border-bottom-right-radius: 1rem; - } - - .lg\:last\:rounded-bl-2xl:last-child { - border-bottom-left-radius: 1rem; - } - - .lg\:last\:rounded-tl-3xl:last-child { - border-top-left-radius: 1.5rem; - } - - .lg\:last\:rounded-tr-3xl:last-child { - border-top-right-radius: 1.5rem; - } - - .lg\:last\:rounded-br-3xl:last-child { - border-bottom-right-radius: 1.5rem; - } - - .lg\:last\:rounded-bl-3xl:last-child { - border-bottom-left-radius: 1.5rem; - } - - .lg\:last\:rounded-tl-full:last-child { - border-top-left-radius: 9999px; - } - - .lg\:last\:rounded-tr-full:last-child { - border-top-right-radius: 9999px; - } - - .lg\:last\:rounded-br-full:last-child { - border-bottom-right-radius: 9999px; - } - - .lg\:last\:rounded-bl-full:last-child { - border-bottom-left-radius: 9999px; - } - - .lg\:border-solid { - border-style: solid; - } - - .lg\:border-dashed { - border-style: dashed; - } - - .lg\:border-dotted { - border-style: dotted; - } - - .lg\:border-double { - border-style: double; - } - - .lg\:border-none { - border-style: none; - } - - .lg\:hover\:border-solid:hover { - border-style: solid; - } - - .lg\:hover\:border-dashed:hover { - border-style: dashed; - } - - .lg\:hover\:border-dotted:hover { - border-style: dotted; - } - - .lg\:hover\:border-double:hover { - border-style: double; - } - - .lg\:hover\:border-none:hover { - border-style: none; - } - - .lg\:first\:border-solid:first-child { - border-style: solid; - } - - .lg\:first\:border-dashed:first-child { - border-style: dashed; - } - - .lg\:first\:border-dotted:first-child { - border-style: dotted; - } - - .lg\:first\:border-double:first-child { - border-style: double; - } - - .lg\:first\:border-none:first-child { - border-style: none; - } - - .lg\:last\:border-solid:last-child { - border-style: solid; - } - - .lg\:last\:border-dashed:last-child { - border-style: dashed; - } - - .lg\:last\:border-dotted:last-child { - border-style: dotted; - } - - .lg\:last\:border-double:last-child { - border-style: double; - } - - .lg\:last\:border-none:last-child { - border-style: none; - } - - .lg\:border-0 { - border-width: 0px; - } - - .lg\:border-2 { - border-width: 2px; - } - - .lg\:border-3 { - border-width: 3px; - } - - .lg\:border-4 { - border-width: 4px; - } - - .lg\:border-8 { - border-width: 8px; - } - - .lg\:border { - border-width: 1px; - } - - .lg\:border-t-0 { - border-top-width: 0px; - } - - .lg\:border-r-0 { - border-right-width: 0px; - } - - .lg\:border-b-0 { - border-bottom-width: 0px; - } - - .lg\:border-l-0 { - border-left-width: 0px; - } - - .lg\:border-t-2 { - border-top-width: 2px; - } - - .lg\:border-r-2 { - border-right-width: 2px; - } - - .lg\:border-b-2 { - border-bottom-width: 2px; - } - - .lg\:border-l-2 { - border-left-width: 2px; - } - - .lg\:border-t-3 { - border-top-width: 3px; - } - - .lg\:border-r-3 { - border-right-width: 3px; - } - - .lg\:border-b-3 { - border-bottom-width: 3px; - } - - .lg\:border-l-3 { - border-left-width: 3px; - } - - .lg\:border-t-4 { - border-top-width: 4px; - } - - .lg\:border-r-4 { - border-right-width: 4px; - } - - .lg\:border-b-4 { - border-bottom-width: 4px; - } - - .lg\:border-l-4 { - border-left-width: 4px; - } - - .lg\:border-t-8 { - border-top-width: 8px; - } - - .lg\:border-r-8 { - border-right-width: 8px; - } - - .lg\:border-b-8 { - border-bottom-width: 8px; - } - - .lg\:border-l-8 { - border-left-width: 8px; - } - - .lg\:border-t { - border-top-width: 1px; - } - - .lg\:border-r { - border-right-width: 1px; - } - - .lg\:border-b { - border-bottom-width: 1px; - } - - .lg\:border-l { - border-left-width: 1px; - } - - .lg\:last\:border-0:last-child { - border-width: 0px; - } - - .lg\:last\:border-2:last-child { - border-width: 2px; - } - - .lg\:last\:border-3:last-child { - border-width: 3px; - } - - .lg\:last\:border-4:last-child { - border-width: 4px; - } - - .lg\:last\:border-8:last-child { - border-width: 8px; - } - - .lg\:last\:border:last-child { - border-width: 1px; - } - - .lg\:last\:border-t-0:last-child { - border-top-width: 0px; - } - - .lg\:last\:border-r-0:last-child { - border-right-width: 0px; - } - - .lg\:last\:border-b-0:last-child { - border-bottom-width: 0px; - } - - .lg\:last\:border-l-0:last-child { - border-left-width: 0px; - } - - .lg\:last\:border-t-2:last-child { - border-top-width: 2px; - } - - .lg\:last\:border-r-2:last-child { - border-right-width: 2px; - } - - .lg\:last\:border-b-2:last-child { - border-bottom-width: 2px; - } - - .lg\:last\:border-l-2:last-child { - border-left-width: 2px; - } - - .lg\:last\:border-t-3:last-child { - border-top-width: 3px; - } - - .lg\:last\:border-r-3:last-child { - border-right-width: 3px; - } - - .lg\:last\:border-b-3:last-child { - border-bottom-width: 3px; - } - - .lg\:last\:border-l-3:last-child { - border-left-width: 3px; - } - - .lg\:last\:border-t-4:last-child { - border-top-width: 4px; - } - - .lg\:last\:border-r-4:last-child { - border-right-width: 4px; - } - - .lg\:last\:border-b-4:last-child { - border-bottom-width: 4px; - } - - .lg\:last\:border-l-4:last-child { - border-left-width: 4px; - } - - .lg\:last\:border-t-8:last-child { - border-top-width: 8px; - } - - .lg\:last\:border-r-8:last-child { - border-right-width: 8px; - } - - .lg\:last\:border-b-8:last-child { - border-bottom-width: 8px; - } - - .lg\:last\:border-l-8:last-child { - border-left-width: 8px; - } - - .lg\:last\:border-t:last-child { - border-top-width: 1px; - } - - .lg\:last\:border-r:last-child { - border-right-width: 1px; - } - - .lg\:last\:border-b:last-child { - border-bottom-width: 1px; - } - - .lg\:last\:border-l:last-child { - border-left-width: 1px; - } - - .lg\:hover\:border-0:hover { - border-width: 0px; - } - - .lg\:hover\:border-2:hover { - border-width: 2px; - } - - .lg\:hover\:border-3:hover { - border-width: 3px; - } - - .lg\:hover\:border-4:hover { - border-width: 4px; - } - - .lg\:hover\:border-8:hover { - border-width: 8px; - } - - .lg\:hover\:border:hover { - border-width: 1px; - } - - .lg\:hover\:border-t-0:hover { - border-top-width: 0px; - } - - .lg\:hover\:border-r-0:hover { - border-right-width: 0px; - } - - .lg\:hover\:border-b-0:hover { - border-bottom-width: 0px; - } - - .lg\:hover\:border-l-0:hover { - border-left-width: 0px; - } - - .lg\:hover\:border-t-2:hover { - border-top-width: 2px; - } - - .lg\:hover\:border-r-2:hover { - border-right-width: 2px; - } - - .lg\:hover\:border-b-2:hover { - border-bottom-width: 2px; - } - - .lg\:hover\:border-l-2:hover { - border-left-width: 2px; - } - - .lg\:hover\:border-t-3:hover { - border-top-width: 3px; - } - - .lg\:hover\:border-r-3:hover { - border-right-width: 3px; - } - - .lg\:hover\:border-b-3:hover { - border-bottom-width: 3px; - } - - .lg\:hover\:border-l-3:hover { - border-left-width: 3px; - } - - .lg\:hover\:border-t-4:hover { - border-top-width: 4px; - } - - .lg\:hover\:border-r-4:hover { - border-right-width: 4px; - } - - .lg\:hover\:border-b-4:hover { - border-bottom-width: 4px; - } - - .lg\:hover\:border-l-4:hover { - border-left-width: 4px; - } - - .lg\:hover\:border-t-8:hover { - border-top-width: 8px; - } - - .lg\:hover\:border-r-8:hover { - border-right-width: 8px; - } - - .lg\:hover\:border-b-8:hover { - border-bottom-width: 8px; - } - - .lg\:hover\:border-l-8:hover { - border-left-width: 8px; - } - - .lg\:hover\:border-t:hover { - border-top-width: 1px; - } - - .lg\:hover\:border-r:hover { - border-right-width: 1px; - } - - .lg\:hover\:border-b:hover { - border-bottom-width: 1px; - } - - .lg\:hover\:border-l:hover { - border-left-width: 1px; - } - - .lg\:focus\:border-0:focus { - border-width: 0px; - } - - .lg\:focus\:border-2:focus { - border-width: 2px; - } - - .lg\:focus\:border-3:focus { - border-width: 3px; - } - - .lg\:focus\:border-4:focus { - border-width: 4px; - } - - .lg\:focus\:border-8:focus { - border-width: 8px; - } - - .lg\:focus\:border:focus { - border-width: 1px; - } - - .lg\:focus\:border-t-0:focus { - border-top-width: 0px; - } - - .lg\:focus\:border-r-0:focus { - border-right-width: 0px; - } - - .lg\:focus\:border-b-0:focus { - border-bottom-width: 0px; - } - - .lg\:focus\:border-l-0:focus { - border-left-width: 0px; - } - - .lg\:focus\:border-t-2:focus { - border-top-width: 2px; - } - - .lg\:focus\:border-r-2:focus { - border-right-width: 2px; - } - - .lg\:focus\:border-b-2:focus { - border-bottom-width: 2px; - } - - .lg\:focus\:border-l-2:focus { - border-left-width: 2px; - } - - .lg\:focus\:border-t-3:focus { - border-top-width: 3px; - } - - .lg\:focus\:border-r-3:focus { - border-right-width: 3px; - } - - .lg\:focus\:border-b-3:focus { - border-bottom-width: 3px; - } - - .lg\:focus\:border-l-3:focus { - border-left-width: 3px; - } - - .lg\:focus\:border-t-4:focus { - border-top-width: 4px; - } - - .lg\:focus\:border-r-4:focus { - border-right-width: 4px; - } - - .lg\:focus\:border-b-4:focus { - border-bottom-width: 4px; - } - - .lg\:focus\:border-l-4:focus { - border-left-width: 4px; - } - - .lg\:focus\:border-t-8:focus { - border-top-width: 8px; - } - - .lg\:focus\:border-r-8:focus { - border-right-width: 8px; - } - - .lg\:focus\:border-b-8:focus { - border-bottom-width: 8px; - } - - .lg\:focus\:border-l-8:focus { - border-left-width: 8px; - } - - .lg\:focus\:border-t:focus { - border-top-width: 1px; - } - - .lg\:focus\:border-r:focus { - border-right-width: 1px; - } - - .lg\:focus\:border-b:focus { - border-bottom-width: 1px; - } - - .lg\:focus\:border-l:focus { - border-left-width: 1px; - } - - .lg\:box-border { - box-sizing: border-box; - } - - .lg\:box-content { - box-sizing: content-box; - } - - .lg\:cursor-auto { - cursor: auto; - } - - .lg\:cursor-default { - cursor: default; - } - - .lg\:cursor-pointer { - cursor: pointer; - } - - .lg\:cursor-wait { - cursor: wait; - } - - .lg\:cursor-text { - cursor: text; - } - - .lg\:cursor-move { - cursor: move; - } - - .lg\:cursor-not-allowed { - cursor: not-allowed; - } - - .lg\:block { - display: block; - } - - .lg\:inline-block { - display: inline-block; - } - - .lg\:inline { - display: inline; - } - - .lg\:flex { - display: flex; - } - - .lg\:inline-flex { - display: inline-flex; - } - - .lg\:table { - display: table; - } - - .lg\:table-caption { - display: table-caption; - } - - .lg\:table-cell { - display: table-cell; - } - - .lg\:table-column { - display: table-column; - } - - .lg\:table-column-group { - display: table-column-group; - } - - .lg\:table-footer-group { - display: table-footer-group; - } - - .lg\:table-header-group { - display: table-header-group; - } - - .lg\:table-row-group { - display: table-row-group; - } - - .lg\:table-row { - display: table-row; - } - - .lg\:flow-root { - display: flow-root; - } - - .lg\:grid { - display: grid; - } - - .lg\:inline-grid { - display: inline-grid; - } - - .lg\:contents { - display: contents; - } - - .lg\:hidden { - display: none; - } - - .lg\:flex-row { - flex-direction: row; - } - - .lg\:flex-row-reverse { - flex-direction: row-reverse; - } - - .lg\:flex-col { - flex-direction: column; - } - - .lg\:flex-col-reverse { - flex-direction: column-reverse; - } - - .lg\:flex-wrap { - flex-wrap: wrap; - } - - .lg\:flex-wrap-reverse { - flex-wrap: wrap-reverse; - } - - .lg\:flex-nowrap { - flex-wrap: nowrap; - } - - .lg\:place-items-auto { - place-items: auto; - } - - .lg\:place-items-start { - place-items: start; - } - - .lg\:place-items-end { - place-items: end; - } - - .lg\:place-items-center { - place-items: center; - } - - .lg\:place-items-stretch { - place-items: stretch; - } - - .lg\:place-content-center { - place-content: center; - } - - .lg\:place-content-start { - place-content: start; - } - - .lg\:place-content-end { - place-content: end; - } - - .lg\:place-content-between { - place-content: space-between; - } - - .lg\:place-content-around { - place-content: space-around; - } - - .lg\:place-content-evenly { - place-content: space-evenly; - } - - .lg\:place-content-stretch { - place-content: stretch; - } - - .lg\:place-self-auto { - place-self: auto; - } - - .lg\:place-self-start { - place-self: start; - } - - .lg\:place-self-end { - place-self: end; - } - - .lg\:place-self-center { - place-self: center; - } - - .lg\:place-self-stretch { - place-self: stretch; - } - - .lg\:items-start { - align-items: flex-start; - } - - .lg\:items-end { - align-items: flex-end; - } - - .lg\:items-center { - align-items: center; - } - - .lg\:items-baseline { - align-items: baseline; - } - - .lg\:items-stretch { - align-items: stretch; - } - - .lg\:content-center { - align-content: center; - } - - .lg\:content-start { - align-content: flex-start; - } - - .lg\:content-end { - align-content: flex-end; - } - - .lg\:content-between { - align-content: space-between; - } - - .lg\:content-around { - align-content: space-around; - } - - .lg\:content-evenly { - align-content: space-evenly; - } - - .lg\:self-auto { - align-self: auto; - } - - .lg\:self-start { - align-self: flex-start; - } - - .lg\:self-end { - align-self: flex-end; - } - - .lg\:self-center { - align-self: center; - } - - .lg\:self-stretch { - align-self: stretch; - } - - .lg\:justify-items-auto { - justify-items: auto; - } - - .lg\:justify-items-start { - justify-items: start; - } - - .lg\:justify-items-end { - justify-items: end; - } - - .lg\:justify-items-center { - justify-items: center; - } - - .lg\:justify-items-stretch { - justify-items: stretch; - } - - .lg\:justify-start { - justify-content: flex-start; - } - - .lg\:justify-end { - justify-content: flex-end; - } - - .lg\:justify-center { - justify-content: center; - } - - .lg\:justify-between { - justify-content: space-between; - } - - .lg\:justify-around { - justify-content: space-around; - } - - .lg\:justify-evenly { - justify-content: space-evenly; - } - - .lg\:justify-self-auto { - justify-self: auto; - } - - .lg\:justify-self-start { - justify-self: start; - } - - .lg\:justify-self-end { - justify-self: end; - } - - .lg\:justify-self-center { - justify-self: center; - } - - .lg\:justify-self-stretch { - justify-self: stretch; - } - - .lg\:flex-1 { - flex: 1 1 0%; - } - - .lg\:flex-auto { - flex: 1 1 auto; - } - - .lg\:flex-initial { - flex: 0 1 auto; - } - - .lg\:flex-none { - flex: none; - } - - .lg\:flex-grow-0 { - flex-grow: 0; - } - - .lg\:flex-grow { - flex-grow: 1; - } - - .lg\:flex-shrink-0 { - flex-shrink: 0; - } - - .lg\:flex-shrink { - flex-shrink: 1; - } - - .lg\:order-1 { - order: 1; - } - - .lg\:order-2 { - order: 2; - } - - .lg\:order-3 { - order: 3; - } - - .lg\:order-4 { - order: 4; - } - - .lg\:order-5 { - order: 5; - } - - .lg\:order-6 { - order: 6; - } - - .lg\:order-7 { - order: 7; - } - - .lg\:order-8 { - order: 8; - } - - .lg\:order-9 { - order: 9; - } - - .lg\:order-10 { - order: 10; - } - - .lg\:order-11 { - order: 11; - } - - .lg\:order-12 { - order: 12; - } - - .lg\:order-first { - order: -9999; - } - - .lg\:order-last { - order: 9999; - } - - .lg\:order-none { - order: 0; - } - - .lg\:float-right { - float: right; - } - - .lg\:float-left { - float: left; - } - - .lg\:float-none { - float: none; - } - - .lg\:clear-left { - clear: left; - } - - .lg\:clear-right { - clear: right; - } - - .lg\:clear-both { - clear: both; - } - - .lg\:clear-none { - clear: none; - } - - .lg\:font-sans { - 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"; - } - - .lg\:font-serif { - font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; - } - - .lg\:font-mono { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - } - - .lg\:font-base { - font-family: Poppins, sans-serif; - } - - .lg\:font-thin { - font-weight: 100; - } - - .lg\:font-extralight { - font-weight: 200; - } - - .lg\:font-light { - font-weight: 300; - } - - .lg\:font-normal { - font-weight: 400; - } - - .lg\:font-medium { - font-weight: 500; - } - - .lg\:font-semibold { - font-weight: 600; - } - - .lg\:font-bold { - font-weight: 700; - } - - .lg\:font-extrabold { - font-weight: 800; - } - - .lg\:font-black { - font-weight: 900; - } - - .lg\:h-0 { - height: 0px; - } - - .lg\:h-1 { - height: 0.25rem; - } - - .lg\:h-2 { - height: 0.5rem; - } - - .lg\:h-3 { - height: 0.75rem; - } - - .lg\:h-4 { - height: 1rem; - } - - .lg\:h-5 { - height: 1.25rem; - } - - .lg\:h-6 { - height: 1.5rem; - } - - .lg\:h-7 { - height: 1.75rem; - } - - .lg\:h-8 { - height: 2rem; - } - - .lg\:h-9 { - height: 2.25rem; - } - - .lg\:h-10 { - height: 2.5rem; - } - - .lg\:h-11 { - height: 2.75rem; - } - - .lg\:h-12 { - height: 3rem; - } - - .lg\:h-14 { - height: 3.5rem; - } - - .lg\:h-16 { - height: 4rem; - } - - .lg\:h-20 { - height: 5rem; - } - - .lg\:h-22 { - height: 5.625rem; - } - - .lg\:h-24 { - height: 6rem; - } - - .lg\:h-28 { - height: 7rem; - } - - .lg\:h-32 { - height: 8rem; - } - - .lg\:h-36 { - height: 9rem; - } - - .lg\:h-40 { - height: 10rem; - } - - .lg\:h-44 { - height: 11rem; - } - - .lg\:h-48 { - height: 12rem; - } - - .lg\:h-52 { - height: 13rem; - } - - .lg\:h-56 { - height: 14rem; - } - - .lg\:h-60 { - height: 240px; - } - - .lg\:h-64 { - height: 16rem; - } - - .lg\:h-72 { - height: 18rem; - } - - .lg\:h-80 { - height: 20rem; - } - - .lg\:h-88 { - height: 22rem; - } - - .lg\:h-96 { - height: 24rem; - } - - .lg\:h-130 { - height: 560px; - } - - .lg\:h-auto { - height: auto; - } - - .lg\:h-px { - height: 1px; - } - - .lg\:h-0\.5 { - height: 0.125rem; - } - - .lg\:h-1\.5 { - height: 0.375rem; - } - - .lg\:h-2\.5 { - height: 0.625rem; - } - - .lg\:h-3\.5 { - height: 0.875rem; - } - - .lg\:h-1\/2 { - height: 50%; - } - - .lg\:h-1\/3 { - height: 33.333333%; - } - - .lg\:h-2\/3 { - height: 66.666667%; - } - - .lg\:h-1\/4 { - height: 25%; - } - - .lg\:h-2\/4 { - height: 50%; - } - - .lg\:h-3\/4 { - height: 75%; - } - - .lg\:h-1\/5 { - height: 20%; - } - - .lg\:h-2\/5 { - height: 40%; - } - - .lg\:h-3\/5 { - height: 60%; - } - - .lg\:h-4\/5 { - height: 80%; - } - - .lg\:h-1\/6 { - height: 16.666667%; - } - - .lg\:h-2\/6 { - height: 33.333333%; - } - - .lg\:h-3\/6 { - height: 50%; - } - - .lg\:h-4\/6 { - height: 66.666667%; - } - - .lg\:h-5\/6 { - height: 83.333333%; - } - - .lg\:h-full { - height: 100%; - } - - .lg\:h-screen { - height: 100vh; - } - - .lg\:text-xs { - font-size: 0.75rem; - line-height: 1rem; - } - - .lg\:text-sm { - font-size: 0.875rem; - line-height: 1.25rem; - } - - .lg\:text-base { - font-size: 1rem; - line-height: 1.5rem; - } - - .lg\:text-lg { - font-size: 1.125rem; - line-height: 1.75rem; - } - - .lg\:text-xl { - font-size: 1.25rem; - line-height: 1.75rem; - } - - .lg\:text-2xl { - font-size: 1.5rem; - line-height: 2rem; - } - - .lg\:text-3xl { - font-size: 1.875rem; - line-height: 2.25rem; - } - - .lg\:text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; - } - - .lg\:text-5xl { - font-size: 3rem; - line-height: 1; - } - - .lg\:text-6xl { - font-size: 3.75rem; - line-height: 1; - } - - .lg\:text-7xl { - font-size: 4.5rem; - line-height: 1; - } - - .lg\:text-8xl { - font-size: 6rem; - line-height: 1; - } - - .lg\:text-9xl { - font-size: 8rem; - line-height: 1; - } - - .lg\:leading-3 { - line-height: .75rem; - } - - .lg\:leading-4 { - line-height: 1rem; - } - - .lg\:leading-5 { - line-height: 1.25rem; - } - - .lg\:leading-6 { - line-height: 1.5rem; - } - - .lg\:leading-7 { - line-height: 1.75rem; - } - - .lg\:leading-8 { - line-height: 2rem; - } - - .lg\:leading-9 { - line-height: 2.25rem; - } - - .lg\:leading-10 { - line-height: 2.5rem; - } - - .lg\:leading-none { - line-height: 1; - } - - .lg\:leading-tight { - line-height: 1.25; - } - - .lg\:leading-snug { - line-height: 1.375; - } - - .lg\:leading-normal { - line-height: 1.5; - } - - .lg\:leading-relaxed { - line-height: 1.625; - } - - .lg\:leading-loose { - line-height: 2; - } - - .lg\:list-inside { - list-style-position: inside; - } - - .lg\:list-outside { - list-style-position: outside; - } - - .lg\:list-none { - list-style-type: none; - } - - .lg\:list-disc { - list-style-type: disc; - } - - .lg\:list-decimal { - list-style-type: decimal; - } - - .lg\:m-0 { - margin: 0px; - } - - .lg\:m-1 { - margin: 0.25rem; - } - - .lg\:m-2 { - margin: 0.5rem; - } - - .lg\:m-3 { - margin: 0.75rem; - } - - .lg\:m-4 { - margin: 1rem; - } - - .lg\:m-5 { - margin: 1.25rem; - } - - .lg\:m-6 { - margin: 1.5rem; - } - - .lg\:m-7 { - margin: 1.75rem; - } - - .lg\:m-8 { - margin: 2rem; - } - - .lg\:m-9 { - margin: 2.25rem; - } - - .lg\:m-10 { - margin: 2.5rem; - } - - .lg\:m-11 { - margin: 2.75rem; - } - - .lg\:m-12 { - margin: 3rem; - } - - .lg\:m-14 { - margin: 3.5rem; - } - - .lg\:m-16 { - margin: 4rem; - } - - .lg\:m-20 { - margin: 5rem; - } - - .lg\:m-22 { - margin: 5.625rem; - } - - .lg\:m-24 { - margin: 6rem; - } - - .lg\:m-28 { - margin: 7rem; - } - - .lg\:m-32 { - margin: 8rem; - } - - .lg\:m-36 { - margin: 9rem; - } - - .lg\:m-40 { - margin: 10rem; - } - - .lg\:m-44 { - margin: 11rem; - } - - .lg\:m-48 { - margin: 12rem; - } - - .lg\:m-52 { - margin: 13rem; - } - - .lg\:m-56 { - margin: 14rem; - } - - .lg\:m-60 { - margin: 240px; - } - - .lg\:m-64 { - margin: 16rem; - } - - .lg\:m-72 { - margin: 18rem; - } - - .lg\:m-80 { - margin: 20rem; - } - - .lg\:m-88 { - margin: 22rem; - } - - .lg\:m-96 { - margin: 24rem; - } - - .lg\:m-130 { - margin: 560px; - } - - .lg\:m-auto { - margin: auto; - } - - .lg\:m-px { - margin: 1px; - } - - .lg\:m-0\.5 { - margin: 0.125rem; - } - - .lg\:m-1\.5 { - margin: 0.375rem; - } - - .lg\:m-2\.5 { - margin: 0.625rem; - } - - .lg\:m-3\.5 { - margin: 0.875rem; - } - - .lg\:-m-0 { - margin: 0px; - } - - .lg\:-m-1 { - margin: -0.25rem; - } - - .lg\:-m-2 { - margin: -0.5rem; - } - - .lg\:-m-3 { - margin: -0.75rem; - } - - .lg\:-m-4 { - margin: -1rem; - } - - .lg\:-m-5 { - margin: -1.25rem; - } - - .lg\:-m-6 { - margin: -1.5rem; - } - - .lg\:-m-7 { - margin: -1.75rem; - } - - .lg\:-m-8 { - margin: -2rem; - } - - .lg\:-m-9 { - margin: -2.25rem; - } - - .lg\:-m-10 { - margin: -2.5rem; - } - - .lg\:-m-11 { - margin: -2.75rem; - } - - .lg\:-m-12 { - margin: -3rem; - } - - .lg\:-m-14 { - margin: -3.5rem; - } - - .lg\:-m-16 { - margin: -4rem; - } - - .lg\:-m-20 { - margin: -5rem; - } - - .lg\:-m-22 { - margin: -5.625rem; - } - - .lg\:-m-24 { - margin: -6rem; - } - - .lg\:-m-28 { - margin: -7rem; - } - - .lg\:-m-32 { - margin: -8rem; - } - - .lg\:-m-36 { - margin: -9rem; - } - - .lg\:-m-40 { - margin: -10rem; - } - - .lg\:-m-44 { - margin: -11rem; - } - - .lg\:-m-48 { - margin: -12rem; - } - - .lg\:-m-52 { - margin: -13rem; - } - - .lg\:-m-56 { - margin: -14rem; - } - - .lg\:-m-60 { - margin: -240px; - } - - .lg\:-m-64 { - margin: -16rem; - } - - .lg\:-m-72 { - margin: -18rem; - } - - .lg\:-m-80 { - margin: -20rem; - } - - .lg\:-m-88 { - margin: -22rem; - } - - .lg\:-m-96 { - margin: -24rem; - } - - .lg\:-m-130 { - margin: -560px; - } - - .lg\:-m-px { - margin: -1px; - } - - .lg\:-m-0\.5 { - margin: -0.125rem; - } - - .lg\:-m-1\.5 { - margin: -0.375rem; - } - - .lg\:-m-2\.5 { - margin: -0.625rem; - } - - .lg\:-m-3\.5 { - margin: -0.875rem; - } - - .lg\:my-0 { - margin-top: 0px; - margin-bottom: 0px; - } - - .lg\:mx-0 { - margin-left: 0px; - margin-right: 0px; - } - - .lg\:my-1 { - margin-top: 0.25rem; - margin-bottom: 0.25rem; - } - - .lg\:mx-1 { - margin-left: 0.25rem; - margin-right: 0.25rem; - } - - .lg\:my-2 { - margin-top: 0.5rem; - margin-bottom: 0.5rem; - } - - .lg\:mx-2 { - margin-left: 0.5rem; - margin-right: 0.5rem; - } - - .lg\:my-3 { - margin-top: 0.75rem; - margin-bottom: 0.75rem; - } - - .lg\:mx-3 { - margin-left: 0.75rem; - margin-right: 0.75rem; - } - - .lg\:my-4 { - margin-top: 1rem; - margin-bottom: 1rem; - } - - .lg\:mx-4 { - margin-left: 1rem; - margin-right: 1rem; - } - - .lg\:my-5 { - margin-top: 1.25rem; - margin-bottom: 1.25rem; - } - - .lg\:mx-5 { - margin-left: 1.25rem; - margin-right: 1.25rem; - } - - .lg\:my-6 { - margin-top: 1.5rem; - margin-bottom: 1.5rem; - } - - .lg\:mx-6 { - margin-left: 1.5rem; - margin-right: 1.5rem; - } - - .lg\:my-7 { - margin-top: 1.75rem; - margin-bottom: 1.75rem; - } - - .lg\:mx-7 { - margin-left: 1.75rem; - margin-right: 1.75rem; - } - - .lg\:my-8 { - margin-top: 2rem; - margin-bottom: 2rem; - } - - .lg\:mx-8 { - margin-left: 2rem; - margin-right: 2rem; - } - - .lg\:my-9 { - margin-top: 2.25rem; - margin-bottom: 2.25rem; - } - - .lg\:mx-9 { - margin-left: 2.25rem; - margin-right: 2.25rem; - } - - .lg\:my-10 { - margin-top: 2.5rem; - margin-bottom: 2.5rem; - } - - .lg\:mx-10 { - margin-left: 2.5rem; - margin-right: 2.5rem; - } - - .lg\:my-11 { - margin-top: 2.75rem; - margin-bottom: 2.75rem; - } - - .lg\:mx-11 { - margin-left: 2.75rem; - margin-right: 2.75rem; - } - - .lg\:my-12 { - margin-top: 3rem; - margin-bottom: 3rem; - } - - .lg\:mx-12 { - margin-left: 3rem; - margin-right: 3rem; - } - - .lg\:my-14 { - margin-top: 3.5rem; - margin-bottom: 3.5rem; - } - - .lg\:mx-14 { - margin-left: 3.5rem; - margin-right: 3.5rem; - } - - .lg\:my-16 { - margin-top: 4rem; - margin-bottom: 4rem; - } - - .lg\:mx-16 { - margin-left: 4rem; - margin-right: 4rem; - } - - .lg\:my-20 { - margin-top: 5rem; - margin-bottom: 5rem; - } - - .lg\:mx-20 { - margin-left: 5rem; - margin-right: 5rem; - } - - .lg\:my-22 { - margin-top: 5.625rem; - margin-bottom: 5.625rem; - } - - .lg\:mx-22 { - margin-left: 5.625rem; - margin-right: 5.625rem; - } - - .lg\:my-24 { - margin-top: 6rem; - margin-bottom: 6rem; - } - - .lg\:mx-24 { - margin-left: 6rem; - margin-right: 6rem; - } - - .lg\:my-28 { - margin-top: 7rem; - margin-bottom: 7rem; - } - - .lg\:mx-28 { - margin-left: 7rem; - margin-right: 7rem; - } - - .lg\:my-32 { - margin-top: 8rem; - margin-bottom: 8rem; - } - - .lg\:mx-32 { - margin-left: 8rem; - margin-right: 8rem; - } - - .lg\:my-36 { - margin-top: 9rem; - margin-bottom: 9rem; - } - - .lg\:mx-36 { - margin-left: 9rem; - margin-right: 9rem; - } - - .lg\:my-40 { - margin-top: 10rem; - margin-bottom: 10rem; - } - - .lg\:mx-40 { - margin-left: 10rem; - margin-right: 10rem; - } - - .lg\:my-44 { - margin-top: 11rem; - margin-bottom: 11rem; - } - - .lg\:mx-44 { - margin-left: 11rem; - margin-right: 11rem; - } - - .lg\:my-48 { - margin-top: 12rem; - margin-bottom: 12rem; - } - - .lg\:mx-48 { - margin-left: 12rem; - margin-right: 12rem; - } - - .lg\:my-52 { - margin-top: 13rem; - margin-bottom: 13rem; - } - - .lg\:mx-52 { - margin-left: 13rem; - margin-right: 13rem; - } - - .lg\:my-56 { - margin-top: 14rem; - margin-bottom: 14rem; - } - - .lg\:mx-56 { - margin-left: 14rem; - margin-right: 14rem; - } - - .lg\:my-60 { - margin-top: 240px; - margin-bottom: 240px; - } - - .lg\:mx-60 { - margin-left: 240px; - margin-right: 240px; - } - - .lg\:my-64 { - margin-top: 16rem; - margin-bottom: 16rem; - } - - .lg\:mx-64 { - margin-left: 16rem; - margin-right: 16rem; - } - - .lg\:my-72 { - margin-top: 18rem; - margin-bottom: 18rem; - } - - .lg\:mx-72 { - margin-left: 18rem; - margin-right: 18rem; - } - - .lg\:my-80 { - margin-top: 20rem; - margin-bottom: 20rem; - } - - .lg\:mx-80 { - margin-left: 20rem; - margin-right: 20rem; - } - - .lg\:my-88 { - margin-top: 22rem; - margin-bottom: 22rem; - } - - .lg\:mx-88 { - margin-left: 22rem; - margin-right: 22rem; - } - - .lg\:my-96 { - margin-top: 24rem; - margin-bottom: 24rem; - } - - .lg\:mx-96 { - margin-left: 24rem; - margin-right: 24rem; - } - - .lg\:my-130 { - margin-top: 560px; - margin-bottom: 560px; - } - - .lg\:mx-130 { - margin-left: 560px; - margin-right: 560px; - } - - .lg\:my-auto { - margin-top: auto; - margin-bottom: auto; - } - - .lg\:mx-auto { - margin-left: auto; - margin-right: auto; - } - - .lg\:my-px { - margin-top: 1px; - margin-bottom: 1px; - } - - .lg\:mx-px { - margin-left: 1px; - margin-right: 1px; - } - - .lg\:my-0\.5 { - margin-top: 0.125rem; - margin-bottom: 0.125rem; - } - - .lg\:mx-0\.5 { - margin-left: 0.125rem; - margin-right: 0.125rem; - } - - .lg\:my-1\.5 { - margin-top: 0.375rem; - margin-bottom: 0.375rem; - } - - .lg\:mx-1\.5 { - margin-left: 0.375rem; - margin-right: 0.375rem; - } - - .lg\:my-2\.5 { - margin-top: 0.625rem; - margin-bottom: 0.625rem; - } - - .lg\:mx-2\.5 { - margin-left: 0.625rem; - margin-right: 0.625rem; - } - - .lg\:my-3\.5 { - margin-top: 0.875rem; - margin-bottom: 0.875rem; - } - - .lg\:mx-3\.5 { - margin-left: 0.875rem; - margin-right: 0.875rem; - } - - .lg\:-my-0 { - margin-top: 0px; - margin-bottom: 0px; - } - - .lg\:-mx-0 { - margin-left: 0px; - margin-right: 0px; - } - - .lg\:-my-1 { - margin-top: -0.25rem; - margin-bottom: -0.25rem; - } - - .lg\:-mx-1 { - margin-left: -0.25rem; - margin-right: -0.25rem; - } - - .lg\:-my-2 { - margin-top: -0.5rem; - margin-bottom: -0.5rem; - } - - .lg\:-mx-2 { - margin-left: -0.5rem; - margin-right: -0.5rem; - } - - .lg\:-my-3 { - margin-top: -0.75rem; - margin-bottom: -0.75rem; - } - - .lg\:-mx-3 { - margin-left: -0.75rem; - margin-right: -0.75rem; - } - - .lg\:-my-4 { - margin-top: -1rem; - margin-bottom: -1rem; - } - - .lg\:-mx-4 { - margin-left: -1rem; - margin-right: -1rem; - } - - .lg\:-my-5 { - margin-top: -1.25rem; - margin-bottom: -1.25rem; - } - - .lg\:-mx-5 { - margin-left: -1.25rem; - margin-right: -1.25rem; - } - - .lg\:-my-6 { - margin-top: -1.5rem; - margin-bottom: -1.5rem; - } - - .lg\:-mx-6 { - margin-left: -1.5rem; - margin-right: -1.5rem; - } - - .lg\:-my-7 { - margin-top: -1.75rem; - margin-bottom: -1.75rem; - } - - .lg\:-mx-7 { - margin-left: -1.75rem; - margin-right: -1.75rem; - } - - .lg\:-my-8 { - margin-top: -2rem; - margin-bottom: -2rem; - } - - .lg\:-mx-8 { - margin-left: -2rem; - margin-right: -2rem; - } - - .lg\:-my-9 { - margin-top: -2.25rem; - margin-bottom: -2.25rem; - } - - .lg\:-mx-9 { - margin-left: -2.25rem; - margin-right: -2.25rem; - } - - .lg\:-my-10 { - margin-top: -2.5rem; - margin-bottom: -2.5rem; - } - - .lg\:-mx-10 { - margin-left: -2.5rem; - margin-right: -2.5rem; - } - - .lg\:-my-11 { - margin-top: -2.75rem; - margin-bottom: -2.75rem; - } - - .lg\:-mx-11 { - margin-left: -2.75rem; - margin-right: -2.75rem; - } - - .lg\:-my-12 { - margin-top: -3rem; - margin-bottom: -3rem; - } - - .lg\:-mx-12 { - margin-left: -3rem; - margin-right: -3rem; - } - - .lg\:-my-14 { - margin-top: -3.5rem; - margin-bottom: -3.5rem; - } - - .lg\:-mx-14 { - margin-left: -3.5rem; - margin-right: -3.5rem; - } - - .lg\:-my-16 { - margin-top: -4rem; - margin-bottom: -4rem; - } - - .lg\:-mx-16 { - margin-left: -4rem; - margin-right: -4rem; - } - - .lg\:-my-20 { - margin-top: -5rem; - margin-bottom: -5rem; - } - - .lg\:-mx-20 { - margin-left: -5rem; - margin-right: -5rem; - } - - .lg\:-my-22 { - margin-top: -5.625rem; - margin-bottom: -5.625rem; - } - - .lg\:-mx-22 { - margin-left: -5.625rem; - margin-right: -5.625rem; - } - - .lg\:-my-24 { - margin-top: -6rem; - margin-bottom: -6rem; - } - - .lg\:-mx-24 { - margin-left: -6rem; - margin-right: -6rem; - } - - .lg\:-my-28 { - margin-top: -7rem; - margin-bottom: -7rem; - } - - .lg\:-mx-28 { - margin-left: -7rem; - margin-right: -7rem; - } - - .lg\:-my-32 { - margin-top: -8rem; - margin-bottom: -8rem; - } - - .lg\:-mx-32 { - margin-left: -8rem; - margin-right: -8rem; - } - - .lg\:-my-36 { - margin-top: -9rem; - margin-bottom: -9rem; - } - - .lg\:-mx-36 { - margin-left: -9rem; - margin-right: -9rem; - } - - .lg\:-my-40 { - margin-top: -10rem; - margin-bottom: -10rem; - } - - .lg\:-mx-40 { - margin-left: -10rem; - margin-right: -10rem; - } - - .lg\:-my-44 { - margin-top: -11rem; - margin-bottom: -11rem; - } - - .lg\:-mx-44 { - margin-left: -11rem; - margin-right: -11rem; - } - - .lg\:-my-48 { - margin-top: -12rem; - margin-bottom: -12rem; - } - - .lg\:-mx-48 { - margin-left: -12rem; - margin-right: -12rem; - } - - .lg\:-my-52 { - margin-top: -13rem; - margin-bottom: -13rem; - } - - .lg\:-mx-52 { - margin-left: -13rem; - margin-right: -13rem; - } - - .lg\:-my-56 { - margin-top: -14rem; - margin-bottom: -14rem; - } - - .lg\:-mx-56 { - margin-left: -14rem; - margin-right: -14rem; - } - - .lg\:-my-60 { - margin-top: -240px; - margin-bottom: -240px; - } - - .lg\:-mx-60 { - margin-left: -240px; - margin-right: -240px; - } - - .lg\:-my-64 { - margin-top: -16rem; - margin-bottom: -16rem; - } - - .lg\:-mx-64 { - margin-left: -16rem; - margin-right: -16rem; - } - - .lg\:-my-72 { - margin-top: -18rem; - margin-bottom: -18rem; - } - - .lg\:-mx-72 { - margin-left: -18rem; - margin-right: -18rem; - } - - .lg\:-my-80 { - margin-top: -20rem; - margin-bottom: -20rem; - } - - .lg\:-mx-80 { - margin-left: -20rem; - margin-right: -20rem; - } - - .lg\:-my-88 { - margin-top: -22rem; - margin-bottom: -22rem; - } - - .lg\:-mx-88 { - margin-left: -22rem; - margin-right: -22rem; - } - - .lg\:-my-96 { - margin-top: -24rem; - margin-bottom: -24rem; - } - - .lg\:-mx-96 { - margin-left: -24rem; - margin-right: -24rem; - } - - .lg\:-my-130 { - margin-top: -560px; - margin-bottom: -560px; - } - - .lg\:-mx-130 { - margin-left: -560px; - margin-right: -560px; - } - - .lg\:-my-px { - margin-top: -1px; - margin-bottom: -1px; - } - - .lg\:-mx-px { - margin-left: -1px; - margin-right: -1px; - } - - .lg\:-my-0\.5 { - margin-top: -0.125rem; - margin-bottom: -0.125rem; - } - - .lg\:-mx-0\.5 { - margin-left: -0.125rem; - margin-right: -0.125rem; - } - - .lg\:-my-1\.5 { - margin-top: -0.375rem; - margin-bottom: -0.375rem; - } - - .lg\:-mx-1\.5 { - margin-left: -0.375rem; - margin-right: -0.375rem; - } - - .lg\:-my-2\.5 { - margin-top: -0.625rem; - margin-bottom: -0.625rem; - } - - .lg\:-mx-2\.5 { - margin-left: -0.625rem; - margin-right: -0.625rem; - } - - .lg\:-my-3\.5 { - margin-top: -0.875rem; - margin-bottom: -0.875rem; - } - - .lg\:-mx-3\.5 { - margin-left: -0.875rem; - margin-right: -0.875rem; - } - - .lg\:mt-0 { - margin-top: 0px; - } - - .lg\:mr-0 { - margin-right: 0px; - } - - .lg\:mb-0 { - margin-bottom: 0px; - } - - .lg\:ml-0 { - margin-left: 0px; - } - - .lg\:mt-1 { - margin-top: 0.25rem; - } - - .lg\:mr-1 { - margin-right: 0.25rem; - } - - .lg\:mb-1 { - margin-bottom: 0.25rem; - } - - .lg\:ml-1 { - margin-left: 0.25rem; - } - - .lg\:mt-2 { - margin-top: 0.5rem; - } - - .lg\:mr-2 { - margin-right: 0.5rem; - } - - .lg\:mb-2 { - margin-bottom: 0.5rem; - } - - .lg\:ml-2 { - margin-left: 0.5rem; - } - - .lg\:mt-3 { - margin-top: 0.75rem; - } - - .lg\:mr-3 { - margin-right: 0.75rem; - } - - .lg\:mb-3 { - margin-bottom: 0.75rem; - } - - .lg\:ml-3 { - margin-left: 0.75rem; - } - - .lg\:mt-4 { - margin-top: 1rem; - } - - .lg\:mr-4 { - margin-right: 1rem; - } - - .lg\:mb-4 { - margin-bottom: 1rem; - } - - .lg\:ml-4 { - margin-left: 1rem; - } - - .lg\:mt-5 { - margin-top: 1.25rem; - } - - .lg\:mr-5 { - margin-right: 1.25rem; - } - - .lg\:mb-5 { - margin-bottom: 1.25rem; - } - - .lg\:ml-5 { - margin-left: 1.25rem; - } - - .lg\:mt-6 { - margin-top: 1.5rem; - } - - .lg\:mr-6 { - margin-right: 1.5rem; - } - - .lg\:mb-6 { - margin-bottom: 1.5rem; - } - - .lg\:ml-6 { - margin-left: 1.5rem; - } - - .lg\:mt-7 { - margin-top: 1.75rem; - } - - .lg\:mr-7 { - margin-right: 1.75rem; - } - - .lg\:mb-7 { - margin-bottom: 1.75rem; - } - - .lg\:ml-7 { - margin-left: 1.75rem; - } - - .lg\:mt-8 { - margin-top: 2rem; - } - - .lg\:mr-8 { - margin-right: 2rem; - } - - .lg\:mb-8 { - margin-bottom: 2rem; - } - - .lg\:ml-8 { - margin-left: 2rem; - } - - .lg\:mt-9 { - margin-top: 2.25rem; - } - - .lg\:mr-9 { - margin-right: 2.25rem; - } - - .lg\:mb-9 { - margin-bottom: 2.25rem; - } - - .lg\:ml-9 { - margin-left: 2.25rem; - } - - .lg\:mt-10 { - margin-top: 2.5rem; - } - - .lg\:mr-10 { - margin-right: 2.5rem; - } - - .lg\:mb-10 { - margin-bottom: 2.5rem; - } - - .lg\:ml-10 { - margin-left: 2.5rem; - } - - .lg\:mt-11 { - margin-top: 2.75rem; - } - - .lg\:mr-11 { - margin-right: 2.75rem; - } - - .lg\:mb-11 { - margin-bottom: 2.75rem; - } - - .lg\:ml-11 { - margin-left: 2.75rem; - } - - .lg\:mt-12 { - margin-top: 3rem; - } - - .lg\:mr-12 { - margin-right: 3rem; - } - - .lg\:mb-12 { - margin-bottom: 3rem; - } - - .lg\:ml-12 { - margin-left: 3rem; - } - - .lg\:mt-14 { - margin-top: 3.5rem; - } - - .lg\:mr-14 { - margin-right: 3.5rem; - } - - .lg\:mb-14 { - margin-bottom: 3.5rem; - } - - .lg\:ml-14 { - margin-left: 3.5rem; - } - - .lg\:mt-16 { - margin-top: 4rem; - } - - .lg\:mr-16 { - margin-right: 4rem; - } - - .lg\:mb-16 { - margin-bottom: 4rem; - } - - .lg\:ml-16 { - margin-left: 4rem; - } - - .lg\:mt-20 { - margin-top: 5rem; - } - - .lg\:mr-20 { - margin-right: 5rem; - } - - .lg\:mb-20 { - margin-bottom: 5rem; - } - - .lg\:ml-20 { - margin-left: 5rem; - } - - .lg\:mt-22 { - margin-top: 5.625rem; - } - - .lg\:mr-22 { - margin-right: 5.625rem; - } - - .lg\:mb-22 { - margin-bottom: 5.625rem; - } - - .lg\:ml-22 { - margin-left: 5.625rem; - } - - .lg\:mt-24 { - margin-top: 6rem; - } - - .lg\:mr-24 { - margin-right: 6rem; - } - - .lg\:mb-24 { - margin-bottom: 6rem; - } - - .lg\:ml-24 { - margin-left: 6rem; - } - - .lg\:mt-28 { - margin-top: 7rem; - } - - .lg\:mr-28 { - margin-right: 7rem; - } - - .lg\:mb-28 { - margin-bottom: 7rem; - } - - .lg\:ml-28 { - margin-left: 7rem; - } - - .lg\:mt-32 { - margin-top: 8rem; - } - - .lg\:mr-32 { - margin-right: 8rem; - } - - .lg\:mb-32 { - margin-bottom: 8rem; - } - - .lg\:ml-32 { - margin-left: 8rem; - } - - .lg\:mt-36 { - margin-top: 9rem; - } - - .lg\:mr-36 { - margin-right: 9rem; - } - - .lg\:mb-36 { - margin-bottom: 9rem; - } - - .lg\:ml-36 { - margin-left: 9rem; - } - - .lg\:mt-40 { - margin-top: 10rem; - } - - .lg\:mr-40 { - margin-right: 10rem; - } - - .lg\:mb-40 { - margin-bottom: 10rem; - } - - .lg\:ml-40 { - margin-left: 10rem; - } - - .lg\:mt-44 { - margin-top: 11rem; - } - - .lg\:mr-44 { - margin-right: 11rem; - } - - .lg\:mb-44 { - margin-bottom: 11rem; - } - - .lg\:ml-44 { - margin-left: 11rem; - } - - .lg\:mt-48 { - margin-top: 12rem; - } - - .lg\:mr-48 { - margin-right: 12rem; - } - - .lg\:mb-48 { - margin-bottom: 12rem; - } - - .lg\:ml-48 { - margin-left: 12rem; - } - - .lg\:mt-52 { - margin-top: 13rem; - } - - .lg\:mr-52 { - margin-right: 13rem; - } - - .lg\:mb-52 { - margin-bottom: 13rem; - } - - .lg\:ml-52 { - margin-left: 13rem; - } - - .lg\:mt-56 { - margin-top: 14rem; - } - - .lg\:mr-56 { - margin-right: 14rem; - } - - .lg\:mb-56 { - margin-bottom: 14rem; - } - - .lg\:ml-56 { - margin-left: 14rem; - } - - .lg\:mt-60 { - margin-top: 240px; - } - - .lg\:mr-60 { - margin-right: 240px; - } - - .lg\:mb-60 { - margin-bottom: 240px; - } - - .lg\:ml-60 { - margin-left: 240px; - } - - .lg\:mt-64 { - margin-top: 16rem; - } - - .lg\:mr-64 { - margin-right: 16rem; - } - - .lg\:mb-64 { - margin-bottom: 16rem; - } - - .lg\:ml-64 { - margin-left: 16rem; - } - - .lg\:mt-72 { - margin-top: 18rem; - } - - .lg\:mr-72 { - margin-right: 18rem; - } - - .lg\:mb-72 { - margin-bottom: 18rem; - } - - .lg\:ml-72 { - margin-left: 18rem; - } - - .lg\:mt-80 { - margin-top: 20rem; - } - - .lg\:mr-80 { - margin-right: 20rem; - } - - .lg\:mb-80 { - margin-bottom: 20rem; - } - - .lg\:ml-80 { - margin-left: 20rem; - } - - .lg\:mt-88 { - margin-top: 22rem; - } - - .lg\:mr-88 { - margin-right: 22rem; - } - - .lg\:mb-88 { - margin-bottom: 22rem; - } - - .lg\:ml-88 { - margin-left: 22rem; - } - - .lg\:mt-96 { - margin-top: 24rem; - } - - .lg\:mr-96 { - margin-right: 24rem; - } - - .lg\:mb-96 { - margin-bottom: 24rem; - } - - .lg\:ml-96 { - margin-left: 24rem; - } - - .lg\:mt-130 { - margin-top: 560px; - } - - .lg\:mr-130 { - margin-right: 560px; - } - - .lg\:mb-130 { - margin-bottom: 560px; - } - - .lg\:ml-130 { - margin-left: 560px; - } - - .lg\:mt-auto { - margin-top: auto; - } - - .lg\:mr-auto { - margin-right: auto; - } - - .lg\:mb-auto { - margin-bottom: auto; - } - - .lg\:ml-auto { - margin-left: auto; - } - - .lg\:mt-px { - margin-top: 1px; - } - - .lg\:mr-px { - margin-right: 1px; - } - - .lg\:mb-px { - margin-bottom: 1px; - } - - .lg\:ml-px { - margin-left: 1px; - } - - .lg\:mt-0\.5 { - margin-top: 0.125rem; - } - - .lg\:mr-0\.5 { - margin-right: 0.125rem; - } - - .lg\:mb-0\.5 { - margin-bottom: 0.125rem; - } - - .lg\:ml-0\.5 { - margin-left: 0.125rem; - } - - .lg\:mt-1\.5 { - margin-top: 0.375rem; - } - - .lg\:mr-1\.5 { - margin-right: 0.375rem; - } - - .lg\:mb-1\.5 { - margin-bottom: 0.375rem; - } - - .lg\:ml-1\.5 { - margin-left: 0.375rem; - } - - .lg\:mt-2\.5 { - margin-top: 0.625rem; - } - - .lg\:mr-2\.5 { - margin-right: 0.625rem; - } - - .lg\:mb-2\.5 { - margin-bottom: 0.625rem; - } - - .lg\:ml-2\.5 { - margin-left: 0.625rem; - } - - .lg\:mt-3\.5 { - margin-top: 0.875rem; - } - - .lg\:mr-3\.5 { - margin-right: 0.875rem; - } - - .lg\:mb-3\.5 { - margin-bottom: 0.875rem; - } - - .lg\:ml-3\.5 { - margin-left: 0.875rem; - } - - .lg\:-mt-0 { - margin-top: 0px; - } - - .lg\:-mr-0 { - margin-right: 0px; - } - - .lg\:-mb-0 { - margin-bottom: 0px; - } - - .lg\:-ml-0 { - margin-left: 0px; - } - - .lg\:-mt-1 { - margin-top: -0.25rem; - } - - .lg\:-mr-1 { - margin-right: -0.25rem; - } - - .lg\:-mb-1 { - margin-bottom: -0.25rem; - } - - .lg\:-ml-1 { - margin-left: -0.25rem; - } - - .lg\:-mt-2 { - margin-top: -0.5rem; - } - - .lg\:-mr-2 { - margin-right: -0.5rem; - } - - .lg\:-mb-2 { - margin-bottom: -0.5rem; - } - - .lg\:-ml-2 { - margin-left: -0.5rem; - } - - .lg\:-mt-3 { - margin-top: -0.75rem; - } - - .lg\:-mr-3 { - margin-right: -0.75rem; - } - - .lg\:-mb-3 { - margin-bottom: -0.75rem; - } - - .lg\:-ml-3 { - margin-left: -0.75rem; - } - - .lg\:-mt-4 { - margin-top: -1rem; - } - - .lg\:-mr-4 { - margin-right: -1rem; - } - - .lg\:-mb-4 { - margin-bottom: -1rem; - } - - .lg\:-ml-4 { - margin-left: -1rem; - } - - .lg\:-mt-5 { - margin-top: -1.25rem; - } - - .lg\:-mr-5 { - margin-right: -1.25rem; - } - - .lg\:-mb-5 { - margin-bottom: -1.25rem; - } - - .lg\:-ml-5 { - margin-left: -1.25rem; - } - - .lg\:-mt-6 { - margin-top: -1.5rem; - } - - .lg\:-mr-6 { - margin-right: -1.5rem; - } - - .lg\:-mb-6 { - margin-bottom: -1.5rem; - } - - .lg\:-ml-6 { - margin-left: -1.5rem; - } - - .lg\:-mt-7 { - margin-top: -1.75rem; - } - - .lg\:-mr-7 { - margin-right: -1.75rem; - } - - .lg\:-mb-7 { - margin-bottom: -1.75rem; - } - - .lg\:-ml-7 { - margin-left: -1.75rem; - } - - .lg\:-mt-8 { - margin-top: -2rem; - } - - .lg\:-mr-8 { - margin-right: -2rem; - } - - .lg\:-mb-8 { - margin-bottom: -2rem; - } - - .lg\:-ml-8 { - margin-left: -2rem; - } - - .lg\:-mt-9 { - margin-top: -2.25rem; - } - - .lg\:-mr-9 { - margin-right: -2.25rem; - } - - .lg\:-mb-9 { - margin-bottom: -2.25rem; - } - - .lg\:-ml-9 { - margin-left: -2.25rem; - } - - .lg\:-mt-10 { - margin-top: -2.5rem; - } - - .lg\:-mr-10 { - margin-right: -2.5rem; - } - - .lg\:-mb-10 { - margin-bottom: -2.5rem; - } - - .lg\:-ml-10 { - margin-left: -2.5rem; - } - - .lg\:-mt-11 { - margin-top: -2.75rem; - } - - .lg\:-mr-11 { - margin-right: -2.75rem; - } - - .lg\:-mb-11 { - margin-bottom: -2.75rem; - } - - .lg\:-ml-11 { - margin-left: -2.75rem; - } - - .lg\:-mt-12 { - margin-top: -3rem; - } - - .lg\:-mr-12 { - margin-right: -3rem; - } - - .lg\:-mb-12 { - margin-bottom: -3rem; - } - - .lg\:-ml-12 { - margin-left: -3rem; - } - - .lg\:-mt-14 { - margin-top: -3.5rem; - } - - .lg\:-mr-14 { - margin-right: -3.5rem; - } - - .lg\:-mb-14 { - margin-bottom: -3.5rem; - } - - .lg\:-ml-14 { - margin-left: -3.5rem; - } - - .lg\:-mt-16 { - margin-top: -4rem; - } - - .lg\:-mr-16 { - margin-right: -4rem; - } - - .lg\:-mb-16 { - margin-bottom: -4rem; - } - - .lg\:-ml-16 { - margin-left: -4rem; - } - - .lg\:-mt-20 { - margin-top: -5rem; - } - - .lg\:-mr-20 { - margin-right: -5rem; - } - - .lg\:-mb-20 { - margin-bottom: -5rem; - } - - .lg\:-ml-20 { - margin-left: -5rem; - } - - .lg\:-mt-22 { - margin-top: -5.625rem; - } - - .lg\:-mr-22 { - margin-right: -5.625rem; - } - - .lg\:-mb-22 { - margin-bottom: -5.625rem; - } - - .lg\:-ml-22 { - margin-left: -5.625rem; - } - - .lg\:-mt-24 { - margin-top: -6rem; - } - - .lg\:-mr-24 { - margin-right: -6rem; - } - - .lg\:-mb-24 { - margin-bottom: -6rem; - } - - .lg\:-ml-24 { - margin-left: -6rem; - } - - .lg\:-mt-28 { - margin-top: -7rem; - } - - .lg\:-mr-28 { - margin-right: -7rem; - } - - .lg\:-mb-28 { - margin-bottom: -7rem; - } - - .lg\:-ml-28 { - margin-left: -7rem; - } - - .lg\:-mt-32 { - margin-top: -8rem; - } - - .lg\:-mr-32 { - margin-right: -8rem; - } - - .lg\:-mb-32 { - margin-bottom: -8rem; - } - - .lg\:-ml-32 { - margin-left: -8rem; - } - - .lg\:-mt-36 { - margin-top: -9rem; - } - - .lg\:-mr-36 { - margin-right: -9rem; - } - - .lg\:-mb-36 { - margin-bottom: -9rem; - } - - .lg\:-ml-36 { - margin-left: -9rem; - } - - .lg\:-mt-40 { - margin-top: -10rem; - } - - .lg\:-mr-40 { - margin-right: -10rem; - } - - .lg\:-mb-40 { - margin-bottom: -10rem; - } - - .lg\:-ml-40 { - margin-left: -10rem; - } - - .lg\:-mt-44 { - margin-top: -11rem; - } - - .lg\:-mr-44 { - margin-right: -11rem; - } - - .lg\:-mb-44 { - margin-bottom: -11rem; - } - - .lg\:-ml-44 { - margin-left: -11rem; - } - - .lg\:-mt-48 { - margin-top: -12rem; - } - - .lg\:-mr-48 { - margin-right: -12rem; - } - - .lg\:-mb-48 { - margin-bottom: -12rem; - } - - .lg\:-ml-48 { - margin-left: -12rem; - } - - .lg\:-mt-52 { - margin-top: -13rem; - } - - .lg\:-mr-52 { - margin-right: -13rem; - } - - .lg\:-mb-52 { - margin-bottom: -13rem; - } - - .lg\:-ml-52 { - margin-left: -13rem; - } - - .lg\:-mt-56 { - margin-top: -14rem; - } - - .lg\:-mr-56 { - margin-right: -14rem; - } - - .lg\:-mb-56 { - margin-bottom: -14rem; - } - - .lg\:-ml-56 { - margin-left: -14rem; - } - - .lg\:-mt-60 { - margin-top: -240px; - } - - .lg\:-mr-60 { - margin-right: -240px; - } - - .lg\:-mb-60 { - margin-bottom: -240px; - } - - .lg\:-ml-60 { - margin-left: -240px; - } - - .lg\:-mt-64 { - margin-top: -16rem; - } - - .lg\:-mr-64 { - margin-right: -16rem; - } - - .lg\:-mb-64 { - margin-bottom: -16rem; - } - - .lg\:-ml-64 { - margin-left: -16rem; - } - - .lg\:-mt-72 { - margin-top: -18rem; - } - - .lg\:-mr-72 { - margin-right: -18rem; - } - - .lg\:-mb-72 { - margin-bottom: -18rem; - } - - .lg\:-ml-72 { - margin-left: -18rem; - } - - .lg\:-mt-80 { - margin-top: -20rem; - } - - .lg\:-mr-80 { - margin-right: -20rem; - } - - .lg\:-mb-80 { - margin-bottom: -20rem; - } - - .lg\:-ml-80 { - margin-left: -20rem; - } - - .lg\:-mt-88 { - margin-top: -22rem; - } - - .lg\:-mr-88 { - margin-right: -22rem; - } - - .lg\:-mb-88 { - margin-bottom: -22rem; - } - - .lg\:-ml-88 { - margin-left: -22rem; - } - - .lg\:-mt-96 { - margin-top: -24rem; - } - - .lg\:-mr-96 { - margin-right: -24rem; - } - - .lg\:-mb-96 { - margin-bottom: -24rem; - } - - .lg\:-ml-96 { - margin-left: -24rem; - } - - .lg\:-mt-130 { - margin-top: -560px; - } - - .lg\:-mr-130 { - margin-right: -560px; - } - - .lg\:-mb-130 { - margin-bottom: -560px; - } - - .lg\:-ml-130 { - margin-left: -560px; - } - - .lg\:-mt-px { - margin-top: -1px; - } - - .lg\:-mr-px { - margin-right: -1px; - } - - .lg\:-mb-px { - margin-bottom: -1px; - } - - .lg\:-ml-px { - margin-left: -1px; - } - - .lg\:-mt-0\.5 { - margin-top: -0.125rem; - } - - .lg\:-mr-0\.5 { - margin-right: -0.125rem; - } - - .lg\:-mb-0\.5 { - margin-bottom: -0.125rem; - } - - .lg\:-ml-0\.5 { - margin-left: -0.125rem; - } - - .lg\:-mt-1\.5 { - margin-top: -0.375rem; - } - - .lg\:-mr-1\.5 { - margin-right: -0.375rem; - } - - .lg\:-mb-1\.5 { - margin-bottom: -0.375rem; - } - - .lg\:-ml-1\.5 { - margin-left: -0.375rem; - } - - .lg\:-mt-2\.5 { - margin-top: -0.625rem; - } - - .lg\:-mr-2\.5 { - margin-right: -0.625rem; - } - - .lg\:-mb-2\.5 { - margin-bottom: -0.625rem; - } - - .lg\:-ml-2\.5 { - margin-left: -0.625rem; - } - - .lg\:-mt-3\.5 { - margin-top: -0.875rem; - } - - .lg\:-mr-3\.5 { - margin-right: -0.875rem; - } - - .lg\:-mb-3\.5 { - margin-bottom: -0.875rem; - } - - .lg\:-ml-3\.5 { - margin-left: -0.875rem; - } - - .lg\:first\:m-0:first-child { - margin: 0px; - } - - .lg\:first\:m-1:first-child { - margin: 0.25rem; - } - - .lg\:first\:m-2:first-child { - margin: 0.5rem; - } - - .lg\:first\:m-3:first-child { - margin: 0.75rem; - } - - .lg\:first\:m-4:first-child { - margin: 1rem; - } - - .lg\:first\:m-5:first-child { - margin: 1.25rem; - } - - .lg\:first\:m-6:first-child { - margin: 1.5rem; - } - - .lg\:first\:m-7:first-child { - margin: 1.75rem; - } - - .lg\:first\:m-8:first-child { - margin: 2rem; - } - - .lg\:first\:m-9:first-child { - margin: 2.25rem; - } - - .lg\:first\:m-10:first-child { - margin: 2.5rem; - } - - .lg\:first\:m-11:first-child { - margin: 2.75rem; - } - - .lg\:first\:m-12:first-child { - margin: 3rem; - } - - .lg\:first\:m-14:first-child { - margin: 3.5rem; - } - - .lg\:first\:m-16:first-child { - margin: 4rem; - } - - .lg\:first\:m-20:first-child { - margin: 5rem; - } - - .lg\:first\:m-22:first-child { - margin: 5.625rem; - } - - .lg\:first\:m-24:first-child { - margin: 6rem; - } - - .lg\:first\:m-28:first-child { - margin: 7rem; - } - - .lg\:first\:m-32:first-child { - margin: 8rem; - } - - .lg\:first\:m-36:first-child { - margin: 9rem; - } - - .lg\:first\:m-40:first-child { - margin: 10rem; - } - - .lg\:first\:m-44:first-child { - margin: 11rem; - } - - .lg\:first\:m-48:first-child { - margin: 12rem; - } - - .lg\:first\:m-52:first-child { - margin: 13rem; - } - - .lg\:first\:m-56:first-child { - margin: 14rem; - } - - .lg\:first\:m-60:first-child { - margin: 240px; - } - - .lg\:first\:m-64:first-child { - margin: 16rem; - } - - .lg\:first\:m-72:first-child { - margin: 18rem; - } - - .lg\:first\:m-80:first-child { - margin: 20rem; - } - - .lg\:first\:m-88:first-child { - margin: 22rem; - } - - .lg\:first\:m-96:first-child { - margin: 24rem; - } - - .lg\:first\:m-130:first-child { - margin: 560px; - } - - .lg\:first\:m-auto:first-child { - margin: auto; - } - - .lg\:first\:m-px:first-child { - margin: 1px; - } - - .lg\:first\:m-0\.5:first-child { - margin: 0.125rem; - } - - .lg\:first\:m-1\.5:first-child { - margin: 0.375rem; - } - - .lg\:first\:m-2\.5:first-child { - margin: 0.625rem; - } - - .lg\:first\:m-3\.5:first-child { - margin: 0.875rem; - } - - .lg\:first\:-m-0:first-child { - margin: 0px; - } - - .lg\:first\:-m-1:first-child { - margin: -0.25rem; - } - - .lg\:first\:-m-2:first-child { - margin: -0.5rem; - } - - .lg\:first\:-m-3:first-child { - margin: -0.75rem; - } - - .lg\:first\:-m-4:first-child { - margin: -1rem; - } - - .lg\:first\:-m-5:first-child { - margin: -1.25rem; - } - - .lg\:first\:-m-6:first-child { - margin: -1.5rem; - } - - .lg\:first\:-m-7:first-child { - margin: -1.75rem; - } - - .lg\:first\:-m-8:first-child { - margin: -2rem; - } - - .lg\:first\:-m-9:first-child { - margin: -2.25rem; - } - - .lg\:first\:-m-10:first-child { - margin: -2.5rem; - } - - .lg\:first\:-m-11:first-child { - margin: -2.75rem; - } - - .lg\:first\:-m-12:first-child { - margin: -3rem; - } - - .lg\:first\:-m-14:first-child { - margin: -3.5rem; - } - - .lg\:first\:-m-16:first-child { - margin: -4rem; - } - - .lg\:first\:-m-20:first-child { - margin: -5rem; - } - - .lg\:first\:-m-22:first-child { - margin: -5.625rem; - } - - .lg\:first\:-m-24:first-child { - margin: -6rem; - } - - .lg\:first\:-m-28:first-child { - margin: -7rem; - } - - .lg\:first\:-m-32:first-child { - margin: -8rem; - } - - .lg\:first\:-m-36:first-child { - margin: -9rem; - } - - .lg\:first\:-m-40:first-child { - margin: -10rem; - } - - .lg\:first\:-m-44:first-child { - margin: -11rem; - } - - .lg\:first\:-m-48:first-child { - margin: -12rem; - } - - .lg\:first\:-m-52:first-child { - margin: -13rem; - } - - .lg\:first\:-m-56:first-child { - margin: -14rem; - } - - .lg\:first\:-m-60:first-child { - margin: -240px; - } - - .lg\:first\:-m-64:first-child { - margin: -16rem; - } - - .lg\:first\:-m-72:first-child { - margin: -18rem; - } - - .lg\:first\:-m-80:first-child { - margin: -20rem; - } - - .lg\:first\:-m-88:first-child { - margin: -22rem; - } - - .lg\:first\:-m-96:first-child { - margin: -24rem; - } - - .lg\:first\:-m-130:first-child { - margin: -560px; - } - - .lg\:first\:-m-px:first-child { - margin: -1px; - } - - .lg\:first\:-m-0\.5:first-child { - margin: -0.125rem; - } - - .lg\:first\:-m-1\.5:first-child { - margin: -0.375rem; - } - - .lg\:first\:-m-2\.5:first-child { - margin: -0.625rem; - } - - .lg\:first\:-m-3\.5:first-child { - margin: -0.875rem; - } - - .lg\:first\:my-0:first-child { - margin-top: 0px; - margin-bottom: 0px; - } - - .lg\:first\:mx-0:first-child { - margin-left: 0px; - margin-right: 0px; - } - - .lg\:first\:my-1:first-child { - margin-top: 0.25rem; - margin-bottom: 0.25rem; - } - - .lg\:first\:mx-1:first-child { - margin-left: 0.25rem; - margin-right: 0.25rem; - } - - .lg\:first\:my-2:first-child { - margin-top: 0.5rem; - margin-bottom: 0.5rem; - } - - .lg\:first\:mx-2:first-child { - margin-left: 0.5rem; - margin-right: 0.5rem; - } - - .lg\:first\:my-3:first-child { - margin-top: 0.75rem; - margin-bottom: 0.75rem; - } - - .lg\:first\:mx-3:first-child { - margin-left: 0.75rem; - margin-right: 0.75rem; - } - - .lg\:first\:my-4:first-child { - margin-top: 1rem; - margin-bottom: 1rem; - } - - .lg\:first\:mx-4:first-child { - margin-left: 1rem; - margin-right: 1rem; - } - - .lg\:first\:my-5:first-child { - margin-top: 1.25rem; - margin-bottom: 1.25rem; - } - - .lg\:first\:mx-5:first-child { - margin-left: 1.25rem; - margin-right: 1.25rem; - } - - .lg\:first\:my-6:first-child { - margin-top: 1.5rem; - margin-bottom: 1.5rem; - } - - .lg\:first\:mx-6:first-child { - margin-left: 1.5rem; - margin-right: 1.5rem; - } - - .lg\:first\:my-7:first-child { - margin-top: 1.75rem; - margin-bottom: 1.75rem; - } - - .lg\:first\:mx-7:first-child { - margin-left: 1.75rem; - margin-right: 1.75rem; - } - - .lg\:first\:my-8:first-child { - margin-top: 2rem; - margin-bottom: 2rem; - } - - .lg\:first\:mx-8:first-child { - margin-left: 2rem; - margin-right: 2rem; - } - - .lg\:first\:my-9:first-child { - margin-top: 2.25rem; - margin-bottom: 2.25rem; - } - - .lg\:first\:mx-9:first-child { - margin-left: 2.25rem; - margin-right: 2.25rem; - } - - .lg\:first\:my-10:first-child { - margin-top: 2.5rem; - margin-bottom: 2.5rem; - } - - .lg\:first\:mx-10:first-child { - margin-left: 2.5rem; - margin-right: 2.5rem; - } - - .lg\:first\:my-11:first-child { - margin-top: 2.75rem; - margin-bottom: 2.75rem; - } - - .lg\:first\:mx-11:first-child { - margin-left: 2.75rem; - margin-right: 2.75rem; - } - - .lg\:first\:my-12:first-child { - margin-top: 3rem; - margin-bottom: 3rem; - } - - .lg\:first\:mx-12:first-child { - margin-left: 3rem; - margin-right: 3rem; - } - - .lg\:first\:my-14:first-child { - margin-top: 3.5rem; - margin-bottom: 3.5rem; - } - - .lg\:first\:mx-14:first-child { - margin-left: 3.5rem; - margin-right: 3.5rem; - } - - .lg\:first\:my-16:first-child { - margin-top: 4rem; - margin-bottom: 4rem; - } - - .lg\:first\:mx-16:first-child { - margin-left: 4rem; - margin-right: 4rem; - } - - .lg\:first\:my-20:first-child { - margin-top: 5rem; - margin-bottom: 5rem; - } - - .lg\:first\:mx-20:first-child { - margin-left: 5rem; - margin-right: 5rem; - } - - .lg\:first\:my-22:first-child { - margin-top: 5.625rem; - margin-bottom: 5.625rem; - } - - .lg\:first\:mx-22:first-child { - margin-left: 5.625rem; - margin-right: 5.625rem; - } - - .lg\:first\:my-24:first-child { - margin-top: 6rem; - margin-bottom: 6rem; - } - - .lg\:first\:mx-24:first-child { - margin-left: 6rem; - margin-right: 6rem; - } - - .lg\:first\:my-28:first-child { - margin-top: 7rem; - margin-bottom: 7rem; - } - - .lg\:first\:mx-28:first-child { - margin-left: 7rem; - margin-right: 7rem; - } - - .lg\:first\:my-32:first-child { - margin-top: 8rem; - margin-bottom: 8rem; - } - - .lg\:first\:mx-32:first-child { - margin-left: 8rem; - margin-right: 8rem; - } - - .lg\:first\:my-36:first-child { - margin-top: 9rem; - margin-bottom: 9rem; - } - - .lg\:first\:mx-36:first-child { - margin-left: 9rem; - margin-right: 9rem; - } - - .lg\:first\:my-40:first-child { - margin-top: 10rem; - margin-bottom: 10rem; - } - - .lg\:first\:mx-40:first-child { - margin-left: 10rem; - margin-right: 10rem; - } - - .lg\:first\:my-44:first-child { - margin-top: 11rem; - margin-bottom: 11rem; - } - - .lg\:first\:mx-44:first-child { - margin-left: 11rem; - margin-right: 11rem; - } - - .lg\:first\:my-48:first-child { - margin-top: 12rem; - margin-bottom: 12rem; - } - - .lg\:first\:mx-48:first-child { - margin-left: 12rem; - margin-right: 12rem; - } - - .lg\:first\:my-52:first-child { - margin-top: 13rem; - margin-bottom: 13rem; - } - - .lg\:first\:mx-52:first-child { - margin-left: 13rem; - margin-right: 13rem; - } - - .lg\:first\:my-56:first-child { - margin-top: 14rem; - margin-bottom: 14rem; - } - - .lg\:first\:mx-56:first-child { - margin-left: 14rem; - margin-right: 14rem; - } - - .lg\:first\:my-60:first-child { - margin-top: 240px; - margin-bottom: 240px; - } - - .lg\:first\:mx-60:first-child { - margin-left: 240px; - margin-right: 240px; - } - - .lg\:first\:my-64:first-child { - margin-top: 16rem; - margin-bottom: 16rem; - } - - .lg\:first\:mx-64:first-child { - margin-left: 16rem; - margin-right: 16rem; - } - - .lg\:first\:my-72:first-child { - margin-top: 18rem; - margin-bottom: 18rem; - } - - .lg\:first\:mx-72:first-child { - margin-left: 18rem; - margin-right: 18rem; - } - - .lg\:first\:my-80:first-child { - margin-top: 20rem; - margin-bottom: 20rem; - } - - .lg\:first\:mx-80:first-child { - margin-left: 20rem; - margin-right: 20rem; - } - - .lg\:first\:my-88:first-child { - margin-top: 22rem; - margin-bottom: 22rem; - } - - .lg\:first\:mx-88:first-child { - margin-left: 22rem; - margin-right: 22rem; - } - - .lg\:first\:my-96:first-child { - margin-top: 24rem; - margin-bottom: 24rem; - } - - .lg\:first\:mx-96:first-child { - margin-left: 24rem; - margin-right: 24rem; - } - - .lg\:first\:my-130:first-child { - margin-top: 560px; - margin-bottom: 560px; - } - - .lg\:first\:mx-130:first-child { - margin-left: 560px; - margin-right: 560px; - } - - .lg\:first\:my-auto:first-child { - margin-top: auto; - margin-bottom: auto; - } - - .lg\:first\:mx-auto:first-child { - margin-left: auto; - margin-right: auto; - } - - .lg\:first\:my-px:first-child { - margin-top: 1px; - margin-bottom: 1px; - } - - .lg\:first\:mx-px:first-child { - margin-left: 1px; - margin-right: 1px; - } - - .lg\:first\:my-0\.5:first-child { - margin-top: 0.125rem; - margin-bottom: 0.125rem; - } - - .lg\:first\:mx-0\.5:first-child { - margin-left: 0.125rem; - margin-right: 0.125rem; - } - - .lg\:first\:my-1\.5:first-child { - margin-top: 0.375rem; - margin-bottom: 0.375rem; - } - - .lg\:first\:mx-1\.5:first-child { - margin-left: 0.375rem; - margin-right: 0.375rem; - } - - .lg\:first\:my-2\.5:first-child { - margin-top: 0.625rem; - margin-bottom: 0.625rem; - } - - .lg\:first\:mx-2\.5:first-child { - margin-left: 0.625rem; - margin-right: 0.625rem; - } - - .lg\:first\:my-3\.5:first-child { - margin-top: 0.875rem; - margin-bottom: 0.875rem; - } - - .lg\:first\:mx-3\.5:first-child { - margin-left: 0.875rem; - margin-right: 0.875rem; - } - - .lg\:first\:-my-0:first-child { - margin-top: 0px; - margin-bottom: 0px; - } - - .lg\:first\:-mx-0:first-child { - margin-left: 0px; - margin-right: 0px; - } - - .lg\:first\:-my-1:first-child { - margin-top: -0.25rem; - margin-bottom: -0.25rem; - } - - .lg\:first\:-mx-1:first-child { - margin-left: -0.25rem; - margin-right: -0.25rem; - } - - .lg\:first\:-my-2:first-child { - margin-top: -0.5rem; - margin-bottom: -0.5rem; - } - - .lg\:first\:-mx-2:first-child { - margin-left: -0.5rem; - margin-right: -0.5rem; - } - - .lg\:first\:-my-3:first-child { - margin-top: -0.75rem; - margin-bottom: -0.75rem; - } - - .lg\:first\:-mx-3:first-child { - margin-left: -0.75rem; - margin-right: -0.75rem; - } - - .lg\:first\:-my-4:first-child { - margin-top: -1rem; - margin-bottom: -1rem; - } - - .lg\:first\:-mx-4:first-child { - margin-left: -1rem; - margin-right: -1rem; - } - - .lg\:first\:-my-5:first-child { - margin-top: -1.25rem; - margin-bottom: -1.25rem; - } - - .lg\:first\:-mx-5:first-child { - margin-left: -1.25rem; - margin-right: -1.25rem; - } - - .lg\:first\:-my-6:first-child { - margin-top: -1.5rem; - margin-bottom: -1.5rem; - } - - .lg\:first\:-mx-6:first-child { - margin-left: -1.5rem; - margin-right: -1.5rem; - } - - .lg\:first\:-my-7:first-child { - margin-top: -1.75rem; - margin-bottom: -1.75rem; - } - - .lg\:first\:-mx-7:first-child { - margin-left: -1.75rem; - margin-right: -1.75rem; - } - - .lg\:first\:-my-8:first-child { - margin-top: -2rem; - margin-bottom: -2rem; - } - - .lg\:first\:-mx-8:first-child { - margin-left: -2rem; - margin-right: -2rem; - } - - .lg\:first\:-my-9:first-child { - margin-top: -2.25rem; - margin-bottom: -2.25rem; - } - - .lg\:first\:-mx-9:first-child { - margin-left: -2.25rem; - margin-right: -2.25rem; - } - - .lg\:first\:-my-10:first-child { - margin-top: -2.5rem; - margin-bottom: -2.5rem; - } - - .lg\:first\:-mx-10:first-child { - margin-left: -2.5rem; - margin-right: -2.5rem; - } - - .lg\:first\:-my-11:first-child { - margin-top: -2.75rem; - margin-bottom: -2.75rem; - } - - .lg\:first\:-mx-11:first-child { - margin-left: -2.75rem; - margin-right: -2.75rem; - } - - .lg\:first\:-my-12:first-child { - margin-top: -3rem; - margin-bottom: -3rem; - } - - .lg\:first\:-mx-12:first-child { - margin-left: -3rem; - margin-right: -3rem; - } - - .lg\:first\:-my-14:first-child { - margin-top: -3.5rem; - margin-bottom: -3.5rem; - } - - .lg\:first\:-mx-14:first-child { - margin-left: -3.5rem; - margin-right: -3.5rem; - } - - .lg\:first\:-my-16:first-child { - margin-top: -4rem; - margin-bottom: -4rem; - } - - .lg\:first\:-mx-16:first-child { - margin-left: -4rem; - margin-right: -4rem; - } - - .lg\:first\:-my-20:first-child { - margin-top: -5rem; - margin-bottom: -5rem; - } - - .lg\:first\:-mx-20:first-child { - margin-left: -5rem; - margin-right: -5rem; - } - - .lg\:first\:-my-22:first-child { - margin-top: -5.625rem; - margin-bottom: -5.625rem; - } - - .lg\:first\:-mx-22:first-child { - margin-left: -5.625rem; - margin-right: -5.625rem; - } - - .lg\:first\:-my-24:first-child { - margin-top: -6rem; - margin-bottom: -6rem; - } - - .lg\:first\:-mx-24:first-child { - margin-left: -6rem; - margin-right: -6rem; - } - - .lg\:first\:-my-28:first-child { - margin-top: -7rem; - margin-bottom: -7rem; - } - - .lg\:first\:-mx-28:first-child { - margin-left: -7rem; - margin-right: -7rem; - } - - .lg\:first\:-my-32:first-child { - margin-top: -8rem; - margin-bottom: -8rem; - } - - .lg\:first\:-mx-32:first-child { - margin-left: -8rem; - margin-right: -8rem; - } - - .lg\:first\:-my-36:first-child { - margin-top: -9rem; - margin-bottom: -9rem; - } - - .lg\:first\:-mx-36:first-child { - margin-left: -9rem; - margin-right: -9rem; - } - - .lg\:first\:-my-40:first-child { - margin-top: -10rem; - margin-bottom: -10rem; - } - - .lg\:first\:-mx-40:first-child { - margin-left: -10rem; - margin-right: -10rem; - } - - .lg\:first\:-my-44:first-child { - margin-top: -11rem; - margin-bottom: -11rem; - } - - .lg\:first\:-mx-44:first-child { - margin-left: -11rem; - margin-right: -11rem; - } - - .lg\:first\:-my-48:first-child { - margin-top: -12rem; - margin-bottom: -12rem; - } - - .lg\:first\:-mx-48:first-child { - margin-left: -12rem; - margin-right: -12rem; - } - - .lg\:first\:-my-52:first-child { - margin-top: -13rem; - margin-bottom: -13rem; - } - - .lg\:first\:-mx-52:first-child { - margin-left: -13rem; - margin-right: -13rem; - } - - .lg\:first\:-my-56:first-child { - margin-top: -14rem; - margin-bottom: -14rem; - } - - .lg\:first\:-mx-56:first-child { - margin-left: -14rem; - margin-right: -14rem; - } - - .lg\:first\:-my-60:first-child { - margin-top: -240px; - margin-bottom: -240px; - } - - .lg\:first\:-mx-60:first-child { - margin-left: -240px; - margin-right: -240px; - } - - .lg\:first\:-my-64:first-child { - margin-top: -16rem; - margin-bottom: -16rem; - } - - .lg\:first\:-mx-64:first-child { - margin-left: -16rem; - margin-right: -16rem; - } - - .lg\:first\:-my-72:first-child { - margin-top: -18rem; - margin-bottom: -18rem; - } - - .lg\:first\:-mx-72:first-child { - margin-left: -18rem; - margin-right: -18rem; - } - - .lg\:first\:-my-80:first-child { - margin-top: -20rem; - margin-bottom: -20rem; - } - - .lg\:first\:-mx-80:first-child { - margin-left: -20rem; - margin-right: -20rem; - } - - .lg\:first\:-my-88:first-child { - margin-top: -22rem; - margin-bottom: -22rem; - } - - .lg\:first\:-mx-88:first-child { - margin-left: -22rem; - margin-right: -22rem; - } - - .lg\:first\:-my-96:first-child { - margin-top: -24rem; - margin-bottom: -24rem; - } - - .lg\:first\:-mx-96:first-child { - margin-left: -24rem; - margin-right: -24rem; - } - - .lg\:first\:-my-130:first-child { - margin-top: -560px; - margin-bottom: -560px; - } - - .lg\:first\:-mx-130:first-child { - margin-left: -560px; - margin-right: -560px; - } - - .lg\:first\:-my-px:first-child { - margin-top: -1px; - margin-bottom: -1px; - } - - .lg\:first\:-mx-px:first-child { - margin-left: -1px; - margin-right: -1px; - } - - .lg\:first\:-my-0\.5:first-child { - margin-top: -0.125rem; - margin-bottom: -0.125rem; - } - - .lg\:first\:-mx-0\.5:first-child { - margin-left: -0.125rem; - margin-right: -0.125rem; - } - - .lg\:first\:-my-1\.5:first-child { - margin-top: -0.375rem; - margin-bottom: -0.375rem; - } - - .lg\:first\:-mx-1\.5:first-child { - margin-left: -0.375rem; - margin-right: -0.375rem; - } - - .lg\:first\:-my-2\.5:first-child { - margin-top: -0.625rem; - margin-bottom: -0.625rem; - } - - .lg\:first\:-mx-2\.5:first-child { - margin-left: -0.625rem; - margin-right: -0.625rem; - } - - .lg\:first\:-my-3\.5:first-child { - margin-top: -0.875rem; - margin-bottom: -0.875rem; - } - - .lg\:first\:-mx-3\.5:first-child { - margin-left: -0.875rem; - margin-right: -0.875rem; - } - - .lg\:first\:mt-0:first-child { - margin-top: 0px; - } - - .lg\:first\:mr-0:first-child { - margin-right: 0px; - } - - .lg\:first\:mb-0:first-child { - margin-bottom: 0px; - } - - .lg\:first\:ml-0:first-child { - margin-left: 0px; - } - - .lg\:first\:mt-1:first-child { - margin-top: 0.25rem; - } - - .lg\:first\:mr-1:first-child { - margin-right: 0.25rem; - } - - .lg\:first\:mb-1:first-child { - margin-bottom: 0.25rem; - } - - .lg\:first\:ml-1:first-child { - margin-left: 0.25rem; - } - - .lg\:first\:mt-2:first-child { - margin-top: 0.5rem; - } - - .lg\:first\:mr-2:first-child { - margin-right: 0.5rem; - } - - .lg\:first\:mb-2:first-child { - margin-bottom: 0.5rem; - } - - .lg\:first\:ml-2:first-child { - margin-left: 0.5rem; - } - - .lg\:first\:mt-3:first-child { - margin-top: 0.75rem; - } - - .lg\:first\:mr-3:first-child { - margin-right: 0.75rem; - } - - .lg\:first\:mb-3:first-child { - margin-bottom: 0.75rem; - } - - .lg\:first\:ml-3:first-child { - margin-left: 0.75rem; - } - - .lg\:first\:mt-4:first-child { - margin-top: 1rem; - } - - .lg\:first\:mr-4:first-child { - margin-right: 1rem; - } - - .lg\:first\:mb-4:first-child { - margin-bottom: 1rem; - } - - .lg\:first\:ml-4:first-child { - margin-left: 1rem; - } - - .lg\:first\:mt-5:first-child { - margin-top: 1.25rem; - } - - .lg\:first\:mr-5:first-child { - margin-right: 1.25rem; - } - - .lg\:first\:mb-5:first-child { - margin-bottom: 1.25rem; - } - - .lg\:first\:ml-5:first-child { - margin-left: 1.25rem; - } - - .lg\:first\:mt-6:first-child { - margin-top: 1.5rem; - } - - .lg\:first\:mr-6:first-child { - margin-right: 1.5rem; - } - - .lg\:first\:mb-6:first-child { - margin-bottom: 1.5rem; - } - - .lg\:first\:ml-6:first-child { - margin-left: 1.5rem; - } - - .lg\:first\:mt-7:first-child { - margin-top: 1.75rem; - } - - .lg\:first\:mr-7:first-child { - margin-right: 1.75rem; - } - - .lg\:first\:mb-7:first-child { - margin-bottom: 1.75rem; - } - - .lg\:first\:ml-7:first-child { - margin-left: 1.75rem; - } - - .lg\:first\:mt-8:first-child { - margin-top: 2rem; - } - - .lg\:first\:mr-8:first-child { - margin-right: 2rem; - } - - .lg\:first\:mb-8:first-child { - margin-bottom: 2rem; - } - - .lg\:first\:ml-8:first-child { - margin-left: 2rem; - } - - .lg\:first\:mt-9:first-child { - margin-top: 2.25rem; - } - - .lg\:first\:mr-9:first-child { - margin-right: 2.25rem; - } - - .lg\:first\:mb-9:first-child { - margin-bottom: 2.25rem; - } - - .lg\:first\:ml-9:first-child { - margin-left: 2.25rem; - } - - .lg\:first\:mt-10:first-child { - margin-top: 2.5rem; - } - - .lg\:first\:mr-10:first-child { - margin-right: 2.5rem; - } - - .lg\:first\:mb-10:first-child { - margin-bottom: 2.5rem; - } - - .lg\:first\:ml-10:first-child { - margin-left: 2.5rem; - } - - .lg\:first\:mt-11:first-child { - margin-top: 2.75rem; - } - - .lg\:first\:mr-11:first-child { - margin-right: 2.75rem; - } - - .lg\:first\:mb-11:first-child { - margin-bottom: 2.75rem; - } - - .lg\:first\:ml-11:first-child { - margin-left: 2.75rem; - } - - .lg\:first\:mt-12:first-child { - margin-top: 3rem; - } - - .lg\:first\:mr-12:first-child { - margin-right: 3rem; - } - - .lg\:first\:mb-12:first-child { - margin-bottom: 3rem; - } - - .lg\:first\:ml-12:first-child { - margin-left: 3rem; - } - - .lg\:first\:mt-14:first-child { - margin-top: 3.5rem; - } - - .lg\:first\:mr-14:first-child { - margin-right: 3.5rem; - } - - .lg\:first\:mb-14:first-child { - margin-bottom: 3.5rem; - } - - .lg\:first\:ml-14:first-child { - margin-left: 3.5rem; - } - - .lg\:first\:mt-16:first-child { - margin-top: 4rem; - } - - .lg\:first\:mr-16:first-child { - margin-right: 4rem; - } - - .lg\:first\:mb-16:first-child { - margin-bottom: 4rem; - } - - .lg\:first\:ml-16:first-child { - margin-left: 4rem; - } - - .lg\:first\:mt-20:first-child { - margin-top: 5rem; - } - - .lg\:first\:mr-20:first-child { - margin-right: 5rem; - } - - .lg\:first\:mb-20:first-child { - margin-bottom: 5rem; - } - - .lg\:first\:ml-20:first-child { - margin-left: 5rem; - } - - .lg\:first\:mt-22:first-child { - margin-top: 5.625rem; - } - - .lg\:first\:mr-22:first-child { - margin-right: 5.625rem; - } - - .lg\:first\:mb-22:first-child { - margin-bottom: 5.625rem; - } - - .lg\:first\:ml-22:first-child { - margin-left: 5.625rem; - } - - .lg\:first\:mt-24:first-child { - margin-top: 6rem; - } - - .lg\:first\:mr-24:first-child { - margin-right: 6rem; - } - - .lg\:first\:mb-24:first-child { - margin-bottom: 6rem; - } - - .lg\:first\:ml-24:first-child { - margin-left: 6rem; - } - - .lg\:first\:mt-28:first-child { - margin-top: 7rem; - } - - .lg\:first\:mr-28:first-child { - margin-right: 7rem; - } - - .lg\:first\:mb-28:first-child { - margin-bottom: 7rem; - } - - .lg\:first\:ml-28:first-child { - margin-left: 7rem; - } - - .lg\:first\:mt-32:first-child { - margin-top: 8rem; - } - - .lg\:first\:mr-32:first-child { - margin-right: 8rem; - } - - .lg\:first\:mb-32:first-child { - margin-bottom: 8rem; - } - - .lg\:first\:ml-32:first-child { - margin-left: 8rem; - } - - .lg\:first\:mt-36:first-child { - margin-top: 9rem; - } - - .lg\:first\:mr-36:first-child { - margin-right: 9rem; - } - - .lg\:first\:mb-36:first-child { - margin-bottom: 9rem; - } - - .lg\:first\:ml-36:first-child { - margin-left: 9rem; - } - - .lg\:first\:mt-40:first-child { - margin-top: 10rem; - } - - .lg\:first\:mr-40:first-child { - margin-right: 10rem; - } - - .lg\:first\:mb-40:first-child { - margin-bottom: 10rem; - } - - .lg\:first\:ml-40:first-child { - margin-left: 10rem; - } - - .lg\:first\:mt-44:first-child { - margin-top: 11rem; - } - - .lg\:first\:mr-44:first-child { - margin-right: 11rem; - } - - .lg\:first\:mb-44:first-child { - margin-bottom: 11rem; - } - - .lg\:first\:ml-44:first-child { - margin-left: 11rem; - } - - .lg\:first\:mt-48:first-child { - margin-top: 12rem; - } - - .lg\:first\:mr-48:first-child { - margin-right: 12rem; - } - - .lg\:first\:mb-48:first-child { - margin-bottom: 12rem; - } - - .lg\:first\:ml-48:first-child { - margin-left: 12rem; - } - - .lg\:first\:mt-52:first-child { - margin-top: 13rem; - } - - .lg\:first\:mr-52:first-child { - margin-right: 13rem; - } - - .lg\:first\:mb-52:first-child { - margin-bottom: 13rem; - } - - .lg\:first\:ml-52:first-child { - margin-left: 13rem; - } - - .lg\:first\:mt-56:first-child { - margin-top: 14rem; - } - - .lg\:first\:mr-56:first-child { - margin-right: 14rem; - } - - .lg\:first\:mb-56:first-child { - margin-bottom: 14rem; - } - - .lg\:first\:ml-56:first-child { - margin-left: 14rem; - } - - .lg\:first\:mt-60:first-child { - margin-top: 240px; - } - - .lg\:first\:mr-60:first-child { - margin-right: 240px; - } - - .lg\:first\:mb-60:first-child { - margin-bottom: 240px; - } - - .lg\:first\:ml-60:first-child { - margin-left: 240px; - } - - .lg\:first\:mt-64:first-child { - margin-top: 16rem; - } - - .lg\:first\:mr-64:first-child { - margin-right: 16rem; - } - - .lg\:first\:mb-64:first-child { - margin-bottom: 16rem; - } - - .lg\:first\:ml-64:first-child { - margin-left: 16rem; - } - - .lg\:first\:mt-72:first-child { - margin-top: 18rem; - } - - .lg\:first\:mr-72:first-child { - margin-right: 18rem; - } - - .lg\:first\:mb-72:first-child { - margin-bottom: 18rem; - } - - .lg\:first\:ml-72:first-child { - margin-left: 18rem; - } - - .lg\:first\:mt-80:first-child { - margin-top: 20rem; - } - - .lg\:first\:mr-80:first-child { - margin-right: 20rem; - } - - .lg\:first\:mb-80:first-child { - margin-bottom: 20rem; - } - - .lg\:first\:ml-80:first-child { - margin-left: 20rem; - } - - .lg\:first\:mt-88:first-child { - margin-top: 22rem; - } - - .lg\:first\:mr-88:first-child { - margin-right: 22rem; - } - - .lg\:first\:mb-88:first-child { - margin-bottom: 22rem; - } - - .lg\:first\:ml-88:first-child { - margin-left: 22rem; - } - - .lg\:first\:mt-96:first-child { - margin-top: 24rem; - } - - .lg\:first\:mr-96:first-child { - margin-right: 24rem; - } - - .lg\:first\:mb-96:first-child { - margin-bottom: 24rem; - } - - .lg\:first\:ml-96:first-child { - margin-left: 24rem; - } - - .lg\:first\:mt-130:first-child { - margin-top: 560px; - } - - .lg\:first\:mr-130:first-child { - margin-right: 560px; - } - - .lg\:first\:mb-130:first-child { - margin-bottom: 560px; - } - - .lg\:first\:ml-130:first-child { - margin-left: 560px; - } - - .lg\:first\:mt-auto:first-child { - margin-top: auto; - } - - .lg\:first\:mr-auto:first-child { - margin-right: auto; - } - - .lg\:first\:mb-auto:first-child { - margin-bottom: auto; - } - - .lg\:first\:ml-auto:first-child { - margin-left: auto; - } - - .lg\:first\:mt-px:first-child { - margin-top: 1px; - } - - .lg\:first\:mr-px:first-child { - margin-right: 1px; - } - - .lg\:first\:mb-px:first-child { - margin-bottom: 1px; - } - - .lg\:first\:ml-px:first-child { - margin-left: 1px; - } - - .lg\:first\:mt-0\.5:first-child { - margin-top: 0.125rem; - } - - .lg\:first\:mr-0\.5:first-child { - margin-right: 0.125rem; - } - - .lg\:first\:mb-0\.5:first-child { - margin-bottom: 0.125rem; - } - - .lg\:first\:ml-0\.5:first-child { - margin-left: 0.125rem; - } - - .lg\:first\:mt-1\.5:first-child { - margin-top: 0.375rem; - } - - .lg\:first\:mr-1\.5:first-child { - margin-right: 0.375rem; - } - - .lg\:first\:mb-1\.5:first-child { - margin-bottom: 0.375rem; - } - - .lg\:first\:ml-1\.5:first-child { - margin-left: 0.375rem; - } - - .lg\:first\:mt-2\.5:first-child { - margin-top: 0.625rem; - } - - .lg\:first\:mr-2\.5:first-child { - margin-right: 0.625rem; - } - - .lg\:first\:mb-2\.5:first-child { - margin-bottom: 0.625rem; - } - - .lg\:first\:ml-2\.5:first-child { - margin-left: 0.625rem; - } - - .lg\:first\:mt-3\.5:first-child { - margin-top: 0.875rem; - } - - .lg\:first\:mr-3\.5:first-child { - margin-right: 0.875rem; - } - - .lg\:first\:mb-3\.5:first-child { - margin-bottom: 0.875rem; - } - - .lg\:first\:ml-3\.5:first-child { - margin-left: 0.875rem; - } - - .lg\:first\:-mt-0:first-child { - margin-top: 0px; - } - - .lg\:first\:-mr-0:first-child { - margin-right: 0px; - } - - .lg\:first\:-mb-0:first-child { - margin-bottom: 0px; - } - - .lg\:first\:-ml-0:first-child { - margin-left: 0px; - } - - .lg\:first\:-mt-1:first-child { - margin-top: -0.25rem; - } - - .lg\:first\:-mr-1:first-child { - margin-right: -0.25rem; - } - - .lg\:first\:-mb-1:first-child { - margin-bottom: -0.25rem; - } - - .lg\:first\:-ml-1:first-child { - margin-left: -0.25rem; - } - - .lg\:first\:-mt-2:first-child { - margin-top: -0.5rem; - } - - .lg\:first\:-mr-2:first-child { - margin-right: -0.5rem; - } - - .lg\:first\:-mb-2:first-child { - margin-bottom: -0.5rem; - } - - .lg\:first\:-ml-2:first-child { - margin-left: -0.5rem; - } - - .lg\:first\:-mt-3:first-child { - margin-top: -0.75rem; - } - - .lg\:first\:-mr-3:first-child { - margin-right: -0.75rem; - } - - .lg\:first\:-mb-3:first-child { - margin-bottom: -0.75rem; - } - - .lg\:first\:-ml-3:first-child { - margin-left: -0.75rem; - } - - .lg\:first\:-mt-4:first-child { - margin-top: -1rem; - } - - .lg\:first\:-mr-4:first-child { - margin-right: -1rem; - } - - .lg\:first\:-mb-4:first-child { - margin-bottom: -1rem; - } - - .lg\:first\:-ml-4:first-child { - margin-left: -1rem; - } - - .lg\:first\:-mt-5:first-child { - margin-top: -1.25rem; - } - - .lg\:first\:-mr-5:first-child { - margin-right: -1.25rem; - } - - .lg\:first\:-mb-5:first-child { - margin-bottom: -1.25rem; - } - - .lg\:first\:-ml-5:first-child { - margin-left: -1.25rem; - } - - .lg\:first\:-mt-6:first-child { - margin-top: -1.5rem; - } - - .lg\:first\:-mr-6:first-child { - margin-right: -1.5rem; - } - - .lg\:first\:-mb-6:first-child { - margin-bottom: -1.5rem; - } - - .lg\:first\:-ml-6:first-child { - margin-left: -1.5rem; - } - - .lg\:first\:-mt-7:first-child { - margin-top: -1.75rem; - } - - .lg\:first\:-mr-7:first-child { - margin-right: -1.75rem; - } - - .lg\:first\:-mb-7:first-child { - margin-bottom: -1.75rem; - } - - .lg\:first\:-ml-7:first-child { - margin-left: -1.75rem; - } - - .lg\:first\:-mt-8:first-child { - margin-top: -2rem; - } - - .lg\:first\:-mr-8:first-child { - margin-right: -2rem; - } - - .lg\:first\:-mb-8:first-child { - margin-bottom: -2rem; - } - - .lg\:first\:-ml-8:first-child { - margin-left: -2rem; - } - - .lg\:first\:-mt-9:first-child { - margin-top: -2.25rem; - } - - .lg\:first\:-mr-9:first-child { - margin-right: -2.25rem; - } - - .lg\:first\:-mb-9:first-child { - margin-bottom: -2.25rem; - } - - .lg\:first\:-ml-9:first-child { - margin-left: -2.25rem; - } - - .lg\:first\:-mt-10:first-child { - margin-top: -2.5rem; - } - - .lg\:first\:-mr-10:first-child { - margin-right: -2.5rem; - } - - .lg\:first\:-mb-10:first-child { - margin-bottom: -2.5rem; - } - - .lg\:first\:-ml-10:first-child { - margin-left: -2.5rem; - } - - .lg\:first\:-mt-11:first-child { - margin-top: -2.75rem; - } - - .lg\:first\:-mr-11:first-child { - margin-right: -2.75rem; - } - - .lg\:first\:-mb-11:first-child { - margin-bottom: -2.75rem; - } - - .lg\:first\:-ml-11:first-child { - margin-left: -2.75rem; - } - - .lg\:first\:-mt-12:first-child { - margin-top: -3rem; - } - - .lg\:first\:-mr-12:first-child { - margin-right: -3rem; - } - - .lg\:first\:-mb-12:first-child { - margin-bottom: -3rem; - } - - .lg\:first\:-ml-12:first-child { - margin-left: -3rem; - } - - .lg\:first\:-mt-14:first-child { - margin-top: -3.5rem; - } - - .lg\:first\:-mr-14:first-child { - margin-right: -3.5rem; - } - - .lg\:first\:-mb-14:first-child { - margin-bottom: -3.5rem; - } - - .lg\:first\:-ml-14:first-child { - margin-left: -3.5rem; - } - - .lg\:first\:-mt-16:first-child { - margin-top: -4rem; - } - - .lg\:first\:-mr-16:first-child { - margin-right: -4rem; - } - - .lg\:first\:-mb-16:first-child { - margin-bottom: -4rem; - } - - .lg\:first\:-ml-16:first-child { - margin-left: -4rem; - } - - .lg\:first\:-mt-20:first-child { - margin-top: -5rem; - } - - .lg\:first\:-mr-20:first-child { - margin-right: -5rem; - } - - .lg\:first\:-mb-20:first-child { - margin-bottom: -5rem; - } - - .lg\:first\:-ml-20:first-child { - margin-left: -5rem; - } - - .lg\:first\:-mt-22:first-child { - margin-top: -5.625rem; - } - - .lg\:first\:-mr-22:first-child { - margin-right: -5.625rem; - } - - .lg\:first\:-mb-22:first-child { - margin-bottom: -5.625rem; - } - - .lg\:first\:-ml-22:first-child { - margin-left: -5.625rem; - } - - .lg\:first\:-mt-24:first-child { - margin-top: -6rem; - } - - .lg\:first\:-mr-24:first-child { - margin-right: -6rem; - } - - .lg\:first\:-mb-24:first-child { - margin-bottom: -6rem; - } - - .lg\:first\:-ml-24:first-child { - margin-left: -6rem; - } - - .lg\:first\:-mt-28:first-child { - margin-top: -7rem; - } - - .lg\:first\:-mr-28:first-child { - margin-right: -7rem; - } - - .lg\:first\:-mb-28:first-child { - margin-bottom: -7rem; - } - - .lg\:first\:-ml-28:first-child { - margin-left: -7rem; - } - - .lg\:first\:-mt-32:first-child { - margin-top: -8rem; - } - - .lg\:first\:-mr-32:first-child { - margin-right: -8rem; - } - - .lg\:first\:-mb-32:first-child { - margin-bottom: -8rem; - } - - .lg\:first\:-ml-32:first-child { - margin-left: -8rem; - } - - .lg\:first\:-mt-36:first-child { - margin-top: -9rem; - } - - .lg\:first\:-mr-36:first-child { - margin-right: -9rem; - } - - .lg\:first\:-mb-36:first-child { - margin-bottom: -9rem; - } - - .lg\:first\:-ml-36:first-child { - margin-left: -9rem; - } - - .lg\:first\:-mt-40:first-child { - margin-top: -10rem; - } - - .lg\:first\:-mr-40:first-child { - margin-right: -10rem; - } - - .lg\:first\:-mb-40:first-child { - margin-bottom: -10rem; - } - - .lg\:first\:-ml-40:first-child { - margin-left: -10rem; - } - - .lg\:first\:-mt-44:first-child { - margin-top: -11rem; - } - - .lg\:first\:-mr-44:first-child { - margin-right: -11rem; - } - - .lg\:first\:-mb-44:first-child { - margin-bottom: -11rem; - } - - .lg\:first\:-ml-44:first-child { - margin-left: -11rem; - } - - .lg\:first\:-mt-48:first-child { - margin-top: -12rem; - } - - .lg\:first\:-mr-48:first-child { - margin-right: -12rem; - } - - .lg\:first\:-mb-48:first-child { - margin-bottom: -12rem; - } - - .lg\:first\:-ml-48:first-child { - margin-left: -12rem; - } - - .lg\:first\:-mt-52:first-child { - margin-top: -13rem; - } - - .lg\:first\:-mr-52:first-child { - margin-right: -13rem; - } - - .lg\:first\:-mb-52:first-child { - margin-bottom: -13rem; - } - - .lg\:first\:-ml-52:first-child { - margin-left: -13rem; - } - - .lg\:first\:-mt-56:first-child { - margin-top: -14rem; - } - - .lg\:first\:-mr-56:first-child { - margin-right: -14rem; - } - - .lg\:first\:-mb-56:first-child { - margin-bottom: -14rem; - } - - .lg\:first\:-ml-56:first-child { - margin-left: -14rem; - } - - .lg\:first\:-mt-60:first-child { - margin-top: -240px; - } - - .lg\:first\:-mr-60:first-child { - margin-right: -240px; - } - - .lg\:first\:-mb-60:first-child { - margin-bottom: -240px; - } - - .lg\:first\:-ml-60:first-child { - margin-left: -240px; - } - - .lg\:first\:-mt-64:first-child { - margin-top: -16rem; - } - - .lg\:first\:-mr-64:first-child { - margin-right: -16rem; - } - - .lg\:first\:-mb-64:first-child { - margin-bottom: -16rem; - } - - .lg\:first\:-ml-64:first-child { - margin-left: -16rem; - } - - .lg\:first\:-mt-72:first-child { - margin-top: -18rem; - } - - .lg\:first\:-mr-72:first-child { - margin-right: -18rem; - } - - .lg\:first\:-mb-72:first-child { - margin-bottom: -18rem; - } - - .lg\:first\:-ml-72:first-child { - margin-left: -18rem; - } - - .lg\:first\:-mt-80:first-child { - margin-top: -20rem; - } - - .lg\:first\:-mr-80:first-child { - margin-right: -20rem; - } - - .lg\:first\:-mb-80:first-child { - margin-bottom: -20rem; - } - - .lg\:first\:-ml-80:first-child { - margin-left: -20rem; - } - - .lg\:first\:-mt-88:first-child { - margin-top: -22rem; - } - - .lg\:first\:-mr-88:first-child { - margin-right: -22rem; - } - - .lg\:first\:-mb-88:first-child { - margin-bottom: -22rem; - } - - .lg\:first\:-ml-88:first-child { - margin-left: -22rem; - } - - .lg\:first\:-mt-96:first-child { - margin-top: -24rem; - } - - .lg\:first\:-mr-96:first-child { - margin-right: -24rem; - } - - .lg\:first\:-mb-96:first-child { - margin-bottom: -24rem; - } - - .lg\:first\:-ml-96:first-child { - margin-left: -24rem; - } - - .lg\:first\:-mt-130:first-child { - margin-top: -560px; - } - - .lg\:first\:-mr-130:first-child { - margin-right: -560px; - } - - .lg\:first\:-mb-130:first-child { - margin-bottom: -560px; - } - - .lg\:first\:-ml-130:first-child { - margin-left: -560px; - } - - .lg\:first\:-mt-px:first-child { - margin-top: -1px; - } - - .lg\:first\:-mr-px:first-child { - margin-right: -1px; - } - - .lg\:first\:-mb-px:first-child { - margin-bottom: -1px; - } - - .lg\:first\:-ml-px:first-child { - margin-left: -1px; - } - - .lg\:first\:-mt-0\.5:first-child { - margin-top: -0.125rem; - } - - .lg\:first\:-mr-0\.5:first-child { - margin-right: -0.125rem; - } - - .lg\:first\:-mb-0\.5:first-child { - margin-bottom: -0.125rem; - } - - .lg\:first\:-ml-0\.5:first-child { - margin-left: -0.125rem; - } - - .lg\:first\:-mt-1\.5:first-child { - margin-top: -0.375rem; - } - - .lg\:first\:-mr-1\.5:first-child { - margin-right: -0.375rem; - } - - .lg\:first\:-mb-1\.5:first-child { - margin-bottom: -0.375rem; - } - - .lg\:first\:-ml-1\.5:first-child { - margin-left: -0.375rem; - } - - .lg\:first\:-mt-2\.5:first-child { - margin-top: -0.625rem; - } - - .lg\:first\:-mr-2\.5:first-child { - margin-right: -0.625rem; - } - - .lg\:first\:-mb-2\.5:first-child { - margin-bottom: -0.625rem; - } - - .lg\:first\:-ml-2\.5:first-child { - margin-left: -0.625rem; - } - - .lg\:first\:-mt-3\.5:first-child { - margin-top: -0.875rem; - } - - .lg\:first\:-mr-3\.5:first-child { - margin-right: -0.875rem; - } - - .lg\:first\:-mb-3\.5:first-child { - margin-bottom: -0.875rem; - } - - .lg\:first\:-ml-3\.5:first-child { - margin-left: -0.875rem; - } - - .lg\:max-h-0 { - max-height: 0px; - } - - .lg\:max-h-1 { - max-height: 0.25rem; - } - - .lg\:max-h-2 { - max-height: 0.5rem; - } - - .lg\:max-h-3 { - max-height: 0.75rem; - } - - .lg\:max-h-4 { - max-height: 1rem; - } - - .lg\:max-h-5 { - max-height: 1.25rem; - } - - .lg\:max-h-6 { - max-height: 1.5rem; - } - - .lg\:max-h-7 { - max-height: 1.75rem; - } - - .lg\:max-h-8 { - max-height: 2rem; - } - - .lg\:max-h-9 { - max-height: 2.25rem; - } - - .lg\:max-h-10 { - max-height: 2.5rem; - } - - .lg\:max-h-11 { - max-height: 2.75rem; - } - - .lg\:max-h-12 { - max-height: 3rem; - } - - .lg\:max-h-14 { - max-height: 3.5rem; - } - - .lg\:max-h-16 { - max-height: 4rem; - } - - .lg\:max-h-20 { - max-height: 5rem; - } - - .lg\:max-h-22 { - max-height: 5.625rem; - } - - .lg\:max-h-24 { - max-height: 6rem; - } - - .lg\:max-h-28 { - max-height: 7rem; - } - - .lg\:max-h-32 { - max-height: 8rem; - } - - .lg\:max-h-36 { - max-height: 9rem; - } - - .lg\:max-h-40 { - max-height: 10rem; - } - - .lg\:max-h-44 { - max-height: 11rem; - } - - .lg\:max-h-48 { - max-height: 12rem; - } - - .lg\:max-h-52 { - max-height: 13rem; - } - - .lg\:max-h-56 { - max-height: 14rem; - } - - .lg\:max-h-60 { - max-height: 240px; - } - - .lg\:max-h-64 { - max-height: 16rem; - } - - .lg\:max-h-72 { - max-height: 18rem; - } - - .lg\:max-h-80 { - max-height: 20rem; - } - - .lg\:max-h-88 { - max-height: 22rem; - } - - .lg\:max-h-96 { - max-height: 24rem; - } - - .lg\:max-h-130 { - max-height: 560px; - } - - .lg\:max-h-px { - max-height: 1px; - } - - .lg\:max-h-0\.5 { - max-height: 0.125rem; - } - - .lg\:max-h-1\.5 { - max-height: 0.375rem; - } - - .lg\:max-h-2\.5 { - max-height: 0.625rem; - } - - .lg\:max-h-3\.5 { - max-height: 0.875rem; - } - - .lg\:max-h-full { - max-height: 100%; - } - - .lg\:max-h-screen { - max-height: 100vh; - } - - .lg\:max-w-0 { - max-width: 0rem; - } - - .lg\:max-w-none { - max-width: none; - } - - .lg\:max-w-xs { - max-width: 20rem; - } - - .lg\:max-w-sm { - max-width: 24rem; - } - - .lg\:max-w-md { - max-width: 28rem; - } - - .lg\:max-w-lg { - max-width: 32rem; - } - - .lg\:max-w-xl { - max-width: 36rem; - } - - .lg\:max-w-2xl { - max-width: 42rem; - } - - .lg\:max-w-3xl { - max-width: 48rem; - } - - .lg\:max-w-4xl { - max-width: 56rem; - } - - .lg\:max-w-5xl { - max-width: 64rem; - } - - .lg\:max-w-6xl { - max-width: 72rem; - } - - .lg\:max-w-7xl { - max-width: 80rem; - } - - .lg\:max-w-full { - max-width: 100%; - } - - .lg\:max-w-min { - max-width: -webkit-min-content; - max-width: -moz-min-content; - max-width: min-content; - } - - .lg\:max-w-max { - max-width: -webkit-max-content; - max-width: -moz-max-content; - max-width: max-content; - } - - .lg\:max-w-prose { - max-width: 65ch; - } - - .lg\:max-w-screen-sm { - max-width: 640px; - } - - .lg\:max-w-screen-md { - max-width: 768px; - } - - .lg\:max-w-screen-lg { - max-width: 1024px; - } - - .lg\:max-w-screen-xl { - max-width: 1280px; - } - - .lg\:max-w-screen-2xl { - max-width: 1536px; - } - - .lg\:max-w-screen-xxl { - max-width: 1440px; - } - - .lg\:min-h-0 { - min-height: 0px; - } - - .lg\:min-h-10 { - min-height: 2.5rem; - } - - .lg\:min-h-full { - min-height: 100%; - } - - .lg\:min-h-screen { - min-height: 100vh; - } - - .lg\:min-w-0 { - min-width: 0px; - } - - .lg\:min-w-full { - min-width: 100%; - } - - .lg\:min-w-min { - min-width: -webkit-min-content; - min-width: -moz-min-content; - min-width: min-content; - } - - .lg\:min-w-max { - min-width: -webkit-max-content; - min-width: -moz-max-content; - min-width: max-content; - } - - .lg\:object-contain { - -o-object-fit: contain; - object-fit: contain; - } - - .lg\:object-cover { - -o-object-fit: cover; - object-fit: cover; - } - - .lg\:object-fill { - -o-object-fit: fill; - object-fit: fill; - } - - .lg\:object-none { - -o-object-fit: none; - object-fit: none; - } - - .lg\:object-scale-down { - -o-object-fit: scale-down; - object-fit: scale-down; - } - - .lg\:object-bottom { - -o-object-position: bottom; - object-position: bottom; - } - - .lg\:object-center { - -o-object-position: center; - object-position: center; - } - - .lg\:object-left { - -o-object-position: left; - object-position: left; - } - - .lg\:object-left-bottom { - -o-object-position: left bottom; - object-position: left bottom; - } - - .lg\:object-left-top { - -o-object-position: left top; - object-position: left top; - } - - .lg\:object-right { - -o-object-position: right; - object-position: right; - } - - .lg\:object-right-bottom { - -o-object-position: right bottom; - object-position: right bottom; - } - - .lg\:object-right-top { - -o-object-position: right top; - object-position: right top; - } - - .lg\:object-top { - -o-object-position: top; - object-position: top; - } - - .lg\:opacity-0 { - opacity: 0; - } - - .lg\:opacity-5 { - opacity: 0.05; - } - - .lg\:opacity-10 { - opacity: 0.1; - } - - .lg\:opacity-20 { - opacity: 0.2; - } - - .lg\:opacity-25 { - opacity: 0.25; - } - - .lg\:opacity-30 { - opacity: 0.3; - } - - .lg\:opacity-40 { - opacity: 0.4; - } - - .lg\:opacity-50 { - opacity: 0.5; - } - - .lg\:opacity-60 { - opacity: 0.6; - } - - .lg\:opacity-70 { - opacity: 0.7; - } - - .lg\:opacity-75 { - opacity: 0.75; - } - - .lg\:opacity-80 { - opacity: 0.8; - } - - .lg\:opacity-90 { - opacity: 0.9; - } - - .lg\:opacity-95 { - opacity: 0.95; - } - - .lg\:opacity-100 { - opacity: 1; - } - - .group:hover .lg\:group-hover\:opacity-0 { - opacity: 0; - } - - .group:hover .lg\:group-hover\:opacity-5 { - opacity: 0.05; - } - - .group:hover .lg\:group-hover\:opacity-10 { - opacity: 0.1; - } - - .group:hover .lg\:group-hover\:opacity-20 { - opacity: 0.2; - } - - .group:hover .lg\:group-hover\:opacity-25 { - opacity: 0.25; - } - - .group:hover .lg\:group-hover\:opacity-30 { - opacity: 0.3; - } - - .group:hover .lg\:group-hover\:opacity-40 { - opacity: 0.4; - } - - .group:hover .lg\:group-hover\:opacity-50 { - opacity: 0.5; - } - - .group:hover .lg\:group-hover\:opacity-60 { - opacity: 0.6; - } - - .group:hover .lg\:group-hover\:opacity-70 { - opacity: 0.7; - } - - .group:hover .lg\:group-hover\:opacity-75 { - opacity: 0.75; - } - - .group:hover .lg\:group-hover\:opacity-80 { - opacity: 0.8; - } - - .group:hover .lg\:group-hover\:opacity-90 { - opacity: 0.9; - } - - .group:hover .lg\:group-hover\:opacity-95 { - opacity: 0.95; - } - - .group:hover .lg\:group-hover\:opacity-100 { - opacity: 1; - } - - .lg\:focus-within\:opacity-0:focus-within { - opacity: 0; - } - - .lg\:focus-within\:opacity-5:focus-within { - opacity: 0.05; - } - - .lg\:focus-within\:opacity-10:focus-within { - opacity: 0.1; - } - - .lg\:focus-within\:opacity-20:focus-within { - opacity: 0.2; - } - - .lg\:focus-within\:opacity-25:focus-within { - opacity: 0.25; - } - - .lg\:focus-within\:opacity-30:focus-within { - opacity: 0.3; - } - - .lg\:focus-within\:opacity-40:focus-within { - opacity: 0.4; - } - - .lg\:focus-within\:opacity-50:focus-within { - opacity: 0.5; - } - - .lg\:focus-within\:opacity-60:focus-within { - opacity: 0.6; - } - - .lg\:focus-within\:opacity-70:focus-within { - opacity: 0.7; - } - - .lg\:focus-within\:opacity-75:focus-within { - opacity: 0.75; - } - - .lg\:focus-within\:opacity-80:focus-within { - opacity: 0.8; - } - - .lg\:focus-within\:opacity-90:focus-within { - opacity: 0.9; - } - - .lg\:focus-within\:opacity-95:focus-within { - opacity: 0.95; - } - - .lg\:focus-within\:opacity-100:focus-within { - opacity: 1; - } - - .lg\:hover\:opacity-0:hover { - opacity: 0; - } - - .lg\:hover\:opacity-5:hover { - opacity: 0.05; - } - - .lg\:hover\:opacity-10:hover { - opacity: 0.1; - } - - .lg\:hover\:opacity-20:hover { - opacity: 0.2; - } - - .lg\:hover\:opacity-25:hover { - opacity: 0.25; - } - - .lg\:hover\:opacity-30:hover { - opacity: 0.3; - } - - .lg\:hover\:opacity-40:hover { - opacity: 0.4; - } - - .lg\:hover\:opacity-50:hover { - opacity: 0.5; - } - - .lg\:hover\:opacity-60:hover { - opacity: 0.6; - } - - .lg\:hover\:opacity-70:hover { - opacity: 0.7; - } - - .lg\:hover\:opacity-75:hover { - opacity: 0.75; - } - - .lg\:hover\:opacity-80:hover { - opacity: 0.8; - } - - .lg\:hover\:opacity-90:hover { - opacity: 0.9; - } - - .lg\:hover\:opacity-95:hover { - opacity: 0.95; - } - - .lg\:hover\:opacity-100:hover { - opacity: 1; - } - - .lg\:focus\:opacity-0:focus { - opacity: 0; - } - - .lg\:focus\:opacity-5:focus { - opacity: 0.05; - } - - .lg\:focus\:opacity-10:focus { - opacity: 0.1; - } - - .lg\:focus\:opacity-20:focus { - opacity: 0.2; - } - - .lg\:focus\:opacity-25:focus { - opacity: 0.25; - } - - .lg\:focus\:opacity-30:focus { - opacity: 0.3; - } - - .lg\:focus\:opacity-40:focus { - opacity: 0.4; - } - - .lg\:focus\:opacity-50:focus { - opacity: 0.5; - } - - .lg\:focus\:opacity-60:focus { - opacity: 0.6; - } - - .lg\:focus\:opacity-70:focus { - opacity: 0.7; - } - - .lg\:focus\:opacity-75:focus { - opacity: 0.75; - } - - .lg\:focus\:opacity-80:focus { - opacity: 0.8; - } - - .lg\:focus\:opacity-90:focus { - opacity: 0.9; - } - - .lg\:focus\:opacity-95:focus { - opacity: 0.95; - } - - .lg\:focus\:opacity-100:focus { - opacity: 1; - } - - .lg\:outline-none { - outline: 2px solid transparent; - outline-offset: 2px; - } - - .lg\:outline-white { - outline: 2px dotted white; - outline-offset: 2px; - } - - .lg\:outline-black { - outline: 2px dotted black; - outline-offset: 2px; - } - - .lg\:focus-within\:outline-none:focus-within { - outline: 2px solid transparent; - outline-offset: 2px; - } - - .lg\:focus-within\:outline-white:focus-within { - outline: 2px dotted white; - outline-offset: 2px; - } - - .lg\:focus-within\:outline-black:focus-within { - outline: 2px dotted black; - outline-offset: 2px; - } - - .lg\:focus\:outline-none:focus { - outline: 2px solid transparent; - outline-offset: 2px; - } - - .lg\:focus\:outline-white:focus { - outline: 2px dotted white; - outline-offset: 2px; - } - - .lg\:focus\:outline-black:focus { - outline: 2px dotted black; - outline-offset: 2px; - } - - .lg\:overflow-auto { - overflow: auto; - } - - .lg\:overflow-hidden { - overflow: hidden; - } - - .lg\:overflow-visible { - overflow: visible; - } - - .lg\:overflow-scroll { - overflow: scroll; - } - - .lg\:overflow-x-auto { - overflow-x: auto; - } - - .lg\:overflow-y-auto { - overflow-y: auto; - } - - .lg\:overflow-x-hidden { - overflow-x: hidden; - } - - .lg\:overflow-y-hidden { - overflow-y: hidden; - } - - .lg\:overflow-x-visible { - overflow-x: visible; - } - - .lg\:overflow-y-visible { - overflow-y: visible; - } - - .lg\:overflow-x-scroll { - overflow-x: scroll; - } - - .lg\:overflow-y-scroll { - overflow-y: scroll; - } - - .lg\:overscroll-auto { - -ms-scroll-chaining: chained; - overscroll-behavior: auto; - } - - .lg\:overscroll-contain { - -ms-scroll-chaining: none; - overscroll-behavior: contain; - } - - .lg\:overscroll-none { - -ms-scroll-chaining: none; - overscroll-behavior: none; - } - - .lg\:overscroll-y-auto { - overscroll-behavior-y: auto; - } - - .lg\:overscroll-y-contain { - overscroll-behavior-y: contain; - } - - .lg\:overscroll-y-none { - overscroll-behavior-y: none; - } - - .lg\:overscroll-x-auto { - overscroll-behavior-x: auto; - } - - .lg\:overscroll-x-contain { - overscroll-behavior-x: contain; - } - - .lg\:overscroll-x-none { - overscroll-behavior-x: none; - } - - .lg\:p-0 { - padding: 0px; - } - - .lg\:p-1 { - padding: 0.25rem; - } - - .lg\:p-2 { - padding: 0.5rem; - } - - .lg\:p-3 { - padding: 0.75rem; - } - - .lg\:p-4 { - padding: 1rem; - } - - .lg\:p-5 { - padding: 1.25rem; - } - - .lg\:p-6 { - padding: 1.5rem; - } - - .lg\:p-7 { - padding: 1.75rem; - } - - .lg\:p-8 { - padding: 2rem; - } - - .lg\:p-9 { - padding: 2.25rem; - } - - .lg\:p-10 { - padding: 2.5rem; - } - - .lg\:p-11 { - padding: 2.75rem; - } - - .lg\:p-12 { - padding: 3rem; - } - - .lg\:p-14 { - padding: 3.5rem; - } - - .lg\:p-16 { - padding: 4rem; - } - - .lg\:p-20 { - padding: 5rem; - } - - .lg\:p-22 { - padding: 5.625rem; - } - - .lg\:p-24 { - padding: 6rem; - } - - .lg\:p-28 { - padding: 7rem; - } - - .lg\:p-32 { - padding: 8rem; - } - - .lg\:p-36 { - padding: 9rem; - } - - .lg\:p-40 { - padding: 10rem; - } - - .lg\:p-44 { - padding: 11rem; - } - - .lg\:p-48 { - padding: 12rem; - } - - .lg\:p-52 { - padding: 13rem; - } - - .lg\:p-56 { - padding: 14rem; - } - - .lg\:p-60 { - padding: 240px; - } - - .lg\:p-64 { - padding: 16rem; - } - - .lg\:p-72 { - padding: 18rem; - } - - .lg\:p-80 { - padding: 20rem; - } - - .lg\:p-88 { - padding: 22rem; - } - - .lg\:p-96 { - padding: 24rem; - } - - .lg\:p-130 { - padding: 560px; - } - - .lg\:p-px { - padding: 1px; - } - - .lg\:p-0\.5 { - padding: 0.125rem; - } - - .lg\:p-1\.5 { - padding: 0.375rem; - } - - .lg\:p-2\.5 { - padding: 0.625rem; - } - - .lg\:p-3\.5 { - padding: 0.875rem; - } - - .lg\:py-0 { - padding-top: 0px; - padding-bottom: 0px; - } - - .lg\:px-0 { - padding-left: 0px; - padding-right: 0px; - } - - .lg\:py-1 { - padding-top: 0.25rem; - padding-bottom: 0.25rem; - } - - .lg\:px-1 { - padding-left: 0.25rem; - padding-right: 0.25rem; - } - - .lg\:py-2 { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - } - - .lg\:px-2 { - padding-left: 0.5rem; - padding-right: 0.5rem; - } - - .lg\:py-3 { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - } - - .lg\:px-3 { - padding-left: 0.75rem; - padding-right: 0.75rem; - } - - .lg\:py-4 { - padding-top: 1rem; - padding-bottom: 1rem; - } - - .lg\:px-4 { - padding-left: 1rem; - padding-right: 1rem; - } - - .lg\:py-5 { - padding-top: 1.25rem; - padding-bottom: 1.25rem; - } - - .lg\:px-5 { - padding-left: 1.25rem; - padding-right: 1.25rem; - } - - .lg\:py-6 { - padding-top: 1.5rem; - padding-bottom: 1.5rem; - } - - .lg\:px-6 { - padding-left: 1.5rem; - padding-right: 1.5rem; - } - - .lg\:py-7 { - padding-top: 1.75rem; - padding-bottom: 1.75rem; - } - - .lg\:px-7 { - padding-left: 1.75rem; - padding-right: 1.75rem; - } - - .lg\:py-8 { - padding-top: 2rem; - padding-bottom: 2rem; - } - - .lg\:px-8 { - padding-left: 2rem; - padding-right: 2rem; - } - - .lg\:py-9 { - padding-top: 2.25rem; - padding-bottom: 2.25rem; - } - - .lg\:px-9 { - padding-left: 2.25rem; - padding-right: 2.25rem; - } - - .lg\:py-10 { - padding-top: 2.5rem; - padding-bottom: 2.5rem; - } - - .lg\:px-10 { - padding-left: 2.5rem; - padding-right: 2.5rem; - } - - .lg\:py-11 { - padding-top: 2.75rem; - padding-bottom: 2.75rem; - } - - .lg\:px-11 { - padding-left: 2.75rem; - padding-right: 2.75rem; - } - - .lg\:py-12 { - padding-top: 3rem; - padding-bottom: 3rem; - } - - .lg\:px-12 { - padding-left: 3rem; - padding-right: 3rem; - } - - .lg\:py-14 { - padding-top: 3.5rem; - padding-bottom: 3.5rem; - } - - .lg\:px-14 { - padding-left: 3.5rem; - padding-right: 3.5rem; - } - - .lg\:py-16 { - padding-top: 4rem; - padding-bottom: 4rem; - } - - .lg\:px-16 { - padding-left: 4rem; - padding-right: 4rem; - } - - .lg\:py-20 { - padding-top: 5rem; - padding-bottom: 5rem; - } - - .lg\:px-20 { - padding-left: 5rem; - padding-right: 5rem; - } - - .lg\:py-22 { - padding-top: 5.625rem; - padding-bottom: 5.625rem; - } - - .lg\:px-22 { - padding-left: 5.625rem; - padding-right: 5.625rem; - } - - .lg\:py-24 { - padding-top: 6rem; - padding-bottom: 6rem; - } - - .lg\:px-24 { - padding-left: 6rem; - padding-right: 6rem; - } - - .lg\:py-28 { - padding-top: 7rem; - padding-bottom: 7rem; - } - - .lg\:px-28 { - padding-left: 7rem; - padding-right: 7rem; - } - - .lg\:py-32 { - padding-top: 8rem; - padding-bottom: 8rem; - } - - .lg\:px-32 { - padding-left: 8rem; - padding-right: 8rem; - } - - .lg\:py-36 { - padding-top: 9rem; - padding-bottom: 9rem; - } - - .lg\:px-36 { - padding-left: 9rem; - padding-right: 9rem; - } - - .lg\:py-40 { - padding-top: 10rem; - padding-bottom: 10rem; - } - - .lg\:px-40 { - padding-left: 10rem; - padding-right: 10rem; - } - - .lg\:py-44 { - padding-top: 11rem; - padding-bottom: 11rem; - } - - .lg\:px-44 { - padding-left: 11rem; - padding-right: 11rem; - } - - .lg\:py-48 { - padding-top: 12rem; - padding-bottom: 12rem; - } - - .lg\:px-48 { - padding-left: 12rem; - padding-right: 12rem; - } - - .lg\:py-52 { - padding-top: 13rem; - padding-bottom: 13rem; - } - - .lg\:px-52 { - padding-left: 13rem; - padding-right: 13rem; - } - - .lg\:py-56 { - padding-top: 14rem; - padding-bottom: 14rem; - } - - .lg\:px-56 { - padding-left: 14rem; - padding-right: 14rem; - } - - .lg\:py-60 { - padding-top: 240px; - padding-bottom: 240px; - } - - .lg\:px-60 { - padding-left: 240px; - padding-right: 240px; - } - - .lg\:py-64 { - padding-top: 16rem; - padding-bottom: 16rem; - } - - .lg\:px-64 { - padding-left: 16rem; - padding-right: 16rem; - } - - .lg\:py-72 { - padding-top: 18rem; - padding-bottom: 18rem; - } - - .lg\:px-72 { - padding-left: 18rem; - padding-right: 18rem; - } - - .lg\:py-80 { - padding-top: 20rem; - padding-bottom: 20rem; - } - - .lg\:px-80 { - padding-left: 20rem; - padding-right: 20rem; - } - - .lg\:py-88 { - padding-top: 22rem; - padding-bottom: 22rem; - } - - .lg\:px-88 { - padding-left: 22rem; - padding-right: 22rem; - } - - .lg\:py-96 { - padding-top: 24rem; - padding-bottom: 24rem; - } - - .lg\:px-96 { - padding-left: 24rem; - padding-right: 24rem; - } - - .lg\:py-130 { - padding-top: 560px; - padding-bottom: 560px; - } - - .lg\:px-130 { - padding-left: 560px; - padding-right: 560px; - } - - .lg\:py-px { - padding-top: 1px; - padding-bottom: 1px; - } - - .lg\:px-px { - padding-left: 1px; - padding-right: 1px; - } - - .lg\:py-0\.5 { - padding-top: 0.125rem; - padding-bottom: 0.125rem; - } - - .lg\:px-0\.5 { - padding-left: 0.125rem; - padding-right: 0.125rem; - } - - .lg\:py-1\.5 { - padding-top: 0.375rem; - padding-bottom: 0.375rem; - } - - .lg\:px-1\.5 { - padding-left: 0.375rem; - padding-right: 0.375rem; - } - - .lg\:py-2\.5 { - padding-top: 0.625rem; - padding-bottom: 0.625rem; - } - - .lg\:px-2\.5 { - padding-left: 0.625rem; - padding-right: 0.625rem; - } - - .lg\:py-3\.5 { - padding-top: 0.875rem; - padding-bottom: 0.875rem; - } - - .lg\:px-3\.5 { - padding-left: 0.875rem; - padding-right: 0.875rem; - } - - .lg\:pt-0 { - padding-top: 0px; - } - - .lg\:pr-0 { - padding-right: 0px; - } - - .lg\:pb-0 { - padding-bottom: 0px; - } - - .lg\:pl-0 { - padding-left: 0px; - } - - .lg\:pt-1 { - padding-top: 0.25rem; - } - - .lg\:pr-1 { - padding-right: 0.25rem; - } - - .lg\:pb-1 { - padding-bottom: 0.25rem; - } - - .lg\:pl-1 { - padding-left: 0.25rem; - } - - .lg\:pt-2 { - padding-top: 0.5rem; - } - - .lg\:pr-2 { - padding-right: 0.5rem; - } - - .lg\:pb-2 { - padding-bottom: 0.5rem; - } - - .lg\:pl-2 { - padding-left: 0.5rem; - } - - .lg\:pt-3 { - padding-top: 0.75rem; - } - - .lg\:pr-3 { - padding-right: 0.75rem; - } - - .lg\:pb-3 { - padding-bottom: 0.75rem; - } - - .lg\:pl-3 { - padding-left: 0.75rem; - } - - .lg\:pt-4 { - padding-top: 1rem; - } - - .lg\:pr-4 { - padding-right: 1rem; - } - - .lg\:pb-4 { - padding-bottom: 1rem; - } - - .lg\:pl-4 { - padding-left: 1rem; - } - - .lg\:pt-5 { - padding-top: 1.25rem; - } - - .lg\:pr-5 { - padding-right: 1.25rem; - } - - .lg\:pb-5 { - padding-bottom: 1.25rem; - } - - .lg\:pl-5 { - padding-left: 1.25rem; - } - - .lg\:pt-6 { - padding-top: 1.5rem; - } - - .lg\:pr-6 { - padding-right: 1.5rem; - } - - .lg\:pb-6 { - padding-bottom: 1.5rem; - } - - .lg\:pl-6 { - padding-left: 1.5rem; - } - - .lg\:pt-7 { - padding-top: 1.75rem; - } - - .lg\:pr-7 { - padding-right: 1.75rem; - } - - .lg\:pb-7 { - padding-bottom: 1.75rem; - } - - .lg\:pl-7 { - padding-left: 1.75rem; - } - - .lg\:pt-8 { - padding-top: 2rem; - } - - .lg\:pr-8 { - padding-right: 2rem; - } - - .lg\:pb-8 { - padding-bottom: 2rem; - } - - .lg\:pl-8 { - padding-left: 2rem; - } - - .lg\:pt-9 { - padding-top: 2.25rem; - } - - .lg\:pr-9 { - padding-right: 2.25rem; - } - - .lg\:pb-9 { - padding-bottom: 2.25rem; - } - - .lg\:pl-9 { - padding-left: 2.25rem; - } - - .lg\:pt-10 { - padding-top: 2.5rem; - } - - .lg\:pr-10 { - padding-right: 2.5rem; - } - - .lg\:pb-10 { - padding-bottom: 2.5rem; - } - - .lg\:pl-10 { - padding-left: 2.5rem; - } - - .lg\:pt-11 { - padding-top: 2.75rem; - } - - .lg\:pr-11 { - padding-right: 2.75rem; - } - - .lg\:pb-11 { - padding-bottom: 2.75rem; - } - - .lg\:pl-11 { - padding-left: 2.75rem; - } - - .lg\:pt-12 { - padding-top: 3rem; - } - - .lg\:pr-12 { - padding-right: 3rem; - } - - .lg\:pb-12 { - padding-bottom: 3rem; - } - - .lg\:pl-12 { - padding-left: 3rem; - } - - .lg\:pt-14 { - padding-top: 3.5rem; - } - - .lg\:pr-14 { - padding-right: 3.5rem; - } - - .lg\:pb-14 { - padding-bottom: 3.5rem; - } - - .lg\:pl-14 { - padding-left: 3.5rem; - } - - .lg\:pt-16 { - padding-top: 4rem; - } - - .lg\:pr-16 { - padding-right: 4rem; - } - - .lg\:pb-16 { - padding-bottom: 4rem; - } - - .lg\:pl-16 { - padding-left: 4rem; - } - - .lg\:pt-20 { - padding-top: 5rem; - } - - .lg\:pr-20 { - padding-right: 5rem; - } - - .lg\:pb-20 { - padding-bottom: 5rem; - } - - .lg\:pl-20 { - padding-left: 5rem; - } - - .lg\:pt-22 { - padding-top: 5.625rem; - } - - .lg\:pr-22 { - padding-right: 5.625rem; - } - - .lg\:pb-22 { - padding-bottom: 5.625rem; - } - - .lg\:pl-22 { - padding-left: 5.625rem; - } - - .lg\:pt-24 { - padding-top: 6rem; - } - - .lg\:pr-24 { - padding-right: 6rem; - } - - .lg\:pb-24 { - padding-bottom: 6rem; - } - - .lg\:pl-24 { - padding-left: 6rem; - } - - .lg\:pt-28 { - padding-top: 7rem; - } - - .lg\:pr-28 { - padding-right: 7rem; - } - - .lg\:pb-28 { - padding-bottom: 7rem; - } - - .lg\:pl-28 { - padding-left: 7rem; - } - - .lg\:pt-32 { - padding-top: 8rem; - } - - .lg\:pr-32 { - padding-right: 8rem; - } - - .lg\:pb-32 { - padding-bottom: 8rem; - } - - .lg\:pl-32 { - padding-left: 8rem; - } - - .lg\:pt-36 { - padding-top: 9rem; - } - - .lg\:pr-36 { - padding-right: 9rem; - } - - .lg\:pb-36 { - padding-bottom: 9rem; - } - - .lg\:pl-36 { - padding-left: 9rem; - } - - .lg\:pt-40 { - padding-top: 10rem; - } - - .lg\:pr-40 { - padding-right: 10rem; - } - - .lg\:pb-40 { - padding-bottom: 10rem; - } - - .lg\:pl-40 { - padding-left: 10rem; - } - - .lg\:pt-44 { - padding-top: 11rem; - } - - .lg\:pr-44 { - padding-right: 11rem; - } - - .lg\:pb-44 { - padding-bottom: 11rem; - } - - .lg\:pl-44 { - padding-left: 11rem; - } - - .lg\:pt-48 { - padding-top: 12rem; - } - - .lg\:pr-48 { - padding-right: 12rem; - } - - .lg\:pb-48 { - padding-bottom: 12rem; - } - - .lg\:pl-48 { - padding-left: 12rem; - } - - .lg\:pt-52 { - padding-top: 13rem; - } - - .lg\:pr-52 { - padding-right: 13rem; - } - - .lg\:pb-52 { - padding-bottom: 13rem; - } - - .lg\:pl-52 { - padding-left: 13rem; - } - - .lg\:pt-56 { - padding-top: 14rem; - } - - .lg\:pr-56 { - padding-right: 14rem; - } - - .lg\:pb-56 { - padding-bottom: 14rem; - } - - .lg\:pl-56 { - padding-left: 14rem; - } - - .lg\:pt-60 { - padding-top: 240px; - } - - .lg\:pr-60 { - padding-right: 240px; - } - - .lg\:pb-60 { - padding-bottom: 240px; - } - - .lg\:pl-60 { - padding-left: 240px; - } - - .lg\:pt-64 { - padding-top: 16rem; - } - - .lg\:pr-64 { - padding-right: 16rem; - } - - .lg\:pb-64 { - padding-bottom: 16rem; - } - - .lg\:pl-64 { - padding-left: 16rem; - } - - .lg\:pt-72 { - padding-top: 18rem; - } - - .lg\:pr-72 { - padding-right: 18rem; - } - - .lg\:pb-72 { - padding-bottom: 18rem; - } - - .lg\:pl-72 { - padding-left: 18rem; - } - - .lg\:pt-80 { - padding-top: 20rem; - } - - .lg\:pr-80 { - padding-right: 20rem; - } - - .lg\:pb-80 { - padding-bottom: 20rem; - } - - .lg\:pl-80 { - padding-left: 20rem; - } - - .lg\:pt-88 { - padding-top: 22rem; - } - - .lg\:pr-88 { - padding-right: 22rem; - } - - .lg\:pb-88 { - padding-bottom: 22rem; - } - - .lg\:pl-88 { - padding-left: 22rem; - } - - .lg\:pt-96 { - padding-top: 24rem; - } - - .lg\:pr-96 { - padding-right: 24rem; - } - - .lg\:pb-96 { - padding-bottom: 24rem; - } - - .lg\:pl-96 { - padding-left: 24rem; - } - - .lg\:pt-130 { - padding-top: 560px; - } - - .lg\:pr-130 { - padding-right: 560px; - } - - .lg\:pb-130 { - padding-bottom: 560px; - } - - .lg\:pl-130 { - padding-left: 560px; - } - - .lg\:pt-px { - padding-top: 1px; - } - - .lg\:pr-px { - padding-right: 1px; - } - - .lg\:pb-px { - padding-bottom: 1px; - } - - .lg\:pl-px { - padding-left: 1px; - } - - .lg\:pt-0\.5 { - padding-top: 0.125rem; - } - - .lg\:pr-0\.5 { - padding-right: 0.125rem; - } - - .lg\:pb-0\.5 { - padding-bottom: 0.125rem; - } - - .lg\:pl-0\.5 { - padding-left: 0.125rem; - } - - .lg\:pt-1\.5 { - padding-top: 0.375rem; - } - - .lg\:pr-1\.5 { - padding-right: 0.375rem; - } - - .lg\:pb-1\.5 { - padding-bottom: 0.375rem; - } - - .lg\:pl-1\.5 { - padding-left: 0.375rem; - } - - .lg\:pt-2\.5 { - padding-top: 0.625rem; - } - - .lg\:pr-2\.5 { - padding-right: 0.625rem; - } - - .lg\:pb-2\.5 { - padding-bottom: 0.625rem; - } - - .lg\:pl-2\.5 { - padding-left: 0.625rem; - } - - .lg\:pt-3\.5 { - padding-top: 0.875rem; - } - - .lg\:pr-3\.5 { - padding-right: 0.875rem; - } - - .lg\:pb-3\.5 { - padding-bottom: 0.875rem; - } - - .lg\:pl-3\.5 { - padding-left: 0.875rem; - } - - .lg\:placeholder-transparent::-moz-placeholder { - color: transparent; - } - - .lg\:placeholder-transparent:-ms-input-placeholder { - color: transparent; - } - - .lg\:placeholder-transparent::placeholder { - color: transparent; - } - - .lg\:placeholder-current::-moz-placeholder { - color: currentColor; - } - - .lg\:placeholder-current:-ms-input-placeholder { - color: currentColor; - } - - .lg\:placeholder-current::placeholder { - color: currentColor; - } - - .lg\:placeholder-black::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-black:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-black::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-white::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-white:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-white::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-red-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-yellow-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-green-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-blue-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-danger::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-danger:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-danger::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-success::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-success:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-success::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-warning::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-warning:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-warning::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-info::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-info:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-info::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-transparent:focus::-moz-placeholder { - color: transparent; - } - - .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder { - color: transparent; - } - - .lg\:focus\:placeholder-transparent:focus::placeholder { - color: transparent; - } - - .lg\:focus\:placeholder-current:focus::-moz-placeholder { - color: currentColor; - } - - .lg\:focus\:placeholder-current:focus:-ms-input-placeholder { - color: currentColor; - } - - .lg\:focus\:placeholder-current:focus::placeholder { - color: currentColor; - } - - .lg\:focus\:placeholder-black:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-black:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-black:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-white:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-white:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-white:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-red-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-yellow-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-green-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-blue-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-danger:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-danger:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-danger:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-success:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-success:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-success:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-warning:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-warning:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-warning:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-info:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-info:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-info:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-opacity-0::-moz-placeholder { - --tw-placeholder-opacity: 0; - } - - .lg\:placeholder-opacity-0:-ms-input-placeholder { - --tw-placeholder-opacity: 0; - } - - .lg\:placeholder-opacity-0::placeholder { - --tw-placeholder-opacity: 0; - } - - .lg\:placeholder-opacity-5::-moz-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .lg\:placeholder-opacity-5:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .lg\:placeholder-opacity-5::placeholder { - --tw-placeholder-opacity: 0.05; - } - - .lg\:placeholder-opacity-10::-moz-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .lg\:placeholder-opacity-10:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .lg\:placeholder-opacity-10::placeholder { - --tw-placeholder-opacity: 0.1; - } - - .lg\:placeholder-opacity-20::-moz-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .lg\:placeholder-opacity-20:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .lg\:placeholder-opacity-20::placeholder { - --tw-placeholder-opacity: 0.2; - } - - .lg\:placeholder-opacity-25::-moz-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .lg\:placeholder-opacity-25:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .lg\:placeholder-opacity-25::placeholder { - --tw-placeholder-opacity: 0.25; - } - - .lg\:placeholder-opacity-30::-moz-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .lg\:placeholder-opacity-30:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .lg\:placeholder-opacity-30::placeholder { - --tw-placeholder-opacity: 0.3; - } - - .lg\:placeholder-opacity-40::-moz-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .lg\:placeholder-opacity-40:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .lg\:placeholder-opacity-40::placeholder { - --tw-placeholder-opacity: 0.4; - } - - .lg\:placeholder-opacity-50::-moz-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .lg\:placeholder-opacity-50:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .lg\:placeholder-opacity-50::placeholder { - --tw-placeholder-opacity: 0.5; - } - - .lg\:placeholder-opacity-60::-moz-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .lg\:placeholder-opacity-60:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .lg\:placeholder-opacity-60::placeholder { - --tw-placeholder-opacity: 0.6; - } - - .lg\:placeholder-opacity-70::-moz-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .lg\:placeholder-opacity-70:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .lg\:placeholder-opacity-70::placeholder { - --tw-placeholder-opacity: 0.7; - } - - .lg\:placeholder-opacity-75::-moz-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .lg\:placeholder-opacity-75:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .lg\:placeholder-opacity-75::placeholder { - --tw-placeholder-opacity: 0.75; - } - - .lg\:placeholder-opacity-80::-moz-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .lg\:placeholder-opacity-80:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .lg\:placeholder-opacity-80::placeholder { - --tw-placeholder-opacity: 0.8; - } - - .lg\:placeholder-opacity-90::-moz-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .lg\:placeholder-opacity-90:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .lg\:placeholder-opacity-90::placeholder { - --tw-placeholder-opacity: 0.9; - } - - .lg\:placeholder-opacity-95::-moz-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .lg\:placeholder-opacity-95:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .lg\:placeholder-opacity-95::placeholder { - --tw-placeholder-opacity: 0.95; - } - - .lg\:placeholder-opacity-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - } - - .lg\:placeholder-opacity-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - } - - .lg\:placeholder-opacity-100::placeholder { - --tw-placeholder-opacity: 1; - } - - .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder { - --tw-placeholder-opacity: 0; - } - - .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0; - } - - .lg\:focus\:placeholder-opacity-0:focus::placeholder { - --tw-placeholder-opacity: 0; - } - - .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .lg\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .lg\:focus\:placeholder-opacity-5:focus::placeholder { - --tw-placeholder-opacity: 0.05; - } - - .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .lg\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .lg\:focus\:placeholder-opacity-10:focus::placeholder { - --tw-placeholder-opacity: 0.1; - } - - .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .lg\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .lg\:focus\:placeholder-opacity-20:focus::placeholder { - --tw-placeholder-opacity: 0.2; - } - - .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .lg\:focus\:placeholder-opacity-25:focus::placeholder { - --tw-placeholder-opacity: 0.25; - } - - .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .lg\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .lg\:focus\:placeholder-opacity-30:focus::placeholder { - --tw-placeholder-opacity: 0.3; - } - - .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .lg\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .lg\:focus\:placeholder-opacity-40:focus::placeholder { - --tw-placeholder-opacity: 0.4; - } - - .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .lg\:focus\:placeholder-opacity-50:focus::placeholder { - --tw-placeholder-opacity: 0.5; - } - - .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .lg\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .lg\:focus\:placeholder-opacity-60:focus::placeholder { - --tw-placeholder-opacity: 0.6; - } - - .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .lg\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .lg\:focus\:placeholder-opacity-70:focus::placeholder { - --tw-placeholder-opacity: 0.7; - } - - .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .lg\:focus\:placeholder-opacity-75:focus::placeholder { - --tw-placeholder-opacity: 0.75; - } - - .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .lg\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .lg\:focus\:placeholder-opacity-80:focus::placeholder { - --tw-placeholder-opacity: 0.8; - } - - .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .lg\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .lg\:focus\:placeholder-opacity-90:focus::placeholder { - --tw-placeholder-opacity: 0.9; - } - - .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .lg\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .lg\:focus\:placeholder-opacity-95:focus::placeholder { - --tw-placeholder-opacity: 0.95; - } - - .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - } - - .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - } - - .lg\:focus\:placeholder-opacity-100:focus::placeholder { - --tw-placeholder-opacity: 1; - } - - .lg\:pointer-events-none { - pointer-events: none; - } - - .lg\:pointer-events-auto { - pointer-events: auto; - } - - .lg\:static { - position: static; - } - - .lg\:fixed { - position: fixed; - } - - .lg\:absolute { - position: absolute; - } - - .lg\:relative { - position: relative; - } - - .lg\:sticky { - position: -webkit-sticky; - position: sticky; - } - - .lg\:inset-0 { - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - } - - .lg\:inset-1 { - top: 0.25rem; - right: 0.25rem; - bottom: 0.25rem; - left: 0.25rem; - } - - .lg\:inset-2 { - top: 0.5rem; - right: 0.5rem; - bottom: 0.5rem; - left: 0.5rem; - } - - .lg\:inset-3 { - top: 0.75rem; - right: 0.75rem; - bottom: 0.75rem; - left: 0.75rem; - } - - .lg\:inset-4 { - top: 1rem; - right: 1rem; - bottom: 1rem; - left: 1rem; - } - - .lg\:inset-5 { - top: 1.25rem; - right: 1.25rem; - bottom: 1.25rem; - left: 1.25rem; - } - - .lg\:inset-6 { - top: 1.5rem; - right: 1.5rem; - bottom: 1.5rem; - left: 1.5rem; - } - - .lg\:inset-7 { - top: 1.75rem; - right: 1.75rem; - bottom: 1.75rem; - left: 1.75rem; - } - - .lg\:inset-8 { - top: 2rem; - right: 2rem; - bottom: 2rem; - left: 2rem; - } - - .lg\:inset-9 { - top: 2.25rem; - right: 2.25rem; - bottom: 2.25rem; - left: 2.25rem; - } - - .lg\:inset-10 { - top: 2.5rem; - right: 2.5rem; - bottom: 2.5rem; - left: 2.5rem; - } - - .lg\:inset-11 { - top: 2.75rem; - right: 2.75rem; - bottom: 2.75rem; - left: 2.75rem; - } - - .lg\:inset-12 { - top: 3rem; - right: 3rem; - bottom: 3rem; - left: 3rem; - } - - .lg\:inset-14 { - top: 3.5rem; - right: 3.5rem; - bottom: 3.5rem; - left: 3.5rem; - } - - .lg\:inset-16 { - top: 4rem; - right: 4rem; - bottom: 4rem; - left: 4rem; - } - - .lg\:inset-20 { - top: 5rem; - right: 5rem; - bottom: 5rem; - left: 5rem; - } - - .lg\:inset-22 { - top: 5.625rem; - right: 5.625rem; - bottom: 5.625rem; - left: 5.625rem; - } - - .lg\:inset-24 { - top: 6rem; - right: 6rem; - bottom: 6rem; - left: 6rem; - } - - .lg\:inset-28 { - top: 7rem; - right: 7rem; - bottom: 7rem; - left: 7rem; - } - - .lg\:inset-32 { - top: 8rem; - right: 8rem; - bottom: 8rem; - left: 8rem; - } - - .lg\:inset-36 { - top: 9rem; - right: 9rem; - bottom: 9rem; - left: 9rem; - } - - .lg\:inset-40 { - top: 10rem; - right: 10rem; - bottom: 10rem; - left: 10rem; - } - - .lg\:inset-44 { - top: 11rem; - right: 11rem; - bottom: 11rem; - left: 11rem; - } - - .lg\:inset-48 { - top: 12rem; - right: 12rem; - bottom: 12rem; - left: 12rem; - } - - .lg\:inset-52 { - top: 13rem; - right: 13rem; - bottom: 13rem; - left: 13rem; - } - - .lg\:inset-56 { - top: 14rem; - right: 14rem; - bottom: 14rem; - left: 14rem; - } - - .lg\:inset-60 { - top: 240px; - right: 240px; - bottom: 240px; - left: 240px; - } - - .lg\:inset-64 { - top: 16rem; - right: 16rem; - bottom: 16rem; - left: 16rem; - } - - .lg\:inset-72 { - top: 18rem; - right: 18rem; - bottom: 18rem; - left: 18rem; - } - - .lg\:inset-80 { - top: 20rem; - right: 20rem; - bottom: 20rem; - left: 20rem; - } - - .lg\:inset-88 { - top: 22rem; - right: 22rem; - bottom: 22rem; - left: 22rem; - } - - .lg\:inset-96 { - top: 24rem; - right: 24rem; - bottom: 24rem; - left: 24rem; - } - - .lg\:inset-130 { - top: 560px; - right: 560px; - bottom: 560px; - left: 560px; - } - - .lg\:inset-auto { - top: auto; - right: auto; - bottom: auto; - left: auto; - } - - .lg\:inset-px { - top: 1px; - right: 1px; - bottom: 1px; - left: 1px; - } - - .lg\:inset-0\.5 { - top: 0.125rem; - right: 0.125rem; - bottom: 0.125rem; - left: 0.125rem; - } - - .lg\:inset-1\.5 { - top: 0.375rem; - right: 0.375rem; - bottom: 0.375rem; - left: 0.375rem; - } - - .lg\:inset-2\.5 { - top: 0.625rem; - right: 0.625rem; - bottom: 0.625rem; - left: 0.625rem; - } - - .lg\:inset-3\.5 { - top: 0.875rem; - right: 0.875rem; - bottom: 0.875rem; - left: 0.875rem; - } - - .lg\:-inset-0 { - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - } - - .lg\:-inset-1 { - top: -0.25rem; - right: -0.25rem; - bottom: -0.25rem; - left: -0.25rem; - } - - .lg\:-inset-2 { - top: -0.5rem; - right: -0.5rem; - bottom: -0.5rem; - left: -0.5rem; - } - - .lg\:-inset-3 { - top: -0.75rem; - right: -0.75rem; - bottom: -0.75rem; - left: -0.75rem; - } - - .lg\:-inset-4 { - top: -1rem; - right: -1rem; - bottom: -1rem; - left: -1rem; - } - - .lg\:-inset-5 { - top: -1.25rem; - right: -1.25rem; - bottom: -1.25rem; - left: -1.25rem; - } - - .lg\:-inset-6 { - top: -1.5rem; - right: -1.5rem; - bottom: -1.5rem; - left: -1.5rem; - } - - .lg\:-inset-7 { - top: -1.75rem; - right: -1.75rem; - bottom: -1.75rem; - left: -1.75rem; - } - - .lg\:-inset-8 { - top: -2rem; - right: -2rem; - bottom: -2rem; - left: -2rem; - } - - .lg\:-inset-9 { - top: -2.25rem; - right: -2.25rem; - bottom: -2.25rem; - left: -2.25rem; - } - - .lg\:-inset-10 { - top: -2.5rem; - right: -2.5rem; - bottom: -2.5rem; - left: -2.5rem; - } - - .lg\:-inset-11 { - top: -2.75rem; - right: -2.75rem; - bottom: -2.75rem; - left: -2.75rem; - } - - .lg\:-inset-12 { - top: -3rem; - right: -3rem; - bottom: -3rem; - left: -3rem; - } - - .lg\:-inset-14 { - top: -3.5rem; - right: -3.5rem; - bottom: -3.5rem; - left: -3.5rem; - } - - .lg\:-inset-16 { - top: -4rem; - right: -4rem; - bottom: -4rem; - left: -4rem; - } - - .lg\:-inset-20 { - top: -5rem; - right: -5rem; - bottom: -5rem; - left: -5rem; - } - - .lg\:-inset-22 { - top: -5.625rem; - right: -5.625rem; - bottom: -5.625rem; - left: -5.625rem; - } - - .lg\:-inset-24 { - top: -6rem; - right: -6rem; - bottom: -6rem; - left: -6rem; - } - - .lg\:-inset-28 { - top: -7rem; - right: -7rem; - bottom: -7rem; - left: -7rem; - } - - .lg\:-inset-32 { - top: -8rem; - right: -8rem; - bottom: -8rem; - left: -8rem; - } - - .lg\:-inset-36 { - top: -9rem; - right: -9rem; - bottom: -9rem; - left: -9rem; - } - - .lg\:-inset-40 { - top: -10rem; - right: -10rem; - bottom: -10rem; - left: -10rem; - } - - .lg\:-inset-44 { - top: -11rem; - right: -11rem; - bottom: -11rem; - left: -11rem; - } - - .lg\:-inset-48 { - top: -12rem; - right: -12rem; - bottom: -12rem; - left: -12rem; - } - - .lg\:-inset-52 { - top: -13rem; - right: -13rem; - bottom: -13rem; - left: -13rem; - } - - .lg\:-inset-56 { - top: -14rem; - right: -14rem; - bottom: -14rem; - left: -14rem; - } - - .lg\:-inset-60 { - top: -240px; - right: -240px; - bottom: -240px; - left: -240px; - } - - .lg\:-inset-64 { - top: -16rem; - right: -16rem; - bottom: -16rem; - left: -16rem; - } - - .lg\:-inset-72 { - top: -18rem; - right: -18rem; - bottom: -18rem; - left: -18rem; - } - - .lg\:-inset-80 { - top: -20rem; - right: -20rem; - bottom: -20rem; - left: -20rem; - } - - .lg\:-inset-88 { - top: -22rem; - right: -22rem; - bottom: -22rem; - left: -22rem; - } - - .lg\:-inset-96 { - top: -24rem; - right: -24rem; - bottom: -24rem; - left: -24rem; - } - - .lg\:-inset-130 { - top: -560px; - right: -560px; - bottom: -560px; - left: -560px; - } - - .lg\:-inset-px { - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; - } - - .lg\:-inset-0\.5 { - top: -0.125rem; - right: -0.125rem; - bottom: -0.125rem; - left: -0.125rem; - } - - .lg\:-inset-1\.5 { - top: -0.375rem; - right: -0.375rem; - bottom: -0.375rem; - left: -0.375rem; - } - - .lg\:-inset-2\.5 { - top: -0.625rem; - right: -0.625rem; - bottom: -0.625rem; - left: -0.625rem; - } - - .lg\:-inset-3\.5 { - top: -0.875rem; - right: -0.875rem; - bottom: -0.875rem; - left: -0.875rem; - } - - .lg\:inset-1\/2 { - top: 50%; - right: 50%; - bottom: 50%; - left: 50%; - } - - .lg\:inset-1\/3 { - top: 33.333333%; - right: 33.333333%; - bottom: 33.333333%; - left: 33.333333%; - } - - .lg\:inset-2\/3 { - top: 66.666667%; - right: 66.666667%; - bottom: 66.666667%; - left: 66.666667%; - } - - .lg\:inset-1\/4 { - top: 25%; - right: 25%; - bottom: 25%; - left: 25%; - } - - .lg\:inset-2\/4 { - top: 50%; - right: 50%; - bottom: 50%; - left: 50%; - } - - .lg\:inset-3\/4 { - top: 75%; - right: 75%; - bottom: 75%; - left: 75%; - } - - .lg\:inset-full { - top: 100%; - right: 100%; - bottom: 100%; - left: 100%; - } - - .lg\:-inset-1\/2 { - top: -50%; - right: -50%; - bottom: -50%; - left: -50%; - } - - .lg\:-inset-1\/3 { - top: -33.333333%; - right: -33.333333%; - bottom: -33.333333%; - left: -33.333333%; - } - - .lg\:-inset-2\/3 { - top: -66.666667%; - right: -66.666667%; - bottom: -66.666667%; - left: -66.666667%; - } - - .lg\:-inset-1\/4 { - top: -25%; - right: -25%; - bottom: -25%; - left: -25%; - } - - .lg\:-inset-2\/4 { - top: -50%; - right: -50%; - bottom: -50%; - left: -50%; - } - - .lg\:-inset-3\/4 { - top: -75%; - right: -75%; - bottom: -75%; - left: -75%; - } - - .lg\:-inset-full { - top: -100%; - right: -100%; - bottom: -100%; - left: -100%; - } - - .lg\:inset-y-0 { - top: 0px; - bottom: 0px; - } - - .lg\:inset-x-0 { - right: 0px; - left: 0px; - } - - .lg\:inset-y-1 { - top: 0.25rem; - bottom: 0.25rem; - } - - .lg\:inset-x-1 { - right: 0.25rem; - left: 0.25rem; - } - - .lg\:inset-y-2 { - top: 0.5rem; - bottom: 0.5rem; - } - - .lg\:inset-x-2 { - right: 0.5rem; - left: 0.5rem; - } - - .lg\:inset-y-3 { - top: 0.75rem; - bottom: 0.75rem; - } - - .lg\:inset-x-3 { - right: 0.75rem; - left: 0.75rem; - } - - .lg\:inset-y-4 { - top: 1rem; - bottom: 1rem; - } - - .lg\:inset-x-4 { - right: 1rem; - left: 1rem; - } - - .lg\:inset-y-5 { - top: 1.25rem; - bottom: 1.25rem; - } - - .lg\:inset-x-5 { - right: 1.25rem; - left: 1.25rem; - } - - .lg\:inset-y-6 { - top: 1.5rem; - bottom: 1.5rem; - } - - .lg\:inset-x-6 { - right: 1.5rem; - left: 1.5rem; - } - - .lg\:inset-y-7 { - top: 1.75rem; - bottom: 1.75rem; - } - - .lg\:inset-x-7 { - right: 1.75rem; - left: 1.75rem; - } - - .lg\:inset-y-8 { - top: 2rem; - bottom: 2rem; - } - - .lg\:inset-x-8 { - right: 2rem; - left: 2rem; - } - - .lg\:inset-y-9 { - top: 2.25rem; - bottom: 2.25rem; - } - - .lg\:inset-x-9 { - right: 2.25rem; - left: 2.25rem; - } - - .lg\:inset-y-10 { - top: 2.5rem; - bottom: 2.5rem; - } - - .lg\:inset-x-10 { - right: 2.5rem; - left: 2.5rem; - } - - .lg\:inset-y-11 { - top: 2.75rem; - bottom: 2.75rem; - } - - .lg\:inset-x-11 { - right: 2.75rem; - left: 2.75rem; - } - - .lg\:inset-y-12 { - top: 3rem; - bottom: 3rem; - } - - .lg\:inset-x-12 { - right: 3rem; - left: 3rem; - } - - .lg\:inset-y-14 { - top: 3.5rem; - bottom: 3.5rem; - } - - .lg\:inset-x-14 { - right: 3.5rem; - left: 3.5rem; - } - - .lg\:inset-y-16 { - top: 4rem; - bottom: 4rem; - } - - .lg\:inset-x-16 { - right: 4rem; - left: 4rem; - } - - .lg\:inset-y-20 { - top: 5rem; - bottom: 5rem; - } - - .lg\:inset-x-20 { - right: 5rem; - left: 5rem; - } - - .lg\:inset-y-22 { - top: 5.625rem; - bottom: 5.625rem; - } - - .lg\:inset-x-22 { - right: 5.625rem; - left: 5.625rem; - } - - .lg\:inset-y-24 { - top: 6rem; - bottom: 6rem; - } - - .lg\:inset-x-24 { - right: 6rem; - left: 6rem; - } - - .lg\:inset-y-28 { - top: 7rem; - bottom: 7rem; - } - - .lg\:inset-x-28 { - right: 7rem; - left: 7rem; - } - - .lg\:inset-y-32 { - top: 8rem; - bottom: 8rem; - } - - .lg\:inset-x-32 { - right: 8rem; - left: 8rem; - } - - .lg\:inset-y-36 { - top: 9rem; - bottom: 9rem; - } - - .lg\:inset-x-36 { - right: 9rem; - left: 9rem; - } - - .lg\:inset-y-40 { - top: 10rem; - bottom: 10rem; - } - - .lg\:inset-x-40 { - right: 10rem; - left: 10rem; - } - - .lg\:inset-y-44 { - top: 11rem; - bottom: 11rem; - } - - .lg\:inset-x-44 { - right: 11rem; - left: 11rem; - } - - .lg\:inset-y-48 { - top: 12rem; - bottom: 12rem; - } - - .lg\:inset-x-48 { - right: 12rem; - left: 12rem; - } - - .lg\:inset-y-52 { - top: 13rem; - bottom: 13rem; - } - - .lg\:inset-x-52 { - right: 13rem; - left: 13rem; - } - - .lg\:inset-y-56 { - top: 14rem; - bottom: 14rem; - } - - .lg\:inset-x-56 { - right: 14rem; - left: 14rem; - } - - .lg\:inset-y-60 { - top: 240px; - bottom: 240px; - } - - .lg\:inset-x-60 { - right: 240px; - left: 240px; - } - - .lg\:inset-y-64 { - top: 16rem; - bottom: 16rem; - } - - .lg\:inset-x-64 { - right: 16rem; - left: 16rem; - } - - .lg\:inset-y-72 { - top: 18rem; - bottom: 18rem; - } - - .lg\:inset-x-72 { - right: 18rem; - left: 18rem; - } - - .lg\:inset-y-80 { - top: 20rem; - bottom: 20rem; - } - - .lg\:inset-x-80 { - right: 20rem; - left: 20rem; - } - - .lg\:inset-y-88 { - top: 22rem; - bottom: 22rem; - } - - .lg\:inset-x-88 { - right: 22rem; - left: 22rem; - } - - .lg\:inset-y-96 { - top: 24rem; - bottom: 24rem; - } - - .lg\:inset-x-96 { - right: 24rem; - left: 24rem; - } - - .lg\:inset-y-130 { - top: 560px; - bottom: 560px; - } - - .lg\:inset-x-130 { - right: 560px; - left: 560px; - } - - .lg\:inset-y-auto { - top: auto; - bottom: auto; - } - - .lg\:inset-x-auto { - right: auto; - left: auto; - } - - .lg\:inset-y-px { - top: 1px; - bottom: 1px; - } - - .lg\:inset-x-px { - right: 1px; - left: 1px; - } - - .lg\:inset-y-0\.5 { - top: 0.125rem; - bottom: 0.125rem; - } - - .lg\:inset-x-0\.5 { - right: 0.125rem; - left: 0.125rem; - } - - .lg\:inset-y-1\.5 { - top: 0.375rem; - bottom: 0.375rem; - } - - .lg\:inset-x-1\.5 { - right: 0.375rem; - left: 0.375rem; - } - - .lg\:inset-y-2\.5 { - top: 0.625rem; - bottom: 0.625rem; - } - - .lg\:inset-x-2\.5 { - right: 0.625rem; - left: 0.625rem; - } - - .lg\:inset-y-3\.5 { - top: 0.875rem; - bottom: 0.875rem; - } - - .lg\:inset-x-3\.5 { - right: 0.875rem; - left: 0.875rem; - } - - .lg\:-inset-y-0 { - top: 0px; - bottom: 0px; - } - - .lg\:-inset-x-0 { - right: 0px; - left: 0px; - } - - .lg\:-inset-y-1 { - top: -0.25rem; - bottom: -0.25rem; - } - - .lg\:-inset-x-1 { - right: -0.25rem; - left: -0.25rem; - } - - .lg\:-inset-y-2 { - top: -0.5rem; - bottom: -0.5rem; - } - - .lg\:-inset-x-2 { - right: -0.5rem; - left: -0.5rem; - } - - .lg\:-inset-y-3 { - top: -0.75rem; - bottom: -0.75rem; - } - - .lg\:-inset-x-3 { - right: -0.75rem; - left: -0.75rem; - } - - .lg\:-inset-y-4 { - top: -1rem; - bottom: -1rem; - } - - .lg\:-inset-x-4 { - right: -1rem; - left: -1rem; - } - - .lg\:-inset-y-5 { - top: -1.25rem; - bottom: -1.25rem; - } - - .lg\:-inset-x-5 { - right: -1.25rem; - left: -1.25rem; - } - - .lg\:-inset-y-6 { - top: -1.5rem; - bottom: -1.5rem; - } - - .lg\:-inset-x-6 { - right: -1.5rem; - left: -1.5rem; - } - - .lg\:-inset-y-7 { - top: -1.75rem; - bottom: -1.75rem; - } - - .lg\:-inset-x-7 { - right: -1.75rem; - left: -1.75rem; - } - - .lg\:-inset-y-8 { - top: -2rem; - bottom: -2rem; - } - - .lg\:-inset-x-8 { - right: -2rem; - left: -2rem; - } - - .lg\:-inset-y-9 { - top: -2.25rem; - bottom: -2.25rem; - } - - .lg\:-inset-x-9 { - right: -2.25rem; - left: -2.25rem; - } - - .lg\:-inset-y-10 { - top: -2.5rem; - bottom: -2.5rem; - } - - .lg\:-inset-x-10 { - right: -2.5rem; - left: -2.5rem; - } - - .lg\:-inset-y-11 { - top: -2.75rem; - bottom: -2.75rem; - } - - .lg\:-inset-x-11 { - right: -2.75rem; - left: -2.75rem; - } - - .lg\:-inset-y-12 { - top: -3rem; - bottom: -3rem; - } - - .lg\:-inset-x-12 { - right: -3rem; - left: -3rem; - } - - .lg\:-inset-y-14 { - top: -3.5rem; - bottom: -3.5rem; - } - - .lg\:-inset-x-14 { - right: -3.5rem; - left: -3.5rem; - } - - .lg\:-inset-y-16 { - top: -4rem; - bottom: -4rem; - } - - .lg\:-inset-x-16 { - right: -4rem; - left: -4rem; - } - - .lg\:-inset-y-20 { - top: -5rem; - bottom: -5rem; - } - - .lg\:-inset-x-20 { - right: -5rem; - left: -5rem; - } - - .lg\:-inset-y-22 { - top: -5.625rem; - bottom: -5.625rem; - } - - .lg\:-inset-x-22 { - right: -5.625rem; - left: -5.625rem; - } - - .lg\:-inset-y-24 { - top: -6rem; - bottom: -6rem; - } - - .lg\:-inset-x-24 { - right: -6rem; - left: -6rem; - } - - .lg\:-inset-y-28 { - top: -7rem; - bottom: -7rem; - } - - .lg\:-inset-x-28 { - right: -7rem; - left: -7rem; - } - - .lg\:-inset-y-32 { - top: -8rem; - bottom: -8rem; - } - - .lg\:-inset-x-32 { - right: -8rem; - left: -8rem; - } - - .lg\:-inset-y-36 { - top: -9rem; - bottom: -9rem; - } - - .lg\:-inset-x-36 { - right: -9rem; - left: -9rem; - } - - .lg\:-inset-y-40 { - top: -10rem; - bottom: -10rem; - } - - .lg\:-inset-x-40 { - right: -10rem; - left: -10rem; - } - - .lg\:-inset-y-44 { - top: -11rem; - bottom: -11rem; - } - - .lg\:-inset-x-44 { - right: -11rem; - left: -11rem; - } - - .lg\:-inset-y-48 { - top: -12rem; - bottom: -12rem; - } - - .lg\:-inset-x-48 { - right: -12rem; - left: -12rem; - } - - .lg\:-inset-y-52 { - top: -13rem; - bottom: -13rem; - } - - .lg\:-inset-x-52 { - right: -13rem; - left: -13rem; - } - - .lg\:-inset-y-56 { - top: -14rem; - bottom: -14rem; - } - - .lg\:-inset-x-56 { - right: -14rem; - left: -14rem; - } - - .lg\:-inset-y-60 { - top: -240px; - bottom: -240px; - } - - .lg\:-inset-x-60 { - right: -240px; - left: -240px; - } - - .lg\:-inset-y-64 { - top: -16rem; - bottom: -16rem; - } - - .lg\:-inset-x-64 { - right: -16rem; - left: -16rem; - } - - .lg\:-inset-y-72 { - top: -18rem; - bottom: -18rem; - } - - .lg\:-inset-x-72 { - right: -18rem; - left: -18rem; - } - - .lg\:-inset-y-80 { - top: -20rem; - bottom: -20rem; - } - - .lg\:-inset-x-80 { - right: -20rem; - left: -20rem; - } - - .lg\:-inset-y-88 { - top: -22rem; - bottom: -22rem; - } - - .lg\:-inset-x-88 { - right: -22rem; - left: -22rem; - } - - .lg\:-inset-y-96 { - top: -24rem; - bottom: -24rem; - } - - .lg\:-inset-x-96 { - right: -24rem; - left: -24rem; - } - - .lg\:-inset-y-130 { - top: -560px; - bottom: -560px; - } - - .lg\:-inset-x-130 { - right: -560px; - left: -560px; - } - - .lg\:-inset-y-px { - top: -1px; - bottom: -1px; - } - - .lg\:-inset-x-px { - right: -1px; - left: -1px; - } - - .lg\:-inset-y-0\.5 { - top: -0.125rem; - bottom: -0.125rem; - } - - .lg\:-inset-x-0\.5 { - right: -0.125rem; - left: -0.125rem; - } - - .lg\:-inset-y-1\.5 { - top: -0.375rem; - bottom: -0.375rem; - } - - .lg\:-inset-x-1\.5 { - right: -0.375rem; - left: -0.375rem; - } - - .lg\:-inset-y-2\.5 { - top: -0.625rem; - bottom: -0.625rem; - } - - .lg\:-inset-x-2\.5 { - right: -0.625rem; - left: -0.625rem; - } - - .lg\:-inset-y-3\.5 { - top: -0.875rem; - bottom: -0.875rem; - } - - .lg\:-inset-x-3\.5 { - right: -0.875rem; - left: -0.875rem; - } - - .lg\:inset-y-1\/2 { - top: 50%; - bottom: 50%; - } - - .lg\:inset-x-1\/2 { - right: 50%; - left: 50%; - } - - .lg\:inset-y-1\/3 { - top: 33.333333%; - bottom: 33.333333%; - } - - .lg\:inset-x-1\/3 { - right: 33.333333%; - left: 33.333333%; - } - - .lg\:inset-y-2\/3 { - top: 66.666667%; - bottom: 66.666667%; - } - - .lg\:inset-x-2\/3 { - right: 66.666667%; - left: 66.666667%; - } - - .lg\:inset-y-1\/4 { - top: 25%; - bottom: 25%; - } - - .lg\:inset-x-1\/4 { - right: 25%; - left: 25%; - } - - .lg\:inset-y-2\/4 { - top: 50%; - bottom: 50%; - } - - .lg\:inset-x-2\/4 { - right: 50%; - left: 50%; - } - - .lg\:inset-y-3\/4 { - top: 75%; - bottom: 75%; - } - - .lg\:inset-x-3\/4 { - right: 75%; - left: 75%; - } - - .lg\:inset-y-full { - top: 100%; - bottom: 100%; - } - - .lg\:inset-x-full { - right: 100%; - left: 100%; - } - - .lg\:-inset-y-1\/2 { - top: -50%; - bottom: -50%; - } - - .lg\:-inset-x-1\/2 { - right: -50%; - left: -50%; - } - - .lg\:-inset-y-1\/3 { - top: -33.333333%; - bottom: -33.333333%; - } - - .lg\:-inset-x-1\/3 { - right: -33.333333%; - left: -33.333333%; - } - - .lg\:-inset-y-2\/3 { - top: -66.666667%; - bottom: -66.666667%; - } - - .lg\:-inset-x-2\/3 { - right: -66.666667%; - left: -66.666667%; - } - - .lg\:-inset-y-1\/4 { - top: -25%; - bottom: -25%; - } - - .lg\:-inset-x-1\/4 { - right: -25%; - left: -25%; - } - - .lg\:-inset-y-2\/4 { - top: -50%; - bottom: -50%; - } - - .lg\:-inset-x-2\/4 { - right: -50%; - left: -50%; - } - - .lg\:-inset-y-3\/4 { - top: -75%; - bottom: -75%; - } - - .lg\:-inset-x-3\/4 { - right: -75%; - left: -75%; - } - - .lg\:-inset-y-full { - top: -100%; - bottom: -100%; - } - - .lg\:-inset-x-full { - right: -100%; - left: -100%; - } - - .lg\:top-0 { - top: 0px; - } - - .lg\:right-0 { - right: 0px; - } - - .lg\:bottom-0 { - bottom: 0px; - } - - .lg\:left-0 { - left: 0px; - } - - .lg\:top-1 { - top: 0.25rem; - } - - .lg\:right-1 { - right: 0.25rem; - } - - .lg\:bottom-1 { - bottom: 0.25rem; - } - - .lg\:left-1 { - left: 0.25rem; - } - - .lg\:top-2 { - top: 0.5rem; - } - - .lg\:right-2 { - right: 0.5rem; - } - - .lg\:bottom-2 { - bottom: 0.5rem; - } - - .lg\:left-2 { - left: 0.5rem; - } - - .lg\:top-3 { - top: 0.75rem; - } - - .lg\:right-3 { - right: 0.75rem; - } - - .lg\:bottom-3 { - bottom: 0.75rem; - } - - .lg\:left-3 { - left: 0.75rem; - } - - .lg\:top-4 { - top: 1rem; - } - - .lg\:right-4 { - right: 1rem; - } - - .lg\:bottom-4 { - bottom: 1rem; - } - - .lg\:left-4 { - left: 1rem; - } - - .lg\:top-5 { - top: 1.25rem; - } - - .lg\:right-5 { - right: 1.25rem; - } - - .lg\:bottom-5 { - bottom: 1.25rem; - } - - .lg\:left-5 { - left: 1.25rem; - } - - .lg\:top-6 { - top: 1.5rem; - } - - .lg\:right-6 { - right: 1.5rem; - } - - .lg\:bottom-6 { - bottom: 1.5rem; - } - - .lg\:left-6 { - left: 1.5rem; - } - - .lg\:top-7 { - top: 1.75rem; - } - - .lg\:right-7 { - right: 1.75rem; - } - - .lg\:bottom-7 { - bottom: 1.75rem; - } - - .lg\:left-7 { - left: 1.75rem; - } - - .lg\:top-8 { - top: 2rem; - } - - .lg\:right-8 { - right: 2rem; - } - - .lg\:bottom-8 { - bottom: 2rem; - } - - .lg\:left-8 { - left: 2rem; - } - - .lg\:top-9 { - top: 2.25rem; - } - - .lg\:right-9 { - right: 2.25rem; - } - - .lg\:bottom-9 { - bottom: 2.25rem; - } - - .lg\:left-9 { - left: 2.25rem; - } - - .lg\:top-10 { - top: 2.5rem; - } - - .lg\:right-10 { - right: 2.5rem; - } - - .lg\:bottom-10 { - bottom: 2.5rem; - } - - .lg\:left-10 { - left: 2.5rem; - } - - .lg\:top-11 { - top: 2.75rem; - } - - .lg\:right-11 { - right: 2.75rem; - } - - .lg\:bottom-11 { - bottom: 2.75rem; - } - - .lg\:left-11 { - left: 2.75rem; - } - - .lg\:top-12 { - top: 3rem; - } - - .lg\:right-12 { - right: 3rem; - } - - .lg\:bottom-12 { - bottom: 3rem; - } - - .lg\:left-12 { - left: 3rem; - } - - .lg\:top-14 { - top: 3.5rem; - } - - .lg\:right-14 { - right: 3.5rem; - } - - .lg\:bottom-14 { - bottom: 3.5rem; - } - - .lg\:left-14 { - left: 3.5rem; - } - - .lg\:top-16 { - top: 4rem; - } - - .lg\:right-16 { - right: 4rem; - } - - .lg\:bottom-16 { - bottom: 4rem; - } - - .lg\:left-16 { - left: 4rem; - } - - .lg\:top-20 { - top: 5rem; - } - - .lg\:right-20 { - right: 5rem; - } - - .lg\:bottom-20 { - bottom: 5rem; - } - - .lg\:left-20 { - left: 5rem; - } - - .lg\:top-22 { - top: 5.625rem; - } - - .lg\:right-22 { - right: 5.625rem; - } - - .lg\:bottom-22 { - bottom: 5.625rem; - } - - .lg\:left-22 { - left: 5.625rem; - } - - .lg\:top-24 { - top: 6rem; - } - - .lg\:right-24 { - right: 6rem; - } - - .lg\:bottom-24 { - bottom: 6rem; - } - - .lg\:left-24 { - left: 6rem; - } - - .lg\:top-28 { - top: 7rem; - } - - .lg\:right-28 { - right: 7rem; - } - - .lg\:bottom-28 { - bottom: 7rem; - } - - .lg\:left-28 { - left: 7rem; - } - - .lg\:top-32 { - top: 8rem; - } - - .lg\:right-32 { - right: 8rem; - } - - .lg\:bottom-32 { - bottom: 8rem; - } - - .lg\:left-32 { - left: 8rem; - } - - .lg\:top-36 { - top: 9rem; - } - - .lg\:right-36 { - right: 9rem; - } - - .lg\:bottom-36 { - bottom: 9rem; - } - - .lg\:left-36 { - left: 9rem; - } - - .lg\:top-40 { - top: 10rem; - } - - .lg\:right-40 { - right: 10rem; - } - - .lg\:bottom-40 { - bottom: 10rem; - } - - .lg\:left-40 { - left: 10rem; - } - - .lg\:top-44 { - top: 11rem; - } - - .lg\:right-44 { - right: 11rem; - } - - .lg\:bottom-44 { - bottom: 11rem; - } - - .lg\:left-44 { - left: 11rem; - } - - .lg\:top-48 { - top: 12rem; - } - - .lg\:right-48 { - right: 12rem; - } - - .lg\:bottom-48 { - bottom: 12rem; - } - - .lg\:left-48 { - left: 12rem; - } - - .lg\:top-52 { - top: 13rem; - } - - .lg\:right-52 { - right: 13rem; - } - - .lg\:bottom-52 { - bottom: 13rem; - } - - .lg\:left-52 { - left: 13rem; - } - - .lg\:top-56 { - top: 14rem; - } - - .lg\:right-56 { - right: 14rem; - } - - .lg\:bottom-56 { - bottom: 14rem; - } - - .lg\:left-56 { - left: 14rem; - } - - .lg\:top-60 { - top: 240px; - } - - .lg\:right-60 { - right: 240px; - } - - .lg\:bottom-60 { - bottom: 240px; - } - - .lg\:left-60 { - left: 240px; - } - - .lg\:top-64 { - top: 16rem; - } - - .lg\:right-64 { - right: 16rem; - } - - .lg\:bottom-64 { - bottom: 16rem; - } - - .lg\:left-64 { - left: 16rem; - } - - .lg\:top-72 { - top: 18rem; - } - - .lg\:right-72 { - right: 18rem; - } - - .lg\:bottom-72 { - bottom: 18rem; - } - - .lg\:left-72 { - left: 18rem; - } - - .lg\:top-80 { - top: 20rem; - } - - .lg\:right-80 { - right: 20rem; - } - - .lg\:bottom-80 { - bottom: 20rem; - } - - .lg\:left-80 { - left: 20rem; - } - - .lg\:top-88 { - top: 22rem; - } - - .lg\:right-88 { - right: 22rem; - } - - .lg\:bottom-88 { - bottom: 22rem; - } - - .lg\:left-88 { - left: 22rem; - } - - .lg\:top-96 { - top: 24rem; - } - - .lg\:right-96 { - right: 24rem; - } - - .lg\:bottom-96 { - bottom: 24rem; - } - - .lg\:left-96 { - left: 24rem; - } - - .lg\:top-130 { - top: 560px; - } - - .lg\:right-130 { - right: 560px; - } - - .lg\:bottom-130 { - bottom: 560px; - } - - .lg\:left-130 { - left: 560px; - } - - .lg\:top-auto { - top: auto; - } - - .lg\:right-auto { - right: auto; - } - - .lg\:bottom-auto { - bottom: auto; - } - - .lg\:left-auto { - left: auto; - } - - .lg\:top-px { - top: 1px; - } - - .lg\:right-px { - right: 1px; - } - - .lg\:bottom-px { - bottom: 1px; - } - - .lg\:left-px { - left: 1px; - } - - .lg\:top-0\.5 { - top: 0.125rem; - } - - .lg\:right-0\.5 { - right: 0.125rem; - } - - .lg\:bottom-0\.5 { - bottom: 0.125rem; - } - - .lg\:left-0\.5 { - left: 0.125rem; - } - - .lg\:top-1\.5 { - top: 0.375rem; - } - - .lg\:right-1\.5 { - right: 0.375rem; - } - - .lg\:bottom-1\.5 { - bottom: 0.375rem; - } - - .lg\:left-1\.5 { - left: 0.375rem; - } - - .lg\:top-2\.5 { - top: 0.625rem; - } - - .lg\:right-2\.5 { - right: 0.625rem; - } - - .lg\:bottom-2\.5 { - bottom: 0.625rem; - } - - .lg\:left-2\.5 { - left: 0.625rem; - } - - .lg\:top-3\.5 { - top: 0.875rem; - } - - .lg\:right-3\.5 { - right: 0.875rem; - } - - .lg\:bottom-3\.5 { - bottom: 0.875rem; - } - - .lg\:left-3\.5 { - left: 0.875rem; - } - - .lg\:-top-0 { - top: 0px; - } - - .lg\:-right-0 { - right: 0px; - } - - .lg\:-bottom-0 { - bottom: 0px; - } - - .lg\:-left-0 { - left: 0px; - } - - .lg\:-top-1 { - top: -0.25rem; - } - - .lg\:-right-1 { - right: -0.25rem; - } - - .lg\:-bottom-1 { - bottom: -0.25rem; - } - - .lg\:-left-1 { - left: -0.25rem; - } - - .lg\:-top-2 { - top: -0.5rem; - } - - .lg\:-right-2 { - right: -0.5rem; - } - - .lg\:-bottom-2 { - bottom: -0.5rem; - } - - .lg\:-left-2 { - left: -0.5rem; - } - - .lg\:-top-3 { - top: -0.75rem; - } - - .lg\:-right-3 { - right: -0.75rem; - } - - .lg\:-bottom-3 { - bottom: -0.75rem; - } - - .lg\:-left-3 { - left: -0.75rem; - } - - .lg\:-top-4 { - top: -1rem; - } - - .lg\:-right-4 { - right: -1rem; - } - - .lg\:-bottom-4 { - bottom: -1rem; - } - - .lg\:-left-4 { - left: -1rem; - } - - .lg\:-top-5 { - top: -1.25rem; - } - - .lg\:-right-5 { - right: -1.25rem; - } - - .lg\:-bottom-5 { - bottom: -1.25rem; - } - - .lg\:-left-5 { - left: -1.25rem; - } - - .lg\:-top-6 { - top: -1.5rem; - } - - .lg\:-right-6 { - right: -1.5rem; - } - - .lg\:-bottom-6 { - bottom: -1.5rem; - } - - .lg\:-left-6 { - left: -1.5rem; - } - - .lg\:-top-7 { - top: -1.75rem; - } - - .lg\:-right-7 { - right: -1.75rem; - } - - .lg\:-bottom-7 { - bottom: -1.75rem; - } - - .lg\:-left-7 { - left: -1.75rem; - } - - .lg\:-top-8 { - top: -2rem; - } - - .lg\:-right-8 { - right: -2rem; - } - - .lg\:-bottom-8 { - bottom: -2rem; - } - - .lg\:-left-8 { - left: -2rem; - } - - .lg\:-top-9 { - top: -2.25rem; - } - - .lg\:-right-9 { - right: -2.25rem; - } - - .lg\:-bottom-9 { - bottom: -2.25rem; - } - - .lg\:-left-9 { - left: -2.25rem; - } - - .lg\:-top-10 { - top: -2.5rem; - } - - .lg\:-right-10 { - right: -2.5rem; - } - - .lg\:-bottom-10 { - bottom: -2.5rem; - } - - .lg\:-left-10 { - left: -2.5rem; - } - - .lg\:-top-11 { - top: -2.75rem; - } - - .lg\:-right-11 { - right: -2.75rem; - } - - .lg\:-bottom-11 { - bottom: -2.75rem; - } - - .lg\:-left-11 { - left: -2.75rem; - } - - .lg\:-top-12 { - top: -3rem; - } - - .lg\:-right-12 { - right: -3rem; - } - - .lg\:-bottom-12 { - bottom: -3rem; - } - - .lg\:-left-12 { - left: -3rem; - } - - .lg\:-top-14 { - top: -3.5rem; - } - - .lg\:-right-14 { - right: -3.5rem; - } - - .lg\:-bottom-14 { - bottom: -3.5rem; - } - - .lg\:-left-14 { - left: -3.5rem; - } - - .lg\:-top-16 { - top: -4rem; - } - - .lg\:-right-16 { - right: -4rem; - } - - .lg\:-bottom-16 { - bottom: -4rem; - } - - .lg\:-left-16 { - left: -4rem; - } - - .lg\:-top-20 { - top: -5rem; - } - - .lg\:-right-20 { - right: -5rem; - } - - .lg\:-bottom-20 { - bottom: -5rem; - } - - .lg\:-left-20 { - left: -5rem; - } - - .lg\:-top-22 { - top: -5.625rem; - } - - .lg\:-right-22 { - right: -5.625rem; - } - - .lg\:-bottom-22 { - bottom: -5.625rem; - } - - .lg\:-left-22 { - left: -5.625rem; - } - - .lg\:-top-24 { - top: -6rem; - } - - .lg\:-right-24 { - right: -6rem; - } - - .lg\:-bottom-24 { - bottom: -6rem; - } - - .lg\:-left-24 { - left: -6rem; - } - - .lg\:-top-28 { - top: -7rem; - } - - .lg\:-right-28 { - right: -7rem; - } - - .lg\:-bottom-28 { - bottom: -7rem; - } - - .lg\:-left-28 { - left: -7rem; - } - - .lg\:-top-32 { - top: -8rem; - } - - .lg\:-right-32 { - right: -8rem; - } - - .lg\:-bottom-32 { - bottom: -8rem; - } - - .lg\:-left-32 { - left: -8rem; - } - - .lg\:-top-36 { - top: -9rem; - } - - .lg\:-right-36 { - right: -9rem; - } - - .lg\:-bottom-36 { - bottom: -9rem; - } - - .lg\:-left-36 { - left: -9rem; - } - - .lg\:-top-40 { - top: -10rem; - } - - .lg\:-right-40 { - right: -10rem; - } - - .lg\:-bottom-40 { - bottom: -10rem; - } - - .lg\:-left-40 { - left: -10rem; - } - - .lg\:-top-44 { - top: -11rem; - } - - .lg\:-right-44 { - right: -11rem; - } - - .lg\:-bottom-44 { - bottom: -11rem; - } - - .lg\:-left-44 { - left: -11rem; - } - - .lg\:-top-48 { - top: -12rem; - } - - .lg\:-right-48 { - right: -12rem; - } - - .lg\:-bottom-48 { - bottom: -12rem; - } - - .lg\:-left-48 { - left: -12rem; - } - - .lg\:-top-52 { - top: -13rem; - } - - .lg\:-right-52 { - right: -13rem; - } - - .lg\:-bottom-52 { - bottom: -13rem; - } - - .lg\:-left-52 { - left: -13rem; - } - - .lg\:-top-56 { - top: -14rem; - } - - .lg\:-right-56 { - right: -14rem; - } - - .lg\:-bottom-56 { - bottom: -14rem; - } - - .lg\:-left-56 { - left: -14rem; - } - - .lg\:-top-60 { - top: -240px; - } - - .lg\:-right-60 { - right: -240px; - } - - .lg\:-bottom-60 { - bottom: -240px; - } - - .lg\:-left-60 { - left: -240px; - } - - .lg\:-top-64 { - top: -16rem; - } - - .lg\:-right-64 { - right: -16rem; - } - - .lg\:-bottom-64 { - bottom: -16rem; - } - - .lg\:-left-64 { - left: -16rem; - } - - .lg\:-top-72 { - top: -18rem; - } - - .lg\:-right-72 { - right: -18rem; - } - - .lg\:-bottom-72 { - bottom: -18rem; - } - - .lg\:-left-72 { - left: -18rem; - } - - .lg\:-top-80 { - top: -20rem; - } - - .lg\:-right-80 { - right: -20rem; - } - - .lg\:-bottom-80 { - bottom: -20rem; - } - - .lg\:-left-80 { - left: -20rem; - } - - .lg\:-top-88 { - top: -22rem; - } - - .lg\:-right-88 { - right: -22rem; - } - - .lg\:-bottom-88 { - bottom: -22rem; - } - - .lg\:-left-88 { - left: -22rem; - } - - .lg\:-top-96 { - top: -24rem; - } - - .lg\:-right-96 { - right: -24rem; - } - - .lg\:-bottom-96 { - bottom: -24rem; - } - - .lg\:-left-96 { - left: -24rem; - } - - .lg\:-top-130 { - top: -560px; - } - - .lg\:-right-130 { - right: -560px; - } - - .lg\:-bottom-130 { - bottom: -560px; - } - - .lg\:-left-130 { - left: -560px; - } - - .lg\:-top-px { - top: -1px; - } - - .lg\:-right-px { - right: -1px; - } - - .lg\:-bottom-px { - bottom: -1px; - } - - .lg\:-left-px { - left: -1px; - } - - .lg\:-top-0\.5 { - top: -0.125rem; - } - - .lg\:-right-0\.5 { - right: -0.125rem; - } - - .lg\:-bottom-0\.5 { - bottom: -0.125rem; - } - - .lg\:-left-0\.5 { - left: -0.125rem; - } - - .lg\:-top-1\.5 { - top: -0.375rem; - } - - .lg\:-right-1\.5 { - right: -0.375rem; - } - - .lg\:-bottom-1\.5 { - bottom: -0.375rem; - } - - .lg\:-left-1\.5 { - left: -0.375rem; - } - - .lg\:-top-2\.5 { - top: -0.625rem; - } - - .lg\:-right-2\.5 { - right: -0.625rem; - } - - .lg\:-bottom-2\.5 { - bottom: -0.625rem; - } - - .lg\:-left-2\.5 { - left: -0.625rem; - } - - .lg\:-top-3\.5 { - top: -0.875rem; - } - - .lg\:-right-3\.5 { - right: -0.875rem; - } - - .lg\:-bottom-3\.5 { - bottom: -0.875rem; - } - - .lg\:-left-3\.5 { - left: -0.875rem; - } - - .lg\:top-1\/2 { - top: 50%; - } - - .lg\:right-1\/2 { - right: 50%; - } - - .lg\:bottom-1\/2 { - bottom: 50%; - } - - .lg\:left-1\/2 { - left: 50%; - } - - .lg\:top-1\/3 { - top: 33.333333%; - } - - .lg\:right-1\/3 { - right: 33.333333%; - } - - .lg\:bottom-1\/3 { - bottom: 33.333333%; - } - - .lg\:left-1\/3 { - left: 33.333333%; - } - - .lg\:top-2\/3 { - top: 66.666667%; - } - - .lg\:right-2\/3 { - right: 66.666667%; - } - - .lg\:bottom-2\/3 { - bottom: 66.666667%; - } - - .lg\:left-2\/3 { - left: 66.666667%; - } - - .lg\:top-1\/4 { - top: 25%; - } - - .lg\:right-1\/4 { - right: 25%; - } - - .lg\:bottom-1\/4 { - bottom: 25%; - } - - .lg\:left-1\/4 { - left: 25%; - } - - .lg\:top-2\/4 { - top: 50%; - } - - .lg\:right-2\/4 { - right: 50%; - } - - .lg\:bottom-2\/4 { - bottom: 50%; - } - - .lg\:left-2\/4 { - left: 50%; - } - - .lg\:top-3\/4 { - top: 75%; - } - - .lg\:right-3\/4 { - right: 75%; - } - - .lg\:bottom-3\/4 { - bottom: 75%; - } - - .lg\:left-3\/4 { - left: 75%; - } - - .lg\:top-full { - top: 100%; - } - - .lg\:right-full { - right: 100%; - } - - .lg\:bottom-full { - bottom: 100%; - } - - .lg\:left-full { - left: 100%; - } - - .lg\:-top-1\/2 { - top: -50%; - } - - .lg\:-right-1\/2 { - right: -50%; - } - - .lg\:-bottom-1\/2 { - bottom: -50%; - } - - .lg\:-left-1\/2 { - left: -50%; - } - - .lg\:-top-1\/3 { - top: -33.333333%; - } - - .lg\:-right-1\/3 { - right: -33.333333%; - } - - .lg\:-bottom-1\/3 { - bottom: -33.333333%; - } - - .lg\:-left-1\/3 { - left: -33.333333%; - } - - .lg\:-top-2\/3 { - top: -66.666667%; - } - - .lg\:-right-2\/3 { - right: -66.666667%; - } - - .lg\:-bottom-2\/3 { - bottom: -66.666667%; - } - - .lg\:-left-2\/3 { - left: -66.666667%; - } - - .lg\:-top-1\/4 { - top: -25%; - } - - .lg\:-right-1\/4 { - right: -25%; - } - - .lg\:-bottom-1\/4 { - bottom: -25%; - } - - .lg\:-left-1\/4 { - left: -25%; - } - - .lg\:-top-2\/4 { - top: -50%; - } - - .lg\:-right-2\/4 { - right: -50%; - } - - .lg\:-bottom-2\/4 { - bottom: -50%; - } - - .lg\:-left-2\/4 { - left: -50%; - } - - .lg\:-top-3\/4 { - top: -75%; - } - - .lg\:-right-3\/4 { - right: -75%; - } - - .lg\:-bottom-3\/4 { - bottom: -75%; - } - - .lg\:-left-3\/4 { - left: -75%; - } - - .lg\:-top-full { - top: -100%; - } - - .lg\:-right-full { - right: -100%; - } - - .lg\:-bottom-full { - bottom: -100%; - } - - .lg\:-left-full { - left: -100%; - } - - .lg\:resize-none { - resize: none; - } - - .lg\:resize-y { - resize: vertical; - } - - .lg\:resize-x { - resize: horizontal; - } - - .lg\:resize { - resize: both; - } - - .lg\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:shadow-md { - --tw-shadow: 0 4px 6px -1px 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); - } - - .lg\: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); - } - - .lg\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:shadow-none { - --tw-shadow: 0 0 #0000; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:hover\:shadow-sm:hover { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:hover\:shadow:hover { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:hover\:shadow-md:hover { - --tw-shadow: 0 4px 6px -1px 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); - } - - .lg\:hover\:shadow-lg:hover { - --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); - } - - .lg\:hover\:shadow-xl:hover { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:hover\:shadow-2xl:hover { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:hover\:shadow-inner:hover { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:hover\:shadow-none:hover { - --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); - } - - .lg\:focus\:shadow-sm:focus { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:focus\:shadow:focus { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:focus\:shadow-md:focus { - --tw-shadow: 0 4px 6px -1px 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); - } - - .lg\:focus\:shadow-lg:focus { - --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); - } - - .lg\:focus\:shadow-xl:focus { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:focus\:shadow-2xl:focus { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:focus\:shadow-inner:focus { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\: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); - } - - .lg\:active\:shadow-sm:active { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:active\:shadow:active { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:active\:shadow-md:active { - --tw-shadow: 0 4px 6px -1px 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); - } - - .lg\:active\:shadow-lg:active { - --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); - } - - .lg\:active\:shadow-xl:active { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:active\:shadow-2xl:active { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:active\:shadow-inner:active { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:active\:shadow-none:active { - --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); - } - - .group:hover .lg\:group-hover\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .lg\:group-hover\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .lg\:group-hover\:shadow-md { - --tw-shadow: 0 4px 6px -1px 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); - } - - .group:hover .lg\:group-hover\: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); - } - - .group:hover .lg\:group-hover\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .lg\:group-hover\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .lg\:group-hover\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .lg\:group-hover\:shadow-none { - --tw-shadow: 0 0 #0000; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .lg\:ring-0 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .lg\:ring-1 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .lg\:ring-2 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .lg\:ring-4 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .lg\:ring-8 { - --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(8px + 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); - } - - .lg\: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); - } - - .lg\:ring-inset { - --tw-ring-inset: inset; - } - - .lg\:focus-within\:ring-0:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .lg\:focus-within\:ring-1:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .lg\:focus-within\:ring-2:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .lg\:focus-within\:ring-4:focus-within { - --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); - } - - .lg\:focus-within\:ring-8:focus-within { - --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(8px + 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); - } - - .lg\:focus-within\:ring:focus-within { - --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); - } - - .lg\:focus-within\:ring-inset:focus-within { - --tw-ring-inset: inset; - } - - .lg\:focus\:ring-0:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .lg\:focus\:ring-1:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .lg\:focus\:ring-2:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .lg\:focus\:ring-4:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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); - } - - .lg\:focus\:ring-8:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + 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); - } - - .lg\:focus\:ring:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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); - } - - .lg\:focus\:ring-inset:focus { - --tw-ring-inset: inset; - } - - .lg\:ring-offset-transparent { - --tw-ring-offset-color: transparent; - } - - .lg\:ring-offset-current { - --tw-ring-offset-color: currentColor; - } - - .lg\:ring-offset-black { - --tw-ring-offset-color: #040405; - } - - .lg\:ring-offset-white { - --tw-ring-offset-color: #fff; - } - - .lg\:ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb; - } - - .lg\:ring-offset-gray-100 { - --tw-ring-offset-color: #f7fafc; - } - - .lg\:ring-offset-gray-200 { - --tw-ring-offset-color: #edf2f7; - } - - .lg\:ring-offset-gray-300 { - --tw-ring-offset-color: #e2e8f0; - } - - .lg\:ring-offset-gray-400 { - --tw-ring-offset-color: #cbd5e0; - } - - .lg\:ring-offset-gray-500 { - --tw-ring-offset-color: #a0aec0; - } - - .lg\:ring-offset-gray-600 { - --tw-ring-offset-color: #718096; - } - - .lg\:ring-offset-gray-700 { - --tw-ring-offset-color: #4a5568; - } - - .lg\:ring-offset-gray-800 { - --tw-ring-offset-color: #2d3748; - } - - .lg\:ring-offset-gray-900 { - --tw-ring-offset-color: #1a202c; - } - - .lg\:ring-offset-red-50 { - --tw-ring-offset-color: #fef2f2; - } - - .lg\:ring-offset-red-100 { - --tw-ring-offset-color: #fee2e2; - } - - .lg\:ring-offset-red-200 { - --tw-ring-offset-color: #fecaca; - } - - .lg\:ring-offset-red-300 { - --tw-ring-offset-color: #fca5a5; - } - - .lg\:ring-offset-red-400 { - --tw-ring-offset-color: #f87171; - } - - .lg\:ring-offset-red-500 { - --tw-ring-offset-color: #ef4444; - } - - .lg\:ring-offset-red-600 { - --tw-ring-offset-color: #dc2626; - } - - .lg\:ring-offset-red-700 { - --tw-ring-offset-color: #b91c1c; - } - - .lg\:ring-offset-red-800 { - --tw-ring-offset-color: #991b1b; - } - - .lg\:ring-offset-red-900 { - --tw-ring-offset-color: #7f1d1d; - } - - .lg\:ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb; - } - - .lg\:ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7; - } - - .lg\:ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a; - } - - .lg\:ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d; - } - - .lg\:ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24; - } - - .lg\:ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b; - } - - .lg\:ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706; - } - - .lg\:ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309; - } - - .lg\:ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e; - } - - .lg\:ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f; - } - - .lg\:ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5; - } - - .lg\:ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5; - } - - .lg\:ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0; - } - - .lg\:ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7; - } - - .lg\:ring-offset-green-400 { - --tw-ring-offset-color: #34d399; - } - - .lg\:ring-offset-green-500 { - --tw-ring-offset-color: #10b981; - } - - .lg\:ring-offset-green-600 { - --tw-ring-offset-color: #059669; - } - - .lg\:ring-offset-green-700 { - --tw-ring-offset-color: #047857; - } - - .lg\:ring-offset-green-800 { - --tw-ring-offset-color: #065f46; - } - - .lg\:ring-offset-green-900 { - --tw-ring-offset-color: #064e3b; - } - - .lg\:ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff; - } - - .lg\:ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe; - } - - .lg\:ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe; - } - - .lg\:ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd; - } - - .lg\:ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa; - } - - .lg\:ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6; - } - - .lg\:ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb; - } - - .lg\:ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8; - } - - .lg\:ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af; - } - - .lg\:ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a; - } - - .lg\:ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff; - } - - .lg\:ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff; - } - - .lg\:ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe; - } - - .lg\:ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc; - } - - .lg\:ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8; - } - - .lg\:ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1; - } - - .lg\:ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5; - } - - .lg\:ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca; - } - - .lg\:ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3; - } - - .lg\:ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81; - } - - .lg\:ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff; - } - - .lg\:ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe; - } - - .lg\:ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe; - } - - .lg\:ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd; - } - - .lg\:ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa; - } - - .lg\:ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6; - } - - .lg\:ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed; - } - - .lg\:ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9; - } - - .lg\:ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6; - } - - .lg\:ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95; - } - - .lg\:ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8; - } - - .lg\:ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3; - } - - .lg\:ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8; - } - - .lg\:ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4; - } - - .lg\:ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6; - } - - .lg\:ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899; - } - - .lg\:ring-offset-pink-600 { - --tw-ring-offset-color: #db2777; - } - - .lg\:ring-offset-pink-700 { - --tw-ring-offset-color: #be185d; - } - - .lg\:ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d; - } - - .lg\:ring-offset-pink-900 { - --tw-ring-offset-color: #831843; - } - - .lg\:ring-offset-primary-50 { - --tw-ring-offset-color: #F7F6FD; - } - - .lg\:ring-offset-primary-100 { - --tw-ring-offset-color: #EEEEFB; - } - - .lg\:ring-offset-primary-200 { - --tw-ring-offset-color: #D5D4F5; - } - - .lg\:ring-offset-primary-300 { - --tw-ring-offset-color: #BCB9EF; - } - - .lg\:ring-offset-primary-400 { - --tw-ring-offset-color: #8A85E4; - } - - .lg\:ring-offset-primary-500 { - --tw-ring-offset-color: #5851D8; - } - - .lg\:ring-offset-primary-600 { - --tw-ring-offset-color: #4F49C2; - } - - .lg\:ring-offset-primary-700 { - --tw-ring-offset-color: #353182; - } - - .lg\:ring-offset-primary-800 { - --tw-ring-offset-color: #282461; - } - - .lg\:ring-offset-primary-900 { - --tw-ring-offset-color: #1A1841; - } - - .lg\:ring-offset-danger { - --tw-ring-offset-color: #FB7178; - } - - .lg\:ring-offset-success { - --tw-ring-offset-color: #00C99C; - } - - .lg\:ring-offset-warning { - --tw-ring-offset-color: #F3AF4E; - } - - .lg\:ring-offset-info { - --tw-ring-offset-color: #15B2EC; - } - - .lg\:focus-within\:ring-offset-transparent:focus-within { - --tw-ring-offset-color: transparent; - } - - .lg\:focus-within\:ring-offset-current:focus-within { - --tw-ring-offset-color: currentColor; - } - - .lg\:focus-within\:ring-offset-black:focus-within { - --tw-ring-offset-color: #040405; - } - - .lg\:focus-within\:ring-offset-white:focus-within { - --tw-ring-offset-color: #fff; - } - - .lg\:focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb; - } - - .lg\:focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f7fafc; - } - - .lg\:focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #edf2f7; - } - - .lg\:focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #e2e8f0; - } - - .lg\:focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #cbd5e0; - } - - .lg\:focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #a0aec0; - } - - .lg\:focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #718096; - } - - .lg\:focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #4a5568; - } - - .lg\:focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #2d3748; - } - - .lg\:focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #1a202c; - } - - .lg\:focus-within\:ring-offset-red-50:focus-within { - --tw-ring-offset-color: #fef2f2; - } - - .lg\:focus-within\:ring-offset-red-100:focus-within { - --tw-ring-offset-color: #fee2e2; - } - - .lg\:focus-within\:ring-offset-red-200:focus-within { - --tw-ring-offset-color: #fecaca; - } - - .lg\:focus-within\:ring-offset-red-300:focus-within { - --tw-ring-offset-color: #fca5a5; - } - - .lg\:focus-within\:ring-offset-red-400:focus-within { - --tw-ring-offset-color: #f87171; - } - - .lg\:focus-within\:ring-offset-red-500:focus-within { - --tw-ring-offset-color: #ef4444; - } - - .lg\:focus-within\:ring-offset-red-600:focus-within { - --tw-ring-offset-color: #dc2626; - } - - .lg\:focus-within\:ring-offset-red-700:focus-within { - --tw-ring-offset-color: #b91c1c; - } - - .lg\:focus-within\:ring-offset-red-800:focus-within { - --tw-ring-offset-color: #991b1b; - } - - .lg\:focus-within\:ring-offset-red-900:focus-within { - --tw-ring-offset-color: #7f1d1d; - } - - .lg\:focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb; - } - - .lg\:focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7; - } - - .lg\:focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a; - } - - .lg\:focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d; - } - - .lg\:focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24; - } - - .lg\:focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b; - } - - .lg\:focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706; - } - - .lg\:focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309; - } - - .lg\:focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e; - } - - .lg\:focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f; - } - - .lg\:focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5; - } - - .lg\:focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5; - } - - .lg\:focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0; - } - - .lg\:focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7; - } - - .lg\:focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399; - } - - .lg\:focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981; - } - - .lg\:focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669; - } - - .lg\:focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857; - } - - .lg\:focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46; - } - - .lg\:focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b; - } - - .lg\:focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff; - } - - .lg\:focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe; - } - - .lg\:focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe; - } - - .lg\:focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd; - } - - .lg\:focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa; - } - - .lg\:focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6; - } - - .lg\:focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb; - } - - .lg\:focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8; - } - - .lg\:focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af; - } - - .lg\:focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a; - } - - .lg\:focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff; - } - - .lg\:focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff; - } - - .lg\:focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe; - } - - .lg\:focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc; - } - - .lg\:focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8; - } - - .lg\:focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1; - } - - .lg\:focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5; - } - - .lg\:focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca; - } - - .lg\:focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3; - } - - .lg\:focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81; - } - - .lg\:focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff; - } - - .lg\:focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe; - } - - .lg\:focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe; - } - - .lg\:focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd; - } - - .lg\:focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa; - } - - .lg\:focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6; - } - - .lg\:focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed; - } - - .lg\:focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9; - } - - .lg\:focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6; - } - - .lg\:focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95; - } - - .lg\:focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8; - } - - .lg\:focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3; - } - - .lg\:focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8; - } - - .lg\:focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4; - } - - .lg\:focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6; - } - - .lg\:focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899; - } - - .lg\:focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777; - } - - .lg\:focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d; - } - - .lg\:focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d; - } - - .lg\:focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843; - } - - .lg\:focus-within\:ring-offset-primary-50:focus-within { - --tw-ring-offset-color: #F7F6FD; - } - - .lg\:focus-within\:ring-offset-primary-100:focus-within { - --tw-ring-offset-color: #EEEEFB; - } - - .lg\:focus-within\:ring-offset-primary-200:focus-within { - --tw-ring-offset-color: #D5D4F5; - } - - .lg\:focus-within\:ring-offset-primary-300:focus-within { - --tw-ring-offset-color: #BCB9EF; - } - - .lg\:focus-within\:ring-offset-primary-400:focus-within { - --tw-ring-offset-color: #8A85E4; - } - - .lg\:focus-within\:ring-offset-primary-500:focus-within { - --tw-ring-offset-color: #5851D8; - } - - .lg\:focus-within\:ring-offset-primary-600:focus-within { - --tw-ring-offset-color: #4F49C2; - } - - .lg\:focus-within\:ring-offset-primary-700:focus-within { - --tw-ring-offset-color: #353182; - } - - .lg\:focus-within\:ring-offset-primary-800:focus-within { - --tw-ring-offset-color: #282461; - } - - .lg\:focus-within\:ring-offset-primary-900:focus-within { - --tw-ring-offset-color: #1A1841; - } - - .lg\:focus-within\:ring-offset-danger:focus-within { - --tw-ring-offset-color: #FB7178; - } - - .lg\:focus-within\:ring-offset-success:focus-within { - --tw-ring-offset-color: #00C99C; - } - - .lg\:focus-within\:ring-offset-warning:focus-within { - --tw-ring-offset-color: #F3AF4E; - } - - .lg\:focus-within\:ring-offset-info:focus-within { - --tw-ring-offset-color: #15B2EC; - } - - .lg\:focus\:ring-offset-transparent:focus { - --tw-ring-offset-color: transparent; - } - - .lg\:focus\:ring-offset-current:focus { - --tw-ring-offset-color: currentColor; - } - - .lg\:focus\:ring-offset-black:focus { - --tw-ring-offset-color: #040405; - } - - .lg\:focus\:ring-offset-white:focus { - --tw-ring-offset-color: #fff; - } - - .lg\:focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb; - } - - .lg\:focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f7fafc; - } - - .lg\:focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #edf2f7; - } - - .lg\:focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #e2e8f0; - } - - .lg\:focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #cbd5e0; - } - - .lg\:focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #a0aec0; - } - - .lg\:focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #718096; - } - - .lg\:focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #4a5568; - } - - .lg\:focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #2d3748; - } - - .lg\:focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #1a202c; - } - - .lg\:focus\:ring-offset-red-50:focus { - --tw-ring-offset-color: #fef2f2; - } - - .lg\:focus\:ring-offset-red-100:focus { - --tw-ring-offset-color: #fee2e2; - } - - .lg\:focus\:ring-offset-red-200:focus { - --tw-ring-offset-color: #fecaca; - } - - .lg\:focus\:ring-offset-red-300:focus { - --tw-ring-offset-color: #fca5a5; - } - - .lg\:focus\:ring-offset-red-400:focus { - --tw-ring-offset-color: #f87171; - } - - .lg\:focus\:ring-offset-red-500:focus { - --tw-ring-offset-color: #ef4444; - } - - .lg\:focus\:ring-offset-red-600:focus { - --tw-ring-offset-color: #dc2626; - } - - .lg\:focus\:ring-offset-red-700:focus { - --tw-ring-offset-color: #b91c1c; - } - - .lg\:focus\:ring-offset-red-800:focus { - --tw-ring-offset-color: #991b1b; - } - - .lg\:focus\:ring-offset-red-900:focus { - --tw-ring-offset-color: #7f1d1d; - } - - .lg\:focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb; - } - - .lg\:focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7; - } - - .lg\:focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a; - } - - .lg\:focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d; - } - - .lg\:focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24; - } - - .lg\:focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b; - } - - .lg\:focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706; - } - - .lg\:focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309; - } - - .lg\:focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e; - } - - .lg\:focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f; - } - - .lg\:focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5; - } - - .lg\:focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5; - } - - .lg\:focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0; - } - - .lg\:focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7; - } - - .lg\:focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399; - } - - .lg\:focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981; - } - - .lg\:focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669; - } - - .lg\:focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857; - } - - .lg\:focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46; - } - - .lg\:focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b; - } - - .lg\:focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff; - } - - .lg\:focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe; - } - - .lg\:focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe; - } - - .lg\:focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd; - } - - .lg\:focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa; - } - - .lg\:focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6; - } - - .lg\:focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb; - } - - .lg\:focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8; - } - - .lg\:focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af; - } - - .lg\:focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a; - } - - .lg\:focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff; - } - - .lg\:focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff; - } - - .lg\:focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe; - } - - .lg\:focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc; - } - - .lg\:focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8; - } - - .lg\:focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1; - } - - .lg\:focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5; - } - - .lg\:focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca; - } - - .lg\:focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3; - } - - .lg\:focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81; - } - - .lg\:focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff; - } - - .lg\:focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe; - } - - .lg\:focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe; - } - - .lg\:focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd; - } - - .lg\:focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa; - } - - .lg\:focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6; - } - - .lg\:focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed; - } - - .lg\:focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9; - } - - .lg\:focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6; - } - - .lg\:focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95; - } - - .lg\:focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8; - } - - .lg\:focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3; - } - - .lg\:focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8; - } - - .lg\:focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4; - } - - .lg\:focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6; - } - - .lg\:focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899; - } - - .lg\:focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777; - } - - .lg\:focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d; - } - - .lg\:focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d; - } - - .lg\:focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843; - } - - .lg\:focus\:ring-offset-primary-50:focus { - --tw-ring-offset-color: #F7F6FD; - } - - .lg\:focus\:ring-offset-primary-100:focus { - --tw-ring-offset-color: #EEEEFB; - } - - .lg\:focus\:ring-offset-primary-200:focus { - --tw-ring-offset-color: #D5D4F5; - } - - .lg\:focus\:ring-offset-primary-300:focus { - --tw-ring-offset-color: #BCB9EF; - } - - .lg\:focus\:ring-offset-primary-400:focus { - --tw-ring-offset-color: #8A85E4; - } - - .lg\:focus\:ring-offset-primary-500:focus { - --tw-ring-offset-color: #5851D8; - } - - .lg\:focus\:ring-offset-primary-600:focus { - --tw-ring-offset-color: #4F49C2; - } - - .lg\:focus\:ring-offset-primary-700:focus { - --tw-ring-offset-color: #353182; - } - - .lg\:focus\:ring-offset-primary-800:focus { - --tw-ring-offset-color: #282461; - } - - .lg\:focus\:ring-offset-primary-900:focus { - --tw-ring-offset-color: #1A1841; - } - - .lg\:focus\:ring-offset-danger:focus { - --tw-ring-offset-color: #FB7178; - } - - .lg\:focus\:ring-offset-success:focus { - --tw-ring-offset-color: #00C99C; - } - - .lg\:focus\:ring-offset-warning:focus { - --tw-ring-offset-color: #F3AF4E; - } - - .lg\:focus\:ring-offset-info:focus { - --tw-ring-offset-color: #15B2EC; - } - - .lg\:ring-offset-0 { - --tw-ring-offset-width: 0px; - } - - .lg\:ring-offset-1 { - --tw-ring-offset-width: 1px; - } - - .lg\:ring-offset-2 { - --tw-ring-offset-width: 2px; - } - - .lg\:ring-offset-4 { - --tw-ring-offset-width: 4px; - } - - .lg\:ring-offset-8 { - --tw-ring-offset-width: 8px; - } - - .lg\:focus-within\:ring-offset-0:focus-within { - --tw-ring-offset-width: 0px; - } - - .lg\:focus-within\:ring-offset-1:focus-within { - --tw-ring-offset-width: 1px; - } - - .lg\:focus-within\:ring-offset-2:focus-within { - --tw-ring-offset-width: 2px; - } - - .lg\:focus-within\:ring-offset-4:focus-within { - --tw-ring-offset-width: 4px; - } - - .lg\:focus-within\:ring-offset-8:focus-within { - --tw-ring-offset-width: 8px; - } - - .lg\:focus\:ring-offset-0:focus { - --tw-ring-offset-width: 0px; - } - - .lg\:focus\:ring-offset-1:focus { - --tw-ring-offset-width: 1px; - } - - .lg\:focus\:ring-offset-2:focus { - --tw-ring-offset-width: 2px; - } - - .lg\:focus\:ring-offset-4:focus { - --tw-ring-offset-width: 4px; - } - - .lg\:focus\:ring-offset-8:focus { - --tw-ring-offset-width: 8px; - } - - .lg\:ring-transparent { - --tw-ring-color: transparent; - } - - .lg\:ring-current { - --tw-ring-color: currentColor; - } - - .lg\:ring-black { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); - } - - .lg\:ring-white { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); - } - - .lg\:ring-red-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); - } - - .lg\:ring-red-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); - } - - .lg\:ring-red-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); - } - - .lg\:ring-red-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); - } - - .lg\:ring-red-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); - } - - .lg\:ring-red-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); - } - - .lg\:ring-red-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); - } - - .lg\:ring-red-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); - } - - .lg\:ring-red-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); - } - - .lg\:ring-red-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); - } - - .lg\:ring-yellow-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); - } - - .lg\:ring-yellow-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); - } - - .lg\:ring-yellow-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); - } - - .lg\:ring-yellow-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); - } - - .lg\:ring-yellow-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); - } - - .lg\:ring-yellow-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); - } - - .lg\:ring-yellow-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); - } - - .lg\:ring-yellow-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); - } - - .lg\:ring-yellow-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); - } - - .lg\:ring-yellow-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); - } - - .lg\:ring-green-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); - } - - .lg\:ring-green-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); - } - - .lg\:ring-green-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); - } - - .lg\:ring-green-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); - } - - .lg\:ring-green-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); - } - - .lg\:ring-green-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); - } - - .lg\:ring-green-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); - } - - .lg\:ring-green-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); - } - - .lg\:ring-green-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); - } - - .lg\:ring-green-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); - } - - .lg\:ring-blue-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); - } - - .lg\:ring-blue-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); - } - - .lg\:ring-blue-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); - } - - .lg\:ring-blue-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); - } - - .lg\:ring-blue-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); - } - - .lg\:ring-blue-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); - } - - .lg\:ring-blue-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); - } - - .lg\:ring-blue-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); - } - - .lg\:ring-blue-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); - } - - .lg\:ring-blue-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .lg\:ring-indigo-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); - } - - .lg\:ring-indigo-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .lg\:ring-indigo-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); - } - - .lg\:ring-indigo-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); - } - - .lg\:ring-indigo-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); - } - - .lg\:ring-indigo-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); - } - - .lg\:ring-indigo-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); - } - - .lg\:ring-indigo-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); - } - - .lg\:ring-indigo-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); - } - - .lg\:ring-indigo-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); - } - - .lg\:ring-primary-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); - } - - .lg\:ring-primary-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); - } - - .lg\:ring-primary-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); - } - - .lg\:ring-primary-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); - } - - .lg\:ring-primary-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); - } - - .lg\:ring-primary-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); - } - - .lg\:ring-primary-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); - } - - .lg\:ring-primary-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); - } - - .lg\:ring-primary-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); - } - - .lg\:ring-primary-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); - } - - .lg\:ring-danger { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); - } - - .lg\:ring-success { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); - } - - .lg\:ring-warning { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); - } - - .lg\:ring-info { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-transparent:focus-within { - --tw-ring-color: transparent; - } - - .lg\:focus-within\:ring-current:focus-within { - --tw-ring-color: currentColor; - } - - .lg\:focus-within\:ring-black:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-white:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-red-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-red-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-red-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-red-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-red-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-red-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-red-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-red-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-red-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-red-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-yellow-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-yellow-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-yellow-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-yellow-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-yellow-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-yellow-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-yellow-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-yellow-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-yellow-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-yellow-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-green-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-green-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-green-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-green-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-green-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-green-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-green-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-green-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-green-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-green-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-blue-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-blue-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-blue-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-blue-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-blue-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-blue-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-blue-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-blue-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-blue-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-blue-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-indigo-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-indigo-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-indigo-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-indigo-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-indigo-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-indigo-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-indigo-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-indigo-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-primary-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-primary-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-primary-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-primary-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-primary-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-primary-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-primary-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-primary-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-primary-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-primary-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-danger:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-success:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-warning:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-info:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-transparent:focus { - --tw-ring-color: transparent; - } - - .lg\:focus\:ring-current:focus { - --tw-ring-color: currentColor; - } - - .lg\:focus\:ring-black:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-white:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-red-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-red-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-red-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-red-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-red-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-red-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-red-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-red-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-red-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-red-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-yellow-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-yellow-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-yellow-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-yellow-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-yellow-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-yellow-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-yellow-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-yellow-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-yellow-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-yellow-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-green-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-green-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-green-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-green-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-green-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-green-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-green-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-green-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-green-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-green-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-blue-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-blue-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-blue-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-blue-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-blue-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-blue-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-blue-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-blue-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-blue-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-blue-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-indigo-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-indigo-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-indigo-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-indigo-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-indigo-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-indigo-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-indigo-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-indigo-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-primary-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-primary-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-primary-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-primary-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-primary-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-primary-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-primary-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-primary-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-primary-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-primary-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-danger:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-success:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-warning:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-info:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); - } - - .lg\:ring-opacity-0 { - --tw-ring-opacity: 0; - } - - .lg\:ring-opacity-5 { - --tw-ring-opacity: 0.05; - } - - .lg\:ring-opacity-10 { - --tw-ring-opacity: 0.1; - } - - .lg\:ring-opacity-20 { - --tw-ring-opacity: 0.2; - } - - .lg\:ring-opacity-25 { - --tw-ring-opacity: 0.25; - } - - .lg\:ring-opacity-30 { - --tw-ring-opacity: 0.3; - } - - .lg\:ring-opacity-40 { - --tw-ring-opacity: 0.4; - } - - .lg\:ring-opacity-50 { - --tw-ring-opacity: 0.5; - } - - .lg\:ring-opacity-60 { - --tw-ring-opacity: 0.6; - } - - .lg\:ring-opacity-70 { - --tw-ring-opacity: 0.7; - } - - .lg\:ring-opacity-75 { - --tw-ring-opacity: 0.75; - } - - .lg\:ring-opacity-80 { - --tw-ring-opacity: 0.8; - } - - .lg\:ring-opacity-90 { - --tw-ring-opacity: 0.9; - } - - .lg\:ring-opacity-95 { - --tw-ring-opacity: 0.95; - } - - .lg\:ring-opacity-100 { - --tw-ring-opacity: 1; - } - - .lg\:focus-within\:ring-opacity-0:focus-within { - --tw-ring-opacity: 0; - } - - .lg\:focus-within\:ring-opacity-5:focus-within { - --tw-ring-opacity: 0.05; - } - - .lg\:focus-within\:ring-opacity-10:focus-within { - --tw-ring-opacity: 0.1; - } - - .lg\:focus-within\:ring-opacity-20:focus-within { - --tw-ring-opacity: 0.2; - } - - .lg\:focus-within\:ring-opacity-25:focus-within { - --tw-ring-opacity: 0.25; - } - - .lg\:focus-within\:ring-opacity-30:focus-within { - --tw-ring-opacity: 0.3; - } - - .lg\:focus-within\:ring-opacity-40:focus-within { - --tw-ring-opacity: 0.4; - } - - .lg\:focus-within\:ring-opacity-50:focus-within { - --tw-ring-opacity: 0.5; - } - - .lg\:focus-within\:ring-opacity-60:focus-within { - --tw-ring-opacity: 0.6; - } - - .lg\:focus-within\:ring-opacity-70:focus-within { - --tw-ring-opacity: 0.7; - } - - .lg\:focus-within\:ring-opacity-75:focus-within { - --tw-ring-opacity: 0.75; - } - - .lg\:focus-within\:ring-opacity-80:focus-within { - --tw-ring-opacity: 0.8; - } - - .lg\:focus-within\:ring-opacity-90:focus-within { - --tw-ring-opacity: 0.9; - } - - .lg\:focus-within\:ring-opacity-95:focus-within { - --tw-ring-opacity: 0.95; - } - - .lg\:focus-within\:ring-opacity-100:focus-within { - --tw-ring-opacity: 1; - } - - .lg\:focus\:ring-opacity-0:focus { - --tw-ring-opacity: 0; - } - - .lg\:focus\:ring-opacity-5:focus { - --tw-ring-opacity: 0.05; - } - - .lg\:focus\:ring-opacity-10:focus { - --tw-ring-opacity: 0.1; - } - - .lg\:focus\:ring-opacity-20:focus { - --tw-ring-opacity: 0.2; - } - - .lg\:focus\:ring-opacity-25:focus { - --tw-ring-opacity: 0.25; - } - - .lg\:focus\:ring-opacity-30:focus { - --tw-ring-opacity: 0.3; - } - - .lg\:focus\:ring-opacity-40:focus { - --tw-ring-opacity: 0.4; - } - - .lg\:focus\:ring-opacity-50:focus { - --tw-ring-opacity: 0.5; - } - - .lg\:focus\:ring-opacity-60:focus { - --tw-ring-opacity: 0.6; - } - - .lg\:focus\:ring-opacity-70:focus { - --tw-ring-opacity: 0.7; - } - - .lg\:focus\:ring-opacity-75:focus { - --tw-ring-opacity: 0.75; - } - - .lg\:focus\:ring-opacity-80:focus { - --tw-ring-opacity: 0.8; - } - - .lg\:focus\:ring-opacity-90:focus { - --tw-ring-opacity: 0.9; - } - - .lg\:focus\:ring-opacity-95:focus { - --tw-ring-opacity: 0.95; - } - - .lg\:focus\:ring-opacity-100:focus { - --tw-ring-opacity: 1; - } - - .lg\:fill-current { - fill: currentColor; - } - - .lg\:stroke-current { - stroke: currentColor; - } - - .lg\:stroke-0 { - stroke-width: 0; - } - - .lg\:stroke-1 { - stroke-width: 1; - } - - .lg\:stroke-2 { - stroke-width: 2; - } - - .lg\:table-auto { - table-layout: auto; - } - - .lg\:table-fixed { - table-layout: fixed; - } - - .lg\:text-left { - text-align: left; - } - - .lg\:text-center { - text-align: center; - } - - .lg\:text-right { - text-align: right; - } - - .lg\:text-justify { - text-align: justify; - } - - .lg\:text-transparent { - color: transparent; - } - - .lg\:text-current { - color: currentColor; - } - - .lg\:text-black { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .lg\:text-white { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .lg\:text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .lg\:text-gray-100 { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .lg\:text-gray-200 { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .lg\:text-gray-300 { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .lg\:text-gray-400 { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .lg\:text-gray-500 { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .lg\:text-gray-600 { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .lg\:text-gray-700 { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .lg\:text-gray-800 { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .lg\:text-gray-900 { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .lg\:text-red-50 { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .lg\:text-red-100 { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .lg\:text-red-200 { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .lg\:text-red-300 { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .lg\:text-red-400 { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .lg\:text-red-500 { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .lg\:text-red-600 { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .lg\:text-red-700 { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .lg\:text-red-800 { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .lg\:text-red-900 { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .lg\:text-yellow-50 { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .lg\:text-yellow-100 { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .lg\:text-yellow-200 { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .lg\:text-yellow-300 { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .lg\:text-yellow-400 { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .lg\:text-yellow-500 { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .lg\:text-yellow-600 { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .lg\:text-yellow-700 { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .lg\:text-yellow-800 { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .lg\:text-yellow-900 { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .lg\:text-green-50 { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .lg\:text-green-100 { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .lg\:text-green-200 { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .lg\:text-green-300 { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .lg\:text-green-400 { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .lg\:text-green-500 { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .lg\:text-green-600 { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .lg\:text-green-700 { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .lg\:text-green-800 { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .lg\:text-green-900 { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .lg\:text-blue-50 { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .lg\:text-blue-100 { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .lg\:text-blue-200 { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .lg\:text-blue-300 { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .lg\:text-blue-400 { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .lg\:text-blue-500 { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .lg\:text-blue-600 { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .lg\:text-blue-700 { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .lg\:text-blue-800 { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .lg\:text-blue-900 { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .lg\:text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .lg\:text-indigo-100 { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .lg\:text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .lg\:text-indigo-300 { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .lg\:text-indigo-400 { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .lg\:text-indigo-500 { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .lg\:text-indigo-600 { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .lg\:text-indigo-700 { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .lg\:text-indigo-800 { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .lg\:text-indigo-900 { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .lg\:text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .lg\:text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .lg\:text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .lg\:text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .lg\:text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .lg\:text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .lg\:text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .lg\:text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .lg\:text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .lg\:text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .lg\:text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .lg\:text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .lg\:text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .lg\:text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .lg\:text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .lg\:text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .lg\:text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .lg\:text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .lg\:text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .lg\:text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .lg\:text-primary-50 { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .lg\:text-primary-100 { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .lg\:text-primary-200 { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .lg\:text-primary-300 { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .lg\:text-primary-400 { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .lg\:text-primary-500 { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .lg\:text-primary-600 { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .lg\:text-primary-700 { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .lg\:text-primary-800 { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .lg\:text-primary-900 { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .lg\:text-danger { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .lg\:text-success { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .lg\:text-warning { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .lg\:text-info { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .lg\:hover\:text-transparent:hover { - color: transparent; - } - - .lg\:hover\:text-current:hover { - color: currentColor; - } - - .lg\:hover\:text-black:hover { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .lg\:hover\:text-white:hover { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-50:hover { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-100:hover { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-200:hover { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-300:hover { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-400:hover { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-500:hover { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-600:hover { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-700:hover { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-800:hover { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-900:hover { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .lg\:hover\:text-red-50:hover { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .lg\:hover\:text-red-100:hover { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .lg\:hover\:text-red-200:hover { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .lg\:hover\:text-red-300:hover { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .lg\:hover\:text-red-400:hover { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .lg\:hover\:text-red-500:hover { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .lg\:hover\:text-red-600:hover { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .lg\:hover\:text-red-700:hover { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .lg\:hover\:text-red-800:hover { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .lg\:hover\:text-red-900:hover { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .lg\:hover\:text-yellow-50:hover { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .lg\:hover\:text-yellow-100:hover { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .lg\:hover\:text-yellow-200:hover { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .lg\:hover\:text-yellow-300:hover { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .lg\:hover\:text-yellow-400:hover { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .lg\:hover\:text-yellow-500:hover { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .lg\:hover\:text-yellow-600:hover { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .lg\:hover\:text-yellow-700:hover { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .lg\:hover\:text-yellow-800:hover { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .lg\:hover\:text-yellow-900:hover { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .lg\:hover\:text-green-50:hover { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .lg\:hover\:text-green-100:hover { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .lg\:hover\:text-green-200:hover { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .lg\:hover\:text-green-300:hover { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .lg\:hover\:text-green-400:hover { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .lg\:hover\:text-green-500:hover { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .lg\:hover\:text-green-600:hover { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .lg\:hover\:text-green-700:hover { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .lg\:hover\:text-green-800:hover { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .lg\:hover\:text-green-900:hover { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .lg\:hover\:text-blue-50:hover { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .lg\:hover\:text-blue-100:hover { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .lg\:hover\:text-blue-200:hover { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .lg\:hover\:text-blue-300:hover { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .lg\:hover\:text-blue-400:hover { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .lg\:hover\:text-blue-500:hover { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .lg\:hover\:text-blue-600:hover { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .lg\:hover\:text-blue-700:hover { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .lg\:hover\:text-blue-800:hover { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .lg\:hover\:text-blue-900:hover { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .lg\:hover\:text-indigo-50:hover { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .lg\:hover\:text-indigo-100:hover { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .lg\:hover\:text-indigo-200:hover { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .lg\:hover\:text-indigo-300:hover { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .lg\:hover\:text-indigo-400:hover { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .lg\:hover\:text-indigo-500:hover { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .lg\:hover\:text-indigo-600:hover { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .lg\:hover\:text-indigo-700:hover { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .lg\:hover\:text-indigo-800:hover { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .lg\:hover\:text-indigo-900:hover { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-50:hover { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-100:hover { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-200:hover { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-300:hover { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-400:hover { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-500:hover { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-600:hover { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-700:hover { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-800:hover { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-900:hover { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-50:hover { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-100:hover { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-200:hover { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-300:hover { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-400:hover { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-500:hover { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-600:hover { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-700:hover { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-800:hover { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-900:hover { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .lg\:hover\:text-primary-50:hover { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .lg\:hover\:text-primary-100:hover { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .lg\:hover\:text-primary-200:hover { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .lg\:hover\:text-primary-300:hover { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .lg\:hover\:text-primary-400:hover { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .lg\:hover\:text-primary-500:hover { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .lg\:hover\:text-primary-600:hover { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .lg\:hover\:text-primary-700:hover { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .lg\:hover\:text-primary-800:hover { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .lg\:hover\:text-primary-900:hover { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .lg\:hover\:text-danger:hover { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .lg\:hover\:text-success:hover { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .lg\:hover\:text-warning:hover { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .lg\:hover\:text-info:hover { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .lg\:focus\:text-transparent:focus { - color: transparent; - } - - .lg\:focus\:text-current:focus { - color: currentColor; - } - - .lg\:focus\:text-black:focus { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .lg\:focus\:text-white:focus { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-50:focus { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-100:focus { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-200:focus { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-300:focus { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-400:focus { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-500:focus { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-600:focus { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-700:focus { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-800:focus { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-900:focus { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .lg\:focus\:text-red-50:focus { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .lg\:focus\:text-red-100:focus { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .lg\:focus\:text-red-200:focus { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .lg\:focus\:text-red-300:focus { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .lg\:focus\:text-red-400:focus { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .lg\:focus\:text-red-500:focus { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .lg\:focus\:text-red-600:focus { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .lg\:focus\:text-red-700:focus { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .lg\:focus\:text-red-800:focus { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .lg\:focus\:text-red-900:focus { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .lg\:focus\:text-yellow-50:focus { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .lg\:focus\:text-yellow-100:focus { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .lg\:focus\:text-yellow-200:focus { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .lg\:focus\:text-yellow-300:focus { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .lg\:focus\:text-yellow-400:focus { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .lg\:focus\:text-yellow-500:focus { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .lg\:focus\:text-yellow-600:focus { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .lg\:focus\:text-yellow-700:focus { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .lg\:focus\:text-yellow-800:focus { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .lg\:focus\:text-yellow-900:focus { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .lg\:focus\:text-green-50:focus { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .lg\:focus\:text-green-100:focus { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .lg\:focus\:text-green-200:focus { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .lg\:focus\:text-green-300:focus { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .lg\:focus\:text-green-400:focus { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .lg\:focus\:text-green-500:focus { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .lg\:focus\:text-green-600:focus { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .lg\:focus\:text-green-700:focus { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .lg\:focus\:text-green-800:focus { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .lg\:focus\:text-green-900:focus { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .lg\:focus\:text-blue-50:focus { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .lg\:focus\:text-blue-100:focus { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .lg\:focus\:text-blue-200:focus { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .lg\:focus\:text-blue-300:focus { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .lg\:focus\:text-blue-400:focus { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .lg\:focus\:text-blue-500:focus { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .lg\:focus\:text-blue-600:focus { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .lg\:focus\:text-blue-700:focus { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .lg\:focus\:text-blue-800:focus { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .lg\:focus\:text-blue-900:focus { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .lg\:focus\:text-indigo-50:focus { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .lg\:focus\:text-indigo-100:focus { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .lg\:focus\:text-indigo-200:focus { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .lg\:focus\:text-indigo-300:focus { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .lg\:focus\:text-indigo-400:focus { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .lg\:focus\:text-indigo-500:focus { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .lg\:focus\:text-indigo-600:focus { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .lg\:focus\:text-indigo-700:focus { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .lg\:focus\:text-indigo-800:focus { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .lg\:focus\:text-indigo-900:focus { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-50:focus { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-100:focus { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-200:focus { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-300:focus { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-400:focus { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-500:focus { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-600:focus { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-700:focus { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-800:focus { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-900:focus { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-50:focus { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-100:focus { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-200:focus { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-300:focus { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-400:focus { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-500:focus { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-600:focus { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-700:focus { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-800:focus { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-900:focus { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .lg\:focus\:text-primary-50:focus { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .lg\:focus\:text-primary-100:focus { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .lg\:focus\:text-primary-200:focus { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .lg\:focus\:text-primary-300:focus { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .lg\:focus\:text-primary-400:focus { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .lg\:focus\:text-primary-500:focus { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .lg\:focus\:text-primary-600:focus { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .lg\:focus\:text-primary-700:focus { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .lg\:focus\:text-primary-800:focus { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .lg\:focus\:text-primary-900:focus { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .lg\:focus\:text-danger:focus { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .lg\:focus\:text-success:focus { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .lg\:focus\:text-warning:focus { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .lg\:focus\:text-info:focus { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .lg\:active\:text-transparent:active { - color: transparent; - } - - .lg\:active\:text-current:active { - color: currentColor; - } - - .lg\:active\:text-black:active { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .lg\:active\:text-white:active { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .lg\:active\:text-gray-50:active { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .lg\:active\:text-gray-100:active { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .lg\:active\:text-gray-200:active { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .lg\:active\:text-gray-300:active { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .lg\:active\:text-gray-400:active { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .lg\:active\:text-gray-500:active { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .lg\:active\:text-gray-600:active { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .lg\:active\:text-gray-700:active { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .lg\:active\:text-gray-800:active { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .lg\:active\:text-gray-900:active { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .lg\:active\:text-red-50:active { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .lg\:active\:text-red-100:active { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .lg\:active\:text-red-200:active { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .lg\:active\:text-red-300:active { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .lg\:active\:text-red-400:active { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .lg\:active\:text-red-500:active { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .lg\:active\:text-red-600:active { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .lg\:active\:text-red-700:active { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .lg\:active\:text-red-800:active { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .lg\:active\:text-red-900:active { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .lg\:active\:text-yellow-50:active { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .lg\:active\:text-yellow-100:active { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .lg\:active\:text-yellow-200:active { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .lg\:active\:text-yellow-300:active { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .lg\:active\:text-yellow-400:active { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .lg\:active\:text-yellow-500:active { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .lg\:active\:text-yellow-600:active { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .lg\:active\:text-yellow-700:active { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .lg\:active\:text-yellow-800:active { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .lg\:active\:text-yellow-900:active { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .lg\:active\:text-green-50:active { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .lg\:active\:text-green-100:active { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .lg\:active\:text-green-200:active { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .lg\:active\:text-green-300:active { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .lg\:active\:text-green-400:active { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .lg\:active\:text-green-500:active { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .lg\:active\:text-green-600:active { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .lg\:active\:text-green-700:active { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .lg\:active\:text-green-800:active { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .lg\:active\:text-green-900:active { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .lg\:active\:text-blue-50:active { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .lg\:active\:text-blue-100:active { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .lg\:active\:text-blue-200:active { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .lg\:active\:text-blue-300:active { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .lg\:active\:text-blue-400:active { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .lg\:active\:text-blue-500:active { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .lg\:active\:text-blue-600:active { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .lg\:active\:text-blue-700:active { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .lg\:active\:text-blue-800:active { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .lg\:active\:text-blue-900:active { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .lg\:active\:text-indigo-50:active { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .lg\:active\:text-indigo-100:active { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .lg\:active\:text-indigo-200:active { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .lg\:active\:text-indigo-300:active { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .lg\:active\:text-indigo-400:active { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .lg\:active\:text-indigo-500:active { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .lg\:active\:text-indigo-600:active { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .lg\:active\:text-indigo-700:active { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .lg\:active\:text-indigo-800:active { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .lg\:active\:text-indigo-900:active { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .lg\:active\:text-purple-50:active { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .lg\:active\:text-purple-100:active { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .lg\:active\:text-purple-200:active { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .lg\:active\:text-purple-300:active { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .lg\:active\:text-purple-400:active { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .lg\:active\:text-purple-500:active { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .lg\:active\:text-purple-600:active { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .lg\:active\:text-purple-700:active { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .lg\:active\:text-purple-800:active { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .lg\:active\:text-purple-900:active { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .lg\:active\:text-pink-50:active { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .lg\:active\:text-pink-100:active { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .lg\:active\:text-pink-200:active { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .lg\:active\:text-pink-300:active { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .lg\:active\:text-pink-400:active { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .lg\:active\:text-pink-500:active { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .lg\:active\:text-pink-600:active { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .lg\:active\:text-pink-700:active { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .lg\:active\:text-pink-800:active { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .lg\:active\:text-pink-900:active { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .lg\:active\:text-primary-50:active { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .lg\:active\:text-primary-100:active { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .lg\:active\:text-primary-200:active { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .lg\:active\:text-primary-300:active { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .lg\:active\:text-primary-400:active { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .lg\:active\:text-primary-500:active { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .lg\:active\:text-primary-600:active { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .lg\:active\:text-primary-700:active { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .lg\:active\:text-primary-800:active { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .lg\:active\:text-primary-900:active { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .lg\:active\:text-danger:active { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .lg\:active\:text-success:active { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .lg\:active\:text-warning:active { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .lg\:active\:text-info:active { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .lg\:visited\:text-transparent:visited { - color: transparent; - } - - .lg\:visited\:text-current:visited { - color: currentColor; - } - - .lg\:visited\:text-black:visited { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .lg\:visited\:text-white:visited { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .lg\:visited\:text-gray-50:visited { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .lg\:visited\:text-gray-100:visited { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .lg\:visited\:text-gray-200:visited { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .lg\:visited\:text-gray-300:visited { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .lg\:visited\:text-gray-400:visited { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .lg\:visited\:text-gray-500:visited { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .lg\:visited\:text-gray-600:visited { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .lg\:visited\:text-gray-700:visited { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .lg\:visited\:text-gray-800:visited { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .lg\:visited\:text-gray-900:visited { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .lg\:visited\:text-red-50:visited { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .lg\:visited\:text-red-100:visited { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .lg\:visited\:text-red-200:visited { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .lg\:visited\:text-red-300:visited { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .lg\:visited\:text-red-400:visited { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .lg\:visited\:text-red-500:visited { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .lg\:visited\:text-red-600:visited { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .lg\:visited\:text-red-700:visited { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .lg\:visited\:text-red-800:visited { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .lg\:visited\:text-red-900:visited { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .lg\:visited\:text-yellow-50:visited { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .lg\:visited\:text-yellow-100:visited { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .lg\:visited\:text-yellow-200:visited { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .lg\:visited\:text-yellow-300:visited { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .lg\:visited\:text-yellow-400:visited { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .lg\:visited\:text-yellow-500:visited { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .lg\:visited\:text-yellow-600:visited { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .lg\:visited\:text-yellow-700:visited { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .lg\:visited\:text-yellow-800:visited { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .lg\:visited\:text-yellow-900:visited { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .lg\:visited\:text-green-50:visited { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .lg\:visited\:text-green-100:visited { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .lg\:visited\:text-green-200:visited { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .lg\:visited\:text-green-300:visited { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .lg\:visited\:text-green-400:visited { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .lg\:visited\:text-green-500:visited { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .lg\:visited\:text-green-600:visited { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .lg\:visited\:text-green-700:visited { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .lg\:visited\:text-green-800:visited { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .lg\:visited\:text-green-900:visited { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .lg\:visited\:text-blue-50:visited { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .lg\:visited\:text-blue-100:visited { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .lg\:visited\:text-blue-200:visited { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .lg\:visited\:text-blue-300:visited { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .lg\:visited\:text-blue-400:visited { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .lg\:visited\:text-blue-500:visited { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .lg\:visited\:text-blue-600:visited { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .lg\:visited\:text-blue-700:visited { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .lg\:visited\:text-blue-800:visited { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .lg\:visited\:text-blue-900:visited { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .lg\:visited\:text-indigo-50:visited { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .lg\:visited\:text-indigo-100:visited { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .lg\:visited\:text-indigo-200:visited { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .lg\:visited\:text-indigo-300:visited { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .lg\:visited\:text-indigo-400:visited { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .lg\:visited\:text-indigo-500:visited { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .lg\:visited\:text-indigo-600:visited { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .lg\:visited\:text-indigo-700:visited { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .lg\:visited\:text-indigo-800:visited { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .lg\:visited\:text-indigo-900:visited { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .lg\:visited\:text-purple-50:visited { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .lg\:visited\:text-purple-100:visited { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .lg\:visited\:text-purple-200:visited { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .lg\:visited\:text-purple-300:visited { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .lg\:visited\:text-purple-400:visited { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .lg\:visited\:text-purple-500:visited { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .lg\:visited\:text-purple-600:visited { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .lg\:visited\:text-purple-700:visited { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .lg\:visited\:text-purple-800:visited { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .lg\:visited\:text-purple-900:visited { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .lg\:visited\:text-pink-50:visited { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .lg\:visited\:text-pink-100:visited { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .lg\:visited\:text-pink-200:visited { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .lg\:visited\:text-pink-300:visited { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .lg\:visited\:text-pink-400:visited { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .lg\:visited\:text-pink-500:visited { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .lg\:visited\:text-pink-600:visited { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .lg\:visited\:text-pink-700:visited { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .lg\:visited\:text-pink-800:visited { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .lg\:visited\:text-pink-900:visited { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .lg\:visited\:text-primary-50:visited { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .lg\:visited\:text-primary-100:visited { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .lg\:visited\:text-primary-200:visited { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .lg\:visited\:text-primary-300:visited { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .lg\:visited\:text-primary-400:visited { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .lg\:visited\:text-primary-500:visited { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .lg\:visited\:text-primary-600:visited { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .lg\:visited\:text-primary-700:visited { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .lg\:visited\:text-primary-800:visited { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .lg\:visited\:text-primary-900:visited { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .lg\:visited\:text-danger:visited { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .lg\:visited\:text-success:visited { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .lg\:visited\:text-warning:visited { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .lg\:visited\:text-info:visited { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .lg\:text-opacity-0 { - --tw-text-opacity: 0; - } - - .lg\:text-opacity-5 { - --tw-text-opacity: 0.05; - } - - .lg\:text-opacity-10 { - --tw-text-opacity: 0.1; - } - - .lg\:text-opacity-20 { - --tw-text-opacity: 0.2; - } - - .lg\:text-opacity-25 { - --tw-text-opacity: 0.25; - } - - .lg\:text-opacity-30 { - --tw-text-opacity: 0.3; - } - - .lg\:text-opacity-40 { - --tw-text-opacity: 0.4; - } - - .lg\:text-opacity-50 { - --tw-text-opacity: 0.5; - } - - .lg\:text-opacity-60 { - --tw-text-opacity: 0.6; - } - - .lg\:text-opacity-70 { - --tw-text-opacity: 0.7; - } - - .lg\:text-opacity-75 { - --tw-text-opacity: 0.75; - } - - .lg\:text-opacity-80 { - --tw-text-opacity: 0.8; - } - - .lg\:text-opacity-90 { - --tw-text-opacity: 0.9; - } - - .lg\:text-opacity-95 { - --tw-text-opacity: 0.95; - } - - .lg\:text-opacity-100 { - --tw-text-opacity: 1; - } - - .group:hover .lg\:group-hover\:text-opacity-0 { - --tw-text-opacity: 0; - } - - .group:hover .lg\:group-hover\:text-opacity-5 { - --tw-text-opacity: 0.05; - } - - .group:hover .lg\:group-hover\:text-opacity-10 { - --tw-text-opacity: 0.1; - } - - .group:hover .lg\:group-hover\:text-opacity-20 { - --tw-text-opacity: 0.2; - } - - .group:hover .lg\:group-hover\:text-opacity-25 { - --tw-text-opacity: 0.25; - } - - .group:hover .lg\:group-hover\:text-opacity-30 { - --tw-text-opacity: 0.3; - } - - .group:hover .lg\:group-hover\:text-opacity-40 { - --tw-text-opacity: 0.4; - } - - .group:hover .lg\:group-hover\:text-opacity-50 { - --tw-text-opacity: 0.5; - } - - .group:hover .lg\:group-hover\:text-opacity-60 { - --tw-text-opacity: 0.6; - } - - .group:hover .lg\:group-hover\:text-opacity-70 { - --tw-text-opacity: 0.7; - } - - .group:hover .lg\:group-hover\:text-opacity-75 { - --tw-text-opacity: 0.75; - } - - .group:hover .lg\:group-hover\:text-opacity-80 { - --tw-text-opacity: 0.8; - } - - .group:hover .lg\:group-hover\:text-opacity-90 { - --tw-text-opacity: 0.9; - } - - .group:hover .lg\:group-hover\:text-opacity-95 { - --tw-text-opacity: 0.95; - } - - .group:hover .lg\:group-hover\:text-opacity-100 { - --tw-text-opacity: 1; - } - - .lg\:focus-within\:text-opacity-0:focus-within { - --tw-text-opacity: 0; - } - - .lg\:focus-within\:text-opacity-5:focus-within { - --tw-text-opacity: 0.05; - } - - .lg\:focus-within\:text-opacity-10:focus-within { - --tw-text-opacity: 0.1; - } - - .lg\:focus-within\:text-opacity-20:focus-within { - --tw-text-opacity: 0.2; - } - - .lg\:focus-within\:text-opacity-25:focus-within { - --tw-text-opacity: 0.25; - } - - .lg\:focus-within\:text-opacity-30:focus-within { - --tw-text-opacity: 0.3; - } - - .lg\:focus-within\:text-opacity-40:focus-within { - --tw-text-opacity: 0.4; - } - - .lg\:focus-within\:text-opacity-50:focus-within { - --tw-text-opacity: 0.5; - } - - .lg\:focus-within\:text-opacity-60:focus-within { - --tw-text-opacity: 0.6; - } - - .lg\:focus-within\:text-opacity-70:focus-within { - --tw-text-opacity: 0.7; - } - - .lg\:focus-within\:text-opacity-75:focus-within { - --tw-text-opacity: 0.75; - } - - .lg\:focus-within\:text-opacity-80:focus-within { - --tw-text-opacity: 0.8; - } - - .lg\:focus-within\:text-opacity-90:focus-within { - --tw-text-opacity: 0.9; - } - - .lg\:focus-within\:text-opacity-95:focus-within { - --tw-text-opacity: 0.95; - } - - .lg\:focus-within\:text-opacity-100:focus-within { - --tw-text-opacity: 1; - } - - .lg\:hover\:text-opacity-0:hover { - --tw-text-opacity: 0; - } - - .lg\:hover\:text-opacity-5:hover { - --tw-text-opacity: 0.05; - } - - .lg\:hover\:text-opacity-10:hover { - --tw-text-opacity: 0.1; - } - - .lg\:hover\:text-opacity-20:hover { - --tw-text-opacity: 0.2; - } - - .lg\:hover\:text-opacity-25:hover { - --tw-text-opacity: 0.25; - } - - .lg\:hover\:text-opacity-30:hover { - --tw-text-opacity: 0.3; - } - - .lg\:hover\:text-opacity-40:hover { - --tw-text-opacity: 0.4; - } - - .lg\:hover\:text-opacity-50:hover { - --tw-text-opacity: 0.5; - } - - .lg\:hover\:text-opacity-60:hover { - --tw-text-opacity: 0.6; - } - - .lg\:hover\:text-opacity-70:hover { - --tw-text-opacity: 0.7; - } - - .lg\:hover\:text-opacity-75:hover { - --tw-text-opacity: 0.75; - } - - .lg\:hover\:text-opacity-80:hover { - --tw-text-opacity: 0.8; - } - - .lg\:hover\:text-opacity-90:hover { - --tw-text-opacity: 0.9; - } - - .lg\:hover\:text-opacity-95:hover { - --tw-text-opacity: 0.95; - } - - .lg\:hover\:text-opacity-100:hover { - --tw-text-opacity: 1; - } - - .lg\:focus\:text-opacity-0:focus { - --tw-text-opacity: 0; - } - - .lg\:focus\:text-opacity-5:focus { - --tw-text-opacity: 0.05; - } - - .lg\:focus\:text-opacity-10:focus { - --tw-text-opacity: 0.1; - } - - .lg\:focus\:text-opacity-20:focus { - --tw-text-opacity: 0.2; - } - - .lg\:focus\:text-opacity-25:focus { - --tw-text-opacity: 0.25; - } - - .lg\:focus\:text-opacity-30:focus { - --tw-text-opacity: 0.3; - } - - .lg\:focus\:text-opacity-40:focus { - --tw-text-opacity: 0.4; - } - - .lg\:focus\:text-opacity-50:focus { - --tw-text-opacity: 0.5; - } - - .lg\:focus\:text-opacity-60:focus { - --tw-text-opacity: 0.6; - } - - .lg\:focus\:text-opacity-70:focus { - --tw-text-opacity: 0.7; - } - - .lg\:focus\:text-opacity-75:focus { - --tw-text-opacity: 0.75; - } - - .lg\:focus\:text-opacity-80:focus { - --tw-text-opacity: 0.8; - } - - .lg\:focus\:text-opacity-90:focus { - --tw-text-opacity: 0.9; - } - - .lg\:focus\:text-opacity-95:focus { - --tw-text-opacity: 0.95; - } - - .lg\:focus\:text-opacity-100:focus { - --tw-text-opacity: 1; - } - - .lg\:truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - - .lg\:overflow-ellipsis { - text-overflow: ellipsis; - } - - .lg\:overflow-clip { - text-overflow: clip; - } - - .lg\:italic { - font-style: italic; - } - - .lg\:not-italic { - font-style: normal; - } - - .lg\:uppercase { - text-transform: uppercase; - } - - .lg\:lowercase { - text-transform: lowercase; - } - - .lg\:capitalize { - text-transform: capitalize; - } - - .lg\:normal-case { - text-transform: none; - } - - .lg\:underline { - text-decoration: underline; - } - - .lg\:line-through { - text-decoration: line-through; - } - - .lg\:no-underline { - text-decoration: none; - } - - .group:hover .lg\:group-hover\:underline { - text-decoration: underline; - } - - .group:hover .lg\:group-hover\:line-through { - text-decoration: line-through; - } - - .group:hover .lg\:group-hover\:no-underline { - text-decoration: none; - } - - .lg\:focus-within\:underline:focus-within { - text-decoration: underline; - } - - .lg\:focus-within\:line-through:focus-within { - text-decoration: line-through; - } - - .lg\:focus-within\:no-underline:focus-within { - text-decoration: none; - } - - .lg\:hover\:underline:hover { - text-decoration: underline; - } - - .lg\:hover\:line-through:hover { - text-decoration: line-through; - } - - .lg\:hover\:no-underline:hover { - text-decoration: none; - } - - .lg\:focus\:underline:focus { - text-decoration: underline; - } - - .lg\:focus\:line-through:focus { - text-decoration: line-through; - } - - .lg\:focus\:no-underline:focus { - text-decoration: none; - } - - .lg\:antialiased { - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - } - - .lg\:subpixel-antialiased { - -webkit-font-smoothing: auto; - -moz-osx-font-smoothing: auto; - } - - .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions { - --tw-ordinal: var(--tw-empty,/*!*/ /*!*/); - --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/); - font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction); - } - - .lg\:normal-nums { - font-variant-numeric: normal; - } - - .lg\:ordinal { - --tw-ordinal: ordinal; - } - - .lg\:slashed-zero { - --tw-slashed-zero: slashed-zero; - } - - .lg\:lining-nums { - --tw-numeric-figure: lining-nums; - } - - .lg\:oldstyle-nums { - --tw-numeric-figure: oldstyle-nums; - } - - .lg\:proportional-nums { - --tw-numeric-spacing: proportional-nums; - } - - .lg\:tabular-nums { - --tw-numeric-spacing: tabular-nums; - } - - .lg\:diagonal-fractions { - --tw-numeric-fraction: diagonal-fractions; - } - - .lg\:stacked-fractions { - --tw-numeric-fraction: stacked-fractions; - } - - .lg\:tracking-tighter { - letter-spacing: -0.05em; - } - - .lg\:tracking-tight { - letter-spacing: -0.025em; - } - - .lg\:tracking-normal { - letter-spacing: 0em; - } - - .lg\:tracking-wide { - letter-spacing: 0.025em; - } - - .lg\:tracking-wider { - letter-spacing: 0.05em; - } - - .lg\:tracking-widest { - letter-spacing: 0.1em; - } - - .lg\:select-none { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - } - - .lg\:select-text { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - } - - .lg\:select-all { - -webkit-user-select: all; - -moz-user-select: all; - user-select: all; - } - - .lg\:select-auto { - -webkit-user-select: auto; - -moz-user-select: auto; - -ms-user-select: auto; - user-select: auto; - } - - .lg\:align-baseline { - vertical-align: baseline; - } - - .lg\:align-top { - vertical-align: top; - } - - .lg\:align-middle { - vertical-align: middle; - } - - .lg\:align-bottom { - vertical-align: bottom; - } - - .lg\:align-text-top { - vertical-align: text-top; - } - - .lg\:align-text-bottom { - vertical-align: text-bottom; - } - - .lg\:visible { - visibility: visible; - } - - .lg\:invisible { - visibility: hidden; - } - - .lg\:whitespace-normal { - white-space: normal; - } - - .lg\:whitespace-nowrap { - white-space: nowrap; - } - - .lg\:whitespace-pre { - white-space: pre; - } - - .lg\:whitespace-pre-line { - white-space: pre-line; - } - - .lg\:whitespace-pre-wrap { - white-space: pre-wrap; - } - - .lg\:break-normal { - overflow-wrap: normal; - word-break: normal; - } - - .lg\:break-words { - overflow-wrap: break-word; - } - - .lg\:break-all { - word-break: break-all; - } - - .lg\:w-0 { - width: 0px; - } - - .lg\:w-1 { - width: 0.25rem; - } - - .lg\:w-2 { - width: 0.5rem; - } - - .lg\:w-3 { - width: 0.75rem; - } - - .lg\:w-4 { - width: 1rem; - } - - .lg\:w-5 { - width: 1.25rem; - } - - .lg\:w-6 { - width: 1.5rem; - } - - .lg\:w-7 { - width: 1.75rem; - } - - .lg\:w-8 { - width: 2rem; - } - - .lg\:w-9 { - width: 2.25rem; - } - - .lg\:w-10 { - width: 2.5rem; - } - - .lg\:w-11 { - width: 2.75rem; - } - - .lg\:w-12 { - width: 3rem; - } - - .lg\:w-14 { - width: 3.5rem; - } - - .lg\:w-16 { - width: 4rem; - } - - .lg\:w-20 { - width: 5rem; - } - - .lg\:w-22 { - width: 5.625rem; - } - - .lg\:w-24 { - width: 6rem; - } - - .lg\:w-28 { - width: 7rem; - } - - .lg\:w-32 { - width: 8rem; - } - - .lg\:w-36 { - width: 9rem; - } - - .lg\:w-40 { - width: 10rem; - } - - .lg\:w-44 { - width: 11rem; - } - - .lg\:w-48 { - width: 12rem; - } - - .lg\:w-52 { - width: 13rem; - } - - .lg\:w-56 { - width: 14rem; - } - - .lg\:w-60 { - width: 240px; - } - - .lg\:w-64 { - width: 16rem; - } - - .lg\:w-72 { - width: 18rem; - } - - .lg\:w-80 { - width: 20rem; - } - - .lg\:w-88 { - width: 22rem; - } - - .lg\:w-96 { - width: 24rem; - } - - .lg\:w-130 { - width: 560px; - } - - .lg\:w-auto { - width: auto; - } - - .lg\:w-px { - width: 1px; - } - - .lg\:w-0\.5 { - width: 0.125rem; - } - - .lg\:w-1\.5 { - width: 0.375rem; - } - - .lg\:w-2\.5 { - width: 0.625rem; - } - - .lg\:w-3\.5 { - width: 0.875rem; - } - - .lg\:w-1\/2 { - width: 50%; - } - - .lg\:w-1\/3 { - width: 33.333333%; - } - - .lg\:w-2\/3 { - width: 66.666667%; - } - - .lg\:w-1\/4 { - width: 25%; - } - - .lg\:w-2\/4 { - width: 50%; - } - - .lg\:w-3\/4 { - width: 75%; - } - - .lg\:w-1\/5 { - width: 20%; - } - - .lg\:w-2\/5 { - width: 40%; - } - - .lg\:w-3\/5 { - width: 60%; - } - - .lg\:w-4\/5 { - width: 80%; - } - - .lg\:w-1\/6 { - width: 16.666667%; - } - - .lg\:w-2\/6 { - width: 33.333333%; - } - - .lg\:w-3\/6 { - width: 50%; - } - - .lg\:w-4\/6 { - width: 66.666667%; - } - - .lg\:w-5\/6 { - width: 83.333333%; - } - - .lg\:w-1\/12 { - width: 8.333333%; - } - - .lg\:w-2\/12 { - width: 16.666667%; - } - - .lg\:w-3\/12 { - width: 25%; - } - - .lg\:w-4\/12 { - width: 33.333333%; - } - - .lg\:w-5\/12 { - width: 41.666667%; - } - - .lg\:w-6\/12 { - width: 50%; - } - - .lg\:w-7\/12 { - width: 58.333333%; - } - - .lg\:w-8\/12 { - width: 66.666667%; - } - - .lg\:w-9\/12 { - width: 75%; - } - - .lg\:w-10\/12 { - width: 83.333333%; - } - - .lg\:w-11\/12 { - width: 91.666667%; - } - - .lg\:w-full { - width: 100%; - } - - .lg\:w-screen { - width: 100vw; - } - - .lg\:w-min { - width: -webkit-min-content; - width: -moz-min-content; - width: min-content; - } - - .lg\:w-max { - width: -webkit-max-content; - width: -moz-max-content; - width: max-content; - } - - .lg\:z-0 { - z-index: 0; - } - - .lg\:z-5 { - z-index: 5; - } - - .lg\:z-10 { - z-index: 10; - } - - .lg\:z-15 { - z-index: 15; - } - - .lg\:z-20 { - z-index: 20; - } - - .lg\:z-25 { - z-index: 25; - } - - .lg\:z-30 { - z-index: 30; - } - - .lg\:z-40 { - z-index: 40; - } - - .lg\:z-50 { - z-index: 50; - } - - .lg\:z-auto { - z-index: auto; - } - - .lg\:focus-within\:z-0:focus-within { - z-index: 0; - } - - .lg\:focus-within\:z-5:focus-within { - z-index: 5; - } - - .lg\:focus-within\:z-10:focus-within { - z-index: 10; - } - - .lg\:focus-within\:z-15:focus-within { - z-index: 15; - } - - .lg\:focus-within\:z-20:focus-within { - z-index: 20; - } - - .lg\:focus-within\:z-25:focus-within { - z-index: 25; - } - - .lg\:focus-within\:z-30:focus-within { - z-index: 30; - } - - .lg\:focus-within\:z-40:focus-within { - z-index: 40; - } - - .lg\:focus-within\:z-50:focus-within { - z-index: 50; - } - - .lg\:focus-within\:z-auto:focus-within { - z-index: auto; - } - - .lg\:focus\:z-0:focus { - z-index: 0; - } - - .lg\:focus\:z-5:focus { - z-index: 5; - } - - .lg\:focus\:z-10:focus { - z-index: 10; - } - - .lg\:focus\:z-15:focus { - z-index: 15; - } - - .lg\:focus\:z-20:focus { - z-index: 20; - } - - .lg\:focus\:z-25:focus { - z-index: 25; - } - - .lg\:focus\:z-30:focus { - z-index: 30; - } - - .lg\:focus\:z-40:focus { - z-index: 40; - } - - .lg\:focus\:z-50:focus { - z-index: 50; - } - - .lg\:focus\:z-auto:focus { - z-index: auto; - } - - .lg\:gap-0 { - gap: 0px; - } - - .lg\:gap-1 { - gap: 0.25rem; - } - - .lg\:gap-2 { - gap: 0.5rem; - } - - .lg\:gap-3 { - gap: 0.75rem; - } - - .lg\:gap-4 { - gap: 1rem; - } - - .lg\:gap-5 { - gap: 1.25rem; - } - - .lg\:gap-6 { - gap: 1.5rem; - } - - .lg\:gap-7 { - gap: 1.75rem; - } - - .lg\:gap-8 { - gap: 2rem; - } - - .lg\:gap-9 { - gap: 2.25rem; - } - - .lg\:gap-10 { - gap: 2.5rem; - } - - .lg\:gap-11 { - gap: 2.75rem; - } - - .lg\:gap-12 { - gap: 3rem; - } - - .lg\:gap-14 { - gap: 3.5rem; - } - - .lg\:gap-16 { - gap: 4rem; - } - - .lg\:gap-20 { - gap: 5rem; - } - - .lg\:gap-22 { - gap: 5.625rem; - } - - .lg\:gap-24 { - gap: 6rem; - } - - .lg\:gap-28 { - gap: 7rem; - } - - .lg\:gap-32 { - gap: 8rem; - } - - .lg\:gap-36 { - gap: 9rem; - } - - .lg\:gap-40 { - gap: 10rem; - } - - .lg\:gap-44 { - gap: 11rem; - } - - .lg\:gap-48 { - gap: 12rem; - } - - .lg\:gap-52 { - gap: 13rem; - } - - .lg\:gap-56 { - gap: 14rem; - } - - .lg\:gap-60 { - gap: 240px; - } - - .lg\:gap-64 { - gap: 16rem; - } - - .lg\:gap-72 { - gap: 18rem; - } - - .lg\:gap-80 { - gap: 20rem; - } - - .lg\:gap-88 { - gap: 22rem; - } - - .lg\:gap-96 { - gap: 24rem; - } - - .lg\:gap-130 { - gap: 560px; - } - - .lg\:gap-px { - gap: 1px; - } - - .lg\:gap-0\.5 { - gap: 0.125rem; - } - - .lg\:gap-1\.5 { - gap: 0.375rem; - } - - .lg\:gap-2\.5 { - gap: 0.625rem; - } - - .lg\:gap-3\.5 { - gap: 0.875rem; - } - - .lg\:gap-x-0 { - -moz-column-gap: 0px; - column-gap: 0px; - } - - .lg\:gap-x-1 { - -moz-column-gap: 0.25rem; - column-gap: 0.25rem; - } - - .lg\:gap-x-2 { - -moz-column-gap: 0.5rem; - column-gap: 0.5rem; - } - - .lg\:gap-x-3 { - -moz-column-gap: 0.75rem; - column-gap: 0.75rem; - } - - .lg\:gap-x-4 { - -moz-column-gap: 1rem; - column-gap: 1rem; - } - - .lg\:gap-x-5 { - -moz-column-gap: 1.25rem; - column-gap: 1.25rem; - } - - .lg\:gap-x-6 { - -moz-column-gap: 1.5rem; - column-gap: 1.5rem; - } - - .lg\:gap-x-7 { - -moz-column-gap: 1.75rem; - column-gap: 1.75rem; - } - - .lg\:gap-x-8 { - -moz-column-gap: 2rem; - column-gap: 2rem; - } - - .lg\:gap-x-9 { - -moz-column-gap: 2.25rem; - column-gap: 2.25rem; - } - - .lg\:gap-x-10 { - -moz-column-gap: 2.5rem; - column-gap: 2.5rem; - } - - .lg\:gap-x-11 { - -moz-column-gap: 2.75rem; - column-gap: 2.75rem; - } - - .lg\:gap-x-12 { - -moz-column-gap: 3rem; - column-gap: 3rem; - } - - .lg\:gap-x-14 { - -moz-column-gap: 3.5rem; - column-gap: 3.5rem; - } - - .lg\:gap-x-16 { - -moz-column-gap: 4rem; - column-gap: 4rem; - } - - .lg\:gap-x-20 { - -moz-column-gap: 5rem; - column-gap: 5rem; - } - - .lg\:gap-x-22 { - -moz-column-gap: 5.625rem; - column-gap: 5.625rem; - } - - .lg\:gap-x-24 { - -moz-column-gap: 6rem; - column-gap: 6rem; - } - - .lg\:gap-x-28 { - -moz-column-gap: 7rem; - column-gap: 7rem; - } - - .lg\:gap-x-32 { - -moz-column-gap: 8rem; - column-gap: 8rem; - } - - .lg\:gap-x-36 { - -moz-column-gap: 9rem; - column-gap: 9rem; - } - - .lg\:gap-x-40 { - -moz-column-gap: 10rem; - column-gap: 10rem; - } - - .lg\:gap-x-44 { - -moz-column-gap: 11rem; - column-gap: 11rem; - } - - .lg\:gap-x-48 { - -moz-column-gap: 12rem; - column-gap: 12rem; - } - - .lg\:gap-x-52 { - -moz-column-gap: 13rem; - column-gap: 13rem; - } - - .lg\:gap-x-56 { - -moz-column-gap: 14rem; - column-gap: 14rem; - } - - .lg\:gap-x-60 { - -moz-column-gap: 240px; - column-gap: 240px; - } - - .lg\:gap-x-64 { - -moz-column-gap: 16rem; - column-gap: 16rem; - } - - .lg\:gap-x-72 { - -moz-column-gap: 18rem; - column-gap: 18rem; - } - - .lg\:gap-x-80 { - -moz-column-gap: 20rem; - column-gap: 20rem; - } - - .lg\:gap-x-88 { - -moz-column-gap: 22rem; - column-gap: 22rem; - } - - .lg\:gap-x-96 { - -moz-column-gap: 24rem; - column-gap: 24rem; - } - - .lg\:gap-x-130 { - -moz-column-gap: 560px; - column-gap: 560px; - } - - .lg\:gap-x-px { - -moz-column-gap: 1px; - column-gap: 1px; - } - - .lg\:gap-x-0\.5 { - -moz-column-gap: 0.125rem; - column-gap: 0.125rem; - } - - .lg\:gap-x-1\.5 { - -moz-column-gap: 0.375rem; - column-gap: 0.375rem; - } - - .lg\:gap-x-2\.5 { - -moz-column-gap: 0.625rem; - column-gap: 0.625rem; - } - - .lg\:gap-x-3\.5 { - -moz-column-gap: 0.875rem; - column-gap: 0.875rem; - } - - .lg\:gap-y-0 { - row-gap: 0px; - } - - .lg\:gap-y-1 { - row-gap: 0.25rem; - } - - .lg\:gap-y-2 { - row-gap: 0.5rem; - } - - .lg\:gap-y-3 { - row-gap: 0.75rem; - } - - .lg\:gap-y-4 { - row-gap: 1rem; - } - - .lg\:gap-y-5 { - row-gap: 1.25rem; - } - - .lg\:gap-y-6 { - row-gap: 1.5rem; - } - - .lg\:gap-y-7 { - row-gap: 1.75rem; - } - - .lg\:gap-y-8 { - row-gap: 2rem; - } - - .lg\:gap-y-9 { - row-gap: 2.25rem; - } - - .lg\:gap-y-10 { - row-gap: 2.5rem; - } - - .lg\:gap-y-11 { - row-gap: 2.75rem; - } - - .lg\:gap-y-12 { - row-gap: 3rem; - } - - .lg\:gap-y-14 { - row-gap: 3.5rem; - } - - .lg\:gap-y-16 { - row-gap: 4rem; - } - - .lg\:gap-y-20 { - row-gap: 5rem; - } - - .lg\:gap-y-22 { - row-gap: 5.625rem; - } - - .lg\:gap-y-24 { - row-gap: 6rem; - } - - .lg\:gap-y-28 { - row-gap: 7rem; - } - - .lg\:gap-y-32 { - row-gap: 8rem; - } - - .lg\:gap-y-36 { - row-gap: 9rem; - } - - .lg\:gap-y-40 { - row-gap: 10rem; - } - - .lg\:gap-y-44 { - row-gap: 11rem; - } - - .lg\:gap-y-48 { - row-gap: 12rem; - } - - .lg\:gap-y-52 { - row-gap: 13rem; - } - - .lg\:gap-y-56 { - row-gap: 14rem; - } - - .lg\:gap-y-60 { - row-gap: 240px; - } - - .lg\:gap-y-64 { - row-gap: 16rem; - } - - .lg\:gap-y-72 { - row-gap: 18rem; - } - - .lg\:gap-y-80 { - row-gap: 20rem; - } - - .lg\:gap-y-88 { - row-gap: 22rem; - } - - .lg\:gap-y-96 { - row-gap: 24rem; - } - - .lg\:gap-y-130 { - row-gap: 560px; - } - - .lg\:gap-y-px { - row-gap: 1px; - } - - .lg\:gap-y-0\.5 { - row-gap: 0.125rem; - } - - .lg\:gap-y-1\.5 { - row-gap: 0.375rem; - } - - .lg\:gap-y-2\.5 { - row-gap: 0.625rem; - } - - .lg\:gap-y-3\.5 { - row-gap: 0.875rem; - } - - .lg\:grid-flow-row { - grid-auto-flow: row; - } - - .lg\:grid-flow-col { - grid-auto-flow: column; - } - - .lg\:grid-flow-row-dense { - grid-auto-flow: row dense; - } - - .lg\:grid-flow-col-dense { - grid-auto-flow: column dense; - } - - .lg\:grid-cols-1 { - grid-template-columns: repeat(1, minmax(0, 1fr)); - } - - .lg\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - - .lg\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } - - .lg\:grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)); - } - - .lg\:grid-cols-5 { - grid-template-columns: repeat(5, minmax(0, 1fr)); - } - - .lg\:grid-cols-6 { - grid-template-columns: repeat(6, minmax(0, 1fr)); - } - - .lg\:grid-cols-7 { - grid-template-columns: repeat(7, minmax(0, 1fr)); - } - - .lg\:grid-cols-8 { - grid-template-columns: repeat(8, minmax(0, 1fr)); - } - - .lg\:grid-cols-9 { - grid-template-columns: repeat(9, minmax(0, 1fr)); - } - - .lg\:grid-cols-10 { - grid-template-columns: repeat(10, minmax(0, 1fr)); - } - - .lg\:grid-cols-11 { - grid-template-columns: repeat(11, minmax(0, 1fr)); - } - - .lg\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); - } - - .lg\:grid-cols-none { - grid-template-columns: none; - } - - .lg\:auto-cols-auto { - grid-auto-columns: auto; - } - - .lg\:auto-cols-min { - grid-auto-columns: -webkit-min-content; - grid-auto-columns: min-content; - } - - .lg\:auto-cols-max { - grid-auto-columns: -webkit-max-content; - grid-auto-columns: max-content; - } - - .lg\:auto-cols-fr { - grid-auto-columns: minmax(0, 1fr); - } - - .lg\:col-auto { - grid-column: auto; - } - - .lg\:col-span-1 { - grid-column: span 1 / span 1; - } - - .lg\:col-span-2 { - grid-column: span 2 / span 2; - } - - .lg\:col-span-3 { - grid-column: span 3 / span 3; - } - - .lg\:col-span-4 { - grid-column: span 4 / span 4; - } - - .lg\:col-span-5 { - grid-column: span 5 / span 5; - } - - .lg\:col-span-6 { - grid-column: span 6 / span 6; - } - - .lg\:col-span-7 { - grid-column: span 7 / span 7; - } - - .lg\:col-span-8 { - grid-column: span 8 / span 8; - } - - .lg\:col-span-9 { - grid-column: span 9 / span 9; - } - - .lg\:col-span-10 { - grid-column: span 10 / span 10; - } - - .lg\:col-span-11 { - grid-column: span 11 / span 11; - } - - .lg\:col-span-12 { - grid-column: span 12 / span 12; - } - - .lg\:col-span-full { - grid-column: 1 / -1; - } - - .lg\:col-start-1 { - grid-column-start: 1; - } - - .lg\:col-start-2 { - grid-column-start: 2; - } - - .lg\:col-start-3 { - grid-column-start: 3; - } - - .lg\:col-start-4 { - grid-column-start: 4; - } - - .lg\:col-start-5 { - grid-column-start: 5; - } - - .lg\:col-start-6 { - grid-column-start: 6; - } - - .lg\:col-start-7 { - grid-column-start: 7; - } - - .lg\:col-start-8 { - grid-column-start: 8; - } - - .lg\:col-start-9 { - grid-column-start: 9; - } - - .lg\:col-start-10 { - grid-column-start: 10; - } - - .lg\:col-start-11 { - grid-column-start: 11; - } - - .lg\:col-start-12 { - grid-column-start: 12; - } - - .lg\:col-start-13 { - grid-column-start: 13; - } - - .lg\:col-start-auto { - grid-column-start: auto; - } - - .lg\:col-end-1 { - grid-column-end: 1; - } - - .lg\:col-end-2 { - grid-column-end: 2; - } - - .lg\:col-end-3 { - grid-column-end: 3; - } - - .lg\:col-end-4 { - grid-column-end: 4; - } - - .lg\:col-end-5 { - grid-column-end: 5; - } - - .lg\:col-end-6 { - grid-column-end: 6; - } - - .lg\:col-end-7 { - grid-column-end: 7; - } - - .lg\:col-end-8 { - grid-column-end: 8; - } - - .lg\:col-end-9 { - grid-column-end: 9; - } - - .lg\:col-end-10 { - grid-column-end: 10; - } - - .lg\:col-end-11 { - grid-column-end: 11; - } - - .lg\:col-end-12 { - grid-column-end: 12; - } - - .lg\:col-end-13 { - grid-column-end: 13; - } - - .lg\:col-end-auto { - grid-column-end: auto; - } - - .lg\:grid-rows-1 { - grid-template-rows: repeat(1, minmax(0, 1fr)); - } - - .lg\:grid-rows-2 { - grid-template-rows: repeat(2, minmax(0, 1fr)); - } - - .lg\:grid-rows-3 { - grid-template-rows: repeat(3, minmax(0, 1fr)); - } - - .lg\:grid-rows-4 { - grid-template-rows: repeat(4, minmax(0, 1fr)); - } - - .lg\:grid-rows-5 { - grid-template-rows: repeat(5, minmax(0, 1fr)); - } - - .lg\:grid-rows-6 { - grid-template-rows: repeat(6, minmax(0, 1fr)); - } - - .lg\:grid-rows-none { - grid-template-rows: none; - } - - .lg\:auto-rows-auto { - grid-auto-rows: auto; - } - - .lg\:auto-rows-min { - grid-auto-rows: -webkit-min-content; - grid-auto-rows: min-content; - } - - .lg\:auto-rows-max { - grid-auto-rows: -webkit-max-content; - grid-auto-rows: max-content; - } - - .lg\:auto-rows-fr { - grid-auto-rows: minmax(0, 1fr); - } - - .lg\:row-auto { - grid-row: auto; - } - - .lg\:row-span-1 { - grid-row: span 1 / span 1; - } - - .lg\:row-span-2 { - grid-row: span 2 / span 2; - } - - .lg\:row-span-3 { - grid-row: span 3 / span 3; - } - - .lg\:row-span-4 { - grid-row: span 4 / span 4; - } - - .lg\:row-span-5 { - grid-row: span 5 / span 5; - } - - .lg\:row-span-6 { - grid-row: span 6 / span 6; - } - - .lg\:row-span-full { - grid-row: 1 / -1; - } - - .lg\:row-start-1 { - grid-row-start: 1; - } - - .lg\:row-start-2 { - grid-row-start: 2; - } - - .lg\:row-start-3 { - grid-row-start: 3; - } - - .lg\:row-start-4 { - grid-row-start: 4; - } - - .lg\:row-start-5 { - grid-row-start: 5; - } - - .lg\:row-start-6 { - grid-row-start: 6; - } - - .lg\:row-start-7 { - grid-row-start: 7; - } - - .lg\:row-start-auto { - grid-row-start: auto; - } - - .lg\:row-end-1 { - grid-row-end: 1; - } - - .lg\:row-end-2 { - grid-row-end: 2; - } - - .lg\:row-end-3 { - grid-row-end: 3; - } - - .lg\:row-end-4 { - grid-row-end: 4; - } - - .lg\:row-end-5 { - grid-row-end: 5; - } - - .lg\:row-end-6 { - grid-row-end: 6; - } - - .lg\:row-end-7 { - grid-row-end: 7; - } - - .lg\:row-end-auto { - grid-row-end: auto; - } - - .lg\:transform { - --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; - 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)); - } - - .lg\:transform-gpu { - --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; - transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); - } - - .lg\:transform-none { - transform: none; - } - - .lg\:origin-center { - transform-origin: center; - } - - .lg\:origin-top { - transform-origin: top; - } - - .lg\:origin-top-right { - transform-origin: top right; - } - - .lg\:origin-right { - transform-origin: right; - } - - .lg\:origin-bottom-right { - transform-origin: bottom right; - } - - .lg\:origin-bottom { - transform-origin: bottom; - } - - .lg\:origin-bottom-left { - transform-origin: bottom left; - } - - .lg\:origin-left { - transform-origin: left; - } - - .lg\:origin-top-left { - transform-origin: top left; - } - - .lg\:scale-0 { - --tw-scale-x: 0; - --tw-scale-y: 0; - } - - .lg\:scale-50 { - --tw-scale-x: .5; - --tw-scale-y: .5; - } - - .lg\:scale-75 { - --tw-scale-x: .75; - --tw-scale-y: .75; - } - - .lg\:scale-90 { - --tw-scale-x: .9; - --tw-scale-y: .9; - } - - .lg\:scale-95 { - --tw-scale-x: .95; - --tw-scale-y: .95; - } - - .lg\:scale-100 { - --tw-scale-x: 1; - --tw-scale-y: 1; - } - - .lg\:scale-105 { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; - } - - .lg\:scale-110 { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; - } - - .lg\:scale-125 { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; - } - - .lg\:scale-150 { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; - } - - .lg\:scale-x-0 { - --tw-scale-x: 0; - } - - .lg\:scale-x-50 { - --tw-scale-x: .5; - } - - .lg\:scale-x-75 { - --tw-scale-x: .75; - } - - .lg\:scale-x-90 { - --tw-scale-x: .9; - } - - .lg\:scale-x-95 { - --tw-scale-x: .95; - } - - .lg\:scale-x-100 { - --tw-scale-x: 1; - } - - .lg\:scale-x-105 { - --tw-scale-x: 1.05; - } - - .lg\:scale-x-110 { - --tw-scale-x: 1.1; - } - - .lg\:scale-x-125 { - --tw-scale-x: 1.25; - } - - .lg\:scale-x-150 { - --tw-scale-x: 1.5; - } - - .lg\:scale-y-0 { - --tw-scale-y: 0; - } - - .lg\:scale-y-50 { - --tw-scale-y: .5; - } - - .lg\:scale-y-75 { - --tw-scale-y: .75; - } - - .lg\:scale-y-90 { - --tw-scale-y: .9; - } - - .lg\:scale-y-95 { - --tw-scale-y: .95; - } - - .lg\:scale-y-100 { - --tw-scale-y: 1; - } - - .lg\:scale-y-105 { - --tw-scale-y: 1.05; - } - - .lg\:scale-y-110 { - --tw-scale-y: 1.1; - } - - .lg\:scale-y-125 { - --tw-scale-y: 1.25; - } - - .lg\:scale-y-150 { - --tw-scale-y: 1.5; - } - - .lg\:hover\:scale-0:hover { - --tw-scale-x: 0; - --tw-scale-y: 0; - } - - .lg\:hover\:scale-50:hover { - --tw-scale-x: .5; - --tw-scale-y: .5; - } - - .lg\:hover\:scale-75:hover { - --tw-scale-x: .75; - --tw-scale-y: .75; - } - - .lg\:hover\:scale-90:hover { - --tw-scale-x: .9; - --tw-scale-y: .9; - } - - .lg\:hover\:scale-95:hover { - --tw-scale-x: .95; - --tw-scale-y: .95; - } - - .lg\:hover\:scale-100:hover { - --tw-scale-x: 1; - --tw-scale-y: 1; - } - - .lg\:hover\:scale-105:hover { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; - } - - .lg\:hover\:scale-110:hover { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; - } - - .lg\:hover\:scale-125:hover { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; - } - - .lg\:hover\:scale-150:hover { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; - } - - .lg\:hover\:scale-x-0:hover { - --tw-scale-x: 0; - } - - .lg\:hover\:scale-x-50:hover { - --tw-scale-x: .5; - } - - .lg\:hover\:scale-x-75:hover { - --tw-scale-x: .75; - } - - .lg\:hover\:scale-x-90:hover { - --tw-scale-x: .9; - } - - .lg\:hover\:scale-x-95:hover { - --tw-scale-x: .95; - } - - .lg\:hover\:scale-x-100:hover { - --tw-scale-x: 1; - } - - .lg\:hover\:scale-x-105:hover { - --tw-scale-x: 1.05; - } - - .lg\:hover\:scale-x-110:hover { - --tw-scale-x: 1.1; - } - - .lg\:hover\:scale-x-125:hover { - --tw-scale-x: 1.25; - } - - .lg\:hover\:scale-x-150:hover { - --tw-scale-x: 1.5; - } - - .lg\:hover\:scale-y-0:hover { - --tw-scale-y: 0; - } - - .lg\:hover\:scale-y-50:hover { - --tw-scale-y: .5; - } - - .lg\:hover\:scale-y-75:hover { - --tw-scale-y: .75; - } - - .lg\:hover\:scale-y-90:hover { - --tw-scale-y: .9; - } - - .lg\:hover\:scale-y-95:hover { - --tw-scale-y: .95; - } - - .lg\:hover\:scale-y-100:hover { - --tw-scale-y: 1; - } - - .lg\:hover\:scale-y-105:hover { - --tw-scale-y: 1.05; - } - - .lg\:hover\:scale-y-110:hover { - --tw-scale-y: 1.1; - } - - .lg\:hover\:scale-y-125:hover { - --tw-scale-y: 1.25; - } - - .lg\:hover\:scale-y-150:hover { - --tw-scale-y: 1.5; - } - - .lg\:focus\:scale-0:focus { - --tw-scale-x: 0; - --tw-scale-y: 0; - } - - .lg\:focus\:scale-50:focus { - --tw-scale-x: .5; - --tw-scale-y: .5; - } - - .lg\:focus\:scale-75:focus { - --tw-scale-x: .75; - --tw-scale-y: .75; - } - - .lg\:focus\:scale-90:focus { - --tw-scale-x: .9; - --tw-scale-y: .9; - } - - .lg\:focus\:scale-95:focus { - --tw-scale-x: .95; - --tw-scale-y: .95; - } - - .lg\:focus\:scale-100:focus { - --tw-scale-x: 1; - --tw-scale-y: 1; - } - - .lg\:focus\:scale-105:focus { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; - } - - .lg\:focus\:scale-110:focus { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; - } - - .lg\:focus\:scale-125:focus { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; - } - - .lg\:focus\:scale-150:focus { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; - } - - .lg\:focus\:scale-x-0:focus { - --tw-scale-x: 0; - } - - .lg\:focus\:scale-x-50:focus { - --tw-scale-x: .5; - } - - .lg\:focus\:scale-x-75:focus { - --tw-scale-x: .75; - } - - .lg\:focus\:scale-x-90:focus { - --tw-scale-x: .9; - } - - .lg\:focus\:scale-x-95:focus { - --tw-scale-x: .95; - } - - .lg\:focus\:scale-x-100:focus { - --tw-scale-x: 1; - } - - .lg\:focus\:scale-x-105:focus { - --tw-scale-x: 1.05; - } - - .lg\:focus\:scale-x-110:focus { - --tw-scale-x: 1.1; - } - - .lg\:focus\:scale-x-125:focus { - --tw-scale-x: 1.25; - } - - .lg\:focus\:scale-x-150:focus { - --tw-scale-x: 1.5; - } - - .lg\:focus\:scale-y-0:focus { - --tw-scale-y: 0; - } - - .lg\:focus\:scale-y-50:focus { - --tw-scale-y: .5; - } - - .lg\:focus\:scale-y-75:focus { - --tw-scale-y: .75; - } - - .lg\:focus\:scale-y-90:focus { - --tw-scale-y: .9; - } - - .lg\:focus\:scale-y-95:focus { - --tw-scale-y: .95; - } - - .lg\:focus\:scale-y-100:focus { - --tw-scale-y: 1; - } - - .lg\:focus\:scale-y-105:focus { - --tw-scale-y: 1.05; - } - - .lg\:focus\:scale-y-110:focus { - --tw-scale-y: 1.1; - } - - .lg\:focus\:scale-y-125:focus { - --tw-scale-y: 1.25; - } - - .lg\:focus\:scale-y-150:focus { - --tw-scale-y: 1.5; - } - - .lg\:rotate-0 { - --tw-rotate: 0deg; - } - - .lg\:rotate-1 { - --tw-rotate: 1deg; - } - - .lg\:rotate-2 { - --tw-rotate: 2deg; - } - - .lg\:rotate-3 { - --tw-rotate: 3deg; - } - - .lg\:rotate-6 { - --tw-rotate: 6deg; - } - - .lg\:rotate-12 { - --tw-rotate: 12deg; - } - - .lg\:rotate-45 { - --tw-rotate: 45deg; - } - - .lg\:rotate-90 { - --tw-rotate: 90deg; - } - - .lg\:rotate-180 { - --tw-rotate: 180deg; - } - - .lg\:-rotate-180 { - --tw-rotate: -180deg; - } - - .lg\:-rotate-90 { - --tw-rotate: -90deg; - } - - .lg\:-rotate-45 { - --tw-rotate: -45deg; - } - - .lg\:-rotate-12 { - --tw-rotate: -12deg; - } - - .lg\:-rotate-6 { - --tw-rotate: -6deg; - } - - .lg\:-rotate-3 { - --tw-rotate: -3deg; - } - - .lg\:-rotate-2 { - --tw-rotate: -2deg; - } - - .lg\:-rotate-1 { - --tw-rotate: -1deg; - } - - .lg\:hover\:rotate-0:hover { - --tw-rotate: 0deg; - } - - .lg\:hover\:rotate-1:hover { - --tw-rotate: 1deg; - } - - .lg\:hover\:rotate-2:hover { - --tw-rotate: 2deg; - } - - .lg\:hover\:rotate-3:hover { - --tw-rotate: 3deg; - } - - .lg\:hover\:rotate-6:hover { - --tw-rotate: 6deg; - } - - .lg\:hover\:rotate-12:hover { - --tw-rotate: 12deg; - } - - .lg\:hover\:rotate-45:hover { - --tw-rotate: 45deg; - } - - .lg\:hover\:rotate-90:hover { - --tw-rotate: 90deg; - } - - .lg\:hover\:rotate-180:hover { - --tw-rotate: 180deg; - } - - .lg\:hover\:-rotate-180:hover { - --tw-rotate: -180deg; - } - - .lg\:hover\:-rotate-90:hover { - --tw-rotate: -90deg; - } - - .lg\:hover\:-rotate-45:hover { - --tw-rotate: -45deg; - } - - .lg\:hover\:-rotate-12:hover { - --tw-rotate: -12deg; - } - - .lg\:hover\:-rotate-6:hover { - --tw-rotate: -6deg; - } - - .lg\:hover\:-rotate-3:hover { - --tw-rotate: -3deg; - } - - .lg\:hover\:-rotate-2:hover { - --tw-rotate: -2deg; - } - - .lg\:hover\:-rotate-1:hover { - --tw-rotate: -1deg; - } - - .lg\:focus\:rotate-0:focus { - --tw-rotate: 0deg; - } - - .lg\:focus\:rotate-1:focus { - --tw-rotate: 1deg; - } - - .lg\:focus\:rotate-2:focus { - --tw-rotate: 2deg; - } - - .lg\:focus\:rotate-3:focus { - --tw-rotate: 3deg; - } - - .lg\:focus\:rotate-6:focus { - --tw-rotate: 6deg; - } - - .lg\:focus\:rotate-12:focus { - --tw-rotate: 12deg; - } - - .lg\:focus\:rotate-45:focus { - --tw-rotate: 45deg; - } - - .lg\:focus\:rotate-90:focus { - --tw-rotate: 90deg; - } - - .lg\:focus\:rotate-180:focus { - --tw-rotate: 180deg; - } - - .lg\:focus\:-rotate-180:focus { - --tw-rotate: -180deg; - } - - .lg\:focus\:-rotate-90:focus { - --tw-rotate: -90deg; - } - - .lg\:focus\:-rotate-45:focus { - --tw-rotate: -45deg; - } - - .lg\:focus\:-rotate-12:focus { - --tw-rotate: -12deg; - } - - .lg\:focus\:-rotate-6:focus { - --tw-rotate: -6deg; - } - - .lg\:focus\:-rotate-3:focus { - --tw-rotate: -3deg; - } - - .lg\:focus\:-rotate-2:focus { - --tw-rotate: -2deg; - } - - .lg\:focus\:-rotate-1:focus { - --tw-rotate: -1deg; - } - - .lg\:translate-x-0 { - --tw-translate-x: 0px; - } - - .lg\:translate-x-1 { - --tw-translate-x: 0.25rem; - } - - .lg\:translate-x-2 { - --tw-translate-x: 0.5rem; - } - - .lg\:translate-x-3 { - --tw-translate-x: 0.75rem; - } - - .lg\:translate-x-4 { - --tw-translate-x: 1rem; - } - - .lg\:translate-x-5 { - --tw-translate-x: 1.25rem; - } - - .lg\:translate-x-6 { - --tw-translate-x: 1.5rem; - } - - .lg\:translate-x-7 { - --tw-translate-x: 1.75rem; - } - - .lg\:translate-x-8 { - --tw-translate-x: 2rem; - } - - .lg\:translate-x-9 { - --tw-translate-x: 2.25rem; - } - - .lg\:translate-x-10 { - --tw-translate-x: 2.5rem; - } - - .lg\:translate-x-11 { - --tw-translate-x: 2.75rem; - } - - .lg\:translate-x-12 { - --tw-translate-x: 3rem; - } - - .lg\:translate-x-14 { - --tw-translate-x: 3.5rem; - } - - .lg\:translate-x-16 { - --tw-translate-x: 4rem; - } - - .lg\:translate-x-20 { - --tw-translate-x: 5rem; - } - - .lg\:translate-x-22 { - --tw-translate-x: 5.625rem; - } - - .lg\:translate-x-24 { - --tw-translate-x: 6rem; - } - - .lg\:translate-x-28 { - --tw-translate-x: 7rem; - } - - .lg\:translate-x-32 { - --tw-translate-x: 8rem; - } - - .lg\:translate-x-36 { - --tw-translate-x: 9rem; - } - - .lg\:translate-x-40 { - --tw-translate-x: 10rem; - } - - .lg\:translate-x-44 { - --tw-translate-x: 11rem; - } - - .lg\:translate-x-48 { - --tw-translate-x: 12rem; - } - - .lg\:translate-x-52 { - --tw-translate-x: 13rem; - } - - .lg\:translate-x-56 { - --tw-translate-x: 14rem; - } - - .lg\:translate-x-60 { - --tw-translate-x: 240px; - } - - .lg\:translate-x-64 { - --tw-translate-x: 16rem; - } - - .lg\:translate-x-72 { - --tw-translate-x: 18rem; - } - - .lg\:translate-x-80 { - --tw-translate-x: 20rem; - } - - .lg\:translate-x-88 { - --tw-translate-x: 22rem; - } - - .lg\:translate-x-96 { - --tw-translate-x: 24rem; - } - - .lg\:translate-x-130 { - --tw-translate-x: 560px; - } - - .lg\:translate-x-px { - --tw-translate-x: 1px; - } - - .lg\:translate-x-0\.5 { - --tw-translate-x: 0.125rem; - } - - .lg\:translate-x-1\.5 { - --tw-translate-x: 0.375rem; - } - - .lg\:translate-x-2\.5 { - --tw-translate-x: 0.625rem; - } - - .lg\:translate-x-3\.5 { - --tw-translate-x: 0.875rem; - } - - .lg\:-translate-x-0 { - --tw-translate-x: 0px; - } - - .lg\:-translate-x-1 { - --tw-translate-x: -0.25rem; - } - - .lg\:-translate-x-2 { - --tw-translate-x: -0.5rem; - } - - .lg\:-translate-x-3 { - --tw-translate-x: -0.75rem; - } - - .lg\:-translate-x-4 { - --tw-translate-x: -1rem; - } - - .lg\:-translate-x-5 { - --tw-translate-x: -1.25rem; - } - - .lg\:-translate-x-6 { - --tw-translate-x: -1.5rem; - } - - .lg\:-translate-x-7 { - --tw-translate-x: -1.75rem; - } - - .lg\:-translate-x-8 { - --tw-translate-x: -2rem; - } - - .lg\:-translate-x-9 { - --tw-translate-x: -2.25rem; - } - - .lg\:-translate-x-10 { - --tw-translate-x: -2.5rem; - } - - .lg\:-translate-x-11 { - --tw-translate-x: -2.75rem; - } - - .lg\:-translate-x-12 { - --tw-translate-x: -3rem; - } - - .lg\:-translate-x-14 { - --tw-translate-x: -3.5rem; - } - - .lg\:-translate-x-16 { - --tw-translate-x: -4rem; - } - - .lg\:-translate-x-20 { - --tw-translate-x: -5rem; - } - - .lg\:-translate-x-22 { - --tw-translate-x: -5.625rem; - } - - .lg\:-translate-x-24 { - --tw-translate-x: -6rem; - } - - .lg\:-translate-x-28 { - --tw-translate-x: -7rem; - } - - .lg\:-translate-x-32 { - --tw-translate-x: -8rem; - } - - .lg\:-translate-x-36 { - --tw-translate-x: -9rem; - } - - .lg\:-translate-x-40 { - --tw-translate-x: -10rem; - } - - .lg\:-translate-x-44 { - --tw-translate-x: -11rem; - } - - .lg\:-translate-x-48 { - --tw-translate-x: -12rem; - } - - .lg\:-translate-x-52 { - --tw-translate-x: -13rem; - } - - .lg\:-translate-x-56 { - --tw-translate-x: -14rem; - } - - .lg\:-translate-x-60 { - --tw-translate-x: -240px; - } - - .lg\:-translate-x-64 { - --tw-translate-x: -16rem; - } - - .lg\:-translate-x-72 { - --tw-translate-x: -18rem; - } - - .lg\:-translate-x-80 { - --tw-translate-x: -20rem; - } - - .lg\:-translate-x-88 { - --tw-translate-x: -22rem; - } - - .lg\:-translate-x-96 { - --tw-translate-x: -24rem; - } - - .lg\:-translate-x-130 { - --tw-translate-x: -560px; - } - - .lg\:-translate-x-px { - --tw-translate-x: -1px; - } - - .lg\:-translate-x-0\.5 { - --tw-translate-x: -0.125rem; - } - - .lg\:-translate-x-1\.5 { - --tw-translate-x: -0.375rem; - } - - .lg\:-translate-x-2\.5 { - --tw-translate-x: -0.625rem; - } - - .lg\:-translate-x-3\.5 { - --tw-translate-x: -0.875rem; - } - - .lg\:translate-x-1\/2 { - --tw-translate-x: 50%; - } - - .lg\:translate-x-1\/3 { - --tw-translate-x: 33.333333%; - } - - .lg\:translate-x-2\/3 { - --tw-translate-x: 66.666667%; - } - - .lg\:translate-x-1\/4 { - --tw-translate-x: 25%; - } - - .lg\:translate-x-2\/4 { - --tw-translate-x: 50%; - } - - .lg\:translate-x-3\/4 { - --tw-translate-x: 75%; - } - - .lg\:translate-x-full { - --tw-translate-x: 100%; - } - - .lg\:-translate-x-1\/2 { - --tw-translate-x: -50%; - } - - .lg\:-translate-x-1\/3 { - --tw-translate-x: -33.333333%; - } - - .lg\:-translate-x-2\/3 { - --tw-translate-x: -66.666667%; - } - - .lg\:-translate-x-1\/4 { - --tw-translate-x: -25%; - } - - .lg\:-translate-x-2\/4 { - --tw-translate-x: -50%; - } - - .lg\:-translate-x-3\/4 { - --tw-translate-x: -75%; - } - - .lg\:-translate-x-full { - --tw-translate-x: -100%; - } - - .lg\:translate-y-0 { - --tw-translate-y: 0px; - } - - .lg\:translate-y-1 { - --tw-translate-y: 0.25rem; - } - - .lg\:translate-y-2 { - --tw-translate-y: 0.5rem; - } - - .lg\:translate-y-3 { - --tw-translate-y: 0.75rem; - } - - .lg\:translate-y-4 { - --tw-translate-y: 1rem; - } - - .lg\:translate-y-5 { - --tw-translate-y: 1.25rem; - } - - .lg\:translate-y-6 { - --tw-translate-y: 1.5rem; - } - - .lg\:translate-y-7 { - --tw-translate-y: 1.75rem; - } - - .lg\:translate-y-8 { - --tw-translate-y: 2rem; - } - - .lg\:translate-y-9 { - --tw-translate-y: 2.25rem; - } - - .lg\:translate-y-10 { - --tw-translate-y: 2.5rem; - } - - .lg\:translate-y-11 { - --tw-translate-y: 2.75rem; - } - - .lg\:translate-y-12 { - --tw-translate-y: 3rem; - } - - .lg\:translate-y-14 { - --tw-translate-y: 3.5rem; - } - - .lg\:translate-y-16 { - --tw-translate-y: 4rem; - } - - .lg\:translate-y-20 { - --tw-translate-y: 5rem; - } - - .lg\:translate-y-22 { - --tw-translate-y: 5.625rem; - } - - .lg\:translate-y-24 { - --tw-translate-y: 6rem; - } - - .lg\:translate-y-28 { - --tw-translate-y: 7rem; - } - - .lg\:translate-y-32 { - --tw-translate-y: 8rem; - } - - .lg\:translate-y-36 { - --tw-translate-y: 9rem; - } - - .lg\:translate-y-40 { - --tw-translate-y: 10rem; - } - - .lg\:translate-y-44 { - --tw-translate-y: 11rem; - } - - .lg\:translate-y-48 { - --tw-translate-y: 12rem; - } - - .lg\:translate-y-52 { - --tw-translate-y: 13rem; - } - - .lg\:translate-y-56 { - --tw-translate-y: 14rem; - } - - .lg\:translate-y-60 { - --tw-translate-y: 240px; - } - - .lg\:translate-y-64 { - --tw-translate-y: 16rem; - } - - .lg\:translate-y-72 { - --tw-translate-y: 18rem; - } - - .lg\:translate-y-80 { - --tw-translate-y: 20rem; - } - - .lg\:translate-y-88 { - --tw-translate-y: 22rem; - } - - .lg\:translate-y-96 { - --tw-translate-y: 24rem; - } - - .lg\:translate-y-130 { - --tw-translate-y: 560px; - } - - .lg\:translate-y-px { - --tw-translate-y: 1px; - } - - .lg\:translate-y-0\.5 { - --tw-translate-y: 0.125rem; - } - - .lg\:translate-y-1\.5 { - --tw-translate-y: 0.375rem; - } - - .lg\:translate-y-2\.5 { - --tw-translate-y: 0.625rem; - } - - .lg\:translate-y-3\.5 { - --tw-translate-y: 0.875rem; - } - - .lg\:-translate-y-0 { - --tw-translate-y: 0px; - } - - .lg\:-translate-y-1 { - --tw-translate-y: -0.25rem; - } - - .lg\:-translate-y-2 { - --tw-translate-y: -0.5rem; - } - - .lg\:-translate-y-3 { - --tw-translate-y: -0.75rem; - } - - .lg\:-translate-y-4 { - --tw-translate-y: -1rem; - } - - .lg\:-translate-y-5 { - --tw-translate-y: -1.25rem; - } - - .lg\:-translate-y-6 { - --tw-translate-y: -1.5rem; - } - - .lg\:-translate-y-7 { - --tw-translate-y: -1.75rem; - } - - .lg\:-translate-y-8 { - --tw-translate-y: -2rem; - } - - .lg\:-translate-y-9 { - --tw-translate-y: -2.25rem; - } - - .lg\:-translate-y-10 { - --tw-translate-y: -2.5rem; - } - - .lg\:-translate-y-11 { - --tw-translate-y: -2.75rem; - } - - .lg\:-translate-y-12 { - --tw-translate-y: -3rem; - } - - .lg\:-translate-y-14 { - --tw-translate-y: -3.5rem; - } - - .lg\:-translate-y-16 { - --tw-translate-y: -4rem; - } - - .lg\:-translate-y-20 { - --tw-translate-y: -5rem; - } - - .lg\:-translate-y-22 { - --tw-translate-y: -5.625rem; - } - - .lg\:-translate-y-24 { - --tw-translate-y: -6rem; - } - - .lg\:-translate-y-28 { - --tw-translate-y: -7rem; - } - - .lg\:-translate-y-32 { - --tw-translate-y: -8rem; - } - - .lg\:-translate-y-36 { - --tw-translate-y: -9rem; - } - - .lg\:-translate-y-40 { - --tw-translate-y: -10rem; - } - - .lg\:-translate-y-44 { - --tw-translate-y: -11rem; - } - - .lg\:-translate-y-48 { - --tw-translate-y: -12rem; - } - - .lg\:-translate-y-52 { - --tw-translate-y: -13rem; - } - - .lg\:-translate-y-56 { - --tw-translate-y: -14rem; - } - - .lg\:-translate-y-60 { - --tw-translate-y: -240px; - } - - .lg\:-translate-y-64 { - --tw-translate-y: -16rem; - } - - .lg\:-translate-y-72 { - --tw-translate-y: -18rem; - } - - .lg\:-translate-y-80 { - --tw-translate-y: -20rem; - } - - .lg\:-translate-y-88 { - --tw-translate-y: -22rem; - } - - .lg\:-translate-y-96 { - --tw-translate-y: -24rem; - } - - .lg\:-translate-y-130 { - --tw-translate-y: -560px; - } - - .lg\:-translate-y-px { - --tw-translate-y: -1px; - } - - .lg\:-translate-y-0\.5 { - --tw-translate-y: -0.125rem; - } - - .lg\:-translate-y-1\.5 { - --tw-translate-y: -0.375rem; - } - - .lg\:-translate-y-2\.5 { - --tw-translate-y: -0.625rem; - } - - .lg\:-translate-y-3\.5 { - --tw-translate-y: -0.875rem; - } - - .lg\:translate-y-1\/2 { - --tw-translate-y: 50%; - } - - .lg\:translate-y-1\/3 { - --tw-translate-y: 33.333333%; - } - - .lg\:translate-y-2\/3 { - --tw-translate-y: 66.666667%; - } - - .lg\:translate-y-1\/4 { - --tw-translate-y: 25%; - } - - .lg\:translate-y-2\/4 { - --tw-translate-y: 50%; - } - - .lg\:translate-y-3\/4 { - --tw-translate-y: 75%; - } - - .lg\:translate-y-full { - --tw-translate-y: 100%; - } - - .lg\:-translate-y-1\/2 { - --tw-translate-y: -50%; - } - - .lg\:-translate-y-1\/3 { - --tw-translate-y: -33.333333%; - } - - .lg\:-translate-y-2\/3 { - --tw-translate-y: -66.666667%; - } - - .lg\:-translate-y-1\/4 { - --tw-translate-y: -25%; - } - - .lg\:-translate-y-2\/4 { - --tw-translate-y: -50%; - } - - .lg\:-translate-y-3\/4 { - --tw-translate-y: -75%; - } - - .lg\:-translate-y-full { - --tw-translate-y: -100%; - } - - .lg\:hover\:translate-x-0:hover { - --tw-translate-x: 0px; - } - - .lg\:hover\:translate-x-1:hover { - --tw-translate-x: 0.25rem; - } - - .lg\:hover\:translate-x-2:hover { - --tw-translate-x: 0.5rem; - } - - .lg\:hover\:translate-x-3:hover { - --tw-translate-x: 0.75rem; - } - - .lg\:hover\:translate-x-4:hover { - --tw-translate-x: 1rem; - } - - .lg\:hover\:translate-x-5:hover { - --tw-translate-x: 1.25rem; - } - - .lg\:hover\:translate-x-6:hover { - --tw-translate-x: 1.5rem; - } - - .lg\:hover\:translate-x-7:hover { - --tw-translate-x: 1.75rem; - } - - .lg\:hover\:translate-x-8:hover { - --tw-translate-x: 2rem; - } - - .lg\:hover\:translate-x-9:hover { - --tw-translate-x: 2.25rem; - } - - .lg\:hover\:translate-x-10:hover { - --tw-translate-x: 2.5rem; - } - - .lg\:hover\:translate-x-11:hover { - --tw-translate-x: 2.75rem; - } - - .lg\:hover\:translate-x-12:hover { - --tw-translate-x: 3rem; - } - - .lg\:hover\:translate-x-14:hover { - --tw-translate-x: 3.5rem; - } - - .lg\:hover\:translate-x-16:hover { - --tw-translate-x: 4rem; - } - - .lg\:hover\:translate-x-20:hover { - --tw-translate-x: 5rem; - } - - .lg\:hover\:translate-x-22:hover { - --tw-translate-x: 5.625rem; - } - - .lg\:hover\:translate-x-24:hover { - --tw-translate-x: 6rem; - } - - .lg\:hover\:translate-x-28:hover { - --tw-translate-x: 7rem; - } - - .lg\:hover\:translate-x-32:hover { - --tw-translate-x: 8rem; - } - - .lg\:hover\:translate-x-36:hover { - --tw-translate-x: 9rem; - } - - .lg\:hover\:translate-x-40:hover { - --tw-translate-x: 10rem; - } - - .lg\:hover\:translate-x-44:hover { - --tw-translate-x: 11rem; - } - - .lg\:hover\:translate-x-48:hover { - --tw-translate-x: 12rem; - } - - .lg\:hover\:translate-x-52:hover { - --tw-translate-x: 13rem; - } - - .lg\:hover\:translate-x-56:hover { - --tw-translate-x: 14rem; - } - - .lg\:hover\:translate-x-60:hover { - --tw-translate-x: 240px; - } - - .lg\:hover\:translate-x-64:hover { - --tw-translate-x: 16rem; - } - - .lg\:hover\:translate-x-72:hover { - --tw-translate-x: 18rem; - } - - .lg\:hover\:translate-x-80:hover { - --tw-translate-x: 20rem; - } - - .lg\:hover\:translate-x-88:hover { - --tw-translate-x: 22rem; - } - - .lg\:hover\:translate-x-96:hover { - --tw-translate-x: 24rem; - } - - .lg\:hover\:translate-x-130:hover { - --tw-translate-x: 560px; - } - - .lg\:hover\:translate-x-px:hover { - --tw-translate-x: 1px; - } - - .lg\:hover\:translate-x-0\.5:hover { - --tw-translate-x: 0.125rem; - } - - .lg\:hover\:translate-x-1\.5:hover { - --tw-translate-x: 0.375rem; - } - - .lg\:hover\:translate-x-2\.5:hover { - --tw-translate-x: 0.625rem; - } - - .lg\:hover\:translate-x-3\.5:hover { - --tw-translate-x: 0.875rem; - } - - .lg\:hover\:-translate-x-0:hover { - --tw-translate-x: 0px; - } - - .lg\:hover\:-translate-x-1:hover { - --tw-translate-x: -0.25rem; - } - - .lg\:hover\:-translate-x-2:hover { - --tw-translate-x: -0.5rem; - } - - .lg\:hover\:-translate-x-3:hover { - --tw-translate-x: -0.75rem; - } - - .lg\:hover\:-translate-x-4:hover { - --tw-translate-x: -1rem; - } - - .lg\:hover\:-translate-x-5:hover { - --tw-translate-x: -1.25rem; - } - - .lg\:hover\:-translate-x-6:hover { - --tw-translate-x: -1.5rem; - } - - .lg\:hover\:-translate-x-7:hover { - --tw-translate-x: -1.75rem; - } - - .lg\:hover\:-translate-x-8:hover { - --tw-translate-x: -2rem; - } - - .lg\:hover\:-translate-x-9:hover { - --tw-translate-x: -2.25rem; - } - - .lg\:hover\:-translate-x-10:hover { - --tw-translate-x: -2.5rem; - } - - .lg\:hover\:-translate-x-11:hover { - --tw-translate-x: -2.75rem; - } - - .lg\:hover\:-translate-x-12:hover { - --tw-translate-x: -3rem; - } - - .lg\:hover\:-translate-x-14:hover { - --tw-translate-x: -3.5rem; - } - - .lg\:hover\:-translate-x-16:hover { - --tw-translate-x: -4rem; - } - - .lg\:hover\:-translate-x-20:hover { - --tw-translate-x: -5rem; - } - - .lg\:hover\:-translate-x-22:hover { - --tw-translate-x: -5.625rem; - } - - .lg\:hover\:-translate-x-24:hover { - --tw-translate-x: -6rem; - } - - .lg\:hover\:-translate-x-28:hover { - --tw-translate-x: -7rem; - } - - .lg\:hover\:-translate-x-32:hover { - --tw-translate-x: -8rem; - } - - .lg\:hover\:-translate-x-36:hover { - --tw-translate-x: -9rem; - } - - .lg\:hover\:-translate-x-40:hover { - --tw-translate-x: -10rem; - } - - .lg\:hover\:-translate-x-44:hover { - --tw-translate-x: -11rem; - } - - .lg\:hover\:-translate-x-48:hover { - --tw-translate-x: -12rem; - } - - .lg\:hover\:-translate-x-52:hover { - --tw-translate-x: -13rem; - } - - .lg\:hover\:-translate-x-56:hover { - --tw-translate-x: -14rem; - } - - .lg\:hover\:-translate-x-60:hover { - --tw-translate-x: -240px; - } - - .lg\:hover\:-translate-x-64:hover { - --tw-translate-x: -16rem; - } - - .lg\:hover\:-translate-x-72:hover { - --tw-translate-x: -18rem; - } - - .lg\:hover\:-translate-x-80:hover { - --tw-translate-x: -20rem; - } - - .lg\:hover\:-translate-x-88:hover { - --tw-translate-x: -22rem; - } - - .lg\:hover\:-translate-x-96:hover { - --tw-translate-x: -24rem; - } - - .lg\:hover\:-translate-x-130:hover { - --tw-translate-x: -560px; - } - - .lg\:hover\:-translate-x-px:hover { - --tw-translate-x: -1px; - } - - .lg\:hover\:-translate-x-0\.5:hover { - --tw-translate-x: -0.125rem; - } - - .lg\:hover\:-translate-x-1\.5:hover { - --tw-translate-x: -0.375rem; - } - - .lg\:hover\:-translate-x-2\.5:hover { - --tw-translate-x: -0.625rem; - } - - .lg\:hover\:-translate-x-3\.5:hover { - --tw-translate-x: -0.875rem; - } - - .lg\:hover\:translate-x-1\/2:hover { - --tw-translate-x: 50%; - } - - .lg\:hover\:translate-x-1\/3:hover { - --tw-translate-x: 33.333333%; - } - - .lg\:hover\:translate-x-2\/3:hover { - --tw-translate-x: 66.666667%; - } - - .lg\:hover\:translate-x-1\/4:hover { - --tw-translate-x: 25%; - } - - .lg\:hover\:translate-x-2\/4:hover { - --tw-translate-x: 50%; - } - - .lg\:hover\:translate-x-3\/4:hover { - --tw-translate-x: 75%; - } - - .lg\:hover\:translate-x-full:hover { - --tw-translate-x: 100%; - } - - .lg\:hover\:-translate-x-1\/2:hover { - --tw-translate-x: -50%; - } - - .lg\:hover\:-translate-x-1\/3:hover { - --tw-translate-x: -33.333333%; - } - - .lg\:hover\:-translate-x-2\/3:hover { - --tw-translate-x: -66.666667%; - } - - .lg\:hover\:-translate-x-1\/4:hover { - --tw-translate-x: -25%; - } - - .lg\:hover\:-translate-x-2\/4:hover { - --tw-translate-x: -50%; - } - - .lg\:hover\:-translate-x-3\/4:hover { - --tw-translate-x: -75%; - } - - .lg\:hover\:-translate-x-full:hover { - --tw-translate-x: -100%; - } - - .lg\:hover\:translate-y-0:hover { - --tw-translate-y: 0px; - } - - .lg\:hover\:translate-y-1:hover { - --tw-translate-y: 0.25rem; - } - - .lg\:hover\:translate-y-2:hover { - --tw-translate-y: 0.5rem; - } - - .lg\:hover\:translate-y-3:hover { - --tw-translate-y: 0.75rem; - } - - .lg\:hover\:translate-y-4:hover { - --tw-translate-y: 1rem; - } - - .lg\:hover\:translate-y-5:hover { - --tw-translate-y: 1.25rem; - } - - .lg\:hover\:translate-y-6:hover { - --tw-translate-y: 1.5rem; - } - - .lg\:hover\:translate-y-7:hover { - --tw-translate-y: 1.75rem; - } - - .lg\:hover\:translate-y-8:hover { - --tw-translate-y: 2rem; - } - - .lg\:hover\:translate-y-9:hover { - --tw-translate-y: 2.25rem; - } - - .lg\:hover\:translate-y-10:hover { - --tw-translate-y: 2.5rem; - } - - .lg\:hover\:translate-y-11:hover { - --tw-translate-y: 2.75rem; - } - - .lg\:hover\:translate-y-12:hover { - --tw-translate-y: 3rem; - } - - .lg\:hover\:translate-y-14:hover { - --tw-translate-y: 3.5rem; - } - - .lg\:hover\:translate-y-16:hover { - --tw-translate-y: 4rem; - } - - .lg\:hover\:translate-y-20:hover { - --tw-translate-y: 5rem; - } - - .lg\:hover\:translate-y-22:hover { - --tw-translate-y: 5.625rem; - } - - .lg\:hover\:translate-y-24:hover { - --tw-translate-y: 6rem; - } - - .lg\:hover\:translate-y-28:hover { - --tw-translate-y: 7rem; - } - - .lg\:hover\:translate-y-32:hover { - --tw-translate-y: 8rem; - } - - .lg\:hover\:translate-y-36:hover { - --tw-translate-y: 9rem; - } - - .lg\:hover\:translate-y-40:hover { - --tw-translate-y: 10rem; - } - - .lg\:hover\:translate-y-44:hover { - --tw-translate-y: 11rem; - } - - .lg\:hover\:translate-y-48:hover { - --tw-translate-y: 12rem; - } - - .lg\:hover\:translate-y-52:hover { - --tw-translate-y: 13rem; - } - - .lg\:hover\:translate-y-56:hover { - --tw-translate-y: 14rem; - } - - .lg\:hover\:translate-y-60:hover { - --tw-translate-y: 240px; - } - - .lg\:hover\:translate-y-64:hover { - --tw-translate-y: 16rem; - } - - .lg\:hover\:translate-y-72:hover { - --tw-translate-y: 18rem; - } - - .lg\:hover\:translate-y-80:hover { - --tw-translate-y: 20rem; - } - - .lg\:hover\:translate-y-88:hover { - --tw-translate-y: 22rem; - } - - .lg\:hover\:translate-y-96:hover { - --tw-translate-y: 24rem; - } - - .lg\:hover\:translate-y-130:hover { - --tw-translate-y: 560px; - } - - .lg\:hover\:translate-y-px:hover { - --tw-translate-y: 1px; - } - - .lg\:hover\:translate-y-0\.5:hover { - --tw-translate-y: 0.125rem; - } - - .lg\:hover\:translate-y-1\.5:hover { - --tw-translate-y: 0.375rem; - } - - .lg\:hover\:translate-y-2\.5:hover { - --tw-translate-y: 0.625rem; - } - - .lg\:hover\:translate-y-3\.5:hover { - --tw-translate-y: 0.875rem; - } - - .lg\:hover\:-translate-y-0:hover { - --tw-translate-y: 0px; - } - - .lg\:hover\:-translate-y-1:hover { - --tw-translate-y: -0.25rem; - } - - .lg\:hover\:-translate-y-2:hover { - --tw-translate-y: -0.5rem; - } - - .lg\:hover\:-translate-y-3:hover { - --tw-translate-y: -0.75rem; - } - - .lg\:hover\:-translate-y-4:hover { - --tw-translate-y: -1rem; - } - - .lg\:hover\:-translate-y-5:hover { - --tw-translate-y: -1.25rem; - } - - .lg\:hover\:-translate-y-6:hover { - --tw-translate-y: -1.5rem; - } - - .lg\:hover\:-translate-y-7:hover { - --tw-translate-y: -1.75rem; - } - - .lg\:hover\:-translate-y-8:hover { - --tw-translate-y: -2rem; - } - - .lg\:hover\:-translate-y-9:hover { - --tw-translate-y: -2.25rem; - } - - .lg\:hover\:-translate-y-10:hover { - --tw-translate-y: -2.5rem; - } - - .lg\:hover\:-translate-y-11:hover { - --tw-translate-y: -2.75rem; - } - - .lg\:hover\:-translate-y-12:hover { - --tw-translate-y: -3rem; - } - - .lg\:hover\:-translate-y-14:hover { - --tw-translate-y: -3.5rem; - } - - .lg\:hover\:-translate-y-16:hover { - --tw-translate-y: -4rem; - } - - .lg\:hover\:-translate-y-20:hover { - --tw-translate-y: -5rem; - } - - .lg\:hover\:-translate-y-22:hover { - --tw-translate-y: -5.625rem; - } - - .lg\:hover\:-translate-y-24:hover { - --tw-translate-y: -6rem; - } - - .lg\:hover\:-translate-y-28:hover { - --tw-translate-y: -7rem; - } - - .lg\:hover\:-translate-y-32:hover { - --tw-translate-y: -8rem; - } - - .lg\:hover\:-translate-y-36:hover { - --tw-translate-y: -9rem; - } - - .lg\:hover\:-translate-y-40:hover { - --tw-translate-y: -10rem; - } - - .lg\:hover\:-translate-y-44:hover { - --tw-translate-y: -11rem; - } - - .lg\:hover\:-translate-y-48:hover { - --tw-translate-y: -12rem; - } - - .lg\:hover\:-translate-y-52:hover { - --tw-translate-y: -13rem; - } - - .lg\:hover\:-translate-y-56:hover { - --tw-translate-y: -14rem; - } - - .lg\:hover\:-translate-y-60:hover { - --tw-translate-y: -240px; - } - - .lg\:hover\:-translate-y-64:hover { - --tw-translate-y: -16rem; - } - - .lg\:hover\:-translate-y-72:hover { - --tw-translate-y: -18rem; - } - - .lg\:hover\:-translate-y-80:hover { - --tw-translate-y: -20rem; - } - - .lg\:hover\:-translate-y-88:hover { - --tw-translate-y: -22rem; - } - - .lg\:hover\:-translate-y-96:hover { - --tw-translate-y: -24rem; - } - - .lg\:hover\:-translate-y-130:hover { - --tw-translate-y: -560px; - } - - .lg\:hover\:-translate-y-px:hover { - --tw-translate-y: -1px; - } - - .lg\:hover\:-translate-y-0\.5:hover { - --tw-translate-y: -0.125rem; - } - - .lg\:hover\:-translate-y-1\.5:hover { - --tw-translate-y: -0.375rem; - } - - .lg\:hover\:-translate-y-2\.5:hover { - --tw-translate-y: -0.625rem; - } - - .lg\:hover\:-translate-y-3\.5:hover { - --tw-translate-y: -0.875rem; - } - - .lg\:hover\:translate-y-1\/2:hover { - --tw-translate-y: 50%; - } - - .lg\:hover\:translate-y-1\/3:hover { - --tw-translate-y: 33.333333%; - } - - .lg\:hover\:translate-y-2\/3:hover { - --tw-translate-y: 66.666667%; - } - - .lg\:hover\:translate-y-1\/4:hover { - --tw-translate-y: 25%; - } - - .lg\:hover\:translate-y-2\/4:hover { - --tw-translate-y: 50%; - } - - .lg\:hover\:translate-y-3\/4:hover { - --tw-translate-y: 75%; - } - - .lg\:hover\:translate-y-full:hover { - --tw-translate-y: 100%; - } - - .lg\:hover\:-translate-y-1\/2:hover { - --tw-translate-y: -50%; - } - - .lg\:hover\:-translate-y-1\/3:hover { - --tw-translate-y: -33.333333%; - } - - .lg\:hover\:-translate-y-2\/3:hover { - --tw-translate-y: -66.666667%; - } - - .lg\:hover\:-translate-y-1\/4:hover { - --tw-translate-y: -25%; - } - - .lg\:hover\:-translate-y-2\/4:hover { - --tw-translate-y: -50%; - } - - .lg\:hover\:-translate-y-3\/4:hover { - --tw-translate-y: -75%; - } - - .lg\:hover\:-translate-y-full:hover { - --tw-translate-y: -100%; - } - - .lg\:focus\:translate-x-0:focus { - --tw-translate-x: 0px; - } - - .lg\:focus\:translate-x-1:focus { - --tw-translate-x: 0.25rem; - } - - .lg\:focus\:translate-x-2:focus { - --tw-translate-x: 0.5rem; - } - - .lg\:focus\:translate-x-3:focus { - --tw-translate-x: 0.75rem; - } - - .lg\:focus\:translate-x-4:focus { - --tw-translate-x: 1rem; - } - - .lg\:focus\:translate-x-5:focus { - --tw-translate-x: 1.25rem; - } - - .lg\:focus\:translate-x-6:focus { - --tw-translate-x: 1.5rem; - } - - .lg\:focus\:translate-x-7:focus { - --tw-translate-x: 1.75rem; - } - - .lg\:focus\:translate-x-8:focus { - --tw-translate-x: 2rem; - } - - .lg\:focus\:translate-x-9:focus { - --tw-translate-x: 2.25rem; - } - - .lg\:focus\:translate-x-10:focus { - --tw-translate-x: 2.5rem; - } - - .lg\:focus\:translate-x-11:focus { - --tw-translate-x: 2.75rem; - } - - .lg\:focus\:translate-x-12:focus { - --tw-translate-x: 3rem; - } - - .lg\:focus\:translate-x-14:focus { - --tw-translate-x: 3.5rem; - } - - .lg\:focus\:translate-x-16:focus { - --tw-translate-x: 4rem; - } - - .lg\:focus\:translate-x-20:focus { - --tw-translate-x: 5rem; - } - - .lg\:focus\:translate-x-22:focus { - --tw-translate-x: 5.625rem; - } - - .lg\:focus\:translate-x-24:focus { - --tw-translate-x: 6rem; - } - - .lg\:focus\:translate-x-28:focus { - --tw-translate-x: 7rem; - } - - .lg\:focus\:translate-x-32:focus { - --tw-translate-x: 8rem; - } - - .lg\:focus\:translate-x-36:focus { - --tw-translate-x: 9rem; - } - - .lg\:focus\:translate-x-40:focus { - --tw-translate-x: 10rem; - } - - .lg\:focus\:translate-x-44:focus { - --tw-translate-x: 11rem; - } - - .lg\:focus\:translate-x-48:focus { - --tw-translate-x: 12rem; - } - - .lg\:focus\:translate-x-52:focus { - --tw-translate-x: 13rem; - } - - .lg\:focus\:translate-x-56:focus { - --tw-translate-x: 14rem; - } - - .lg\:focus\:translate-x-60:focus { - --tw-translate-x: 240px; - } - - .lg\:focus\:translate-x-64:focus { - --tw-translate-x: 16rem; - } - - .lg\:focus\:translate-x-72:focus { - --tw-translate-x: 18rem; - } - - .lg\:focus\:translate-x-80:focus { - --tw-translate-x: 20rem; - } - - .lg\:focus\:translate-x-88:focus { - --tw-translate-x: 22rem; - } - - .lg\:focus\:translate-x-96:focus { - --tw-translate-x: 24rem; - } - - .lg\:focus\:translate-x-130:focus { - --tw-translate-x: 560px; - } - - .lg\:focus\:translate-x-px:focus { - --tw-translate-x: 1px; - } - - .lg\:focus\:translate-x-0\.5:focus { - --tw-translate-x: 0.125rem; - } - - .lg\:focus\:translate-x-1\.5:focus { - --tw-translate-x: 0.375rem; - } - - .lg\:focus\:translate-x-2\.5:focus { - --tw-translate-x: 0.625rem; - } - - .lg\:focus\:translate-x-3\.5:focus { - --tw-translate-x: 0.875rem; - } - - .lg\:focus\:-translate-x-0:focus { - --tw-translate-x: 0px; - } - - .lg\:focus\:-translate-x-1:focus { - --tw-translate-x: -0.25rem; - } - - .lg\:focus\:-translate-x-2:focus { - --tw-translate-x: -0.5rem; - } - - .lg\:focus\:-translate-x-3:focus { - --tw-translate-x: -0.75rem; - } - - .lg\:focus\:-translate-x-4:focus { - --tw-translate-x: -1rem; - } - - .lg\:focus\:-translate-x-5:focus { - --tw-translate-x: -1.25rem; - } - - .lg\:focus\:-translate-x-6:focus { - --tw-translate-x: -1.5rem; - } - - .lg\:focus\:-translate-x-7:focus { - --tw-translate-x: -1.75rem; - } - - .lg\:focus\:-translate-x-8:focus { - --tw-translate-x: -2rem; - } - - .lg\:focus\:-translate-x-9:focus { - --tw-translate-x: -2.25rem; - } - - .lg\:focus\:-translate-x-10:focus { - --tw-translate-x: -2.5rem; - } - - .lg\:focus\:-translate-x-11:focus { - --tw-translate-x: -2.75rem; - } - - .lg\:focus\:-translate-x-12:focus { - --tw-translate-x: -3rem; - } - - .lg\:focus\:-translate-x-14:focus { - --tw-translate-x: -3.5rem; - } - - .lg\:focus\:-translate-x-16:focus { - --tw-translate-x: -4rem; - } - - .lg\:focus\:-translate-x-20:focus { - --tw-translate-x: -5rem; - } - - .lg\:focus\:-translate-x-22:focus { - --tw-translate-x: -5.625rem; - } - - .lg\:focus\:-translate-x-24:focus { - --tw-translate-x: -6rem; - } - - .lg\:focus\:-translate-x-28:focus { - --tw-translate-x: -7rem; - } - - .lg\:focus\:-translate-x-32:focus { - --tw-translate-x: -8rem; - } - - .lg\:focus\:-translate-x-36:focus { - --tw-translate-x: -9rem; - } - - .lg\:focus\:-translate-x-40:focus { - --tw-translate-x: -10rem; - } - - .lg\:focus\:-translate-x-44:focus { - --tw-translate-x: -11rem; - } - - .lg\:focus\:-translate-x-48:focus { - --tw-translate-x: -12rem; - } - - .lg\:focus\:-translate-x-52:focus { - --tw-translate-x: -13rem; - } - - .lg\:focus\:-translate-x-56:focus { - --tw-translate-x: -14rem; - } - - .lg\:focus\:-translate-x-60:focus { - --tw-translate-x: -240px; - } - - .lg\:focus\:-translate-x-64:focus { - --tw-translate-x: -16rem; - } - - .lg\:focus\:-translate-x-72:focus { - --tw-translate-x: -18rem; - } - - .lg\:focus\:-translate-x-80:focus { - --tw-translate-x: -20rem; - } - - .lg\:focus\:-translate-x-88:focus { - --tw-translate-x: -22rem; - } - - .lg\:focus\:-translate-x-96:focus { - --tw-translate-x: -24rem; - } - - .lg\:focus\:-translate-x-130:focus { - --tw-translate-x: -560px; - } - - .lg\:focus\:-translate-x-px:focus { - --tw-translate-x: -1px; - } - - .lg\:focus\:-translate-x-0\.5:focus { - --tw-translate-x: -0.125rem; - } - - .lg\:focus\:-translate-x-1\.5:focus { - --tw-translate-x: -0.375rem; - } - - .lg\:focus\:-translate-x-2\.5:focus { - --tw-translate-x: -0.625rem; - } - - .lg\:focus\:-translate-x-3\.5:focus { - --tw-translate-x: -0.875rem; - } - - .lg\:focus\:translate-x-1\/2:focus { - --tw-translate-x: 50%; - } - - .lg\:focus\:translate-x-1\/3:focus { - --tw-translate-x: 33.333333%; - } - - .lg\:focus\:translate-x-2\/3:focus { - --tw-translate-x: 66.666667%; - } - - .lg\:focus\:translate-x-1\/4:focus { - --tw-translate-x: 25%; - } - - .lg\:focus\:translate-x-2\/4:focus { - --tw-translate-x: 50%; - } - - .lg\:focus\:translate-x-3\/4:focus { - --tw-translate-x: 75%; - } - - .lg\:focus\:translate-x-full:focus { - --tw-translate-x: 100%; - } - - .lg\:focus\:-translate-x-1\/2:focus { - --tw-translate-x: -50%; - } - - .lg\:focus\:-translate-x-1\/3:focus { - --tw-translate-x: -33.333333%; - } - - .lg\:focus\:-translate-x-2\/3:focus { - --tw-translate-x: -66.666667%; - } - - .lg\:focus\:-translate-x-1\/4:focus { - --tw-translate-x: -25%; - } - - .lg\:focus\:-translate-x-2\/4:focus { - --tw-translate-x: -50%; - } - - .lg\:focus\:-translate-x-3\/4:focus { - --tw-translate-x: -75%; - } - - .lg\:focus\:-translate-x-full:focus { - --tw-translate-x: -100%; - } - - .lg\:focus\:translate-y-0:focus { - --tw-translate-y: 0px; - } - - .lg\:focus\:translate-y-1:focus { - --tw-translate-y: 0.25rem; - } - - .lg\:focus\:translate-y-2:focus { - --tw-translate-y: 0.5rem; - } - - .lg\:focus\:translate-y-3:focus { - --tw-translate-y: 0.75rem; - } - - .lg\:focus\:translate-y-4:focus { - --tw-translate-y: 1rem; - } - - .lg\:focus\:translate-y-5:focus { - --tw-translate-y: 1.25rem; - } - - .lg\:focus\:translate-y-6:focus { - --tw-translate-y: 1.5rem; - } - - .lg\:focus\:translate-y-7:focus { - --tw-translate-y: 1.75rem; - } - - .lg\:focus\:translate-y-8:focus { - --tw-translate-y: 2rem; - } - - .lg\:focus\:translate-y-9:focus { - --tw-translate-y: 2.25rem; - } - - .lg\:focus\:translate-y-10:focus { - --tw-translate-y: 2.5rem; - } - - .lg\:focus\:translate-y-11:focus { - --tw-translate-y: 2.75rem; - } - - .lg\:focus\:translate-y-12:focus { - --tw-translate-y: 3rem; - } - - .lg\:focus\:translate-y-14:focus { - --tw-translate-y: 3.5rem; - } - - .lg\:focus\:translate-y-16:focus { - --tw-translate-y: 4rem; - } - - .lg\:focus\:translate-y-20:focus { - --tw-translate-y: 5rem; - } - - .lg\:focus\:translate-y-22:focus { - --tw-translate-y: 5.625rem; - } - - .lg\:focus\:translate-y-24:focus { - --tw-translate-y: 6rem; - } - - .lg\:focus\:translate-y-28:focus { - --tw-translate-y: 7rem; - } - - .lg\:focus\:translate-y-32:focus { - --tw-translate-y: 8rem; - } - - .lg\:focus\:translate-y-36:focus { - --tw-translate-y: 9rem; - } - - .lg\:focus\:translate-y-40:focus { - --tw-translate-y: 10rem; - } - - .lg\:focus\:translate-y-44:focus { - --tw-translate-y: 11rem; - } - - .lg\:focus\:translate-y-48:focus { - --tw-translate-y: 12rem; - } - - .lg\:focus\:translate-y-52:focus { - --tw-translate-y: 13rem; - } - - .lg\:focus\:translate-y-56:focus { - --tw-translate-y: 14rem; - } - - .lg\:focus\:translate-y-60:focus { - --tw-translate-y: 240px; - } - - .lg\:focus\:translate-y-64:focus { - --tw-translate-y: 16rem; - } - - .lg\:focus\:translate-y-72:focus { - --tw-translate-y: 18rem; - } - - .lg\:focus\:translate-y-80:focus { - --tw-translate-y: 20rem; - } - - .lg\:focus\:translate-y-88:focus { - --tw-translate-y: 22rem; - } - - .lg\:focus\:translate-y-96:focus { - --tw-translate-y: 24rem; - } - - .lg\:focus\:translate-y-130:focus { - --tw-translate-y: 560px; - } - - .lg\:focus\:translate-y-px:focus { - --tw-translate-y: 1px; - } - - .lg\:focus\:translate-y-0\.5:focus { - --tw-translate-y: 0.125rem; - } - - .lg\:focus\:translate-y-1\.5:focus { - --tw-translate-y: 0.375rem; - } - - .lg\:focus\:translate-y-2\.5:focus { - --tw-translate-y: 0.625rem; - } - - .lg\:focus\:translate-y-3\.5:focus { - --tw-translate-y: 0.875rem; - } - - .lg\:focus\:-translate-y-0:focus { - --tw-translate-y: 0px; - } - - .lg\:focus\:-translate-y-1:focus { - --tw-translate-y: -0.25rem; - } - - .lg\:focus\:-translate-y-2:focus { - --tw-translate-y: -0.5rem; - } - - .lg\:focus\:-translate-y-3:focus { - --tw-translate-y: -0.75rem; - } - - .lg\:focus\:-translate-y-4:focus { - --tw-translate-y: -1rem; - } - - .lg\:focus\:-translate-y-5:focus { - --tw-translate-y: -1.25rem; - } - - .lg\:focus\:-translate-y-6:focus { - --tw-translate-y: -1.5rem; - } - - .lg\:focus\:-translate-y-7:focus { - --tw-translate-y: -1.75rem; - } - - .lg\:focus\:-translate-y-8:focus { - --tw-translate-y: -2rem; - } - - .lg\:focus\:-translate-y-9:focus { - --tw-translate-y: -2.25rem; - } - - .lg\:focus\:-translate-y-10:focus { - --tw-translate-y: -2.5rem; - } - - .lg\:focus\:-translate-y-11:focus { - --tw-translate-y: -2.75rem; - } - - .lg\:focus\:-translate-y-12:focus { - --tw-translate-y: -3rem; - } - - .lg\:focus\:-translate-y-14:focus { - --tw-translate-y: -3.5rem; - } - - .lg\:focus\:-translate-y-16:focus { - --tw-translate-y: -4rem; - } - - .lg\:focus\:-translate-y-20:focus { - --tw-translate-y: -5rem; - } - - .lg\:focus\:-translate-y-22:focus { - --tw-translate-y: -5.625rem; - } - - .lg\:focus\:-translate-y-24:focus { - --tw-translate-y: -6rem; - } - - .lg\:focus\:-translate-y-28:focus { - --tw-translate-y: -7rem; - } - - .lg\:focus\:-translate-y-32:focus { - --tw-translate-y: -8rem; - } - - .lg\:focus\:-translate-y-36:focus { - --tw-translate-y: -9rem; - } - - .lg\:focus\:-translate-y-40:focus { - --tw-translate-y: -10rem; - } - - .lg\:focus\:-translate-y-44:focus { - --tw-translate-y: -11rem; - } - - .lg\:focus\:-translate-y-48:focus { - --tw-translate-y: -12rem; - } - - .lg\:focus\:-translate-y-52:focus { - --tw-translate-y: -13rem; - } - - .lg\:focus\:-translate-y-56:focus { - --tw-translate-y: -14rem; - } - - .lg\:focus\:-translate-y-60:focus { - --tw-translate-y: -240px; - } - - .lg\:focus\:-translate-y-64:focus { - --tw-translate-y: -16rem; - } - - .lg\:focus\:-translate-y-72:focus { - --tw-translate-y: -18rem; - } - - .lg\:focus\:-translate-y-80:focus { - --tw-translate-y: -20rem; - } - - .lg\:focus\:-translate-y-88:focus { - --tw-translate-y: -22rem; - } - - .lg\:focus\:-translate-y-96:focus { - --tw-translate-y: -24rem; - } - - .lg\:focus\:-translate-y-130:focus { - --tw-translate-y: -560px; - } - - .lg\:focus\:-translate-y-px:focus { - --tw-translate-y: -1px; - } - - .lg\:focus\:-translate-y-0\.5:focus { - --tw-translate-y: -0.125rem; - } - - .lg\:focus\:-translate-y-1\.5:focus { - --tw-translate-y: -0.375rem; - } - - .lg\:focus\:-translate-y-2\.5:focus { - --tw-translate-y: -0.625rem; - } - - .lg\:focus\:-translate-y-3\.5:focus { - --tw-translate-y: -0.875rem; - } - - .lg\:focus\:translate-y-1\/2:focus { - --tw-translate-y: 50%; - } - - .lg\:focus\:translate-y-1\/3:focus { - --tw-translate-y: 33.333333%; - } - - .lg\:focus\:translate-y-2\/3:focus { - --tw-translate-y: 66.666667%; - } - - .lg\:focus\:translate-y-1\/4:focus { - --tw-translate-y: 25%; - } - - .lg\:focus\:translate-y-2\/4:focus { - --tw-translate-y: 50%; - } - - .lg\:focus\:translate-y-3\/4:focus { - --tw-translate-y: 75%; - } - - .lg\:focus\:translate-y-full:focus { - --tw-translate-y: 100%; - } - - .lg\:focus\:-translate-y-1\/2:focus { - --tw-translate-y: -50%; - } - - .lg\:focus\:-translate-y-1\/3:focus { - --tw-translate-y: -33.333333%; - } - - .lg\:focus\:-translate-y-2\/3:focus { - --tw-translate-y: -66.666667%; - } - - .lg\:focus\:-translate-y-1\/4:focus { - --tw-translate-y: -25%; - } - - .lg\:focus\:-translate-y-2\/4:focus { - --tw-translate-y: -50%; - } - - .lg\:focus\:-translate-y-3\/4:focus { - --tw-translate-y: -75%; - } - - .lg\:focus\:-translate-y-full:focus { - --tw-translate-y: -100%; - } - - .lg\:skew-x-0 { - --tw-skew-x: 0deg; - } - - .lg\:skew-x-1 { - --tw-skew-x: 1deg; - } - - .lg\:skew-x-2 { - --tw-skew-x: 2deg; - } - - .lg\:skew-x-3 { - --tw-skew-x: 3deg; - } - - .lg\:skew-x-6 { - --tw-skew-x: 6deg; - } - - .lg\:skew-x-12 { - --tw-skew-x: 12deg; - } - - .lg\:-skew-x-12 { - --tw-skew-x: -12deg; - } - - .lg\:-skew-x-6 { - --tw-skew-x: -6deg; - } - - .lg\:-skew-x-3 { - --tw-skew-x: -3deg; - } - - .lg\:-skew-x-2 { - --tw-skew-x: -2deg; - } - - .lg\:-skew-x-1 { - --tw-skew-x: -1deg; - } - - .lg\:skew-y-0 { - --tw-skew-y: 0deg; - } - - .lg\:skew-y-1 { - --tw-skew-y: 1deg; - } - - .lg\:skew-y-2 { - --tw-skew-y: 2deg; - } - - .lg\:skew-y-3 { - --tw-skew-y: 3deg; - } - - .lg\:skew-y-6 { - --tw-skew-y: 6deg; - } - - .lg\:skew-y-12 { - --tw-skew-y: 12deg; - } - - .lg\:-skew-y-12 { - --tw-skew-y: -12deg; - } - - .lg\:-skew-y-6 { - --tw-skew-y: -6deg; - } - - .lg\:-skew-y-3 { - --tw-skew-y: -3deg; - } - - .lg\:-skew-y-2 { - --tw-skew-y: -2deg; - } - - .lg\:-skew-y-1 { - --tw-skew-y: -1deg; - } - - .lg\:hover\:skew-x-0:hover { - --tw-skew-x: 0deg; - } - - .lg\:hover\:skew-x-1:hover { - --tw-skew-x: 1deg; - } - - .lg\:hover\:skew-x-2:hover { - --tw-skew-x: 2deg; - } - - .lg\:hover\:skew-x-3:hover { - --tw-skew-x: 3deg; - } - - .lg\:hover\:skew-x-6:hover { - --tw-skew-x: 6deg; - } - - .lg\:hover\:skew-x-12:hover { - --tw-skew-x: 12deg; - } - - .lg\:hover\:-skew-x-12:hover { - --tw-skew-x: -12deg; - } - - .lg\:hover\:-skew-x-6:hover { - --tw-skew-x: -6deg; - } - - .lg\:hover\:-skew-x-3:hover { - --tw-skew-x: -3deg; - } - - .lg\:hover\:-skew-x-2:hover { - --tw-skew-x: -2deg; - } - - .lg\:hover\:-skew-x-1:hover { - --tw-skew-x: -1deg; - } - - .lg\:hover\:skew-y-0:hover { - --tw-skew-y: 0deg; - } - - .lg\:hover\:skew-y-1:hover { - --tw-skew-y: 1deg; - } - - .lg\:hover\:skew-y-2:hover { - --tw-skew-y: 2deg; - } - - .lg\:hover\:skew-y-3:hover { - --tw-skew-y: 3deg; - } - - .lg\:hover\:skew-y-6:hover { - --tw-skew-y: 6deg; - } - - .lg\:hover\:skew-y-12:hover { - --tw-skew-y: 12deg; - } - - .lg\:hover\:-skew-y-12:hover { - --tw-skew-y: -12deg; - } - - .lg\:hover\:-skew-y-6:hover { - --tw-skew-y: -6deg; - } - - .lg\:hover\:-skew-y-3:hover { - --tw-skew-y: -3deg; - } - - .lg\:hover\:-skew-y-2:hover { - --tw-skew-y: -2deg; - } - - .lg\:hover\:-skew-y-1:hover { - --tw-skew-y: -1deg; - } - - .lg\:focus\:skew-x-0:focus { - --tw-skew-x: 0deg; - } - - .lg\:focus\:skew-x-1:focus { - --tw-skew-x: 1deg; - } - - .lg\:focus\:skew-x-2:focus { - --tw-skew-x: 2deg; - } - - .lg\:focus\:skew-x-3:focus { - --tw-skew-x: 3deg; - } - - .lg\:focus\:skew-x-6:focus { - --tw-skew-x: 6deg; - } - - .lg\:focus\:skew-x-12:focus { - --tw-skew-x: 12deg; - } - - .lg\:focus\:-skew-x-12:focus { - --tw-skew-x: -12deg; - } - - .lg\:focus\:-skew-x-6:focus { - --tw-skew-x: -6deg; - } - - .lg\:focus\:-skew-x-3:focus { - --tw-skew-x: -3deg; - } - - .lg\:focus\:-skew-x-2:focus { - --tw-skew-x: -2deg; - } - - .lg\:focus\:-skew-x-1:focus { - --tw-skew-x: -1deg; - } - - .lg\:focus\:skew-y-0:focus { - --tw-skew-y: 0deg; - } - - .lg\:focus\:skew-y-1:focus { - --tw-skew-y: 1deg; - } - - .lg\:focus\:skew-y-2:focus { - --tw-skew-y: 2deg; - } - - .lg\:focus\:skew-y-3:focus { - --tw-skew-y: 3deg; - } - - .lg\:focus\:skew-y-6:focus { - --tw-skew-y: 6deg; - } - - .lg\:focus\:skew-y-12:focus { - --tw-skew-y: 12deg; - } - - .lg\:focus\:-skew-y-12:focus { - --tw-skew-y: -12deg; - } - - .lg\:focus\:-skew-y-6:focus { - --tw-skew-y: -6deg; - } - - .lg\:focus\:-skew-y-3:focus { - --tw-skew-y: -3deg; - } - - .lg\:focus\:-skew-y-2:focus { - --tw-skew-y: -2deg; - } - - .lg\:focus\:-skew-y-1:focus { - --tw-skew-y: -1deg; - } - - .lg\:transition-none { - transition-property: none; - } - - .lg\:transition-all { - transition-property: all; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .lg\:transition { - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .lg\:transition-colors { - transition-property: background-color, border-color, color, fill, stroke; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .lg\:transition-opacity { - transition-property: opacity; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .lg\:transition-shadow { - transition-property: box-shadow; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .lg\:transition-transform { - transition-property: transform; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .lg\:ease-linear { - transition-timing-function: linear; - } - - .lg\:ease-in { - transition-timing-function: cubic-bezier(0.4, 0, 1, 1); - } - - .lg\:ease-out { - transition-timing-function: cubic-bezier(0, 0, 0.2, 1); - } - - .lg\:ease-in-out { - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - } - - .lg\:duration-75 { - transition-duration: 75ms; - } - - .lg\:duration-100 { - transition-duration: 100ms; - } - - .lg\:duration-150 { - transition-duration: 150ms; - } - - .lg\:duration-200 { - transition-duration: 200ms; - } - - .lg\:duration-300 { - transition-duration: 300ms; - } - - .lg\:duration-500 { - transition-duration: 500ms; - } - - .lg\:duration-700 { - transition-duration: 700ms; - } - - .lg\:duration-1000 { - transition-duration: 1000ms; - } - - .lg\:delay-75 { - transition-delay: 75ms; - } - - .lg\:delay-100 { - transition-delay: 100ms; - } - - .lg\:delay-150 { - transition-delay: 150ms; - } - - .lg\:delay-200 { - transition-delay: 200ms; - } - - .lg\:delay-300 { - transition-delay: 300ms; - } - - .lg\:delay-500 { - transition-delay: 500ms; - } - - .lg\:delay-700 { - transition-delay: 700ms; - } - - .lg\:delay-1000 { - transition-delay: 1000ms; - } - - .lg\:animate-none { - -webkit-animation: none; - animation: none; - } - - .lg\:animate-spin { - -webkit-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; - } - - .lg\:animate-ping { - -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; - animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; - } - - .lg\:animate-pulse { - -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; - animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; - } - - .lg\:animate-bounce { - -webkit-animation: bounce 0.6s ease-in-out; - animation: bounce 0.6s ease-in-out; - } -} - -@media (min-width: 1280px) { - .xl\:container { - width: 100%; - } - - @media (min-width: 640px) { - .xl\:container { - max-width: 640px; - } - } - - @media (min-width: 768px) { - .xl\:container { - max-width: 768px; - } - } - - @media (min-width: 1024px) { - .xl\:container { - max-width: 1024px; - } - } - - @media (min-width: 1280px) { - .xl\:container { - max-width: 1280px; - } - } - - @media (min-width: 1440px) { - .xl\:container { - max-width: 1440px; - } - } - - @media (min-width: 1536px) { - .xl\:container { - max-width: 1536px; - } - } - - .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0px * var(--tw-space-y-reverse)); - } - - .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0px * var(--tw-space-x-reverse)); - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.25rem * var(--tw-space-x-reverse)); - margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1rem * var(--tw-space-x-reverse)); - margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.25rem * var(--tw-space-x-reverse)); - margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\: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)); - } - - .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.5rem * var(--tw-space-x-reverse)); - margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.75rem * var(--tw-space-x-reverse)); - margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2rem * var(--tw-space-x-reverse)); - margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.25rem * var(--tw-space-x-reverse)); - margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.5rem * var(--tw-space-x-reverse)); - margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.75rem * var(--tw-space-x-reverse)); - margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(3rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(3rem * var(--tw-space-x-reverse)); - margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(3.5rem * var(--tw-space-x-reverse)); - margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(4rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(4rem * var(--tw-space-x-reverse)); - margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(5rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(5rem * var(--tw-space-x-reverse)); - margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(5.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(5.625rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(5.625rem * var(--tw-space-x-reverse)); - margin-left: calc(5.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(6rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(6rem * var(--tw-space-x-reverse)); - margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(7rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(7rem * var(--tw-space-x-reverse)); - margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(8rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(8rem * var(--tw-space-x-reverse)); - margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(9rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(9rem * var(--tw-space-x-reverse)); - margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(10rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(10rem * var(--tw-space-x-reverse)); - margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(11rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(11rem * var(--tw-space-x-reverse)); - margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(12rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(12rem * var(--tw-space-x-reverse)); - margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(13rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(13rem * var(--tw-space-x-reverse)); - margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(14rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(14rem * var(--tw-space-x-reverse)); - margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(240px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(240px * var(--tw-space-y-reverse)); - } - - .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(240px * var(--tw-space-x-reverse)); - margin-left: calc(240px * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(16rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(16rem * var(--tw-space-x-reverse)); - margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(18rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(18rem * var(--tw-space-x-reverse)); - margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(20rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(20rem * var(--tw-space-x-reverse)); - margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(22rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(22rem * var(--tw-space-x-reverse)); - margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(24rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(24rem * var(--tw-space-x-reverse)); - margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(560px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(560px * var(--tw-space-y-reverse)); - } - - .xl\:space-x-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(560px * var(--tw-space-x-reverse)); - margin-left: calc(560px * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1px * var(--tw-space-y-reverse)); - } - - .xl\:space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1px * var(--tw-space-x-reverse)); - margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.125rem * var(--tw-space-x-reverse)); - margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.375rem * var(--tw-space-x-reverse)); - margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.625rem * var(--tw-space-x-reverse)); - margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)); - } - - .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.875rem * var(--tw-space-x-reverse)); - margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0px * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0px * var(--tw-space-x-reverse)); - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1rem * var(--tw-space-x-reverse)); - margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-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)); - } - - .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2rem * var(--tw-space-x-reverse)); - margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-3rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-3rem * var(--tw-space-x-reverse)); - margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-3.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-4rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-4rem * var(--tw-space-x-reverse)); - margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-5rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-5rem * var(--tw-space-x-reverse)); - margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-5.625rem * var(--tw-space-x-reverse)); - margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-6rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-6rem * var(--tw-space-x-reverse)); - margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-7rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-7rem * var(--tw-space-x-reverse)); - margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-8rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-8rem * var(--tw-space-x-reverse)); - margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-9rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-9rem * var(--tw-space-x-reverse)); - margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-10rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-10rem * var(--tw-space-x-reverse)); - margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-11rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-11rem * var(--tw-space-x-reverse)); - margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-12rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-12rem * var(--tw-space-x-reverse)); - margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-13rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-13rem * var(--tw-space-x-reverse)); - margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-14rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-14rem * var(--tw-space-x-reverse)); - margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-240px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-240px * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-240px * var(--tw-space-x-reverse)); - margin-left: calc(-240px * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-16rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-16rem * var(--tw-space-x-reverse)); - margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-18rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-18rem * var(--tw-space-x-reverse)); - margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-20rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-20rem * var(--tw-space-x-reverse)); - margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-22rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-22rem * var(--tw-space-x-reverse)); - margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-24rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-24rem * var(--tw-space-x-reverse)); - margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-560px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-560px * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-560px * var(--tw-space-x-reverse)); - margin-left: calc(-560px * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1px * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1px * var(--tw-space-x-reverse)); - margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.125rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.375rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.625rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)); - } - - .xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.875rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 1; - } - - .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 1; - } - - .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(0px * var(--tw-divide-y-reverse)); - } - - .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(0px * var(--tw-divide-x-reverse)); - border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))); - } - - .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(2px * var(--tw-divide-y-reverse)); - } - - .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(2px * var(--tw-divide-x-reverse)); - border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))); - } - - .xl\:divide-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(3px * var(--tw-divide-y-reverse)); - } - - .xl\:divide-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(3px * var(--tw-divide-x-reverse)); - border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse))); - } - - .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(4px * var(--tw-divide-y-reverse)); - } - - .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(4px * var(--tw-divide-x-reverse)); - border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))); - } - - .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(8px * var(--tw-divide-y-reverse)); - } - - .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(8px * var(--tw-divide-x-reverse)); - border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))); - } - - .xl\:divide-y > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); - } - - .xl\:divide-x > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(1px * var(--tw-divide-x-reverse)); - border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); - } - - .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 1; - } - - .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 1; - } - - .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) { - border-color: transparent; - } - - .xl\:divide-current > :not([hidden]) ~ :not([hidden]) { - border-color: currentColor; - } - - .xl\:divide-black > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-divide-opacity)); - } - - .xl\:divide-white > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-divide-opacity)); - } - - .xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-divide-opacity)); - } - - .xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-divide-opacity)); - } - - .xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-divide-opacity)); - } - - .xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-divide-opacity)); - } - - .xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-divide-opacity)); - } - - .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-divide-opacity)); - } - - .xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-divide-opacity)); - } - - .xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-divide-opacity)); - } - - .xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-divide-opacity)); - } - - .xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-divide-opacity)); - } - - .xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)); - } - - .xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)); - } - - .xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)); - } - - .xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)); - } - - .xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)); - } - - .xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)); - } - - .xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)); - } - - .xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)); - } - - .xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)); - } - - .xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)); - } - - .xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)); - } - - .xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)); - } - - .xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)); - } - - .xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)); - } - - .xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)); - } - - .xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)); - } - - .xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)); - } - - .xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)); - } - - .xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)); - } - - .xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)); - } - - .xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)); - } - - .xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)); - } - - .xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)); - } - - .xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)); - } - - .xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)); - } - - .xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)); - } - - .xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)); - } - - .xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)); - } - - .xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)); - } - - .xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)); - } - - .xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)); - } - - .xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)); - } - - .xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)); - } - - .xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)); - } - - .xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)); - } - - .xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)); - } - - .xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)); - } - - .xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)); - } - - .xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)); - } - - .xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); - } - - .xl\:divide-primary-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-divide-opacity)); - } - - .xl\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-divide-opacity)); - } - - .xl\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-divide-opacity)); - } - - .xl\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-divide-opacity)); - } - - .xl\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-divide-opacity)); - } - - .xl\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-divide-opacity)); - } - - .xl\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-divide-opacity)); - } - - .xl\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-divide-opacity)); - } - - .xl\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-divide-opacity)); - } - - .xl\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-divide-opacity)); - } - - .xl\:divide-danger > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-divide-opacity)); - } - - .xl\:divide-success > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-divide-opacity)); - } - - .xl\:divide-warning > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-divide-opacity)); - } - - .xl\:divide-info > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-divide-opacity)); - } - - .xl\:divide-solid > :not([hidden]) ~ :not([hidden]) { - border-style: solid; - } - - .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) { - border-style: dashed; - } - - .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) { - border-style: dotted; - } - - .xl\:divide-double > :not([hidden]) ~ :not([hidden]) { - border-style: double; - } - - .xl\:divide-none > :not([hidden]) ~ :not([hidden]) { - border-style: none; - } - - .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0; - } - - .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.05; - } - - .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.1; - } - - .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.2; - } - - .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.25; - } - - .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.3; - } - - .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.4; - } - - .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.5; - } - - .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.6; - } - - .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.7; - } - - .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.75; - } - - .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.8; - } - - .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.9; - } - - .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.95; - } - - .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - } - - .xl\:sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; - } - - .xl\:not-sr-only { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; - } - - .xl\:focus-within\:sr-only:focus-within { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; - } - - .xl\:focus-within\:not-sr-only:focus-within { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; - } - - .xl\:focus\:sr-only:focus { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; - } - - .xl\:focus\:not-sr-only:focus { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; - } - - .xl\:appearance-none { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - } - - .xl\:bg-fixed { - background-attachment: fixed; - } - - .xl\:bg-local { - background-attachment: local; - } - - .xl\:bg-scroll { - background-attachment: scroll; - } - - .xl\:bg-clip-border { - background-clip: border-box; - } - - .xl\:bg-clip-padding { - background-clip: padding-box; - } - - .xl\:bg-clip-content { - background-clip: content-box; - } - - .xl\:bg-clip-text { - -webkit-background-clip: text; - background-clip: text; - } - - .xl\:bg-transparent { - background-color: transparent; - } - - .xl\:bg-current { - background-color: currentColor; - } - - .xl\:bg-black { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .xl\:bg-white { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .xl\:bg-red-50 { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .xl\:bg-red-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .xl\:bg-red-200 { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .xl\:bg-red-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .xl\:bg-red-400 { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .xl\:bg-red-500 { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .xl\:bg-red-600 { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .xl\:bg-red-700 { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .xl\:bg-red-800 { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .xl\:bg-red-900 { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .xl\:bg-yellow-50 { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .xl\:bg-yellow-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .xl\:bg-yellow-200 { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .xl\:bg-yellow-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .xl\:bg-yellow-400 { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .xl\:bg-yellow-500 { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .xl\:bg-yellow-600 { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .xl\:bg-yellow-700 { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .xl\:bg-yellow-800 { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .xl\:bg-yellow-900 { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .xl\:bg-green-50 { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .xl\:bg-green-100 { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .xl\:bg-green-200 { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .xl\:bg-green-300 { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .xl\:bg-green-400 { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .xl\:bg-green-500 { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .xl\:bg-green-600 { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .xl\:bg-green-700 { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .xl\:bg-green-800 { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .xl\:bg-green-900 { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .xl\:bg-blue-50 { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .xl\:bg-blue-100 { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .xl\:bg-blue-200 { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .xl\:bg-blue-300 { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .xl\:bg-blue-400 { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .xl\:bg-blue-500 { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .xl\:bg-blue-600 { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .xl\:bg-blue-700 { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .xl\:bg-blue-800 { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .xl\:bg-blue-900 { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .xl\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .xl\:bg-indigo-100 { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .xl\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .xl\:bg-indigo-300 { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .xl\:bg-indigo-400 { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .xl\:bg-indigo-500 { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .xl\:bg-indigo-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .xl\:bg-indigo-700 { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .xl\:bg-indigo-800 { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .xl\:bg-indigo-900 { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .xl\:bg-primary-50 { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .xl\:bg-primary-100 { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .xl\:bg-primary-200 { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .xl\:bg-primary-300 { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .xl\:bg-primary-400 { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .xl\:bg-primary-500 { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .xl\:bg-primary-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .xl\:bg-primary-700 { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .xl\:bg-primary-800 { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .xl\:bg-primary-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .xl\:bg-danger { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .xl\:bg-success { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .xl\:bg-warning { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .xl\:bg-info { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-transparent { - background-color: transparent; - } - - .group:hover .xl\:group-hover\:bg-current { - background-color: currentColor; - } - - .group:hover .xl\:group-hover\:bg-black { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-white { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-red-50 { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-red-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-red-200 { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-red-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-red-400 { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-red-500 { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-red-600 { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-red-700 { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-red-800 { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-red-900 { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-yellow-50 { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-yellow-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-yellow-200 { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-yellow-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-yellow-400 { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-yellow-500 { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-yellow-600 { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-yellow-700 { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-yellow-800 { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-yellow-900 { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-green-50 { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-green-100 { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-green-200 { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-green-300 { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-green-400 { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-green-500 { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-green-600 { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-green-700 { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-green-800 { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-green-900 { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-blue-50 { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-blue-100 { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-blue-200 { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-blue-300 { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-blue-400 { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-blue-500 { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-blue-600 { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-blue-700 { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-blue-800 { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-blue-900 { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-indigo-100 { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-indigo-300 { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-indigo-400 { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-indigo-500 { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-indigo-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-indigo-700 { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-indigo-800 { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-indigo-900 { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-primary-50 { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-primary-100 { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-primary-200 { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-primary-300 { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-primary-400 { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-primary-500 { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-primary-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-primary-700 { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-primary-800 { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-primary-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-danger { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-success { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-warning { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-info { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-transparent:focus-within { - background-color: transparent; - } - - .xl\:focus-within\:bg-current:focus-within { - background-color: currentColor; - } - - .xl\:focus-within\:bg-black:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-white:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-red-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-red-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-red-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-red-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-red-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-red-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-red-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-red-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-red-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-red-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-yellow-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-yellow-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-yellow-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-yellow-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-yellow-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-yellow-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-yellow-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-yellow-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-yellow-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-yellow-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-green-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-green-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-green-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-green-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-green-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-green-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-green-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-green-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-green-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-green-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-blue-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-blue-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-blue-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-blue-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-blue-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-blue-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-blue-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-blue-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-blue-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-blue-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-indigo-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-indigo-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-indigo-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-indigo-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-indigo-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-indigo-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-indigo-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-indigo-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-primary-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-primary-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-primary-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-primary-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-primary-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-primary-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-primary-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-primary-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-primary-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-primary-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-danger:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-success:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-warning:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-info:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-transparent:hover { - background-color: transparent; - } - - .xl\:hover\:bg-current:hover { - background-color: currentColor; - } - - .xl\:hover\:bg-black:hover { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-white:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-red-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-red-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-red-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-red-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-red-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-red-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-red-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-red-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-red-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-red-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-yellow-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-yellow-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-yellow-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-yellow-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-yellow-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-yellow-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-yellow-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-yellow-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-yellow-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-yellow-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-green-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-green-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-green-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-green-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-green-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-green-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-green-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-green-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-green-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-green-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-blue-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-blue-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-blue-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-blue-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-blue-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-blue-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-blue-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-blue-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-blue-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-blue-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-indigo-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-indigo-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-indigo-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-indigo-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-indigo-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-indigo-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-indigo-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-indigo-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-primary-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-primary-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-primary-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-primary-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-primary-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-primary-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-primary-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-primary-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-primary-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-primary-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-danger:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-success:hover { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-warning:hover { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-info:hover { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-transparent:focus { - background-color: transparent; - } - - .xl\:focus\:bg-current:focus { - background-color: currentColor; - } - - .xl\:focus\:bg-black:focus { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-white:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-red-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-red-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-red-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-red-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-red-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-red-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-red-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-red-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-red-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-red-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-yellow-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-yellow-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-yellow-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-yellow-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-yellow-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-yellow-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-yellow-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-yellow-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-yellow-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-yellow-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-green-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-green-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-green-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-green-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-green-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-green-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-green-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-green-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-green-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-green-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-blue-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-blue-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-blue-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-blue-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-blue-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-blue-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-blue-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-blue-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-blue-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-blue-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-indigo-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-indigo-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-indigo-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-indigo-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-indigo-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-indigo-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-indigo-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-indigo-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-primary-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-primary-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-primary-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-primary-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-primary-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-primary-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-primary-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-primary-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-primary-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-primary-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-danger:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-success:focus { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-warning:focus { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-info:focus { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .xl\:bg-none { - background-image: none; - } - - .xl\:bg-gradient-to-t { - background-image: linear-gradient(to top, var(--tw-gradient-stops)); - } - - .xl\:bg-gradient-to-tr { - background-image: linear-gradient(to top right, var(--tw-gradient-stops)); - } - - .xl\:bg-gradient-to-r { - background-image: linear-gradient(to right, var(--tw-gradient-stops)); - } - - .xl\:bg-gradient-to-br { - background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); - } - - .xl\:bg-gradient-to-b { - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); - } - - .xl\:bg-gradient-to-bl { - background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)); - } - - .xl\:bg-gradient-to-l { - background-image: linear-gradient(to left, var(--tw-gradient-stops)); - } - - .xl\:bg-gradient-to-tl { - background-image: linear-gradient(to top left, var(--tw-gradient-stops)); - } - - .xl\:from-transparent { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .xl\:from-current { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xl\:from-black { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .xl\:from-white { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xl\:from-gray-50 { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .xl\:from-gray-100 { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .xl\:from-gray-200 { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .xl\:from-gray-300 { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .xl\:from-gray-400 { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .xl\:from-gray-500 { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .xl\:from-gray-600 { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .xl\:from-gray-700 { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .xl\:from-gray-800 { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .xl\:from-gray-900 { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .xl\:from-red-50 { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .xl\:from-red-100 { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .xl\:from-red-200 { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .xl\:from-red-300 { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .xl\:from-red-400 { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .xl\:from-red-500 { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .xl\:from-red-600 { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .xl\:from-red-700 { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .xl\:from-red-800 { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .xl\:from-red-900 { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .xl\:from-yellow-50 { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .xl\:from-yellow-100 { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .xl\:from-yellow-200 { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .xl\:from-yellow-300 { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .xl\:from-yellow-400 { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .xl\:from-yellow-500 { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .xl\:from-yellow-600 { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .xl\:from-yellow-700 { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .xl\:from-yellow-800 { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .xl\:from-yellow-900 { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .xl\:from-green-50 { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .xl\:from-green-100 { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .xl\:from-green-200 { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .xl\:from-green-300 { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .xl\:from-green-400 { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .xl\:from-green-500 { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .xl\:from-green-600 { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .xl\:from-green-700 { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .xl\:from-green-800 { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .xl\:from-green-900 { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .xl\:from-blue-50 { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .xl\:from-blue-100 { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .xl\:from-blue-200 { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .xl\:from-blue-300 { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .xl\:from-blue-400 { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .xl\:from-blue-500 { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .xl\:from-blue-600 { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .xl\:from-blue-700 { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .xl\:from-blue-800 { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .xl\:from-blue-900 { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .xl\:from-indigo-50 { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .xl\:from-indigo-100 { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .xl\:from-indigo-200 { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .xl\:from-indigo-300 { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .xl\:from-indigo-400 { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .xl\:from-indigo-500 { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .xl\:from-indigo-600 { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .xl\:from-indigo-700 { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .xl\:from-indigo-800 { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .xl\:from-indigo-900 { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .xl\:from-purple-50 { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .xl\:from-purple-100 { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .xl\:from-purple-200 { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .xl\:from-purple-300 { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .xl\:from-purple-400 { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .xl\:from-purple-500 { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .xl\:from-purple-600 { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .xl\:from-purple-700 { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .xl\:from-purple-800 { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .xl\:from-purple-900 { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .xl\:from-pink-50 { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .xl\:from-pink-100 { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .xl\:from-pink-200 { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .xl\:from-pink-300 { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .xl\:from-pink-400 { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .xl\:from-pink-500 { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .xl\:from-pink-600 { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .xl\:from-pink-700 { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .xl\:from-pink-800 { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .xl\:from-pink-900 { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .xl\:from-primary-50 { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .xl\:from-primary-100 { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .xl\:from-primary-200 { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .xl\:from-primary-300 { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .xl\:from-primary-400 { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .xl\:from-primary-500 { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .xl\:from-primary-600 { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .xl\:from-primary-700 { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .xl\:from-primary-800 { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .xl\:from-primary-900 { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .xl\:from-danger { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .xl\:from-success { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .xl\:from-warning { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .xl\:from-info { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .xl\:via-transparent { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .xl\:via-current { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xl\:via-black { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .xl\:via-white { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xl\:via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .xl\:via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .xl\:via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .xl\:via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .xl\:via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .xl\:via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .xl\:via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .xl\:via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .xl\:via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .xl\:via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .xl\:via-red-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .xl\:via-red-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .xl\:via-red-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .xl\:via-red-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .xl\:via-red-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .xl\:via-red-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .xl\:via-red-600 { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .xl\:via-red-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .xl\:via-red-800 { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .xl\:via-red-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .xl\:via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .xl\:via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .xl\:via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .xl\:via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .xl\:via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .xl\:via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .xl\:via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .xl\:via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .xl\:via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .xl\:via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .xl\:via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .xl\:via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .xl\:via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .xl\:via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .xl\:via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .xl\:via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .xl\:via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .xl\:via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .xl\:via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .xl\:via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .xl\:via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .xl\:via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .xl\:via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .xl\:via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .xl\:via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .xl\:via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .xl\:via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .xl\:via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .xl\:via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .xl\:via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .xl\:via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .xl\:via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .xl\:via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .xl\:via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .xl\:via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .xl\:via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .xl\:via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .xl\:via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .xl\:via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .xl\:via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .xl\:via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .xl\:via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .xl\:via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .xl\:via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .xl\:via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .xl\:via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .xl\:via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .xl\:via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .xl\:via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .xl\:via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .xl\:via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .xl\:via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .xl\:via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .xl\:via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .xl\:via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .xl\:via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .xl\:via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .xl\:via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .xl\:via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .xl\:via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .xl\:via-primary-50 { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .xl\:via-primary-100 { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .xl\:via-primary-200 { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .xl\:via-primary-300 { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .xl\:via-primary-400 { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .xl\:via-primary-500 { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .xl\:via-primary-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .xl\:via-primary-700 { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .xl\:via-primary-800 { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .xl\:via-primary-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .xl\:via-danger { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .xl\:via-success { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .xl\:via-warning { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .xl\:via-info { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .xl\:to-transparent { - --tw-gradient-to: transparent; - } - - .xl\:to-current { - --tw-gradient-to: currentColor; - } - - .xl\:to-black { - --tw-gradient-to: #040405; - } - - .xl\:to-white { - --tw-gradient-to: #fff; - } - - .xl\:to-gray-50 { - --tw-gradient-to: #f9fafb; - } - - .xl\:to-gray-100 { - --tw-gradient-to: #f7fafc; - } - - .xl\:to-gray-200 { - --tw-gradient-to: #edf2f7; - } - - .xl\:to-gray-300 { - --tw-gradient-to: #e2e8f0; - } - - .xl\:to-gray-400 { - --tw-gradient-to: #cbd5e0; - } - - .xl\:to-gray-500 { - --tw-gradient-to: #a0aec0; - } - - .xl\:to-gray-600 { - --tw-gradient-to: #718096; - } - - .xl\:to-gray-700 { - --tw-gradient-to: #4a5568; - } - - .xl\:to-gray-800 { - --tw-gradient-to: #2d3748; - } - - .xl\:to-gray-900 { - --tw-gradient-to: #1a202c; - } - - .xl\:to-red-50 { - --tw-gradient-to: #fef2f2; - } - - .xl\:to-red-100 { - --tw-gradient-to: #fee2e2; - } - - .xl\:to-red-200 { - --tw-gradient-to: #fecaca; - } - - .xl\:to-red-300 { - --tw-gradient-to: #fca5a5; - } - - .xl\:to-red-400 { - --tw-gradient-to: #f87171; - } - - .xl\:to-red-500 { - --tw-gradient-to: #ef4444; - } - - .xl\:to-red-600 { - --tw-gradient-to: #dc2626; - } - - .xl\:to-red-700 { - --tw-gradient-to: #b91c1c; - } - - .xl\:to-red-800 { - --tw-gradient-to: #991b1b; - } - - .xl\:to-red-900 { - --tw-gradient-to: #7f1d1d; - } - - .xl\:to-yellow-50 { - --tw-gradient-to: #fffbeb; - } - - .xl\:to-yellow-100 { - --tw-gradient-to: #fef3c7; - } - - .xl\:to-yellow-200 { - --tw-gradient-to: #fde68a; - } - - .xl\:to-yellow-300 { - --tw-gradient-to: #fcd34d; - } - - .xl\:to-yellow-400 { - --tw-gradient-to: #fbbf24; - } - - .xl\:to-yellow-500 { - --tw-gradient-to: #f59e0b; - } - - .xl\:to-yellow-600 { - --tw-gradient-to: #d97706; - } - - .xl\:to-yellow-700 { - --tw-gradient-to: #b45309; - } - - .xl\:to-yellow-800 { - --tw-gradient-to: #92400e; - } - - .xl\:to-yellow-900 { - --tw-gradient-to: #78350f; - } - - .xl\:to-green-50 { - --tw-gradient-to: #ecfdf5; - } - - .xl\:to-green-100 { - --tw-gradient-to: #d1fae5; - } - - .xl\:to-green-200 { - --tw-gradient-to: #a7f3d0; - } - - .xl\:to-green-300 { - --tw-gradient-to: #6ee7b7; - } - - .xl\:to-green-400 { - --tw-gradient-to: #34d399; - } - - .xl\:to-green-500 { - --tw-gradient-to: #10b981; - } - - .xl\:to-green-600 { - --tw-gradient-to: #059669; - } - - .xl\:to-green-700 { - --tw-gradient-to: #047857; - } - - .xl\:to-green-800 { - --tw-gradient-to: #065f46; - } - - .xl\:to-green-900 { - --tw-gradient-to: #064e3b; - } - - .xl\:to-blue-50 { - --tw-gradient-to: #eff6ff; - } - - .xl\:to-blue-100 { - --tw-gradient-to: #dbeafe; - } - - .xl\:to-blue-200 { - --tw-gradient-to: #bfdbfe; - } - - .xl\:to-blue-300 { - --tw-gradient-to: #93c5fd; - } - - .xl\:to-blue-400 { - --tw-gradient-to: #60a5fa; - } - - .xl\:to-blue-500 { - --tw-gradient-to: #3b82f6; - } - - .xl\:to-blue-600 { - --tw-gradient-to: #2563eb; - } - - .xl\:to-blue-700 { - --tw-gradient-to: #1d4ed8; - } - - .xl\:to-blue-800 { - --tw-gradient-to: #1e40af; - } - - .xl\:to-blue-900 { - --tw-gradient-to: #1e3a8a; - } - - .xl\:to-indigo-50 { - --tw-gradient-to: #eef2ff; - } - - .xl\:to-indigo-100 { - --tw-gradient-to: #e0e7ff; - } - - .xl\:to-indigo-200 { - --tw-gradient-to: #c7d2fe; - } - - .xl\:to-indigo-300 { - --tw-gradient-to: #a5b4fc; - } - - .xl\:to-indigo-400 { - --tw-gradient-to: #818cf8; - } - - .xl\:to-indigo-500 { - --tw-gradient-to: #6366f1; - } - - .xl\:to-indigo-600 { - --tw-gradient-to: #4f46e5; - } - - .xl\:to-indigo-700 { - --tw-gradient-to: #4338ca; - } - - .xl\:to-indigo-800 { - --tw-gradient-to: #3730a3; - } - - .xl\:to-indigo-900 { - --tw-gradient-to: #312e81; - } - - .xl\:to-purple-50 { - --tw-gradient-to: #f5f3ff; - } - - .xl\:to-purple-100 { - --tw-gradient-to: #ede9fe; - } - - .xl\:to-purple-200 { - --tw-gradient-to: #ddd6fe; - } - - .xl\:to-purple-300 { - --tw-gradient-to: #c4b5fd; - } - - .xl\:to-purple-400 { - --tw-gradient-to: #a78bfa; - } - - .xl\:to-purple-500 { - --tw-gradient-to: #8b5cf6; - } - - .xl\:to-purple-600 { - --tw-gradient-to: #7c3aed; - } - - .xl\:to-purple-700 { - --tw-gradient-to: #6d28d9; - } - - .xl\:to-purple-800 { - --tw-gradient-to: #5b21b6; - } - - .xl\:to-purple-900 { - --tw-gradient-to: #4c1d95; - } - - .xl\:to-pink-50 { - --tw-gradient-to: #fdf2f8; - } - - .xl\:to-pink-100 { - --tw-gradient-to: #fce7f3; - } - - .xl\:to-pink-200 { - --tw-gradient-to: #fbcfe8; - } - - .xl\:to-pink-300 { - --tw-gradient-to: #f9a8d4; - } - - .xl\:to-pink-400 { - --tw-gradient-to: #f472b6; - } - - .xl\:to-pink-500 { - --tw-gradient-to: #ec4899; - } - - .xl\:to-pink-600 { - --tw-gradient-to: #db2777; - } - - .xl\:to-pink-700 { - --tw-gradient-to: #be185d; - } - - .xl\:to-pink-800 { - --tw-gradient-to: #9d174d; - } - - .xl\:to-pink-900 { - --tw-gradient-to: #831843; - } - - .xl\:to-primary-50 { - --tw-gradient-to: #F7F6FD; - } - - .xl\:to-primary-100 { - --tw-gradient-to: #EEEEFB; - } - - .xl\:to-primary-200 { - --tw-gradient-to: #D5D4F5; - } - - .xl\:to-primary-300 { - --tw-gradient-to: #BCB9EF; - } - - .xl\:to-primary-400 { - --tw-gradient-to: #8A85E4; - } - - .xl\:to-primary-500 { - --tw-gradient-to: #5851D8; - } - - .xl\:to-primary-600 { - --tw-gradient-to: #4F49C2; - } - - .xl\:to-primary-700 { - --tw-gradient-to: #353182; - } - - .xl\:to-primary-800 { - --tw-gradient-to: #282461; - } - - .xl\:to-primary-900 { - --tw-gradient-to: #1A1841; - } - - .xl\:to-danger { - --tw-gradient-to: #FB7178; - } - - .xl\:to-success { - --tw-gradient-to: #00C99C; - } - - .xl\:to-warning { - --tw-gradient-to: #F3AF4E; - } - - .xl\:to-info { - --tw-gradient-to: #15B2EC; - } - - .xl\:hover\:from-transparent:hover { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .xl\:hover\:from-current:hover { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xl\:hover\:from-black:hover { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .xl\:hover\:from-white:hover { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xl\:hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .xl\:hover\:from-gray-100:hover { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .xl\:hover\:from-gray-200:hover { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .xl\:hover\:from-gray-300:hover { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .xl\:hover\:from-gray-400:hover { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .xl\:hover\:from-gray-500:hover { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .xl\:hover\:from-gray-600:hover { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .xl\:hover\:from-gray-700:hover { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .xl\:hover\:from-gray-800:hover { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .xl\:hover\:from-gray-900:hover { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .xl\:hover\:from-red-50:hover { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .xl\:hover\:from-red-100:hover { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .xl\:hover\:from-red-200:hover { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .xl\:hover\:from-red-300:hover { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .xl\:hover\:from-red-400:hover { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .xl\:hover\:from-red-500:hover { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .xl\:hover\:from-red-600:hover { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .xl\:hover\:from-red-700:hover { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .xl\:hover\:from-red-800:hover { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .xl\:hover\:from-red-900:hover { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .xl\:hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .xl\:hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .xl\:hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .xl\:hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .xl\:hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .xl\:hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .xl\:hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .xl\:hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .xl\:hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .xl\:hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .xl\:hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .xl\:hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .xl\:hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .xl\:hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .xl\:hover\:from-green-400:hover { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .xl\:hover\:from-green-500:hover { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .xl\:hover\:from-green-600:hover { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .xl\:hover\:from-green-700:hover { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .xl\:hover\:from-green-800:hover { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .xl\:hover\:from-green-900:hover { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .xl\:hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .xl\:hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .xl\:hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .xl\:hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .xl\:hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .xl\:hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .xl\:hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .xl\:hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .xl\:hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .xl\:hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .xl\:hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .xl\:hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .xl\:hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .xl\:hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .xl\:hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .xl\:hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .xl\:hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .xl\:hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .xl\:hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .xl\:hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .xl\:hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .xl\:hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .xl\:hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .xl\:hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .xl\:hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .xl\:hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .xl\:hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .xl\:hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .xl\:hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .xl\:hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .xl\:hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .xl\:hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .xl\:hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .xl\:hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .xl\:hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .xl\:hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .xl\:hover\:from-pink-600:hover { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .xl\:hover\:from-pink-700:hover { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .xl\:hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .xl\:hover\:from-pink-900:hover { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .xl\:hover\:from-primary-50:hover { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .xl\:hover\:from-primary-100:hover { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .xl\:hover\:from-primary-200:hover { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .xl\:hover\:from-primary-300:hover { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .xl\:hover\:from-primary-400:hover { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .xl\:hover\:from-primary-500:hover { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .xl\:hover\:from-primary-600:hover { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .xl\:hover\:from-primary-700:hover { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .xl\:hover\:from-primary-800:hover { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .xl\:hover\:from-primary-900:hover { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .xl\:hover\:from-danger:hover { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .xl\:hover\:from-success:hover { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .xl\:hover\:from-warning:hover { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .xl\:hover\:from-info:hover { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .xl\:hover\:via-transparent:hover { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .xl\:hover\:via-current:hover { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xl\:hover\:via-black:hover { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .xl\:hover\:via-white:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xl\:hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .xl\:hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .xl\:hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .xl\:hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .xl\:hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .xl\:hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .xl\:hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .xl\:hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .xl\:hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .xl\:hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .xl\:hover\:via-red-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .xl\:hover\:via-red-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .xl\:hover\:via-red-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .xl\:hover\:via-red-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .xl\:hover\:via-red-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .xl\:hover\:via-red-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .xl\:hover\:via-red-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .xl\:hover\:via-red-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .xl\:hover\:via-red-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .xl\:hover\:via-red-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .xl\:hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .xl\:hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .xl\:hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .xl\:hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .xl\:hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .xl\:hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .xl\:hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .xl\:hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .xl\:hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .xl\:hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .xl\:hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .xl\:hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .xl\:hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .xl\:hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .xl\:hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .xl\:hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .xl\:hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .xl\:hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .xl\:hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .xl\:hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .xl\:hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .xl\:hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .xl\:hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .xl\:hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .xl\:hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .xl\:hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .xl\:hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .xl\:hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .xl\:hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .xl\:hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .xl\:hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .xl\:hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .xl\:hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .xl\:hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .xl\:hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .xl\:hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .xl\:hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .xl\:hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .xl\:hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .xl\:hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .xl\:hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .xl\:hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .xl\:hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .xl\:hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .xl\:hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .xl\:hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .xl\:hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .xl\:hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .xl\:hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .xl\:hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .xl\:hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .xl\:hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .xl\:hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .xl\:hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .xl\:hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .xl\:hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .xl\:hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .xl\:hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .xl\:hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .xl\:hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .xl\:hover\:via-primary-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .xl\:hover\:via-primary-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .xl\:hover\:via-primary-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .xl\:hover\:via-primary-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .xl\:hover\:via-primary-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .xl\:hover\:via-primary-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .xl\:hover\:via-primary-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .xl\:hover\:via-primary-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .xl\:hover\:via-primary-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .xl\:hover\:via-primary-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .xl\:hover\:via-danger:hover { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .xl\:hover\:via-success:hover { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .xl\:hover\:via-warning:hover { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .xl\:hover\:via-info:hover { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .xl\:hover\:to-transparent:hover { - --tw-gradient-to: transparent; - } - - .xl\:hover\:to-current:hover { - --tw-gradient-to: currentColor; - } - - .xl\:hover\:to-black:hover { - --tw-gradient-to: #040405; - } - - .xl\:hover\:to-white:hover { - --tw-gradient-to: #fff; - } - - .xl\:hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb; - } - - .xl\:hover\:to-gray-100:hover { - --tw-gradient-to: #f7fafc; - } - - .xl\:hover\:to-gray-200:hover { - --tw-gradient-to: #edf2f7; - } - - .xl\:hover\:to-gray-300:hover { - --tw-gradient-to: #e2e8f0; - } - - .xl\:hover\:to-gray-400:hover { - --tw-gradient-to: #cbd5e0; - } - - .xl\:hover\:to-gray-500:hover { - --tw-gradient-to: #a0aec0; - } - - .xl\:hover\:to-gray-600:hover { - --tw-gradient-to: #718096; - } - - .xl\:hover\:to-gray-700:hover { - --tw-gradient-to: #4a5568; - } - - .xl\:hover\:to-gray-800:hover { - --tw-gradient-to: #2d3748; - } - - .xl\:hover\:to-gray-900:hover { - --tw-gradient-to: #1a202c; - } - - .xl\:hover\:to-red-50:hover { - --tw-gradient-to: #fef2f2; - } - - .xl\:hover\:to-red-100:hover { - --tw-gradient-to: #fee2e2; - } - - .xl\:hover\:to-red-200:hover { - --tw-gradient-to: #fecaca; - } - - .xl\:hover\:to-red-300:hover { - --tw-gradient-to: #fca5a5; - } - - .xl\:hover\:to-red-400:hover { - --tw-gradient-to: #f87171; - } - - .xl\:hover\:to-red-500:hover { - --tw-gradient-to: #ef4444; - } - - .xl\:hover\:to-red-600:hover { - --tw-gradient-to: #dc2626; - } - - .xl\:hover\:to-red-700:hover { - --tw-gradient-to: #b91c1c; - } - - .xl\:hover\:to-red-800:hover { - --tw-gradient-to: #991b1b; - } - - .xl\:hover\:to-red-900:hover { - --tw-gradient-to: #7f1d1d; - } - - .xl\:hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb; - } - - .xl\:hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7; - } - - .xl\:hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a; - } - - .xl\:hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d; - } - - .xl\:hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24; - } - - .xl\:hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b; - } - - .xl\:hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706; - } - - .xl\:hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309; - } - - .xl\:hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e; - } - - .xl\:hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f; - } - - .xl\:hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5; - } - - .xl\:hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5; - } - - .xl\:hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0; - } - - .xl\:hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7; - } - - .xl\:hover\:to-green-400:hover { - --tw-gradient-to: #34d399; - } - - .xl\:hover\:to-green-500:hover { - --tw-gradient-to: #10b981; - } - - .xl\:hover\:to-green-600:hover { - --tw-gradient-to: #059669; - } - - .xl\:hover\:to-green-700:hover { - --tw-gradient-to: #047857; - } - - .xl\:hover\:to-green-800:hover { - --tw-gradient-to: #065f46; - } - - .xl\:hover\:to-green-900:hover { - --tw-gradient-to: #064e3b; - } - - .xl\:hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff; - } - - .xl\:hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe; - } - - .xl\:hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe; - } - - .xl\:hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd; - } - - .xl\:hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa; - } - - .xl\:hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6; - } - - .xl\:hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb; - } - - .xl\:hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8; - } - - .xl\:hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af; - } - - .xl\:hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a; - } - - .xl\:hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff; - } - - .xl\:hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff; - } - - .xl\:hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe; - } - - .xl\:hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc; - } - - .xl\:hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8; - } - - .xl\:hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1; - } - - .xl\:hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5; - } - - .xl\:hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca; - } - - .xl\:hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3; - } - - .xl\:hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81; - } - - .xl\:hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff; - } - - .xl\:hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe; - } - - .xl\:hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe; - } - - .xl\:hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd; - } - - .xl\:hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa; - } - - .xl\:hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6; - } - - .xl\:hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed; - } - - .xl\:hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9; - } - - .xl\:hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6; - } - - .xl\:hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95; - } - - .xl\:hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8; - } - - .xl\:hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3; - } - - .xl\:hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8; - } - - .xl\:hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4; - } - - .xl\:hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6; - } - - .xl\:hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899; - } - - .xl\:hover\:to-pink-600:hover { - --tw-gradient-to: #db2777; - } - - .xl\:hover\:to-pink-700:hover { - --tw-gradient-to: #be185d; - } - - .xl\:hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d; - } - - .xl\:hover\:to-pink-900:hover { - --tw-gradient-to: #831843; - } - - .xl\:hover\:to-primary-50:hover { - --tw-gradient-to: #F7F6FD; - } - - .xl\:hover\:to-primary-100:hover { - --tw-gradient-to: #EEEEFB; - } - - .xl\:hover\:to-primary-200:hover { - --tw-gradient-to: #D5D4F5; - } - - .xl\:hover\:to-primary-300:hover { - --tw-gradient-to: #BCB9EF; - } - - .xl\:hover\:to-primary-400:hover { - --tw-gradient-to: #8A85E4; - } - - .xl\:hover\:to-primary-500:hover { - --tw-gradient-to: #5851D8; - } - - .xl\:hover\:to-primary-600:hover { - --tw-gradient-to: #4F49C2; - } - - .xl\:hover\:to-primary-700:hover { - --tw-gradient-to: #353182; - } - - .xl\:hover\:to-primary-800:hover { - --tw-gradient-to: #282461; - } - - .xl\:hover\:to-primary-900:hover { - --tw-gradient-to: #1A1841; - } - - .xl\:hover\:to-danger:hover { - --tw-gradient-to: #FB7178; - } - - .xl\:hover\:to-success:hover { - --tw-gradient-to: #00C99C; - } - - .xl\:hover\:to-warning:hover { - --tw-gradient-to: #F3AF4E; - } - - .xl\:hover\:to-info:hover { - --tw-gradient-to: #15B2EC; - } - - .xl\:focus\:from-transparent:focus { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .xl\:focus\:from-current:focus { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xl\:focus\:from-black:focus { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .xl\:focus\:from-white:focus { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xl\:focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .xl\:focus\:from-gray-100:focus { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .xl\:focus\:from-gray-200:focus { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .xl\:focus\:from-gray-300:focus { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .xl\:focus\:from-gray-400:focus { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .xl\:focus\:from-gray-500:focus { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .xl\:focus\:from-gray-600:focus { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .xl\:focus\:from-gray-700:focus { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .xl\:focus\:from-gray-800:focus { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .xl\:focus\:from-gray-900:focus { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .xl\:focus\:from-red-50:focus { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .xl\:focus\:from-red-100:focus { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .xl\:focus\:from-red-200:focus { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .xl\:focus\:from-red-300:focus { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .xl\:focus\:from-red-400:focus { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .xl\:focus\:from-red-500:focus { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .xl\:focus\:from-red-600:focus { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .xl\:focus\:from-red-700:focus { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .xl\:focus\:from-red-800:focus { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .xl\:focus\:from-red-900:focus { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .xl\:focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .xl\:focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .xl\:focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .xl\:focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .xl\:focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .xl\:focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .xl\:focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .xl\:focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .xl\:focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .xl\:focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .xl\:focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .xl\:focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .xl\:focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .xl\:focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .xl\:focus\:from-green-400:focus { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .xl\:focus\:from-green-500:focus { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .xl\:focus\:from-green-600:focus { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .xl\:focus\:from-green-700:focus { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .xl\:focus\:from-green-800:focus { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .xl\:focus\:from-green-900:focus { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .xl\:focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .xl\:focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .xl\:focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .xl\:focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .xl\:focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .xl\:focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .xl\:focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .xl\:focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .xl\:focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .xl\:focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .xl\:focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .xl\:focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .xl\:focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .xl\:focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .xl\:focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .xl\:focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .xl\:focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .xl\:focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .xl\:focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .xl\:focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .xl\:focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .xl\:focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .xl\:focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .xl\:focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .xl\:focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .xl\:focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .xl\:focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .xl\:focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .xl\:focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .xl\:focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .xl\:focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .xl\:focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .xl\:focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .xl\:focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .xl\:focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .xl\:focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .xl\:focus\:from-pink-600:focus { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .xl\:focus\:from-pink-700:focus { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .xl\:focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .xl\:focus\:from-pink-900:focus { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .xl\:focus\:from-primary-50:focus { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .xl\:focus\:from-primary-100:focus { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .xl\:focus\:from-primary-200:focus { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .xl\:focus\:from-primary-300:focus { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .xl\:focus\:from-primary-400:focus { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .xl\:focus\:from-primary-500:focus { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .xl\:focus\:from-primary-600:focus { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .xl\:focus\:from-primary-700:focus { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .xl\:focus\:from-primary-800:focus { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .xl\:focus\:from-primary-900:focus { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .xl\:focus\:from-danger:focus { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .xl\:focus\:from-success:focus { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .xl\:focus\:from-warning:focus { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .xl\:focus\:from-info:focus { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .xl\:focus\:via-transparent:focus { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .xl\:focus\:via-current:focus { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xl\:focus\:via-black:focus { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .xl\:focus\:via-white:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xl\:focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .xl\:focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .xl\:focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .xl\:focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .xl\:focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .xl\:focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .xl\:focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .xl\:focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .xl\:focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .xl\:focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .xl\:focus\:via-red-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .xl\:focus\:via-red-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .xl\:focus\:via-red-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .xl\:focus\:via-red-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .xl\:focus\:via-red-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .xl\:focus\:via-red-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .xl\:focus\:via-red-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .xl\:focus\:via-red-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .xl\:focus\:via-red-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .xl\:focus\:via-red-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .xl\:focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .xl\:focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .xl\:focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .xl\:focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .xl\:focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .xl\:focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .xl\:focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .xl\:focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .xl\:focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .xl\:focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .xl\:focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .xl\:focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .xl\:focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .xl\:focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .xl\:focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .xl\:focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .xl\:focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .xl\:focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .xl\:focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .xl\:focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .xl\:focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .xl\:focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .xl\:focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .xl\:focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .xl\:focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .xl\:focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .xl\:focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .xl\:focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .xl\:focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .xl\:focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .xl\:focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .xl\:focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .xl\:focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .xl\:focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .xl\:focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .xl\:focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .xl\:focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .xl\:focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .xl\:focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .xl\:focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .xl\:focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .xl\:focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .xl\:focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .xl\:focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .xl\:focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .xl\:focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .xl\:focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .xl\:focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .xl\:focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .xl\:focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .xl\:focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .xl\:focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .xl\:focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .xl\:focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .xl\:focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .xl\:focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .xl\:focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .xl\:focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .xl\:focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .xl\:focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .xl\:focus\:via-primary-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .xl\:focus\:via-primary-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .xl\:focus\:via-primary-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .xl\:focus\:via-primary-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .xl\:focus\:via-primary-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .xl\:focus\:via-primary-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .xl\:focus\:via-primary-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .xl\:focus\:via-primary-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .xl\:focus\:via-primary-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .xl\:focus\:via-primary-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .xl\:focus\:via-danger:focus { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .xl\:focus\:via-success:focus { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .xl\:focus\:via-warning:focus { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .xl\:focus\:via-info:focus { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .xl\:focus\:to-transparent:focus { - --tw-gradient-to: transparent; - } - - .xl\:focus\:to-current:focus { - --tw-gradient-to: currentColor; - } - - .xl\:focus\:to-black:focus { - --tw-gradient-to: #040405; - } - - .xl\:focus\:to-white:focus { - --tw-gradient-to: #fff; - } - - .xl\:focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb; - } - - .xl\:focus\:to-gray-100:focus { - --tw-gradient-to: #f7fafc; - } - - .xl\:focus\:to-gray-200:focus { - --tw-gradient-to: #edf2f7; - } - - .xl\:focus\:to-gray-300:focus { - --tw-gradient-to: #e2e8f0; - } - - .xl\:focus\:to-gray-400:focus { - --tw-gradient-to: #cbd5e0; - } - - .xl\:focus\:to-gray-500:focus { - --tw-gradient-to: #a0aec0; - } - - .xl\:focus\:to-gray-600:focus { - --tw-gradient-to: #718096; - } - - .xl\:focus\:to-gray-700:focus { - --tw-gradient-to: #4a5568; - } - - .xl\:focus\:to-gray-800:focus { - --tw-gradient-to: #2d3748; - } - - .xl\:focus\:to-gray-900:focus { - --tw-gradient-to: #1a202c; - } - - .xl\:focus\:to-red-50:focus { - --tw-gradient-to: #fef2f2; - } - - .xl\:focus\:to-red-100:focus { - --tw-gradient-to: #fee2e2; - } - - .xl\:focus\:to-red-200:focus { - --tw-gradient-to: #fecaca; - } - - .xl\:focus\:to-red-300:focus { - --tw-gradient-to: #fca5a5; - } - - .xl\:focus\:to-red-400:focus { - --tw-gradient-to: #f87171; - } - - .xl\:focus\:to-red-500:focus { - --tw-gradient-to: #ef4444; - } - - .xl\:focus\:to-red-600:focus { - --tw-gradient-to: #dc2626; - } - - .xl\:focus\:to-red-700:focus { - --tw-gradient-to: #b91c1c; - } - - .xl\:focus\:to-red-800:focus { - --tw-gradient-to: #991b1b; - } - - .xl\:focus\:to-red-900:focus { - --tw-gradient-to: #7f1d1d; - } - - .xl\:focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb; - } - - .xl\:focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7; - } - - .xl\:focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a; - } - - .xl\:focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d; - } - - .xl\:focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24; - } - - .xl\:focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b; - } - - .xl\:focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706; - } - - .xl\:focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309; - } - - .xl\:focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e; - } - - .xl\:focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f; - } - - .xl\:focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5; - } - - .xl\:focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5; - } - - .xl\:focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0; - } - - .xl\:focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7; - } - - .xl\:focus\:to-green-400:focus { - --tw-gradient-to: #34d399; - } - - .xl\:focus\:to-green-500:focus { - --tw-gradient-to: #10b981; - } - - .xl\:focus\:to-green-600:focus { - --tw-gradient-to: #059669; - } - - .xl\:focus\:to-green-700:focus { - --tw-gradient-to: #047857; - } - - .xl\:focus\:to-green-800:focus { - --tw-gradient-to: #065f46; - } - - .xl\:focus\:to-green-900:focus { - --tw-gradient-to: #064e3b; - } - - .xl\:focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff; - } - - .xl\:focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe; - } - - .xl\:focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe; - } - - .xl\:focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd; - } - - .xl\:focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa; - } - - .xl\:focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6; - } - - .xl\:focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb; - } - - .xl\:focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8; - } - - .xl\:focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af; - } - - .xl\:focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a; - } - - .xl\:focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff; - } - - .xl\:focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff; - } - - .xl\:focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe; - } - - .xl\:focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc; - } - - .xl\:focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8; - } - - .xl\:focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1; - } - - .xl\:focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5; - } - - .xl\:focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca; - } - - .xl\:focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3; - } - - .xl\:focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81; - } - - .xl\:focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff; - } - - .xl\:focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe; - } - - .xl\:focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe; - } - - .xl\:focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd; - } - - .xl\:focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa; - } - - .xl\:focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6; - } - - .xl\:focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed; - } - - .xl\:focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9; - } - - .xl\:focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6; - } - - .xl\:focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95; - } - - .xl\:focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8; - } - - .xl\:focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3; - } - - .xl\:focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8; - } - - .xl\:focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4; - } - - .xl\:focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6; - } - - .xl\:focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899; - } - - .xl\:focus\:to-pink-600:focus { - --tw-gradient-to: #db2777; - } - - .xl\:focus\:to-pink-700:focus { - --tw-gradient-to: #be185d; - } - - .xl\:focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d; - } - - .xl\:focus\:to-pink-900:focus { - --tw-gradient-to: #831843; - } - - .xl\:focus\:to-primary-50:focus { - --tw-gradient-to: #F7F6FD; - } - - .xl\:focus\:to-primary-100:focus { - --tw-gradient-to: #EEEEFB; - } - - .xl\:focus\:to-primary-200:focus { - --tw-gradient-to: #D5D4F5; - } - - .xl\:focus\:to-primary-300:focus { - --tw-gradient-to: #BCB9EF; - } - - .xl\:focus\:to-primary-400:focus { - --tw-gradient-to: #8A85E4; - } - - .xl\:focus\:to-primary-500:focus { - --tw-gradient-to: #5851D8; - } - - .xl\:focus\:to-primary-600:focus { - --tw-gradient-to: #4F49C2; - } - - .xl\:focus\:to-primary-700:focus { - --tw-gradient-to: #353182; - } - - .xl\:focus\:to-primary-800:focus { - --tw-gradient-to: #282461; - } - - .xl\:focus\:to-primary-900:focus { - --tw-gradient-to: #1A1841; - } - - .xl\:focus\:to-danger:focus { - --tw-gradient-to: #FB7178; - } - - .xl\:focus\:to-success:focus { - --tw-gradient-to: #00C99C; - } - - .xl\:focus\:to-warning:focus { - --tw-gradient-to: #F3AF4E; - } - - .xl\:focus\:to-info:focus { - --tw-gradient-to: #15B2EC; - } - - .xl\:bg-opacity-0 { - --tw-bg-opacity: 0; - } - - .xl\:bg-opacity-5 { - --tw-bg-opacity: 0.05; - } - - .xl\:bg-opacity-10 { - --tw-bg-opacity: 0.1; - } - - .xl\:bg-opacity-20 { - --tw-bg-opacity: 0.2; - } - - .xl\:bg-opacity-25 { - --tw-bg-opacity: 0.25; - } - - .xl\:bg-opacity-30 { - --tw-bg-opacity: 0.3; - } - - .xl\:bg-opacity-40 { - --tw-bg-opacity: 0.4; - } - - .xl\:bg-opacity-50 { - --tw-bg-opacity: 0.5; - } - - .xl\:bg-opacity-60 { - --tw-bg-opacity: 0.6; - } - - .xl\:bg-opacity-70 { - --tw-bg-opacity: 0.7; - } - - .xl\:bg-opacity-75 { - --tw-bg-opacity: 0.75; - } - - .xl\:bg-opacity-80 { - --tw-bg-opacity: 0.8; - } - - .xl\:bg-opacity-90 { - --tw-bg-opacity: 0.9; - } - - .xl\:bg-opacity-95 { - --tw-bg-opacity: 0.95; - } - - .xl\:bg-opacity-100 { - --tw-bg-opacity: 1; - } - - .group:hover .xl\:group-hover\:bg-opacity-0 { - --tw-bg-opacity: 0; - } - - .group:hover .xl\:group-hover\:bg-opacity-5 { - --tw-bg-opacity: 0.05; - } - - .group:hover .xl\:group-hover\:bg-opacity-10 { - --tw-bg-opacity: 0.1; - } - - .group:hover .xl\:group-hover\:bg-opacity-20 { - --tw-bg-opacity: 0.2; - } - - .group:hover .xl\:group-hover\:bg-opacity-25 { - --tw-bg-opacity: 0.25; - } - - .group:hover .xl\:group-hover\:bg-opacity-30 { - --tw-bg-opacity: 0.3; - } - - .group:hover .xl\:group-hover\:bg-opacity-40 { - --tw-bg-opacity: 0.4; - } - - .group:hover .xl\:group-hover\:bg-opacity-50 { - --tw-bg-opacity: 0.5; - } - - .group:hover .xl\:group-hover\:bg-opacity-60 { - --tw-bg-opacity: 0.6; - } - - .group:hover .xl\:group-hover\:bg-opacity-70 { - --tw-bg-opacity: 0.7; - } - - .group:hover .xl\:group-hover\:bg-opacity-75 { - --tw-bg-opacity: 0.75; - } - - .group:hover .xl\:group-hover\:bg-opacity-80 { - --tw-bg-opacity: 0.8; - } - - .group:hover .xl\:group-hover\:bg-opacity-90 { - --tw-bg-opacity: 0.9; - } - - .group:hover .xl\:group-hover\:bg-opacity-95 { - --tw-bg-opacity: 0.95; - } - - .group:hover .xl\:group-hover\:bg-opacity-100 { - --tw-bg-opacity: 1; - } - - .xl\:focus-within\:bg-opacity-0:focus-within { - --tw-bg-opacity: 0; - } - - .xl\:focus-within\:bg-opacity-5:focus-within { - --tw-bg-opacity: 0.05; - } - - .xl\:focus-within\:bg-opacity-10:focus-within { - --tw-bg-opacity: 0.1; - } - - .xl\:focus-within\:bg-opacity-20:focus-within { - --tw-bg-opacity: 0.2; - } - - .xl\:focus-within\:bg-opacity-25:focus-within { - --tw-bg-opacity: 0.25; - } - - .xl\:focus-within\:bg-opacity-30:focus-within { - --tw-bg-opacity: 0.3; - } - - .xl\:focus-within\:bg-opacity-40:focus-within { - --tw-bg-opacity: 0.4; - } - - .xl\:focus-within\:bg-opacity-50:focus-within { - --tw-bg-opacity: 0.5; - } - - .xl\:focus-within\:bg-opacity-60:focus-within { - --tw-bg-opacity: 0.6; - } - - .xl\:focus-within\:bg-opacity-70:focus-within { - --tw-bg-opacity: 0.7; - } - - .xl\:focus-within\:bg-opacity-75:focus-within { - --tw-bg-opacity: 0.75; - } - - .xl\:focus-within\:bg-opacity-80:focus-within { - --tw-bg-opacity: 0.8; - } - - .xl\:focus-within\:bg-opacity-90:focus-within { - --tw-bg-opacity: 0.9; - } - - .xl\:focus-within\:bg-opacity-95:focus-within { - --tw-bg-opacity: 0.95; - } - - .xl\:focus-within\:bg-opacity-100:focus-within { - --tw-bg-opacity: 1; - } - - .xl\:hover\:bg-opacity-0:hover { - --tw-bg-opacity: 0; - } - - .xl\:hover\:bg-opacity-5:hover { - --tw-bg-opacity: 0.05; - } - - .xl\:hover\:bg-opacity-10:hover { - --tw-bg-opacity: 0.1; - } - - .xl\:hover\:bg-opacity-20:hover { - --tw-bg-opacity: 0.2; - } - - .xl\:hover\:bg-opacity-25:hover { - --tw-bg-opacity: 0.25; - } - - .xl\:hover\:bg-opacity-30:hover { - --tw-bg-opacity: 0.3; - } - - .xl\:hover\:bg-opacity-40:hover { - --tw-bg-opacity: 0.4; - } - - .xl\:hover\:bg-opacity-50:hover { - --tw-bg-opacity: 0.5; - } - - .xl\:hover\:bg-opacity-60:hover { - --tw-bg-opacity: 0.6; - } - - .xl\:hover\:bg-opacity-70:hover { - --tw-bg-opacity: 0.7; - } - - .xl\:hover\:bg-opacity-75:hover { - --tw-bg-opacity: 0.75; - } - - .xl\:hover\:bg-opacity-80:hover { - --tw-bg-opacity: 0.8; - } - - .xl\:hover\:bg-opacity-90:hover { - --tw-bg-opacity: 0.9; - } - - .xl\:hover\:bg-opacity-95:hover { - --tw-bg-opacity: 0.95; - } - - .xl\:hover\:bg-opacity-100:hover { - --tw-bg-opacity: 1; - } - - .xl\:focus\:bg-opacity-0:focus { - --tw-bg-opacity: 0; - } - - .xl\:focus\:bg-opacity-5:focus { - --tw-bg-opacity: 0.05; - } - - .xl\:focus\:bg-opacity-10:focus { - --tw-bg-opacity: 0.1; - } - - .xl\:focus\:bg-opacity-20:focus { - --tw-bg-opacity: 0.2; - } - - .xl\:focus\:bg-opacity-25:focus { - --tw-bg-opacity: 0.25; - } - - .xl\:focus\:bg-opacity-30:focus { - --tw-bg-opacity: 0.3; - } - - .xl\:focus\:bg-opacity-40:focus { - --tw-bg-opacity: 0.4; - } - - .xl\:focus\:bg-opacity-50:focus { - --tw-bg-opacity: 0.5; - } - - .xl\:focus\:bg-opacity-60:focus { - --tw-bg-opacity: 0.6; - } - - .xl\:focus\:bg-opacity-70:focus { - --tw-bg-opacity: 0.7; - } - - .xl\:focus\:bg-opacity-75:focus { - --tw-bg-opacity: 0.75; - } - - .xl\:focus\:bg-opacity-80:focus { - --tw-bg-opacity: 0.8; - } - - .xl\:focus\:bg-opacity-90:focus { - --tw-bg-opacity: 0.9; - } - - .xl\:focus\:bg-opacity-95:focus { - --tw-bg-opacity: 0.95; - } - - .xl\:focus\:bg-opacity-100:focus { - --tw-bg-opacity: 1; - } - - .xl\:bg-bottom { - background-position: bottom; - } - - .xl\:bg-center { - background-position: center; - } - - .xl\:bg-left { - background-position: left; - } - - .xl\:bg-left-bottom { - background-position: left bottom; - } - - .xl\:bg-left-top { - background-position: left top; - } - - .xl\:bg-right { - background-position: right; - } - - .xl\:bg-right-bottom { - background-position: right bottom; - } - - .xl\:bg-right-top { - background-position: right top; - } - - .xl\:bg-top { - background-position: top; - } - - .xl\:bg-repeat { - background-repeat: repeat; - } - - .xl\:bg-no-repeat { - background-repeat: no-repeat; - } - - .xl\:bg-repeat-x { - background-repeat: repeat-x; - } - - .xl\:bg-repeat-y { - background-repeat: repeat-y; - } - - .xl\:bg-repeat-round { - background-repeat: round; - } - - .xl\:bg-repeat-space { - background-repeat: space; - } - - .xl\:bg-auto { - background-size: auto; - } - - .xl\:bg-cover { - background-size: cover; - } - - .xl\:bg-contain { - background-size: contain; - } - - .xl\:border-collapse { - border-collapse: collapse; - } - - .xl\:border-separate { - border-collapse: separate; - } - - .xl\:border-transparent { - border-color: transparent; - } - - .xl\:border-current { - border-color: currentColor; - } - - .xl\:border-black { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .xl\:border-white { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .xl\:border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .xl\:border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .xl\:border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .xl\:border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .xl\:border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .xl\:border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .xl\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .xl\:border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .xl\:border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .xl\:border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .xl\:border-red-50 { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .xl\:border-red-100 { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .xl\:border-red-200 { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .xl\:border-red-300 { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .xl\:border-red-400 { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .xl\:border-red-500 { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .xl\:border-red-600 { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .xl\:border-red-700 { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .xl\:border-red-800 { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .xl\:border-red-900 { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .xl\:border-yellow-50 { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .xl\:border-yellow-100 { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .xl\:border-yellow-200 { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .xl\:border-yellow-300 { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .xl\:border-yellow-400 { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .xl\:border-yellow-500 { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .xl\:border-yellow-600 { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .xl\:border-yellow-700 { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .xl\:border-yellow-800 { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .xl\:border-yellow-900 { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .xl\:border-green-50 { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .xl\:border-green-100 { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .xl\:border-green-200 { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .xl\:border-green-300 { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .xl\:border-green-400 { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .xl\:border-green-500 { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .xl\:border-green-600 { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .xl\:border-green-700 { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .xl\:border-green-800 { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .xl\:border-green-900 { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .xl\:border-blue-50 { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .xl\:border-blue-100 { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .xl\:border-blue-200 { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .xl\:border-blue-300 { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .xl\:border-blue-400 { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .xl\:border-blue-500 { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .xl\:border-blue-600 { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .xl\:border-blue-700 { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .xl\:border-blue-800 { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .xl\:border-blue-900 { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .xl\:border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .xl\:border-indigo-100 { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .xl\:border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .xl\:border-indigo-300 { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .xl\:border-indigo-400 { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .xl\:border-indigo-500 { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .xl\:border-indigo-600 { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .xl\:border-indigo-700 { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .xl\:border-indigo-800 { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .xl\:border-indigo-900 { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .xl\:border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .xl\:border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .xl\:border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .xl\:border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .xl\:border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .xl\:border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .xl\:border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .xl\:border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .xl\:border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .xl\:border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .xl\:border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .xl\:border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .xl\:border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .xl\:border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .xl\:border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .xl\:border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .xl\:border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .xl\:border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .xl\:border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .xl\:border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .xl\:border-primary-50 { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .xl\:border-primary-100 { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .xl\:border-primary-200 { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .xl\:border-primary-300 { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .xl\:border-primary-400 { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .xl\:border-primary-500 { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .xl\:border-primary-600 { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .xl\:border-primary-700 { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .xl\:border-primary-800 { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .xl\:border-primary-900 { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .xl\:border-danger { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .xl\:border-success { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .xl\:border-warning { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .xl\:border-info { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .xl\:hover\:border-transparent:hover { - border-color: transparent; - } - - .xl\:hover\:border-current:hover { - border-color: currentColor; - } - - .xl\:hover\:border-black:hover { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .xl\:hover\:border-white:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-50:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-100:hover { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-200:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-300:hover { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-400:hover { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-500:hover { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-600:hover { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-700:hover { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-800:hover { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-900:hover { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .xl\:hover\:border-red-50:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .xl\:hover\:border-red-100:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .xl\:hover\:border-red-200:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .xl\:hover\:border-red-300:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .xl\:hover\:border-red-400:hover { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .xl\:hover\:border-red-500:hover { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .xl\:hover\:border-red-600:hover { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .xl\:hover\:border-red-700:hover { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .xl\:hover\:border-red-800:hover { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .xl\:hover\:border-red-900:hover { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .xl\:hover\:border-yellow-50:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .xl\:hover\:border-yellow-100:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .xl\:hover\:border-yellow-200:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .xl\:hover\:border-yellow-300:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .xl\:hover\:border-yellow-400:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .xl\:hover\:border-yellow-500:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .xl\:hover\:border-yellow-600:hover { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .xl\:hover\:border-yellow-700:hover { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .xl\:hover\:border-yellow-800:hover { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .xl\:hover\:border-yellow-900:hover { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .xl\:hover\:border-green-50:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .xl\:hover\:border-green-100:hover { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .xl\:hover\:border-green-200:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .xl\:hover\:border-green-300:hover { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .xl\:hover\:border-green-400:hover { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .xl\:hover\:border-green-500:hover { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .xl\:hover\:border-green-600:hover { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .xl\:hover\:border-green-700:hover { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .xl\:hover\:border-green-800:hover { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .xl\:hover\:border-green-900:hover { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .xl\:hover\:border-blue-50:hover { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .xl\:hover\:border-blue-100:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .xl\:hover\:border-blue-200:hover { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .xl\:hover\:border-blue-300:hover { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .xl\:hover\:border-blue-400:hover { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .xl\:hover\:border-blue-500:hover { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .xl\:hover\:border-blue-600:hover { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .xl\:hover\:border-blue-700:hover { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .xl\:hover\:border-blue-800:hover { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .xl\:hover\:border-blue-900:hover { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .xl\:hover\:border-indigo-50:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .xl\:hover\:border-indigo-100:hover { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .xl\:hover\:border-indigo-200:hover { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .xl\:hover\:border-indigo-300:hover { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .xl\:hover\:border-indigo-400:hover { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .xl\:hover\:border-indigo-500:hover { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .xl\:hover\:border-indigo-600:hover { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .xl\:hover\:border-indigo-700:hover { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .xl\:hover\:border-indigo-800:hover { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .xl\:hover\:border-indigo-900:hover { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-50:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-100:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-200:hover { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-300:hover { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-400:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-500:hover { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-600:hover { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-700:hover { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-800:hover { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-900:hover { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-50:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-100:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-200:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-300:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-400:hover { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-500:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-600:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-700:hover { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-800:hover { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-900:hover { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .xl\:hover\:border-primary-50:hover { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .xl\:hover\:border-primary-100:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .xl\:hover\:border-primary-200:hover { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .xl\:hover\:border-primary-300:hover { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .xl\:hover\:border-primary-400:hover { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .xl\:hover\:border-primary-500:hover { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .xl\:hover\:border-primary-600:hover { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .xl\:hover\:border-primary-700:hover { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .xl\:hover\:border-primary-800:hover { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .xl\:hover\:border-primary-900:hover { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .xl\:hover\:border-danger:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .xl\:hover\:border-success:hover { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .xl\:hover\:border-warning:hover { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .xl\:hover\:border-info:hover { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .xl\:focus\:border-transparent:focus { - border-color: transparent; - } - - .xl\:focus\:border-current:focus { - border-color: currentColor; - } - - .xl\:focus\:border-black:focus { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .xl\:focus\:border-white:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-50:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-100:focus { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-200:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-300:focus { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-400:focus { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-500:focus { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-600:focus { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-700:focus { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-800:focus { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-900:focus { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .xl\:focus\:border-red-50:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .xl\:focus\:border-red-100:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .xl\:focus\:border-red-200:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .xl\:focus\:border-red-300:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .xl\:focus\:border-red-400:focus { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .xl\:focus\:border-red-500:focus { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .xl\:focus\:border-red-600:focus { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .xl\:focus\:border-red-700:focus { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .xl\:focus\:border-red-800:focus { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .xl\:focus\:border-red-900:focus { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .xl\:focus\:border-yellow-50:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .xl\:focus\:border-yellow-100:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .xl\:focus\:border-yellow-200:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .xl\:focus\:border-yellow-300:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .xl\:focus\:border-yellow-400:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .xl\:focus\:border-yellow-500:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .xl\:focus\:border-yellow-600:focus { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .xl\:focus\:border-yellow-700:focus { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .xl\:focus\:border-yellow-800:focus { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .xl\:focus\:border-yellow-900:focus { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .xl\:focus\:border-green-50:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .xl\:focus\:border-green-100:focus { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .xl\:focus\:border-green-200:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .xl\:focus\:border-green-300:focus { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .xl\:focus\:border-green-400:focus { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .xl\:focus\:border-green-500:focus { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .xl\:focus\:border-green-600:focus { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .xl\:focus\:border-green-700:focus { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .xl\:focus\:border-green-800:focus { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .xl\:focus\:border-green-900:focus { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .xl\:focus\:border-blue-50:focus { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .xl\:focus\:border-blue-100:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .xl\:focus\:border-blue-200:focus { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .xl\:focus\:border-blue-300:focus { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .xl\:focus\:border-blue-400:focus { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .xl\:focus\:border-blue-500:focus { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .xl\:focus\:border-blue-600:focus { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .xl\:focus\:border-blue-700:focus { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .xl\:focus\:border-blue-800:focus { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .xl\:focus\:border-blue-900:focus { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .xl\:focus\:border-indigo-50:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .xl\:focus\:border-indigo-100:focus { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .xl\:focus\:border-indigo-200:focus { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .xl\:focus\:border-indigo-300:focus { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .xl\:focus\:border-indigo-400:focus { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .xl\:focus\:border-indigo-500:focus { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .xl\:focus\:border-indigo-600:focus { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .xl\:focus\:border-indigo-700:focus { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .xl\:focus\:border-indigo-800:focus { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .xl\:focus\:border-indigo-900:focus { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-50:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-100:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-200:focus { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-300:focus { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-400:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-500:focus { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-600:focus { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-700:focus { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-800:focus { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-900:focus { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-50:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-100:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-200:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-300:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-400:focus { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-500:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-600:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-700:focus { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-800:focus { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-900:focus { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .xl\:focus\:border-primary-50:focus { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .xl\:focus\:border-primary-100:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .xl\:focus\:border-primary-200:focus { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .xl\:focus\:border-primary-300:focus { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .xl\:focus\:border-primary-400:focus { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .xl\:focus\:border-primary-500:focus { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .xl\:focus\:border-primary-600:focus { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .xl\:focus\:border-primary-700:focus { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .xl\:focus\:border-primary-800:focus { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .xl\:focus\:border-primary-900:focus { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .xl\:focus\:border-danger:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .xl\:focus\:border-success:focus { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .xl\:focus\:border-warning:focus { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .xl\:focus\:border-info:focus { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .xl\:active\:border-transparent:active { - border-color: transparent; - } - - .xl\:active\:border-current:active { - border-color: currentColor; - } - - .xl\:active\:border-black:active { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .xl\:active\:border-white:active { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .xl\:active\:border-gray-50:active { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .xl\:active\:border-gray-100:active { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .xl\:active\:border-gray-200:active { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .xl\:active\:border-gray-300:active { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .xl\:active\:border-gray-400:active { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .xl\:active\:border-gray-500:active { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .xl\:active\:border-gray-600:active { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .xl\:active\:border-gray-700:active { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .xl\:active\:border-gray-800:active { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .xl\:active\:border-gray-900:active { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .xl\:active\:border-red-50:active { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .xl\:active\:border-red-100:active { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .xl\:active\:border-red-200:active { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .xl\:active\:border-red-300:active { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .xl\:active\:border-red-400:active { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .xl\:active\:border-red-500:active { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .xl\:active\:border-red-600:active { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .xl\:active\:border-red-700:active { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .xl\:active\:border-red-800:active { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .xl\:active\:border-red-900:active { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .xl\:active\:border-yellow-50:active { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .xl\:active\:border-yellow-100:active { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .xl\:active\:border-yellow-200:active { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .xl\:active\:border-yellow-300:active { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .xl\:active\:border-yellow-400:active { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .xl\:active\:border-yellow-500:active { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .xl\:active\:border-yellow-600:active { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .xl\:active\:border-yellow-700:active { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .xl\:active\:border-yellow-800:active { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .xl\:active\:border-yellow-900:active { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .xl\:active\:border-green-50:active { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .xl\:active\:border-green-100:active { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .xl\:active\:border-green-200:active { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .xl\:active\:border-green-300:active { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .xl\:active\:border-green-400:active { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .xl\:active\:border-green-500:active { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .xl\:active\:border-green-600:active { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .xl\:active\:border-green-700:active { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .xl\:active\:border-green-800:active { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .xl\:active\:border-green-900:active { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .xl\:active\:border-blue-50:active { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .xl\:active\:border-blue-100:active { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .xl\:active\:border-blue-200:active { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .xl\:active\:border-blue-300:active { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .xl\:active\:border-blue-400:active { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .xl\:active\:border-blue-500:active { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .xl\:active\:border-blue-600:active { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .xl\:active\:border-blue-700:active { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .xl\:active\:border-blue-800:active { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .xl\:active\:border-blue-900:active { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .xl\:active\:border-indigo-50:active { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .xl\:active\:border-indigo-100:active { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .xl\:active\:border-indigo-200:active { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .xl\:active\:border-indigo-300:active { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .xl\:active\:border-indigo-400:active { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .xl\:active\:border-indigo-500:active { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .xl\:active\:border-indigo-600:active { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .xl\:active\:border-indigo-700:active { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .xl\:active\:border-indigo-800:active { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .xl\:active\:border-indigo-900:active { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .xl\:active\:border-purple-50:active { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .xl\:active\:border-purple-100:active { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .xl\:active\:border-purple-200:active { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .xl\:active\:border-purple-300:active { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .xl\:active\:border-purple-400:active { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .xl\:active\:border-purple-500:active { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .xl\:active\:border-purple-600:active { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .xl\:active\:border-purple-700:active { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .xl\:active\:border-purple-800:active { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .xl\:active\:border-purple-900:active { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .xl\:active\:border-pink-50:active { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .xl\:active\:border-pink-100:active { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .xl\:active\:border-pink-200:active { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .xl\:active\:border-pink-300:active { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .xl\:active\:border-pink-400:active { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .xl\:active\:border-pink-500:active { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .xl\:active\:border-pink-600:active { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .xl\:active\:border-pink-700:active { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .xl\:active\:border-pink-800:active { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .xl\:active\:border-pink-900:active { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .xl\:active\:border-primary-50:active { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .xl\:active\:border-primary-100:active { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .xl\:active\:border-primary-200:active { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .xl\:active\:border-primary-300:active { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .xl\:active\:border-primary-400:active { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .xl\:active\:border-primary-500:active { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .xl\:active\:border-primary-600:active { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .xl\:active\:border-primary-700:active { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .xl\:active\:border-primary-800:active { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .xl\:active\:border-primary-900:active { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .xl\:active\:border-danger:active { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .xl\:active\:border-success:active { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .xl\:active\:border-warning:active { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .xl\:active\:border-info:active { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-transparent:focus-within { - border-color: transparent; - } - - .xl\:focus-within\:border-current:focus-within { - border-color: currentColor; - } - - .xl\:focus-within\:border-black:focus-within { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-white:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-red-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-red-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-red-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-red-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-red-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-red-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-red-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-red-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-red-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-red-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-yellow-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-yellow-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-yellow-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-yellow-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-yellow-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-yellow-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-yellow-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-yellow-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-yellow-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-yellow-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-green-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-green-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-green-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-green-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-green-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-green-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-green-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-green-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-green-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-green-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-blue-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-blue-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-blue-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-blue-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-blue-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-blue-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-blue-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-blue-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-blue-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-blue-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-indigo-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-indigo-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-indigo-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-indigo-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-indigo-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-indigo-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-indigo-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-indigo-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-primary-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-primary-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-primary-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-primary-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-primary-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-primary-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-primary-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-primary-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-primary-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-primary-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-danger:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-success:focus-within { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-warning:focus-within { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-info:focus-within { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .xl\:border-opacity-0 { - --tw-border-opacity: 0; - } - - .xl\:border-opacity-5 { - --tw-border-opacity: 0.05; - } - - .xl\:border-opacity-10 { - --tw-border-opacity: 0.1; - } - - .xl\:border-opacity-20 { - --tw-border-opacity: 0.2; - } - - .xl\:border-opacity-25 { - --tw-border-opacity: 0.25; - } - - .xl\:border-opacity-30 { - --tw-border-opacity: 0.3; - } - - .xl\:border-opacity-40 { - --tw-border-opacity: 0.4; - } - - .xl\:border-opacity-50 { - --tw-border-opacity: 0.5; - } - - .xl\:border-opacity-60 { - --tw-border-opacity: 0.6; - } - - .xl\:border-opacity-70 { - --tw-border-opacity: 0.7; - } - - .xl\:border-opacity-75 { - --tw-border-opacity: 0.75; - } - - .xl\:border-opacity-80 { - --tw-border-opacity: 0.8; - } - - .xl\:border-opacity-90 { - --tw-border-opacity: 0.9; - } - - .xl\:border-opacity-95 { - --tw-border-opacity: 0.95; - } - - .xl\:border-opacity-100 { - --tw-border-opacity: 1; - } - - .group:hover .xl\:group-hover\:border-opacity-0 { - --tw-border-opacity: 0; - } - - .group:hover .xl\:group-hover\:border-opacity-5 { - --tw-border-opacity: 0.05; - } - - .group:hover .xl\:group-hover\:border-opacity-10 { - --tw-border-opacity: 0.1; - } - - .group:hover .xl\:group-hover\:border-opacity-20 { - --tw-border-opacity: 0.2; - } - - .group:hover .xl\:group-hover\:border-opacity-25 { - --tw-border-opacity: 0.25; - } - - .group:hover .xl\:group-hover\:border-opacity-30 { - --tw-border-opacity: 0.3; - } - - .group:hover .xl\:group-hover\:border-opacity-40 { - --tw-border-opacity: 0.4; - } - - .group:hover .xl\:group-hover\:border-opacity-50 { - --tw-border-opacity: 0.5; - } - - .group:hover .xl\:group-hover\:border-opacity-60 { - --tw-border-opacity: 0.6; - } - - .group:hover .xl\:group-hover\:border-opacity-70 { - --tw-border-opacity: 0.7; - } - - .group:hover .xl\:group-hover\:border-opacity-75 { - --tw-border-opacity: 0.75; - } - - .group:hover .xl\:group-hover\:border-opacity-80 { - --tw-border-opacity: 0.8; - } - - .group:hover .xl\:group-hover\:border-opacity-90 { - --tw-border-opacity: 0.9; - } - - .group:hover .xl\:group-hover\:border-opacity-95 { - --tw-border-opacity: 0.95; - } - - .group:hover .xl\:group-hover\:border-opacity-100 { - --tw-border-opacity: 1; - } - - .xl\:focus-within\:border-opacity-0:focus-within { - --tw-border-opacity: 0; - } - - .xl\:focus-within\:border-opacity-5:focus-within { - --tw-border-opacity: 0.05; - } - - .xl\:focus-within\:border-opacity-10:focus-within { - --tw-border-opacity: 0.1; - } - - .xl\:focus-within\:border-opacity-20:focus-within { - --tw-border-opacity: 0.2; - } - - .xl\:focus-within\:border-opacity-25:focus-within { - --tw-border-opacity: 0.25; - } - - .xl\:focus-within\:border-opacity-30:focus-within { - --tw-border-opacity: 0.3; - } - - .xl\:focus-within\:border-opacity-40:focus-within { - --tw-border-opacity: 0.4; - } - - .xl\:focus-within\:border-opacity-50:focus-within { - --tw-border-opacity: 0.5; - } - - .xl\:focus-within\:border-opacity-60:focus-within { - --tw-border-opacity: 0.6; - } - - .xl\:focus-within\:border-opacity-70:focus-within { - --tw-border-opacity: 0.7; - } - - .xl\:focus-within\:border-opacity-75:focus-within { - --tw-border-opacity: 0.75; - } - - .xl\:focus-within\:border-opacity-80:focus-within { - --tw-border-opacity: 0.8; - } - - .xl\:focus-within\:border-opacity-90:focus-within { - --tw-border-opacity: 0.9; - } - - .xl\:focus-within\:border-opacity-95:focus-within { - --tw-border-opacity: 0.95; - } - - .xl\:focus-within\:border-opacity-100:focus-within { - --tw-border-opacity: 1; - } - - .xl\:hover\:border-opacity-0:hover { - --tw-border-opacity: 0; - } - - .xl\:hover\:border-opacity-5:hover { - --tw-border-opacity: 0.05; - } - - .xl\:hover\:border-opacity-10:hover { - --tw-border-opacity: 0.1; - } - - .xl\:hover\:border-opacity-20:hover { - --tw-border-opacity: 0.2; - } - - .xl\:hover\:border-opacity-25:hover { - --tw-border-opacity: 0.25; - } - - .xl\:hover\:border-opacity-30:hover { - --tw-border-opacity: 0.3; - } - - .xl\:hover\:border-opacity-40:hover { - --tw-border-opacity: 0.4; - } - - .xl\:hover\:border-opacity-50:hover { - --tw-border-opacity: 0.5; - } - - .xl\:hover\:border-opacity-60:hover { - --tw-border-opacity: 0.6; - } - - .xl\:hover\:border-opacity-70:hover { - --tw-border-opacity: 0.7; - } - - .xl\:hover\:border-opacity-75:hover { - --tw-border-opacity: 0.75; - } - - .xl\:hover\:border-opacity-80:hover { - --tw-border-opacity: 0.8; - } - - .xl\:hover\:border-opacity-90:hover { - --tw-border-opacity: 0.9; - } - - .xl\:hover\:border-opacity-95:hover { - --tw-border-opacity: 0.95; - } - - .xl\:hover\:border-opacity-100:hover { - --tw-border-opacity: 1; - } - - .xl\:focus\:border-opacity-0:focus { - --tw-border-opacity: 0; - } - - .xl\:focus\:border-opacity-5:focus { - --tw-border-opacity: 0.05; - } - - .xl\:focus\:border-opacity-10:focus { - --tw-border-opacity: 0.1; - } - - .xl\:focus\:border-opacity-20:focus { - --tw-border-opacity: 0.2; - } - - .xl\:focus\:border-opacity-25:focus { - --tw-border-opacity: 0.25; - } - - .xl\:focus\:border-opacity-30:focus { - --tw-border-opacity: 0.3; - } - - .xl\:focus\:border-opacity-40:focus { - --tw-border-opacity: 0.4; - } - - .xl\:focus\:border-opacity-50:focus { - --tw-border-opacity: 0.5; - } - - .xl\:focus\:border-opacity-60:focus { - --tw-border-opacity: 0.6; - } - - .xl\:focus\:border-opacity-70:focus { - --tw-border-opacity: 0.7; - } - - .xl\:focus\:border-opacity-75:focus { - --tw-border-opacity: 0.75; - } - - .xl\:focus\:border-opacity-80:focus { - --tw-border-opacity: 0.8; - } - - .xl\:focus\:border-opacity-90:focus { - --tw-border-opacity: 0.9; - } - - .xl\:focus\:border-opacity-95:focus { - --tw-border-opacity: 0.95; - } - - .xl\:focus\:border-opacity-100:focus { - --tw-border-opacity: 1; - } - - .xl\:rounded-none { - border-radius: 0px; - } - - .xl\:rounded-sm { - border-radius: 0.125rem; - } - - .xl\:rounded { - border-radius: 0.25rem; - } - - .xl\:rounded-md { - border-radius: 0.375rem; - } - - .xl\:rounded-lg { - border-radius: 0.5rem; - } - - .xl\:rounded-xl { - border-radius: 0.75rem; - } - - .xl\:rounded-2xl { - border-radius: 1rem; - } - - .xl\:rounded-3xl { - border-radius: 1.5rem; - } - - .xl\:rounded-full { - border-radius: 9999px; - } - - .xl\:rounded-t-none { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .xl\:rounded-r-none { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .xl\:rounded-b-none { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .xl\:rounded-l-none { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .xl\:rounded-t-sm { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .xl\:rounded-r-sm { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .xl\:rounded-b-sm { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .xl\:rounded-l-sm { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .xl\:rounded-t { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .xl\:rounded-r { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .xl\:rounded-b { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .xl\:rounded-l { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .xl\:rounded-t-md { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .xl\:rounded-r-md { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .xl\:rounded-b-md { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .xl\:rounded-l-md { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .xl\:rounded-t-lg { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .xl\:rounded-r-lg { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .xl\:rounded-b-lg { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .xl\:rounded-l-lg { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .xl\:rounded-t-xl { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .xl\:rounded-r-xl { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .xl\:rounded-b-xl { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .xl\:rounded-l-xl { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .xl\:rounded-t-2xl { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .xl\:rounded-r-2xl { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .xl\:rounded-b-2xl { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .xl\:rounded-l-2xl { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .xl\:rounded-t-3xl { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .xl\:rounded-r-3xl { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .xl\:rounded-b-3xl { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .xl\:rounded-l-3xl { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .xl\:rounded-t-full { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .xl\:rounded-r-full { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .xl\:rounded-b-full { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .xl\:rounded-l-full { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .xl\:rounded-tl-none { - border-top-left-radius: 0px; - } - - .xl\:rounded-tr-none { - border-top-right-radius: 0px; - } - - .xl\:rounded-br-none { - border-bottom-right-radius: 0px; - } - - .xl\:rounded-bl-none { - border-bottom-left-radius: 0px; - } - - .xl\:rounded-tl-sm { - border-top-left-radius: 0.125rem; - } - - .xl\:rounded-tr-sm { - border-top-right-radius: 0.125rem; - } - - .xl\:rounded-br-sm { - border-bottom-right-radius: 0.125rem; - } - - .xl\:rounded-bl-sm { - border-bottom-left-radius: 0.125rem; - } - - .xl\:rounded-tl { - border-top-left-radius: 0.25rem; - } - - .xl\:rounded-tr { - border-top-right-radius: 0.25rem; - } - - .xl\:rounded-br { - border-bottom-right-radius: 0.25rem; - } - - .xl\:rounded-bl { - border-bottom-left-radius: 0.25rem; - } - - .xl\:rounded-tl-md { - border-top-left-radius: 0.375rem; - } - - .xl\:rounded-tr-md { - border-top-right-radius: 0.375rem; - } - - .xl\:rounded-br-md { - border-bottom-right-radius: 0.375rem; - } - - .xl\:rounded-bl-md { - border-bottom-left-radius: 0.375rem; - } - - .xl\:rounded-tl-lg { - border-top-left-radius: 0.5rem; - } - - .xl\:rounded-tr-lg { - border-top-right-radius: 0.5rem; - } - - .xl\:rounded-br-lg { - border-bottom-right-radius: 0.5rem; - } - - .xl\:rounded-bl-lg { - border-bottom-left-radius: 0.5rem; - } - - .xl\:rounded-tl-xl { - border-top-left-radius: 0.75rem; - } - - .xl\:rounded-tr-xl { - border-top-right-radius: 0.75rem; - } - - .xl\:rounded-br-xl { - border-bottom-right-radius: 0.75rem; - } - - .xl\:rounded-bl-xl { - border-bottom-left-radius: 0.75rem; - } - - .xl\:rounded-tl-2xl { - border-top-left-radius: 1rem; - } - - .xl\:rounded-tr-2xl { - border-top-right-radius: 1rem; - } - - .xl\:rounded-br-2xl { - border-bottom-right-radius: 1rem; - } - - .xl\:rounded-bl-2xl { - border-bottom-left-radius: 1rem; - } - - .xl\:rounded-tl-3xl { - border-top-left-radius: 1.5rem; - } - - .xl\:rounded-tr-3xl { - border-top-right-radius: 1.5rem; - } - - .xl\:rounded-br-3xl { - border-bottom-right-radius: 1.5rem; - } - - .xl\:rounded-bl-3xl { - border-bottom-left-radius: 1.5rem; - } - - .xl\:rounded-tl-full { - border-top-left-radius: 9999px; - } - - .xl\:rounded-tr-full { - border-top-right-radius: 9999px; - } - - .xl\:rounded-br-full { - border-bottom-right-radius: 9999px; - } - - .xl\:rounded-bl-full { - border-bottom-left-radius: 9999px; - } - - .xl\:hover\:rounded-none:hover { - border-radius: 0px; - } - - .xl\:hover\:rounded-sm:hover { - border-radius: 0.125rem; - } - - .xl\:hover\:rounded:hover { - border-radius: 0.25rem; - } - - .xl\:hover\:rounded-md:hover { - border-radius: 0.375rem; - } - - .xl\:hover\:rounded-lg:hover { - border-radius: 0.5rem; - } - - .xl\:hover\:rounded-xl:hover { - border-radius: 0.75rem; - } - - .xl\:hover\:rounded-2xl:hover { - border-radius: 1rem; - } - - .xl\:hover\:rounded-3xl:hover { - border-radius: 1.5rem; - } - - .xl\:hover\:rounded-full:hover { - border-radius: 9999px; - } - - .xl\:hover\:rounded-t-none:hover { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .xl\:hover\:rounded-r-none:hover { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .xl\:hover\:rounded-b-none:hover { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .xl\:hover\:rounded-l-none:hover { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .xl\:hover\:rounded-t-sm:hover { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .xl\:hover\:rounded-r-sm:hover { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .xl\:hover\:rounded-b-sm:hover { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .xl\:hover\:rounded-l-sm:hover { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .xl\:hover\:rounded-t:hover { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .xl\:hover\:rounded-r:hover { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .xl\:hover\:rounded-b:hover { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .xl\:hover\:rounded-l:hover { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .xl\:hover\:rounded-t-md:hover { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .xl\:hover\:rounded-r-md:hover { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .xl\:hover\:rounded-b-md:hover { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .xl\:hover\:rounded-l-md:hover { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .xl\:hover\:rounded-t-lg:hover { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .xl\:hover\:rounded-r-lg:hover { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .xl\:hover\:rounded-b-lg:hover { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .xl\:hover\:rounded-l-lg:hover { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .xl\:hover\:rounded-t-xl:hover { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .xl\:hover\:rounded-r-xl:hover { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .xl\:hover\:rounded-b-xl:hover { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .xl\:hover\:rounded-l-xl:hover { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .xl\:hover\:rounded-t-2xl:hover { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .xl\:hover\:rounded-r-2xl:hover { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .xl\:hover\:rounded-b-2xl:hover { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .xl\:hover\:rounded-l-2xl:hover { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .xl\:hover\:rounded-t-3xl:hover { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .xl\:hover\:rounded-r-3xl:hover { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .xl\:hover\:rounded-b-3xl:hover { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .xl\:hover\:rounded-l-3xl:hover { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .xl\:hover\:rounded-t-full:hover { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .xl\:hover\:rounded-r-full:hover { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .xl\:hover\:rounded-b-full:hover { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .xl\:hover\:rounded-l-full:hover { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .xl\:hover\:rounded-tl-none:hover { - border-top-left-radius: 0px; - } - - .xl\:hover\:rounded-tr-none:hover { - border-top-right-radius: 0px; - } - - .xl\:hover\:rounded-br-none:hover { - border-bottom-right-radius: 0px; - } - - .xl\:hover\:rounded-bl-none:hover { - border-bottom-left-radius: 0px; - } - - .xl\:hover\:rounded-tl-sm:hover { - border-top-left-radius: 0.125rem; - } - - .xl\:hover\:rounded-tr-sm:hover { - border-top-right-radius: 0.125rem; - } - - .xl\:hover\:rounded-br-sm:hover { - border-bottom-right-radius: 0.125rem; - } - - .xl\:hover\:rounded-bl-sm:hover { - border-bottom-left-radius: 0.125rem; - } - - .xl\:hover\:rounded-tl:hover { - border-top-left-radius: 0.25rem; - } - - .xl\:hover\:rounded-tr:hover { - border-top-right-radius: 0.25rem; - } - - .xl\:hover\:rounded-br:hover { - border-bottom-right-radius: 0.25rem; - } - - .xl\:hover\:rounded-bl:hover { - border-bottom-left-radius: 0.25rem; - } - - .xl\:hover\:rounded-tl-md:hover { - border-top-left-radius: 0.375rem; - } - - .xl\:hover\:rounded-tr-md:hover { - border-top-right-radius: 0.375rem; - } - - .xl\:hover\:rounded-br-md:hover { - border-bottom-right-radius: 0.375rem; - } - - .xl\:hover\:rounded-bl-md:hover { - border-bottom-left-radius: 0.375rem; - } - - .xl\:hover\:rounded-tl-lg:hover { - border-top-left-radius: 0.5rem; - } - - .xl\:hover\:rounded-tr-lg:hover { - border-top-right-radius: 0.5rem; - } - - .xl\:hover\:rounded-br-lg:hover { - border-bottom-right-radius: 0.5rem; - } - - .xl\:hover\:rounded-bl-lg:hover { - border-bottom-left-radius: 0.5rem; - } - - .xl\:hover\:rounded-tl-xl:hover { - border-top-left-radius: 0.75rem; - } - - .xl\:hover\:rounded-tr-xl:hover { - border-top-right-radius: 0.75rem; - } - - .xl\:hover\:rounded-br-xl:hover { - border-bottom-right-radius: 0.75rem; - } - - .xl\:hover\:rounded-bl-xl:hover { - border-bottom-left-radius: 0.75rem; - } - - .xl\:hover\:rounded-tl-2xl:hover { - border-top-left-radius: 1rem; - } - - .xl\:hover\:rounded-tr-2xl:hover { - border-top-right-radius: 1rem; - } - - .xl\:hover\:rounded-br-2xl:hover { - border-bottom-right-radius: 1rem; - } - - .xl\:hover\:rounded-bl-2xl:hover { - border-bottom-left-radius: 1rem; - } - - .xl\:hover\:rounded-tl-3xl:hover { - border-top-left-radius: 1.5rem; - } - - .xl\:hover\:rounded-tr-3xl:hover { - border-top-right-radius: 1.5rem; - } - - .xl\:hover\:rounded-br-3xl:hover { - border-bottom-right-radius: 1.5rem; - } - - .xl\:hover\:rounded-bl-3xl:hover { - border-bottom-left-radius: 1.5rem; - } - - .xl\:hover\:rounded-tl-full:hover { - border-top-left-radius: 9999px; - } - - .xl\:hover\:rounded-tr-full:hover { - border-top-right-radius: 9999px; - } - - .xl\:hover\:rounded-br-full:hover { - border-bottom-right-radius: 9999px; - } - - .xl\:hover\:rounded-bl-full:hover { - border-bottom-left-radius: 9999px; - } - - .xl\:first\:rounded-none:first-child { - border-radius: 0px; - } - - .xl\:first\:rounded-sm:first-child { - border-radius: 0.125rem; - } - - .xl\:first\:rounded:first-child { - border-radius: 0.25rem; - } - - .xl\:first\:rounded-md:first-child { - border-radius: 0.375rem; - } - - .xl\:first\:rounded-lg:first-child { - border-radius: 0.5rem; - } - - .xl\:first\:rounded-xl:first-child { - border-radius: 0.75rem; - } - - .xl\:first\:rounded-2xl:first-child { - border-radius: 1rem; - } - - .xl\:first\:rounded-3xl:first-child { - border-radius: 1.5rem; - } - - .xl\:first\:rounded-full:first-child { - border-radius: 9999px; - } - - .xl\:first\:rounded-t-none:first-child { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .xl\:first\:rounded-r-none:first-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .xl\:first\:rounded-b-none:first-child { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .xl\:first\:rounded-l-none:first-child { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .xl\:first\:rounded-t-sm:first-child { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .xl\:first\:rounded-r-sm:first-child { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .xl\:first\:rounded-b-sm:first-child { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .xl\:first\:rounded-l-sm:first-child { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .xl\:first\:rounded-t:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .xl\:first\:rounded-r:first-child { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .xl\:first\:rounded-b:first-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .xl\:first\:rounded-l:first-child { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .xl\:first\:rounded-t-md:first-child { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .xl\:first\:rounded-r-md:first-child { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .xl\:first\:rounded-b-md:first-child { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .xl\:first\:rounded-l-md:first-child { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .xl\:first\:rounded-t-lg:first-child { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .xl\:first\:rounded-r-lg:first-child { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .xl\:first\:rounded-b-lg:first-child { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .xl\:first\:rounded-l-lg:first-child { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .xl\:first\:rounded-t-xl:first-child { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .xl\:first\:rounded-r-xl:first-child { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .xl\:first\:rounded-b-xl:first-child { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .xl\:first\:rounded-l-xl:first-child { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .xl\:first\:rounded-t-2xl:first-child { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .xl\:first\:rounded-r-2xl:first-child { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .xl\:first\:rounded-b-2xl:first-child { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .xl\:first\:rounded-l-2xl:first-child { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .xl\:first\:rounded-t-3xl:first-child { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .xl\:first\:rounded-r-3xl:first-child { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .xl\:first\:rounded-b-3xl:first-child { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .xl\:first\:rounded-l-3xl:first-child { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .xl\:first\:rounded-t-full:first-child { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .xl\:first\:rounded-r-full:first-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .xl\:first\:rounded-b-full:first-child { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .xl\:first\:rounded-l-full:first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .xl\:first\:rounded-tl-none:first-child { - border-top-left-radius: 0px; - } - - .xl\:first\:rounded-tr-none:first-child { - border-top-right-radius: 0px; - } - - .xl\:first\:rounded-br-none:first-child { - border-bottom-right-radius: 0px; - } - - .xl\:first\:rounded-bl-none:first-child { - border-bottom-left-radius: 0px; - } - - .xl\:first\:rounded-tl-sm:first-child { - border-top-left-radius: 0.125rem; - } - - .xl\:first\:rounded-tr-sm:first-child { - border-top-right-radius: 0.125rem; - } - - .xl\:first\:rounded-br-sm:first-child { - border-bottom-right-radius: 0.125rem; - } - - .xl\:first\:rounded-bl-sm:first-child { - border-bottom-left-radius: 0.125rem; - } - - .xl\:first\:rounded-tl:first-child { - border-top-left-radius: 0.25rem; - } - - .xl\:first\:rounded-tr:first-child { - border-top-right-radius: 0.25rem; - } - - .xl\:first\:rounded-br:first-child { - border-bottom-right-radius: 0.25rem; - } - - .xl\:first\:rounded-bl:first-child { - border-bottom-left-radius: 0.25rem; - } - - .xl\:first\:rounded-tl-md:first-child { - border-top-left-radius: 0.375rem; - } - - .xl\:first\:rounded-tr-md:first-child { - border-top-right-radius: 0.375rem; - } - - .xl\:first\:rounded-br-md:first-child { - border-bottom-right-radius: 0.375rem; - } - - .xl\:first\:rounded-bl-md:first-child { - border-bottom-left-radius: 0.375rem; - } - - .xl\:first\:rounded-tl-lg:first-child { - border-top-left-radius: 0.5rem; - } - - .xl\:first\:rounded-tr-lg:first-child { - border-top-right-radius: 0.5rem; - } - - .xl\:first\:rounded-br-lg:first-child { - border-bottom-right-radius: 0.5rem; - } - - .xl\:first\:rounded-bl-lg:first-child { - border-bottom-left-radius: 0.5rem; - } - - .xl\:first\:rounded-tl-xl:first-child { - border-top-left-radius: 0.75rem; - } - - .xl\:first\:rounded-tr-xl:first-child { - border-top-right-radius: 0.75rem; - } - - .xl\:first\:rounded-br-xl:first-child { - border-bottom-right-radius: 0.75rem; - } - - .xl\:first\:rounded-bl-xl:first-child { - border-bottom-left-radius: 0.75rem; - } - - .xl\:first\:rounded-tl-2xl:first-child { - border-top-left-radius: 1rem; - } - - .xl\:first\:rounded-tr-2xl:first-child { - border-top-right-radius: 1rem; - } - - .xl\:first\:rounded-br-2xl:first-child { - border-bottom-right-radius: 1rem; - } - - .xl\:first\:rounded-bl-2xl:first-child { - border-bottom-left-radius: 1rem; - } - - .xl\:first\:rounded-tl-3xl:first-child { - border-top-left-radius: 1.5rem; - } - - .xl\:first\:rounded-tr-3xl:first-child { - border-top-right-radius: 1.5rem; - } - - .xl\:first\:rounded-br-3xl:first-child { - border-bottom-right-radius: 1.5rem; - } - - .xl\:first\:rounded-bl-3xl:first-child { - border-bottom-left-radius: 1.5rem; - } - - .xl\:first\:rounded-tl-full:first-child { - border-top-left-radius: 9999px; - } - - .xl\:first\:rounded-tr-full:first-child { - border-top-right-radius: 9999px; - } - - .xl\:first\:rounded-br-full:first-child { - border-bottom-right-radius: 9999px; - } - - .xl\:first\:rounded-bl-full:first-child { - border-bottom-left-radius: 9999px; - } - - .xl\:last\:rounded-none:last-child { - border-radius: 0px; - } - - .xl\:last\:rounded-sm:last-child { - border-radius: 0.125rem; - } - - .xl\:last\:rounded:last-child { - border-radius: 0.25rem; - } - - .xl\:last\:rounded-md:last-child { - border-radius: 0.375rem; - } - - .xl\:last\:rounded-lg:last-child { - border-radius: 0.5rem; - } - - .xl\:last\:rounded-xl:last-child { - border-radius: 0.75rem; - } - - .xl\:last\:rounded-2xl:last-child { - border-radius: 1rem; - } - - .xl\:last\:rounded-3xl:last-child { - border-radius: 1.5rem; - } - - .xl\:last\:rounded-full:last-child { - border-radius: 9999px; - } - - .xl\:last\:rounded-t-none:last-child { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .xl\:last\:rounded-r-none:last-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .xl\:last\:rounded-b-none:last-child { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .xl\:last\:rounded-l-none:last-child { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .xl\:last\:rounded-t-sm:last-child { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .xl\:last\:rounded-r-sm:last-child { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .xl\:last\:rounded-b-sm:last-child { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .xl\:last\:rounded-l-sm:last-child { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .xl\:last\:rounded-t:last-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .xl\:last\:rounded-r:last-child { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .xl\:last\:rounded-b:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .xl\:last\:rounded-l:last-child { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .xl\:last\:rounded-t-md:last-child { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .xl\:last\:rounded-r-md:last-child { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .xl\:last\:rounded-b-md:last-child { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .xl\:last\:rounded-l-md:last-child { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .xl\:last\:rounded-t-lg:last-child { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .xl\:last\:rounded-r-lg:last-child { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .xl\:last\:rounded-b-lg:last-child { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .xl\:last\:rounded-l-lg:last-child { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .xl\:last\:rounded-t-xl:last-child { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .xl\:last\:rounded-r-xl:last-child { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .xl\:last\:rounded-b-xl:last-child { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .xl\:last\:rounded-l-xl:last-child { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .xl\:last\:rounded-t-2xl:last-child { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .xl\:last\:rounded-r-2xl:last-child { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .xl\:last\:rounded-b-2xl:last-child { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .xl\:last\:rounded-l-2xl:last-child { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .xl\:last\:rounded-t-3xl:last-child { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .xl\:last\:rounded-r-3xl:last-child { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .xl\:last\:rounded-b-3xl:last-child { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .xl\:last\:rounded-l-3xl:last-child { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .xl\:last\:rounded-t-full:last-child { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .xl\:last\:rounded-r-full:last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .xl\:last\:rounded-b-full:last-child { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .xl\:last\:rounded-l-full:last-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .xl\:last\:rounded-tl-none:last-child { - border-top-left-radius: 0px; - } - - .xl\:last\:rounded-tr-none:last-child { - border-top-right-radius: 0px; - } - - .xl\:last\:rounded-br-none:last-child { - border-bottom-right-radius: 0px; - } - - .xl\:last\:rounded-bl-none:last-child { - border-bottom-left-radius: 0px; - } - - .xl\:last\:rounded-tl-sm:last-child { - border-top-left-radius: 0.125rem; - } - - .xl\:last\:rounded-tr-sm:last-child { - border-top-right-radius: 0.125rem; - } - - .xl\:last\:rounded-br-sm:last-child { - border-bottom-right-radius: 0.125rem; - } - - .xl\:last\:rounded-bl-sm:last-child { - border-bottom-left-radius: 0.125rem; - } - - .xl\:last\:rounded-tl:last-child { - border-top-left-radius: 0.25rem; - } - - .xl\:last\:rounded-tr:last-child { - border-top-right-radius: 0.25rem; - } - - .xl\:last\:rounded-br:last-child { - border-bottom-right-radius: 0.25rem; - } - - .xl\:last\:rounded-bl:last-child { - border-bottom-left-radius: 0.25rem; - } - - .xl\:last\:rounded-tl-md:last-child { - border-top-left-radius: 0.375rem; - } - - .xl\:last\:rounded-tr-md:last-child { - border-top-right-radius: 0.375rem; - } - - .xl\:last\:rounded-br-md:last-child { - border-bottom-right-radius: 0.375rem; - } - - .xl\:last\:rounded-bl-md:last-child { - border-bottom-left-radius: 0.375rem; - } - - .xl\:last\:rounded-tl-lg:last-child { - border-top-left-radius: 0.5rem; - } - - .xl\:last\:rounded-tr-lg:last-child { - border-top-right-radius: 0.5rem; - } - - .xl\:last\:rounded-br-lg:last-child { - border-bottom-right-radius: 0.5rem; - } - - .xl\:last\:rounded-bl-lg:last-child { - border-bottom-left-radius: 0.5rem; - } - - .xl\:last\:rounded-tl-xl:last-child { - border-top-left-radius: 0.75rem; - } - - .xl\:last\:rounded-tr-xl:last-child { - border-top-right-radius: 0.75rem; - } - - .xl\:last\:rounded-br-xl:last-child { - border-bottom-right-radius: 0.75rem; - } - - .xl\:last\:rounded-bl-xl:last-child { - border-bottom-left-radius: 0.75rem; - } - - .xl\:last\:rounded-tl-2xl:last-child { - border-top-left-radius: 1rem; - } - - .xl\:last\:rounded-tr-2xl:last-child { - border-top-right-radius: 1rem; - } - - .xl\:last\:rounded-br-2xl:last-child { - border-bottom-right-radius: 1rem; - } - - .xl\:last\:rounded-bl-2xl:last-child { - border-bottom-left-radius: 1rem; - } - - .xl\:last\:rounded-tl-3xl:last-child { - border-top-left-radius: 1.5rem; - } - - .xl\:last\:rounded-tr-3xl:last-child { - border-top-right-radius: 1.5rem; - } - - .xl\:last\:rounded-br-3xl:last-child { - border-bottom-right-radius: 1.5rem; - } - - .xl\:last\:rounded-bl-3xl:last-child { - border-bottom-left-radius: 1.5rem; - } - - .xl\:last\:rounded-tl-full:last-child { - border-top-left-radius: 9999px; - } - - .xl\:last\:rounded-tr-full:last-child { - border-top-right-radius: 9999px; - } - - .xl\:last\:rounded-br-full:last-child { - border-bottom-right-radius: 9999px; - } - - .xl\:last\:rounded-bl-full:last-child { - border-bottom-left-radius: 9999px; - } - - .xl\:border-solid { - border-style: solid; - } - - .xl\:border-dashed { - border-style: dashed; - } - - .xl\:border-dotted { - border-style: dotted; - } - - .xl\:border-double { - border-style: double; - } - - .xl\:border-none { - border-style: none; - } - - .xl\:hover\:border-solid:hover { - border-style: solid; - } - - .xl\:hover\:border-dashed:hover { - border-style: dashed; - } - - .xl\:hover\:border-dotted:hover { - border-style: dotted; - } - - .xl\:hover\:border-double:hover { - border-style: double; - } - - .xl\:hover\:border-none:hover { - border-style: none; - } - - .xl\:first\:border-solid:first-child { - border-style: solid; - } - - .xl\:first\:border-dashed:first-child { - border-style: dashed; - } - - .xl\:first\:border-dotted:first-child { - border-style: dotted; - } - - .xl\:first\:border-double:first-child { - border-style: double; - } - - .xl\:first\:border-none:first-child { - border-style: none; - } - - .xl\:last\:border-solid:last-child { - border-style: solid; - } - - .xl\:last\:border-dashed:last-child { - border-style: dashed; - } - - .xl\:last\:border-dotted:last-child { - border-style: dotted; - } - - .xl\:last\:border-double:last-child { - border-style: double; - } - - .xl\:last\:border-none:last-child { - border-style: none; - } - - .xl\:border-0 { - border-width: 0px; - } - - .xl\:border-2 { - border-width: 2px; - } - - .xl\:border-3 { - border-width: 3px; - } - - .xl\:border-4 { - border-width: 4px; - } - - .xl\:border-8 { - border-width: 8px; - } - - .xl\:border { - border-width: 1px; - } - - .xl\:border-t-0 { - border-top-width: 0px; - } - - .xl\:border-r-0 { - border-right-width: 0px; - } - - .xl\:border-b-0 { - border-bottom-width: 0px; - } - - .xl\:border-l-0 { - border-left-width: 0px; - } - - .xl\:border-t-2 { - border-top-width: 2px; - } - - .xl\:border-r-2 { - border-right-width: 2px; - } - - .xl\:border-b-2 { - border-bottom-width: 2px; - } - - .xl\:border-l-2 { - border-left-width: 2px; - } - - .xl\:border-t-3 { - border-top-width: 3px; - } - - .xl\:border-r-3 { - border-right-width: 3px; - } - - .xl\:border-b-3 { - border-bottom-width: 3px; - } - - .xl\:border-l-3 { - border-left-width: 3px; - } - - .xl\:border-t-4 { - border-top-width: 4px; - } - - .xl\:border-r-4 { - border-right-width: 4px; - } - - .xl\:border-b-4 { - border-bottom-width: 4px; - } - - .xl\:border-l-4 { - border-left-width: 4px; - } - - .xl\:border-t-8 { - border-top-width: 8px; - } - - .xl\:border-r-8 { - border-right-width: 8px; - } - - .xl\:border-b-8 { - border-bottom-width: 8px; - } - - .xl\:border-l-8 { - border-left-width: 8px; - } - - .xl\:border-t { - border-top-width: 1px; - } - - .xl\:border-r { - border-right-width: 1px; - } - - .xl\:border-b { - border-bottom-width: 1px; - } - - .xl\:border-l { - border-left-width: 1px; - } - - .xl\:last\:border-0:last-child { - border-width: 0px; - } - - .xl\:last\:border-2:last-child { - border-width: 2px; - } - - .xl\:last\:border-3:last-child { - border-width: 3px; - } - - .xl\:last\:border-4:last-child { - border-width: 4px; - } - - .xl\:last\:border-8:last-child { - border-width: 8px; - } - - .xl\:last\:border:last-child { - border-width: 1px; - } - - .xl\:last\:border-t-0:last-child { - border-top-width: 0px; - } - - .xl\:last\:border-r-0:last-child { - border-right-width: 0px; - } - - .xl\:last\:border-b-0:last-child { - border-bottom-width: 0px; - } - - .xl\:last\:border-l-0:last-child { - border-left-width: 0px; - } - - .xl\:last\:border-t-2:last-child { - border-top-width: 2px; - } - - .xl\:last\:border-r-2:last-child { - border-right-width: 2px; - } - - .xl\:last\:border-b-2:last-child { - border-bottom-width: 2px; - } - - .xl\:last\:border-l-2:last-child { - border-left-width: 2px; - } - - .xl\:last\:border-t-3:last-child { - border-top-width: 3px; - } - - .xl\:last\:border-r-3:last-child { - border-right-width: 3px; - } - - .xl\:last\:border-b-3:last-child { - border-bottom-width: 3px; - } - - .xl\:last\:border-l-3:last-child { - border-left-width: 3px; - } - - .xl\:last\:border-t-4:last-child { - border-top-width: 4px; - } - - .xl\:last\:border-r-4:last-child { - border-right-width: 4px; - } - - .xl\:last\:border-b-4:last-child { - border-bottom-width: 4px; - } - - .xl\:last\:border-l-4:last-child { - border-left-width: 4px; - } - - .xl\:last\:border-t-8:last-child { - border-top-width: 8px; - } - - .xl\:last\:border-r-8:last-child { - border-right-width: 8px; - } - - .xl\:last\:border-b-8:last-child { - border-bottom-width: 8px; - } - - .xl\:last\:border-l-8:last-child { - border-left-width: 8px; - } - - .xl\:last\:border-t:last-child { - border-top-width: 1px; - } - - .xl\:last\:border-r:last-child { - border-right-width: 1px; - } - - .xl\:last\:border-b:last-child { - border-bottom-width: 1px; - } - - .xl\:last\:border-l:last-child { - border-left-width: 1px; - } - - .xl\:hover\:border-0:hover { - border-width: 0px; - } - - .xl\:hover\:border-2:hover { - border-width: 2px; - } - - .xl\:hover\:border-3:hover { - border-width: 3px; - } - - .xl\:hover\:border-4:hover { - border-width: 4px; - } - - .xl\:hover\:border-8:hover { - border-width: 8px; - } - - .xl\:hover\:border:hover { - border-width: 1px; - } - - .xl\:hover\:border-t-0:hover { - border-top-width: 0px; - } - - .xl\:hover\:border-r-0:hover { - border-right-width: 0px; - } - - .xl\:hover\:border-b-0:hover { - border-bottom-width: 0px; - } - - .xl\:hover\:border-l-0:hover { - border-left-width: 0px; - } - - .xl\:hover\:border-t-2:hover { - border-top-width: 2px; - } - - .xl\:hover\:border-r-2:hover { - border-right-width: 2px; - } - - .xl\:hover\:border-b-2:hover { - border-bottom-width: 2px; - } - - .xl\:hover\:border-l-2:hover { - border-left-width: 2px; - } - - .xl\:hover\:border-t-3:hover { - border-top-width: 3px; - } - - .xl\:hover\:border-r-3:hover { - border-right-width: 3px; - } - - .xl\:hover\:border-b-3:hover { - border-bottom-width: 3px; - } - - .xl\:hover\:border-l-3:hover { - border-left-width: 3px; - } - - .xl\:hover\:border-t-4:hover { - border-top-width: 4px; - } - - .xl\:hover\:border-r-4:hover { - border-right-width: 4px; - } - - .xl\:hover\:border-b-4:hover { - border-bottom-width: 4px; - } - - .xl\:hover\:border-l-4:hover { - border-left-width: 4px; - } - - .xl\:hover\:border-t-8:hover { - border-top-width: 8px; - } - - .xl\:hover\:border-r-8:hover { - border-right-width: 8px; - } - - .xl\:hover\:border-b-8:hover { - border-bottom-width: 8px; - } - - .xl\:hover\:border-l-8:hover { - border-left-width: 8px; - } - - .xl\:hover\:border-t:hover { - border-top-width: 1px; - } - - .xl\:hover\:border-r:hover { - border-right-width: 1px; - } - - .xl\:hover\:border-b:hover { - border-bottom-width: 1px; - } - - .xl\:hover\:border-l:hover { - border-left-width: 1px; - } - - .xl\:focus\:border-0:focus { - border-width: 0px; - } - - .xl\:focus\:border-2:focus { - border-width: 2px; - } - - .xl\:focus\:border-3:focus { - border-width: 3px; - } - - .xl\:focus\:border-4:focus { - border-width: 4px; - } - - .xl\:focus\:border-8:focus { - border-width: 8px; - } - - .xl\:focus\:border:focus { - border-width: 1px; - } - - .xl\:focus\:border-t-0:focus { - border-top-width: 0px; - } - - .xl\:focus\:border-r-0:focus { - border-right-width: 0px; - } - - .xl\:focus\:border-b-0:focus { - border-bottom-width: 0px; - } - - .xl\:focus\:border-l-0:focus { - border-left-width: 0px; - } - - .xl\:focus\:border-t-2:focus { - border-top-width: 2px; - } - - .xl\:focus\:border-r-2:focus { - border-right-width: 2px; - } - - .xl\:focus\:border-b-2:focus { - border-bottom-width: 2px; - } - - .xl\:focus\:border-l-2:focus { - border-left-width: 2px; - } - - .xl\:focus\:border-t-3:focus { - border-top-width: 3px; - } - - .xl\:focus\:border-r-3:focus { - border-right-width: 3px; - } - - .xl\:focus\:border-b-3:focus { - border-bottom-width: 3px; - } - - .xl\:focus\:border-l-3:focus { - border-left-width: 3px; - } - - .xl\:focus\:border-t-4:focus { - border-top-width: 4px; - } - - .xl\:focus\:border-r-4:focus { - border-right-width: 4px; - } - - .xl\:focus\:border-b-4:focus { - border-bottom-width: 4px; - } - - .xl\:focus\:border-l-4:focus { - border-left-width: 4px; - } - - .xl\:focus\:border-t-8:focus { - border-top-width: 8px; - } - - .xl\:focus\:border-r-8:focus { - border-right-width: 8px; - } - - .xl\:focus\:border-b-8:focus { - border-bottom-width: 8px; - } - - .xl\:focus\:border-l-8:focus { - border-left-width: 8px; - } - - .xl\:focus\:border-t:focus { - border-top-width: 1px; - } - - .xl\:focus\:border-r:focus { - border-right-width: 1px; - } - - .xl\:focus\:border-b:focus { - border-bottom-width: 1px; - } - - .xl\:focus\:border-l:focus { - border-left-width: 1px; - } - - .xl\:box-border { - box-sizing: border-box; - } - - .xl\:box-content { - box-sizing: content-box; - } - - .xl\:cursor-auto { - cursor: auto; - } - - .xl\:cursor-default { - cursor: default; - } - - .xl\:cursor-pointer { - cursor: pointer; - } - - .xl\:cursor-wait { - cursor: wait; - } - - .xl\:cursor-text { - cursor: text; - } - - .xl\:cursor-move { - cursor: move; - } - - .xl\:cursor-not-allowed { - cursor: not-allowed; - } - - .xl\:block { - display: block; - } - - .xl\:inline-block { - display: inline-block; - } - - .xl\:inline { - display: inline; - } - - .xl\:flex { - display: flex; - } - - .xl\:inline-flex { - display: inline-flex; - } - - .xl\:table { - display: table; - } - - .xl\:table-caption { - display: table-caption; - } - - .xl\:table-cell { - display: table-cell; - } - - .xl\:table-column { - display: table-column; - } - - .xl\:table-column-group { - display: table-column-group; - } - - .xl\:table-footer-group { - display: table-footer-group; - } - - .xl\:table-header-group { - display: table-header-group; - } - - .xl\:table-row-group { - display: table-row-group; - } - - .xl\:table-row { - display: table-row; - } - - .xl\:flow-root { - display: flow-root; - } - - .xl\:grid { - display: grid; - } - - .xl\:inline-grid { - display: inline-grid; - } - - .xl\:contents { - display: contents; - } - - .xl\:hidden { - display: none; - } - - .xl\:flex-row { - flex-direction: row; - } - - .xl\:flex-row-reverse { - flex-direction: row-reverse; - } - - .xl\:flex-col { - flex-direction: column; - } - - .xl\:flex-col-reverse { - flex-direction: column-reverse; - } - - .xl\:flex-wrap { - flex-wrap: wrap; - } - - .xl\:flex-wrap-reverse { - flex-wrap: wrap-reverse; - } - - .xl\:flex-nowrap { - flex-wrap: nowrap; - } - - .xl\:place-items-auto { - place-items: auto; - } - - .xl\:place-items-start { - place-items: start; - } - - .xl\:place-items-end { - place-items: end; - } - - .xl\:place-items-center { - place-items: center; - } - - .xl\:place-items-stretch { - place-items: stretch; - } - - .xl\:place-content-center { - place-content: center; - } - - .xl\:place-content-start { - place-content: start; - } - - .xl\:place-content-end { - place-content: end; - } - - .xl\:place-content-between { - place-content: space-between; - } - - .xl\:place-content-around { - place-content: space-around; - } - - .xl\:place-content-evenly { - place-content: space-evenly; - } - - .xl\:place-content-stretch { - place-content: stretch; - } - - .xl\:place-self-auto { - place-self: auto; - } - - .xl\:place-self-start { - place-self: start; - } - - .xl\:place-self-end { - place-self: end; - } - - .xl\:place-self-center { - place-self: center; - } - - .xl\:place-self-stretch { - place-self: stretch; - } - - .xl\:items-start { - align-items: flex-start; - } - - .xl\:items-end { - align-items: flex-end; - } - - .xl\:items-center { - align-items: center; - } - - .xl\:items-baseline { - align-items: baseline; - } - - .xl\:items-stretch { - align-items: stretch; - } - - .xl\:content-center { - align-content: center; - } - - .xl\:content-start { - align-content: flex-start; - } - - .xl\:content-end { - align-content: flex-end; - } - - .xl\:content-between { - align-content: space-between; - } - - .xl\:content-around { - align-content: space-around; - } - - .xl\:content-evenly { - align-content: space-evenly; - } - - .xl\:self-auto { - align-self: auto; - } - - .xl\:self-start { - align-self: flex-start; - } - - .xl\:self-end { - align-self: flex-end; - } - - .xl\:self-center { - align-self: center; - } - - .xl\:self-stretch { - align-self: stretch; - } - - .xl\:justify-items-auto { - justify-items: auto; - } - - .xl\:justify-items-start { - justify-items: start; - } - - .xl\:justify-items-end { - justify-items: end; - } - - .xl\:justify-items-center { - justify-items: center; - } - - .xl\:justify-items-stretch { - justify-items: stretch; - } - - .xl\:justify-start { - justify-content: flex-start; - } - - .xl\:justify-end { - justify-content: flex-end; - } - - .xl\:justify-center { - justify-content: center; - } - - .xl\:justify-between { - justify-content: space-between; - } - - .xl\:justify-around { - justify-content: space-around; - } - - .xl\:justify-evenly { - justify-content: space-evenly; - } - - .xl\:justify-self-auto { - justify-self: auto; - } - - .xl\:justify-self-start { - justify-self: start; - } - - .xl\:justify-self-end { - justify-self: end; - } - - .xl\:justify-self-center { - justify-self: center; - } - - .xl\:justify-self-stretch { - justify-self: stretch; - } - - .xl\:flex-1 { - flex: 1 1 0%; - } - - .xl\:flex-auto { - flex: 1 1 auto; - } - - .xl\:flex-initial { - flex: 0 1 auto; - } - - .xl\:flex-none { - flex: none; - } - - .xl\:flex-grow-0 { - flex-grow: 0; - } - - .xl\:flex-grow { - flex-grow: 1; - } - - .xl\:flex-shrink-0 { - flex-shrink: 0; - } - - .xl\:flex-shrink { - flex-shrink: 1; - } - - .xl\:order-1 { - order: 1; - } - - .xl\:order-2 { - order: 2; - } - - .xl\:order-3 { - order: 3; - } - - .xl\:order-4 { - order: 4; - } - - .xl\:order-5 { - order: 5; - } - - .xl\:order-6 { - order: 6; - } - - .xl\:order-7 { - order: 7; - } - - .xl\:order-8 { - order: 8; - } - - .xl\:order-9 { - order: 9; - } - - .xl\:order-10 { - order: 10; - } - - .xl\:order-11 { - order: 11; - } - - .xl\:order-12 { - order: 12; - } - - .xl\:order-first { - order: -9999; - } - - .xl\:order-last { - order: 9999; - } - - .xl\:order-none { - order: 0; - } - - .xl\:float-right { - float: right; - } - - .xl\:float-left { - float: left; - } - - .xl\:float-none { - float: none; - } - - .xl\:clear-left { - clear: left; - } - - .xl\:clear-right { - clear: right; - } - - .xl\:clear-both { - clear: both; - } - - .xl\:clear-none { - clear: none; - } - - .xl\:font-sans { - 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"; - } - - .xl\:font-serif { - font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; - } - - .xl\:font-mono { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - } - - .xl\:font-base { - font-family: Poppins, sans-serif; - } - - .xl\:font-thin { - font-weight: 100; - } - - .xl\:font-extralight { - font-weight: 200; - } - - .xl\:font-light { - font-weight: 300; - } - - .xl\:font-normal { - font-weight: 400; - } - - .xl\:font-medium { - font-weight: 500; - } - - .xl\:font-semibold { - font-weight: 600; - } - - .xl\:font-bold { - font-weight: 700; - } - - .xl\:font-extrabold { - font-weight: 800; - } - - .xl\:font-black { - font-weight: 900; - } - - .xl\:h-0 { - height: 0px; - } - - .xl\:h-1 { - height: 0.25rem; - } - - .xl\:h-2 { - height: 0.5rem; - } - - .xl\:h-3 { - height: 0.75rem; - } - - .xl\:h-4 { - height: 1rem; - } - - .xl\:h-5 { - height: 1.25rem; - } - - .xl\:h-6 { - height: 1.5rem; - } - - .xl\:h-7 { - height: 1.75rem; - } - - .xl\:h-8 { - height: 2rem; - } - - .xl\:h-9 { - height: 2.25rem; - } - - .xl\:h-10 { - height: 2.5rem; - } - - .xl\:h-11 { - height: 2.75rem; - } - - .xl\:h-12 { - height: 3rem; - } - - .xl\:h-14 { - height: 3.5rem; - } - - .xl\:h-16 { - height: 4rem; - } - - .xl\:h-20 { - height: 5rem; - } - - .xl\:h-22 { - height: 5.625rem; - } - - .xl\:h-24 { - height: 6rem; - } - - .xl\:h-28 { - height: 7rem; - } - - .xl\:h-32 { - height: 8rem; - } - - .xl\:h-36 { - height: 9rem; - } - - .xl\:h-40 { - height: 10rem; - } - - .xl\:h-44 { - height: 11rem; - } - - .xl\:h-48 { - height: 12rem; - } - - .xl\:h-52 { - height: 13rem; - } - - .xl\:h-56 { - height: 14rem; - } - - .xl\:h-60 { - height: 240px; - } - - .xl\:h-64 { - height: 16rem; - } - - .xl\:h-72 { - height: 18rem; - } - - .xl\:h-80 { - height: 20rem; - } - - .xl\:h-88 { - height: 22rem; - } - - .xl\:h-96 { - height: 24rem; - } - - .xl\:h-130 { - height: 560px; - } - - .xl\:h-auto { - height: auto; - } - - .xl\:h-px { - height: 1px; - } - - .xl\:h-0\.5 { - height: 0.125rem; - } - - .xl\:h-1\.5 { - height: 0.375rem; - } - - .xl\:h-2\.5 { - height: 0.625rem; - } - - .xl\:h-3\.5 { - height: 0.875rem; - } - - .xl\:h-1\/2 { - height: 50%; - } - - .xl\:h-1\/3 { - height: 33.333333%; - } - - .xl\:h-2\/3 { - height: 66.666667%; - } - - .xl\:h-1\/4 { - height: 25%; - } - - .xl\:h-2\/4 { - height: 50%; - } - - .xl\:h-3\/4 { - height: 75%; - } - - .xl\:h-1\/5 { - height: 20%; - } - - .xl\:h-2\/5 { - height: 40%; - } - - .xl\:h-3\/5 { - height: 60%; - } - - .xl\:h-4\/5 { - height: 80%; - } - - .xl\:h-1\/6 { - height: 16.666667%; - } - - .xl\:h-2\/6 { - height: 33.333333%; - } - - .xl\:h-3\/6 { - height: 50%; - } - - .xl\:h-4\/6 { - height: 66.666667%; - } - - .xl\:h-5\/6 { - height: 83.333333%; - } - - .xl\:h-full { - height: 100%; - } - - .xl\:h-screen { - height: 100vh; - } - - .xl\:text-xs { - font-size: 0.75rem; - line-height: 1rem; - } - - .xl\:text-sm { - font-size: 0.875rem; - line-height: 1.25rem; - } - - .xl\:text-base { - font-size: 1rem; - line-height: 1.5rem; - } - - .xl\:text-lg { - font-size: 1.125rem; - line-height: 1.75rem; - } - - .xl\:text-xl { - font-size: 1.25rem; - line-height: 1.75rem; - } - - .xl\:text-2xl { - font-size: 1.5rem; - line-height: 2rem; - } - - .xl\:text-3xl { - font-size: 1.875rem; - line-height: 2.25rem; - } - - .xl\:text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; - } - - .xl\:text-5xl { - font-size: 3rem; - line-height: 1; - } - - .xl\:text-6xl { - font-size: 3.75rem; - line-height: 1; - } - - .xl\:text-7xl { - font-size: 4.5rem; - line-height: 1; - } - - .xl\:text-8xl { - font-size: 6rem; - line-height: 1; - } - - .xl\:text-9xl { - font-size: 8rem; - line-height: 1; - } - - .xl\:leading-3 { - line-height: .75rem; - } - - .xl\:leading-4 { - line-height: 1rem; - } - - .xl\:leading-5 { - line-height: 1.25rem; - } - - .xl\:leading-6 { - line-height: 1.5rem; - } - - .xl\:leading-7 { - line-height: 1.75rem; - } - - .xl\:leading-8 { - line-height: 2rem; - } - - .xl\:leading-9 { - line-height: 2.25rem; - } - - .xl\:leading-10 { - line-height: 2.5rem; - } - - .xl\:leading-none { - line-height: 1; - } - - .xl\:leading-tight { - line-height: 1.25; - } - - .xl\:leading-snug { - line-height: 1.375; - } - - .xl\:leading-normal { - line-height: 1.5; - } - - .xl\:leading-relaxed { - line-height: 1.625; - } - - .xl\:leading-loose { - line-height: 2; - } - - .xl\:list-inside { - list-style-position: inside; - } - - .xl\:list-outside { - list-style-position: outside; - } - - .xl\:list-none { - list-style-type: none; - } - - .xl\:list-disc { - list-style-type: disc; - } - - .xl\:list-decimal { - list-style-type: decimal; - } - - .xl\:m-0 { - margin: 0px; - } - - .xl\:m-1 { - margin: 0.25rem; - } - - .xl\:m-2 { - margin: 0.5rem; - } - - .xl\:m-3 { - margin: 0.75rem; - } - - .xl\:m-4 { - margin: 1rem; - } - - .xl\:m-5 { - margin: 1.25rem; - } - - .xl\:m-6 { - margin: 1.5rem; - } - - .xl\:m-7 { - margin: 1.75rem; - } - - .xl\:m-8 { - margin: 2rem; - } - - .xl\:m-9 { - margin: 2.25rem; - } - - .xl\:m-10 { - margin: 2.5rem; - } - - .xl\:m-11 { - margin: 2.75rem; - } - - .xl\:m-12 { - margin: 3rem; - } - - .xl\:m-14 { - margin: 3.5rem; - } - - .xl\:m-16 { - margin: 4rem; - } - - .xl\:m-20 { - margin: 5rem; - } - - .xl\:m-22 { - margin: 5.625rem; - } - - .xl\:m-24 { - margin: 6rem; - } - - .xl\:m-28 { - margin: 7rem; - } - - .xl\:m-32 { - margin: 8rem; - } - - .xl\:m-36 { - margin: 9rem; - } - - .xl\:m-40 { - margin: 10rem; - } - - .xl\:m-44 { - margin: 11rem; - } - - .xl\:m-48 { - margin: 12rem; - } - - .xl\:m-52 { - margin: 13rem; - } - - .xl\:m-56 { - margin: 14rem; - } - - .xl\:m-60 { - margin: 240px; - } - - .xl\:m-64 { - margin: 16rem; - } - - .xl\:m-72 { - margin: 18rem; - } - - .xl\:m-80 { - margin: 20rem; - } - - .xl\:m-88 { - margin: 22rem; - } - - .xl\:m-96 { - margin: 24rem; - } - - .xl\:m-130 { - margin: 560px; - } - - .xl\:m-auto { - margin: auto; - } - - .xl\:m-px { - margin: 1px; - } - - .xl\:m-0\.5 { - margin: 0.125rem; - } - - .xl\:m-1\.5 { - margin: 0.375rem; - } - - .xl\:m-2\.5 { - margin: 0.625rem; - } - - .xl\:m-3\.5 { - margin: 0.875rem; - } - - .xl\:-m-0 { - margin: 0px; - } - - .xl\:-m-1 { - margin: -0.25rem; - } - - .xl\:-m-2 { - margin: -0.5rem; - } - - .xl\:-m-3 { - margin: -0.75rem; - } - - .xl\:-m-4 { - margin: -1rem; - } - - .xl\:-m-5 { - margin: -1.25rem; - } - - .xl\:-m-6 { - margin: -1.5rem; - } - - .xl\:-m-7 { - margin: -1.75rem; - } - - .xl\:-m-8 { - margin: -2rem; - } - - .xl\:-m-9 { - margin: -2.25rem; - } - - .xl\:-m-10 { - margin: -2.5rem; - } - - .xl\:-m-11 { - margin: -2.75rem; - } - - .xl\:-m-12 { - margin: -3rem; - } - - .xl\:-m-14 { - margin: -3.5rem; - } - - .xl\:-m-16 { - margin: -4rem; - } - - .xl\:-m-20 { - margin: -5rem; - } - - .xl\:-m-22 { - margin: -5.625rem; - } - - .xl\:-m-24 { - margin: -6rem; - } - - .xl\:-m-28 { - margin: -7rem; - } - - .xl\:-m-32 { - margin: -8rem; - } - - .xl\:-m-36 { - margin: -9rem; - } - - .xl\:-m-40 { - margin: -10rem; - } - - .xl\:-m-44 { - margin: -11rem; - } - - .xl\:-m-48 { - margin: -12rem; - } - - .xl\:-m-52 { - margin: -13rem; - } - - .xl\:-m-56 { - margin: -14rem; - } - - .xl\:-m-60 { - margin: -240px; - } - - .xl\:-m-64 { - margin: -16rem; - } - - .xl\:-m-72 { - margin: -18rem; - } - - .xl\:-m-80 { - margin: -20rem; - } - - .xl\:-m-88 { - margin: -22rem; - } - - .xl\:-m-96 { - margin: -24rem; - } - - .xl\:-m-130 { - margin: -560px; - } - - .xl\:-m-px { - margin: -1px; - } - - .xl\:-m-0\.5 { - margin: -0.125rem; - } - - .xl\:-m-1\.5 { - margin: -0.375rem; - } - - .xl\:-m-2\.5 { - margin: -0.625rem; - } - - .xl\:-m-3\.5 { - margin: -0.875rem; - } - - .xl\:my-0 { - margin-top: 0px; - margin-bottom: 0px; - } - - .xl\:mx-0 { - margin-left: 0px; - margin-right: 0px; - } - - .xl\:my-1 { - margin-top: 0.25rem; - margin-bottom: 0.25rem; - } - - .xl\:mx-1 { - margin-left: 0.25rem; - margin-right: 0.25rem; - } - - .xl\:my-2 { - margin-top: 0.5rem; - margin-bottom: 0.5rem; - } - - .xl\:mx-2 { - margin-left: 0.5rem; - margin-right: 0.5rem; - } - - .xl\:my-3 { - margin-top: 0.75rem; - margin-bottom: 0.75rem; - } - - .xl\:mx-3 { - margin-left: 0.75rem; - margin-right: 0.75rem; - } - - .xl\:my-4 { - margin-top: 1rem; - margin-bottom: 1rem; - } - - .xl\:mx-4 { - margin-left: 1rem; - margin-right: 1rem; - } - - .xl\:my-5 { - margin-top: 1.25rem; - margin-bottom: 1.25rem; - } - - .xl\:mx-5 { - margin-left: 1.25rem; - margin-right: 1.25rem; - } - - .xl\:my-6 { - margin-top: 1.5rem; - margin-bottom: 1.5rem; - } - - .xl\:mx-6 { - margin-left: 1.5rem; - margin-right: 1.5rem; - } - - .xl\:my-7 { - margin-top: 1.75rem; - margin-bottom: 1.75rem; - } - - .xl\:mx-7 { - margin-left: 1.75rem; - margin-right: 1.75rem; - } - - .xl\:my-8 { - margin-top: 2rem; - margin-bottom: 2rem; - } - - .xl\:mx-8 { - margin-left: 2rem; - margin-right: 2rem; - } - - .xl\:my-9 { - margin-top: 2.25rem; - margin-bottom: 2.25rem; - } - - .xl\:mx-9 { - margin-left: 2.25rem; - margin-right: 2.25rem; - } - - .xl\:my-10 { - margin-top: 2.5rem; - margin-bottom: 2.5rem; - } - - .xl\:mx-10 { - margin-left: 2.5rem; - margin-right: 2.5rem; - } - - .xl\:my-11 { - margin-top: 2.75rem; - margin-bottom: 2.75rem; - } - - .xl\:mx-11 { - margin-left: 2.75rem; - margin-right: 2.75rem; - } - - .xl\:my-12 { - margin-top: 3rem; - margin-bottom: 3rem; - } - - .xl\:mx-12 { - margin-left: 3rem; - margin-right: 3rem; - } - - .xl\:my-14 { - margin-top: 3.5rem; - margin-bottom: 3.5rem; - } - - .xl\:mx-14 { - margin-left: 3.5rem; - margin-right: 3.5rem; - } - - .xl\:my-16 { - margin-top: 4rem; - margin-bottom: 4rem; - } - - .xl\:mx-16 { - margin-left: 4rem; - margin-right: 4rem; - } - - .xl\:my-20 { - margin-top: 5rem; - margin-bottom: 5rem; - } - - .xl\:mx-20 { - margin-left: 5rem; - margin-right: 5rem; - } - - .xl\:my-22 { - margin-top: 5.625rem; - margin-bottom: 5.625rem; - } - - .xl\:mx-22 { - margin-left: 5.625rem; - margin-right: 5.625rem; - } - - .xl\:my-24 { - margin-top: 6rem; - margin-bottom: 6rem; - } - - .xl\:mx-24 { - margin-left: 6rem; - margin-right: 6rem; - } - - .xl\:my-28 { - margin-top: 7rem; - margin-bottom: 7rem; - } - - .xl\:mx-28 { - margin-left: 7rem; - margin-right: 7rem; - } - - .xl\:my-32 { - margin-top: 8rem; - margin-bottom: 8rem; - } - - .xl\:mx-32 { - margin-left: 8rem; - margin-right: 8rem; - } - - .xl\:my-36 { - margin-top: 9rem; - margin-bottom: 9rem; - } - - .xl\:mx-36 { - margin-left: 9rem; - margin-right: 9rem; - } - - .xl\:my-40 { - margin-top: 10rem; - margin-bottom: 10rem; - } - - .xl\:mx-40 { - margin-left: 10rem; - margin-right: 10rem; - } - - .xl\:my-44 { - margin-top: 11rem; - margin-bottom: 11rem; - } - - .xl\:mx-44 { - margin-left: 11rem; - margin-right: 11rem; - } - - .xl\:my-48 { - margin-top: 12rem; - margin-bottom: 12rem; - } - - .xl\:mx-48 { - margin-left: 12rem; - margin-right: 12rem; - } - - .xl\:my-52 { - margin-top: 13rem; - margin-bottom: 13rem; - } - - .xl\:mx-52 { - margin-left: 13rem; - margin-right: 13rem; - } - - .xl\:my-56 { - margin-top: 14rem; - margin-bottom: 14rem; - } - - .xl\:mx-56 { - margin-left: 14rem; - margin-right: 14rem; - } - - .xl\:my-60 { - margin-top: 240px; - margin-bottom: 240px; - } - - .xl\:mx-60 { - margin-left: 240px; - margin-right: 240px; - } - - .xl\:my-64 { - margin-top: 16rem; - margin-bottom: 16rem; - } - - .xl\:mx-64 { - margin-left: 16rem; - margin-right: 16rem; - } - - .xl\:my-72 { - margin-top: 18rem; - margin-bottom: 18rem; - } - - .xl\:mx-72 { - margin-left: 18rem; - margin-right: 18rem; - } - - .xl\:my-80 { - margin-top: 20rem; - margin-bottom: 20rem; - } - - .xl\:mx-80 { - margin-left: 20rem; - margin-right: 20rem; - } - - .xl\:my-88 { - margin-top: 22rem; - margin-bottom: 22rem; - } - - .xl\:mx-88 { - margin-left: 22rem; - margin-right: 22rem; - } - - .xl\:my-96 { - margin-top: 24rem; - margin-bottom: 24rem; - } - - .xl\:mx-96 { - margin-left: 24rem; - margin-right: 24rem; - } - - .xl\:my-130 { - margin-top: 560px; - margin-bottom: 560px; - } - - .xl\:mx-130 { - margin-left: 560px; - margin-right: 560px; - } - - .xl\:my-auto { - margin-top: auto; - margin-bottom: auto; - } - - .xl\:mx-auto { - margin-left: auto; - margin-right: auto; - } - - .xl\:my-px { - margin-top: 1px; - margin-bottom: 1px; - } - - .xl\:mx-px { - margin-left: 1px; - margin-right: 1px; - } - - .xl\:my-0\.5 { - margin-top: 0.125rem; - margin-bottom: 0.125rem; - } - - .xl\:mx-0\.5 { - margin-left: 0.125rem; - margin-right: 0.125rem; - } - - .xl\:my-1\.5 { - margin-top: 0.375rem; - margin-bottom: 0.375rem; - } - - .xl\:mx-1\.5 { - margin-left: 0.375rem; - margin-right: 0.375rem; - } - - .xl\:my-2\.5 { - margin-top: 0.625rem; - margin-bottom: 0.625rem; - } - - .xl\:mx-2\.5 { - margin-left: 0.625rem; - margin-right: 0.625rem; - } - - .xl\:my-3\.5 { - margin-top: 0.875rem; - margin-bottom: 0.875rem; - } - - .xl\:mx-3\.5 { - margin-left: 0.875rem; - margin-right: 0.875rem; - } - - .xl\:-my-0 { - margin-top: 0px; - margin-bottom: 0px; - } - - .xl\:-mx-0 { - margin-left: 0px; - margin-right: 0px; - } - - .xl\:-my-1 { - margin-top: -0.25rem; - margin-bottom: -0.25rem; - } - - .xl\:-mx-1 { - margin-left: -0.25rem; - margin-right: -0.25rem; - } - - .xl\:-my-2 { - margin-top: -0.5rem; - margin-bottom: -0.5rem; - } - - .xl\:-mx-2 { - margin-left: -0.5rem; - margin-right: -0.5rem; - } - - .xl\:-my-3 { - margin-top: -0.75rem; - margin-bottom: -0.75rem; - } - - .xl\:-mx-3 { - margin-left: -0.75rem; - margin-right: -0.75rem; - } - - .xl\:-my-4 { - margin-top: -1rem; - margin-bottom: -1rem; - } - - .xl\:-mx-4 { - margin-left: -1rem; - margin-right: -1rem; - } - - .xl\:-my-5 { - margin-top: -1.25rem; - margin-bottom: -1.25rem; - } - - .xl\:-mx-5 { - margin-left: -1.25rem; - margin-right: -1.25rem; - } - - .xl\:-my-6 { - margin-top: -1.5rem; - margin-bottom: -1.5rem; - } - - .xl\:-mx-6 { - margin-left: -1.5rem; - margin-right: -1.5rem; - } - - .xl\:-my-7 { - margin-top: -1.75rem; - margin-bottom: -1.75rem; - } - - .xl\:-mx-7 { - margin-left: -1.75rem; - margin-right: -1.75rem; - } - - .xl\:-my-8 { - margin-top: -2rem; - margin-bottom: -2rem; - } - - .xl\:-mx-8 { - margin-left: -2rem; - margin-right: -2rem; - } - - .xl\:-my-9 { - margin-top: -2.25rem; - margin-bottom: -2.25rem; - } - - .xl\:-mx-9 { - margin-left: -2.25rem; - margin-right: -2.25rem; - } - - .xl\:-my-10 { - margin-top: -2.5rem; - margin-bottom: -2.5rem; - } - - .xl\:-mx-10 { - margin-left: -2.5rem; - margin-right: -2.5rem; - } - - .xl\:-my-11 { - margin-top: -2.75rem; - margin-bottom: -2.75rem; - } - - .xl\:-mx-11 { - margin-left: -2.75rem; - margin-right: -2.75rem; - } - - .xl\:-my-12 { - margin-top: -3rem; - margin-bottom: -3rem; - } - - .xl\:-mx-12 { - margin-left: -3rem; - margin-right: -3rem; - } - - .xl\:-my-14 { - margin-top: -3.5rem; - margin-bottom: -3.5rem; - } - - .xl\:-mx-14 { - margin-left: -3.5rem; - margin-right: -3.5rem; - } - - .xl\:-my-16 { - margin-top: -4rem; - margin-bottom: -4rem; - } - - .xl\:-mx-16 { - margin-left: -4rem; - margin-right: -4rem; - } - - .xl\:-my-20 { - margin-top: -5rem; - margin-bottom: -5rem; - } - - .xl\:-mx-20 { - margin-left: -5rem; - margin-right: -5rem; - } - - .xl\:-my-22 { - margin-top: -5.625rem; - margin-bottom: -5.625rem; - } - - .xl\:-mx-22 { - margin-left: -5.625rem; - margin-right: -5.625rem; - } - - .xl\:-my-24 { - margin-top: -6rem; - margin-bottom: -6rem; - } - - .xl\:-mx-24 { - margin-left: -6rem; - margin-right: -6rem; - } - - .xl\:-my-28 { - margin-top: -7rem; - margin-bottom: -7rem; - } - - .xl\:-mx-28 { - margin-left: -7rem; - margin-right: -7rem; - } - - .xl\:-my-32 { - margin-top: -8rem; - margin-bottom: -8rem; - } - - .xl\:-mx-32 { - margin-left: -8rem; - margin-right: -8rem; - } - - .xl\:-my-36 { - margin-top: -9rem; - margin-bottom: -9rem; - } - - .xl\:-mx-36 { - margin-left: -9rem; - margin-right: -9rem; - } - - .xl\:-my-40 { - margin-top: -10rem; - margin-bottom: -10rem; - } - - .xl\:-mx-40 { - margin-left: -10rem; - margin-right: -10rem; - } - - .xl\:-my-44 { - margin-top: -11rem; - margin-bottom: -11rem; - } - - .xl\:-mx-44 { - margin-left: -11rem; - margin-right: -11rem; - } - - .xl\:-my-48 { - margin-top: -12rem; - margin-bottom: -12rem; - } - - .xl\:-mx-48 { - margin-left: -12rem; - margin-right: -12rem; - } - - .xl\:-my-52 { - margin-top: -13rem; - margin-bottom: -13rem; - } - - .xl\:-mx-52 { - margin-left: -13rem; - margin-right: -13rem; - } - - .xl\:-my-56 { - margin-top: -14rem; - margin-bottom: -14rem; - } - - .xl\:-mx-56 { - margin-left: -14rem; - margin-right: -14rem; - } - - .xl\:-my-60 { - margin-top: -240px; - margin-bottom: -240px; - } - - .xl\:-mx-60 { - margin-left: -240px; - margin-right: -240px; - } - - .xl\:-my-64 { - margin-top: -16rem; - margin-bottom: -16rem; - } - - .xl\:-mx-64 { - margin-left: -16rem; - margin-right: -16rem; - } - - .xl\:-my-72 { - margin-top: -18rem; - margin-bottom: -18rem; - } - - .xl\:-mx-72 { - margin-left: -18rem; - margin-right: -18rem; - } - - .xl\:-my-80 { - margin-top: -20rem; - margin-bottom: -20rem; - } - - .xl\:-mx-80 { - margin-left: -20rem; - margin-right: -20rem; - } - - .xl\:-my-88 { - margin-top: -22rem; - margin-bottom: -22rem; - } - - .xl\:-mx-88 { - margin-left: -22rem; - margin-right: -22rem; - } - - .xl\:-my-96 { - margin-top: -24rem; - margin-bottom: -24rem; - } - - .xl\:-mx-96 { - margin-left: -24rem; - margin-right: -24rem; - } - - .xl\:-my-130 { - margin-top: -560px; - margin-bottom: -560px; - } - - .xl\:-mx-130 { - margin-left: -560px; - margin-right: -560px; - } - - .xl\:-my-px { - margin-top: -1px; - margin-bottom: -1px; - } - - .xl\:-mx-px { - margin-left: -1px; - margin-right: -1px; - } - - .xl\:-my-0\.5 { - margin-top: -0.125rem; - margin-bottom: -0.125rem; - } - - .xl\:-mx-0\.5 { - margin-left: -0.125rem; - margin-right: -0.125rem; - } - - .xl\:-my-1\.5 { - margin-top: -0.375rem; - margin-bottom: -0.375rem; - } - - .xl\:-mx-1\.5 { - margin-left: -0.375rem; - margin-right: -0.375rem; - } - - .xl\:-my-2\.5 { - margin-top: -0.625rem; - margin-bottom: -0.625rem; - } - - .xl\:-mx-2\.5 { - margin-left: -0.625rem; - margin-right: -0.625rem; - } - - .xl\:-my-3\.5 { - margin-top: -0.875rem; - margin-bottom: -0.875rem; - } - - .xl\:-mx-3\.5 { - margin-left: -0.875rem; - margin-right: -0.875rem; - } - - .xl\:mt-0 { - margin-top: 0px; - } - - .xl\:mr-0 { - margin-right: 0px; - } - - .xl\:mb-0 { - margin-bottom: 0px; - } - - .xl\:ml-0 { - margin-left: 0px; - } - - .xl\:mt-1 { - margin-top: 0.25rem; - } - - .xl\:mr-1 { - margin-right: 0.25rem; - } - - .xl\:mb-1 { - margin-bottom: 0.25rem; - } - - .xl\:ml-1 { - margin-left: 0.25rem; - } - - .xl\:mt-2 { - margin-top: 0.5rem; - } - - .xl\:mr-2 { - margin-right: 0.5rem; - } - - .xl\:mb-2 { - margin-bottom: 0.5rem; - } - - .xl\:ml-2 { - margin-left: 0.5rem; - } - - .xl\:mt-3 { - margin-top: 0.75rem; - } - - .xl\:mr-3 { - margin-right: 0.75rem; - } - - .xl\:mb-3 { - margin-bottom: 0.75rem; - } - - .xl\:ml-3 { - margin-left: 0.75rem; - } - - .xl\:mt-4 { - margin-top: 1rem; - } - - .xl\:mr-4 { - margin-right: 1rem; - } - - .xl\:mb-4 { - margin-bottom: 1rem; - } - - .xl\:ml-4 { - margin-left: 1rem; - } - - .xl\:mt-5 { - margin-top: 1.25rem; - } - - .xl\:mr-5 { - margin-right: 1.25rem; - } - - .xl\:mb-5 { - margin-bottom: 1.25rem; - } - - .xl\:ml-5 { - margin-left: 1.25rem; - } - - .xl\:mt-6 { - margin-top: 1.5rem; - } - - .xl\:mr-6 { - margin-right: 1.5rem; - } - - .xl\:mb-6 { - margin-bottom: 1.5rem; - } - - .xl\:ml-6 { - margin-left: 1.5rem; - } - - .xl\:mt-7 { - margin-top: 1.75rem; - } - - .xl\:mr-7 { - margin-right: 1.75rem; - } - - .xl\:mb-7 { - margin-bottom: 1.75rem; - } - - .xl\:ml-7 { - margin-left: 1.75rem; - } - - .xl\:mt-8 { - margin-top: 2rem; - } - - .xl\:mr-8 { - margin-right: 2rem; - } - - .xl\:mb-8 { - margin-bottom: 2rem; - } - - .xl\:ml-8 { - margin-left: 2rem; - } - - .xl\:mt-9 { - margin-top: 2.25rem; - } - - .xl\:mr-9 { - margin-right: 2.25rem; - } - - .xl\:mb-9 { - margin-bottom: 2.25rem; - } - - .xl\:ml-9 { - margin-left: 2.25rem; - } - - .xl\:mt-10 { - margin-top: 2.5rem; - } - - .xl\:mr-10 { - margin-right: 2.5rem; - } - - .xl\:mb-10 { - margin-bottom: 2.5rem; - } - - .xl\:ml-10 { - margin-left: 2.5rem; - } - - .xl\:mt-11 { - margin-top: 2.75rem; - } - - .xl\:mr-11 { - margin-right: 2.75rem; - } - - .xl\:mb-11 { - margin-bottom: 2.75rem; - } - - .xl\:ml-11 { - margin-left: 2.75rem; - } - - .xl\:mt-12 { - margin-top: 3rem; - } - - .xl\:mr-12 { - margin-right: 3rem; - } - - .xl\:mb-12 { - margin-bottom: 3rem; - } - - .xl\:ml-12 { - margin-left: 3rem; - } - - .xl\:mt-14 { - margin-top: 3.5rem; - } - - .xl\:mr-14 { - margin-right: 3.5rem; - } - - .xl\:mb-14 { - margin-bottom: 3.5rem; - } - - .xl\:ml-14 { - margin-left: 3.5rem; - } - - .xl\:mt-16 { - margin-top: 4rem; - } - - .xl\:mr-16 { - margin-right: 4rem; - } - - .xl\:mb-16 { - margin-bottom: 4rem; - } - - .xl\:ml-16 { - margin-left: 4rem; - } - - .xl\:mt-20 { - margin-top: 5rem; - } - - .xl\:mr-20 { - margin-right: 5rem; - } - - .xl\:mb-20 { - margin-bottom: 5rem; - } - - .xl\:ml-20 { - margin-left: 5rem; - } - - .xl\:mt-22 { - margin-top: 5.625rem; - } - - .xl\:mr-22 { - margin-right: 5.625rem; - } - - .xl\:mb-22 { - margin-bottom: 5.625rem; - } - - .xl\:ml-22 { - margin-left: 5.625rem; - } - - .xl\:mt-24 { - margin-top: 6rem; - } - - .xl\:mr-24 { - margin-right: 6rem; - } - - .xl\:mb-24 { - margin-bottom: 6rem; - } - - .xl\:ml-24 { - margin-left: 6rem; - } - - .xl\:mt-28 { - margin-top: 7rem; - } - - .xl\:mr-28 { - margin-right: 7rem; - } - - .xl\:mb-28 { - margin-bottom: 7rem; - } - - .xl\:ml-28 { - margin-left: 7rem; - } - - .xl\:mt-32 { - margin-top: 8rem; - } - - .xl\:mr-32 { - margin-right: 8rem; - } - - .xl\:mb-32 { - margin-bottom: 8rem; - } - - .xl\:ml-32 { - margin-left: 8rem; - } - - .xl\:mt-36 { - margin-top: 9rem; - } - - .xl\:mr-36 { - margin-right: 9rem; - } - - .xl\:mb-36 { - margin-bottom: 9rem; - } - - .xl\:ml-36 { - margin-left: 9rem; - } - - .xl\:mt-40 { - margin-top: 10rem; - } - - .xl\:mr-40 { - margin-right: 10rem; - } - - .xl\:mb-40 { - margin-bottom: 10rem; - } - - .xl\:ml-40 { - margin-left: 10rem; - } - - .xl\:mt-44 { - margin-top: 11rem; - } - - .xl\:mr-44 { - margin-right: 11rem; - } - - .xl\:mb-44 { - margin-bottom: 11rem; - } - - .xl\:ml-44 { - margin-left: 11rem; - } - - .xl\:mt-48 { - margin-top: 12rem; - } - - .xl\:mr-48 { - margin-right: 12rem; - } - - .xl\:mb-48 { - margin-bottom: 12rem; - } - - .xl\:ml-48 { - margin-left: 12rem; - } - - .xl\:mt-52 { - margin-top: 13rem; - } - - .xl\:mr-52 { - margin-right: 13rem; - } - - .xl\:mb-52 { - margin-bottom: 13rem; - } - - .xl\:ml-52 { - margin-left: 13rem; - } - - .xl\:mt-56 { - margin-top: 14rem; - } - - .xl\:mr-56 { - margin-right: 14rem; - } - - .xl\:mb-56 { - margin-bottom: 14rem; - } - - .xl\:ml-56 { - margin-left: 14rem; - } - - .xl\:mt-60 { - margin-top: 240px; - } - - .xl\:mr-60 { - margin-right: 240px; - } - - .xl\:mb-60 { - margin-bottom: 240px; - } - - .xl\:ml-60 { - margin-left: 240px; - } - - .xl\:mt-64 { - margin-top: 16rem; - } - - .xl\:mr-64 { - margin-right: 16rem; - } - - .xl\:mb-64 { - margin-bottom: 16rem; - } - - .xl\:ml-64 { - margin-left: 16rem; - } - - .xl\:mt-72 { - margin-top: 18rem; - } - - .xl\:mr-72 { - margin-right: 18rem; - } - - .xl\:mb-72 { - margin-bottom: 18rem; - } - - .xl\:ml-72 { - margin-left: 18rem; - } - - .xl\:mt-80 { - margin-top: 20rem; - } - - .xl\:mr-80 { - margin-right: 20rem; - } - - .xl\:mb-80 { - margin-bottom: 20rem; - } - - .xl\:ml-80 { - margin-left: 20rem; - } - - .xl\:mt-88 { - margin-top: 22rem; - } - - .xl\:mr-88 { - margin-right: 22rem; - } - - .xl\:mb-88 { - margin-bottom: 22rem; - } - - .xl\:ml-88 { - margin-left: 22rem; - } - - .xl\:mt-96 { - margin-top: 24rem; - } - - .xl\:mr-96 { - margin-right: 24rem; - } - - .xl\:mb-96 { - margin-bottom: 24rem; - } - - .xl\:ml-96 { - margin-left: 24rem; - } - - .xl\:mt-130 { - margin-top: 560px; - } - - .xl\:mr-130 { - margin-right: 560px; - } - - .xl\:mb-130 { - margin-bottom: 560px; - } - - .xl\:ml-130 { - margin-left: 560px; - } - - .xl\:mt-auto { - margin-top: auto; - } - - .xl\:mr-auto { - margin-right: auto; - } - - .xl\:mb-auto { - margin-bottom: auto; - } - - .xl\:ml-auto { - margin-left: auto; - } - - .xl\:mt-px { - margin-top: 1px; - } - - .xl\:mr-px { - margin-right: 1px; - } - - .xl\:mb-px { - margin-bottom: 1px; - } - - .xl\:ml-px { - margin-left: 1px; - } - - .xl\:mt-0\.5 { - margin-top: 0.125rem; - } - - .xl\:mr-0\.5 { - margin-right: 0.125rem; - } - - .xl\:mb-0\.5 { - margin-bottom: 0.125rem; - } - - .xl\:ml-0\.5 { - margin-left: 0.125rem; - } - - .xl\:mt-1\.5 { - margin-top: 0.375rem; - } - - .xl\:mr-1\.5 { - margin-right: 0.375rem; - } - - .xl\:mb-1\.5 { - margin-bottom: 0.375rem; - } - - .xl\:ml-1\.5 { - margin-left: 0.375rem; - } - - .xl\:mt-2\.5 { - margin-top: 0.625rem; - } - - .xl\:mr-2\.5 { - margin-right: 0.625rem; - } - - .xl\:mb-2\.5 { - margin-bottom: 0.625rem; - } - - .xl\:ml-2\.5 { - margin-left: 0.625rem; - } - - .xl\:mt-3\.5 { - margin-top: 0.875rem; - } - - .xl\:mr-3\.5 { - margin-right: 0.875rem; - } - - .xl\:mb-3\.5 { - margin-bottom: 0.875rem; - } - - .xl\:ml-3\.5 { - margin-left: 0.875rem; - } - - .xl\:-mt-0 { - margin-top: 0px; - } - - .xl\:-mr-0 { - margin-right: 0px; - } - - .xl\:-mb-0 { - margin-bottom: 0px; - } - - .xl\:-ml-0 { - margin-left: 0px; - } - - .xl\:-mt-1 { - margin-top: -0.25rem; - } - - .xl\:-mr-1 { - margin-right: -0.25rem; - } - - .xl\:-mb-1 { - margin-bottom: -0.25rem; - } - - .xl\:-ml-1 { - margin-left: -0.25rem; - } - - .xl\:-mt-2 { - margin-top: -0.5rem; - } - - .xl\:-mr-2 { - margin-right: -0.5rem; - } - - .xl\:-mb-2 { - margin-bottom: -0.5rem; - } - - .xl\:-ml-2 { - margin-left: -0.5rem; - } - - .xl\:-mt-3 { - margin-top: -0.75rem; - } - - .xl\:-mr-3 { - margin-right: -0.75rem; - } - - .xl\:-mb-3 { - margin-bottom: -0.75rem; - } - - .xl\:-ml-3 { - margin-left: -0.75rem; - } - - .xl\:-mt-4 { - margin-top: -1rem; - } - - .xl\:-mr-4 { - margin-right: -1rem; - } - - .xl\:-mb-4 { - margin-bottom: -1rem; - } - - .xl\:-ml-4 { - margin-left: -1rem; - } - - .xl\:-mt-5 { - margin-top: -1.25rem; - } - - .xl\:-mr-5 { - margin-right: -1.25rem; - } - - .xl\:-mb-5 { - margin-bottom: -1.25rem; - } - - .xl\:-ml-5 { - margin-left: -1.25rem; - } - - .xl\:-mt-6 { - margin-top: -1.5rem; - } - - .xl\:-mr-6 { - margin-right: -1.5rem; - } - - .xl\:-mb-6 { - margin-bottom: -1.5rem; - } - - .xl\:-ml-6 { - margin-left: -1.5rem; - } - - .xl\:-mt-7 { - margin-top: -1.75rem; - } - - .xl\:-mr-7 { - margin-right: -1.75rem; - } - - .xl\:-mb-7 { - margin-bottom: -1.75rem; - } - - .xl\:-ml-7 { - margin-left: -1.75rem; - } - - .xl\:-mt-8 { - margin-top: -2rem; - } - - .xl\:-mr-8 { - margin-right: -2rem; - } - - .xl\:-mb-8 { - margin-bottom: -2rem; - } - - .xl\:-ml-8 { - margin-left: -2rem; - } - - .xl\:-mt-9 { - margin-top: -2.25rem; - } - - .xl\:-mr-9 { - margin-right: -2.25rem; - } - - .xl\:-mb-9 { - margin-bottom: -2.25rem; - } - - .xl\:-ml-9 { - margin-left: -2.25rem; - } - - .xl\:-mt-10 { - margin-top: -2.5rem; - } - - .xl\:-mr-10 { - margin-right: -2.5rem; - } - - .xl\:-mb-10 { - margin-bottom: -2.5rem; - } - - .xl\:-ml-10 { - margin-left: -2.5rem; - } - - .xl\:-mt-11 { - margin-top: -2.75rem; - } - - .xl\:-mr-11 { - margin-right: -2.75rem; - } - - .xl\:-mb-11 { - margin-bottom: -2.75rem; - } - - .xl\:-ml-11 { - margin-left: -2.75rem; - } - - .xl\:-mt-12 { - margin-top: -3rem; - } - - .xl\:-mr-12 { - margin-right: -3rem; - } - - .xl\:-mb-12 { - margin-bottom: -3rem; - } - - .xl\:-ml-12 { - margin-left: -3rem; - } - - .xl\:-mt-14 { - margin-top: -3.5rem; - } - - .xl\:-mr-14 { - margin-right: -3.5rem; - } - - .xl\:-mb-14 { - margin-bottom: -3.5rem; - } - - .xl\:-ml-14 { - margin-left: -3.5rem; - } - - .xl\:-mt-16 { - margin-top: -4rem; - } - - .xl\:-mr-16 { - margin-right: -4rem; - } - - .xl\:-mb-16 { - margin-bottom: -4rem; - } - - .xl\:-ml-16 { - margin-left: -4rem; - } - - .xl\:-mt-20 { - margin-top: -5rem; - } - - .xl\:-mr-20 { - margin-right: -5rem; - } - - .xl\:-mb-20 { - margin-bottom: -5rem; - } - - .xl\:-ml-20 { - margin-left: -5rem; - } - - .xl\:-mt-22 { - margin-top: -5.625rem; - } - - .xl\:-mr-22 { - margin-right: -5.625rem; - } - - .xl\:-mb-22 { - margin-bottom: -5.625rem; - } - - .xl\:-ml-22 { - margin-left: -5.625rem; - } - - .xl\:-mt-24 { - margin-top: -6rem; - } - - .xl\:-mr-24 { - margin-right: -6rem; - } - - .xl\:-mb-24 { - margin-bottom: -6rem; - } - - .xl\:-ml-24 { - margin-left: -6rem; - } - - .xl\:-mt-28 { - margin-top: -7rem; - } - - .xl\:-mr-28 { - margin-right: -7rem; - } - - .xl\:-mb-28 { - margin-bottom: -7rem; - } - - .xl\:-ml-28 { - margin-left: -7rem; - } - - .xl\:-mt-32 { - margin-top: -8rem; - } - - .xl\:-mr-32 { - margin-right: -8rem; - } - - .xl\:-mb-32 { - margin-bottom: -8rem; - } - - .xl\:-ml-32 { - margin-left: -8rem; - } - - .xl\:-mt-36 { - margin-top: -9rem; - } - - .xl\:-mr-36 { - margin-right: -9rem; - } - - .xl\:-mb-36 { - margin-bottom: -9rem; - } - - .xl\:-ml-36 { - margin-left: -9rem; - } - - .xl\:-mt-40 { - margin-top: -10rem; - } - - .xl\:-mr-40 { - margin-right: -10rem; - } - - .xl\:-mb-40 { - margin-bottom: -10rem; - } - - .xl\:-ml-40 { - margin-left: -10rem; - } - - .xl\:-mt-44 { - margin-top: -11rem; - } - - .xl\:-mr-44 { - margin-right: -11rem; - } - - .xl\:-mb-44 { - margin-bottom: -11rem; - } - - .xl\:-ml-44 { - margin-left: -11rem; - } - - .xl\:-mt-48 { - margin-top: -12rem; - } - - .xl\:-mr-48 { - margin-right: -12rem; - } - - .xl\:-mb-48 { - margin-bottom: -12rem; - } - - .xl\:-ml-48 { - margin-left: -12rem; - } - - .xl\:-mt-52 { - margin-top: -13rem; - } - - .xl\:-mr-52 { - margin-right: -13rem; - } - - .xl\:-mb-52 { - margin-bottom: -13rem; - } - - .xl\:-ml-52 { - margin-left: -13rem; - } - - .xl\:-mt-56 { - margin-top: -14rem; - } - - .xl\:-mr-56 { - margin-right: -14rem; - } - - .xl\:-mb-56 { - margin-bottom: -14rem; - } - - .xl\:-ml-56 { - margin-left: -14rem; - } - - .xl\:-mt-60 { - margin-top: -240px; - } - - .xl\:-mr-60 { - margin-right: -240px; - } - - .xl\:-mb-60 { - margin-bottom: -240px; - } - - .xl\:-ml-60 { - margin-left: -240px; - } - - .xl\:-mt-64 { - margin-top: -16rem; - } - - .xl\:-mr-64 { - margin-right: -16rem; - } - - .xl\:-mb-64 { - margin-bottom: -16rem; - } - - .xl\:-ml-64 { - margin-left: -16rem; - } - - .xl\:-mt-72 { - margin-top: -18rem; - } - - .xl\:-mr-72 { - margin-right: -18rem; - } - - .xl\:-mb-72 { - margin-bottom: -18rem; - } - - .xl\:-ml-72 { - margin-left: -18rem; - } - - .xl\:-mt-80 { - margin-top: -20rem; - } - - .xl\:-mr-80 { - margin-right: -20rem; - } - - .xl\:-mb-80 { - margin-bottom: -20rem; - } - - .xl\:-ml-80 { - margin-left: -20rem; - } - - .xl\:-mt-88 { - margin-top: -22rem; - } - - .xl\:-mr-88 { - margin-right: -22rem; - } - - .xl\:-mb-88 { - margin-bottom: -22rem; - } - - .xl\:-ml-88 { - margin-left: -22rem; - } - - .xl\:-mt-96 { - margin-top: -24rem; - } - - .xl\:-mr-96 { - margin-right: -24rem; - } - - .xl\:-mb-96 { - margin-bottom: -24rem; - } - - .xl\:-ml-96 { - margin-left: -24rem; - } - - .xl\:-mt-130 { - margin-top: -560px; - } - - .xl\:-mr-130 { - margin-right: -560px; - } - - .xl\:-mb-130 { - margin-bottom: -560px; - } - - .xl\:-ml-130 { - margin-left: -560px; - } - - .xl\:-mt-px { - margin-top: -1px; - } - - .xl\:-mr-px { - margin-right: -1px; - } - - .xl\:-mb-px { - margin-bottom: -1px; - } - - .xl\:-ml-px { - margin-left: -1px; - } - - .xl\:-mt-0\.5 { - margin-top: -0.125rem; - } - - .xl\:-mr-0\.5 { - margin-right: -0.125rem; - } - - .xl\:-mb-0\.5 { - margin-bottom: -0.125rem; - } - - .xl\:-ml-0\.5 { - margin-left: -0.125rem; - } - - .xl\:-mt-1\.5 { - margin-top: -0.375rem; - } - - .xl\:-mr-1\.5 { - margin-right: -0.375rem; - } - - .xl\:-mb-1\.5 { - margin-bottom: -0.375rem; - } - - .xl\:-ml-1\.5 { - margin-left: -0.375rem; - } - - .xl\:-mt-2\.5 { - margin-top: -0.625rem; - } - - .xl\:-mr-2\.5 { - margin-right: -0.625rem; - } - - .xl\:-mb-2\.5 { - margin-bottom: -0.625rem; - } - - .xl\:-ml-2\.5 { - margin-left: -0.625rem; - } - - .xl\:-mt-3\.5 { - margin-top: -0.875rem; - } - - .xl\:-mr-3\.5 { - margin-right: -0.875rem; - } - - .xl\:-mb-3\.5 { - margin-bottom: -0.875rem; - } - - .xl\:-ml-3\.5 { - margin-left: -0.875rem; - } - - .xl\:first\:m-0:first-child { - margin: 0px; - } - - .xl\:first\:m-1:first-child { - margin: 0.25rem; - } - - .xl\:first\:m-2:first-child { - margin: 0.5rem; - } - - .xl\:first\:m-3:first-child { - margin: 0.75rem; - } - - .xl\:first\:m-4:first-child { - margin: 1rem; - } - - .xl\:first\:m-5:first-child { - margin: 1.25rem; - } - - .xl\:first\:m-6:first-child { - margin: 1.5rem; - } - - .xl\:first\:m-7:first-child { - margin: 1.75rem; - } - - .xl\:first\:m-8:first-child { - margin: 2rem; - } - - .xl\:first\:m-9:first-child { - margin: 2.25rem; - } - - .xl\:first\:m-10:first-child { - margin: 2.5rem; - } - - .xl\:first\:m-11:first-child { - margin: 2.75rem; - } - - .xl\:first\:m-12:first-child { - margin: 3rem; - } - - .xl\:first\:m-14:first-child { - margin: 3.5rem; - } - - .xl\:first\:m-16:first-child { - margin: 4rem; - } - - .xl\:first\:m-20:first-child { - margin: 5rem; - } - - .xl\:first\:m-22:first-child { - margin: 5.625rem; - } - - .xl\:first\:m-24:first-child { - margin: 6rem; - } - - .xl\:first\:m-28:first-child { - margin: 7rem; - } - - .xl\:first\:m-32:first-child { - margin: 8rem; - } - - .xl\:first\:m-36:first-child { - margin: 9rem; - } - - .xl\:first\:m-40:first-child { - margin: 10rem; - } - - .xl\:first\:m-44:first-child { - margin: 11rem; - } - - .xl\:first\:m-48:first-child { - margin: 12rem; - } - - .xl\:first\:m-52:first-child { - margin: 13rem; - } - - .xl\:first\:m-56:first-child { - margin: 14rem; - } - - .xl\:first\:m-60:first-child { - margin: 240px; - } - - .xl\:first\:m-64:first-child { - margin: 16rem; - } - - .xl\:first\:m-72:first-child { - margin: 18rem; - } - - .xl\:first\:m-80:first-child { - margin: 20rem; - } - - .xl\:first\:m-88:first-child { - margin: 22rem; - } - - .xl\:first\:m-96:first-child { - margin: 24rem; - } - - .xl\:first\:m-130:first-child { - margin: 560px; - } - - .xl\:first\:m-auto:first-child { - margin: auto; - } - - .xl\:first\:m-px:first-child { - margin: 1px; - } - - .xl\:first\:m-0\.5:first-child { - margin: 0.125rem; - } - - .xl\:first\:m-1\.5:first-child { - margin: 0.375rem; - } - - .xl\:first\:m-2\.5:first-child { - margin: 0.625rem; - } - - .xl\:first\:m-3\.5:first-child { - margin: 0.875rem; - } - - .xl\:first\:-m-0:first-child { - margin: 0px; - } - - .xl\:first\:-m-1:first-child { - margin: -0.25rem; - } - - .xl\:first\:-m-2:first-child { - margin: -0.5rem; - } - - .xl\:first\:-m-3:first-child { - margin: -0.75rem; - } - - .xl\:first\:-m-4:first-child { - margin: -1rem; - } - - .xl\:first\:-m-5:first-child { - margin: -1.25rem; - } - - .xl\:first\:-m-6:first-child { - margin: -1.5rem; - } - - .xl\:first\:-m-7:first-child { - margin: -1.75rem; - } - - .xl\:first\:-m-8:first-child { - margin: -2rem; - } - - .xl\:first\:-m-9:first-child { - margin: -2.25rem; - } - - .xl\:first\:-m-10:first-child { - margin: -2.5rem; - } - - .xl\:first\:-m-11:first-child { - margin: -2.75rem; - } - - .xl\:first\:-m-12:first-child { - margin: -3rem; - } - - .xl\:first\:-m-14:first-child { - margin: -3.5rem; - } - - .xl\:first\:-m-16:first-child { - margin: -4rem; - } - - .xl\:first\:-m-20:first-child { - margin: -5rem; - } - - .xl\:first\:-m-22:first-child { - margin: -5.625rem; - } - - .xl\:first\:-m-24:first-child { - margin: -6rem; - } - - .xl\:first\:-m-28:first-child { - margin: -7rem; - } - - .xl\:first\:-m-32:first-child { - margin: -8rem; - } - - .xl\:first\:-m-36:first-child { - margin: -9rem; - } - - .xl\:first\:-m-40:first-child { - margin: -10rem; - } - - .xl\:first\:-m-44:first-child { - margin: -11rem; - } - - .xl\:first\:-m-48:first-child { - margin: -12rem; - } - - .xl\:first\:-m-52:first-child { - margin: -13rem; - } - - .xl\:first\:-m-56:first-child { - margin: -14rem; - } - - .xl\:first\:-m-60:first-child { - margin: -240px; - } - - .xl\:first\:-m-64:first-child { - margin: -16rem; - } - - .xl\:first\:-m-72:first-child { - margin: -18rem; - } - - .xl\:first\:-m-80:first-child { - margin: -20rem; - } - - .xl\:first\:-m-88:first-child { - margin: -22rem; - } - - .xl\:first\:-m-96:first-child { - margin: -24rem; - } - - .xl\:first\:-m-130:first-child { - margin: -560px; - } - - .xl\:first\:-m-px:first-child { - margin: -1px; - } - - .xl\:first\:-m-0\.5:first-child { - margin: -0.125rem; - } - - .xl\:first\:-m-1\.5:first-child { - margin: -0.375rem; - } - - .xl\:first\:-m-2\.5:first-child { - margin: -0.625rem; - } - - .xl\:first\:-m-3\.5:first-child { - margin: -0.875rem; - } - - .xl\:first\:my-0:first-child { - margin-top: 0px; - margin-bottom: 0px; - } - - .xl\:first\:mx-0:first-child { - margin-left: 0px; - margin-right: 0px; - } - - .xl\:first\:my-1:first-child { - margin-top: 0.25rem; - margin-bottom: 0.25rem; - } - - .xl\:first\:mx-1:first-child { - margin-left: 0.25rem; - margin-right: 0.25rem; - } - - .xl\:first\:my-2:first-child { - margin-top: 0.5rem; - margin-bottom: 0.5rem; - } - - .xl\:first\:mx-2:first-child { - margin-left: 0.5rem; - margin-right: 0.5rem; - } - - .xl\:first\:my-3:first-child { - margin-top: 0.75rem; - margin-bottom: 0.75rem; - } - - .xl\:first\:mx-3:first-child { - margin-left: 0.75rem; - margin-right: 0.75rem; - } - - .xl\:first\:my-4:first-child { - margin-top: 1rem; - margin-bottom: 1rem; - } - - .xl\:first\:mx-4:first-child { - margin-left: 1rem; - margin-right: 1rem; - } - - .xl\:first\:my-5:first-child { - margin-top: 1.25rem; - margin-bottom: 1.25rem; - } - - .xl\:first\:mx-5:first-child { - margin-left: 1.25rem; - margin-right: 1.25rem; - } - - .xl\:first\:my-6:first-child { - margin-top: 1.5rem; - margin-bottom: 1.5rem; - } - - .xl\:first\:mx-6:first-child { - margin-left: 1.5rem; - margin-right: 1.5rem; - } - - .xl\:first\:my-7:first-child { - margin-top: 1.75rem; - margin-bottom: 1.75rem; - } - - .xl\:first\:mx-7:first-child { - margin-left: 1.75rem; - margin-right: 1.75rem; - } - - .xl\:first\:my-8:first-child { - margin-top: 2rem; - margin-bottom: 2rem; - } - - .xl\:first\:mx-8:first-child { - margin-left: 2rem; - margin-right: 2rem; - } - - .xl\:first\:my-9:first-child { - margin-top: 2.25rem; - margin-bottom: 2.25rem; - } - - .xl\:first\:mx-9:first-child { - margin-left: 2.25rem; - margin-right: 2.25rem; - } - - .xl\:first\:my-10:first-child { - margin-top: 2.5rem; - margin-bottom: 2.5rem; - } - - .xl\:first\:mx-10:first-child { - margin-left: 2.5rem; - margin-right: 2.5rem; - } - - .xl\:first\:my-11:first-child { - margin-top: 2.75rem; - margin-bottom: 2.75rem; - } - - .xl\:first\:mx-11:first-child { - margin-left: 2.75rem; - margin-right: 2.75rem; - } - - .xl\:first\:my-12:first-child { - margin-top: 3rem; - margin-bottom: 3rem; - } - - .xl\:first\:mx-12:first-child { - margin-left: 3rem; - margin-right: 3rem; - } - - .xl\:first\:my-14:first-child { - margin-top: 3.5rem; - margin-bottom: 3.5rem; - } - - .xl\:first\:mx-14:first-child { - margin-left: 3.5rem; - margin-right: 3.5rem; - } - - .xl\:first\:my-16:first-child { - margin-top: 4rem; - margin-bottom: 4rem; - } - - .xl\:first\:mx-16:first-child { - margin-left: 4rem; - margin-right: 4rem; - } - - .xl\:first\:my-20:first-child { - margin-top: 5rem; - margin-bottom: 5rem; - } - - .xl\:first\:mx-20:first-child { - margin-left: 5rem; - margin-right: 5rem; - } - - .xl\:first\:my-22:first-child { - margin-top: 5.625rem; - margin-bottom: 5.625rem; - } - - .xl\:first\:mx-22:first-child { - margin-left: 5.625rem; - margin-right: 5.625rem; - } - - .xl\:first\:my-24:first-child { - margin-top: 6rem; - margin-bottom: 6rem; - } - - .xl\:first\:mx-24:first-child { - margin-left: 6rem; - margin-right: 6rem; - } - - .xl\:first\:my-28:first-child { - margin-top: 7rem; - margin-bottom: 7rem; - } - - .xl\:first\:mx-28:first-child { - margin-left: 7rem; - margin-right: 7rem; - } - - .xl\:first\:my-32:first-child { - margin-top: 8rem; - margin-bottom: 8rem; - } - - .xl\:first\:mx-32:first-child { - margin-left: 8rem; - margin-right: 8rem; - } - - .xl\:first\:my-36:first-child { - margin-top: 9rem; - margin-bottom: 9rem; - } - - .xl\:first\:mx-36:first-child { - margin-left: 9rem; - margin-right: 9rem; - } - - .xl\:first\:my-40:first-child { - margin-top: 10rem; - margin-bottom: 10rem; - } - - .xl\:first\:mx-40:first-child { - margin-left: 10rem; - margin-right: 10rem; - } - - .xl\:first\:my-44:first-child { - margin-top: 11rem; - margin-bottom: 11rem; - } - - .xl\:first\:mx-44:first-child { - margin-left: 11rem; - margin-right: 11rem; - } - - .xl\:first\:my-48:first-child { - margin-top: 12rem; - margin-bottom: 12rem; - } - - .xl\:first\:mx-48:first-child { - margin-left: 12rem; - margin-right: 12rem; - } - - .xl\:first\:my-52:first-child { - margin-top: 13rem; - margin-bottom: 13rem; - } - - .xl\:first\:mx-52:first-child { - margin-left: 13rem; - margin-right: 13rem; - } - - .xl\:first\:my-56:first-child { - margin-top: 14rem; - margin-bottom: 14rem; - } - - .xl\:first\:mx-56:first-child { - margin-left: 14rem; - margin-right: 14rem; - } - - .xl\:first\:my-60:first-child { - margin-top: 240px; - margin-bottom: 240px; - } - - .xl\:first\:mx-60:first-child { - margin-left: 240px; - margin-right: 240px; - } - - .xl\:first\:my-64:first-child { - margin-top: 16rem; - margin-bottom: 16rem; - } - - .xl\:first\:mx-64:first-child { - margin-left: 16rem; - margin-right: 16rem; - } - - .xl\:first\:my-72:first-child { - margin-top: 18rem; - margin-bottom: 18rem; - } - - .xl\:first\:mx-72:first-child { - margin-left: 18rem; - margin-right: 18rem; - } - - .xl\:first\:my-80:first-child { - margin-top: 20rem; - margin-bottom: 20rem; - } - - .xl\:first\:mx-80:first-child { - margin-left: 20rem; - margin-right: 20rem; - } - - .xl\:first\:my-88:first-child { - margin-top: 22rem; - margin-bottom: 22rem; - } - - .xl\:first\:mx-88:first-child { - margin-left: 22rem; - margin-right: 22rem; - } - - .xl\:first\:my-96:first-child { - margin-top: 24rem; - margin-bottom: 24rem; - } - - .xl\:first\:mx-96:first-child { - margin-left: 24rem; - margin-right: 24rem; - } - - .xl\:first\:my-130:first-child { - margin-top: 560px; - margin-bottom: 560px; - } - - .xl\:first\:mx-130:first-child { - margin-left: 560px; - margin-right: 560px; - } - - .xl\:first\:my-auto:first-child { - margin-top: auto; - margin-bottom: auto; - } - - .xl\:first\:mx-auto:first-child { - margin-left: auto; - margin-right: auto; - } - - .xl\:first\:my-px:first-child { - margin-top: 1px; - margin-bottom: 1px; - } - - .xl\:first\:mx-px:first-child { - margin-left: 1px; - margin-right: 1px; - } - - .xl\:first\:my-0\.5:first-child { - margin-top: 0.125rem; - margin-bottom: 0.125rem; - } - - .xl\:first\:mx-0\.5:first-child { - margin-left: 0.125rem; - margin-right: 0.125rem; - } - - .xl\:first\:my-1\.5:first-child { - margin-top: 0.375rem; - margin-bottom: 0.375rem; - } - - .xl\:first\:mx-1\.5:first-child { - margin-left: 0.375rem; - margin-right: 0.375rem; - } - - .xl\:first\:my-2\.5:first-child { - margin-top: 0.625rem; - margin-bottom: 0.625rem; - } - - .xl\:first\:mx-2\.5:first-child { - margin-left: 0.625rem; - margin-right: 0.625rem; - } - - .xl\:first\:my-3\.5:first-child { - margin-top: 0.875rem; - margin-bottom: 0.875rem; - } - - .xl\:first\:mx-3\.5:first-child { - margin-left: 0.875rem; - margin-right: 0.875rem; - } - - .xl\:first\:-my-0:first-child { - margin-top: 0px; - margin-bottom: 0px; - } - - .xl\:first\:-mx-0:first-child { - margin-left: 0px; - margin-right: 0px; - } - - .xl\:first\:-my-1:first-child { - margin-top: -0.25rem; - margin-bottom: -0.25rem; - } - - .xl\:first\:-mx-1:first-child { - margin-left: -0.25rem; - margin-right: -0.25rem; - } - - .xl\:first\:-my-2:first-child { - margin-top: -0.5rem; - margin-bottom: -0.5rem; - } - - .xl\:first\:-mx-2:first-child { - margin-left: -0.5rem; - margin-right: -0.5rem; - } - - .xl\:first\:-my-3:first-child { - margin-top: -0.75rem; - margin-bottom: -0.75rem; - } - - .xl\:first\:-mx-3:first-child { - margin-left: -0.75rem; - margin-right: -0.75rem; - } - - .xl\:first\:-my-4:first-child { - margin-top: -1rem; - margin-bottom: -1rem; - } - - .xl\:first\:-mx-4:first-child { - margin-left: -1rem; - margin-right: -1rem; - } - - .xl\:first\:-my-5:first-child { - margin-top: -1.25rem; - margin-bottom: -1.25rem; - } - - .xl\:first\:-mx-5:first-child { - margin-left: -1.25rem; - margin-right: -1.25rem; - } - - .xl\:first\:-my-6:first-child { - margin-top: -1.5rem; - margin-bottom: -1.5rem; - } - - .xl\:first\:-mx-6:first-child { - margin-left: -1.5rem; - margin-right: -1.5rem; - } - - .xl\:first\:-my-7:first-child { - margin-top: -1.75rem; - margin-bottom: -1.75rem; - } - - .xl\:first\:-mx-7:first-child { - margin-left: -1.75rem; - margin-right: -1.75rem; - } - - .xl\:first\:-my-8:first-child { - margin-top: -2rem; - margin-bottom: -2rem; - } - - .xl\:first\:-mx-8:first-child { - margin-left: -2rem; - margin-right: -2rem; - } - - .xl\:first\:-my-9:first-child { - margin-top: -2.25rem; - margin-bottom: -2.25rem; - } - - .xl\:first\:-mx-9:first-child { - margin-left: -2.25rem; - margin-right: -2.25rem; - } - - .xl\:first\:-my-10:first-child { - margin-top: -2.5rem; - margin-bottom: -2.5rem; - } - - .xl\:first\:-mx-10:first-child { - margin-left: -2.5rem; - margin-right: -2.5rem; - } - - .xl\:first\:-my-11:first-child { - margin-top: -2.75rem; - margin-bottom: -2.75rem; - } - - .xl\:first\:-mx-11:first-child { - margin-left: -2.75rem; - margin-right: -2.75rem; - } - - .xl\:first\:-my-12:first-child { - margin-top: -3rem; - margin-bottom: -3rem; - } - - .xl\:first\:-mx-12:first-child { - margin-left: -3rem; - margin-right: -3rem; - } - - .xl\:first\:-my-14:first-child { - margin-top: -3.5rem; - margin-bottom: -3.5rem; - } - - .xl\:first\:-mx-14:first-child { - margin-left: -3.5rem; - margin-right: -3.5rem; - } - - .xl\:first\:-my-16:first-child { - margin-top: -4rem; - margin-bottom: -4rem; - } - - .xl\:first\:-mx-16:first-child { - margin-left: -4rem; - margin-right: -4rem; - } - - .xl\:first\:-my-20:first-child { - margin-top: -5rem; - margin-bottom: -5rem; - } - - .xl\:first\:-mx-20:first-child { - margin-left: -5rem; - margin-right: -5rem; - } - - .xl\:first\:-my-22:first-child { - margin-top: -5.625rem; - margin-bottom: -5.625rem; - } - - .xl\:first\:-mx-22:first-child { - margin-left: -5.625rem; - margin-right: -5.625rem; - } - - .xl\:first\:-my-24:first-child { - margin-top: -6rem; - margin-bottom: -6rem; - } - - .xl\:first\:-mx-24:first-child { - margin-left: -6rem; - margin-right: -6rem; - } - - .xl\:first\:-my-28:first-child { - margin-top: -7rem; - margin-bottom: -7rem; - } - - .xl\:first\:-mx-28:first-child { - margin-left: -7rem; - margin-right: -7rem; - } - - .xl\:first\:-my-32:first-child { - margin-top: -8rem; - margin-bottom: -8rem; - } - - .xl\:first\:-mx-32:first-child { - margin-left: -8rem; - margin-right: -8rem; - } - - .xl\:first\:-my-36:first-child { - margin-top: -9rem; - margin-bottom: -9rem; - } - - .xl\:first\:-mx-36:first-child { - margin-left: -9rem; - margin-right: -9rem; - } - - .xl\:first\:-my-40:first-child { - margin-top: -10rem; - margin-bottom: -10rem; - } - - .xl\:first\:-mx-40:first-child { - margin-left: -10rem; - margin-right: -10rem; - } - - .xl\:first\:-my-44:first-child { - margin-top: -11rem; - margin-bottom: -11rem; - } - - .xl\:first\:-mx-44:first-child { - margin-left: -11rem; - margin-right: -11rem; - } - - .xl\:first\:-my-48:first-child { - margin-top: -12rem; - margin-bottom: -12rem; - } - - .xl\:first\:-mx-48:first-child { - margin-left: -12rem; - margin-right: -12rem; - } - - .xl\:first\:-my-52:first-child { - margin-top: -13rem; - margin-bottom: -13rem; - } - - .xl\:first\:-mx-52:first-child { - margin-left: -13rem; - margin-right: -13rem; - } - - .xl\:first\:-my-56:first-child { - margin-top: -14rem; - margin-bottom: -14rem; - } - - .xl\:first\:-mx-56:first-child { - margin-left: -14rem; - margin-right: -14rem; - } - - .xl\:first\:-my-60:first-child { - margin-top: -240px; - margin-bottom: -240px; - } - - .xl\:first\:-mx-60:first-child { - margin-left: -240px; - margin-right: -240px; - } - - .xl\:first\:-my-64:first-child { - margin-top: -16rem; - margin-bottom: -16rem; - } - - .xl\:first\:-mx-64:first-child { - margin-left: -16rem; - margin-right: -16rem; - } - - .xl\:first\:-my-72:first-child { - margin-top: -18rem; - margin-bottom: -18rem; - } - - .xl\:first\:-mx-72:first-child { - margin-left: -18rem; - margin-right: -18rem; - } - - .xl\:first\:-my-80:first-child { - margin-top: -20rem; - margin-bottom: -20rem; - } - - .xl\:first\:-mx-80:first-child { - margin-left: -20rem; - margin-right: -20rem; - } - - .xl\:first\:-my-88:first-child { - margin-top: -22rem; - margin-bottom: -22rem; - } - - .xl\:first\:-mx-88:first-child { - margin-left: -22rem; - margin-right: -22rem; - } - - .xl\:first\:-my-96:first-child { - margin-top: -24rem; - margin-bottom: -24rem; - } - - .xl\:first\:-mx-96:first-child { - margin-left: -24rem; - margin-right: -24rem; - } - - .xl\:first\:-my-130:first-child { - margin-top: -560px; - margin-bottom: -560px; - } - - .xl\:first\:-mx-130:first-child { - margin-left: -560px; - margin-right: -560px; - } - - .xl\:first\:-my-px:first-child { - margin-top: -1px; - margin-bottom: -1px; - } - - .xl\:first\:-mx-px:first-child { - margin-left: -1px; - margin-right: -1px; - } - - .xl\:first\:-my-0\.5:first-child { - margin-top: -0.125rem; - margin-bottom: -0.125rem; - } - - .xl\:first\:-mx-0\.5:first-child { - margin-left: -0.125rem; - margin-right: -0.125rem; - } - - .xl\:first\:-my-1\.5:first-child { - margin-top: -0.375rem; - margin-bottom: -0.375rem; - } - - .xl\:first\:-mx-1\.5:first-child { - margin-left: -0.375rem; - margin-right: -0.375rem; - } - - .xl\:first\:-my-2\.5:first-child { - margin-top: -0.625rem; - margin-bottom: -0.625rem; - } - - .xl\:first\:-mx-2\.5:first-child { - margin-left: -0.625rem; - margin-right: -0.625rem; - } - - .xl\:first\:-my-3\.5:first-child { - margin-top: -0.875rem; - margin-bottom: -0.875rem; - } - - .xl\:first\:-mx-3\.5:first-child { - margin-left: -0.875rem; - margin-right: -0.875rem; - } - - .xl\:first\:mt-0:first-child { - margin-top: 0px; - } - - .xl\:first\:mr-0:first-child { - margin-right: 0px; - } - - .xl\:first\:mb-0:first-child { - margin-bottom: 0px; - } - - .xl\:first\:ml-0:first-child { - margin-left: 0px; - } - - .xl\:first\:mt-1:first-child { - margin-top: 0.25rem; - } - - .xl\:first\:mr-1:first-child { - margin-right: 0.25rem; - } - - .xl\:first\:mb-1:first-child { - margin-bottom: 0.25rem; - } - - .xl\:first\:ml-1:first-child { - margin-left: 0.25rem; - } - - .xl\:first\:mt-2:first-child { - margin-top: 0.5rem; - } - - .xl\:first\:mr-2:first-child { - margin-right: 0.5rem; - } - - .xl\:first\:mb-2:first-child { - margin-bottom: 0.5rem; - } - - .xl\:first\:ml-2:first-child { - margin-left: 0.5rem; - } - - .xl\:first\:mt-3:first-child { - margin-top: 0.75rem; - } - - .xl\:first\:mr-3:first-child { - margin-right: 0.75rem; - } - - .xl\:first\:mb-3:first-child { - margin-bottom: 0.75rem; - } - - .xl\:first\:ml-3:first-child { - margin-left: 0.75rem; - } - - .xl\:first\:mt-4:first-child { - margin-top: 1rem; - } - - .xl\:first\:mr-4:first-child { - margin-right: 1rem; - } - - .xl\:first\:mb-4:first-child { - margin-bottom: 1rem; - } - - .xl\:first\:ml-4:first-child { - margin-left: 1rem; - } - - .xl\:first\:mt-5:first-child { - margin-top: 1.25rem; - } - - .xl\:first\:mr-5:first-child { - margin-right: 1.25rem; - } - - .xl\:first\:mb-5:first-child { - margin-bottom: 1.25rem; - } - - .xl\:first\:ml-5:first-child { - margin-left: 1.25rem; - } - - .xl\:first\:mt-6:first-child { - margin-top: 1.5rem; - } - - .xl\:first\:mr-6:first-child { - margin-right: 1.5rem; - } - - .xl\:first\:mb-6:first-child { - margin-bottom: 1.5rem; - } - - .xl\:first\:ml-6:first-child { - margin-left: 1.5rem; - } - - .xl\:first\:mt-7:first-child { - margin-top: 1.75rem; - } - - .xl\:first\:mr-7:first-child { - margin-right: 1.75rem; - } - - .xl\:first\:mb-7:first-child { - margin-bottom: 1.75rem; - } - - .xl\:first\:ml-7:first-child { - margin-left: 1.75rem; - } - - .xl\:first\:mt-8:first-child { - margin-top: 2rem; - } - - .xl\:first\:mr-8:first-child { - margin-right: 2rem; - } - - .xl\:first\:mb-8:first-child { - margin-bottom: 2rem; - } - - .xl\:first\:ml-8:first-child { - margin-left: 2rem; - } - - .xl\:first\:mt-9:first-child { - margin-top: 2.25rem; - } - - .xl\:first\:mr-9:first-child { - margin-right: 2.25rem; - } - - .xl\:first\:mb-9:first-child { - margin-bottom: 2.25rem; - } - - .xl\:first\:ml-9:first-child { - margin-left: 2.25rem; - } - - .xl\:first\:mt-10:first-child { - margin-top: 2.5rem; - } - - .xl\:first\:mr-10:first-child { - margin-right: 2.5rem; - } - - .xl\:first\:mb-10:first-child { - margin-bottom: 2.5rem; - } - - .xl\:first\:ml-10:first-child { - margin-left: 2.5rem; - } - - .xl\:first\:mt-11:first-child { - margin-top: 2.75rem; - } - - .xl\:first\:mr-11:first-child { - margin-right: 2.75rem; - } - - .xl\:first\:mb-11:first-child { - margin-bottom: 2.75rem; - } - - .xl\:first\:ml-11:first-child { - margin-left: 2.75rem; - } - - .xl\:first\:mt-12:first-child { - margin-top: 3rem; - } - - .xl\:first\:mr-12:first-child { - margin-right: 3rem; - } - - .xl\:first\:mb-12:first-child { - margin-bottom: 3rem; - } - - .xl\:first\:ml-12:first-child { - margin-left: 3rem; - } - - .xl\:first\:mt-14:first-child { - margin-top: 3.5rem; - } - - .xl\:first\:mr-14:first-child { - margin-right: 3.5rem; - } - - .xl\:first\:mb-14:first-child { - margin-bottom: 3.5rem; - } - - .xl\:first\:ml-14:first-child { - margin-left: 3.5rem; - } - - .xl\:first\:mt-16:first-child { - margin-top: 4rem; - } - - .xl\:first\:mr-16:first-child { - margin-right: 4rem; - } - - .xl\:first\:mb-16:first-child { - margin-bottom: 4rem; - } - - .xl\:first\:ml-16:first-child { - margin-left: 4rem; - } - - .xl\:first\:mt-20:first-child { - margin-top: 5rem; - } - - .xl\:first\:mr-20:first-child { - margin-right: 5rem; - } - - .xl\:first\:mb-20:first-child { - margin-bottom: 5rem; - } - - .xl\:first\:ml-20:first-child { - margin-left: 5rem; - } - - .xl\:first\:mt-22:first-child { - margin-top: 5.625rem; - } - - .xl\:first\:mr-22:first-child { - margin-right: 5.625rem; - } - - .xl\:first\:mb-22:first-child { - margin-bottom: 5.625rem; - } - - .xl\:first\:ml-22:first-child { - margin-left: 5.625rem; - } - - .xl\:first\:mt-24:first-child { - margin-top: 6rem; - } - - .xl\:first\:mr-24:first-child { - margin-right: 6rem; - } - - .xl\:first\:mb-24:first-child { - margin-bottom: 6rem; - } - - .xl\:first\:ml-24:first-child { - margin-left: 6rem; - } - - .xl\:first\:mt-28:first-child { - margin-top: 7rem; - } - - .xl\:first\:mr-28:first-child { - margin-right: 7rem; - } - - .xl\:first\:mb-28:first-child { - margin-bottom: 7rem; - } - - .xl\:first\:ml-28:first-child { - margin-left: 7rem; - } - - .xl\:first\:mt-32:first-child { - margin-top: 8rem; - } - - .xl\:first\:mr-32:first-child { - margin-right: 8rem; - } - - .xl\:first\:mb-32:first-child { - margin-bottom: 8rem; - } - - .xl\:first\:ml-32:first-child { - margin-left: 8rem; - } - - .xl\:first\:mt-36:first-child { - margin-top: 9rem; - } - - .xl\:first\:mr-36:first-child { - margin-right: 9rem; - } - - .xl\:first\:mb-36:first-child { - margin-bottom: 9rem; - } - - .xl\:first\:ml-36:first-child { - margin-left: 9rem; - } - - .xl\:first\:mt-40:first-child { - margin-top: 10rem; - } - - .xl\:first\:mr-40:first-child { - margin-right: 10rem; - } - - .xl\:first\:mb-40:first-child { - margin-bottom: 10rem; - } - - .xl\:first\:ml-40:first-child { - margin-left: 10rem; - } - - .xl\:first\:mt-44:first-child { - margin-top: 11rem; - } - - .xl\:first\:mr-44:first-child { - margin-right: 11rem; - } - - .xl\:first\:mb-44:first-child { - margin-bottom: 11rem; - } - - .xl\:first\:ml-44:first-child { - margin-left: 11rem; - } - - .xl\:first\:mt-48:first-child { - margin-top: 12rem; - } - - .xl\:first\:mr-48:first-child { - margin-right: 12rem; - } - - .xl\:first\:mb-48:first-child { - margin-bottom: 12rem; - } - - .xl\:first\:ml-48:first-child { - margin-left: 12rem; - } - - .xl\:first\:mt-52:first-child { - margin-top: 13rem; - } - - .xl\:first\:mr-52:first-child { - margin-right: 13rem; - } - - .xl\:first\:mb-52:first-child { - margin-bottom: 13rem; - } - - .xl\:first\:ml-52:first-child { - margin-left: 13rem; - } - - .xl\:first\:mt-56:first-child { - margin-top: 14rem; - } - - .xl\:first\:mr-56:first-child { - margin-right: 14rem; - } - - .xl\:first\:mb-56:first-child { - margin-bottom: 14rem; - } - - .xl\:first\:ml-56:first-child { - margin-left: 14rem; - } - - .xl\:first\:mt-60:first-child { - margin-top: 240px; - } - - .xl\:first\:mr-60:first-child { - margin-right: 240px; - } - - .xl\:first\:mb-60:first-child { - margin-bottom: 240px; - } - - .xl\:first\:ml-60:first-child { - margin-left: 240px; - } - - .xl\:first\:mt-64:first-child { - margin-top: 16rem; - } - - .xl\:first\:mr-64:first-child { - margin-right: 16rem; - } - - .xl\:first\:mb-64:first-child { - margin-bottom: 16rem; - } - - .xl\:first\:ml-64:first-child { - margin-left: 16rem; - } - - .xl\:first\:mt-72:first-child { - margin-top: 18rem; - } - - .xl\:first\:mr-72:first-child { - margin-right: 18rem; - } - - .xl\:first\:mb-72:first-child { - margin-bottom: 18rem; - } - - .xl\:first\:ml-72:first-child { - margin-left: 18rem; - } - - .xl\:first\:mt-80:first-child { - margin-top: 20rem; - } - - .xl\:first\:mr-80:first-child { - margin-right: 20rem; - } - - .xl\:first\:mb-80:first-child { - margin-bottom: 20rem; - } - - .xl\:first\:ml-80:first-child { - margin-left: 20rem; - } - - .xl\:first\:mt-88:first-child { - margin-top: 22rem; - } - - .xl\:first\:mr-88:first-child { - margin-right: 22rem; - } - - .xl\:first\:mb-88:first-child { - margin-bottom: 22rem; - } - - .xl\:first\:ml-88:first-child { - margin-left: 22rem; - } - - .xl\:first\:mt-96:first-child { - margin-top: 24rem; - } - - .xl\:first\:mr-96:first-child { - margin-right: 24rem; - } - - .xl\:first\:mb-96:first-child { - margin-bottom: 24rem; - } - - .xl\:first\:ml-96:first-child { - margin-left: 24rem; - } - - .xl\:first\:mt-130:first-child { - margin-top: 560px; - } - - .xl\:first\:mr-130:first-child { - margin-right: 560px; - } - - .xl\:first\:mb-130:first-child { - margin-bottom: 560px; - } - - .xl\:first\:ml-130:first-child { - margin-left: 560px; - } - - .xl\:first\:mt-auto:first-child { - margin-top: auto; - } - - .xl\:first\:mr-auto:first-child { - margin-right: auto; - } - - .xl\:first\:mb-auto:first-child { - margin-bottom: auto; - } - - .xl\:first\:ml-auto:first-child { - margin-left: auto; - } - - .xl\:first\:mt-px:first-child { - margin-top: 1px; - } - - .xl\:first\:mr-px:first-child { - margin-right: 1px; - } - - .xl\:first\:mb-px:first-child { - margin-bottom: 1px; - } - - .xl\:first\:ml-px:first-child { - margin-left: 1px; - } - - .xl\:first\:mt-0\.5:first-child { - margin-top: 0.125rem; - } - - .xl\:first\:mr-0\.5:first-child { - margin-right: 0.125rem; - } - - .xl\:first\:mb-0\.5:first-child { - margin-bottom: 0.125rem; - } - - .xl\:first\:ml-0\.5:first-child { - margin-left: 0.125rem; - } - - .xl\:first\:mt-1\.5:first-child { - margin-top: 0.375rem; - } - - .xl\:first\:mr-1\.5:first-child { - margin-right: 0.375rem; - } - - .xl\:first\:mb-1\.5:first-child { - margin-bottom: 0.375rem; - } - - .xl\:first\:ml-1\.5:first-child { - margin-left: 0.375rem; - } - - .xl\:first\:mt-2\.5:first-child { - margin-top: 0.625rem; - } - - .xl\:first\:mr-2\.5:first-child { - margin-right: 0.625rem; - } - - .xl\:first\:mb-2\.5:first-child { - margin-bottom: 0.625rem; - } - - .xl\:first\:ml-2\.5:first-child { - margin-left: 0.625rem; - } - - .xl\:first\:mt-3\.5:first-child { - margin-top: 0.875rem; - } - - .xl\:first\:mr-3\.5:first-child { - margin-right: 0.875rem; - } - - .xl\:first\:mb-3\.5:first-child { - margin-bottom: 0.875rem; - } - - .xl\:first\:ml-3\.5:first-child { - margin-left: 0.875rem; - } - - .xl\:first\:-mt-0:first-child { - margin-top: 0px; - } - - .xl\:first\:-mr-0:first-child { - margin-right: 0px; - } - - .xl\:first\:-mb-0:first-child { - margin-bottom: 0px; - } - - .xl\:first\:-ml-0:first-child { - margin-left: 0px; - } - - .xl\:first\:-mt-1:first-child { - margin-top: -0.25rem; - } - - .xl\:first\:-mr-1:first-child { - margin-right: -0.25rem; - } - - .xl\:first\:-mb-1:first-child { - margin-bottom: -0.25rem; - } - - .xl\:first\:-ml-1:first-child { - margin-left: -0.25rem; - } - - .xl\:first\:-mt-2:first-child { - margin-top: -0.5rem; - } - - .xl\:first\:-mr-2:first-child { - margin-right: -0.5rem; - } - - .xl\:first\:-mb-2:first-child { - margin-bottom: -0.5rem; - } - - .xl\:first\:-ml-2:first-child { - margin-left: -0.5rem; - } - - .xl\:first\:-mt-3:first-child { - margin-top: -0.75rem; - } - - .xl\:first\:-mr-3:first-child { - margin-right: -0.75rem; - } - - .xl\:first\:-mb-3:first-child { - margin-bottom: -0.75rem; - } - - .xl\:first\:-ml-3:first-child { - margin-left: -0.75rem; - } - - .xl\:first\:-mt-4:first-child { - margin-top: -1rem; - } - - .xl\:first\:-mr-4:first-child { - margin-right: -1rem; - } - - .xl\:first\:-mb-4:first-child { - margin-bottom: -1rem; - } - - .xl\:first\:-ml-4:first-child { - margin-left: -1rem; - } - - .xl\:first\:-mt-5:first-child { - margin-top: -1.25rem; - } - - .xl\:first\:-mr-5:first-child { - margin-right: -1.25rem; - } - - .xl\:first\:-mb-5:first-child { - margin-bottom: -1.25rem; - } - - .xl\:first\:-ml-5:first-child { - margin-left: -1.25rem; - } - - .xl\:first\:-mt-6:first-child { - margin-top: -1.5rem; - } - - .xl\:first\:-mr-6:first-child { - margin-right: -1.5rem; - } - - .xl\:first\:-mb-6:first-child { - margin-bottom: -1.5rem; - } - - .xl\:first\:-ml-6:first-child { - margin-left: -1.5rem; - } - - .xl\:first\:-mt-7:first-child { - margin-top: -1.75rem; - } - - .xl\:first\:-mr-7:first-child { - margin-right: -1.75rem; - } - - .xl\:first\:-mb-7:first-child { - margin-bottom: -1.75rem; - } - - .xl\:first\:-ml-7:first-child { - margin-left: -1.75rem; - } - - .xl\:first\:-mt-8:first-child { - margin-top: -2rem; - } - - .xl\:first\:-mr-8:first-child { - margin-right: -2rem; - } - - .xl\:first\:-mb-8:first-child { - margin-bottom: -2rem; - } - - .xl\:first\:-ml-8:first-child { - margin-left: -2rem; - } - - .xl\:first\:-mt-9:first-child { - margin-top: -2.25rem; - } - - .xl\:first\:-mr-9:first-child { - margin-right: -2.25rem; - } - - .xl\:first\:-mb-9:first-child { - margin-bottom: -2.25rem; - } - - .xl\:first\:-ml-9:first-child { - margin-left: -2.25rem; - } - - .xl\:first\:-mt-10:first-child { - margin-top: -2.5rem; - } - - .xl\:first\:-mr-10:first-child { - margin-right: -2.5rem; - } - - .xl\:first\:-mb-10:first-child { - margin-bottom: -2.5rem; - } - - .xl\:first\:-ml-10:first-child { - margin-left: -2.5rem; - } - - .xl\:first\:-mt-11:first-child { - margin-top: -2.75rem; - } - - .xl\:first\:-mr-11:first-child { - margin-right: -2.75rem; - } - - .xl\:first\:-mb-11:first-child { - margin-bottom: -2.75rem; - } - - .xl\:first\:-ml-11:first-child { - margin-left: -2.75rem; - } - - .xl\:first\:-mt-12:first-child { - margin-top: -3rem; - } - - .xl\:first\:-mr-12:first-child { - margin-right: -3rem; - } - - .xl\:first\:-mb-12:first-child { - margin-bottom: -3rem; - } - - .xl\:first\:-ml-12:first-child { - margin-left: -3rem; - } - - .xl\:first\:-mt-14:first-child { - margin-top: -3.5rem; - } - - .xl\:first\:-mr-14:first-child { - margin-right: -3.5rem; - } - - .xl\:first\:-mb-14:first-child { - margin-bottom: -3.5rem; - } - - .xl\:first\:-ml-14:first-child { - margin-left: -3.5rem; - } - - .xl\:first\:-mt-16:first-child { - margin-top: -4rem; - } - - .xl\:first\:-mr-16:first-child { - margin-right: -4rem; - } - - .xl\:first\:-mb-16:first-child { - margin-bottom: -4rem; - } - - .xl\:first\:-ml-16:first-child { - margin-left: -4rem; - } - - .xl\:first\:-mt-20:first-child { - margin-top: -5rem; - } - - .xl\:first\:-mr-20:first-child { - margin-right: -5rem; - } - - .xl\:first\:-mb-20:first-child { - margin-bottom: -5rem; - } - - .xl\:first\:-ml-20:first-child { - margin-left: -5rem; - } - - .xl\:first\:-mt-22:first-child { - margin-top: -5.625rem; - } - - .xl\:first\:-mr-22:first-child { - margin-right: -5.625rem; - } - - .xl\:first\:-mb-22:first-child { - margin-bottom: -5.625rem; - } - - .xl\:first\:-ml-22:first-child { - margin-left: -5.625rem; - } - - .xl\:first\:-mt-24:first-child { - margin-top: -6rem; - } - - .xl\:first\:-mr-24:first-child { - margin-right: -6rem; - } - - .xl\:first\:-mb-24:first-child { - margin-bottom: -6rem; - } - - .xl\:first\:-ml-24:first-child { - margin-left: -6rem; - } - - .xl\:first\:-mt-28:first-child { - margin-top: -7rem; - } - - .xl\:first\:-mr-28:first-child { - margin-right: -7rem; - } - - .xl\:first\:-mb-28:first-child { - margin-bottom: -7rem; - } - - .xl\:first\:-ml-28:first-child { - margin-left: -7rem; - } - - .xl\:first\:-mt-32:first-child { - margin-top: -8rem; - } - - .xl\:first\:-mr-32:first-child { - margin-right: -8rem; - } - - .xl\:first\:-mb-32:first-child { - margin-bottom: -8rem; - } - - .xl\:first\:-ml-32:first-child { - margin-left: -8rem; - } - - .xl\:first\:-mt-36:first-child { - margin-top: -9rem; - } - - .xl\:first\:-mr-36:first-child { - margin-right: -9rem; - } - - .xl\:first\:-mb-36:first-child { - margin-bottom: -9rem; - } - - .xl\:first\:-ml-36:first-child { - margin-left: -9rem; - } - - .xl\:first\:-mt-40:first-child { - margin-top: -10rem; - } - - .xl\:first\:-mr-40:first-child { - margin-right: -10rem; - } - - .xl\:first\:-mb-40:first-child { - margin-bottom: -10rem; - } - - .xl\:first\:-ml-40:first-child { - margin-left: -10rem; - } - - .xl\:first\:-mt-44:first-child { - margin-top: -11rem; - } - - .xl\:first\:-mr-44:first-child { - margin-right: -11rem; - } - - .xl\:first\:-mb-44:first-child { - margin-bottom: -11rem; - } - - .xl\:first\:-ml-44:first-child { - margin-left: -11rem; - } - - .xl\:first\:-mt-48:first-child { - margin-top: -12rem; - } - - .xl\:first\:-mr-48:first-child { - margin-right: -12rem; - } - - .xl\:first\:-mb-48:first-child { - margin-bottom: -12rem; - } - - .xl\:first\:-ml-48:first-child { - margin-left: -12rem; - } - - .xl\:first\:-mt-52:first-child { - margin-top: -13rem; - } - - .xl\:first\:-mr-52:first-child { - margin-right: -13rem; - } - - .xl\:first\:-mb-52:first-child { - margin-bottom: -13rem; - } - - .xl\:first\:-ml-52:first-child { - margin-left: -13rem; - } - - .xl\:first\:-mt-56:first-child { - margin-top: -14rem; - } - - .xl\:first\:-mr-56:first-child { - margin-right: -14rem; - } - - .xl\:first\:-mb-56:first-child { - margin-bottom: -14rem; - } - - .xl\:first\:-ml-56:first-child { - margin-left: -14rem; - } - - .xl\:first\:-mt-60:first-child { - margin-top: -240px; - } - - .xl\:first\:-mr-60:first-child { - margin-right: -240px; - } - - .xl\:first\:-mb-60:first-child { - margin-bottom: -240px; - } - - .xl\:first\:-ml-60:first-child { - margin-left: -240px; - } - - .xl\:first\:-mt-64:first-child { - margin-top: -16rem; - } - - .xl\:first\:-mr-64:first-child { - margin-right: -16rem; - } - - .xl\:first\:-mb-64:first-child { - margin-bottom: -16rem; - } - - .xl\:first\:-ml-64:first-child { - margin-left: -16rem; - } - - .xl\:first\:-mt-72:first-child { - margin-top: -18rem; - } - - .xl\:first\:-mr-72:first-child { - margin-right: -18rem; - } - - .xl\:first\:-mb-72:first-child { - margin-bottom: -18rem; - } - - .xl\:first\:-ml-72:first-child { - margin-left: -18rem; - } - - .xl\:first\:-mt-80:first-child { - margin-top: -20rem; - } - - .xl\:first\:-mr-80:first-child { - margin-right: -20rem; - } - - .xl\:first\:-mb-80:first-child { - margin-bottom: -20rem; - } - - .xl\:first\:-ml-80:first-child { - margin-left: -20rem; - } - - .xl\:first\:-mt-88:first-child { - margin-top: -22rem; - } - - .xl\:first\:-mr-88:first-child { - margin-right: -22rem; - } - - .xl\:first\:-mb-88:first-child { - margin-bottom: -22rem; - } - - .xl\:first\:-ml-88:first-child { - margin-left: -22rem; - } - - .xl\:first\:-mt-96:first-child { - margin-top: -24rem; - } - - .xl\:first\:-mr-96:first-child { - margin-right: -24rem; - } - - .xl\:first\:-mb-96:first-child { - margin-bottom: -24rem; - } - - .xl\:first\:-ml-96:first-child { - margin-left: -24rem; - } - - .xl\:first\:-mt-130:first-child { - margin-top: -560px; - } - - .xl\:first\:-mr-130:first-child { - margin-right: -560px; - } - - .xl\:first\:-mb-130:first-child { - margin-bottom: -560px; - } - - .xl\:first\:-ml-130:first-child { - margin-left: -560px; - } - - .xl\:first\:-mt-px:first-child { - margin-top: -1px; - } - - .xl\:first\:-mr-px:first-child { - margin-right: -1px; - } - - .xl\:first\:-mb-px:first-child { - margin-bottom: -1px; - } - - .xl\:first\:-ml-px:first-child { - margin-left: -1px; - } - - .xl\:first\:-mt-0\.5:first-child { - margin-top: -0.125rem; - } - - .xl\:first\:-mr-0\.5:first-child { - margin-right: -0.125rem; - } - - .xl\:first\:-mb-0\.5:first-child { - margin-bottom: -0.125rem; - } - - .xl\:first\:-ml-0\.5:first-child { - margin-left: -0.125rem; - } - - .xl\:first\:-mt-1\.5:first-child { - margin-top: -0.375rem; - } - - .xl\:first\:-mr-1\.5:first-child { - margin-right: -0.375rem; - } - - .xl\:first\:-mb-1\.5:first-child { - margin-bottom: -0.375rem; - } - - .xl\:first\:-ml-1\.5:first-child { - margin-left: -0.375rem; - } - - .xl\:first\:-mt-2\.5:first-child { - margin-top: -0.625rem; - } - - .xl\:first\:-mr-2\.5:first-child { - margin-right: -0.625rem; - } - - .xl\:first\:-mb-2\.5:first-child { - margin-bottom: -0.625rem; - } - - .xl\:first\:-ml-2\.5:first-child { - margin-left: -0.625rem; - } - - .xl\:first\:-mt-3\.5:first-child { - margin-top: -0.875rem; - } - - .xl\:first\:-mr-3\.5:first-child { - margin-right: -0.875rem; - } - - .xl\:first\:-mb-3\.5:first-child { - margin-bottom: -0.875rem; - } - - .xl\:first\:-ml-3\.5:first-child { - margin-left: -0.875rem; - } - - .xl\:max-h-0 { - max-height: 0px; - } - - .xl\:max-h-1 { - max-height: 0.25rem; - } - - .xl\:max-h-2 { - max-height: 0.5rem; - } - - .xl\:max-h-3 { - max-height: 0.75rem; - } - - .xl\:max-h-4 { - max-height: 1rem; - } - - .xl\:max-h-5 { - max-height: 1.25rem; - } - - .xl\:max-h-6 { - max-height: 1.5rem; - } - - .xl\:max-h-7 { - max-height: 1.75rem; - } - - .xl\:max-h-8 { - max-height: 2rem; - } - - .xl\:max-h-9 { - max-height: 2.25rem; - } - - .xl\:max-h-10 { - max-height: 2.5rem; - } - - .xl\:max-h-11 { - max-height: 2.75rem; - } - - .xl\:max-h-12 { - max-height: 3rem; - } - - .xl\:max-h-14 { - max-height: 3.5rem; - } - - .xl\:max-h-16 { - max-height: 4rem; - } - - .xl\:max-h-20 { - max-height: 5rem; - } - - .xl\:max-h-22 { - max-height: 5.625rem; - } - - .xl\:max-h-24 { - max-height: 6rem; - } - - .xl\:max-h-28 { - max-height: 7rem; - } - - .xl\:max-h-32 { - max-height: 8rem; - } - - .xl\:max-h-36 { - max-height: 9rem; - } - - .xl\:max-h-40 { - max-height: 10rem; - } - - .xl\:max-h-44 { - max-height: 11rem; - } - - .xl\:max-h-48 { - max-height: 12rem; - } - - .xl\:max-h-52 { - max-height: 13rem; - } - - .xl\:max-h-56 { - max-height: 14rem; - } - - .xl\:max-h-60 { - max-height: 240px; - } - - .xl\:max-h-64 { - max-height: 16rem; - } - - .xl\:max-h-72 { - max-height: 18rem; - } - - .xl\:max-h-80 { - max-height: 20rem; - } - - .xl\:max-h-88 { - max-height: 22rem; - } - - .xl\:max-h-96 { - max-height: 24rem; - } - - .xl\:max-h-130 { - max-height: 560px; - } - - .xl\:max-h-px { - max-height: 1px; - } - - .xl\:max-h-0\.5 { - max-height: 0.125rem; - } - - .xl\:max-h-1\.5 { - max-height: 0.375rem; - } - - .xl\:max-h-2\.5 { - max-height: 0.625rem; - } - - .xl\:max-h-3\.5 { - max-height: 0.875rem; - } - - .xl\:max-h-full { - max-height: 100%; - } - - .xl\:max-h-screen { - max-height: 100vh; - } - - .xl\:max-w-0 { - max-width: 0rem; - } - - .xl\:max-w-none { - max-width: none; - } - - .xl\:max-w-xs { - max-width: 20rem; - } - - .xl\:max-w-sm { - max-width: 24rem; - } - - .xl\:max-w-md { - max-width: 28rem; - } - - .xl\:max-w-lg { - max-width: 32rem; - } - - .xl\:max-w-xl { - max-width: 36rem; - } - - .xl\:max-w-2xl { - max-width: 42rem; - } - - .xl\:max-w-3xl { - max-width: 48rem; - } - - .xl\:max-w-4xl { - max-width: 56rem; - } - - .xl\:max-w-5xl { - max-width: 64rem; - } - - .xl\:max-w-6xl { - max-width: 72rem; - } - - .xl\:max-w-7xl { - max-width: 80rem; - } - - .xl\:max-w-full { - max-width: 100%; - } - - .xl\:max-w-min { - max-width: -webkit-min-content; - max-width: -moz-min-content; - max-width: min-content; - } - - .xl\:max-w-max { - max-width: -webkit-max-content; - max-width: -moz-max-content; - max-width: max-content; - } - - .xl\:max-w-prose { - max-width: 65ch; - } - - .xl\:max-w-screen-sm { - max-width: 640px; - } - - .xl\:max-w-screen-md { - max-width: 768px; - } - - .xl\:max-w-screen-lg { - max-width: 1024px; - } - - .xl\:max-w-screen-xl { - max-width: 1280px; - } - - .xl\:max-w-screen-2xl { - max-width: 1536px; - } - - .xl\:max-w-screen-xxl { - max-width: 1440px; - } - - .xl\:min-h-0 { - min-height: 0px; - } - - .xl\:min-h-10 { - min-height: 2.5rem; - } - - .xl\:min-h-full { - min-height: 100%; - } - - .xl\:min-h-screen { - min-height: 100vh; - } - - .xl\:min-w-0 { - min-width: 0px; - } - - .xl\:min-w-full { - min-width: 100%; - } - - .xl\:min-w-min { - min-width: -webkit-min-content; - min-width: -moz-min-content; - min-width: min-content; - } - - .xl\:min-w-max { - min-width: -webkit-max-content; - min-width: -moz-max-content; - min-width: max-content; - } - - .xl\:object-contain { - -o-object-fit: contain; - object-fit: contain; - } - - .xl\:object-cover { - -o-object-fit: cover; - object-fit: cover; - } - - .xl\:object-fill { - -o-object-fit: fill; - object-fit: fill; - } - - .xl\:object-none { - -o-object-fit: none; - object-fit: none; - } - - .xl\:object-scale-down { - -o-object-fit: scale-down; - object-fit: scale-down; - } - - .xl\:object-bottom { - -o-object-position: bottom; - object-position: bottom; - } - - .xl\:object-center { - -o-object-position: center; - object-position: center; - } - - .xl\:object-left { - -o-object-position: left; - object-position: left; - } - - .xl\:object-left-bottom { - -o-object-position: left bottom; - object-position: left bottom; - } - - .xl\:object-left-top { - -o-object-position: left top; - object-position: left top; - } - - .xl\:object-right { - -o-object-position: right; - object-position: right; - } - - .xl\:object-right-bottom { - -o-object-position: right bottom; - object-position: right bottom; - } - - .xl\:object-right-top { - -o-object-position: right top; - object-position: right top; - } - - .xl\:object-top { - -o-object-position: top; - object-position: top; - } - - .xl\:opacity-0 { - opacity: 0; - } - - .xl\:opacity-5 { - opacity: 0.05; - } - - .xl\:opacity-10 { - opacity: 0.1; - } - - .xl\:opacity-20 { - opacity: 0.2; - } - - .xl\:opacity-25 { - opacity: 0.25; - } - - .xl\:opacity-30 { - opacity: 0.3; - } - - .xl\:opacity-40 { - opacity: 0.4; - } - - .xl\:opacity-50 { - opacity: 0.5; - } - - .xl\:opacity-60 { - opacity: 0.6; - } - - .xl\:opacity-70 { - opacity: 0.7; - } - - .xl\:opacity-75 { - opacity: 0.75; - } - - .xl\:opacity-80 { - opacity: 0.8; - } - - .xl\:opacity-90 { - opacity: 0.9; - } - - .xl\:opacity-95 { - opacity: 0.95; - } - - .xl\:opacity-100 { - opacity: 1; - } - - .group:hover .xl\:group-hover\:opacity-0 { - opacity: 0; - } - - .group:hover .xl\:group-hover\:opacity-5 { - opacity: 0.05; - } - - .group:hover .xl\:group-hover\:opacity-10 { - opacity: 0.1; - } - - .group:hover .xl\:group-hover\:opacity-20 { - opacity: 0.2; - } - - .group:hover .xl\:group-hover\:opacity-25 { - opacity: 0.25; - } - - .group:hover .xl\:group-hover\:opacity-30 { - opacity: 0.3; - } - - .group:hover .xl\:group-hover\:opacity-40 { - opacity: 0.4; - } - - .group:hover .xl\:group-hover\:opacity-50 { - opacity: 0.5; - } - - .group:hover .xl\:group-hover\:opacity-60 { - opacity: 0.6; - } - - .group:hover .xl\:group-hover\:opacity-70 { - opacity: 0.7; - } - - .group:hover .xl\:group-hover\:opacity-75 { - opacity: 0.75; - } - - .group:hover .xl\:group-hover\:opacity-80 { - opacity: 0.8; - } - - .group:hover .xl\:group-hover\:opacity-90 { - opacity: 0.9; - } - - .group:hover .xl\:group-hover\:opacity-95 { - opacity: 0.95; - } - - .group:hover .xl\:group-hover\:opacity-100 { - opacity: 1; - } - - .xl\:focus-within\:opacity-0:focus-within { - opacity: 0; - } - - .xl\:focus-within\:opacity-5:focus-within { - opacity: 0.05; - } - - .xl\:focus-within\:opacity-10:focus-within { - opacity: 0.1; - } - - .xl\:focus-within\:opacity-20:focus-within { - opacity: 0.2; - } - - .xl\:focus-within\:opacity-25:focus-within { - opacity: 0.25; - } - - .xl\:focus-within\:opacity-30:focus-within { - opacity: 0.3; - } - - .xl\:focus-within\:opacity-40:focus-within { - opacity: 0.4; - } - - .xl\:focus-within\:opacity-50:focus-within { - opacity: 0.5; - } - - .xl\:focus-within\:opacity-60:focus-within { - opacity: 0.6; - } - - .xl\:focus-within\:opacity-70:focus-within { - opacity: 0.7; - } - - .xl\:focus-within\:opacity-75:focus-within { - opacity: 0.75; - } - - .xl\:focus-within\:opacity-80:focus-within { - opacity: 0.8; - } - - .xl\:focus-within\:opacity-90:focus-within { - opacity: 0.9; - } - - .xl\:focus-within\:opacity-95:focus-within { - opacity: 0.95; - } - - .xl\:focus-within\:opacity-100:focus-within { - opacity: 1; - } - - .xl\:hover\:opacity-0:hover { - opacity: 0; - } - - .xl\:hover\:opacity-5:hover { - opacity: 0.05; - } - - .xl\:hover\:opacity-10:hover { - opacity: 0.1; - } - - .xl\:hover\:opacity-20:hover { - opacity: 0.2; - } - - .xl\:hover\:opacity-25:hover { - opacity: 0.25; - } - - .xl\:hover\:opacity-30:hover { - opacity: 0.3; - } - - .xl\:hover\:opacity-40:hover { - opacity: 0.4; - } - - .xl\:hover\:opacity-50:hover { - opacity: 0.5; - } - - .xl\:hover\:opacity-60:hover { - opacity: 0.6; - } - - .xl\:hover\:opacity-70:hover { - opacity: 0.7; - } - - .xl\:hover\:opacity-75:hover { - opacity: 0.75; - } - - .xl\:hover\:opacity-80:hover { - opacity: 0.8; - } - - .xl\:hover\:opacity-90:hover { - opacity: 0.9; - } - - .xl\:hover\:opacity-95:hover { - opacity: 0.95; - } - - .xl\:hover\:opacity-100:hover { - opacity: 1; - } - - .xl\:focus\:opacity-0:focus { - opacity: 0; - } - - .xl\:focus\:opacity-5:focus { - opacity: 0.05; - } - - .xl\:focus\:opacity-10:focus { - opacity: 0.1; - } - - .xl\:focus\:opacity-20:focus { - opacity: 0.2; - } - - .xl\:focus\:opacity-25:focus { - opacity: 0.25; - } - - .xl\:focus\:opacity-30:focus { - opacity: 0.3; - } - - .xl\:focus\:opacity-40:focus { - opacity: 0.4; - } - - .xl\:focus\:opacity-50:focus { - opacity: 0.5; - } - - .xl\:focus\:opacity-60:focus { - opacity: 0.6; - } - - .xl\:focus\:opacity-70:focus { - opacity: 0.7; - } - - .xl\:focus\:opacity-75:focus { - opacity: 0.75; - } - - .xl\:focus\:opacity-80:focus { - opacity: 0.8; - } - - .xl\:focus\:opacity-90:focus { - opacity: 0.9; - } - - .xl\:focus\:opacity-95:focus { - opacity: 0.95; - } - - .xl\:focus\:opacity-100:focus { - opacity: 1; - } - - .xl\:outline-none { - outline: 2px solid transparent; - outline-offset: 2px; - } - - .xl\:outline-white { - outline: 2px dotted white; - outline-offset: 2px; - } - - .xl\:outline-black { - outline: 2px dotted black; - outline-offset: 2px; - } - - .xl\:focus-within\:outline-none:focus-within { - outline: 2px solid transparent; - outline-offset: 2px; - } - - .xl\:focus-within\:outline-white:focus-within { - outline: 2px dotted white; - outline-offset: 2px; - } - - .xl\:focus-within\:outline-black:focus-within { - outline: 2px dotted black; - outline-offset: 2px; - } - - .xl\:focus\:outline-none:focus { - outline: 2px solid transparent; - outline-offset: 2px; - } - - .xl\:focus\:outline-white:focus { - outline: 2px dotted white; - outline-offset: 2px; - } - - .xl\:focus\:outline-black:focus { - outline: 2px dotted black; - outline-offset: 2px; - } - - .xl\:overflow-auto { - overflow: auto; - } - - .xl\:overflow-hidden { - overflow: hidden; - } - - .xl\:overflow-visible { - overflow: visible; - } - - .xl\:overflow-scroll { - overflow: scroll; - } - - .xl\:overflow-x-auto { - overflow-x: auto; - } - - .xl\:overflow-y-auto { - overflow-y: auto; - } - - .xl\:overflow-x-hidden { - overflow-x: hidden; - } - - .xl\:overflow-y-hidden { - overflow-y: hidden; - } - - .xl\:overflow-x-visible { - overflow-x: visible; - } - - .xl\:overflow-y-visible { - overflow-y: visible; - } - - .xl\:overflow-x-scroll { - overflow-x: scroll; - } - - .xl\:overflow-y-scroll { - overflow-y: scroll; - } - - .xl\:overscroll-auto { - -ms-scroll-chaining: chained; - overscroll-behavior: auto; - } - - .xl\:overscroll-contain { - -ms-scroll-chaining: none; - overscroll-behavior: contain; - } - - .xl\:overscroll-none { - -ms-scroll-chaining: none; - overscroll-behavior: none; - } - - .xl\:overscroll-y-auto { - overscroll-behavior-y: auto; - } - - .xl\:overscroll-y-contain { - overscroll-behavior-y: contain; - } - - .xl\:overscroll-y-none { - overscroll-behavior-y: none; - } - - .xl\:overscroll-x-auto { - overscroll-behavior-x: auto; - } - - .xl\:overscroll-x-contain { - overscroll-behavior-x: contain; - } - - .xl\:overscroll-x-none { - overscroll-behavior-x: none; - } - - .xl\:p-0 { - padding: 0px; - } - - .xl\:p-1 { - padding: 0.25rem; - } - - .xl\:p-2 { - padding: 0.5rem; - } - - .xl\:p-3 { - padding: 0.75rem; - } - - .xl\:p-4 { - padding: 1rem; - } - - .xl\:p-5 { - padding: 1.25rem; - } - - .xl\:p-6 { - padding: 1.5rem; - } - - .xl\:p-7 { - padding: 1.75rem; - } - - .xl\:p-8 { - padding: 2rem; - } - - .xl\:p-9 { - padding: 2.25rem; - } - - .xl\:p-10 { - padding: 2.5rem; - } - - .xl\:p-11 { - padding: 2.75rem; - } - - .xl\:p-12 { - padding: 3rem; - } - - .xl\:p-14 { - padding: 3.5rem; - } - - .xl\:p-16 { - padding: 4rem; - } - - .xl\:p-20 { - padding: 5rem; - } - - .xl\:p-22 { - padding: 5.625rem; - } - - .xl\:p-24 { - padding: 6rem; - } - - .xl\:p-28 { - padding: 7rem; - } - - .xl\:p-32 { - padding: 8rem; - } - - .xl\:p-36 { - padding: 9rem; - } - - .xl\:p-40 { - padding: 10rem; - } - - .xl\:p-44 { - padding: 11rem; - } - - .xl\:p-48 { - padding: 12rem; - } - - .xl\:p-52 { - padding: 13rem; - } - - .xl\:p-56 { - padding: 14rem; - } - - .xl\:p-60 { - padding: 240px; - } - - .xl\:p-64 { - padding: 16rem; - } - - .xl\:p-72 { - padding: 18rem; - } - - .xl\:p-80 { - padding: 20rem; - } - - .xl\:p-88 { - padding: 22rem; - } - - .xl\:p-96 { - padding: 24rem; - } - - .xl\:p-130 { - padding: 560px; - } - - .xl\:p-px { - padding: 1px; - } - - .xl\:p-0\.5 { - padding: 0.125rem; - } - - .xl\:p-1\.5 { - padding: 0.375rem; - } - - .xl\:p-2\.5 { - padding: 0.625rem; - } - - .xl\:p-3\.5 { - padding: 0.875rem; - } - - .xl\:py-0 { - padding-top: 0px; - padding-bottom: 0px; - } - - .xl\:px-0 { - padding-left: 0px; - padding-right: 0px; - } - - .xl\:py-1 { - padding-top: 0.25rem; - padding-bottom: 0.25rem; - } - - .xl\:px-1 { - padding-left: 0.25rem; - padding-right: 0.25rem; - } - - .xl\:py-2 { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - } - - .xl\:px-2 { - padding-left: 0.5rem; - padding-right: 0.5rem; - } - - .xl\:py-3 { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - } - - .xl\:px-3 { - padding-left: 0.75rem; - padding-right: 0.75rem; - } - - .xl\:py-4 { - padding-top: 1rem; - padding-bottom: 1rem; - } - - .xl\:px-4 { - padding-left: 1rem; - padding-right: 1rem; - } - - .xl\:py-5 { - padding-top: 1.25rem; - padding-bottom: 1.25rem; - } - - .xl\:px-5 { - padding-left: 1.25rem; - padding-right: 1.25rem; - } - - .xl\:py-6 { - padding-top: 1.5rem; - padding-bottom: 1.5rem; - } - - .xl\:px-6 { - padding-left: 1.5rem; - padding-right: 1.5rem; - } - - .xl\:py-7 { - padding-top: 1.75rem; - padding-bottom: 1.75rem; - } - - .xl\:px-7 { - padding-left: 1.75rem; - padding-right: 1.75rem; - } - - .xl\:py-8 { - padding-top: 2rem; - padding-bottom: 2rem; - } - - .xl\:px-8 { - padding-left: 2rem; - padding-right: 2rem; - } - - .xl\:py-9 { - padding-top: 2.25rem; - padding-bottom: 2.25rem; - } - - .xl\:px-9 { - padding-left: 2.25rem; - padding-right: 2.25rem; - } - - .xl\:py-10 { - padding-top: 2.5rem; - padding-bottom: 2.5rem; - } - - .xl\:px-10 { - padding-left: 2.5rem; - padding-right: 2.5rem; - } - - .xl\:py-11 { - padding-top: 2.75rem; - padding-bottom: 2.75rem; - } - - .xl\:px-11 { - padding-left: 2.75rem; - padding-right: 2.75rem; - } - - .xl\:py-12 { - padding-top: 3rem; - padding-bottom: 3rem; - } - - .xl\:px-12 { - padding-left: 3rem; - padding-right: 3rem; - } - - .xl\:py-14 { - padding-top: 3.5rem; - padding-bottom: 3.5rem; - } - - .xl\:px-14 { - padding-left: 3.5rem; - padding-right: 3.5rem; - } - - .xl\:py-16 { - padding-top: 4rem; - padding-bottom: 4rem; - } - - .xl\:px-16 { - padding-left: 4rem; - padding-right: 4rem; - } - - .xl\:py-20 { - padding-top: 5rem; - padding-bottom: 5rem; - } - - .xl\:px-20 { - padding-left: 5rem; - padding-right: 5rem; - } - - .xl\:py-22 { - padding-top: 5.625rem; - padding-bottom: 5.625rem; - } - - .xl\:px-22 { - padding-left: 5.625rem; - padding-right: 5.625rem; - } - - .xl\:py-24 { - padding-top: 6rem; - padding-bottom: 6rem; - } - - .xl\:px-24 { - padding-left: 6rem; - padding-right: 6rem; - } - - .xl\:py-28 { - padding-top: 7rem; - padding-bottom: 7rem; - } - - .xl\:px-28 { - padding-left: 7rem; - padding-right: 7rem; - } - - .xl\:py-32 { - padding-top: 8rem; - padding-bottom: 8rem; - } - - .xl\:px-32 { - padding-left: 8rem; - padding-right: 8rem; - } - - .xl\:py-36 { - padding-top: 9rem; - padding-bottom: 9rem; - } - - .xl\:px-36 { - padding-left: 9rem; - padding-right: 9rem; - } - - .xl\:py-40 { - padding-top: 10rem; - padding-bottom: 10rem; - } - - .xl\:px-40 { - padding-left: 10rem; - padding-right: 10rem; - } - - .xl\:py-44 { - padding-top: 11rem; - padding-bottom: 11rem; - } - - .xl\:px-44 { - padding-left: 11rem; - padding-right: 11rem; - } - - .xl\:py-48 { - padding-top: 12rem; - padding-bottom: 12rem; - } - - .xl\:px-48 { - padding-left: 12rem; - padding-right: 12rem; - } - - .xl\:py-52 { - padding-top: 13rem; - padding-bottom: 13rem; - } - - .xl\:px-52 { - padding-left: 13rem; - padding-right: 13rem; - } - - .xl\:py-56 { - padding-top: 14rem; - padding-bottom: 14rem; - } - - .xl\:px-56 { - padding-left: 14rem; - padding-right: 14rem; - } - - .xl\:py-60 { - padding-top: 240px; - padding-bottom: 240px; - } - - .xl\:px-60 { - padding-left: 240px; - padding-right: 240px; - } - - .xl\:py-64 { - padding-top: 16rem; - padding-bottom: 16rem; - } - - .xl\:px-64 { - padding-left: 16rem; - padding-right: 16rem; - } - - .xl\:py-72 { - padding-top: 18rem; - padding-bottom: 18rem; - } - - .xl\:px-72 { - padding-left: 18rem; - padding-right: 18rem; - } - - .xl\:py-80 { - padding-top: 20rem; - padding-bottom: 20rem; - } - - .xl\:px-80 { - padding-left: 20rem; - padding-right: 20rem; - } - - .xl\:py-88 { - padding-top: 22rem; - padding-bottom: 22rem; - } - - .xl\:px-88 { - padding-left: 22rem; - padding-right: 22rem; - } - - .xl\:py-96 { - padding-top: 24rem; - padding-bottom: 24rem; - } - - .xl\:px-96 { - padding-left: 24rem; - padding-right: 24rem; - } - - .xl\:py-130 { - padding-top: 560px; - padding-bottom: 560px; - } - - .xl\:px-130 { - padding-left: 560px; - padding-right: 560px; - } - - .xl\:py-px { - padding-top: 1px; - padding-bottom: 1px; - } - - .xl\:px-px { - padding-left: 1px; - padding-right: 1px; - } - - .xl\:py-0\.5 { - padding-top: 0.125rem; - padding-bottom: 0.125rem; - } - - .xl\:px-0\.5 { - padding-left: 0.125rem; - padding-right: 0.125rem; - } - - .xl\:py-1\.5 { - padding-top: 0.375rem; - padding-bottom: 0.375rem; - } - - .xl\:px-1\.5 { - padding-left: 0.375rem; - padding-right: 0.375rem; - } - - .xl\:py-2\.5 { - padding-top: 0.625rem; - padding-bottom: 0.625rem; - } - - .xl\:px-2\.5 { - padding-left: 0.625rem; - padding-right: 0.625rem; - } - - .xl\:py-3\.5 { - padding-top: 0.875rem; - padding-bottom: 0.875rem; - } - - .xl\:px-3\.5 { - padding-left: 0.875rem; - padding-right: 0.875rem; - } - - .xl\:pt-0 { - padding-top: 0px; - } - - .xl\:pr-0 { - padding-right: 0px; - } - - .xl\:pb-0 { - padding-bottom: 0px; - } - - .xl\:pl-0 { - padding-left: 0px; - } - - .xl\:pt-1 { - padding-top: 0.25rem; - } - - .xl\:pr-1 { - padding-right: 0.25rem; - } - - .xl\:pb-1 { - padding-bottom: 0.25rem; - } - - .xl\:pl-1 { - padding-left: 0.25rem; - } - - .xl\:pt-2 { - padding-top: 0.5rem; - } - - .xl\:pr-2 { - padding-right: 0.5rem; - } - - .xl\:pb-2 { - padding-bottom: 0.5rem; - } - - .xl\:pl-2 { - padding-left: 0.5rem; - } - - .xl\:pt-3 { - padding-top: 0.75rem; - } - - .xl\:pr-3 { - padding-right: 0.75rem; - } - - .xl\:pb-3 { - padding-bottom: 0.75rem; - } - - .xl\:pl-3 { - padding-left: 0.75rem; - } - - .xl\:pt-4 { - padding-top: 1rem; - } - - .xl\:pr-4 { - padding-right: 1rem; - } - - .xl\:pb-4 { - padding-bottom: 1rem; - } - - .xl\:pl-4 { - padding-left: 1rem; - } - - .xl\:pt-5 { - padding-top: 1.25rem; - } - - .xl\:pr-5 { - padding-right: 1.25rem; - } - - .xl\:pb-5 { - padding-bottom: 1.25rem; - } - - .xl\:pl-5 { - padding-left: 1.25rem; - } - - .xl\:pt-6 { - padding-top: 1.5rem; - } - - .xl\:pr-6 { - padding-right: 1.5rem; - } - - .xl\:pb-6 { - padding-bottom: 1.5rem; - } - - .xl\:pl-6 { - padding-left: 1.5rem; - } - - .xl\:pt-7 { - padding-top: 1.75rem; - } - - .xl\:pr-7 { - padding-right: 1.75rem; - } - - .xl\:pb-7 { - padding-bottom: 1.75rem; - } - - .xl\:pl-7 { - padding-left: 1.75rem; - } - - .xl\:pt-8 { - padding-top: 2rem; - } - - .xl\:pr-8 { - padding-right: 2rem; - } - - .xl\:pb-8 { - padding-bottom: 2rem; - } - - .xl\:pl-8 { - padding-left: 2rem; - } - - .xl\:pt-9 { - padding-top: 2.25rem; - } - - .xl\:pr-9 { - padding-right: 2.25rem; - } - - .xl\:pb-9 { - padding-bottom: 2.25rem; - } - - .xl\:pl-9 { - padding-left: 2.25rem; - } - - .xl\:pt-10 { - padding-top: 2.5rem; - } - - .xl\:pr-10 { - padding-right: 2.5rem; - } - - .xl\:pb-10 { - padding-bottom: 2.5rem; - } - - .xl\:pl-10 { - padding-left: 2.5rem; - } - - .xl\:pt-11 { - padding-top: 2.75rem; - } - - .xl\:pr-11 { - padding-right: 2.75rem; - } - - .xl\:pb-11 { - padding-bottom: 2.75rem; - } - - .xl\:pl-11 { - padding-left: 2.75rem; - } - - .xl\:pt-12 { - padding-top: 3rem; - } - - .xl\:pr-12 { - padding-right: 3rem; - } - - .xl\:pb-12 { - padding-bottom: 3rem; - } - - .xl\:pl-12 { - padding-left: 3rem; - } - - .xl\:pt-14 { - padding-top: 3.5rem; - } - - .xl\:pr-14 { - padding-right: 3.5rem; - } - - .xl\:pb-14 { - padding-bottom: 3.5rem; - } - - .xl\:pl-14 { - padding-left: 3.5rem; - } - - .xl\:pt-16 { - padding-top: 4rem; - } - - .xl\:pr-16 { - padding-right: 4rem; - } - - .xl\:pb-16 { - padding-bottom: 4rem; - } - - .xl\:pl-16 { - padding-left: 4rem; - } - - .xl\:pt-20 { - padding-top: 5rem; - } - - .xl\:pr-20 { - padding-right: 5rem; - } - - .xl\:pb-20 { - padding-bottom: 5rem; - } - - .xl\:pl-20 { - padding-left: 5rem; - } - - .xl\:pt-22 { - padding-top: 5.625rem; - } - - .xl\:pr-22 { - padding-right: 5.625rem; - } - - .xl\:pb-22 { - padding-bottom: 5.625rem; - } - - .xl\:pl-22 { - padding-left: 5.625rem; - } - - .xl\:pt-24 { - padding-top: 6rem; - } - - .xl\:pr-24 { - padding-right: 6rem; - } - - .xl\:pb-24 { - padding-bottom: 6rem; - } - - .xl\:pl-24 { - padding-left: 6rem; - } - - .xl\:pt-28 { - padding-top: 7rem; - } - - .xl\:pr-28 { - padding-right: 7rem; - } - - .xl\:pb-28 { - padding-bottom: 7rem; - } - - .xl\:pl-28 { - padding-left: 7rem; - } - - .xl\:pt-32 { - padding-top: 8rem; - } - - .xl\:pr-32 { - padding-right: 8rem; - } - - .xl\:pb-32 { - padding-bottom: 8rem; - } - - .xl\:pl-32 { - padding-left: 8rem; - } - - .xl\:pt-36 { - padding-top: 9rem; - } - - .xl\:pr-36 { - padding-right: 9rem; - } - - .xl\:pb-36 { - padding-bottom: 9rem; - } - - .xl\:pl-36 { - padding-left: 9rem; - } - - .xl\:pt-40 { - padding-top: 10rem; - } - - .xl\:pr-40 { - padding-right: 10rem; - } - - .xl\:pb-40 { - padding-bottom: 10rem; - } - - .xl\:pl-40 { - padding-left: 10rem; - } - - .xl\:pt-44 { - padding-top: 11rem; - } - - .xl\:pr-44 { - padding-right: 11rem; - } - - .xl\:pb-44 { - padding-bottom: 11rem; - } - - .xl\:pl-44 { - padding-left: 11rem; - } - - .xl\:pt-48 { - padding-top: 12rem; - } - - .xl\:pr-48 { - padding-right: 12rem; - } - - .xl\:pb-48 { - padding-bottom: 12rem; - } - - .xl\:pl-48 { - padding-left: 12rem; - } - - .xl\:pt-52 { - padding-top: 13rem; - } - - .xl\:pr-52 { - padding-right: 13rem; - } - - .xl\:pb-52 { - padding-bottom: 13rem; - } - - .xl\:pl-52 { - padding-left: 13rem; - } - - .xl\:pt-56 { - padding-top: 14rem; - } - - .xl\:pr-56 { - padding-right: 14rem; - } - - .xl\:pb-56 { - padding-bottom: 14rem; - } - - .xl\:pl-56 { - padding-left: 14rem; - } - - .xl\:pt-60 { - padding-top: 240px; - } - - .xl\:pr-60 { - padding-right: 240px; - } - - .xl\:pb-60 { - padding-bottom: 240px; - } - - .xl\:pl-60 { - padding-left: 240px; - } - - .xl\:pt-64 { - padding-top: 16rem; - } - - .xl\:pr-64 { - padding-right: 16rem; - } - - .xl\:pb-64 { - padding-bottom: 16rem; - } - - .xl\:pl-64 { - padding-left: 16rem; - } - - .xl\:pt-72 { - padding-top: 18rem; - } - - .xl\:pr-72 { - padding-right: 18rem; - } - - .xl\:pb-72 { - padding-bottom: 18rem; - } - - .xl\:pl-72 { - padding-left: 18rem; - } - - .xl\:pt-80 { - padding-top: 20rem; - } - - .xl\:pr-80 { - padding-right: 20rem; - } - - .xl\:pb-80 { - padding-bottom: 20rem; - } - - .xl\:pl-80 { - padding-left: 20rem; - } - - .xl\:pt-88 { - padding-top: 22rem; - } - - .xl\:pr-88 { - padding-right: 22rem; - } - - .xl\:pb-88 { - padding-bottom: 22rem; - } - - .xl\:pl-88 { - padding-left: 22rem; - } - - .xl\:pt-96 { - padding-top: 24rem; - } - - .xl\:pr-96 { - padding-right: 24rem; - } - - .xl\:pb-96 { - padding-bottom: 24rem; - } - - .xl\:pl-96 { - padding-left: 24rem; - } - - .xl\:pt-130 { - padding-top: 560px; - } - - .xl\:pr-130 { - padding-right: 560px; - } - - .xl\:pb-130 { - padding-bottom: 560px; - } - - .xl\:pl-130 { - padding-left: 560px; - } - - .xl\:pt-px { - padding-top: 1px; - } - - .xl\:pr-px { - padding-right: 1px; - } - - .xl\:pb-px { - padding-bottom: 1px; - } - - .xl\:pl-px { - padding-left: 1px; - } - - .xl\:pt-0\.5 { - padding-top: 0.125rem; - } - - .xl\:pr-0\.5 { - padding-right: 0.125rem; - } - - .xl\:pb-0\.5 { - padding-bottom: 0.125rem; - } - - .xl\:pl-0\.5 { - padding-left: 0.125rem; - } - - .xl\:pt-1\.5 { - padding-top: 0.375rem; - } - - .xl\:pr-1\.5 { - padding-right: 0.375rem; - } - - .xl\:pb-1\.5 { - padding-bottom: 0.375rem; - } - - .xl\:pl-1\.5 { - padding-left: 0.375rem; - } - - .xl\:pt-2\.5 { - padding-top: 0.625rem; - } - - .xl\:pr-2\.5 { - padding-right: 0.625rem; - } - - .xl\:pb-2\.5 { - padding-bottom: 0.625rem; - } - - .xl\:pl-2\.5 { - padding-left: 0.625rem; - } - - .xl\:pt-3\.5 { - padding-top: 0.875rem; - } - - .xl\:pr-3\.5 { - padding-right: 0.875rem; - } - - .xl\:pb-3\.5 { - padding-bottom: 0.875rem; - } - - .xl\:pl-3\.5 { - padding-left: 0.875rem; - } - - .xl\:placeholder-transparent::-moz-placeholder { - color: transparent; - } - - .xl\:placeholder-transparent:-ms-input-placeholder { - color: transparent; - } - - .xl\:placeholder-transparent::placeholder { - color: transparent; - } - - .xl\:placeholder-current::-moz-placeholder { - color: currentColor; - } - - .xl\:placeholder-current:-ms-input-placeholder { - color: currentColor; - } - - .xl\:placeholder-current::placeholder { - color: currentColor; - } - - .xl\:placeholder-black::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-black:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-black::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-white::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-white:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-white::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-red-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-yellow-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-green-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-blue-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-danger::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-danger:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-danger::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-success::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-success:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-success::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-warning::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-warning:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-warning::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-info::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-info:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-info::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-transparent:focus::-moz-placeholder { - color: transparent; - } - - .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder { - color: transparent; - } - - .xl\:focus\:placeholder-transparent:focus::placeholder { - color: transparent; - } - - .xl\:focus\:placeholder-current:focus::-moz-placeholder { - color: currentColor; - } - - .xl\:focus\:placeholder-current:focus:-ms-input-placeholder { - color: currentColor; - } - - .xl\:focus\:placeholder-current:focus::placeholder { - color: currentColor; - } - - .xl\:focus\:placeholder-black:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-black:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-black:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-white:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-white:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-white:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-red-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-yellow-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-green-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-blue-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-danger:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-danger:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-danger:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-success:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-success:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-success:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-warning:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-warning:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-warning:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-info:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-info:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-info:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-opacity-0::-moz-placeholder { - --tw-placeholder-opacity: 0; - } - - .xl\:placeholder-opacity-0:-ms-input-placeholder { - --tw-placeholder-opacity: 0; - } - - .xl\:placeholder-opacity-0::placeholder { - --tw-placeholder-opacity: 0; - } - - .xl\:placeholder-opacity-5::-moz-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .xl\:placeholder-opacity-5:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .xl\:placeholder-opacity-5::placeholder { - --tw-placeholder-opacity: 0.05; - } - - .xl\:placeholder-opacity-10::-moz-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .xl\:placeholder-opacity-10:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .xl\:placeholder-opacity-10::placeholder { - --tw-placeholder-opacity: 0.1; - } - - .xl\:placeholder-opacity-20::-moz-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .xl\:placeholder-opacity-20:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .xl\:placeholder-opacity-20::placeholder { - --tw-placeholder-opacity: 0.2; - } - - .xl\:placeholder-opacity-25::-moz-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .xl\:placeholder-opacity-25:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .xl\:placeholder-opacity-25::placeholder { - --tw-placeholder-opacity: 0.25; - } - - .xl\:placeholder-opacity-30::-moz-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .xl\:placeholder-opacity-30:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .xl\:placeholder-opacity-30::placeholder { - --tw-placeholder-opacity: 0.3; - } - - .xl\:placeholder-opacity-40::-moz-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .xl\:placeholder-opacity-40:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .xl\:placeholder-opacity-40::placeholder { - --tw-placeholder-opacity: 0.4; - } - - .xl\:placeholder-opacity-50::-moz-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .xl\:placeholder-opacity-50:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .xl\:placeholder-opacity-50::placeholder { - --tw-placeholder-opacity: 0.5; - } - - .xl\:placeholder-opacity-60::-moz-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .xl\:placeholder-opacity-60:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .xl\:placeholder-opacity-60::placeholder { - --tw-placeholder-opacity: 0.6; - } - - .xl\:placeholder-opacity-70::-moz-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .xl\:placeholder-opacity-70:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .xl\:placeholder-opacity-70::placeholder { - --tw-placeholder-opacity: 0.7; - } - - .xl\:placeholder-opacity-75::-moz-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .xl\:placeholder-opacity-75:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .xl\:placeholder-opacity-75::placeholder { - --tw-placeholder-opacity: 0.75; - } - - .xl\:placeholder-opacity-80::-moz-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .xl\:placeholder-opacity-80:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .xl\:placeholder-opacity-80::placeholder { - --tw-placeholder-opacity: 0.8; - } - - .xl\:placeholder-opacity-90::-moz-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .xl\:placeholder-opacity-90:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .xl\:placeholder-opacity-90::placeholder { - --tw-placeholder-opacity: 0.9; - } - - .xl\:placeholder-opacity-95::-moz-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .xl\:placeholder-opacity-95:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .xl\:placeholder-opacity-95::placeholder { - --tw-placeholder-opacity: 0.95; - } - - .xl\:placeholder-opacity-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - } - - .xl\:placeholder-opacity-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - } - - .xl\:placeholder-opacity-100::placeholder { - --tw-placeholder-opacity: 1; - } - - .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder { - --tw-placeholder-opacity: 0; - } - - .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0; - } - - .xl\:focus\:placeholder-opacity-0:focus::placeholder { - --tw-placeholder-opacity: 0; - } - - .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .xl\:focus\:placeholder-opacity-5:focus::placeholder { - --tw-placeholder-opacity: 0.05; - } - - .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .xl\:focus\:placeholder-opacity-10:focus::placeholder { - --tw-placeholder-opacity: 0.1; - } - - .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .xl\:focus\:placeholder-opacity-20:focus::placeholder { - --tw-placeholder-opacity: 0.2; - } - - .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .xl\:focus\:placeholder-opacity-25:focus::placeholder { - --tw-placeholder-opacity: 0.25; - } - - .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .xl\:focus\:placeholder-opacity-30:focus::placeholder { - --tw-placeholder-opacity: 0.3; - } - - .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .xl\:focus\:placeholder-opacity-40:focus::placeholder { - --tw-placeholder-opacity: 0.4; - } - - .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .xl\:focus\:placeholder-opacity-50:focus::placeholder { - --tw-placeholder-opacity: 0.5; - } - - .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .xl\:focus\:placeholder-opacity-60:focus::placeholder { - --tw-placeholder-opacity: 0.6; - } - - .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .xl\:focus\:placeholder-opacity-70:focus::placeholder { - --tw-placeholder-opacity: 0.7; - } - - .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .xl\:focus\:placeholder-opacity-75:focus::placeholder { - --tw-placeholder-opacity: 0.75; - } - - .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .xl\:focus\:placeholder-opacity-80:focus::placeholder { - --tw-placeholder-opacity: 0.8; - } - - .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .xl\:focus\:placeholder-opacity-90:focus::placeholder { - --tw-placeholder-opacity: 0.9; - } - - .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .xl\:focus\:placeholder-opacity-95:focus::placeholder { - --tw-placeholder-opacity: 0.95; - } - - .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - } - - .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - } - - .xl\:focus\:placeholder-opacity-100:focus::placeholder { - --tw-placeholder-opacity: 1; - } - - .xl\:pointer-events-none { - pointer-events: none; - } - - .xl\:pointer-events-auto { - pointer-events: auto; - } - - .xl\:static { - position: static; - } - - .xl\:fixed { - position: fixed; - } - - .xl\:absolute { - position: absolute; - } - - .xl\:relative { - position: relative; - } - - .xl\:sticky { - position: -webkit-sticky; - position: sticky; - } - - .xl\:inset-0 { - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - } - - .xl\:inset-1 { - top: 0.25rem; - right: 0.25rem; - bottom: 0.25rem; - left: 0.25rem; - } - - .xl\:inset-2 { - top: 0.5rem; - right: 0.5rem; - bottom: 0.5rem; - left: 0.5rem; - } - - .xl\:inset-3 { - top: 0.75rem; - right: 0.75rem; - bottom: 0.75rem; - left: 0.75rem; - } - - .xl\:inset-4 { - top: 1rem; - right: 1rem; - bottom: 1rem; - left: 1rem; - } - - .xl\:inset-5 { - top: 1.25rem; - right: 1.25rem; - bottom: 1.25rem; - left: 1.25rem; - } - - .xl\:inset-6 { - top: 1.5rem; - right: 1.5rem; - bottom: 1.5rem; - left: 1.5rem; - } - - .xl\:inset-7 { - top: 1.75rem; - right: 1.75rem; - bottom: 1.75rem; - left: 1.75rem; - } - - .xl\:inset-8 { - top: 2rem; - right: 2rem; - bottom: 2rem; - left: 2rem; - } - - .xl\:inset-9 { - top: 2.25rem; - right: 2.25rem; - bottom: 2.25rem; - left: 2.25rem; - } - - .xl\:inset-10 { - top: 2.5rem; - right: 2.5rem; - bottom: 2.5rem; - left: 2.5rem; - } - - .xl\:inset-11 { - top: 2.75rem; - right: 2.75rem; - bottom: 2.75rem; - left: 2.75rem; - } - - .xl\:inset-12 { - top: 3rem; - right: 3rem; - bottom: 3rem; - left: 3rem; - } - - .xl\:inset-14 { - top: 3.5rem; - right: 3.5rem; - bottom: 3.5rem; - left: 3.5rem; - } - - .xl\:inset-16 { - top: 4rem; - right: 4rem; - bottom: 4rem; - left: 4rem; - } - - .xl\:inset-20 { - top: 5rem; - right: 5rem; - bottom: 5rem; - left: 5rem; - } - - .xl\:inset-22 { - top: 5.625rem; - right: 5.625rem; - bottom: 5.625rem; - left: 5.625rem; - } - - .xl\:inset-24 { - top: 6rem; - right: 6rem; - bottom: 6rem; - left: 6rem; - } - - .xl\:inset-28 { - top: 7rem; - right: 7rem; - bottom: 7rem; - left: 7rem; - } - - .xl\:inset-32 { - top: 8rem; - right: 8rem; - bottom: 8rem; - left: 8rem; - } - - .xl\:inset-36 { - top: 9rem; - right: 9rem; - bottom: 9rem; - left: 9rem; - } - - .xl\:inset-40 { - top: 10rem; - right: 10rem; - bottom: 10rem; - left: 10rem; - } - - .xl\:inset-44 { - top: 11rem; - right: 11rem; - bottom: 11rem; - left: 11rem; - } - - .xl\:inset-48 { - top: 12rem; - right: 12rem; - bottom: 12rem; - left: 12rem; - } - - .xl\:inset-52 { - top: 13rem; - right: 13rem; - bottom: 13rem; - left: 13rem; - } - - .xl\:inset-56 { - top: 14rem; - right: 14rem; - bottom: 14rem; - left: 14rem; - } - - .xl\:inset-60 { - top: 240px; - right: 240px; - bottom: 240px; - left: 240px; - } - - .xl\:inset-64 { - top: 16rem; - right: 16rem; - bottom: 16rem; - left: 16rem; - } - - .xl\:inset-72 { - top: 18rem; - right: 18rem; - bottom: 18rem; - left: 18rem; - } - - .xl\:inset-80 { - top: 20rem; - right: 20rem; - bottom: 20rem; - left: 20rem; - } - - .xl\:inset-88 { - top: 22rem; - right: 22rem; - bottom: 22rem; - left: 22rem; - } - - .xl\:inset-96 { - top: 24rem; - right: 24rem; - bottom: 24rem; - left: 24rem; - } - - .xl\:inset-130 { - top: 560px; - right: 560px; - bottom: 560px; - left: 560px; - } - - .xl\:inset-auto { - top: auto; - right: auto; - bottom: auto; - left: auto; - } - - .xl\:inset-px { - top: 1px; - right: 1px; - bottom: 1px; - left: 1px; - } - - .xl\:inset-0\.5 { - top: 0.125rem; - right: 0.125rem; - bottom: 0.125rem; - left: 0.125rem; - } - - .xl\:inset-1\.5 { - top: 0.375rem; - right: 0.375rem; - bottom: 0.375rem; - left: 0.375rem; - } - - .xl\:inset-2\.5 { - top: 0.625rem; - right: 0.625rem; - bottom: 0.625rem; - left: 0.625rem; - } - - .xl\:inset-3\.5 { - top: 0.875rem; - right: 0.875rem; - bottom: 0.875rem; - left: 0.875rem; - } - - .xl\:-inset-0 { - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - } - - .xl\:-inset-1 { - top: -0.25rem; - right: -0.25rem; - bottom: -0.25rem; - left: -0.25rem; - } - - .xl\:-inset-2 { - top: -0.5rem; - right: -0.5rem; - bottom: -0.5rem; - left: -0.5rem; - } - - .xl\:-inset-3 { - top: -0.75rem; - right: -0.75rem; - bottom: -0.75rem; - left: -0.75rem; - } - - .xl\:-inset-4 { - top: -1rem; - right: -1rem; - bottom: -1rem; - left: -1rem; - } - - .xl\:-inset-5 { - top: -1.25rem; - right: -1.25rem; - bottom: -1.25rem; - left: -1.25rem; - } - - .xl\:-inset-6 { - top: -1.5rem; - right: -1.5rem; - bottom: -1.5rem; - left: -1.5rem; - } - - .xl\:-inset-7 { - top: -1.75rem; - right: -1.75rem; - bottom: -1.75rem; - left: -1.75rem; - } - - .xl\:-inset-8 { - top: -2rem; - right: -2rem; - bottom: -2rem; - left: -2rem; - } - - .xl\:-inset-9 { - top: -2.25rem; - right: -2.25rem; - bottom: -2.25rem; - left: -2.25rem; - } - - .xl\:-inset-10 { - top: -2.5rem; - right: -2.5rem; - bottom: -2.5rem; - left: -2.5rem; - } - - .xl\:-inset-11 { - top: -2.75rem; - right: -2.75rem; - bottom: -2.75rem; - left: -2.75rem; - } - - .xl\:-inset-12 { - top: -3rem; - right: -3rem; - bottom: -3rem; - left: -3rem; - } - - .xl\:-inset-14 { - top: -3.5rem; - right: -3.5rem; - bottom: -3.5rem; - left: -3.5rem; - } - - .xl\:-inset-16 { - top: -4rem; - right: -4rem; - bottom: -4rem; - left: -4rem; - } - - .xl\:-inset-20 { - top: -5rem; - right: -5rem; - bottom: -5rem; - left: -5rem; - } - - .xl\:-inset-22 { - top: -5.625rem; - right: -5.625rem; - bottom: -5.625rem; - left: -5.625rem; - } - - .xl\:-inset-24 { - top: -6rem; - right: -6rem; - bottom: -6rem; - left: -6rem; - } - - .xl\:-inset-28 { - top: -7rem; - right: -7rem; - bottom: -7rem; - left: -7rem; - } - - .xl\:-inset-32 { - top: -8rem; - right: -8rem; - bottom: -8rem; - left: -8rem; - } - - .xl\:-inset-36 { - top: -9rem; - right: -9rem; - bottom: -9rem; - left: -9rem; - } - - .xl\:-inset-40 { - top: -10rem; - right: -10rem; - bottom: -10rem; - left: -10rem; - } - - .xl\:-inset-44 { - top: -11rem; - right: -11rem; - bottom: -11rem; - left: -11rem; - } - - .xl\:-inset-48 { - top: -12rem; - right: -12rem; - bottom: -12rem; - left: -12rem; - } - - .xl\:-inset-52 { - top: -13rem; - right: -13rem; - bottom: -13rem; - left: -13rem; - } - - .xl\:-inset-56 { - top: -14rem; - right: -14rem; - bottom: -14rem; - left: -14rem; - } - - .xl\:-inset-60 { - top: -240px; - right: -240px; - bottom: -240px; - left: -240px; - } - - .xl\:-inset-64 { - top: -16rem; - right: -16rem; - bottom: -16rem; - left: -16rem; - } - - .xl\:-inset-72 { - top: -18rem; - right: -18rem; - bottom: -18rem; - left: -18rem; - } - - .xl\:-inset-80 { - top: -20rem; - right: -20rem; - bottom: -20rem; - left: -20rem; - } - - .xl\:-inset-88 { - top: -22rem; - right: -22rem; - bottom: -22rem; - left: -22rem; - } - - .xl\:-inset-96 { - top: -24rem; - right: -24rem; - bottom: -24rem; - left: -24rem; - } - - .xl\:-inset-130 { - top: -560px; - right: -560px; - bottom: -560px; - left: -560px; - } - - .xl\:-inset-px { - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; - } - - .xl\:-inset-0\.5 { - top: -0.125rem; - right: -0.125rem; - bottom: -0.125rem; - left: -0.125rem; - } - - .xl\:-inset-1\.5 { - top: -0.375rem; - right: -0.375rem; - bottom: -0.375rem; - left: -0.375rem; - } - - .xl\:-inset-2\.5 { - top: -0.625rem; - right: -0.625rem; - bottom: -0.625rem; - left: -0.625rem; - } - - .xl\:-inset-3\.5 { - top: -0.875rem; - right: -0.875rem; - bottom: -0.875rem; - left: -0.875rem; - } - - .xl\:inset-1\/2 { - top: 50%; - right: 50%; - bottom: 50%; - left: 50%; - } - - .xl\:inset-1\/3 { - top: 33.333333%; - right: 33.333333%; - bottom: 33.333333%; - left: 33.333333%; - } - - .xl\:inset-2\/3 { - top: 66.666667%; - right: 66.666667%; - bottom: 66.666667%; - left: 66.666667%; - } - - .xl\:inset-1\/4 { - top: 25%; - right: 25%; - bottom: 25%; - left: 25%; - } - - .xl\:inset-2\/4 { - top: 50%; - right: 50%; - bottom: 50%; - left: 50%; - } - - .xl\:inset-3\/4 { - top: 75%; - right: 75%; - bottom: 75%; - left: 75%; - } - - .xl\:inset-full { - top: 100%; - right: 100%; - bottom: 100%; - left: 100%; - } - - .xl\:-inset-1\/2 { - top: -50%; - right: -50%; - bottom: -50%; - left: -50%; - } - - .xl\:-inset-1\/3 { - top: -33.333333%; - right: -33.333333%; - bottom: -33.333333%; - left: -33.333333%; - } - - .xl\:-inset-2\/3 { - top: -66.666667%; - right: -66.666667%; - bottom: -66.666667%; - left: -66.666667%; - } - - .xl\:-inset-1\/4 { - top: -25%; - right: -25%; - bottom: -25%; - left: -25%; - } - - .xl\:-inset-2\/4 { - top: -50%; - right: -50%; - bottom: -50%; - left: -50%; - } - - .xl\:-inset-3\/4 { - top: -75%; - right: -75%; - bottom: -75%; - left: -75%; - } - - .xl\:-inset-full { - top: -100%; - right: -100%; - bottom: -100%; - left: -100%; - } - - .xl\:inset-y-0 { - top: 0px; - bottom: 0px; - } - - .xl\:inset-x-0 { - right: 0px; - left: 0px; - } - - .xl\:inset-y-1 { - top: 0.25rem; - bottom: 0.25rem; - } - - .xl\:inset-x-1 { - right: 0.25rem; - left: 0.25rem; - } - - .xl\:inset-y-2 { - top: 0.5rem; - bottom: 0.5rem; - } - - .xl\:inset-x-2 { - right: 0.5rem; - left: 0.5rem; - } - - .xl\:inset-y-3 { - top: 0.75rem; - bottom: 0.75rem; - } - - .xl\:inset-x-3 { - right: 0.75rem; - left: 0.75rem; - } - - .xl\:inset-y-4 { - top: 1rem; - bottom: 1rem; - } - - .xl\:inset-x-4 { - right: 1rem; - left: 1rem; - } - - .xl\:inset-y-5 { - top: 1.25rem; - bottom: 1.25rem; - } - - .xl\:inset-x-5 { - right: 1.25rem; - left: 1.25rem; - } - - .xl\:inset-y-6 { - top: 1.5rem; - bottom: 1.5rem; - } - - .xl\:inset-x-6 { - right: 1.5rem; - left: 1.5rem; - } - - .xl\:inset-y-7 { - top: 1.75rem; - bottom: 1.75rem; - } - - .xl\:inset-x-7 { - right: 1.75rem; - left: 1.75rem; - } - - .xl\:inset-y-8 { - top: 2rem; - bottom: 2rem; - } - - .xl\:inset-x-8 { - right: 2rem; - left: 2rem; - } - - .xl\:inset-y-9 { - top: 2.25rem; - bottom: 2.25rem; - } - - .xl\:inset-x-9 { - right: 2.25rem; - left: 2.25rem; - } - - .xl\:inset-y-10 { - top: 2.5rem; - bottom: 2.5rem; - } - - .xl\:inset-x-10 { - right: 2.5rem; - left: 2.5rem; - } - - .xl\:inset-y-11 { - top: 2.75rem; - bottom: 2.75rem; - } - - .xl\:inset-x-11 { - right: 2.75rem; - left: 2.75rem; - } - - .xl\:inset-y-12 { - top: 3rem; - bottom: 3rem; - } - - .xl\:inset-x-12 { - right: 3rem; - left: 3rem; - } - - .xl\:inset-y-14 { - top: 3.5rem; - bottom: 3.5rem; - } - - .xl\:inset-x-14 { - right: 3.5rem; - left: 3.5rem; - } - - .xl\:inset-y-16 { - top: 4rem; - bottom: 4rem; - } - - .xl\:inset-x-16 { - right: 4rem; - left: 4rem; - } - - .xl\:inset-y-20 { - top: 5rem; - bottom: 5rem; - } - - .xl\:inset-x-20 { - right: 5rem; - left: 5rem; - } - - .xl\:inset-y-22 { - top: 5.625rem; - bottom: 5.625rem; - } - - .xl\:inset-x-22 { - right: 5.625rem; - left: 5.625rem; - } - - .xl\:inset-y-24 { - top: 6rem; - bottom: 6rem; - } - - .xl\:inset-x-24 { - right: 6rem; - left: 6rem; - } - - .xl\:inset-y-28 { - top: 7rem; - bottom: 7rem; - } - - .xl\:inset-x-28 { - right: 7rem; - left: 7rem; - } - - .xl\:inset-y-32 { - top: 8rem; - bottom: 8rem; - } - - .xl\:inset-x-32 { - right: 8rem; - left: 8rem; - } - - .xl\:inset-y-36 { - top: 9rem; - bottom: 9rem; - } - - .xl\:inset-x-36 { - right: 9rem; - left: 9rem; - } - - .xl\:inset-y-40 { - top: 10rem; - bottom: 10rem; - } - - .xl\:inset-x-40 { - right: 10rem; - left: 10rem; - } - - .xl\:inset-y-44 { - top: 11rem; - bottom: 11rem; - } - - .xl\:inset-x-44 { - right: 11rem; - left: 11rem; - } - - .xl\:inset-y-48 { - top: 12rem; - bottom: 12rem; - } - - .xl\:inset-x-48 { - right: 12rem; - left: 12rem; - } - - .xl\:inset-y-52 { - top: 13rem; - bottom: 13rem; - } - - .xl\:inset-x-52 { - right: 13rem; - left: 13rem; - } - - .xl\:inset-y-56 { - top: 14rem; - bottom: 14rem; - } - - .xl\:inset-x-56 { - right: 14rem; - left: 14rem; - } - - .xl\:inset-y-60 { - top: 240px; - bottom: 240px; - } - - .xl\:inset-x-60 { - right: 240px; - left: 240px; - } - - .xl\:inset-y-64 { - top: 16rem; - bottom: 16rem; - } - - .xl\:inset-x-64 { - right: 16rem; - left: 16rem; - } - - .xl\:inset-y-72 { - top: 18rem; - bottom: 18rem; - } - - .xl\:inset-x-72 { - right: 18rem; - left: 18rem; - } - - .xl\:inset-y-80 { - top: 20rem; - bottom: 20rem; - } - - .xl\:inset-x-80 { - right: 20rem; - left: 20rem; - } - - .xl\:inset-y-88 { - top: 22rem; - bottom: 22rem; - } - - .xl\:inset-x-88 { - right: 22rem; - left: 22rem; - } - - .xl\:inset-y-96 { - top: 24rem; - bottom: 24rem; - } - - .xl\:inset-x-96 { - right: 24rem; - left: 24rem; - } - - .xl\:inset-y-130 { - top: 560px; - bottom: 560px; - } - - .xl\:inset-x-130 { - right: 560px; - left: 560px; - } - - .xl\:inset-y-auto { - top: auto; - bottom: auto; - } - - .xl\:inset-x-auto { - right: auto; - left: auto; - } - - .xl\:inset-y-px { - top: 1px; - bottom: 1px; - } - - .xl\:inset-x-px { - right: 1px; - left: 1px; - } - - .xl\:inset-y-0\.5 { - top: 0.125rem; - bottom: 0.125rem; - } - - .xl\:inset-x-0\.5 { - right: 0.125rem; - left: 0.125rem; - } - - .xl\:inset-y-1\.5 { - top: 0.375rem; - bottom: 0.375rem; - } - - .xl\:inset-x-1\.5 { - right: 0.375rem; - left: 0.375rem; - } - - .xl\:inset-y-2\.5 { - top: 0.625rem; - bottom: 0.625rem; - } - - .xl\:inset-x-2\.5 { - right: 0.625rem; - left: 0.625rem; - } - - .xl\:inset-y-3\.5 { - top: 0.875rem; - bottom: 0.875rem; - } - - .xl\:inset-x-3\.5 { - right: 0.875rem; - left: 0.875rem; - } - - .xl\:-inset-y-0 { - top: 0px; - bottom: 0px; - } - - .xl\:-inset-x-0 { - right: 0px; - left: 0px; - } - - .xl\:-inset-y-1 { - top: -0.25rem; - bottom: -0.25rem; - } - - .xl\:-inset-x-1 { - right: -0.25rem; - left: -0.25rem; - } - - .xl\:-inset-y-2 { - top: -0.5rem; - bottom: -0.5rem; - } - - .xl\:-inset-x-2 { - right: -0.5rem; - left: -0.5rem; - } - - .xl\:-inset-y-3 { - top: -0.75rem; - bottom: -0.75rem; - } - - .xl\:-inset-x-3 { - right: -0.75rem; - left: -0.75rem; - } - - .xl\:-inset-y-4 { - top: -1rem; - bottom: -1rem; - } - - .xl\:-inset-x-4 { - right: -1rem; - left: -1rem; - } - - .xl\:-inset-y-5 { - top: -1.25rem; - bottom: -1.25rem; - } - - .xl\:-inset-x-5 { - right: -1.25rem; - left: -1.25rem; - } - - .xl\:-inset-y-6 { - top: -1.5rem; - bottom: -1.5rem; - } - - .xl\:-inset-x-6 { - right: -1.5rem; - left: -1.5rem; - } - - .xl\:-inset-y-7 { - top: -1.75rem; - bottom: -1.75rem; - } - - .xl\:-inset-x-7 { - right: -1.75rem; - left: -1.75rem; - } - - .xl\:-inset-y-8 { - top: -2rem; - bottom: -2rem; - } - - .xl\:-inset-x-8 { - right: -2rem; - left: -2rem; - } - - .xl\:-inset-y-9 { - top: -2.25rem; - bottom: -2.25rem; - } - - .xl\:-inset-x-9 { - right: -2.25rem; - left: -2.25rem; - } - - .xl\:-inset-y-10 { - top: -2.5rem; - bottom: -2.5rem; - } - - .xl\:-inset-x-10 { - right: -2.5rem; - left: -2.5rem; - } - - .xl\:-inset-y-11 { - top: -2.75rem; - bottom: -2.75rem; - } - - .xl\:-inset-x-11 { - right: -2.75rem; - left: -2.75rem; - } - - .xl\:-inset-y-12 { - top: -3rem; - bottom: -3rem; - } - - .xl\:-inset-x-12 { - right: -3rem; - left: -3rem; - } - - .xl\:-inset-y-14 { - top: -3.5rem; - bottom: -3.5rem; - } - - .xl\:-inset-x-14 { - right: -3.5rem; - left: -3.5rem; - } - - .xl\:-inset-y-16 { - top: -4rem; - bottom: -4rem; - } - - .xl\:-inset-x-16 { - right: -4rem; - left: -4rem; - } - - .xl\:-inset-y-20 { - top: -5rem; - bottom: -5rem; - } - - .xl\:-inset-x-20 { - right: -5rem; - left: -5rem; - } - - .xl\:-inset-y-22 { - top: -5.625rem; - bottom: -5.625rem; - } - - .xl\:-inset-x-22 { - right: -5.625rem; - left: -5.625rem; - } - - .xl\:-inset-y-24 { - top: -6rem; - bottom: -6rem; - } - - .xl\:-inset-x-24 { - right: -6rem; - left: -6rem; - } - - .xl\:-inset-y-28 { - top: -7rem; - bottom: -7rem; - } - - .xl\:-inset-x-28 { - right: -7rem; - left: -7rem; - } - - .xl\:-inset-y-32 { - top: -8rem; - bottom: -8rem; - } - - .xl\:-inset-x-32 { - right: -8rem; - left: -8rem; - } - - .xl\:-inset-y-36 { - top: -9rem; - bottom: -9rem; - } - - .xl\:-inset-x-36 { - right: -9rem; - left: -9rem; - } - - .xl\:-inset-y-40 { - top: -10rem; - bottom: -10rem; - } - - .xl\:-inset-x-40 { - right: -10rem; - left: -10rem; - } - - .xl\:-inset-y-44 { - top: -11rem; - bottom: -11rem; - } - - .xl\:-inset-x-44 { - right: -11rem; - left: -11rem; - } - - .xl\:-inset-y-48 { - top: -12rem; - bottom: -12rem; - } - - .xl\:-inset-x-48 { - right: -12rem; - left: -12rem; - } - - .xl\:-inset-y-52 { - top: -13rem; - bottom: -13rem; - } - - .xl\:-inset-x-52 { - right: -13rem; - left: -13rem; - } - - .xl\:-inset-y-56 { - top: -14rem; - bottom: -14rem; - } - - .xl\:-inset-x-56 { - right: -14rem; - left: -14rem; - } - - .xl\:-inset-y-60 { - top: -240px; - bottom: -240px; - } - - .xl\:-inset-x-60 { - right: -240px; - left: -240px; - } - - .xl\:-inset-y-64 { - top: -16rem; - bottom: -16rem; - } - - .xl\:-inset-x-64 { - right: -16rem; - left: -16rem; - } - - .xl\:-inset-y-72 { - top: -18rem; - bottom: -18rem; - } - - .xl\:-inset-x-72 { - right: -18rem; - left: -18rem; - } - - .xl\:-inset-y-80 { - top: -20rem; - bottom: -20rem; - } - - .xl\:-inset-x-80 { - right: -20rem; - left: -20rem; - } - - .xl\:-inset-y-88 { - top: -22rem; - bottom: -22rem; - } - - .xl\:-inset-x-88 { - right: -22rem; - left: -22rem; - } - - .xl\:-inset-y-96 { - top: -24rem; - bottom: -24rem; - } - - .xl\:-inset-x-96 { - right: -24rem; - left: -24rem; - } - - .xl\:-inset-y-130 { - top: -560px; - bottom: -560px; - } - - .xl\:-inset-x-130 { - right: -560px; - left: -560px; - } - - .xl\:-inset-y-px { - top: -1px; - bottom: -1px; - } - - .xl\:-inset-x-px { - right: -1px; - left: -1px; - } - - .xl\:-inset-y-0\.5 { - top: -0.125rem; - bottom: -0.125rem; - } - - .xl\:-inset-x-0\.5 { - right: -0.125rem; - left: -0.125rem; - } - - .xl\:-inset-y-1\.5 { - top: -0.375rem; - bottom: -0.375rem; - } - - .xl\:-inset-x-1\.5 { - right: -0.375rem; - left: -0.375rem; - } - - .xl\:-inset-y-2\.5 { - top: -0.625rem; - bottom: -0.625rem; - } - - .xl\:-inset-x-2\.5 { - right: -0.625rem; - left: -0.625rem; - } - - .xl\:-inset-y-3\.5 { - top: -0.875rem; - bottom: -0.875rem; - } - - .xl\:-inset-x-3\.5 { - right: -0.875rem; - left: -0.875rem; - } - - .xl\:inset-y-1\/2 { - top: 50%; - bottom: 50%; - } - - .xl\:inset-x-1\/2 { - right: 50%; - left: 50%; - } - - .xl\:inset-y-1\/3 { - top: 33.333333%; - bottom: 33.333333%; - } - - .xl\:inset-x-1\/3 { - right: 33.333333%; - left: 33.333333%; - } - - .xl\:inset-y-2\/3 { - top: 66.666667%; - bottom: 66.666667%; - } - - .xl\:inset-x-2\/3 { - right: 66.666667%; - left: 66.666667%; - } - - .xl\:inset-y-1\/4 { - top: 25%; - bottom: 25%; - } - - .xl\:inset-x-1\/4 { - right: 25%; - left: 25%; - } - - .xl\:inset-y-2\/4 { - top: 50%; - bottom: 50%; - } - - .xl\:inset-x-2\/4 { - right: 50%; - left: 50%; - } - - .xl\:inset-y-3\/4 { - top: 75%; - bottom: 75%; - } - - .xl\:inset-x-3\/4 { - right: 75%; - left: 75%; - } - - .xl\:inset-y-full { - top: 100%; - bottom: 100%; - } - - .xl\:inset-x-full { - right: 100%; - left: 100%; - } - - .xl\:-inset-y-1\/2 { - top: -50%; - bottom: -50%; - } - - .xl\:-inset-x-1\/2 { - right: -50%; - left: -50%; - } - - .xl\:-inset-y-1\/3 { - top: -33.333333%; - bottom: -33.333333%; - } - - .xl\:-inset-x-1\/3 { - right: -33.333333%; - left: -33.333333%; - } - - .xl\:-inset-y-2\/3 { - top: -66.666667%; - bottom: -66.666667%; - } - - .xl\:-inset-x-2\/3 { - right: -66.666667%; - left: -66.666667%; - } - - .xl\:-inset-y-1\/4 { - top: -25%; - bottom: -25%; - } - - .xl\:-inset-x-1\/4 { - right: -25%; - left: -25%; - } - - .xl\:-inset-y-2\/4 { - top: -50%; - bottom: -50%; - } - - .xl\:-inset-x-2\/4 { - right: -50%; - left: -50%; - } - - .xl\:-inset-y-3\/4 { - top: -75%; - bottom: -75%; - } - - .xl\:-inset-x-3\/4 { - right: -75%; - left: -75%; - } - - .xl\:-inset-y-full { - top: -100%; - bottom: -100%; - } - - .xl\:-inset-x-full { - right: -100%; - left: -100%; - } - - .xl\:top-0 { - top: 0px; - } - - .xl\:right-0 { - right: 0px; - } - - .xl\:bottom-0 { - bottom: 0px; - } - - .xl\:left-0 { - left: 0px; - } - - .xl\:top-1 { - top: 0.25rem; - } - - .xl\:right-1 { - right: 0.25rem; - } - - .xl\:bottom-1 { - bottom: 0.25rem; - } - - .xl\:left-1 { - left: 0.25rem; - } - - .xl\:top-2 { - top: 0.5rem; - } - - .xl\:right-2 { - right: 0.5rem; - } - - .xl\:bottom-2 { - bottom: 0.5rem; - } - - .xl\:left-2 { - left: 0.5rem; - } - - .xl\:top-3 { - top: 0.75rem; - } - - .xl\:right-3 { - right: 0.75rem; - } - - .xl\:bottom-3 { - bottom: 0.75rem; - } - - .xl\:left-3 { - left: 0.75rem; - } - - .xl\:top-4 { - top: 1rem; - } - - .xl\:right-4 { - right: 1rem; - } - - .xl\:bottom-4 { - bottom: 1rem; - } - - .xl\:left-4 { - left: 1rem; - } - - .xl\:top-5 { - top: 1.25rem; - } - - .xl\:right-5 { - right: 1.25rem; - } - - .xl\:bottom-5 { - bottom: 1.25rem; - } - - .xl\:left-5 { - left: 1.25rem; - } - - .xl\:top-6 { - top: 1.5rem; - } - - .xl\:right-6 { - right: 1.5rem; - } - - .xl\:bottom-6 { - bottom: 1.5rem; - } - - .xl\:left-6 { - left: 1.5rem; - } - - .xl\:top-7 { - top: 1.75rem; - } - - .xl\:right-7 { - right: 1.75rem; - } - - .xl\:bottom-7 { - bottom: 1.75rem; - } - - .xl\:left-7 { - left: 1.75rem; - } - - .xl\:top-8 { - top: 2rem; - } - - .xl\:right-8 { - right: 2rem; - } - - .xl\:bottom-8 { - bottom: 2rem; - } - - .xl\:left-8 { - left: 2rem; - } - - .xl\:top-9 { - top: 2.25rem; - } - - .xl\:right-9 { - right: 2.25rem; - } - - .xl\:bottom-9 { - bottom: 2.25rem; - } - - .xl\:left-9 { - left: 2.25rem; - } - - .xl\:top-10 { - top: 2.5rem; - } - - .xl\:right-10 { - right: 2.5rem; - } - - .xl\:bottom-10 { - bottom: 2.5rem; - } - - .xl\:left-10 { - left: 2.5rem; - } - - .xl\:top-11 { - top: 2.75rem; - } - - .xl\:right-11 { - right: 2.75rem; - } - - .xl\:bottom-11 { - bottom: 2.75rem; - } - - .xl\:left-11 { - left: 2.75rem; - } - - .xl\:top-12 { - top: 3rem; - } - - .xl\:right-12 { - right: 3rem; - } - - .xl\:bottom-12 { - bottom: 3rem; - } - - .xl\:left-12 { - left: 3rem; - } - - .xl\:top-14 { - top: 3.5rem; - } - - .xl\:right-14 { - right: 3.5rem; - } - - .xl\:bottom-14 { - bottom: 3.5rem; - } - - .xl\:left-14 { - left: 3.5rem; - } - - .xl\:top-16 { - top: 4rem; - } - - .xl\:right-16 { - right: 4rem; - } - - .xl\:bottom-16 { - bottom: 4rem; - } - - .xl\:left-16 { - left: 4rem; - } - - .xl\:top-20 { - top: 5rem; - } - - .xl\:right-20 { - right: 5rem; - } - - .xl\:bottom-20 { - bottom: 5rem; - } - - .xl\:left-20 { - left: 5rem; - } - - .xl\:top-22 { - top: 5.625rem; - } - - .xl\:right-22 { - right: 5.625rem; - } - - .xl\:bottom-22 { - bottom: 5.625rem; - } - - .xl\:left-22 { - left: 5.625rem; - } - - .xl\:top-24 { - top: 6rem; - } - - .xl\:right-24 { - right: 6rem; - } - - .xl\:bottom-24 { - bottom: 6rem; - } - - .xl\:left-24 { - left: 6rem; - } - - .xl\:top-28 { - top: 7rem; - } - - .xl\:right-28 { - right: 7rem; - } - - .xl\:bottom-28 { - bottom: 7rem; - } - - .xl\:left-28 { - left: 7rem; - } - - .xl\:top-32 { - top: 8rem; - } - - .xl\:right-32 { - right: 8rem; - } - - .xl\:bottom-32 { - bottom: 8rem; - } - - .xl\:left-32 { - left: 8rem; - } - - .xl\:top-36 { - top: 9rem; - } - - .xl\:right-36 { - right: 9rem; - } - - .xl\:bottom-36 { - bottom: 9rem; - } - - .xl\:left-36 { - left: 9rem; - } - - .xl\:top-40 { - top: 10rem; - } - - .xl\:right-40 { - right: 10rem; - } - - .xl\:bottom-40 { - bottom: 10rem; - } - - .xl\:left-40 { - left: 10rem; - } - - .xl\:top-44 { - top: 11rem; - } - - .xl\:right-44 { - right: 11rem; - } - - .xl\:bottom-44 { - bottom: 11rem; - } - - .xl\:left-44 { - left: 11rem; - } - - .xl\:top-48 { - top: 12rem; - } - - .xl\:right-48 { - right: 12rem; - } - - .xl\:bottom-48 { - bottom: 12rem; - } - - .xl\:left-48 { - left: 12rem; - } - - .xl\:top-52 { - top: 13rem; - } - - .xl\:right-52 { - right: 13rem; - } - - .xl\:bottom-52 { - bottom: 13rem; - } - - .xl\:left-52 { - left: 13rem; - } - - .xl\:top-56 { - top: 14rem; - } - - .xl\:right-56 { - right: 14rem; - } - - .xl\:bottom-56 { - bottom: 14rem; - } - - .xl\:left-56 { - left: 14rem; - } - - .xl\:top-60 { - top: 240px; - } - - .xl\:right-60 { - right: 240px; - } - - .xl\:bottom-60 { - bottom: 240px; - } - - .xl\:left-60 { - left: 240px; - } - - .xl\:top-64 { - top: 16rem; - } - - .xl\:right-64 { - right: 16rem; - } - - .xl\:bottom-64 { - bottom: 16rem; - } - - .xl\:left-64 { - left: 16rem; - } - - .xl\:top-72 { - top: 18rem; - } - - .xl\:right-72 { - right: 18rem; - } - - .xl\:bottom-72 { - bottom: 18rem; - } - - .xl\:left-72 { - left: 18rem; - } - - .xl\:top-80 { - top: 20rem; - } - - .xl\:right-80 { - right: 20rem; - } - - .xl\:bottom-80 { - bottom: 20rem; - } - - .xl\:left-80 { - left: 20rem; - } - - .xl\:top-88 { - top: 22rem; - } - - .xl\:right-88 { - right: 22rem; - } - - .xl\:bottom-88 { - bottom: 22rem; - } - - .xl\:left-88 { - left: 22rem; - } - - .xl\:top-96 { - top: 24rem; - } - - .xl\:right-96 { - right: 24rem; - } - - .xl\:bottom-96 { - bottom: 24rem; - } - - .xl\:left-96 { - left: 24rem; - } - - .xl\:top-130 { - top: 560px; - } - - .xl\:right-130 { - right: 560px; - } - - .xl\:bottom-130 { - bottom: 560px; - } - - .xl\:left-130 { - left: 560px; - } - - .xl\:top-auto { - top: auto; - } - - .xl\:right-auto { - right: auto; - } - - .xl\:bottom-auto { - bottom: auto; - } - - .xl\:left-auto { - left: auto; - } - - .xl\:top-px { - top: 1px; - } - - .xl\:right-px { - right: 1px; - } - - .xl\:bottom-px { - bottom: 1px; - } - - .xl\:left-px { - left: 1px; - } - - .xl\:top-0\.5 { - top: 0.125rem; - } - - .xl\:right-0\.5 { - right: 0.125rem; - } - - .xl\:bottom-0\.5 { - bottom: 0.125rem; - } - - .xl\:left-0\.5 { - left: 0.125rem; - } - - .xl\:top-1\.5 { - top: 0.375rem; - } - - .xl\:right-1\.5 { - right: 0.375rem; - } - - .xl\:bottom-1\.5 { - bottom: 0.375rem; - } - - .xl\:left-1\.5 { - left: 0.375rem; - } - - .xl\:top-2\.5 { - top: 0.625rem; - } - - .xl\:right-2\.5 { - right: 0.625rem; - } - - .xl\:bottom-2\.5 { - bottom: 0.625rem; - } - - .xl\:left-2\.5 { - left: 0.625rem; - } - - .xl\:top-3\.5 { - top: 0.875rem; - } - - .xl\:right-3\.5 { - right: 0.875rem; - } - - .xl\:bottom-3\.5 { - bottom: 0.875rem; - } - - .xl\:left-3\.5 { - left: 0.875rem; - } - - .xl\:-top-0 { - top: 0px; - } - - .xl\:-right-0 { - right: 0px; - } - - .xl\:-bottom-0 { - bottom: 0px; - } - - .xl\:-left-0 { - left: 0px; - } - - .xl\:-top-1 { - top: -0.25rem; - } - - .xl\:-right-1 { - right: -0.25rem; - } - - .xl\:-bottom-1 { - bottom: -0.25rem; - } - - .xl\:-left-1 { - left: -0.25rem; - } - - .xl\:-top-2 { - top: -0.5rem; - } - - .xl\:-right-2 { - right: -0.5rem; - } - - .xl\:-bottom-2 { - bottom: -0.5rem; - } - - .xl\:-left-2 { - left: -0.5rem; - } - - .xl\:-top-3 { - top: -0.75rem; - } - - .xl\:-right-3 { - right: -0.75rem; - } - - .xl\:-bottom-3 { - bottom: -0.75rem; - } - - .xl\:-left-3 { - left: -0.75rem; - } - - .xl\:-top-4 { - top: -1rem; - } - - .xl\:-right-4 { - right: -1rem; - } - - .xl\:-bottom-4 { - bottom: -1rem; - } - - .xl\:-left-4 { - left: -1rem; - } - - .xl\:-top-5 { - top: -1.25rem; - } - - .xl\:-right-5 { - right: -1.25rem; - } - - .xl\:-bottom-5 { - bottom: -1.25rem; - } - - .xl\:-left-5 { - left: -1.25rem; - } - - .xl\:-top-6 { - top: -1.5rem; - } - - .xl\:-right-6 { - right: -1.5rem; - } - - .xl\:-bottom-6 { - bottom: -1.5rem; - } - - .xl\:-left-6 { - left: -1.5rem; - } - - .xl\:-top-7 { - top: -1.75rem; - } - - .xl\:-right-7 { - right: -1.75rem; - } - - .xl\:-bottom-7 { - bottom: -1.75rem; - } - - .xl\:-left-7 { - left: -1.75rem; - } - - .xl\:-top-8 { - top: -2rem; - } - - .xl\:-right-8 { - right: -2rem; - } - - .xl\:-bottom-8 { - bottom: -2rem; - } - - .xl\:-left-8 { - left: -2rem; - } - - .xl\:-top-9 { - top: -2.25rem; - } - - .xl\:-right-9 { - right: -2.25rem; - } - - .xl\:-bottom-9 { - bottom: -2.25rem; - } - - .xl\:-left-9 { - left: -2.25rem; - } - - .xl\:-top-10 { - top: -2.5rem; - } - - .xl\:-right-10 { - right: -2.5rem; - } - - .xl\:-bottom-10 { - bottom: -2.5rem; - } - - .xl\:-left-10 { - left: -2.5rem; - } - - .xl\:-top-11 { - top: -2.75rem; - } - - .xl\:-right-11 { - right: -2.75rem; - } - - .xl\:-bottom-11 { - bottom: -2.75rem; - } - - .xl\:-left-11 { - left: -2.75rem; - } - - .xl\:-top-12 { - top: -3rem; - } - - .xl\:-right-12 { - right: -3rem; - } - - .xl\:-bottom-12 { - bottom: -3rem; - } - - .xl\:-left-12 { - left: -3rem; - } - - .xl\:-top-14 { - top: -3.5rem; - } - - .xl\:-right-14 { - right: -3.5rem; - } - - .xl\:-bottom-14 { - bottom: -3.5rem; - } - - .xl\:-left-14 { - left: -3.5rem; - } - - .xl\:-top-16 { - top: -4rem; - } - - .xl\:-right-16 { - right: -4rem; - } - - .xl\:-bottom-16 { - bottom: -4rem; - } - - .xl\:-left-16 { - left: -4rem; - } - - .xl\:-top-20 { - top: -5rem; - } - - .xl\:-right-20 { - right: -5rem; - } - - .xl\:-bottom-20 { - bottom: -5rem; - } - - .xl\:-left-20 { - left: -5rem; - } - - .xl\:-top-22 { - top: -5.625rem; - } - - .xl\:-right-22 { - right: -5.625rem; - } - - .xl\:-bottom-22 { - bottom: -5.625rem; - } - - .xl\:-left-22 { - left: -5.625rem; - } - - .xl\:-top-24 { - top: -6rem; - } - - .xl\:-right-24 { - right: -6rem; - } - - .xl\:-bottom-24 { - bottom: -6rem; - } - - .xl\:-left-24 { - left: -6rem; - } - - .xl\:-top-28 { - top: -7rem; - } - - .xl\:-right-28 { - right: -7rem; - } - - .xl\:-bottom-28 { - bottom: -7rem; - } - - .xl\:-left-28 { - left: -7rem; - } - - .xl\:-top-32 { - top: -8rem; - } - - .xl\:-right-32 { - right: -8rem; - } - - .xl\:-bottom-32 { - bottom: -8rem; - } - - .xl\:-left-32 { - left: -8rem; - } - - .xl\:-top-36 { - top: -9rem; - } - - .xl\:-right-36 { - right: -9rem; - } - - .xl\:-bottom-36 { - bottom: -9rem; - } - - .xl\:-left-36 { - left: -9rem; - } - - .xl\:-top-40 { - top: -10rem; - } - - .xl\:-right-40 { - right: -10rem; - } - - .xl\:-bottom-40 { - bottom: -10rem; - } - - .xl\:-left-40 { - left: -10rem; - } - - .xl\:-top-44 { - top: -11rem; - } - - .xl\:-right-44 { - right: -11rem; - } - - .xl\:-bottom-44 { - bottom: -11rem; - } - - .xl\:-left-44 { - left: -11rem; - } - - .xl\:-top-48 { - top: -12rem; - } - - .xl\:-right-48 { - right: -12rem; - } - - .xl\:-bottom-48 { - bottom: -12rem; - } - - .xl\:-left-48 { - left: -12rem; - } - - .xl\:-top-52 { - top: -13rem; - } - - .xl\:-right-52 { - right: -13rem; - } - - .xl\:-bottom-52 { - bottom: -13rem; - } - - .xl\:-left-52 { - left: -13rem; - } - - .xl\:-top-56 { - top: -14rem; - } - - .xl\:-right-56 { - right: -14rem; - } - - .xl\:-bottom-56 { - bottom: -14rem; - } - - .xl\:-left-56 { - left: -14rem; - } - - .xl\:-top-60 { - top: -240px; - } - - .xl\:-right-60 { - right: -240px; - } - - .xl\:-bottom-60 { - bottom: -240px; - } - - .xl\:-left-60 { - left: -240px; - } - - .xl\:-top-64 { - top: -16rem; - } - - .xl\:-right-64 { - right: -16rem; - } - - .xl\:-bottom-64 { - bottom: -16rem; - } - - .xl\:-left-64 { - left: -16rem; - } - - .xl\:-top-72 { - top: -18rem; - } - - .xl\:-right-72 { - right: -18rem; - } - - .xl\:-bottom-72 { - bottom: -18rem; - } - - .xl\:-left-72 { - left: -18rem; - } - - .xl\:-top-80 { - top: -20rem; - } - - .xl\:-right-80 { - right: -20rem; - } - - .xl\:-bottom-80 { - bottom: -20rem; - } - - .xl\:-left-80 { - left: -20rem; - } - - .xl\:-top-88 { - top: -22rem; - } - - .xl\:-right-88 { - right: -22rem; - } - - .xl\:-bottom-88 { - bottom: -22rem; - } - - .xl\:-left-88 { - left: -22rem; - } - - .xl\:-top-96 { - top: -24rem; - } - - .xl\:-right-96 { - right: -24rem; - } - - .xl\:-bottom-96 { - bottom: -24rem; - } - - .xl\:-left-96 { - left: -24rem; - } - - .xl\:-top-130 { - top: -560px; - } - - .xl\:-right-130 { - right: -560px; - } - - .xl\:-bottom-130 { - bottom: -560px; - } - - .xl\:-left-130 { - left: -560px; - } - - .xl\:-top-px { - top: -1px; - } - - .xl\:-right-px { - right: -1px; - } - - .xl\:-bottom-px { - bottom: -1px; - } - - .xl\:-left-px { - left: -1px; - } - - .xl\:-top-0\.5 { - top: -0.125rem; - } - - .xl\:-right-0\.5 { - right: -0.125rem; - } - - .xl\:-bottom-0\.5 { - bottom: -0.125rem; - } - - .xl\:-left-0\.5 { - left: -0.125rem; - } - - .xl\:-top-1\.5 { - top: -0.375rem; - } - - .xl\:-right-1\.5 { - right: -0.375rem; - } - - .xl\:-bottom-1\.5 { - bottom: -0.375rem; - } - - .xl\:-left-1\.5 { - left: -0.375rem; - } - - .xl\:-top-2\.5 { - top: -0.625rem; - } - - .xl\:-right-2\.5 { - right: -0.625rem; - } - - .xl\:-bottom-2\.5 { - bottom: -0.625rem; - } - - .xl\:-left-2\.5 { - left: -0.625rem; - } - - .xl\:-top-3\.5 { - top: -0.875rem; - } - - .xl\:-right-3\.5 { - right: -0.875rem; - } - - .xl\:-bottom-3\.5 { - bottom: -0.875rem; - } - - .xl\:-left-3\.5 { - left: -0.875rem; - } - - .xl\:top-1\/2 { - top: 50%; - } - - .xl\:right-1\/2 { - right: 50%; - } - - .xl\:bottom-1\/2 { - bottom: 50%; - } - - .xl\:left-1\/2 { - left: 50%; - } - - .xl\:top-1\/3 { - top: 33.333333%; - } - - .xl\:right-1\/3 { - right: 33.333333%; - } - - .xl\:bottom-1\/3 { - bottom: 33.333333%; - } - - .xl\:left-1\/3 { - left: 33.333333%; - } - - .xl\:top-2\/3 { - top: 66.666667%; - } - - .xl\:right-2\/3 { - right: 66.666667%; - } - - .xl\:bottom-2\/3 { - bottom: 66.666667%; - } - - .xl\:left-2\/3 { - left: 66.666667%; - } - - .xl\:top-1\/4 { - top: 25%; - } - - .xl\:right-1\/4 { - right: 25%; - } - - .xl\:bottom-1\/4 { - bottom: 25%; - } - - .xl\:left-1\/4 { - left: 25%; - } - - .xl\:top-2\/4 { - top: 50%; - } - - .xl\:right-2\/4 { - right: 50%; - } - - .xl\:bottom-2\/4 { - bottom: 50%; - } - - .xl\:left-2\/4 { - left: 50%; - } - - .xl\:top-3\/4 { - top: 75%; - } - - .xl\:right-3\/4 { - right: 75%; - } - - .xl\:bottom-3\/4 { - bottom: 75%; - } - - .xl\:left-3\/4 { - left: 75%; - } - - .xl\:top-full { - top: 100%; - } - - .xl\:right-full { - right: 100%; - } - - .xl\:bottom-full { - bottom: 100%; - } - - .xl\:left-full { - left: 100%; - } - - .xl\:-top-1\/2 { - top: -50%; - } - - .xl\:-right-1\/2 { - right: -50%; - } - - .xl\:-bottom-1\/2 { - bottom: -50%; - } - - .xl\:-left-1\/2 { - left: -50%; - } - - .xl\:-top-1\/3 { - top: -33.333333%; - } - - .xl\:-right-1\/3 { - right: -33.333333%; - } - - .xl\:-bottom-1\/3 { - bottom: -33.333333%; - } - - .xl\:-left-1\/3 { - left: -33.333333%; - } - - .xl\:-top-2\/3 { - top: -66.666667%; - } - - .xl\:-right-2\/3 { - right: -66.666667%; - } - - .xl\:-bottom-2\/3 { - bottom: -66.666667%; - } - - .xl\:-left-2\/3 { - left: -66.666667%; - } - - .xl\:-top-1\/4 { - top: -25%; - } - - .xl\:-right-1\/4 { - right: -25%; - } - - .xl\:-bottom-1\/4 { - bottom: -25%; - } - - .xl\:-left-1\/4 { - left: -25%; - } - - .xl\:-top-2\/4 { - top: -50%; - } - - .xl\:-right-2\/4 { - right: -50%; - } - - .xl\:-bottom-2\/4 { - bottom: -50%; - } - - .xl\:-left-2\/4 { - left: -50%; - } - - .xl\:-top-3\/4 { - top: -75%; - } - - .xl\:-right-3\/4 { - right: -75%; - } - - .xl\:-bottom-3\/4 { - bottom: -75%; - } - - .xl\:-left-3\/4 { - left: -75%; - } - - .xl\:-top-full { - top: -100%; - } - - .xl\:-right-full { - right: -100%; - } - - .xl\:-bottom-full { - bottom: -100%; - } - - .xl\:-left-full { - left: -100%; - } - - .xl\:resize-none { - resize: none; - } - - .xl\:resize-y { - resize: vertical; - } - - .xl\:resize-x { - resize: horizontal; - } - - .xl\:resize { - resize: both; - } - - .xl\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:shadow-md { - --tw-shadow: 0 4px 6px -1px 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); - } - - .xl\: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); - } - - .xl\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:shadow-none { - --tw-shadow: 0 0 #0000; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:hover\:shadow-sm:hover { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:hover\:shadow:hover { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:hover\:shadow-md:hover { - --tw-shadow: 0 4px 6px -1px 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); - } - - .xl\:hover\:shadow-lg:hover { - --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); - } - - .xl\:hover\:shadow-xl:hover { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:hover\:shadow-2xl:hover { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:hover\:shadow-inner:hover { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:hover\:shadow-none:hover { - --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); - } - - .xl\:focus\:shadow-sm:focus { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:focus\:shadow:focus { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:focus\:shadow-md:focus { - --tw-shadow: 0 4px 6px -1px 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); - } - - .xl\:focus\:shadow-lg:focus { - --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); - } - - .xl\:focus\:shadow-xl:focus { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:focus\:shadow-2xl:focus { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:focus\:shadow-inner:focus { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\: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); - } - - .xl\:active\:shadow-sm:active { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:active\:shadow:active { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:active\:shadow-md:active { - --tw-shadow: 0 4px 6px -1px 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); - } - - .xl\:active\:shadow-lg:active { - --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); - } - - .xl\:active\:shadow-xl:active { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:active\:shadow-2xl:active { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:active\:shadow-inner:active { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:active\:shadow-none:active { - --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); - } - - .group:hover .xl\:group-hover\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .xl\:group-hover\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .xl\:group-hover\:shadow-md { - --tw-shadow: 0 4px 6px -1px 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); - } - - .group:hover .xl\:group-hover\: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); - } - - .group:hover .xl\:group-hover\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .xl\:group-hover\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .xl\:group-hover\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .xl\:group-hover\:shadow-none { - --tw-shadow: 0 0 #0000; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xl\:ring-0 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xl\:ring-1 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xl\:ring-2 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xl\:ring-4 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xl\:ring-8 { - --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(8px + 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); - } - - .xl\: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); - } - - .xl\:ring-inset { - --tw-ring-inset: inset; - } - - .xl\:focus-within\:ring-0:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xl\:focus-within\:ring-1:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xl\:focus-within\:ring-2:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xl\:focus-within\:ring-4:focus-within { - --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); - } - - .xl\:focus-within\:ring-8:focus-within { - --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(8px + 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); - } - - .xl\:focus-within\:ring:focus-within { - --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); - } - - .xl\:focus-within\:ring-inset:focus-within { - --tw-ring-inset: inset; - } - - .xl\:focus\:ring-0:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xl\:focus\:ring-1:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xl\:focus\:ring-2:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xl\:focus\:ring-4:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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); - } - - .xl\:focus\:ring-8:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + 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); - } - - .xl\:focus\:ring:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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); - } - - .xl\:focus\:ring-inset:focus { - --tw-ring-inset: inset; - } - - .xl\:ring-offset-transparent { - --tw-ring-offset-color: transparent; - } - - .xl\:ring-offset-current { - --tw-ring-offset-color: currentColor; - } - - .xl\:ring-offset-black { - --tw-ring-offset-color: #040405; - } - - .xl\:ring-offset-white { - --tw-ring-offset-color: #fff; - } - - .xl\:ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb; - } - - .xl\:ring-offset-gray-100 { - --tw-ring-offset-color: #f7fafc; - } - - .xl\:ring-offset-gray-200 { - --tw-ring-offset-color: #edf2f7; - } - - .xl\:ring-offset-gray-300 { - --tw-ring-offset-color: #e2e8f0; - } - - .xl\:ring-offset-gray-400 { - --tw-ring-offset-color: #cbd5e0; - } - - .xl\:ring-offset-gray-500 { - --tw-ring-offset-color: #a0aec0; - } - - .xl\:ring-offset-gray-600 { - --tw-ring-offset-color: #718096; - } - - .xl\:ring-offset-gray-700 { - --tw-ring-offset-color: #4a5568; - } - - .xl\:ring-offset-gray-800 { - --tw-ring-offset-color: #2d3748; - } - - .xl\:ring-offset-gray-900 { - --tw-ring-offset-color: #1a202c; - } - - .xl\:ring-offset-red-50 { - --tw-ring-offset-color: #fef2f2; - } - - .xl\:ring-offset-red-100 { - --tw-ring-offset-color: #fee2e2; - } - - .xl\:ring-offset-red-200 { - --tw-ring-offset-color: #fecaca; - } - - .xl\:ring-offset-red-300 { - --tw-ring-offset-color: #fca5a5; - } - - .xl\:ring-offset-red-400 { - --tw-ring-offset-color: #f87171; - } - - .xl\:ring-offset-red-500 { - --tw-ring-offset-color: #ef4444; - } - - .xl\:ring-offset-red-600 { - --tw-ring-offset-color: #dc2626; - } - - .xl\:ring-offset-red-700 { - --tw-ring-offset-color: #b91c1c; - } - - .xl\:ring-offset-red-800 { - --tw-ring-offset-color: #991b1b; - } - - .xl\:ring-offset-red-900 { - --tw-ring-offset-color: #7f1d1d; - } - - .xl\:ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb; - } - - .xl\:ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7; - } - - .xl\:ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a; - } - - .xl\:ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d; - } - - .xl\:ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24; - } - - .xl\:ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b; - } - - .xl\:ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706; - } - - .xl\:ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309; - } - - .xl\:ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e; - } - - .xl\:ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f; - } - - .xl\:ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5; - } - - .xl\:ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5; - } - - .xl\:ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0; - } - - .xl\:ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7; - } - - .xl\:ring-offset-green-400 { - --tw-ring-offset-color: #34d399; - } - - .xl\:ring-offset-green-500 { - --tw-ring-offset-color: #10b981; - } - - .xl\:ring-offset-green-600 { - --tw-ring-offset-color: #059669; - } - - .xl\:ring-offset-green-700 { - --tw-ring-offset-color: #047857; - } - - .xl\:ring-offset-green-800 { - --tw-ring-offset-color: #065f46; - } - - .xl\:ring-offset-green-900 { - --tw-ring-offset-color: #064e3b; - } - - .xl\:ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff; - } - - .xl\:ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe; - } - - .xl\:ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe; - } - - .xl\:ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd; - } - - .xl\:ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa; - } - - .xl\:ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6; - } - - .xl\:ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb; - } - - .xl\:ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8; - } - - .xl\:ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af; - } - - .xl\:ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a; - } - - .xl\:ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff; - } - - .xl\:ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff; - } - - .xl\:ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe; - } - - .xl\:ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc; - } - - .xl\:ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8; - } - - .xl\:ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1; - } - - .xl\:ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5; - } - - .xl\:ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca; - } - - .xl\:ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3; - } - - .xl\:ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81; - } - - .xl\:ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff; - } - - .xl\:ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe; - } - - .xl\:ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe; - } - - .xl\:ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd; - } - - .xl\:ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa; - } - - .xl\:ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6; - } - - .xl\:ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed; - } - - .xl\:ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9; - } - - .xl\:ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6; - } - - .xl\:ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95; - } - - .xl\:ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8; - } - - .xl\:ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3; - } - - .xl\:ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8; - } - - .xl\:ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4; - } - - .xl\:ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6; - } - - .xl\:ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899; - } - - .xl\:ring-offset-pink-600 { - --tw-ring-offset-color: #db2777; - } - - .xl\:ring-offset-pink-700 { - --tw-ring-offset-color: #be185d; - } - - .xl\:ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d; - } - - .xl\:ring-offset-pink-900 { - --tw-ring-offset-color: #831843; - } - - .xl\:ring-offset-primary-50 { - --tw-ring-offset-color: #F7F6FD; - } - - .xl\:ring-offset-primary-100 { - --tw-ring-offset-color: #EEEEFB; - } - - .xl\:ring-offset-primary-200 { - --tw-ring-offset-color: #D5D4F5; - } - - .xl\:ring-offset-primary-300 { - --tw-ring-offset-color: #BCB9EF; - } - - .xl\:ring-offset-primary-400 { - --tw-ring-offset-color: #8A85E4; - } - - .xl\:ring-offset-primary-500 { - --tw-ring-offset-color: #5851D8; - } - - .xl\:ring-offset-primary-600 { - --tw-ring-offset-color: #4F49C2; - } - - .xl\:ring-offset-primary-700 { - --tw-ring-offset-color: #353182; - } - - .xl\:ring-offset-primary-800 { - --tw-ring-offset-color: #282461; - } - - .xl\:ring-offset-primary-900 { - --tw-ring-offset-color: #1A1841; - } - - .xl\:ring-offset-danger { - --tw-ring-offset-color: #FB7178; - } - - .xl\:ring-offset-success { - --tw-ring-offset-color: #00C99C; - } - - .xl\:ring-offset-warning { - --tw-ring-offset-color: #F3AF4E; - } - - .xl\:ring-offset-info { - --tw-ring-offset-color: #15B2EC; - } - - .xl\:focus-within\:ring-offset-transparent:focus-within { - --tw-ring-offset-color: transparent; - } - - .xl\:focus-within\:ring-offset-current:focus-within { - --tw-ring-offset-color: currentColor; - } - - .xl\:focus-within\:ring-offset-black:focus-within { - --tw-ring-offset-color: #040405; - } - - .xl\:focus-within\:ring-offset-white:focus-within { - --tw-ring-offset-color: #fff; - } - - .xl\:focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb; - } - - .xl\:focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f7fafc; - } - - .xl\:focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #edf2f7; - } - - .xl\:focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #e2e8f0; - } - - .xl\:focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #cbd5e0; - } - - .xl\:focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #a0aec0; - } - - .xl\:focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #718096; - } - - .xl\:focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #4a5568; - } - - .xl\:focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #2d3748; - } - - .xl\:focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #1a202c; - } - - .xl\:focus-within\:ring-offset-red-50:focus-within { - --tw-ring-offset-color: #fef2f2; - } - - .xl\:focus-within\:ring-offset-red-100:focus-within { - --tw-ring-offset-color: #fee2e2; - } - - .xl\:focus-within\:ring-offset-red-200:focus-within { - --tw-ring-offset-color: #fecaca; - } - - .xl\:focus-within\:ring-offset-red-300:focus-within { - --tw-ring-offset-color: #fca5a5; - } - - .xl\:focus-within\:ring-offset-red-400:focus-within { - --tw-ring-offset-color: #f87171; - } - - .xl\:focus-within\:ring-offset-red-500:focus-within { - --tw-ring-offset-color: #ef4444; - } - - .xl\:focus-within\:ring-offset-red-600:focus-within { - --tw-ring-offset-color: #dc2626; - } - - .xl\:focus-within\:ring-offset-red-700:focus-within { - --tw-ring-offset-color: #b91c1c; - } - - .xl\:focus-within\:ring-offset-red-800:focus-within { - --tw-ring-offset-color: #991b1b; - } - - .xl\:focus-within\:ring-offset-red-900:focus-within { - --tw-ring-offset-color: #7f1d1d; - } - - .xl\:focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb; - } - - .xl\:focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7; - } - - .xl\:focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a; - } - - .xl\:focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d; - } - - .xl\:focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24; - } - - .xl\:focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b; - } - - .xl\:focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706; - } - - .xl\:focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309; - } - - .xl\:focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e; - } - - .xl\:focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f; - } - - .xl\:focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5; - } - - .xl\:focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5; - } - - .xl\:focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0; - } - - .xl\:focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7; - } - - .xl\:focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399; - } - - .xl\:focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981; - } - - .xl\:focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669; - } - - .xl\:focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857; - } - - .xl\:focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46; - } - - .xl\:focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b; - } - - .xl\:focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff; - } - - .xl\:focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe; - } - - .xl\:focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe; - } - - .xl\:focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd; - } - - .xl\:focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa; - } - - .xl\:focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6; - } - - .xl\:focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb; - } - - .xl\:focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8; - } - - .xl\:focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af; - } - - .xl\:focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a; - } - - .xl\:focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff; - } - - .xl\:focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff; - } - - .xl\:focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe; - } - - .xl\:focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc; - } - - .xl\:focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8; - } - - .xl\:focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1; - } - - .xl\:focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5; - } - - .xl\:focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca; - } - - .xl\:focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3; - } - - .xl\:focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81; - } - - .xl\:focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff; - } - - .xl\:focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe; - } - - .xl\:focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe; - } - - .xl\:focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd; - } - - .xl\:focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa; - } - - .xl\:focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6; - } - - .xl\:focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed; - } - - .xl\:focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9; - } - - .xl\:focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6; - } - - .xl\:focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95; - } - - .xl\:focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8; - } - - .xl\:focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3; - } - - .xl\:focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8; - } - - .xl\:focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4; - } - - .xl\:focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6; - } - - .xl\:focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899; - } - - .xl\:focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777; - } - - .xl\:focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d; - } - - .xl\:focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d; - } - - .xl\:focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843; - } - - .xl\:focus-within\:ring-offset-primary-50:focus-within { - --tw-ring-offset-color: #F7F6FD; - } - - .xl\:focus-within\:ring-offset-primary-100:focus-within { - --tw-ring-offset-color: #EEEEFB; - } - - .xl\:focus-within\:ring-offset-primary-200:focus-within { - --tw-ring-offset-color: #D5D4F5; - } - - .xl\:focus-within\:ring-offset-primary-300:focus-within { - --tw-ring-offset-color: #BCB9EF; - } - - .xl\:focus-within\:ring-offset-primary-400:focus-within { - --tw-ring-offset-color: #8A85E4; - } - - .xl\:focus-within\:ring-offset-primary-500:focus-within { - --tw-ring-offset-color: #5851D8; - } - - .xl\:focus-within\:ring-offset-primary-600:focus-within { - --tw-ring-offset-color: #4F49C2; - } - - .xl\:focus-within\:ring-offset-primary-700:focus-within { - --tw-ring-offset-color: #353182; - } - - .xl\:focus-within\:ring-offset-primary-800:focus-within { - --tw-ring-offset-color: #282461; - } - - .xl\:focus-within\:ring-offset-primary-900:focus-within { - --tw-ring-offset-color: #1A1841; - } - - .xl\:focus-within\:ring-offset-danger:focus-within { - --tw-ring-offset-color: #FB7178; - } - - .xl\:focus-within\:ring-offset-success:focus-within { - --tw-ring-offset-color: #00C99C; - } - - .xl\:focus-within\:ring-offset-warning:focus-within { - --tw-ring-offset-color: #F3AF4E; - } - - .xl\:focus-within\:ring-offset-info:focus-within { - --tw-ring-offset-color: #15B2EC; - } - - .xl\:focus\:ring-offset-transparent:focus { - --tw-ring-offset-color: transparent; - } - - .xl\:focus\:ring-offset-current:focus { - --tw-ring-offset-color: currentColor; - } - - .xl\:focus\:ring-offset-black:focus { - --tw-ring-offset-color: #040405; - } - - .xl\:focus\:ring-offset-white:focus { - --tw-ring-offset-color: #fff; - } - - .xl\:focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb; - } - - .xl\:focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f7fafc; - } - - .xl\:focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #edf2f7; - } - - .xl\:focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #e2e8f0; - } - - .xl\:focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #cbd5e0; - } - - .xl\:focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #a0aec0; - } - - .xl\:focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #718096; - } - - .xl\:focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #4a5568; - } - - .xl\:focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #2d3748; - } - - .xl\:focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #1a202c; - } - - .xl\:focus\:ring-offset-red-50:focus { - --tw-ring-offset-color: #fef2f2; - } - - .xl\:focus\:ring-offset-red-100:focus { - --tw-ring-offset-color: #fee2e2; - } - - .xl\:focus\:ring-offset-red-200:focus { - --tw-ring-offset-color: #fecaca; - } - - .xl\:focus\:ring-offset-red-300:focus { - --tw-ring-offset-color: #fca5a5; - } - - .xl\:focus\:ring-offset-red-400:focus { - --tw-ring-offset-color: #f87171; - } - - .xl\:focus\:ring-offset-red-500:focus { - --tw-ring-offset-color: #ef4444; - } - - .xl\:focus\:ring-offset-red-600:focus { - --tw-ring-offset-color: #dc2626; - } - - .xl\:focus\:ring-offset-red-700:focus { - --tw-ring-offset-color: #b91c1c; - } - - .xl\:focus\:ring-offset-red-800:focus { - --tw-ring-offset-color: #991b1b; - } - - .xl\:focus\:ring-offset-red-900:focus { - --tw-ring-offset-color: #7f1d1d; - } - - .xl\:focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb; - } - - .xl\:focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7; - } - - .xl\:focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a; - } - - .xl\:focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d; - } - - .xl\:focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24; - } - - .xl\:focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b; - } - - .xl\:focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706; - } - - .xl\:focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309; - } - - .xl\:focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e; - } - - .xl\:focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f; - } - - .xl\:focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5; - } - - .xl\:focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5; - } - - .xl\:focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0; - } - - .xl\:focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7; - } - - .xl\:focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399; - } - - .xl\:focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981; - } - - .xl\:focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669; - } - - .xl\:focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857; - } - - .xl\:focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46; - } - - .xl\:focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b; - } - - .xl\:focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff; - } - - .xl\:focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe; - } - - .xl\:focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe; - } - - .xl\:focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd; - } - - .xl\:focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa; - } - - .xl\:focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6; - } - - .xl\:focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb; - } - - .xl\:focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8; - } - - .xl\:focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af; - } - - .xl\:focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a; - } - - .xl\:focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff; - } - - .xl\:focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff; - } - - .xl\:focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe; - } - - .xl\:focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc; - } - - .xl\:focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8; - } - - .xl\:focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1; - } - - .xl\:focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5; - } - - .xl\:focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca; - } - - .xl\:focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3; - } - - .xl\:focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81; - } - - .xl\:focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff; - } - - .xl\:focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe; - } - - .xl\:focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe; - } - - .xl\:focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd; - } - - .xl\:focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa; - } - - .xl\:focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6; - } - - .xl\:focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed; - } - - .xl\:focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9; - } - - .xl\:focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6; - } - - .xl\:focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95; - } - - .xl\:focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8; - } - - .xl\:focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3; - } - - .xl\:focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8; - } - - .xl\:focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4; - } - - .xl\:focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6; - } - - .xl\:focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899; - } - - .xl\:focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777; - } - - .xl\:focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d; - } - - .xl\:focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d; - } - - .xl\:focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843; - } - - .xl\:focus\:ring-offset-primary-50:focus { - --tw-ring-offset-color: #F7F6FD; - } - - .xl\:focus\:ring-offset-primary-100:focus { - --tw-ring-offset-color: #EEEEFB; - } - - .xl\:focus\:ring-offset-primary-200:focus { - --tw-ring-offset-color: #D5D4F5; - } - - .xl\:focus\:ring-offset-primary-300:focus { - --tw-ring-offset-color: #BCB9EF; - } - - .xl\:focus\:ring-offset-primary-400:focus { - --tw-ring-offset-color: #8A85E4; - } - - .xl\:focus\:ring-offset-primary-500:focus { - --tw-ring-offset-color: #5851D8; - } - - .xl\:focus\:ring-offset-primary-600:focus { - --tw-ring-offset-color: #4F49C2; - } - - .xl\:focus\:ring-offset-primary-700:focus { - --tw-ring-offset-color: #353182; - } - - .xl\:focus\:ring-offset-primary-800:focus { - --tw-ring-offset-color: #282461; - } - - .xl\:focus\:ring-offset-primary-900:focus { - --tw-ring-offset-color: #1A1841; - } - - .xl\:focus\:ring-offset-danger:focus { - --tw-ring-offset-color: #FB7178; - } - - .xl\:focus\:ring-offset-success:focus { - --tw-ring-offset-color: #00C99C; - } - - .xl\:focus\:ring-offset-warning:focus { - --tw-ring-offset-color: #F3AF4E; - } - - .xl\:focus\:ring-offset-info:focus { - --tw-ring-offset-color: #15B2EC; - } - - .xl\:ring-offset-0 { - --tw-ring-offset-width: 0px; - } - - .xl\:ring-offset-1 { - --tw-ring-offset-width: 1px; - } - - .xl\:ring-offset-2 { - --tw-ring-offset-width: 2px; - } - - .xl\:ring-offset-4 { - --tw-ring-offset-width: 4px; - } - - .xl\:ring-offset-8 { - --tw-ring-offset-width: 8px; - } - - .xl\:focus-within\:ring-offset-0:focus-within { - --tw-ring-offset-width: 0px; - } - - .xl\:focus-within\:ring-offset-1:focus-within { - --tw-ring-offset-width: 1px; - } - - .xl\:focus-within\:ring-offset-2:focus-within { - --tw-ring-offset-width: 2px; - } - - .xl\:focus-within\:ring-offset-4:focus-within { - --tw-ring-offset-width: 4px; - } - - .xl\:focus-within\:ring-offset-8:focus-within { - --tw-ring-offset-width: 8px; - } - - .xl\:focus\:ring-offset-0:focus { - --tw-ring-offset-width: 0px; - } - - .xl\:focus\:ring-offset-1:focus { - --tw-ring-offset-width: 1px; - } - - .xl\:focus\:ring-offset-2:focus { - --tw-ring-offset-width: 2px; - } - - .xl\:focus\:ring-offset-4:focus { - --tw-ring-offset-width: 4px; - } - - .xl\:focus\:ring-offset-8:focus { - --tw-ring-offset-width: 8px; - } - - .xl\:ring-transparent { - --tw-ring-color: transparent; - } - - .xl\:ring-current { - --tw-ring-color: currentColor; - } - - .xl\:ring-black { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); - } - - .xl\:ring-white { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); - } - - .xl\:ring-red-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); - } - - .xl\:ring-red-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); - } - - .xl\:ring-red-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); - } - - .xl\:ring-red-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); - } - - .xl\:ring-red-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); - } - - .xl\:ring-red-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); - } - - .xl\:ring-red-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); - } - - .xl\:ring-red-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); - } - - .xl\:ring-red-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); - } - - .xl\:ring-red-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); - } - - .xl\:ring-yellow-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); - } - - .xl\:ring-yellow-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); - } - - .xl\:ring-yellow-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); - } - - .xl\:ring-yellow-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); - } - - .xl\:ring-yellow-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); - } - - .xl\:ring-yellow-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); - } - - .xl\:ring-yellow-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); - } - - .xl\:ring-yellow-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); - } - - .xl\:ring-yellow-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); - } - - .xl\:ring-yellow-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); - } - - .xl\:ring-green-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); - } - - .xl\:ring-green-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); - } - - .xl\:ring-green-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); - } - - .xl\:ring-green-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); - } - - .xl\:ring-green-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); - } - - .xl\:ring-green-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); - } - - .xl\:ring-green-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); - } - - .xl\:ring-green-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); - } - - .xl\:ring-green-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); - } - - .xl\:ring-green-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); - } - - .xl\:ring-blue-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); - } - - .xl\:ring-blue-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); - } - - .xl\:ring-blue-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); - } - - .xl\:ring-blue-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); - } - - .xl\:ring-blue-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); - } - - .xl\:ring-blue-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); - } - - .xl\:ring-blue-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); - } - - .xl\:ring-blue-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); - } - - .xl\:ring-blue-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); - } - - .xl\:ring-blue-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .xl\:ring-indigo-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); - } - - .xl\:ring-indigo-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .xl\:ring-indigo-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); - } - - .xl\:ring-indigo-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); - } - - .xl\:ring-indigo-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); - } - - .xl\:ring-indigo-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); - } - - .xl\:ring-indigo-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); - } - - .xl\:ring-indigo-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); - } - - .xl\:ring-indigo-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); - } - - .xl\:ring-indigo-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); - } - - .xl\:ring-primary-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); - } - - .xl\:ring-primary-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); - } - - .xl\:ring-primary-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); - } - - .xl\:ring-primary-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); - } - - .xl\:ring-primary-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); - } - - .xl\:ring-primary-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); - } - - .xl\:ring-primary-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); - } - - .xl\:ring-primary-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); - } - - .xl\:ring-primary-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); - } - - .xl\:ring-primary-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); - } - - .xl\:ring-danger { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); - } - - .xl\:ring-success { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); - } - - .xl\:ring-warning { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); - } - - .xl\:ring-info { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-transparent:focus-within { - --tw-ring-color: transparent; - } - - .xl\:focus-within\:ring-current:focus-within { - --tw-ring-color: currentColor; - } - - .xl\:focus-within\:ring-black:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-white:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-red-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-red-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-red-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-red-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-red-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-red-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-red-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-red-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-red-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-red-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-yellow-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-yellow-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-yellow-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-yellow-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-yellow-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-yellow-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-yellow-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-yellow-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-yellow-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-yellow-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-green-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-green-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-green-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-green-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-green-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-green-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-green-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-green-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-green-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-green-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-blue-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-blue-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-blue-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-blue-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-blue-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-blue-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-blue-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-blue-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-blue-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-blue-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-indigo-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-indigo-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-indigo-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-indigo-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-indigo-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-indigo-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-indigo-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-indigo-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-primary-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-primary-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-primary-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-primary-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-primary-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-primary-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-primary-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-primary-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-primary-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-primary-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-danger:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-success:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-warning:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-info:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-transparent:focus { - --tw-ring-color: transparent; - } - - .xl\:focus\:ring-current:focus { - --tw-ring-color: currentColor; - } - - .xl\:focus\:ring-black:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-white:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-red-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-red-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-red-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-red-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-red-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-red-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-red-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-red-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-red-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-red-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-yellow-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-yellow-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-yellow-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-yellow-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-yellow-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-yellow-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-yellow-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-yellow-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-yellow-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-yellow-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-green-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-green-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-green-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-green-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-green-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-green-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-green-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-green-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-green-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-green-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-blue-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-blue-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-blue-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-blue-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-blue-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-blue-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-blue-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-blue-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-blue-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-blue-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-indigo-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-indigo-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-indigo-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-indigo-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-indigo-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-indigo-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-indigo-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-indigo-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-primary-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-primary-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-primary-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-primary-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-primary-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-primary-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-primary-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-primary-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-primary-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-primary-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-danger:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-success:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-warning:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-info:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); - } - - .xl\:ring-opacity-0 { - --tw-ring-opacity: 0; - } - - .xl\:ring-opacity-5 { - --tw-ring-opacity: 0.05; - } - - .xl\:ring-opacity-10 { - --tw-ring-opacity: 0.1; - } - - .xl\:ring-opacity-20 { - --tw-ring-opacity: 0.2; - } - - .xl\:ring-opacity-25 { - --tw-ring-opacity: 0.25; - } - - .xl\:ring-opacity-30 { - --tw-ring-opacity: 0.3; - } - - .xl\:ring-opacity-40 { - --tw-ring-opacity: 0.4; - } - - .xl\:ring-opacity-50 { - --tw-ring-opacity: 0.5; - } - - .xl\:ring-opacity-60 { - --tw-ring-opacity: 0.6; - } - - .xl\:ring-opacity-70 { - --tw-ring-opacity: 0.7; - } - - .xl\:ring-opacity-75 { - --tw-ring-opacity: 0.75; - } - - .xl\:ring-opacity-80 { - --tw-ring-opacity: 0.8; - } - - .xl\:ring-opacity-90 { - --tw-ring-opacity: 0.9; - } - - .xl\:ring-opacity-95 { - --tw-ring-opacity: 0.95; - } - - .xl\:ring-opacity-100 { - --tw-ring-opacity: 1; - } - - .xl\:focus-within\:ring-opacity-0:focus-within { - --tw-ring-opacity: 0; - } - - .xl\:focus-within\:ring-opacity-5:focus-within { - --tw-ring-opacity: 0.05; - } - - .xl\:focus-within\:ring-opacity-10:focus-within { - --tw-ring-opacity: 0.1; - } - - .xl\:focus-within\:ring-opacity-20:focus-within { - --tw-ring-opacity: 0.2; - } - - .xl\:focus-within\:ring-opacity-25:focus-within { - --tw-ring-opacity: 0.25; - } - - .xl\:focus-within\:ring-opacity-30:focus-within { - --tw-ring-opacity: 0.3; - } - - .xl\:focus-within\:ring-opacity-40:focus-within { - --tw-ring-opacity: 0.4; - } - - .xl\:focus-within\:ring-opacity-50:focus-within { - --tw-ring-opacity: 0.5; - } - - .xl\:focus-within\:ring-opacity-60:focus-within { - --tw-ring-opacity: 0.6; - } - - .xl\:focus-within\:ring-opacity-70:focus-within { - --tw-ring-opacity: 0.7; - } - - .xl\:focus-within\:ring-opacity-75:focus-within { - --tw-ring-opacity: 0.75; - } - - .xl\:focus-within\:ring-opacity-80:focus-within { - --tw-ring-opacity: 0.8; - } - - .xl\:focus-within\:ring-opacity-90:focus-within { - --tw-ring-opacity: 0.9; - } - - .xl\:focus-within\:ring-opacity-95:focus-within { - --tw-ring-opacity: 0.95; - } - - .xl\:focus-within\:ring-opacity-100:focus-within { - --tw-ring-opacity: 1; - } - - .xl\:focus\:ring-opacity-0:focus { - --tw-ring-opacity: 0; - } - - .xl\:focus\:ring-opacity-5:focus { - --tw-ring-opacity: 0.05; - } - - .xl\:focus\:ring-opacity-10:focus { - --tw-ring-opacity: 0.1; - } - - .xl\:focus\:ring-opacity-20:focus { - --tw-ring-opacity: 0.2; - } - - .xl\:focus\:ring-opacity-25:focus { - --tw-ring-opacity: 0.25; - } - - .xl\:focus\:ring-opacity-30:focus { - --tw-ring-opacity: 0.3; - } - - .xl\:focus\:ring-opacity-40:focus { - --tw-ring-opacity: 0.4; - } - - .xl\:focus\:ring-opacity-50:focus { - --tw-ring-opacity: 0.5; - } - - .xl\:focus\:ring-opacity-60:focus { - --tw-ring-opacity: 0.6; - } - - .xl\:focus\:ring-opacity-70:focus { - --tw-ring-opacity: 0.7; - } - - .xl\:focus\:ring-opacity-75:focus { - --tw-ring-opacity: 0.75; - } - - .xl\:focus\:ring-opacity-80:focus { - --tw-ring-opacity: 0.8; - } - - .xl\:focus\:ring-opacity-90:focus { - --tw-ring-opacity: 0.9; - } - - .xl\:focus\:ring-opacity-95:focus { - --tw-ring-opacity: 0.95; - } - - .xl\:focus\:ring-opacity-100:focus { - --tw-ring-opacity: 1; - } - - .xl\:fill-current { - fill: currentColor; - } - - .xl\:stroke-current { - stroke: currentColor; - } - - .xl\:stroke-0 { - stroke-width: 0; - } - - .xl\:stroke-1 { - stroke-width: 1; - } - - .xl\:stroke-2 { - stroke-width: 2; - } - - .xl\:table-auto { - table-layout: auto; - } - - .xl\:table-fixed { - table-layout: fixed; - } - - .xl\:text-left { - text-align: left; - } - - .xl\:text-center { - text-align: center; - } - - .xl\:text-right { - text-align: right; - } - - .xl\:text-justify { - text-align: justify; - } - - .xl\:text-transparent { - color: transparent; - } - - .xl\:text-current { - color: currentColor; - } - - .xl\:text-black { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .xl\:text-white { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .xl\:text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .xl\:text-gray-100 { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .xl\:text-gray-200 { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .xl\:text-gray-300 { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .xl\:text-gray-400 { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .xl\:text-gray-500 { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .xl\:text-gray-600 { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .xl\:text-gray-700 { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .xl\:text-gray-800 { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .xl\:text-gray-900 { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .xl\:text-red-50 { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .xl\:text-red-100 { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .xl\:text-red-200 { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .xl\:text-red-300 { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .xl\:text-red-400 { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .xl\:text-red-500 { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .xl\:text-red-600 { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .xl\:text-red-700 { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .xl\:text-red-800 { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .xl\:text-red-900 { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .xl\:text-yellow-50 { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .xl\:text-yellow-100 { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .xl\:text-yellow-200 { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .xl\:text-yellow-300 { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .xl\:text-yellow-400 { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .xl\:text-yellow-500 { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .xl\:text-yellow-600 { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .xl\:text-yellow-700 { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .xl\:text-yellow-800 { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .xl\:text-yellow-900 { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .xl\:text-green-50 { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .xl\:text-green-100 { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .xl\:text-green-200 { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .xl\:text-green-300 { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .xl\:text-green-400 { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .xl\:text-green-500 { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .xl\:text-green-600 { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .xl\:text-green-700 { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .xl\:text-green-800 { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .xl\:text-green-900 { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .xl\:text-blue-50 { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .xl\:text-blue-100 { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .xl\:text-blue-200 { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .xl\:text-blue-300 { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .xl\:text-blue-400 { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .xl\:text-blue-500 { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .xl\:text-blue-600 { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .xl\:text-blue-700 { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .xl\:text-blue-800 { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .xl\:text-blue-900 { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .xl\:text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .xl\:text-indigo-100 { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .xl\:text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .xl\:text-indigo-300 { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .xl\:text-indigo-400 { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .xl\:text-indigo-500 { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .xl\:text-indigo-600 { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .xl\:text-indigo-700 { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .xl\:text-indigo-800 { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .xl\:text-indigo-900 { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .xl\:text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .xl\:text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .xl\:text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .xl\:text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .xl\:text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .xl\:text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .xl\:text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .xl\:text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .xl\:text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .xl\:text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .xl\:text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .xl\:text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .xl\:text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .xl\:text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .xl\:text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .xl\:text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .xl\:text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .xl\:text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .xl\:text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .xl\:text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .xl\:text-primary-50 { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .xl\:text-primary-100 { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .xl\:text-primary-200 { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .xl\:text-primary-300 { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .xl\:text-primary-400 { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .xl\:text-primary-500 { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .xl\:text-primary-600 { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .xl\:text-primary-700 { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .xl\:text-primary-800 { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .xl\:text-primary-900 { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .xl\:text-danger { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .xl\:text-success { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .xl\:text-warning { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .xl\:text-info { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .xl\:hover\:text-transparent:hover { - color: transparent; - } - - .xl\:hover\:text-current:hover { - color: currentColor; - } - - .xl\:hover\:text-black:hover { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .xl\:hover\:text-white:hover { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-50:hover { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-100:hover { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-200:hover { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-300:hover { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-400:hover { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-500:hover { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-600:hover { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-700:hover { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-800:hover { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-900:hover { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .xl\:hover\:text-red-50:hover { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .xl\:hover\:text-red-100:hover { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .xl\:hover\:text-red-200:hover { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .xl\:hover\:text-red-300:hover { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .xl\:hover\:text-red-400:hover { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .xl\:hover\:text-red-500:hover { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .xl\:hover\:text-red-600:hover { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .xl\:hover\:text-red-700:hover { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .xl\:hover\:text-red-800:hover { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .xl\:hover\:text-red-900:hover { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .xl\:hover\:text-yellow-50:hover { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .xl\:hover\:text-yellow-100:hover { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .xl\:hover\:text-yellow-200:hover { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .xl\:hover\:text-yellow-300:hover { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .xl\:hover\:text-yellow-400:hover { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .xl\:hover\:text-yellow-500:hover { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .xl\:hover\:text-yellow-600:hover { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .xl\:hover\:text-yellow-700:hover { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .xl\:hover\:text-yellow-800:hover { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .xl\:hover\:text-yellow-900:hover { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .xl\:hover\:text-green-50:hover { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .xl\:hover\:text-green-100:hover { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .xl\:hover\:text-green-200:hover { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .xl\:hover\:text-green-300:hover { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .xl\:hover\:text-green-400:hover { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .xl\:hover\:text-green-500:hover { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .xl\:hover\:text-green-600:hover { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .xl\:hover\:text-green-700:hover { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .xl\:hover\:text-green-800:hover { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .xl\:hover\:text-green-900:hover { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .xl\:hover\:text-blue-50:hover { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .xl\:hover\:text-blue-100:hover { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .xl\:hover\:text-blue-200:hover { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .xl\:hover\:text-blue-300:hover { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .xl\:hover\:text-blue-400:hover { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .xl\:hover\:text-blue-500:hover { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .xl\:hover\:text-blue-600:hover { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .xl\:hover\:text-blue-700:hover { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .xl\:hover\:text-blue-800:hover { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .xl\:hover\:text-blue-900:hover { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .xl\:hover\:text-indigo-50:hover { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .xl\:hover\:text-indigo-100:hover { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .xl\:hover\:text-indigo-200:hover { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .xl\:hover\:text-indigo-300:hover { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .xl\:hover\:text-indigo-400:hover { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .xl\:hover\:text-indigo-500:hover { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .xl\:hover\:text-indigo-600:hover { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .xl\:hover\:text-indigo-700:hover { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .xl\:hover\:text-indigo-800:hover { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .xl\:hover\:text-indigo-900:hover { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-50:hover { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-100:hover { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-200:hover { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-300:hover { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-400:hover { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-500:hover { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-600:hover { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-700:hover { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-800:hover { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-900:hover { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-50:hover { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-100:hover { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-200:hover { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-300:hover { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-400:hover { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-500:hover { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-600:hover { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-700:hover { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-800:hover { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-900:hover { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .xl\:hover\:text-primary-50:hover { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .xl\:hover\:text-primary-100:hover { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .xl\:hover\:text-primary-200:hover { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .xl\:hover\:text-primary-300:hover { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .xl\:hover\:text-primary-400:hover { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .xl\:hover\:text-primary-500:hover { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .xl\:hover\:text-primary-600:hover { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .xl\:hover\:text-primary-700:hover { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .xl\:hover\:text-primary-800:hover { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .xl\:hover\:text-primary-900:hover { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .xl\:hover\:text-danger:hover { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .xl\:hover\:text-success:hover { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .xl\:hover\:text-warning:hover { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .xl\:hover\:text-info:hover { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .xl\:focus\:text-transparent:focus { - color: transparent; - } - - .xl\:focus\:text-current:focus { - color: currentColor; - } - - .xl\:focus\:text-black:focus { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .xl\:focus\:text-white:focus { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-50:focus { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-100:focus { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-200:focus { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-300:focus { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-400:focus { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-500:focus { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-600:focus { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-700:focus { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-800:focus { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-900:focus { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .xl\:focus\:text-red-50:focus { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .xl\:focus\:text-red-100:focus { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .xl\:focus\:text-red-200:focus { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .xl\:focus\:text-red-300:focus { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .xl\:focus\:text-red-400:focus { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .xl\:focus\:text-red-500:focus { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .xl\:focus\:text-red-600:focus { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .xl\:focus\:text-red-700:focus { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .xl\:focus\:text-red-800:focus { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .xl\:focus\:text-red-900:focus { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .xl\:focus\:text-yellow-50:focus { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .xl\:focus\:text-yellow-100:focus { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .xl\:focus\:text-yellow-200:focus { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .xl\:focus\:text-yellow-300:focus { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .xl\:focus\:text-yellow-400:focus { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .xl\:focus\:text-yellow-500:focus { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .xl\:focus\:text-yellow-600:focus { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .xl\:focus\:text-yellow-700:focus { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .xl\:focus\:text-yellow-800:focus { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .xl\:focus\:text-yellow-900:focus { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .xl\:focus\:text-green-50:focus { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .xl\:focus\:text-green-100:focus { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .xl\:focus\:text-green-200:focus { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .xl\:focus\:text-green-300:focus { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .xl\:focus\:text-green-400:focus { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .xl\:focus\:text-green-500:focus { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .xl\:focus\:text-green-600:focus { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .xl\:focus\:text-green-700:focus { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .xl\:focus\:text-green-800:focus { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .xl\:focus\:text-green-900:focus { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .xl\:focus\:text-blue-50:focus { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .xl\:focus\:text-blue-100:focus { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .xl\:focus\:text-blue-200:focus { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .xl\:focus\:text-blue-300:focus { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .xl\:focus\:text-blue-400:focus { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .xl\:focus\:text-blue-500:focus { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .xl\:focus\:text-blue-600:focus { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .xl\:focus\:text-blue-700:focus { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .xl\:focus\:text-blue-800:focus { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .xl\:focus\:text-blue-900:focus { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .xl\:focus\:text-indigo-50:focus { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .xl\:focus\:text-indigo-100:focus { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .xl\:focus\:text-indigo-200:focus { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .xl\:focus\:text-indigo-300:focus { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .xl\:focus\:text-indigo-400:focus { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .xl\:focus\:text-indigo-500:focus { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .xl\:focus\:text-indigo-600:focus { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .xl\:focus\:text-indigo-700:focus { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .xl\:focus\:text-indigo-800:focus { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .xl\:focus\:text-indigo-900:focus { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-50:focus { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-100:focus { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-200:focus { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-300:focus { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-400:focus { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-500:focus { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-600:focus { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-700:focus { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-800:focus { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-900:focus { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-50:focus { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-100:focus { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-200:focus { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-300:focus { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-400:focus { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-500:focus { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-600:focus { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-700:focus { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-800:focus { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-900:focus { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .xl\:focus\:text-primary-50:focus { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .xl\:focus\:text-primary-100:focus { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .xl\:focus\:text-primary-200:focus { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .xl\:focus\:text-primary-300:focus { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .xl\:focus\:text-primary-400:focus { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .xl\:focus\:text-primary-500:focus { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .xl\:focus\:text-primary-600:focus { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .xl\:focus\:text-primary-700:focus { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .xl\:focus\:text-primary-800:focus { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .xl\:focus\:text-primary-900:focus { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .xl\:focus\:text-danger:focus { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .xl\:focus\:text-success:focus { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .xl\:focus\:text-warning:focus { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .xl\:focus\:text-info:focus { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .xl\:active\:text-transparent:active { - color: transparent; - } - - .xl\:active\:text-current:active { - color: currentColor; - } - - .xl\:active\:text-black:active { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .xl\:active\:text-white:active { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .xl\:active\:text-gray-50:active { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .xl\:active\:text-gray-100:active { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .xl\:active\:text-gray-200:active { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .xl\:active\:text-gray-300:active { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .xl\:active\:text-gray-400:active { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .xl\:active\:text-gray-500:active { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .xl\:active\:text-gray-600:active { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .xl\:active\:text-gray-700:active { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .xl\:active\:text-gray-800:active { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .xl\:active\:text-gray-900:active { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .xl\:active\:text-red-50:active { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .xl\:active\:text-red-100:active { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .xl\:active\:text-red-200:active { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .xl\:active\:text-red-300:active { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .xl\:active\:text-red-400:active { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .xl\:active\:text-red-500:active { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .xl\:active\:text-red-600:active { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .xl\:active\:text-red-700:active { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .xl\:active\:text-red-800:active { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .xl\:active\:text-red-900:active { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .xl\:active\:text-yellow-50:active { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .xl\:active\:text-yellow-100:active { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .xl\:active\:text-yellow-200:active { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .xl\:active\:text-yellow-300:active { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .xl\:active\:text-yellow-400:active { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .xl\:active\:text-yellow-500:active { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .xl\:active\:text-yellow-600:active { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .xl\:active\:text-yellow-700:active { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .xl\:active\:text-yellow-800:active { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .xl\:active\:text-yellow-900:active { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .xl\:active\:text-green-50:active { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .xl\:active\:text-green-100:active { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .xl\:active\:text-green-200:active { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .xl\:active\:text-green-300:active { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .xl\:active\:text-green-400:active { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .xl\:active\:text-green-500:active { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .xl\:active\:text-green-600:active { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .xl\:active\:text-green-700:active { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .xl\:active\:text-green-800:active { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .xl\:active\:text-green-900:active { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .xl\:active\:text-blue-50:active { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .xl\:active\:text-blue-100:active { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .xl\:active\:text-blue-200:active { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .xl\:active\:text-blue-300:active { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .xl\:active\:text-blue-400:active { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .xl\:active\:text-blue-500:active { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .xl\:active\:text-blue-600:active { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .xl\:active\:text-blue-700:active { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .xl\:active\:text-blue-800:active { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .xl\:active\:text-blue-900:active { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .xl\:active\:text-indigo-50:active { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .xl\:active\:text-indigo-100:active { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .xl\:active\:text-indigo-200:active { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .xl\:active\:text-indigo-300:active { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .xl\:active\:text-indigo-400:active { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .xl\:active\:text-indigo-500:active { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .xl\:active\:text-indigo-600:active { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .xl\:active\:text-indigo-700:active { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .xl\:active\:text-indigo-800:active { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .xl\:active\:text-indigo-900:active { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .xl\:active\:text-purple-50:active { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .xl\:active\:text-purple-100:active { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .xl\:active\:text-purple-200:active { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .xl\:active\:text-purple-300:active { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .xl\:active\:text-purple-400:active { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .xl\:active\:text-purple-500:active { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .xl\:active\:text-purple-600:active { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .xl\:active\:text-purple-700:active { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .xl\:active\:text-purple-800:active { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .xl\:active\:text-purple-900:active { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .xl\:active\:text-pink-50:active { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .xl\:active\:text-pink-100:active { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .xl\:active\:text-pink-200:active { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .xl\:active\:text-pink-300:active { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .xl\:active\:text-pink-400:active { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .xl\:active\:text-pink-500:active { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .xl\:active\:text-pink-600:active { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .xl\:active\:text-pink-700:active { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .xl\:active\:text-pink-800:active { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .xl\:active\:text-pink-900:active { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .xl\:active\:text-primary-50:active { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .xl\:active\:text-primary-100:active { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .xl\:active\:text-primary-200:active { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .xl\:active\:text-primary-300:active { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .xl\:active\:text-primary-400:active { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .xl\:active\:text-primary-500:active { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .xl\:active\:text-primary-600:active { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .xl\:active\:text-primary-700:active { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .xl\:active\:text-primary-800:active { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .xl\:active\:text-primary-900:active { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .xl\:active\:text-danger:active { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .xl\:active\:text-success:active { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .xl\:active\:text-warning:active { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .xl\:active\:text-info:active { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .xl\:visited\:text-transparent:visited { - color: transparent; - } - - .xl\:visited\:text-current:visited { - color: currentColor; - } - - .xl\:visited\:text-black:visited { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .xl\:visited\:text-white:visited { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .xl\:visited\:text-gray-50:visited { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .xl\:visited\:text-gray-100:visited { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .xl\:visited\:text-gray-200:visited { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .xl\:visited\:text-gray-300:visited { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .xl\:visited\:text-gray-400:visited { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .xl\:visited\:text-gray-500:visited { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .xl\:visited\:text-gray-600:visited { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .xl\:visited\:text-gray-700:visited { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .xl\:visited\:text-gray-800:visited { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .xl\:visited\:text-gray-900:visited { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .xl\:visited\:text-red-50:visited { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .xl\:visited\:text-red-100:visited { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .xl\:visited\:text-red-200:visited { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .xl\:visited\:text-red-300:visited { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .xl\:visited\:text-red-400:visited { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .xl\:visited\:text-red-500:visited { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .xl\:visited\:text-red-600:visited { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .xl\:visited\:text-red-700:visited { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .xl\:visited\:text-red-800:visited { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .xl\:visited\:text-red-900:visited { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .xl\:visited\:text-yellow-50:visited { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .xl\:visited\:text-yellow-100:visited { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .xl\:visited\:text-yellow-200:visited { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .xl\:visited\:text-yellow-300:visited { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .xl\:visited\:text-yellow-400:visited { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .xl\:visited\:text-yellow-500:visited { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .xl\:visited\:text-yellow-600:visited { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .xl\:visited\:text-yellow-700:visited { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .xl\:visited\:text-yellow-800:visited { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .xl\:visited\:text-yellow-900:visited { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .xl\:visited\:text-green-50:visited { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .xl\:visited\:text-green-100:visited { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .xl\:visited\:text-green-200:visited { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .xl\:visited\:text-green-300:visited { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .xl\:visited\:text-green-400:visited { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .xl\:visited\:text-green-500:visited { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .xl\:visited\:text-green-600:visited { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .xl\:visited\:text-green-700:visited { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .xl\:visited\:text-green-800:visited { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .xl\:visited\:text-green-900:visited { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .xl\:visited\:text-blue-50:visited { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .xl\:visited\:text-blue-100:visited { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .xl\:visited\:text-blue-200:visited { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .xl\:visited\:text-blue-300:visited { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .xl\:visited\:text-blue-400:visited { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .xl\:visited\:text-blue-500:visited { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .xl\:visited\:text-blue-600:visited { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .xl\:visited\:text-blue-700:visited { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .xl\:visited\:text-blue-800:visited { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .xl\:visited\:text-blue-900:visited { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .xl\:visited\:text-indigo-50:visited { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .xl\:visited\:text-indigo-100:visited { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .xl\:visited\:text-indigo-200:visited { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .xl\:visited\:text-indigo-300:visited { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .xl\:visited\:text-indigo-400:visited { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .xl\:visited\:text-indigo-500:visited { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .xl\:visited\:text-indigo-600:visited { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .xl\:visited\:text-indigo-700:visited { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .xl\:visited\:text-indigo-800:visited { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .xl\:visited\:text-indigo-900:visited { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .xl\:visited\:text-purple-50:visited { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .xl\:visited\:text-purple-100:visited { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .xl\:visited\:text-purple-200:visited { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .xl\:visited\:text-purple-300:visited { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .xl\:visited\:text-purple-400:visited { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .xl\:visited\:text-purple-500:visited { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .xl\:visited\:text-purple-600:visited { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .xl\:visited\:text-purple-700:visited { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .xl\:visited\:text-purple-800:visited { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .xl\:visited\:text-purple-900:visited { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .xl\:visited\:text-pink-50:visited { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .xl\:visited\:text-pink-100:visited { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .xl\:visited\:text-pink-200:visited { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .xl\:visited\:text-pink-300:visited { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .xl\:visited\:text-pink-400:visited { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .xl\:visited\:text-pink-500:visited { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .xl\:visited\:text-pink-600:visited { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .xl\:visited\:text-pink-700:visited { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .xl\:visited\:text-pink-800:visited { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .xl\:visited\:text-pink-900:visited { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .xl\:visited\:text-primary-50:visited { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .xl\:visited\:text-primary-100:visited { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .xl\:visited\:text-primary-200:visited { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .xl\:visited\:text-primary-300:visited { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .xl\:visited\:text-primary-400:visited { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .xl\:visited\:text-primary-500:visited { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .xl\:visited\:text-primary-600:visited { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .xl\:visited\:text-primary-700:visited { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .xl\:visited\:text-primary-800:visited { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .xl\:visited\:text-primary-900:visited { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .xl\:visited\:text-danger:visited { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .xl\:visited\:text-success:visited { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .xl\:visited\:text-warning:visited { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .xl\:visited\:text-info:visited { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .xl\:text-opacity-0 { - --tw-text-opacity: 0; - } - - .xl\:text-opacity-5 { - --tw-text-opacity: 0.05; - } - - .xl\:text-opacity-10 { - --tw-text-opacity: 0.1; - } - - .xl\:text-opacity-20 { - --tw-text-opacity: 0.2; - } - - .xl\:text-opacity-25 { - --tw-text-opacity: 0.25; - } - - .xl\:text-opacity-30 { - --tw-text-opacity: 0.3; - } - - .xl\:text-opacity-40 { - --tw-text-opacity: 0.4; - } - - .xl\:text-opacity-50 { - --tw-text-opacity: 0.5; - } - - .xl\:text-opacity-60 { - --tw-text-opacity: 0.6; - } - - .xl\:text-opacity-70 { - --tw-text-opacity: 0.7; - } - - .xl\:text-opacity-75 { - --tw-text-opacity: 0.75; - } - - .xl\:text-opacity-80 { - --tw-text-opacity: 0.8; - } - - .xl\:text-opacity-90 { - --tw-text-opacity: 0.9; - } - - .xl\:text-opacity-95 { - --tw-text-opacity: 0.95; - } - - .xl\:text-opacity-100 { - --tw-text-opacity: 1; - } - - .group:hover .xl\:group-hover\:text-opacity-0 { - --tw-text-opacity: 0; - } - - .group:hover .xl\:group-hover\:text-opacity-5 { - --tw-text-opacity: 0.05; - } - - .group:hover .xl\:group-hover\:text-opacity-10 { - --tw-text-opacity: 0.1; - } - - .group:hover .xl\:group-hover\:text-opacity-20 { - --tw-text-opacity: 0.2; - } - - .group:hover .xl\:group-hover\:text-opacity-25 { - --tw-text-opacity: 0.25; - } - - .group:hover .xl\:group-hover\:text-opacity-30 { - --tw-text-opacity: 0.3; - } - - .group:hover .xl\:group-hover\:text-opacity-40 { - --tw-text-opacity: 0.4; - } - - .group:hover .xl\:group-hover\:text-opacity-50 { - --tw-text-opacity: 0.5; - } - - .group:hover .xl\:group-hover\:text-opacity-60 { - --tw-text-opacity: 0.6; - } - - .group:hover .xl\:group-hover\:text-opacity-70 { - --tw-text-opacity: 0.7; - } - - .group:hover .xl\:group-hover\:text-opacity-75 { - --tw-text-opacity: 0.75; - } - - .group:hover .xl\:group-hover\:text-opacity-80 { - --tw-text-opacity: 0.8; - } - - .group:hover .xl\:group-hover\:text-opacity-90 { - --tw-text-opacity: 0.9; - } - - .group:hover .xl\:group-hover\:text-opacity-95 { - --tw-text-opacity: 0.95; - } - - .group:hover .xl\:group-hover\:text-opacity-100 { - --tw-text-opacity: 1; - } - - .xl\:focus-within\:text-opacity-0:focus-within { - --tw-text-opacity: 0; - } - - .xl\:focus-within\:text-opacity-5:focus-within { - --tw-text-opacity: 0.05; - } - - .xl\:focus-within\:text-opacity-10:focus-within { - --tw-text-opacity: 0.1; - } - - .xl\:focus-within\:text-opacity-20:focus-within { - --tw-text-opacity: 0.2; - } - - .xl\:focus-within\:text-opacity-25:focus-within { - --tw-text-opacity: 0.25; - } - - .xl\:focus-within\:text-opacity-30:focus-within { - --tw-text-opacity: 0.3; - } - - .xl\:focus-within\:text-opacity-40:focus-within { - --tw-text-opacity: 0.4; - } - - .xl\:focus-within\:text-opacity-50:focus-within { - --tw-text-opacity: 0.5; - } - - .xl\:focus-within\:text-opacity-60:focus-within { - --tw-text-opacity: 0.6; - } - - .xl\:focus-within\:text-opacity-70:focus-within { - --tw-text-opacity: 0.7; - } - - .xl\:focus-within\:text-opacity-75:focus-within { - --tw-text-opacity: 0.75; - } - - .xl\:focus-within\:text-opacity-80:focus-within { - --tw-text-opacity: 0.8; - } - - .xl\:focus-within\:text-opacity-90:focus-within { - --tw-text-opacity: 0.9; - } - - .xl\:focus-within\:text-opacity-95:focus-within { - --tw-text-opacity: 0.95; - } - - .xl\:focus-within\:text-opacity-100:focus-within { - --tw-text-opacity: 1; - } - - .xl\:hover\:text-opacity-0:hover { - --tw-text-opacity: 0; - } - - .xl\:hover\:text-opacity-5:hover { - --tw-text-opacity: 0.05; - } - - .xl\:hover\:text-opacity-10:hover { - --tw-text-opacity: 0.1; - } - - .xl\:hover\:text-opacity-20:hover { - --tw-text-opacity: 0.2; - } - - .xl\:hover\:text-opacity-25:hover { - --tw-text-opacity: 0.25; - } - - .xl\:hover\:text-opacity-30:hover { - --tw-text-opacity: 0.3; - } - - .xl\:hover\:text-opacity-40:hover { - --tw-text-opacity: 0.4; - } - - .xl\:hover\:text-opacity-50:hover { - --tw-text-opacity: 0.5; - } - - .xl\:hover\:text-opacity-60:hover { - --tw-text-opacity: 0.6; - } - - .xl\:hover\:text-opacity-70:hover { - --tw-text-opacity: 0.7; - } - - .xl\:hover\:text-opacity-75:hover { - --tw-text-opacity: 0.75; - } - - .xl\:hover\:text-opacity-80:hover { - --tw-text-opacity: 0.8; - } - - .xl\:hover\:text-opacity-90:hover { - --tw-text-opacity: 0.9; - } - - .xl\:hover\:text-opacity-95:hover { - --tw-text-opacity: 0.95; - } - - .xl\:hover\:text-opacity-100:hover { - --tw-text-opacity: 1; - } - - .xl\:focus\:text-opacity-0:focus { - --tw-text-opacity: 0; - } - - .xl\:focus\:text-opacity-5:focus { - --tw-text-opacity: 0.05; - } - - .xl\:focus\:text-opacity-10:focus { - --tw-text-opacity: 0.1; - } - - .xl\:focus\:text-opacity-20:focus { - --tw-text-opacity: 0.2; - } - - .xl\:focus\:text-opacity-25:focus { - --tw-text-opacity: 0.25; - } - - .xl\:focus\:text-opacity-30:focus { - --tw-text-opacity: 0.3; - } - - .xl\:focus\:text-opacity-40:focus { - --tw-text-opacity: 0.4; - } - - .xl\:focus\:text-opacity-50:focus { - --tw-text-opacity: 0.5; - } - - .xl\:focus\:text-opacity-60:focus { - --tw-text-opacity: 0.6; - } - - .xl\:focus\:text-opacity-70:focus { - --tw-text-opacity: 0.7; - } - - .xl\:focus\:text-opacity-75:focus { - --tw-text-opacity: 0.75; - } - - .xl\:focus\:text-opacity-80:focus { - --tw-text-opacity: 0.8; - } - - .xl\:focus\:text-opacity-90:focus { - --tw-text-opacity: 0.9; - } - - .xl\:focus\:text-opacity-95:focus { - --tw-text-opacity: 0.95; - } - - .xl\:focus\:text-opacity-100:focus { - --tw-text-opacity: 1; - } - - .xl\:truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - - .xl\:overflow-ellipsis { - text-overflow: ellipsis; - } - - .xl\:overflow-clip { - text-overflow: clip; - } - - .xl\:italic { - font-style: italic; - } - - .xl\:not-italic { - font-style: normal; - } - - .xl\:uppercase { - text-transform: uppercase; - } - - .xl\:lowercase { - text-transform: lowercase; - } - - .xl\:capitalize { - text-transform: capitalize; - } - - .xl\:normal-case { - text-transform: none; - } - - .xl\:underline { - text-decoration: underline; - } - - .xl\:line-through { - text-decoration: line-through; - } - - .xl\:no-underline { - text-decoration: none; - } - - .group:hover .xl\:group-hover\:underline { - text-decoration: underline; - } - - .group:hover .xl\:group-hover\:line-through { - text-decoration: line-through; - } - - .group:hover .xl\:group-hover\:no-underline { - text-decoration: none; - } - - .xl\:focus-within\:underline:focus-within { - text-decoration: underline; - } - - .xl\:focus-within\:line-through:focus-within { - text-decoration: line-through; - } - - .xl\:focus-within\:no-underline:focus-within { - text-decoration: none; - } - - .xl\:hover\:underline:hover { - text-decoration: underline; - } - - .xl\:hover\:line-through:hover { - text-decoration: line-through; - } - - .xl\:hover\:no-underline:hover { - text-decoration: none; - } - - .xl\:focus\:underline:focus { - text-decoration: underline; - } - - .xl\:focus\:line-through:focus { - text-decoration: line-through; - } - - .xl\:focus\:no-underline:focus { - text-decoration: none; - } - - .xl\:antialiased { - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - } - - .xl\:subpixel-antialiased { - -webkit-font-smoothing: auto; - -moz-osx-font-smoothing: auto; - } - - .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions { - --tw-ordinal: var(--tw-empty,/*!*/ /*!*/); - --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/); - font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction); - } - - .xl\:normal-nums { - font-variant-numeric: normal; - } - - .xl\:ordinal { - --tw-ordinal: ordinal; - } - - .xl\:slashed-zero { - --tw-slashed-zero: slashed-zero; - } - - .xl\:lining-nums { - --tw-numeric-figure: lining-nums; - } - - .xl\:oldstyle-nums { - --tw-numeric-figure: oldstyle-nums; - } - - .xl\:proportional-nums { - --tw-numeric-spacing: proportional-nums; - } - - .xl\:tabular-nums { - --tw-numeric-spacing: tabular-nums; - } - - .xl\:diagonal-fractions { - --tw-numeric-fraction: diagonal-fractions; - } - - .xl\:stacked-fractions { - --tw-numeric-fraction: stacked-fractions; - } - - .xl\:tracking-tighter { - letter-spacing: -0.05em; - } - - .xl\:tracking-tight { - letter-spacing: -0.025em; - } - - .xl\:tracking-normal { - letter-spacing: 0em; - } - - .xl\:tracking-wide { - letter-spacing: 0.025em; - } - - .xl\:tracking-wider { - letter-spacing: 0.05em; - } - - .xl\:tracking-widest { - letter-spacing: 0.1em; - } - - .xl\:select-none { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - } - - .xl\:select-text { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - } - - .xl\:select-all { - -webkit-user-select: all; - -moz-user-select: all; - user-select: all; - } - - .xl\:select-auto { - -webkit-user-select: auto; - -moz-user-select: auto; - -ms-user-select: auto; - user-select: auto; - } - - .xl\:align-baseline { - vertical-align: baseline; - } - - .xl\:align-top { - vertical-align: top; - } - - .xl\:align-middle { - vertical-align: middle; - } - - .xl\:align-bottom { - vertical-align: bottom; - } - - .xl\:align-text-top { - vertical-align: text-top; - } - - .xl\:align-text-bottom { - vertical-align: text-bottom; - } - - .xl\:visible { - visibility: visible; - } - - .xl\:invisible { - visibility: hidden; - } - - .xl\:whitespace-normal { - white-space: normal; - } - - .xl\:whitespace-nowrap { - white-space: nowrap; - } - - .xl\:whitespace-pre { - white-space: pre; - } - - .xl\:whitespace-pre-line { - white-space: pre-line; - } - - .xl\:whitespace-pre-wrap { - white-space: pre-wrap; - } - - .xl\:break-normal { - overflow-wrap: normal; - word-break: normal; - } - - .xl\:break-words { - overflow-wrap: break-word; - } - - .xl\:break-all { - word-break: break-all; - } - - .xl\:w-0 { - width: 0px; - } - - .xl\:w-1 { - width: 0.25rem; - } - - .xl\:w-2 { - width: 0.5rem; - } - - .xl\:w-3 { - width: 0.75rem; - } - - .xl\:w-4 { - width: 1rem; - } - - .xl\:w-5 { - width: 1.25rem; - } - - .xl\:w-6 { - width: 1.5rem; - } - - .xl\:w-7 { - width: 1.75rem; - } - - .xl\:w-8 { - width: 2rem; - } - - .xl\:w-9 { - width: 2.25rem; - } - - .xl\:w-10 { - width: 2.5rem; - } - - .xl\:w-11 { - width: 2.75rem; - } - - .xl\:w-12 { - width: 3rem; - } - - .xl\:w-14 { - width: 3.5rem; - } - - .xl\:w-16 { - width: 4rem; - } - - .xl\:w-20 { - width: 5rem; - } - - .xl\:w-22 { - width: 5.625rem; - } - - .xl\:w-24 { - width: 6rem; - } - - .xl\:w-28 { - width: 7rem; - } - - .xl\:w-32 { - width: 8rem; - } - - .xl\:w-36 { - width: 9rem; - } - - .xl\:w-40 { - width: 10rem; - } - - .xl\:w-44 { - width: 11rem; - } - - .xl\:w-48 { - width: 12rem; - } - - .xl\:w-52 { - width: 13rem; - } - - .xl\:w-56 { - width: 14rem; - } - - .xl\:w-60 { - width: 240px; - } - - .xl\:w-64 { - width: 16rem; - } - - .xl\:w-72 { - width: 18rem; - } - - .xl\:w-80 { - width: 20rem; - } - - .xl\:w-88 { - width: 22rem; - } - - .xl\:w-96 { - width: 24rem; - } - - .xl\:w-130 { - width: 560px; - } - - .xl\:w-auto { - width: auto; - } - - .xl\:w-px { - width: 1px; - } - - .xl\:w-0\.5 { - width: 0.125rem; - } - - .xl\:w-1\.5 { - width: 0.375rem; - } - - .xl\:w-2\.5 { - width: 0.625rem; - } - - .xl\:w-3\.5 { - width: 0.875rem; - } - - .xl\:w-1\/2 { - width: 50%; - } - - .xl\:w-1\/3 { - width: 33.333333%; - } - - .xl\:w-2\/3 { - width: 66.666667%; - } - - .xl\:w-1\/4 { - width: 25%; - } - - .xl\:w-2\/4 { - width: 50%; - } - - .xl\:w-3\/4 { - width: 75%; - } - - .xl\:w-1\/5 { - width: 20%; - } - - .xl\:w-2\/5 { - width: 40%; - } - - .xl\:w-3\/5 { - width: 60%; - } - - .xl\:w-4\/5 { - width: 80%; - } - - .xl\:w-1\/6 { - width: 16.666667%; - } - - .xl\:w-2\/6 { - width: 33.333333%; - } - - .xl\:w-3\/6 { - width: 50%; - } - - .xl\:w-4\/6 { - width: 66.666667%; - } - - .xl\:w-5\/6 { - width: 83.333333%; - } - - .xl\:w-1\/12 { - width: 8.333333%; - } - - .xl\:w-2\/12 { - width: 16.666667%; - } - - .xl\:w-3\/12 { - width: 25%; - } - - .xl\:w-4\/12 { - width: 33.333333%; - } - - .xl\:w-5\/12 { - width: 41.666667%; - } - - .xl\:w-6\/12 { - width: 50%; - } - - .xl\:w-7\/12 { - width: 58.333333%; - } - - .xl\:w-8\/12 { - width: 66.666667%; - } - - .xl\:w-9\/12 { - width: 75%; - } - - .xl\:w-10\/12 { - width: 83.333333%; - } - - .xl\:w-11\/12 { - width: 91.666667%; - } - - .xl\:w-full { - width: 100%; - } - - .xl\:w-screen { - width: 100vw; - } - - .xl\:w-min { - width: -webkit-min-content; - width: -moz-min-content; - width: min-content; - } - - .xl\:w-max { - width: -webkit-max-content; - width: -moz-max-content; - width: max-content; - } - - .xl\:z-0 { - z-index: 0; - } - - .xl\:z-5 { - z-index: 5; - } - - .xl\:z-10 { - z-index: 10; - } - - .xl\:z-15 { - z-index: 15; - } - - .xl\:z-20 { - z-index: 20; - } - - .xl\:z-25 { - z-index: 25; - } - - .xl\:z-30 { - z-index: 30; - } - - .xl\:z-40 { - z-index: 40; - } - - .xl\:z-50 { - z-index: 50; - } - - .xl\:z-auto { - z-index: auto; - } - - .xl\:focus-within\:z-0:focus-within { - z-index: 0; - } - - .xl\:focus-within\:z-5:focus-within { - z-index: 5; - } - - .xl\:focus-within\:z-10:focus-within { - z-index: 10; - } - - .xl\:focus-within\:z-15:focus-within { - z-index: 15; - } - - .xl\:focus-within\:z-20:focus-within { - z-index: 20; - } - - .xl\:focus-within\:z-25:focus-within { - z-index: 25; - } - - .xl\:focus-within\:z-30:focus-within { - z-index: 30; - } - - .xl\:focus-within\:z-40:focus-within { - z-index: 40; - } - - .xl\:focus-within\:z-50:focus-within { - z-index: 50; - } - - .xl\:focus-within\:z-auto:focus-within { - z-index: auto; - } - - .xl\:focus\:z-0:focus { - z-index: 0; - } - - .xl\:focus\:z-5:focus { - z-index: 5; - } - - .xl\:focus\:z-10:focus { - z-index: 10; - } - - .xl\:focus\:z-15:focus { - z-index: 15; - } - - .xl\:focus\:z-20:focus { - z-index: 20; - } - - .xl\:focus\:z-25:focus { - z-index: 25; - } - - .xl\:focus\:z-30:focus { - z-index: 30; - } - - .xl\:focus\:z-40:focus { - z-index: 40; - } - - .xl\:focus\:z-50:focus { - z-index: 50; - } - - .xl\:focus\:z-auto:focus { - z-index: auto; - } - - .xl\:gap-0 { - gap: 0px; - } - - .xl\:gap-1 { - gap: 0.25rem; - } - - .xl\:gap-2 { - gap: 0.5rem; - } - - .xl\:gap-3 { - gap: 0.75rem; - } - - .xl\:gap-4 { - gap: 1rem; - } - - .xl\:gap-5 { - gap: 1.25rem; - } - - .xl\:gap-6 { - gap: 1.5rem; - } - - .xl\:gap-7 { - gap: 1.75rem; - } - - .xl\:gap-8 { - gap: 2rem; - } - - .xl\:gap-9 { - gap: 2.25rem; - } - - .xl\:gap-10 { - gap: 2.5rem; - } - - .xl\:gap-11 { - gap: 2.75rem; - } - - .xl\:gap-12 { - gap: 3rem; - } - - .xl\:gap-14 { - gap: 3.5rem; - } - - .xl\:gap-16 { - gap: 4rem; - } - - .xl\:gap-20 { - gap: 5rem; - } - - .xl\:gap-22 { - gap: 5.625rem; - } - - .xl\:gap-24 { - gap: 6rem; - } - - .xl\:gap-28 { - gap: 7rem; - } - - .xl\:gap-32 { - gap: 8rem; - } - - .xl\:gap-36 { - gap: 9rem; - } - - .xl\:gap-40 { - gap: 10rem; - } - - .xl\:gap-44 { - gap: 11rem; - } - - .xl\:gap-48 { - gap: 12rem; - } - - .xl\:gap-52 { - gap: 13rem; - } - - .xl\:gap-56 { - gap: 14rem; - } - - .xl\:gap-60 { - gap: 240px; - } - - .xl\:gap-64 { - gap: 16rem; - } - - .xl\:gap-72 { - gap: 18rem; - } - - .xl\:gap-80 { - gap: 20rem; - } - - .xl\:gap-88 { - gap: 22rem; - } - - .xl\:gap-96 { - gap: 24rem; - } - - .xl\:gap-130 { - gap: 560px; - } - - .xl\:gap-px { - gap: 1px; - } - - .xl\:gap-0\.5 { - gap: 0.125rem; - } - - .xl\:gap-1\.5 { - gap: 0.375rem; - } - - .xl\:gap-2\.5 { - gap: 0.625rem; - } - - .xl\:gap-3\.5 { - gap: 0.875rem; - } - - .xl\:gap-x-0 { - -moz-column-gap: 0px; - column-gap: 0px; - } - - .xl\:gap-x-1 { - -moz-column-gap: 0.25rem; - column-gap: 0.25rem; - } - - .xl\:gap-x-2 { - -moz-column-gap: 0.5rem; - column-gap: 0.5rem; - } - - .xl\:gap-x-3 { - -moz-column-gap: 0.75rem; - column-gap: 0.75rem; - } - - .xl\:gap-x-4 { - -moz-column-gap: 1rem; - column-gap: 1rem; - } - - .xl\:gap-x-5 { - -moz-column-gap: 1.25rem; - column-gap: 1.25rem; - } - - .xl\:gap-x-6 { - -moz-column-gap: 1.5rem; - column-gap: 1.5rem; - } - - .xl\:gap-x-7 { - -moz-column-gap: 1.75rem; - column-gap: 1.75rem; - } - - .xl\:gap-x-8 { - -moz-column-gap: 2rem; - column-gap: 2rem; - } - - .xl\:gap-x-9 { - -moz-column-gap: 2.25rem; - column-gap: 2.25rem; - } - - .xl\:gap-x-10 { - -moz-column-gap: 2.5rem; - column-gap: 2.5rem; - } - - .xl\:gap-x-11 { - -moz-column-gap: 2.75rem; - column-gap: 2.75rem; - } - - .xl\:gap-x-12 { - -moz-column-gap: 3rem; - column-gap: 3rem; - } - - .xl\:gap-x-14 { - -moz-column-gap: 3.5rem; - column-gap: 3.5rem; - } - - .xl\:gap-x-16 { - -moz-column-gap: 4rem; - column-gap: 4rem; - } - - .xl\:gap-x-20 { - -moz-column-gap: 5rem; - column-gap: 5rem; - } - - .xl\:gap-x-22 { - -moz-column-gap: 5.625rem; - column-gap: 5.625rem; - } - - .xl\:gap-x-24 { - -moz-column-gap: 6rem; - column-gap: 6rem; - } - - .xl\:gap-x-28 { - -moz-column-gap: 7rem; - column-gap: 7rem; - } - - .xl\:gap-x-32 { - -moz-column-gap: 8rem; - column-gap: 8rem; - } - - .xl\:gap-x-36 { - -moz-column-gap: 9rem; - column-gap: 9rem; - } - - .xl\:gap-x-40 { - -moz-column-gap: 10rem; - column-gap: 10rem; - } - - .xl\:gap-x-44 { - -moz-column-gap: 11rem; - column-gap: 11rem; - } - - .xl\:gap-x-48 { - -moz-column-gap: 12rem; - column-gap: 12rem; - } - - .xl\:gap-x-52 { - -moz-column-gap: 13rem; - column-gap: 13rem; - } - - .xl\:gap-x-56 { - -moz-column-gap: 14rem; - column-gap: 14rem; - } - - .xl\:gap-x-60 { - -moz-column-gap: 240px; - column-gap: 240px; - } - - .xl\:gap-x-64 { - -moz-column-gap: 16rem; - column-gap: 16rem; - } - - .xl\:gap-x-72 { - -moz-column-gap: 18rem; - column-gap: 18rem; - } - - .xl\:gap-x-80 { - -moz-column-gap: 20rem; - column-gap: 20rem; - } - - .xl\:gap-x-88 { - -moz-column-gap: 22rem; - column-gap: 22rem; - } - - .xl\:gap-x-96 { - -moz-column-gap: 24rem; - column-gap: 24rem; - } - - .xl\:gap-x-130 { - -moz-column-gap: 560px; - column-gap: 560px; - } - - .xl\:gap-x-px { - -moz-column-gap: 1px; - column-gap: 1px; - } - - .xl\:gap-x-0\.5 { - -moz-column-gap: 0.125rem; - column-gap: 0.125rem; - } - - .xl\:gap-x-1\.5 { - -moz-column-gap: 0.375rem; - column-gap: 0.375rem; - } - - .xl\:gap-x-2\.5 { - -moz-column-gap: 0.625rem; - column-gap: 0.625rem; - } - - .xl\:gap-x-3\.5 { - -moz-column-gap: 0.875rem; - column-gap: 0.875rem; - } - - .xl\:gap-y-0 { - row-gap: 0px; - } - - .xl\:gap-y-1 { - row-gap: 0.25rem; - } - - .xl\:gap-y-2 { - row-gap: 0.5rem; - } - - .xl\:gap-y-3 { - row-gap: 0.75rem; - } - - .xl\:gap-y-4 { - row-gap: 1rem; - } - - .xl\:gap-y-5 { - row-gap: 1.25rem; - } - - .xl\:gap-y-6 { - row-gap: 1.5rem; - } - - .xl\:gap-y-7 { - row-gap: 1.75rem; - } - - .xl\:gap-y-8 { - row-gap: 2rem; - } - - .xl\:gap-y-9 { - row-gap: 2.25rem; - } - - .xl\:gap-y-10 { - row-gap: 2.5rem; - } - - .xl\:gap-y-11 { - row-gap: 2.75rem; - } - - .xl\:gap-y-12 { - row-gap: 3rem; - } - - .xl\:gap-y-14 { - row-gap: 3.5rem; - } - - .xl\:gap-y-16 { - row-gap: 4rem; - } - - .xl\:gap-y-20 { - row-gap: 5rem; - } - - .xl\:gap-y-22 { - row-gap: 5.625rem; - } - - .xl\:gap-y-24 { - row-gap: 6rem; - } - - .xl\:gap-y-28 { - row-gap: 7rem; - } - - .xl\:gap-y-32 { - row-gap: 8rem; - } - - .xl\:gap-y-36 { - row-gap: 9rem; - } - - .xl\:gap-y-40 { - row-gap: 10rem; - } - - .xl\:gap-y-44 { - row-gap: 11rem; - } - - .xl\:gap-y-48 { - row-gap: 12rem; - } - - .xl\:gap-y-52 { - row-gap: 13rem; - } - - .xl\:gap-y-56 { - row-gap: 14rem; - } - - .xl\:gap-y-60 { - row-gap: 240px; - } - - .xl\:gap-y-64 { - row-gap: 16rem; - } - - .xl\:gap-y-72 { - row-gap: 18rem; - } - - .xl\:gap-y-80 { - row-gap: 20rem; - } - - .xl\:gap-y-88 { - row-gap: 22rem; - } - - .xl\:gap-y-96 { - row-gap: 24rem; - } - - .xl\:gap-y-130 { - row-gap: 560px; - } - - .xl\:gap-y-px { - row-gap: 1px; - } - - .xl\:gap-y-0\.5 { - row-gap: 0.125rem; - } - - .xl\:gap-y-1\.5 { - row-gap: 0.375rem; - } - - .xl\:gap-y-2\.5 { - row-gap: 0.625rem; - } - - .xl\:gap-y-3\.5 { - row-gap: 0.875rem; - } - - .xl\:grid-flow-row { - grid-auto-flow: row; - } - - .xl\:grid-flow-col { - grid-auto-flow: column; - } - - .xl\:grid-flow-row-dense { - grid-auto-flow: row dense; - } - - .xl\:grid-flow-col-dense { - grid-auto-flow: column dense; - } - - .xl\:grid-cols-1 { - grid-template-columns: repeat(1, minmax(0, 1fr)); - } - - .xl\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - - .xl\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } - - .xl\:grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)); - } - - .xl\:grid-cols-5 { - grid-template-columns: repeat(5, minmax(0, 1fr)); - } - - .xl\:grid-cols-6 { - grid-template-columns: repeat(6, minmax(0, 1fr)); - } - - .xl\:grid-cols-7 { - grid-template-columns: repeat(7, minmax(0, 1fr)); - } - - .xl\:grid-cols-8 { - grid-template-columns: repeat(8, minmax(0, 1fr)); - } - - .xl\:grid-cols-9 { - grid-template-columns: repeat(9, minmax(0, 1fr)); - } - - .xl\:grid-cols-10 { - grid-template-columns: repeat(10, minmax(0, 1fr)); - } - - .xl\:grid-cols-11 { - grid-template-columns: repeat(11, minmax(0, 1fr)); - } - - .xl\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); - } - - .xl\:grid-cols-none { - grid-template-columns: none; - } - - .xl\:auto-cols-auto { - grid-auto-columns: auto; - } - - .xl\:auto-cols-min { - grid-auto-columns: -webkit-min-content; - grid-auto-columns: min-content; - } - - .xl\:auto-cols-max { - grid-auto-columns: -webkit-max-content; - grid-auto-columns: max-content; - } - - .xl\:auto-cols-fr { - grid-auto-columns: minmax(0, 1fr); - } - - .xl\:col-auto { - grid-column: auto; - } - - .xl\:col-span-1 { - grid-column: span 1 / span 1; - } - - .xl\:col-span-2 { - grid-column: span 2 / span 2; - } - - .xl\:col-span-3 { - grid-column: span 3 / span 3; - } - - .xl\:col-span-4 { - grid-column: span 4 / span 4; - } - - .xl\:col-span-5 { - grid-column: span 5 / span 5; - } - - .xl\:col-span-6 { - grid-column: span 6 / span 6; - } - - .xl\:col-span-7 { - grid-column: span 7 / span 7; - } - - .xl\:col-span-8 { - grid-column: span 8 / span 8; - } - - .xl\:col-span-9 { - grid-column: span 9 / span 9; - } - - .xl\:col-span-10 { - grid-column: span 10 / span 10; - } - - .xl\:col-span-11 { - grid-column: span 11 / span 11; - } - - .xl\:col-span-12 { - grid-column: span 12 / span 12; - } - - .xl\:col-span-full { - grid-column: 1 / -1; - } - - .xl\:col-start-1 { - grid-column-start: 1; - } - - .xl\:col-start-2 { - grid-column-start: 2; - } - - .xl\:col-start-3 { - grid-column-start: 3; - } - - .xl\:col-start-4 { - grid-column-start: 4; - } - - .xl\:col-start-5 { - grid-column-start: 5; - } - - .xl\:col-start-6 { - grid-column-start: 6; - } - - .xl\:col-start-7 { - grid-column-start: 7; - } - - .xl\:col-start-8 { - grid-column-start: 8; - } - - .xl\:col-start-9 { - grid-column-start: 9; - } - - .xl\:col-start-10 { - grid-column-start: 10; - } - - .xl\:col-start-11 { - grid-column-start: 11; - } - - .xl\:col-start-12 { - grid-column-start: 12; - } - - .xl\:col-start-13 { - grid-column-start: 13; - } - - .xl\:col-start-auto { - grid-column-start: auto; - } - - .xl\:col-end-1 { - grid-column-end: 1; - } - - .xl\:col-end-2 { - grid-column-end: 2; - } - - .xl\:col-end-3 { - grid-column-end: 3; - } - - .xl\:col-end-4 { - grid-column-end: 4; - } - - .xl\:col-end-5 { - grid-column-end: 5; - } - - .xl\:col-end-6 { - grid-column-end: 6; - } - - .xl\:col-end-7 { - grid-column-end: 7; - } - - .xl\:col-end-8 { - grid-column-end: 8; - } - - .xl\:col-end-9 { - grid-column-end: 9; - } - - .xl\:col-end-10 { - grid-column-end: 10; - } - - .xl\:col-end-11 { - grid-column-end: 11; - } - - .xl\:col-end-12 { - grid-column-end: 12; - } - - .xl\:col-end-13 { - grid-column-end: 13; - } - - .xl\:col-end-auto { - grid-column-end: auto; - } - - .xl\:grid-rows-1 { - grid-template-rows: repeat(1, minmax(0, 1fr)); - } - - .xl\:grid-rows-2 { - grid-template-rows: repeat(2, minmax(0, 1fr)); - } - - .xl\:grid-rows-3 { - grid-template-rows: repeat(3, minmax(0, 1fr)); - } - - .xl\:grid-rows-4 { - grid-template-rows: repeat(4, minmax(0, 1fr)); - } - - .xl\:grid-rows-5 { - grid-template-rows: repeat(5, minmax(0, 1fr)); - } - - .xl\:grid-rows-6 { - grid-template-rows: repeat(6, minmax(0, 1fr)); - } - - .xl\:grid-rows-none { - grid-template-rows: none; - } - - .xl\:auto-rows-auto { - grid-auto-rows: auto; - } - - .xl\:auto-rows-min { - grid-auto-rows: -webkit-min-content; - grid-auto-rows: min-content; - } - - .xl\:auto-rows-max { - grid-auto-rows: -webkit-max-content; - grid-auto-rows: max-content; - } - - .xl\:auto-rows-fr { - grid-auto-rows: minmax(0, 1fr); - } - - .xl\:row-auto { - grid-row: auto; - } - - .xl\:row-span-1 { - grid-row: span 1 / span 1; - } - - .xl\:row-span-2 { - grid-row: span 2 / span 2; - } - - .xl\:row-span-3 { - grid-row: span 3 / span 3; - } - - .xl\:row-span-4 { - grid-row: span 4 / span 4; - } - - .xl\:row-span-5 { - grid-row: span 5 / span 5; - } - - .xl\:row-span-6 { - grid-row: span 6 / span 6; - } - - .xl\:row-span-full { - grid-row: 1 / -1; - } - - .xl\:row-start-1 { - grid-row-start: 1; - } - - .xl\:row-start-2 { - grid-row-start: 2; - } - - .xl\:row-start-3 { - grid-row-start: 3; - } - - .xl\:row-start-4 { - grid-row-start: 4; - } - - .xl\:row-start-5 { - grid-row-start: 5; - } - - .xl\:row-start-6 { - grid-row-start: 6; - } - - .xl\:row-start-7 { - grid-row-start: 7; - } - - .xl\:row-start-auto { - grid-row-start: auto; - } - - .xl\:row-end-1 { - grid-row-end: 1; - } - - .xl\:row-end-2 { - grid-row-end: 2; - } - - .xl\:row-end-3 { - grid-row-end: 3; - } - - .xl\:row-end-4 { - grid-row-end: 4; - } - - .xl\:row-end-5 { - grid-row-end: 5; - } - - .xl\:row-end-6 { - grid-row-end: 6; - } - - .xl\:row-end-7 { - grid-row-end: 7; - } - - .xl\:row-end-auto { - grid-row-end: auto; - } - - .xl\:transform { - --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; - 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)); - } - - .xl\:transform-gpu { - --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; - transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); - } - - .xl\:transform-none { - transform: none; - } - - .xl\:origin-center { - transform-origin: center; - } - - .xl\:origin-top { - transform-origin: top; - } - - .xl\:origin-top-right { - transform-origin: top right; - } - - .xl\:origin-right { - transform-origin: right; - } - - .xl\:origin-bottom-right { - transform-origin: bottom right; - } - - .xl\:origin-bottom { - transform-origin: bottom; - } - - .xl\:origin-bottom-left { - transform-origin: bottom left; - } - - .xl\:origin-left { - transform-origin: left; - } - - .xl\:origin-top-left { - transform-origin: top left; - } - - .xl\:scale-0 { - --tw-scale-x: 0; - --tw-scale-y: 0; - } - - .xl\:scale-50 { - --tw-scale-x: .5; - --tw-scale-y: .5; - } - - .xl\:scale-75 { - --tw-scale-x: .75; - --tw-scale-y: .75; - } - - .xl\:scale-90 { - --tw-scale-x: .9; - --tw-scale-y: .9; - } - - .xl\:scale-95 { - --tw-scale-x: .95; - --tw-scale-y: .95; - } - - .xl\:scale-100 { - --tw-scale-x: 1; - --tw-scale-y: 1; - } - - .xl\:scale-105 { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; - } - - .xl\:scale-110 { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; - } - - .xl\:scale-125 { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; - } - - .xl\:scale-150 { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; - } - - .xl\:scale-x-0 { - --tw-scale-x: 0; - } - - .xl\:scale-x-50 { - --tw-scale-x: .5; - } - - .xl\:scale-x-75 { - --tw-scale-x: .75; - } - - .xl\:scale-x-90 { - --tw-scale-x: .9; - } - - .xl\:scale-x-95 { - --tw-scale-x: .95; - } - - .xl\:scale-x-100 { - --tw-scale-x: 1; - } - - .xl\:scale-x-105 { - --tw-scale-x: 1.05; - } - - .xl\:scale-x-110 { - --tw-scale-x: 1.1; - } - - .xl\:scale-x-125 { - --tw-scale-x: 1.25; - } - - .xl\:scale-x-150 { - --tw-scale-x: 1.5; - } - - .xl\:scale-y-0 { - --tw-scale-y: 0; - } - - .xl\:scale-y-50 { - --tw-scale-y: .5; - } - - .xl\:scale-y-75 { - --tw-scale-y: .75; - } - - .xl\:scale-y-90 { - --tw-scale-y: .9; - } - - .xl\:scale-y-95 { - --tw-scale-y: .95; - } - - .xl\:scale-y-100 { - --tw-scale-y: 1; - } - - .xl\:scale-y-105 { - --tw-scale-y: 1.05; - } - - .xl\:scale-y-110 { - --tw-scale-y: 1.1; - } - - .xl\:scale-y-125 { - --tw-scale-y: 1.25; - } - - .xl\:scale-y-150 { - --tw-scale-y: 1.5; - } - - .xl\:hover\:scale-0:hover { - --tw-scale-x: 0; - --tw-scale-y: 0; - } - - .xl\:hover\:scale-50:hover { - --tw-scale-x: .5; - --tw-scale-y: .5; - } - - .xl\:hover\:scale-75:hover { - --tw-scale-x: .75; - --tw-scale-y: .75; - } - - .xl\:hover\:scale-90:hover { - --tw-scale-x: .9; - --tw-scale-y: .9; - } - - .xl\:hover\:scale-95:hover { - --tw-scale-x: .95; - --tw-scale-y: .95; - } - - .xl\:hover\:scale-100:hover { - --tw-scale-x: 1; - --tw-scale-y: 1; - } - - .xl\:hover\:scale-105:hover { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; - } - - .xl\:hover\:scale-110:hover { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; - } - - .xl\:hover\:scale-125:hover { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; - } - - .xl\:hover\:scale-150:hover { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; - } - - .xl\:hover\:scale-x-0:hover { - --tw-scale-x: 0; - } - - .xl\:hover\:scale-x-50:hover { - --tw-scale-x: .5; - } - - .xl\:hover\:scale-x-75:hover { - --tw-scale-x: .75; - } - - .xl\:hover\:scale-x-90:hover { - --tw-scale-x: .9; - } - - .xl\:hover\:scale-x-95:hover { - --tw-scale-x: .95; - } - - .xl\:hover\:scale-x-100:hover { - --tw-scale-x: 1; - } - - .xl\:hover\:scale-x-105:hover { - --tw-scale-x: 1.05; - } - - .xl\:hover\:scale-x-110:hover { - --tw-scale-x: 1.1; - } - - .xl\:hover\:scale-x-125:hover { - --tw-scale-x: 1.25; - } - - .xl\:hover\:scale-x-150:hover { - --tw-scale-x: 1.5; - } - - .xl\:hover\:scale-y-0:hover { - --tw-scale-y: 0; - } - - .xl\:hover\:scale-y-50:hover { - --tw-scale-y: .5; - } - - .xl\:hover\:scale-y-75:hover { - --tw-scale-y: .75; - } - - .xl\:hover\:scale-y-90:hover { - --tw-scale-y: .9; - } - - .xl\:hover\:scale-y-95:hover { - --tw-scale-y: .95; - } - - .xl\:hover\:scale-y-100:hover { - --tw-scale-y: 1; - } - - .xl\:hover\:scale-y-105:hover { - --tw-scale-y: 1.05; - } - - .xl\:hover\:scale-y-110:hover { - --tw-scale-y: 1.1; - } - - .xl\:hover\:scale-y-125:hover { - --tw-scale-y: 1.25; - } - - .xl\:hover\:scale-y-150:hover { - --tw-scale-y: 1.5; - } - - .xl\:focus\:scale-0:focus { - --tw-scale-x: 0; - --tw-scale-y: 0; - } - - .xl\:focus\:scale-50:focus { - --tw-scale-x: .5; - --tw-scale-y: .5; - } - - .xl\:focus\:scale-75:focus { - --tw-scale-x: .75; - --tw-scale-y: .75; - } - - .xl\:focus\:scale-90:focus { - --tw-scale-x: .9; - --tw-scale-y: .9; - } - - .xl\:focus\:scale-95:focus { - --tw-scale-x: .95; - --tw-scale-y: .95; - } - - .xl\:focus\:scale-100:focus { - --tw-scale-x: 1; - --tw-scale-y: 1; - } - - .xl\:focus\:scale-105:focus { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; - } - - .xl\:focus\:scale-110:focus { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; - } - - .xl\:focus\:scale-125:focus { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; - } - - .xl\:focus\:scale-150:focus { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; - } - - .xl\:focus\:scale-x-0:focus { - --tw-scale-x: 0; - } - - .xl\:focus\:scale-x-50:focus { - --tw-scale-x: .5; - } - - .xl\:focus\:scale-x-75:focus { - --tw-scale-x: .75; - } - - .xl\:focus\:scale-x-90:focus { - --tw-scale-x: .9; - } - - .xl\:focus\:scale-x-95:focus { - --tw-scale-x: .95; - } - - .xl\:focus\:scale-x-100:focus { - --tw-scale-x: 1; - } - - .xl\:focus\:scale-x-105:focus { - --tw-scale-x: 1.05; - } - - .xl\:focus\:scale-x-110:focus { - --tw-scale-x: 1.1; - } - - .xl\:focus\:scale-x-125:focus { - --tw-scale-x: 1.25; - } - - .xl\:focus\:scale-x-150:focus { - --tw-scale-x: 1.5; - } - - .xl\:focus\:scale-y-0:focus { - --tw-scale-y: 0; - } - - .xl\:focus\:scale-y-50:focus { - --tw-scale-y: .5; - } - - .xl\:focus\:scale-y-75:focus { - --tw-scale-y: .75; - } - - .xl\:focus\:scale-y-90:focus { - --tw-scale-y: .9; - } - - .xl\:focus\:scale-y-95:focus { - --tw-scale-y: .95; - } - - .xl\:focus\:scale-y-100:focus { - --tw-scale-y: 1; - } - - .xl\:focus\:scale-y-105:focus { - --tw-scale-y: 1.05; - } - - .xl\:focus\:scale-y-110:focus { - --tw-scale-y: 1.1; - } - - .xl\:focus\:scale-y-125:focus { - --tw-scale-y: 1.25; - } - - .xl\:focus\:scale-y-150:focus { - --tw-scale-y: 1.5; - } - - .xl\:rotate-0 { - --tw-rotate: 0deg; - } - - .xl\:rotate-1 { - --tw-rotate: 1deg; - } - - .xl\:rotate-2 { - --tw-rotate: 2deg; - } - - .xl\:rotate-3 { - --tw-rotate: 3deg; - } - - .xl\:rotate-6 { - --tw-rotate: 6deg; - } - - .xl\:rotate-12 { - --tw-rotate: 12deg; - } - - .xl\:rotate-45 { - --tw-rotate: 45deg; - } - - .xl\:rotate-90 { - --tw-rotate: 90deg; - } - - .xl\:rotate-180 { - --tw-rotate: 180deg; - } - - .xl\:-rotate-180 { - --tw-rotate: -180deg; - } - - .xl\:-rotate-90 { - --tw-rotate: -90deg; - } - - .xl\:-rotate-45 { - --tw-rotate: -45deg; - } - - .xl\:-rotate-12 { - --tw-rotate: -12deg; - } - - .xl\:-rotate-6 { - --tw-rotate: -6deg; - } - - .xl\:-rotate-3 { - --tw-rotate: -3deg; - } - - .xl\:-rotate-2 { - --tw-rotate: -2deg; - } - - .xl\:-rotate-1 { - --tw-rotate: -1deg; - } - - .xl\:hover\:rotate-0:hover { - --tw-rotate: 0deg; - } - - .xl\:hover\:rotate-1:hover { - --tw-rotate: 1deg; - } - - .xl\:hover\:rotate-2:hover { - --tw-rotate: 2deg; - } - - .xl\:hover\:rotate-3:hover { - --tw-rotate: 3deg; - } - - .xl\:hover\:rotate-6:hover { - --tw-rotate: 6deg; - } - - .xl\:hover\:rotate-12:hover { - --tw-rotate: 12deg; - } - - .xl\:hover\:rotate-45:hover { - --tw-rotate: 45deg; - } - - .xl\:hover\:rotate-90:hover { - --tw-rotate: 90deg; - } - - .xl\:hover\:rotate-180:hover { - --tw-rotate: 180deg; - } - - .xl\:hover\:-rotate-180:hover { - --tw-rotate: -180deg; - } - - .xl\:hover\:-rotate-90:hover { - --tw-rotate: -90deg; - } - - .xl\:hover\:-rotate-45:hover { - --tw-rotate: -45deg; - } - - .xl\:hover\:-rotate-12:hover { - --tw-rotate: -12deg; - } - - .xl\:hover\:-rotate-6:hover { - --tw-rotate: -6deg; - } - - .xl\:hover\:-rotate-3:hover { - --tw-rotate: -3deg; - } - - .xl\:hover\:-rotate-2:hover { - --tw-rotate: -2deg; - } - - .xl\:hover\:-rotate-1:hover { - --tw-rotate: -1deg; - } - - .xl\:focus\:rotate-0:focus { - --tw-rotate: 0deg; - } - - .xl\:focus\:rotate-1:focus { - --tw-rotate: 1deg; - } - - .xl\:focus\:rotate-2:focus { - --tw-rotate: 2deg; - } - - .xl\:focus\:rotate-3:focus { - --tw-rotate: 3deg; - } - - .xl\:focus\:rotate-6:focus { - --tw-rotate: 6deg; - } - - .xl\:focus\:rotate-12:focus { - --tw-rotate: 12deg; - } - - .xl\:focus\:rotate-45:focus { - --tw-rotate: 45deg; - } - - .xl\:focus\:rotate-90:focus { - --tw-rotate: 90deg; - } - - .xl\:focus\:rotate-180:focus { - --tw-rotate: 180deg; - } - - .xl\:focus\:-rotate-180:focus { - --tw-rotate: -180deg; - } - - .xl\:focus\:-rotate-90:focus { - --tw-rotate: -90deg; - } - - .xl\:focus\:-rotate-45:focus { - --tw-rotate: -45deg; - } - - .xl\:focus\:-rotate-12:focus { - --tw-rotate: -12deg; - } - - .xl\:focus\:-rotate-6:focus { - --tw-rotate: -6deg; - } - - .xl\:focus\:-rotate-3:focus { - --tw-rotate: -3deg; - } - - .xl\:focus\:-rotate-2:focus { - --tw-rotate: -2deg; - } - - .xl\:focus\:-rotate-1:focus { - --tw-rotate: -1deg; - } - - .xl\:translate-x-0 { - --tw-translate-x: 0px; - } - - .xl\:translate-x-1 { - --tw-translate-x: 0.25rem; - } - - .xl\:translate-x-2 { - --tw-translate-x: 0.5rem; - } - - .xl\:translate-x-3 { - --tw-translate-x: 0.75rem; - } - - .xl\:translate-x-4 { - --tw-translate-x: 1rem; - } - - .xl\:translate-x-5 { - --tw-translate-x: 1.25rem; - } - - .xl\:translate-x-6 { - --tw-translate-x: 1.5rem; - } - - .xl\:translate-x-7 { - --tw-translate-x: 1.75rem; - } - - .xl\:translate-x-8 { - --tw-translate-x: 2rem; - } - - .xl\:translate-x-9 { - --tw-translate-x: 2.25rem; - } - - .xl\:translate-x-10 { - --tw-translate-x: 2.5rem; - } - - .xl\:translate-x-11 { - --tw-translate-x: 2.75rem; - } - - .xl\:translate-x-12 { - --tw-translate-x: 3rem; - } - - .xl\:translate-x-14 { - --tw-translate-x: 3.5rem; - } - - .xl\:translate-x-16 { - --tw-translate-x: 4rem; - } - - .xl\:translate-x-20 { - --tw-translate-x: 5rem; - } - - .xl\:translate-x-22 { - --tw-translate-x: 5.625rem; - } - - .xl\:translate-x-24 { - --tw-translate-x: 6rem; - } - - .xl\:translate-x-28 { - --tw-translate-x: 7rem; - } - - .xl\:translate-x-32 { - --tw-translate-x: 8rem; - } - - .xl\:translate-x-36 { - --tw-translate-x: 9rem; - } - - .xl\:translate-x-40 { - --tw-translate-x: 10rem; - } - - .xl\:translate-x-44 { - --tw-translate-x: 11rem; - } - - .xl\:translate-x-48 { - --tw-translate-x: 12rem; - } - - .xl\:translate-x-52 { - --tw-translate-x: 13rem; - } - - .xl\:translate-x-56 { - --tw-translate-x: 14rem; - } - - .xl\:translate-x-60 { - --tw-translate-x: 240px; - } - - .xl\:translate-x-64 { - --tw-translate-x: 16rem; - } - - .xl\:translate-x-72 { - --tw-translate-x: 18rem; - } - - .xl\:translate-x-80 { - --tw-translate-x: 20rem; - } - - .xl\:translate-x-88 { - --tw-translate-x: 22rem; - } - - .xl\:translate-x-96 { - --tw-translate-x: 24rem; - } - - .xl\:translate-x-130 { - --tw-translate-x: 560px; - } - - .xl\:translate-x-px { - --tw-translate-x: 1px; - } - - .xl\:translate-x-0\.5 { - --tw-translate-x: 0.125rem; - } - - .xl\:translate-x-1\.5 { - --tw-translate-x: 0.375rem; - } - - .xl\:translate-x-2\.5 { - --tw-translate-x: 0.625rem; - } - - .xl\:translate-x-3\.5 { - --tw-translate-x: 0.875rem; - } - - .xl\:-translate-x-0 { - --tw-translate-x: 0px; - } - - .xl\:-translate-x-1 { - --tw-translate-x: -0.25rem; - } - - .xl\:-translate-x-2 { - --tw-translate-x: -0.5rem; - } - - .xl\:-translate-x-3 { - --tw-translate-x: -0.75rem; - } - - .xl\:-translate-x-4 { - --tw-translate-x: -1rem; - } - - .xl\:-translate-x-5 { - --tw-translate-x: -1.25rem; - } - - .xl\:-translate-x-6 { - --tw-translate-x: -1.5rem; - } - - .xl\:-translate-x-7 { - --tw-translate-x: -1.75rem; - } - - .xl\:-translate-x-8 { - --tw-translate-x: -2rem; - } - - .xl\:-translate-x-9 { - --tw-translate-x: -2.25rem; - } - - .xl\:-translate-x-10 { - --tw-translate-x: -2.5rem; - } - - .xl\:-translate-x-11 { - --tw-translate-x: -2.75rem; - } - - .xl\:-translate-x-12 { - --tw-translate-x: -3rem; - } - - .xl\:-translate-x-14 { - --tw-translate-x: -3.5rem; - } - - .xl\:-translate-x-16 { - --tw-translate-x: -4rem; - } - - .xl\:-translate-x-20 { - --tw-translate-x: -5rem; - } - - .xl\:-translate-x-22 { - --tw-translate-x: -5.625rem; - } - - .xl\:-translate-x-24 { - --tw-translate-x: -6rem; - } - - .xl\:-translate-x-28 { - --tw-translate-x: -7rem; - } - - .xl\:-translate-x-32 { - --tw-translate-x: -8rem; - } - - .xl\:-translate-x-36 { - --tw-translate-x: -9rem; - } - - .xl\:-translate-x-40 { - --tw-translate-x: -10rem; - } - - .xl\:-translate-x-44 { - --tw-translate-x: -11rem; - } - - .xl\:-translate-x-48 { - --tw-translate-x: -12rem; - } - - .xl\:-translate-x-52 { - --tw-translate-x: -13rem; - } - - .xl\:-translate-x-56 { - --tw-translate-x: -14rem; - } - - .xl\:-translate-x-60 { - --tw-translate-x: -240px; - } - - .xl\:-translate-x-64 { - --tw-translate-x: -16rem; - } - - .xl\:-translate-x-72 { - --tw-translate-x: -18rem; - } - - .xl\:-translate-x-80 { - --tw-translate-x: -20rem; - } - - .xl\:-translate-x-88 { - --tw-translate-x: -22rem; - } - - .xl\:-translate-x-96 { - --tw-translate-x: -24rem; - } - - .xl\:-translate-x-130 { - --tw-translate-x: -560px; - } - - .xl\:-translate-x-px { - --tw-translate-x: -1px; - } - - .xl\:-translate-x-0\.5 { - --tw-translate-x: -0.125rem; - } - - .xl\:-translate-x-1\.5 { - --tw-translate-x: -0.375rem; - } - - .xl\:-translate-x-2\.5 { - --tw-translate-x: -0.625rem; - } - - .xl\:-translate-x-3\.5 { - --tw-translate-x: -0.875rem; - } - - .xl\:translate-x-1\/2 { - --tw-translate-x: 50%; - } - - .xl\:translate-x-1\/3 { - --tw-translate-x: 33.333333%; - } - - .xl\:translate-x-2\/3 { - --tw-translate-x: 66.666667%; - } - - .xl\:translate-x-1\/4 { - --tw-translate-x: 25%; - } - - .xl\:translate-x-2\/4 { - --tw-translate-x: 50%; - } - - .xl\:translate-x-3\/4 { - --tw-translate-x: 75%; - } - - .xl\:translate-x-full { - --tw-translate-x: 100%; - } - - .xl\:-translate-x-1\/2 { - --tw-translate-x: -50%; - } - - .xl\:-translate-x-1\/3 { - --tw-translate-x: -33.333333%; - } - - .xl\:-translate-x-2\/3 { - --tw-translate-x: -66.666667%; - } - - .xl\:-translate-x-1\/4 { - --tw-translate-x: -25%; - } - - .xl\:-translate-x-2\/4 { - --tw-translate-x: -50%; - } - - .xl\:-translate-x-3\/4 { - --tw-translate-x: -75%; - } - - .xl\:-translate-x-full { - --tw-translate-x: -100%; - } - - .xl\:translate-y-0 { - --tw-translate-y: 0px; - } - - .xl\:translate-y-1 { - --tw-translate-y: 0.25rem; - } - - .xl\:translate-y-2 { - --tw-translate-y: 0.5rem; - } - - .xl\:translate-y-3 { - --tw-translate-y: 0.75rem; - } - - .xl\:translate-y-4 { - --tw-translate-y: 1rem; - } - - .xl\:translate-y-5 { - --tw-translate-y: 1.25rem; - } - - .xl\:translate-y-6 { - --tw-translate-y: 1.5rem; - } - - .xl\:translate-y-7 { - --tw-translate-y: 1.75rem; - } - - .xl\:translate-y-8 { - --tw-translate-y: 2rem; - } - - .xl\:translate-y-9 { - --tw-translate-y: 2.25rem; - } - - .xl\:translate-y-10 { - --tw-translate-y: 2.5rem; - } - - .xl\:translate-y-11 { - --tw-translate-y: 2.75rem; - } - - .xl\:translate-y-12 { - --tw-translate-y: 3rem; - } - - .xl\:translate-y-14 { - --tw-translate-y: 3.5rem; - } - - .xl\:translate-y-16 { - --tw-translate-y: 4rem; - } - - .xl\:translate-y-20 { - --tw-translate-y: 5rem; - } - - .xl\:translate-y-22 { - --tw-translate-y: 5.625rem; - } - - .xl\:translate-y-24 { - --tw-translate-y: 6rem; - } - - .xl\:translate-y-28 { - --tw-translate-y: 7rem; - } - - .xl\:translate-y-32 { - --tw-translate-y: 8rem; - } - - .xl\:translate-y-36 { - --tw-translate-y: 9rem; - } - - .xl\:translate-y-40 { - --tw-translate-y: 10rem; - } - - .xl\:translate-y-44 { - --tw-translate-y: 11rem; - } - - .xl\:translate-y-48 { - --tw-translate-y: 12rem; - } - - .xl\:translate-y-52 { - --tw-translate-y: 13rem; - } - - .xl\:translate-y-56 { - --tw-translate-y: 14rem; - } - - .xl\:translate-y-60 { - --tw-translate-y: 240px; - } - - .xl\:translate-y-64 { - --tw-translate-y: 16rem; - } - - .xl\:translate-y-72 { - --tw-translate-y: 18rem; - } - - .xl\:translate-y-80 { - --tw-translate-y: 20rem; - } - - .xl\:translate-y-88 { - --tw-translate-y: 22rem; - } - - .xl\:translate-y-96 { - --tw-translate-y: 24rem; - } - - .xl\:translate-y-130 { - --tw-translate-y: 560px; - } - - .xl\:translate-y-px { - --tw-translate-y: 1px; - } - - .xl\:translate-y-0\.5 { - --tw-translate-y: 0.125rem; - } - - .xl\:translate-y-1\.5 { - --tw-translate-y: 0.375rem; - } - - .xl\:translate-y-2\.5 { - --tw-translate-y: 0.625rem; - } - - .xl\:translate-y-3\.5 { - --tw-translate-y: 0.875rem; - } - - .xl\:-translate-y-0 { - --tw-translate-y: 0px; - } - - .xl\:-translate-y-1 { - --tw-translate-y: -0.25rem; - } - - .xl\:-translate-y-2 { - --tw-translate-y: -0.5rem; - } - - .xl\:-translate-y-3 { - --tw-translate-y: -0.75rem; - } - - .xl\:-translate-y-4 { - --tw-translate-y: -1rem; - } - - .xl\:-translate-y-5 { - --tw-translate-y: -1.25rem; - } - - .xl\:-translate-y-6 { - --tw-translate-y: -1.5rem; - } - - .xl\:-translate-y-7 { - --tw-translate-y: -1.75rem; - } - - .xl\:-translate-y-8 { - --tw-translate-y: -2rem; - } - - .xl\:-translate-y-9 { - --tw-translate-y: -2.25rem; - } - - .xl\:-translate-y-10 { - --tw-translate-y: -2.5rem; - } - - .xl\:-translate-y-11 { - --tw-translate-y: -2.75rem; - } - - .xl\:-translate-y-12 { - --tw-translate-y: -3rem; - } - - .xl\:-translate-y-14 { - --tw-translate-y: -3.5rem; - } - - .xl\:-translate-y-16 { - --tw-translate-y: -4rem; - } - - .xl\:-translate-y-20 { - --tw-translate-y: -5rem; - } - - .xl\:-translate-y-22 { - --tw-translate-y: -5.625rem; - } - - .xl\:-translate-y-24 { - --tw-translate-y: -6rem; - } - - .xl\:-translate-y-28 { - --tw-translate-y: -7rem; - } - - .xl\:-translate-y-32 { - --tw-translate-y: -8rem; - } - - .xl\:-translate-y-36 { - --tw-translate-y: -9rem; - } - - .xl\:-translate-y-40 { - --tw-translate-y: -10rem; - } - - .xl\:-translate-y-44 { - --tw-translate-y: -11rem; - } - - .xl\:-translate-y-48 { - --tw-translate-y: -12rem; - } - - .xl\:-translate-y-52 { - --tw-translate-y: -13rem; - } - - .xl\:-translate-y-56 { - --tw-translate-y: -14rem; - } - - .xl\:-translate-y-60 { - --tw-translate-y: -240px; - } - - .xl\:-translate-y-64 { - --tw-translate-y: -16rem; - } - - .xl\:-translate-y-72 { - --tw-translate-y: -18rem; - } - - .xl\:-translate-y-80 { - --tw-translate-y: -20rem; - } - - .xl\:-translate-y-88 { - --tw-translate-y: -22rem; - } - - .xl\:-translate-y-96 { - --tw-translate-y: -24rem; - } - - .xl\:-translate-y-130 { - --tw-translate-y: -560px; - } - - .xl\:-translate-y-px { - --tw-translate-y: -1px; - } - - .xl\:-translate-y-0\.5 { - --tw-translate-y: -0.125rem; - } - - .xl\:-translate-y-1\.5 { - --tw-translate-y: -0.375rem; - } - - .xl\:-translate-y-2\.5 { - --tw-translate-y: -0.625rem; - } - - .xl\:-translate-y-3\.5 { - --tw-translate-y: -0.875rem; - } - - .xl\:translate-y-1\/2 { - --tw-translate-y: 50%; - } - - .xl\:translate-y-1\/3 { - --tw-translate-y: 33.333333%; - } - - .xl\:translate-y-2\/3 { - --tw-translate-y: 66.666667%; - } - - .xl\:translate-y-1\/4 { - --tw-translate-y: 25%; - } - - .xl\:translate-y-2\/4 { - --tw-translate-y: 50%; - } - - .xl\:translate-y-3\/4 { - --tw-translate-y: 75%; - } - - .xl\:translate-y-full { - --tw-translate-y: 100%; - } - - .xl\:-translate-y-1\/2 { - --tw-translate-y: -50%; - } - - .xl\:-translate-y-1\/3 { - --tw-translate-y: -33.333333%; - } - - .xl\:-translate-y-2\/3 { - --tw-translate-y: -66.666667%; - } - - .xl\:-translate-y-1\/4 { - --tw-translate-y: -25%; - } - - .xl\:-translate-y-2\/4 { - --tw-translate-y: -50%; - } - - .xl\:-translate-y-3\/4 { - --tw-translate-y: -75%; - } - - .xl\:-translate-y-full { - --tw-translate-y: -100%; - } - - .xl\:hover\:translate-x-0:hover { - --tw-translate-x: 0px; - } - - .xl\:hover\:translate-x-1:hover { - --tw-translate-x: 0.25rem; - } - - .xl\:hover\:translate-x-2:hover { - --tw-translate-x: 0.5rem; - } - - .xl\:hover\:translate-x-3:hover { - --tw-translate-x: 0.75rem; - } - - .xl\:hover\:translate-x-4:hover { - --tw-translate-x: 1rem; - } - - .xl\:hover\:translate-x-5:hover { - --tw-translate-x: 1.25rem; - } - - .xl\:hover\:translate-x-6:hover { - --tw-translate-x: 1.5rem; - } - - .xl\:hover\:translate-x-7:hover { - --tw-translate-x: 1.75rem; - } - - .xl\:hover\:translate-x-8:hover { - --tw-translate-x: 2rem; - } - - .xl\:hover\:translate-x-9:hover { - --tw-translate-x: 2.25rem; - } - - .xl\:hover\:translate-x-10:hover { - --tw-translate-x: 2.5rem; - } - - .xl\:hover\:translate-x-11:hover { - --tw-translate-x: 2.75rem; - } - - .xl\:hover\:translate-x-12:hover { - --tw-translate-x: 3rem; - } - - .xl\:hover\:translate-x-14:hover { - --tw-translate-x: 3.5rem; - } - - .xl\:hover\:translate-x-16:hover { - --tw-translate-x: 4rem; - } - - .xl\:hover\:translate-x-20:hover { - --tw-translate-x: 5rem; - } - - .xl\:hover\:translate-x-22:hover { - --tw-translate-x: 5.625rem; - } - - .xl\:hover\:translate-x-24:hover { - --tw-translate-x: 6rem; - } - - .xl\:hover\:translate-x-28:hover { - --tw-translate-x: 7rem; - } - - .xl\:hover\:translate-x-32:hover { - --tw-translate-x: 8rem; - } - - .xl\:hover\:translate-x-36:hover { - --tw-translate-x: 9rem; - } - - .xl\:hover\:translate-x-40:hover { - --tw-translate-x: 10rem; - } - - .xl\:hover\:translate-x-44:hover { - --tw-translate-x: 11rem; - } - - .xl\:hover\:translate-x-48:hover { - --tw-translate-x: 12rem; - } - - .xl\:hover\:translate-x-52:hover { - --tw-translate-x: 13rem; - } - - .xl\:hover\:translate-x-56:hover { - --tw-translate-x: 14rem; - } - - .xl\:hover\:translate-x-60:hover { - --tw-translate-x: 240px; - } - - .xl\:hover\:translate-x-64:hover { - --tw-translate-x: 16rem; - } - - .xl\:hover\:translate-x-72:hover { - --tw-translate-x: 18rem; - } - - .xl\:hover\:translate-x-80:hover { - --tw-translate-x: 20rem; - } - - .xl\:hover\:translate-x-88:hover { - --tw-translate-x: 22rem; - } - - .xl\:hover\:translate-x-96:hover { - --tw-translate-x: 24rem; - } - - .xl\:hover\:translate-x-130:hover { - --tw-translate-x: 560px; - } - - .xl\:hover\:translate-x-px:hover { - --tw-translate-x: 1px; - } - - .xl\:hover\:translate-x-0\.5:hover { - --tw-translate-x: 0.125rem; - } - - .xl\:hover\:translate-x-1\.5:hover { - --tw-translate-x: 0.375rem; - } - - .xl\:hover\:translate-x-2\.5:hover { - --tw-translate-x: 0.625rem; - } - - .xl\:hover\:translate-x-3\.5:hover { - --tw-translate-x: 0.875rem; - } - - .xl\:hover\:-translate-x-0:hover { - --tw-translate-x: 0px; - } - - .xl\:hover\:-translate-x-1:hover { - --tw-translate-x: -0.25rem; - } - - .xl\:hover\:-translate-x-2:hover { - --tw-translate-x: -0.5rem; - } - - .xl\:hover\:-translate-x-3:hover { - --tw-translate-x: -0.75rem; - } - - .xl\:hover\:-translate-x-4:hover { - --tw-translate-x: -1rem; - } - - .xl\:hover\:-translate-x-5:hover { - --tw-translate-x: -1.25rem; - } - - .xl\:hover\:-translate-x-6:hover { - --tw-translate-x: -1.5rem; - } - - .xl\:hover\:-translate-x-7:hover { - --tw-translate-x: -1.75rem; - } - - .xl\:hover\:-translate-x-8:hover { - --tw-translate-x: -2rem; - } - - .xl\:hover\:-translate-x-9:hover { - --tw-translate-x: -2.25rem; - } - - .xl\:hover\:-translate-x-10:hover { - --tw-translate-x: -2.5rem; - } - - .xl\:hover\:-translate-x-11:hover { - --tw-translate-x: -2.75rem; - } - - .xl\:hover\:-translate-x-12:hover { - --tw-translate-x: -3rem; - } - - .xl\:hover\:-translate-x-14:hover { - --tw-translate-x: -3.5rem; - } - - .xl\:hover\:-translate-x-16:hover { - --tw-translate-x: -4rem; - } - - .xl\:hover\:-translate-x-20:hover { - --tw-translate-x: -5rem; - } - - .xl\:hover\:-translate-x-22:hover { - --tw-translate-x: -5.625rem; - } - - .xl\:hover\:-translate-x-24:hover { - --tw-translate-x: -6rem; - } - - .xl\:hover\:-translate-x-28:hover { - --tw-translate-x: -7rem; - } - - .xl\:hover\:-translate-x-32:hover { - --tw-translate-x: -8rem; - } - - .xl\:hover\:-translate-x-36:hover { - --tw-translate-x: -9rem; - } - - .xl\:hover\:-translate-x-40:hover { - --tw-translate-x: -10rem; - } - - .xl\:hover\:-translate-x-44:hover { - --tw-translate-x: -11rem; - } - - .xl\:hover\:-translate-x-48:hover { - --tw-translate-x: -12rem; - } - - .xl\:hover\:-translate-x-52:hover { - --tw-translate-x: -13rem; - } - - .xl\:hover\:-translate-x-56:hover { - --tw-translate-x: -14rem; - } - - .xl\:hover\:-translate-x-60:hover { - --tw-translate-x: -240px; - } - - .xl\:hover\:-translate-x-64:hover { - --tw-translate-x: -16rem; - } - - .xl\:hover\:-translate-x-72:hover { - --tw-translate-x: -18rem; - } - - .xl\:hover\:-translate-x-80:hover { - --tw-translate-x: -20rem; - } - - .xl\:hover\:-translate-x-88:hover { - --tw-translate-x: -22rem; - } - - .xl\:hover\:-translate-x-96:hover { - --tw-translate-x: -24rem; - } - - .xl\:hover\:-translate-x-130:hover { - --tw-translate-x: -560px; - } - - .xl\:hover\:-translate-x-px:hover { - --tw-translate-x: -1px; - } - - .xl\:hover\:-translate-x-0\.5:hover { - --tw-translate-x: -0.125rem; - } - - .xl\:hover\:-translate-x-1\.5:hover { - --tw-translate-x: -0.375rem; - } - - .xl\:hover\:-translate-x-2\.5:hover { - --tw-translate-x: -0.625rem; - } - - .xl\:hover\:-translate-x-3\.5:hover { - --tw-translate-x: -0.875rem; - } - - .xl\:hover\:translate-x-1\/2:hover { - --tw-translate-x: 50%; - } - - .xl\:hover\:translate-x-1\/3:hover { - --tw-translate-x: 33.333333%; - } - - .xl\:hover\:translate-x-2\/3:hover { - --tw-translate-x: 66.666667%; - } - - .xl\:hover\:translate-x-1\/4:hover { - --tw-translate-x: 25%; - } - - .xl\:hover\:translate-x-2\/4:hover { - --tw-translate-x: 50%; - } - - .xl\:hover\:translate-x-3\/4:hover { - --tw-translate-x: 75%; - } - - .xl\:hover\:translate-x-full:hover { - --tw-translate-x: 100%; - } - - .xl\:hover\:-translate-x-1\/2:hover { - --tw-translate-x: -50%; - } - - .xl\:hover\:-translate-x-1\/3:hover { - --tw-translate-x: -33.333333%; - } - - .xl\:hover\:-translate-x-2\/3:hover { - --tw-translate-x: -66.666667%; - } - - .xl\:hover\:-translate-x-1\/4:hover { - --tw-translate-x: -25%; - } - - .xl\:hover\:-translate-x-2\/4:hover { - --tw-translate-x: -50%; - } - - .xl\:hover\:-translate-x-3\/4:hover { - --tw-translate-x: -75%; - } - - .xl\:hover\:-translate-x-full:hover { - --tw-translate-x: -100%; - } - - .xl\:hover\:translate-y-0:hover { - --tw-translate-y: 0px; - } - - .xl\:hover\:translate-y-1:hover { - --tw-translate-y: 0.25rem; - } - - .xl\:hover\:translate-y-2:hover { - --tw-translate-y: 0.5rem; - } - - .xl\:hover\:translate-y-3:hover { - --tw-translate-y: 0.75rem; - } - - .xl\:hover\:translate-y-4:hover { - --tw-translate-y: 1rem; - } - - .xl\:hover\:translate-y-5:hover { - --tw-translate-y: 1.25rem; - } - - .xl\:hover\:translate-y-6:hover { - --tw-translate-y: 1.5rem; - } - - .xl\:hover\:translate-y-7:hover { - --tw-translate-y: 1.75rem; - } - - .xl\:hover\:translate-y-8:hover { - --tw-translate-y: 2rem; - } - - .xl\:hover\:translate-y-9:hover { - --tw-translate-y: 2.25rem; - } - - .xl\:hover\:translate-y-10:hover { - --tw-translate-y: 2.5rem; - } - - .xl\:hover\:translate-y-11:hover { - --tw-translate-y: 2.75rem; - } - - .xl\:hover\:translate-y-12:hover { - --tw-translate-y: 3rem; - } - - .xl\:hover\:translate-y-14:hover { - --tw-translate-y: 3.5rem; - } - - .xl\:hover\:translate-y-16:hover { - --tw-translate-y: 4rem; - } - - .xl\:hover\:translate-y-20:hover { - --tw-translate-y: 5rem; - } - - .xl\:hover\:translate-y-22:hover { - --tw-translate-y: 5.625rem; - } - - .xl\:hover\:translate-y-24:hover { - --tw-translate-y: 6rem; - } - - .xl\:hover\:translate-y-28:hover { - --tw-translate-y: 7rem; - } - - .xl\:hover\:translate-y-32:hover { - --tw-translate-y: 8rem; - } - - .xl\:hover\:translate-y-36:hover { - --tw-translate-y: 9rem; - } - - .xl\:hover\:translate-y-40:hover { - --tw-translate-y: 10rem; - } - - .xl\:hover\:translate-y-44:hover { - --tw-translate-y: 11rem; - } - - .xl\:hover\:translate-y-48:hover { - --tw-translate-y: 12rem; - } - - .xl\:hover\:translate-y-52:hover { - --tw-translate-y: 13rem; - } - - .xl\:hover\:translate-y-56:hover { - --tw-translate-y: 14rem; - } - - .xl\:hover\:translate-y-60:hover { - --tw-translate-y: 240px; - } - - .xl\:hover\:translate-y-64:hover { - --tw-translate-y: 16rem; - } - - .xl\:hover\:translate-y-72:hover { - --tw-translate-y: 18rem; - } - - .xl\:hover\:translate-y-80:hover { - --tw-translate-y: 20rem; - } - - .xl\:hover\:translate-y-88:hover { - --tw-translate-y: 22rem; - } - - .xl\:hover\:translate-y-96:hover { - --tw-translate-y: 24rem; - } - - .xl\:hover\:translate-y-130:hover { - --tw-translate-y: 560px; - } - - .xl\:hover\:translate-y-px:hover { - --tw-translate-y: 1px; - } - - .xl\:hover\:translate-y-0\.5:hover { - --tw-translate-y: 0.125rem; - } - - .xl\:hover\:translate-y-1\.5:hover { - --tw-translate-y: 0.375rem; - } - - .xl\:hover\:translate-y-2\.5:hover { - --tw-translate-y: 0.625rem; - } - - .xl\:hover\:translate-y-3\.5:hover { - --tw-translate-y: 0.875rem; - } - - .xl\:hover\:-translate-y-0:hover { - --tw-translate-y: 0px; - } - - .xl\:hover\:-translate-y-1:hover { - --tw-translate-y: -0.25rem; - } - - .xl\:hover\:-translate-y-2:hover { - --tw-translate-y: -0.5rem; - } - - .xl\:hover\:-translate-y-3:hover { - --tw-translate-y: -0.75rem; - } - - .xl\:hover\:-translate-y-4:hover { - --tw-translate-y: -1rem; - } - - .xl\:hover\:-translate-y-5:hover { - --tw-translate-y: -1.25rem; - } - - .xl\:hover\:-translate-y-6:hover { - --tw-translate-y: -1.5rem; - } - - .xl\:hover\:-translate-y-7:hover { - --tw-translate-y: -1.75rem; - } - - .xl\:hover\:-translate-y-8:hover { - --tw-translate-y: -2rem; - } - - .xl\:hover\:-translate-y-9:hover { - --tw-translate-y: -2.25rem; - } - - .xl\:hover\:-translate-y-10:hover { - --tw-translate-y: -2.5rem; - } - - .xl\:hover\:-translate-y-11:hover { - --tw-translate-y: -2.75rem; - } - - .xl\:hover\:-translate-y-12:hover { - --tw-translate-y: -3rem; - } - - .xl\:hover\:-translate-y-14:hover { - --tw-translate-y: -3.5rem; - } - - .xl\:hover\:-translate-y-16:hover { - --tw-translate-y: -4rem; - } - - .xl\:hover\:-translate-y-20:hover { - --tw-translate-y: -5rem; - } - - .xl\:hover\:-translate-y-22:hover { - --tw-translate-y: -5.625rem; - } - - .xl\:hover\:-translate-y-24:hover { - --tw-translate-y: -6rem; - } - - .xl\:hover\:-translate-y-28:hover { - --tw-translate-y: -7rem; - } - - .xl\:hover\:-translate-y-32:hover { - --tw-translate-y: -8rem; - } - - .xl\:hover\:-translate-y-36:hover { - --tw-translate-y: -9rem; - } - - .xl\:hover\:-translate-y-40:hover { - --tw-translate-y: -10rem; - } - - .xl\:hover\:-translate-y-44:hover { - --tw-translate-y: -11rem; - } - - .xl\:hover\:-translate-y-48:hover { - --tw-translate-y: -12rem; - } - - .xl\:hover\:-translate-y-52:hover { - --tw-translate-y: -13rem; - } - - .xl\:hover\:-translate-y-56:hover { - --tw-translate-y: -14rem; - } - - .xl\:hover\:-translate-y-60:hover { - --tw-translate-y: -240px; - } - - .xl\:hover\:-translate-y-64:hover { - --tw-translate-y: -16rem; - } - - .xl\:hover\:-translate-y-72:hover { - --tw-translate-y: -18rem; - } - - .xl\:hover\:-translate-y-80:hover { - --tw-translate-y: -20rem; - } - - .xl\:hover\:-translate-y-88:hover { - --tw-translate-y: -22rem; - } - - .xl\:hover\:-translate-y-96:hover { - --tw-translate-y: -24rem; - } - - .xl\:hover\:-translate-y-130:hover { - --tw-translate-y: -560px; - } - - .xl\:hover\:-translate-y-px:hover { - --tw-translate-y: -1px; - } - - .xl\:hover\:-translate-y-0\.5:hover { - --tw-translate-y: -0.125rem; - } - - .xl\:hover\:-translate-y-1\.5:hover { - --tw-translate-y: -0.375rem; - } - - .xl\:hover\:-translate-y-2\.5:hover { - --tw-translate-y: -0.625rem; - } - - .xl\:hover\:-translate-y-3\.5:hover { - --tw-translate-y: -0.875rem; - } - - .xl\:hover\:translate-y-1\/2:hover { - --tw-translate-y: 50%; - } - - .xl\:hover\:translate-y-1\/3:hover { - --tw-translate-y: 33.333333%; - } - - .xl\:hover\:translate-y-2\/3:hover { - --tw-translate-y: 66.666667%; - } - - .xl\:hover\:translate-y-1\/4:hover { - --tw-translate-y: 25%; - } - - .xl\:hover\:translate-y-2\/4:hover { - --tw-translate-y: 50%; - } - - .xl\:hover\:translate-y-3\/4:hover { - --tw-translate-y: 75%; - } - - .xl\:hover\:translate-y-full:hover { - --tw-translate-y: 100%; - } - - .xl\:hover\:-translate-y-1\/2:hover { - --tw-translate-y: -50%; - } - - .xl\:hover\:-translate-y-1\/3:hover { - --tw-translate-y: -33.333333%; - } - - .xl\:hover\:-translate-y-2\/3:hover { - --tw-translate-y: -66.666667%; - } - - .xl\:hover\:-translate-y-1\/4:hover { - --tw-translate-y: -25%; - } - - .xl\:hover\:-translate-y-2\/4:hover { - --tw-translate-y: -50%; - } - - .xl\:hover\:-translate-y-3\/4:hover { - --tw-translate-y: -75%; - } - - .xl\:hover\:-translate-y-full:hover { - --tw-translate-y: -100%; - } - - .xl\:focus\:translate-x-0:focus { - --tw-translate-x: 0px; - } - - .xl\:focus\:translate-x-1:focus { - --tw-translate-x: 0.25rem; - } - - .xl\:focus\:translate-x-2:focus { - --tw-translate-x: 0.5rem; - } - - .xl\:focus\:translate-x-3:focus { - --tw-translate-x: 0.75rem; - } - - .xl\:focus\:translate-x-4:focus { - --tw-translate-x: 1rem; - } - - .xl\:focus\:translate-x-5:focus { - --tw-translate-x: 1.25rem; - } - - .xl\:focus\:translate-x-6:focus { - --tw-translate-x: 1.5rem; - } - - .xl\:focus\:translate-x-7:focus { - --tw-translate-x: 1.75rem; - } - - .xl\:focus\:translate-x-8:focus { - --tw-translate-x: 2rem; - } - - .xl\:focus\:translate-x-9:focus { - --tw-translate-x: 2.25rem; - } - - .xl\:focus\:translate-x-10:focus { - --tw-translate-x: 2.5rem; - } - - .xl\:focus\:translate-x-11:focus { - --tw-translate-x: 2.75rem; - } - - .xl\:focus\:translate-x-12:focus { - --tw-translate-x: 3rem; - } - - .xl\:focus\:translate-x-14:focus { - --tw-translate-x: 3.5rem; - } - - .xl\:focus\:translate-x-16:focus { - --tw-translate-x: 4rem; - } - - .xl\:focus\:translate-x-20:focus { - --tw-translate-x: 5rem; - } - - .xl\:focus\:translate-x-22:focus { - --tw-translate-x: 5.625rem; - } - - .xl\:focus\:translate-x-24:focus { - --tw-translate-x: 6rem; - } - - .xl\:focus\:translate-x-28:focus { - --tw-translate-x: 7rem; - } - - .xl\:focus\:translate-x-32:focus { - --tw-translate-x: 8rem; - } - - .xl\:focus\:translate-x-36:focus { - --tw-translate-x: 9rem; - } - - .xl\:focus\:translate-x-40:focus { - --tw-translate-x: 10rem; - } - - .xl\:focus\:translate-x-44:focus { - --tw-translate-x: 11rem; - } - - .xl\:focus\:translate-x-48:focus { - --tw-translate-x: 12rem; - } - - .xl\:focus\:translate-x-52:focus { - --tw-translate-x: 13rem; - } - - .xl\:focus\:translate-x-56:focus { - --tw-translate-x: 14rem; - } - - .xl\:focus\:translate-x-60:focus { - --tw-translate-x: 240px; - } - - .xl\:focus\:translate-x-64:focus { - --tw-translate-x: 16rem; - } - - .xl\:focus\:translate-x-72:focus { - --tw-translate-x: 18rem; - } - - .xl\:focus\:translate-x-80:focus { - --tw-translate-x: 20rem; - } - - .xl\:focus\:translate-x-88:focus { - --tw-translate-x: 22rem; - } - - .xl\:focus\:translate-x-96:focus { - --tw-translate-x: 24rem; - } - - .xl\:focus\:translate-x-130:focus { - --tw-translate-x: 560px; - } - - .xl\:focus\:translate-x-px:focus { - --tw-translate-x: 1px; - } - - .xl\:focus\:translate-x-0\.5:focus { - --tw-translate-x: 0.125rem; - } - - .xl\:focus\:translate-x-1\.5:focus { - --tw-translate-x: 0.375rem; - } - - .xl\:focus\:translate-x-2\.5:focus { - --tw-translate-x: 0.625rem; - } - - .xl\:focus\:translate-x-3\.5:focus { - --tw-translate-x: 0.875rem; - } - - .xl\:focus\:-translate-x-0:focus { - --tw-translate-x: 0px; - } - - .xl\:focus\:-translate-x-1:focus { - --tw-translate-x: -0.25rem; - } - - .xl\:focus\:-translate-x-2:focus { - --tw-translate-x: -0.5rem; - } - - .xl\:focus\:-translate-x-3:focus { - --tw-translate-x: -0.75rem; - } - - .xl\:focus\:-translate-x-4:focus { - --tw-translate-x: -1rem; - } - - .xl\:focus\:-translate-x-5:focus { - --tw-translate-x: -1.25rem; - } - - .xl\:focus\:-translate-x-6:focus { - --tw-translate-x: -1.5rem; - } - - .xl\:focus\:-translate-x-7:focus { - --tw-translate-x: -1.75rem; - } - - .xl\:focus\:-translate-x-8:focus { - --tw-translate-x: -2rem; - } - - .xl\:focus\:-translate-x-9:focus { - --tw-translate-x: -2.25rem; - } - - .xl\:focus\:-translate-x-10:focus { - --tw-translate-x: -2.5rem; - } - - .xl\:focus\:-translate-x-11:focus { - --tw-translate-x: -2.75rem; - } - - .xl\:focus\:-translate-x-12:focus { - --tw-translate-x: -3rem; - } - - .xl\:focus\:-translate-x-14:focus { - --tw-translate-x: -3.5rem; - } - - .xl\:focus\:-translate-x-16:focus { - --tw-translate-x: -4rem; - } - - .xl\:focus\:-translate-x-20:focus { - --tw-translate-x: -5rem; - } - - .xl\:focus\:-translate-x-22:focus { - --tw-translate-x: -5.625rem; - } - - .xl\:focus\:-translate-x-24:focus { - --tw-translate-x: -6rem; - } - - .xl\:focus\:-translate-x-28:focus { - --tw-translate-x: -7rem; - } - - .xl\:focus\:-translate-x-32:focus { - --tw-translate-x: -8rem; - } - - .xl\:focus\:-translate-x-36:focus { - --tw-translate-x: -9rem; - } - - .xl\:focus\:-translate-x-40:focus { - --tw-translate-x: -10rem; - } - - .xl\:focus\:-translate-x-44:focus { - --tw-translate-x: -11rem; - } - - .xl\:focus\:-translate-x-48:focus { - --tw-translate-x: -12rem; - } - - .xl\:focus\:-translate-x-52:focus { - --tw-translate-x: -13rem; - } - - .xl\:focus\:-translate-x-56:focus { - --tw-translate-x: -14rem; - } - - .xl\:focus\:-translate-x-60:focus { - --tw-translate-x: -240px; - } - - .xl\:focus\:-translate-x-64:focus { - --tw-translate-x: -16rem; - } - - .xl\:focus\:-translate-x-72:focus { - --tw-translate-x: -18rem; - } - - .xl\:focus\:-translate-x-80:focus { - --tw-translate-x: -20rem; - } - - .xl\:focus\:-translate-x-88:focus { - --tw-translate-x: -22rem; - } - - .xl\:focus\:-translate-x-96:focus { - --tw-translate-x: -24rem; - } - - .xl\:focus\:-translate-x-130:focus { - --tw-translate-x: -560px; - } - - .xl\:focus\:-translate-x-px:focus { - --tw-translate-x: -1px; - } - - .xl\:focus\:-translate-x-0\.5:focus { - --tw-translate-x: -0.125rem; - } - - .xl\:focus\:-translate-x-1\.5:focus { - --tw-translate-x: -0.375rem; - } - - .xl\:focus\:-translate-x-2\.5:focus { - --tw-translate-x: -0.625rem; - } - - .xl\:focus\:-translate-x-3\.5:focus { - --tw-translate-x: -0.875rem; - } - - .xl\:focus\:translate-x-1\/2:focus { - --tw-translate-x: 50%; - } - - .xl\:focus\:translate-x-1\/3:focus { - --tw-translate-x: 33.333333%; - } - - .xl\:focus\:translate-x-2\/3:focus { - --tw-translate-x: 66.666667%; - } - - .xl\:focus\:translate-x-1\/4:focus { - --tw-translate-x: 25%; - } - - .xl\:focus\:translate-x-2\/4:focus { - --tw-translate-x: 50%; - } - - .xl\:focus\:translate-x-3\/4:focus { - --tw-translate-x: 75%; - } - - .xl\:focus\:translate-x-full:focus { - --tw-translate-x: 100%; - } - - .xl\:focus\:-translate-x-1\/2:focus { - --tw-translate-x: -50%; - } - - .xl\:focus\:-translate-x-1\/3:focus { - --tw-translate-x: -33.333333%; - } - - .xl\:focus\:-translate-x-2\/3:focus { - --tw-translate-x: -66.666667%; - } - - .xl\:focus\:-translate-x-1\/4:focus { - --tw-translate-x: -25%; - } - - .xl\:focus\:-translate-x-2\/4:focus { - --tw-translate-x: -50%; - } - - .xl\:focus\:-translate-x-3\/4:focus { - --tw-translate-x: -75%; - } - - .xl\:focus\:-translate-x-full:focus { - --tw-translate-x: -100%; - } - - .xl\:focus\:translate-y-0:focus { - --tw-translate-y: 0px; - } - - .xl\:focus\:translate-y-1:focus { - --tw-translate-y: 0.25rem; - } - - .xl\:focus\:translate-y-2:focus { - --tw-translate-y: 0.5rem; - } - - .xl\:focus\:translate-y-3:focus { - --tw-translate-y: 0.75rem; - } - - .xl\:focus\:translate-y-4:focus { - --tw-translate-y: 1rem; - } - - .xl\:focus\:translate-y-5:focus { - --tw-translate-y: 1.25rem; - } - - .xl\:focus\:translate-y-6:focus { - --tw-translate-y: 1.5rem; - } - - .xl\:focus\:translate-y-7:focus { - --tw-translate-y: 1.75rem; - } - - .xl\:focus\:translate-y-8:focus { - --tw-translate-y: 2rem; - } - - .xl\:focus\:translate-y-9:focus { - --tw-translate-y: 2.25rem; - } - - .xl\:focus\:translate-y-10:focus { - --tw-translate-y: 2.5rem; - } - - .xl\:focus\:translate-y-11:focus { - --tw-translate-y: 2.75rem; - } - - .xl\:focus\:translate-y-12:focus { - --tw-translate-y: 3rem; - } - - .xl\:focus\:translate-y-14:focus { - --tw-translate-y: 3.5rem; - } - - .xl\:focus\:translate-y-16:focus { - --tw-translate-y: 4rem; - } - - .xl\:focus\:translate-y-20:focus { - --tw-translate-y: 5rem; - } - - .xl\:focus\:translate-y-22:focus { - --tw-translate-y: 5.625rem; - } - - .xl\:focus\:translate-y-24:focus { - --tw-translate-y: 6rem; - } - - .xl\:focus\:translate-y-28:focus { - --tw-translate-y: 7rem; - } - - .xl\:focus\:translate-y-32:focus { - --tw-translate-y: 8rem; - } - - .xl\:focus\:translate-y-36:focus { - --tw-translate-y: 9rem; - } - - .xl\:focus\:translate-y-40:focus { - --tw-translate-y: 10rem; - } - - .xl\:focus\:translate-y-44:focus { - --tw-translate-y: 11rem; - } - - .xl\:focus\:translate-y-48:focus { - --tw-translate-y: 12rem; - } - - .xl\:focus\:translate-y-52:focus { - --tw-translate-y: 13rem; - } - - .xl\:focus\:translate-y-56:focus { - --tw-translate-y: 14rem; - } - - .xl\:focus\:translate-y-60:focus { - --tw-translate-y: 240px; - } - - .xl\:focus\:translate-y-64:focus { - --tw-translate-y: 16rem; - } - - .xl\:focus\:translate-y-72:focus { - --tw-translate-y: 18rem; - } - - .xl\:focus\:translate-y-80:focus { - --tw-translate-y: 20rem; - } - - .xl\:focus\:translate-y-88:focus { - --tw-translate-y: 22rem; - } - - .xl\:focus\:translate-y-96:focus { - --tw-translate-y: 24rem; - } - - .xl\:focus\:translate-y-130:focus { - --tw-translate-y: 560px; - } - - .xl\:focus\:translate-y-px:focus { - --tw-translate-y: 1px; - } - - .xl\:focus\:translate-y-0\.5:focus { - --tw-translate-y: 0.125rem; - } - - .xl\:focus\:translate-y-1\.5:focus { - --tw-translate-y: 0.375rem; - } - - .xl\:focus\:translate-y-2\.5:focus { - --tw-translate-y: 0.625rem; - } - - .xl\:focus\:translate-y-3\.5:focus { - --tw-translate-y: 0.875rem; - } - - .xl\:focus\:-translate-y-0:focus { - --tw-translate-y: 0px; - } - - .xl\:focus\:-translate-y-1:focus { - --tw-translate-y: -0.25rem; - } - - .xl\:focus\:-translate-y-2:focus { - --tw-translate-y: -0.5rem; - } - - .xl\:focus\:-translate-y-3:focus { - --tw-translate-y: -0.75rem; - } - - .xl\:focus\:-translate-y-4:focus { - --tw-translate-y: -1rem; - } - - .xl\:focus\:-translate-y-5:focus { - --tw-translate-y: -1.25rem; - } - - .xl\:focus\:-translate-y-6:focus { - --tw-translate-y: -1.5rem; - } - - .xl\:focus\:-translate-y-7:focus { - --tw-translate-y: -1.75rem; - } - - .xl\:focus\:-translate-y-8:focus { - --tw-translate-y: -2rem; - } - - .xl\:focus\:-translate-y-9:focus { - --tw-translate-y: -2.25rem; - } - - .xl\:focus\:-translate-y-10:focus { - --tw-translate-y: -2.5rem; - } - - .xl\:focus\:-translate-y-11:focus { - --tw-translate-y: -2.75rem; - } - - .xl\:focus\:-translate-y-12:focus { - --tw-translate-y: -3rem; - } - - .xl\:focus\:-translate-y-14:focus { - --tw-translate-y: -3.5rem; - } - - .xl\:focus\:-translate-y-16:focus { - --tw-translate-y: -4rem; - } - - .xl\:focus\:-translate-y-20:focus { - --tw-translate-y: -5rem; - } - - .xl\:focus\:-translate-y-22:focus { - --tw-translate-y: -5.625rem; - } - - .xl\:focus\:-translate-y-24:focus { - --tw-translate-y: -6rem; - } - - .xl\:focus\:-translate-y-28:focus { - --tw-translate-y: -7rem; - } - - .xl\:focus\:-translate-y-32:focus { - --tw-translate-y: -8rem; - } - - .xl\:focus\:-translate-y-36:focus { - --tw-translate-y: -9rem; - } - - .xl\:focus\:-translate-y-40:focus { - --tw-translate-y: -10rem; - } - - .xl\:focus\:-translate-y-44:focus { - --tw-translate-y: -11rem; - } - - .xl\:focus\:-translate-y-48:focus { - --tw-translate-y: -12rem; - } - - .xl\:focus\:-translate-y-52:focus { - --tw-translate-y: -13rem; - } - - .xl\:focus\:-translate-y-56:focus { - --tw-translate-y: -14rem; - } - - .xl\:focus\:-translate-y-60:focus { - --tw-translate-y: -240px; - } - - .xl\:focus\:-translate-y-64:focus { - --tw-translate-y: -16rem; - } - - .xl\:focus\:-translate-y-72:focus { - --tw-translate-y: -18rem; - } - - .xl\:focus\:-translate-y-80:focus { - --tw-translate-y: -20rem; - } - - .xl\:focus\:-translate-y-88:focus { - --tw-translate-y: -22rem; - } - - .xl\:focus\:-translate-y-96:focus { - --tw-translate-y: -24rem; - } - - .xl\:focus\:-translate-y-130:focus { - --tw-translate-y: -560px; - } - - .xl\:focus\:-translate-y-px:focus { - --tw-translate-y: -1px; - } - - .xl\:focus\:-translate-y-0\.5:focus { - --tw-translate-y: -0.125rem; - } - - .xl\:focus\:-translate-y-1\.5:focus { - --tw-translate-y: -0.375rem; - } - - .xl\:focus\:-translate-y-2\.5:focus { - --tw-translate-y: -0.625rem; - } - - .xl\:focus\:-translate-y-3\.5:focus { - --tw-translate-y: -0.875rem; - } - - .xl\:focus\:translate-y-1\/2:focus { - --tw-translate-y: 50%; - } - - .xl\:focus\:translate-y-1\/3:focus { - --tw-translate-y: 33.333333%; - } - - .xl\:focus\:translate-y-2\/3:focus { - --tw-translate-y: 66.666667%; - } - - .xl\:focus\:translate-y-1\/4:focus { - --tw-translate-y: 25%; - } - - .xl\:focus\:translate-y-2\/4:focus { - --tw-translate-y: 50%; - } - - .xl\:focus\:translate-y-3\/4:focus { - --tw-translate-y: 75%; - } - - .xl\:focus\:translate-y-full:focus { - --tw-translate-y: 100%; - } - - .xl\:focus\:-translate-y-1\/2:focus { - --tw-translate-y: -50%; - } - - .xl\:focus\:-translate-y-1\/3:focus { - --tw-translate-y: -33.333333%; - } - - .xl\:focus\:-translate-y-2\/3:focus { - --tw-translate-y: -66.666667%; - } - - .xl\:focus\:-translate-y-1\/4:focus { - --tw-translate-y: -25%; - } - - .xl\:focus\:-translate-y-2\/4:focus { - --tw-translate-y: -50%; - } - - .xl\:focus\:-translate-y-3\/4:focus { - --tw-translate-y: -75%; - } - - .xl\:focus\:-translate-y-full:focus { - --tw-translate-y: -100%; - } - - .xl\:skew-x-0 { - --tw-skew-x: 0deg; - } - - .xl\:skew-x-1 { - --tw-skew-x: 1deg; - } - - .xl\:skew-x-2 { - --tw-skew-x: 2deg; - } - - .xl\:skew-x-3 { - --tw-skew-x: 3deg; - } - - .xl\:skew-x-6 { - --tw-skew-x: 6deg; - } - - .xl\:skew-x-12 { - --tw-skew-x: 12deg; - } - - .xl\:-skew-x-12 { - --tw-skew-x: -12deg; - } - - .xl\:-skew-x-6 { - --tw-skew-x: -6deg; - } - - .xl\:-skew-x-3 { - --tw-skew-x: -3deg; - } - - .xl\:-skew-x-2 { - --tw-skew-x: -2deg; - } - - .xl\:-skew-x-1 { - --tw-skew-x: -1deg; - } - - .xl\:skew-y-0 { - --tw-skew-y: 0deg; - } - - .xl\:skew-y-1 { - --tw-skew-y: 1deg; - } - - .xl\:skew-y-2 { - --tw-skew-y: 2deg; - } - - .xl\:skew-y-3 { - --tw-skew-y: 3deg; - } - - .xl\:skew-y-6 { - --tw-skew-y: 6deg; - } - - .xl\:skew-y-12 { - --tw-skew-y: 12deg; - } - - .xl\:-skew-y-12 { - --tw-skew-y: -12deg; - } - - .xl\:-skew-y-6 { - --tw-skew-y: -6deg; - } - - .xl\:-skew-y-3 { - --tw-skew-y: -3deg; - } - - .xl\:-skew-y-2 { - --tw-skew-y: -2deg; - } - - .xl\:-skew-y-1 { - --tw-skew-y: -1deg; - } - - .xl\:hover\:skew-x-0:hover { - --tw-skew-x: 0deg; - } - - .xl\:hover\:skew-x-1:hover { - --tw-skew-x: 1deg; - } - - .xl\:hover\:skew-x-2:hover { - --tw-skew-x: 2deg; - } - - .xl\:hover\:skew-x-3:hover { - --tw-skew-x: 3deg; - } - - .xl\:hover\:skew-x-6:hover { - --tw-skew-x: 6deg; - } - - .xl\:hover\:skew-x-12:hover { - --tw-skew-x: 12deg; - } - - .xl\:hover\:-skew-x-12:hover { - --tw-skew-x: -12deg; - } - - .xl\:hover\:-skew-x-6:hover { - --tw-skew-x: -6deg; - } - - .xl\:hover\:-skew-x-3:hover { - --tw-skew-x: -3deg; - } - - .xl\:hover\:-skew-x-2:hover { - --tw-skew-x: -2deg; - } - - .xl\:hover\:-skew-x-1:hover { - --tw-skew-x: -1deg; - } - - .xl\:hover\:skew-y-0:hover { - --tw-skew-y: 0deg; - } - - .xl\:hover\:skew-y-1:hover { - --tw-skew-y: 1deg; - } - - .xl\:hover\:skew-y-2:hover { - --tw-skew-y: 2deg; - } - - .xl\:hover\:skew-y-3:hover { - --tw-skew-y: 3deg; - } - - .xl\:hover\:skew-y-6:hover { - --tw-skew-y: 6deg; - } - - .xl\:hover\:skew-y-12:hover { - --tw-skew-y: 12deg; - } - - .xl\:hover\:-skew-y-12:hover { - --tw-skew-y: -12deg; - } - - .xl\:hover\:-skew-y-6:hover { - --tw-skew-y: -6deg; - } - - .xl\:hover\:-skew-y-3:hover { - --tw-skew-y: -3deg; - } - - .xl\:hover\:-skew-y-2:hover { - --tw-skew-y: -2deg; - } - - .xl\:hover\:-skew-y-1:hover { - --tw-skew-y: -1deg; - } - - .xl\:focus\:skew-x-0:focus { - --tw-skew-x: 0deg; - } - - .xl\:focus\:skew-x-1:focus { - --tw-skew-x: 1deg; - } - - .xl\:focus\:skew-x-2:focus { - --tw-skew-x: 2deg; - } - - .xl\:focus\:skew-x-3:focus { - --tw-skew-x: 3deg; - } - - .xl\:focus\:skew-x-6:focus { - --tw-skew-x: 6deg; - } - - .xl\:focus\:skew-x-12:focus { - --tw-skew-x: 12deg; - } - - .xl\:focus\:-skew-x-12:focus { - --tw-skew-x: -12deg; - } - - .xl\:focus\:-skew-x-6:focus { - --tw-skew-x: -6deg; - } - - .xl\:focus\:-skew-x-3:focus { - --tw-skew-x: -3deg; - } - - .xl\:focus\:-skew-x-2:focus { - --tw-skew-x: -2deg; - } - - .xl\:focus\:-skew-x-1:focus { - --tw-skew-x: -1deg; - } - - .xl\:focus\:skew-y-0:focus { - --tw-skew-y: 0deg; - } - - .xl\:focus\:skew-y-1:focus { - --tw-skew-y: 1deg; - } - - .xl\:focus\:skew-y-2:focus { - --tw-skew-y: 2deg; - } - - .xl\:focus\:skew-y-3:focus { - --tw-skew-y: 3deg; - } - - .xl\:focus\:skew-y-6:focus { - --tw-skew-y: 6deg; - } - - .xl\:focus\:skew-y-12:focus { - --tw-skew-y: 12deg; - } - - .xl\:focus\:-skew-y-12:focus { - --tw-skew-y: -12deg; - } - - .xl\:focus\:-skew-y-6:focus { - --tw-skew-y: -6deg; - } - - .xl\:focus\:-skew-y-3:focus { - --tw-skew-y: -3deg; - } - - .xl\:focus\:-skew-y-2:focus { - --tw-skew-y: -2deg; - } - - .xl\:focus\:-skew-y-1:focus { - --tw-skew-y: -1deg; - } - - .xl\:transition-none { - transition-property: none; - } - - .xl\:transition-all { - transition-property: all; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .xl\:transition { - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .xl\:transition-colors { - transition-property: background-color, border-color, color, fill, stroke; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .xl\:transition-opacity { - transition-property: opacity; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .xl\:transition-shadow { - transition-property: box-shadow; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .xl\:transition-transform { - transition-property: transform; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .xl\:ease-linear { - transition-timing-function: linear; - } - - .xl\:ease-in { - transition-timing-function: cubic-bezier(0.4, 0, 1, 1); - } - - .xl\:ease-out { - transition-timing-function: cubic-bezier(0, 0, 0.2, 1); - } - - .xl\:ease-in-out { - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - } - - .xl\:duration-75 { - transition-duration: 75ms; - } - - .xl\:duration-100 { - transition-duration: 100ms; - } - - .xl\:duration-150 { - transition-duration: 150ms; - } - - .xl\:duration-200 { - transition-duration: 200ms; - } - - .xl\:duration-300 { - transition-duration: 300ms; - } - - .xl\:duration-500 { - transition-duration: 500ms; - } - - .xl\:duration-700 { - transition-duration: 700ms; - } - - .xl\:duration-1000 { - transition-duration: 1000ms; - } - - .xl\:delay-75 { - transition-delay: 75ms; - } - - .xl\:delay-100 { - transition-delay: 100ms; - } - - .xl\:delay-150 { - transition-delay: 150ms; - } - - .xl\:delay-200 { - transition-delay: 200ms; - } - - .xl\:delay-300 { - transition-delay: 300ms; - } - - .xl\:delay-500 { - transition-delay: 500ms; - } - - .xl\:delay-700 { - transition-delay: 700ms; - } - - .xl\:delay-1000 { - transition-delay: 1000ms; - } - - .xl\:animate-none { - -webkit-animation: none; - animation: none; - } - - .xl\:animate-spin { - -webkit-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; - } - - .xl\:animate-ping { - -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; - animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; - } - - .xl\:animate-pulse { - -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; - animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; - } - - .xl\:animate-bounce { - -webkit-animation: bounce 0.6s ease-in-out; - animation: bounce 0.6s ease-in-out; - } -} - -@media (min-width: 1536px) { - .\32xl\:container { - width: 100%; - } - - @media (min-width: 640px) { - .\32xl\:container { - max-width: 640px; - } - } - - @media (min-width: 768px) { - .\32xl\:container { - max-width: 768px; - } - } - - @media (min-width: 1024px) { - .\32xl\:container { - max-width: 1024px; - } - } - - @media (min-width: 1280px) { - .\32xl\:container { - max-width: 1280px; - } - } - - @media (min-width: 1440px) { - .\32xl\:container { - max-width: 1440px; - } - } - - @media (min-width: 1536px) { - .\32xl\:container { - max-width: 1536px; - } - } - - .\32xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0px * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0px * var(--tw-space-x-reverse)); - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.25rem * var(--tw-space-x-reverse)); - margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1rem * var(--tw-space-x-reverse)); - margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.25rem * var(--tw-space-x-reverse)); - margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\: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)); - } - - .\32xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.5rem * var(--tw-space-x-reverse)); - margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.75rem * var(--tw-space-x-reverse)); - margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2rem * var(--tw-space-x-reverse)); - margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.25rem * var(--tw-space-x-reverse)); - margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.5rem * var(--tw-space-x-reverse)); - margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.75rem * var(--tw-space-x-reverse)); - margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(3rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(3rem * var(--tw-space-x-reverse)); - margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(3.5rem * var(--tw-space-x-reverse)); - margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(4rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(4rem * var(--tw-space-x-reverse)); - margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(5rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(5rem * var(--tw-space-x-reverse)); - margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(5.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(5.625rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(5.625rem * var(--tw-space-x-reverse)); - margin-left: calc(5.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(6rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(6rem * var(--tw-space-x-reverse)); - margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(7rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(7rem * var(--tw-space-x-reverse)); - margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(8rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(8rem * var(--tw-space-x-reverse)); - margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(9rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(9rem * var(--tw-space-x-reverse)); - margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(10rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(10rem * var(--tw-space-x-reverse)); - margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(11rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(11rem * var(--tw-space-x-reverse)); - margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(12rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(12rem * var(--tw-space-x-reverse)); - margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(13rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(13rem * var(--tw-space-x-reverse)); - margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(14rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(14rem * var(--tw-space-x-reverse)); - margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(240px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(240px * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(240px * var(--tw-space-x-reverse)); - margin-left: calc(240px * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(16rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(16rem * var(--tw-space-x-reverse)); - margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(18rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(18rem * var(--tw-space-x-reverse)); - margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(20rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(20rem * var(--tw-space-x-reverse)); - margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(22rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(22rem * var(--tw-space-x-reverse)); - margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(24rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(24rem * var(--tw-space-x-reverse)); - margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(560px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(560px * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(560px * var(--tw-space-x-reverse)); - margin-left: calc(560px * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1px * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1px * var(--tw-space-x-reverse)); - margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.125rem * var(--tw-space-x-reverse)); - margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.375rem * var(--tw-space-x-reverse)); - margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.625rem * var(--tw-space-x-reverse)); - margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)); - } - - .\32xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.875rem * var(--tw-space-x-reverse)); - margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0px * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0px * var(--tw-space-x-reverse)); - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1rem * var(--tw-space-x-reverse)); - margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-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)); - } - - .\32xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2rem * var(--tw-space-x-reverse)); - margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-3rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-3rem * var(--tw-space-x-reverse)); - margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-3.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-4rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-4rem * var(--tw-space-x-reverse)); - margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-5rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-5rem * var(--tw-space-x-reverse)); - margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-5.625rem * var(--tw-space-x-reverse)); - margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-6rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-6rem * var(--tw-space-x-reverse)); - margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-7rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-7rem * var(--tw-space-x-reverse)); - margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-8rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-8rem * var(--tw-space-x-reverse)); - margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-9rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-9rem * var(--tw-space-x-reverse)); - margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-10rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-10rem * var(--tw-space-x-reverse)); - margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-11rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-11rem * var(--tw-space-x-reverse)); - margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-12rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-12rem * var(--tw-space-x-reverse)); - margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-13rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-13rem * var(--tw-space-x-reverse)); - margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-14rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-14rem * var(--tw-space-x-reverse)); - margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-240px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-240px * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-240px * var(--tw-space-x-reverse)); - margin-left: calc(-240px * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-16rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-16rem * var(--tw-space-x-reverse)); - margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-18rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-18rem * var(--tw-space-x-reverse)); - margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-20rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-20rem * var(--tw-space-x-reverse)); - margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-22rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-22rem * var(--tw-space-x-reverse)); - margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-24rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-24rem * var(--tw-space-x-reverse)); - margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-560px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-560px * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-560px * var(--tw-space-x-reverse)); - margin-left: calc(-560px * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1px * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1px * var(--tw-space-x-reverse)); - margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.125rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.375rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.625rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)); - } - - .\32xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.875rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))); - } - - .\32xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 1; - } - - .\32xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 1; - } - - .\32xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(0px * var(--tw-divide-y-reverse)); - } - - .\32xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(0px * var(--tw-divide-x-reverse)); - border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))); - } - - .\32xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(2px * var(--tw-divide-y-reverse)); - } - - .\32xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(2px * var(--tw-divide-x-reverse)); - border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))); - } - - .\32xl\:divide-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(3px * var(--tw-divide-y-reverse)); - } - - .\32xl\:divide-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(3px * var(--tw-divide-x-reverse)); - border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse))); - } - - .\32xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(4px * var(--tw-divide-y-reverse)); - } - - .\32xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(4px * var(--tw-divide-x-reverse)); - border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))); - } - - .\32xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(8px * var(--tw-divide-y-reverse)); - } - - .\32xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(8px * var(--tw-divide-x-reverse)); - border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))); - } - - .\32xl\:divide-y > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); - } - - .\32xl\:divide-x > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(1px * var(--tw-divide-x-reverse)); - border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); - } - - .\32xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 1; - } - - .\32xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 1; - } - - .\32xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) { - border-color: transparent; - } - - .\32xl\:divide-current > :not([hidden]) ~ :not([hidden]) { - border-color: currentColor; - } - - .\32xl\:divide-black > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-divide-opacity)); - } - - .\32xl\:divide-white > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-divide-opacity)); - } - - .\32xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-divide-opacity)); - } - - .\32xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-divide-opacity)); - } - - .\32xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-divide-opacity)); - } - - .\32xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-divide-opacity)); - } - - .\32xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-divide-opacity)); - } - - .\32xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-divide-opacity)); - } - - .\32xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-divide-opacity)); - } - - .\32xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-divide-opacity)); - } - - .\32xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-divide-opacity)); - } - - .\32xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-divide-opacity)); - } - - .\32xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)); - } - - .\32xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)); - } - - .\32xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)); - } - - .\32xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)); - } - - .\32xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)); - } - - .\32xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)); - } - - .\32xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)); - } - - .\32xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)); - } - - .\32xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)); - } - - .\32xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)); - } - - .\32xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)); - } - - .\32xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)); - } - - .\32xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)); - } - - .\32xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)); - } - - .\32xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)); - } - - .\32xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)); - } - - .\32xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)); - } - - .\32xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)); - } - - .\32xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)); - } - - .\32xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)); - } - - .\32xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)); - } - - .\32xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)); - } - - .\32xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)); - } - - .\32xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)); - } - - .\32xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)); - } - - .\32xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)); - } - - .\32xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)); - } - - .\32xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)); - } - - .\32xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)); - } - - .\32xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)); - } - - .\32xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)); - } - - .\32xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)); - } - - .\32xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)); - } - - .\32xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)); - } - - .\32xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)); - } - - .\32xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)); - } - - .\32xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)); - } - - .\32xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)); - } - - .\32xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)); - } - - .\32xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); - } - - .\32xl\:divide-primary-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-divide-opacity)); - } - - .\32xl\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-divide-opacity)); - } - - .\32xl\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-divide-opacity)); - } - - .\32xl\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-divide-opacity)); - } - - .\32xl\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-divide-opacity)); - } - - .\32xl\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-divide-opacity)); - } - - .\32xl\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-divide-opacity)); - } - - .\32xl\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-divide-opacity)); - } - - .\32xl\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-divide-opacity)); - } - - .\32xl\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-divide-opacity)); - } - - .\32xl\:divide-danger > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-divide-opacity)); - } - - .\32xl\:divide-success > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-divide-opacity)); - } - - .\32xl\:divide-warning > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-divide-opacity)); - } - - .\32xl\:divide-info > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-divide-opacity)); - } - - .\32xl\:divide-solid > :not([hidden]) ~ :not([hidden]) { - border-style: solid; - } - - .\32xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) { - border-style: dashed; - } - - .\32xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) { - border-style: dotted; - } - - .\32xl\:divide-double > :not([hidden]) ~ :not([hidden]) { - border-style: double; - } - - .\32xl\:divide-none > :not([hidden]) ~ :not([hidden]) { - border-style: none; - } - - .\32xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0; - } - - .\32xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.05; - } - - .\32xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.1; - } - - .\32xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.2; - } - - .\32xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.25; - } - - .\32xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.3; - } - - .\32xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.4; - } - - .\32xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.5; - } - - .\32xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.6; - } - - .\32xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.7; - } - - .\32xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.75; - } - - .\32xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.8; - } - - .\32xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.9; - } - - .\32xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.95; - } - - .\32xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - } - - .\32xl\:sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; - } - - .\32xl\:not-sr-only { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; - } - - .\32xl\:focus-within\:sr-only:focus-within { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; - } - - .\32xl\:focus-within\:not-sr-only:focus-within { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; - } - - .\32xl\:focus\:sr-only:focus { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; - } - - .\32xl\:focus\:not-sr-only:focus { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; - } - - .\32xl\:appearance-none { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - } - - .\32xl\:bg-fixed { - background-attachment: fixed; - } - - .\32xl\:bg-local { - background-attachment: local; - } - - .\32xl\:bg-scroll { - background-attachment: scroll; - } - - .\32xl\:bg-clip-border { - background-clip: border-box; - } - - .\32xl\:bg-clip-padding { - background-clip: padding-box; - } - - .\32xl\:bg-clip-content { - background-clip: content-box; - } - - .\32xl\:bg-clip-text { - -webkit-background-clip: text; - background-clip: text; - } - - .\32xl\:bg-transparent { - background-color: transparent; - } - - .\32xl\:bg-current { - background-color: currentColor; - } - - .\32xl\:bg-black { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .\32xl\:bg-white { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .\32xl\:bg-red-50 { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .\32xl\:bg-red-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .\32xl\:bg-red-200 { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .\32xl\:bg-red-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .\32xl\:bg-red-400 { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .\32xl\:bg-red-500 { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .\32xl\:bg-red-600 { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .\32xl\:bg-red-700 { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .\32xl\:bg-red-800 { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .\32xl\:bg-red-900 { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .\32xl\:bg-yellow-50 { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .\32xl\:bg-yellow-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .\32xl\:bg-yellow-200 { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .\32xl\:bg-yellow-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .\32xl\:bg-yellow-400 { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .\32xl\:bg-yellow-500 { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .\32xl\:bg-yellow-600 { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .\32xl\:bg-yellow-700 { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .\32xl\:bg-yellow-800 { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .\32xl\:bg-yellow-900 { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .\32xl\:bg-green-50 { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .\32xl\:bg-green-100 { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .\32xl\:bg-green-200 { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .\32xl\:bg-green-300 { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .\32xl\:bg-green-400 { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .\32xl\:bg-green-500 { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .\32xl\:bg-green-600 { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .\32xl\:bg-green-700 { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .\32xl\:bg-green-800 { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .\32xl\:bg-green-900 { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .\32xl\:bg-blue-50 { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .\32xl\:bg-blue-100 { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .\32xl\:bg-blue-200 { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .\32xl\:bg-blue-300 { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .\32xl\:bg-blue-400 { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .\32xl\:bg-blue-500 { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .\32xl\:bg-blue-600 { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .\32xl\:bg-blue-700 { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .\32xl\:bg-blue-800 { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .\32xl\:bg-blue-900 { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .\32xl\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .\32xl\:bg-indigo-100 { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .\32xl\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .\32xl\:bg-indigo-300 { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .\32xl\:bg-indigo-400 { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .\32xl\:bg-indigo-500 { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .\32xl\:bg-indigo-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .\32xl\:bg-indigo-700 { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .\32xl\:bg-indigo-800 { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .\32xl\:bg-indigo-900 { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .\32xl\:bg-primary-50 { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .\32xl\:bg-primary-100 { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .\32xl\:bg-primary-200 { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .\32xl\:bg-primary-300 { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .\32xl\:bg-primary-400 { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .\32xl\:bg-primary-500 { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .\32xl\:bg-primary-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .\32xl\:bg-primary-700 { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .\32xl\:bg-primary-800 { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .\32xl\:bg-primary-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .\32xl\:bg-danger { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .\32xl\:bg-success { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .\32xl\:bg-warning { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .\32xl\:bg-info { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-transparent { - background-color: transparent; - } - - .group:hover .\32xl\:group-hover\:bg-current { - background-color: currentColor; - } - - .group:hover .\32xl\:group-hover\:bg-black { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-white { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-red-50 { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-red-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-red-200 { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-red-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-red-400 { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-red-500 { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-red-600 { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-red-700 { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-red-800 { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-red-900 { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-yellow-50 { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-yellow-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-yellow-200 { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-yellow-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-yellow-400 { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-yellow-500 { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-yellow-600 { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-yellow-700 { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-yellow-800 { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-yellow-900 { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-green-50 { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-green-100 { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-green-200 { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-green-300 { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-green-400 { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-green-500 { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-green-600 { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-green-700 { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-green-800 { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-green-900 { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-blue-50 { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-blue-100 { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-blue-200 { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-blue-300 { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-blue-400 { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-blue-500 { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-blue-600 { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-blue-700 { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-blue-800 { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-blue-900 { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-indigo-100 { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-indigo-300 { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-indigo-400 { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-indigo-500 { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-indigo-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-indigo-700 { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-indigo-800 { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-indigo-900 { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-primary-50 { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-primary-100 { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-primary-200 { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-primary-300 { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-primary-400 { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-primary-500 { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-primary-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-primary-700 { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-primary-800 { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-primary-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-danger { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-success { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-warning { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-info { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-transparent:focus-within { - background-color: transparent; - } - - .\32xl\:focus-within\:bg-current:focus-within { - background-color: currentColor; - } - - .\32xl\:focus-within\:bg-black:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-white:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-red-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-red-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-red-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-red-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-red-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-red-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-red-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-red-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-red-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-red-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-yellow-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-yellow-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-yellow-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-yellow-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-yellow-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-yellow-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-yellow-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-yellow-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-yellow-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-yellow-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-green-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-green-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-green-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-green-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-green-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-green-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-green-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-green-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-green-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-green-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-blue-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-blue-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-blue-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-blue-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-blue-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-blue-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-blue-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-blue-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-blue-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-blue-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-indigo-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-indigo-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-indigo-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-indigo-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-indigo-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-indigo-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-indigo-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-indigo-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-primary-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-primary-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-primary-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-primary-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-primary-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-primary-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-primary-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-primary-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-primary-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-primary-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-danger:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-success:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-warning:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-info:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-transparent:hover { - background-color: transparent; - } - - .\32xl\:hover\:bg-current:hover { - background-color: currentColor; - } - - .\32xl\:hover\:bg-black:hover { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-white:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-red-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-red-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-red-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-red-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-red-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-red-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-red-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-red-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-red-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-red-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-yellow-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-yellow-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-yellow-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-yellow-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-yellow-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-yellow-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-yellow-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-yellow-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-yellow-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-yellow-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-green-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-green-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-green-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-green-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-green-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-green-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-green-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-green-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-green-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-green-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-blue-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-blue-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-blue-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-blue-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-blue-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-blue-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-blue-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-blue-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-blue-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-blue-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-indigo-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-indigo-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-indigo-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-indigo-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-indigo-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-indigo-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-indigo-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-indigo-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-primary-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-primary-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-primary-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-primary-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-primary-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-primary-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-primary-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-primary-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-primary-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-primary-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-danger:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-success:hover { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-warning:hover { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-info:hover { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-transparent:focus { - background-color: transparent; - } - - .\32xl\:focus\:bg-current:focus { - background-color: currentColor; - } - - .\32xl\:focus\:bg-black:focus { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-white:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-red-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-red-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-red-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-red-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-red-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-red-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-red-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-red-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-red-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-red-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-yellow-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-yellow-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-yellow-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-yellow-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-yellow-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-yellow-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-yellow-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-yellow-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-yellow-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-yellow-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-green-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-green-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-green-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-green-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-green-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-green-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-green-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-green-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-green-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-green-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-blue-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-blue-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-blue-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-blue-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-blue-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-blue-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-blue-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-blue-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-blue-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-blue-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-indigo-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-indigo-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-indigo-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-indigo-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-indigo-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-indigo-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-indigo-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-indigo-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-primary-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-primary-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-primary-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-primary-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-primary-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-primary-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-primary-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-primary-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-primary-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-primary-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-danger:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-success:focus { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-warning:focus { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-info:focus { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .\32xl\:bg-none { - background-image: none; - } - - .\32xl\:bg-gradient-to-t { - background-image: linear-gradient(to top, var(--tw-gradient-stops)); - } - - .\32xl\:bg-gradient-to-tr { - background-image: linear-gradient(to top right, var(--tw-gradient-stops)); - } - - .\32xl\:bg-gradient-to-r { - background-image: linear-gradient(to right, var(--tw-gradient-stops)); - } - - .\32xl\:bg-gradient-to-br { - background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); - } - - .\32xl\:bg-gradient-to-b { - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); - } - - .\32xl\:bg-gradient-to-bl { - background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)); - } - - .\32xl\:bg-gradient-to-l { - background-image: linear-gradient(to left, var(--tw-gradient-stops)); - } - - .\32xl\:bg-gradient-to-tl { - background-image: linear-gradient(to top left, var(--tw-gradient-stops)); - } - - .\32xl\:from-transparent { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .\32xl\:from-current { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .\32xl\:from-black { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .\32xl\:from-white { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .\32xl\:from-gray-50 { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .\32xl\:from-gray-100 { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .\32xl\:from-gray-200 { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .\32xl\:from-gray-300 { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .\32xl\:from-gray-400 { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .\32xl\:from-gray-500 { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .\32xl\:from-gray-600 { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .\32xl\:from-gray-700 { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .\32xl\:from-gray-800 { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .\32xl\:from-gray-900 { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .\32xl\:from-red-50 { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .\32xl\:from-red-100 { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .\32xl\:from-red-200 { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .\32xl\:from-red-300 { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .\32xl\:from-red-400 { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .\32xl\:from-red-500 { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .\32xl\:from-red-600 { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .\32xl\:from-red-700 { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .\32xl\:from-red-800 { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .\32xl\:from-red-900 { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .\32xl\:from-yellow-50 { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .\32xl\:from-yellow-100 { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .\32xl\:from-yellow-200 { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .\32xl\:from-yellow-300 { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .\32xl\:from-yellow-400 { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .\32xl\:from-yellow-500 { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .\32xl\:from-yellow-600 { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .\32xl\:from-yellow-700 { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .\32xl\:from-yellow-800 { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .\32xl\:from-yellow-900 { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .\32xl\:from-green-50 { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .\32xl\:from-green-100 { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .\32xl\:from-green-200 { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .\32xl\:from-green-300 { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .\32xl\:from-green-400 { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .\32xl\:from-green-500 { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .\32xl\:from-green-600 { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .\32xl\:from-green-700 { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .\32xl\:from-green-800 { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .\32xl\:from-green-900 { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .\32xl\:from-blue-50 { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .\32xl\:from-blue-100 { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .\32xl\:from-blue-200 { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .\32xl\:from-blue-300 { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .\32xl\:from-blue-400 { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .\32xl\:from-blue-500 { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .\32xl\:from-blue-600 { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .\32xl\:from-blue-700 { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .\32xl\:from-blue-800 { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .\32xl\:from-blue-900 { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .\32xl\:from-indigo-50 { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .\32xl\:from-indigo-100 { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .\32xl\:from-indigo-200 { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .\32xl\:from-indigo-300 { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .\32xl\:from-indigo-400 { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .\32xl\:from-indigo-500 { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .\32xl\:from-indigo-600 { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .\32xl\:from-indigo-700 { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .\32xl\:from-indigo-800 { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .\32xl\:from-indigo-900 { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .\32xl\:from-purple-50 { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .\32xl\:from-purple-100 { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .\32xl\:from-purple-200 { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .\32xl\:from-purple-300 { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .\32xl\:from-purple-400 { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .\32xl\:from-purple-500 { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .\32xl\:from-purple-600 { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .\32xl\:from-purple-700 { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .\32xl\:from-purple-800 { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .\32xl\:from-purple-900 { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .\32xl\:from-pink-50 { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .\32xl\:from-pink-100 { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .\32xl\:from-pink-200 { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .\32xl\:from-pink-300 { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .\32xl\:from-pink-400 { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .\32xl\:from-pink-500 { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .\32xl\:from-pink-600 { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .\32xl\:from-pink-700 { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .\32xl\:from-pink-800 { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .\32xl\:from-pink-900 { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .\32xl\:from-primary-50 { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .\32xl\:from-primary-100 { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .\32xl\:from-primary-200 { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .\32xl\:from-primary-300 { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .\32xl\:from-primary-400 { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .\32xl\:from-primary-500 { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .\32xl\:from-primary-600 { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .\32xl\:from-primary-700 { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .\32xl\:from-primary-800 { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .\32xl\:from-primary-900 { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .\32xl\:from-danger { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .\32xl\:from-success { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .\32xl\:from-warning { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .\32xl\:from-info { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .\32xl\:via-transparent { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .\32xl\:via-current { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .\32xl\:via-black { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .\32xl\:via-white { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .\32xl\:via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .\32xl\:via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .\32xl\:via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .\32xl\:via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .\32xl\:via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .\32xl\:via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .\32xl\:via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .\32xl\:via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .\32xl\:via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .\32xl\:via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .\32xl\:via-red-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .\32xl\:via-red-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .\32xl\:via-red-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .\32xl\:via-red-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .\32xl\:via-red-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .\32xl\:via-red-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .\32xl\:via-red-600 { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .\32xl\:via-red-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .\32xl\:via-red-800 { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .\32xl\:via-red-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .\32xl\:via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .\32xl\:via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .\32xl\:via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .\32xl\:via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .\32xl\:via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .\32xl\:via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .\32xl\:via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .\32xl\:via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .\32xl\:via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .\32xl\:via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .\32xl\:via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .\32xl\:via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .\32xl\:via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .\32xl\:via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .\32xl\:via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .\32xl\:via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .\32xl\:via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .\32xl\:via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .\32xl\:via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .\32xl\:via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .\32xl\:via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .\32xl\:via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .\32xl\:via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .\32xl\:via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .\32xl\:via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .\32xl\:via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .\32xl\:via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .\32xl\:via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .\32xl\:via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .\32xl\:via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .\32xl\:via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .\32xl\:via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .\32xl\:via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .\32xl\:via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .\32xl\:via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .\32xl\:via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .\32xl\:via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .\32xl\:via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .\32xl\:via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .\32xl\:via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .\32xl\:via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .\32xl\:via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .\32xl\:via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .\32xl\:via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .\32xl\:via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .\32xl\:via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .\32xl\:via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .\32xl\:via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .\32xl\:via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .\32xl\:via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .\32xl\:via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .\32xl\:via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .\32xl\:via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .\32xl\:via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .\32xl\:via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .\32xl\:via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .\32xl\:via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .\32xl\:via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .\32xl\:via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .\32xl\:via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .\32xl\:via-primary-50 { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .\32xl\:via-primary-100 { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .\32xl\:via-primary-200 { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .\32xl\:via-primary-300 { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .\32xl\:via-primary-400 { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .\32xl\:via-primary-500 { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .\32xl\:via-primary-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .\32xl\:via-primary-700 { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .\32xl\:via-primary-800 { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .\32xl\:via-primary-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .\32xl\:via-danger { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .\32xl\:via-success { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .\32xl\:via-warning { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .\32xl\:via-info { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .\32xl\:to-transparent { - --tw-gradient-to: transparent; - } - - .\32xl\:to-current { - --tw-gradient-to: currentColor; - } - - .\32xl\:to-black { - --tw-gradient-to: #040405; - } - - .\32xl\:to-white { - --tw-gradient-to: #fff; - } - - .\32xl\:to-gray-50 { - --tw-gradient-to: #f9fafb; - } - - .\32xl\:to-gray-100 { - --tw-gradient-to: #f7fafc; - } - - .\32xl\:to-gray-200 { - --tw-gradient-to: #edf2f7; - } - - .\32xl\:to-gray-300 { - --tw-gradient-to: #e2e8f0; - } - - .\32xl\:to-gray-400 { - --tw-gradient-to: #cbd5e0; - } - - .\32xl\:to-gray-500 { - --tw-gradient-to: #a0aec0; - } - - .\32xl\:to-gray-600 { - --tw-gradient-to: #718096; - } - - .\32xl\:to-gray-700 { - --tw-gradient-to: #4a5568; - } - - .\32xl\:to-gray-800 { - --tw-gradient-to: #2d3748; - } - - .\32xl\:to-gray-900 { - --tw-gradient-to: #1a202c; - } - - .\32xl\:to-red-50 { - --tw-gradient-to: #fef2f2; - } - - .\32xl\:to-red-100 { - --tw-gradient-to: #fee2e2; - } - - .\32xl\:to-red-200 { - --tw-gradient-to: #fecaca; - } - - .\32xl\:to-red-300 { - --tw-gradient-to: #fca5a5; - } - - .\32xl\:to-red-400 { - --tw-gradient-to: #f87171; - } - - .\32xl\:to-red-500 { - --tw-gradient-to: #ef4444; - } - - .\32xl\:to-red-600 { - --tw-gradient-to: #dc2626; - } - - .\32xl\:to-red-700 { - --tw-gradient-to: #b91c1c; - } - - .\32xl\:to-red-800 { - --tw-gradient-to: #991b1b; - } - - .\32xl\:to-red-900 { - --tw-gradient-to: #7f1d1d; - } - - .\32xl\:to-yellow-50 { - --tw-gradient-to: #fffbeb; - } - - .\32xl\:to-yellow-100 { - --tw-gradient-to: #fef3c7; - } - - .\32xl\:to-yellow-200 { - --tw-gradient-to: #fde68a; - } - - .\32xl\:to-yellow-300 { - --tw-gradient-to: #fcd34d; - } - - .\32xl\:to-yellow-400 { - --tw-gradient-to: #fbbf24; - } - - .\32xl\:to-yellow-500 { - --tw-gradient-to: #f59e0b; - } - - .\32xl\:to-yellow-600 { - --tw-gradient-to: #d97706; - } - - .\32xl\:to-yellow-700 { - --tw-gradient-to: #b45309; - } - - .\32xl\:to-yellow-800 { - --tw-gradient-to: #92400e; - } - - .\32xl\:to-yellow-900 { - --tw-gradient-to: #78350f; - } - - .\32xl\:to-green-50 { - --tw-gradient-to: #ecfdf5; - } - - .\32xl\:to-green-100 { - --tw-gradient-to: #d1fae5; - } - - .\32xl\:to-green-200 { - --tw-gradient-to: #a7f3d0; - } - - .\32xl\:to-green-300 { - --tw-gradient-to: #6ee7b7; - } - - .\32xl\:to-green-400 { - --tw-gradient-to: #34d399; - } - - .\32xl\:to-green-500 { - --tw-gradient-to: #10b981; - } - - .\32xl\:to-green-600 { - --tw-gradient-to: #059669; - } - - .\32xl\:to-green-700 { - --tw-gradient-to: #047857; - } - - .\32xl\:to-green-800 { - --tw-gradient-to: #065f46; - } - - .\32xl\:to-green-900 { - --tw-gradient-to: #064e3b; - } - - .\32xl\:to-blue-50 { - --tw-gradient-to: #eff6ff; - } - - .\32xl\:to-blue-100 { - --tw-gradient-to: #dbeafe; - } - - .\32xl\:to-blue-200 { - --tw-gradient-to: #bfdbfe; - } - - .\32xl\:to-blue-300 { - --tw-gradient-to: #93c5fd; - } - - .\32xl\:to-blue-400 { - --tw-gradient-to: #60a5fa; - } - - .\32xl\:to-blue-500 { - --tw-gradient-to: #3b82f6; - } - - .\32xl\:to-blue-600 { - --tw-gradient-to: #2563eb; - } - - .\32xl\:to-blue-700 { - --tw-gradient-to: #1d4ed8; - } - - .\32xl\:to-blue-800 { - --tw-gradient-to: #1e40af; - } - - .\32xl\:to-blue-900 { - --tw-gradient-to: #1e3a8a; - } - - .\32xl\:to-indigo-50 { - --tw-gradient-to: #eef2ff; - } - - .\32xl\:to-indigo-100 { - --tw-gradient-to: #e0e7ff; - } - - .\32xl\:to-indigo-200 { - --tw-gradient-to: #c7d2fe; - } - - .\32xl\:to-indigo-300 { - --tw-gradient-to: #a5b4fc; - } - - .\32xl\:to-indigo-400 { - --tw-gradient-to: #818cf8; - } - - .\32xl\:to-indigo-500 { - --tw-gradient-to: #6366f1; - } - - .\32xl\:to-indigo-600 { - --tw-gradient-to: #4f46e5; - } - - .\32xl\:to-indigo-700 { - --tw-gradient-to: #4338ca; - } - - .\32xl\:to-indigo-800 { - --tw-gradient-to: #3730a3; - } - - .\32xl\:to-indigo-900 { - --tw-gradient-to: #312e81; - } - - .\32xl\:to-purple-50 { - --tw-gradient-to: #f5f3ff; - } - - .\32xl\:to-purple-100 { - --tw-gradient-to: #ede9fe; - } - - .\32xl\:to-purple-200 { - --tw-gradient-to: #ddd6fe; - } - - .\32xl\:to-purple-300 { - --tw-gradient-to: #c4b5fd; - } - - .\32xl\:to-purple-400 { - --tw-gradient-to: #a78bfa; - } - - .\32xl\:to-purple-500 { - --tw-gradient-to: #8b5cf6; - } - - .\32xl\:to-purple-600 { - --tw-gradient-to: #7c3aed; - } - - .\32xl\:to-purple-700 { - --tw-gradient-to: #6d28d9; - } - - .\32xl\:to-purple-800 { - --tw-gradient-to: #5b21b6; - } - - .\32xl\:to-purple-900 { - --tw-gradient-to: #4c1d95; - } - - .\32xl\:to-pink-50 { - --tw-gradient-to: #fdf2f8; - } - - .\32xl\:to-pink-100 { - --tw-gradient-to: #fce7f3; - } - - .\32xl\:to-pink-200 { - --tw-gradient-to: #fbcfe8; - } - - .\32xl\:to-pink-300 { - --tw-gradient-to: #f9a8d4; - } - - .\32xl\:to-pink-400 { - --tw-gradient-to: #f472b6; - } - - .\32xl\:to-pink-500 { - --tw-gradient-to: #ec4899; - } - - .\32xl\:to-pink-600 { - --tw-gradient-to: #db2777; - } - - .\32xl\:to-pink-700 { - --tw-gradient-to: #be185d; - } - - .\32xl\:to-pink-800 { - --tw-gradient-to: #9d174d; - } - - .\32xl\:to-pink-900 { - --tw-gradient-to: #831843; - } - - .\32xl\:to-primary-50 { - --tw-gradient-to: #F7F6FD; - } - - .\32xl\:to-primary-100 { - --tw-gradient-to: #EEEEFB; - } - - .\32xl\:to-primary-200 { - --tw-gradient-to: #D5D4F5; - } - - .\32xl\:to-primary-300 { - --tw-gradient-to: #BCB9EF; - } - - .\32xl\:to-primary-400 { - --tw-gradient-to: #8A85E4; - } - - .\32xl\:to-primary-500 { - --tw-gradient-to: #5851D8; - } - - .\32xl\:to-primary-600 { - --tw-gradient-to: #4F49C2; - } - - .\32xl\:to-primary-700 { - --tw-gradient-to: #353182; - } - - .\32xl\:to-primary-800 { - --tw-gradient-to: #282461; - } - - .\32xl\:to-primary-900 { - --tw-gradient-to: #1A1841; - } - - .\32xl\:to-danger { - --tw-gradient-to: #FB7178; - } - - .\32xl\:to-success { - --tw-gradient-to: #00C99C; - } - - .\32xl\:to-warning { - --tw-gradient-to: #F3AF4E; - } - - .\32xl\:to-info { - --tw-gradient-to: #15B2EC; - } - - .\32xl\:hover\:from-transparent:hover { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .\32xl\:hover\:from-current:hover { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .\32xl\:hover\:from-black:hover { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .\32xl\:hover\:from-white:hover { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .\32xl\:hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .\32xl\:hover\:from-gray-100:hover { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .\32xl\:hover\:from-gray-200:hover { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .\32xl\:hover\:from-gray-300:hover { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .\32xl\:hover\:from-gray-400:hover { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .\32xl\:hover\:from-gray-500:hover { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .\32xl\:hover\:from-gray-600:hover { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .\32xl\:hover\:from-gray-700:hover { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .\32xl\:hover\:from-gray-800:hover { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .\32xl\:hover\:from-gray-900:hover { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .\32xl\:hover\:from-red-50:hover { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .\32xl\:hover\:from-red-100:hover { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .\32xl\:hover\:from-red-200:hover { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .\32xl\:hover\:from-red-300:hover { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .\32xl\:hover\:from-red-400:hover { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .\32xl\:hover\:from-red-500:hover { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .\32xl\:hover\:from-red-600:hover { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .\32xl\:hover\:from-red-700:hover { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .\32xl\:hover\:from-red-800:hover { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .\32xl\:hover\:from-red-900:hover { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .\32xl\:hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .\32xl\:hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .\32xl\:hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .\32xl\:hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .\32xl\:hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .\32xl\:hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .\32xl\:hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .\32xl\:hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .\32xl\:hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .\32xl\:hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .\32xl\:hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .\32xl\:hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .\32xl\:hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .\32xl\:hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .\32xl\:hover\:from-green-400:hover { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .\32xl\:hover\:from-green-500:hover { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .\32xl\:hover\:from-green-600:hover { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .\32xl\:hover\:from-green-700:hover { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .\32xl\:hover\:from-green-800:hover { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .\32xl\:hover\:from-green-900:hover { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .\32xl\:hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .\32xl\:hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .\32xl\:hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .\32xl\:hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .\32xl\:hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .\32xl\:hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .\32xl\:hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .\32xl\:hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .\32xl\:hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .\32xl\:hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .\32xl\:hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .\32xl\:hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .\32xl\:hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .\32xl\:hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .\32xl\:hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .\32xl\:hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .\32xl\:hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .\32xl\:hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .\32xl\:hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .\32xl\:hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .\32xl\:hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .\32xl\:hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .\32xl\:hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .\32xl\:hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .\32xl\:hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .\32xl\:hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .\32xl\:hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .\32xl\:hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .\32xl\:hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .\32xl\:hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .\32xl\:hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .\32xl\:hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .\32xl\:hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .\32xl\:hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .\32xl\:hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .\32xl\:hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .\32xl\:hover\:from-pink-600:hover { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .\32xl\:hover\:from-pink-700:hover { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .\32xl\:hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .\32xl\:hover\:from-pink-900:hover { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .\32xl\:hover\:from-primary-50:hover { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .\32xl\:hover\:from-primary-100:hover { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .\32xl\:hover\:from-primary-200:hover { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .\32xl\:hover\:from-primary-300:hover { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .\32xl\:hover\:from-primary-400:hover { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .\32xl\:hover\:from-primary-500:hover { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .\32xl\:hover\:from-primary-600:hover { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .\32xl\:hover\:from-primary-700:hover { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .\32xl\:hover\:from-primary-800:hover { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .\32xl\:hover\:from-primary-900:hover { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .\32xl\:hover\:from-danger:hover { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .\32xl\:hover\:from-success:hover { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .\32xl\:hover\:from-warning:hover { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .\32xl\:hover\:from-info:hover { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .\32xl\:hover\:via-transparent:hover { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .\32xl\:hover\:via-current:hover { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .\32xl\:hover\:via-black:hover { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .\32xl\:hover\:via-white:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .\32xl\:hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .\32xl\:hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .\32xl\:hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .\32xl\:hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .\32xl\:hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .\32xl\:hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .\32xl\:hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .\32xl\:hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .\32xl\:hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .\32xl\:hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .\32xl\:hover\:via-red-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .\32xl\:hover\:via-red-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .\32xl\:hover\:via-red-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .\32xl\:hover\:via-red-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .\32xl\:hover\:via-red-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .\32xl\:hover\:via-red-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .\32xl\:hover\:via-red-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .\32xl\:hover\:via-red-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .\32xl\:hover\:via-red-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .\32xl\:hover\:via-red-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .\32xl\:hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .\32xl\:hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .\32xl\:hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .\32xl\:hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .\32xl\:hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .\32xl\:hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .\32xl\:hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .\32xl\:hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .\32xl\:hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .\32xl\:hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .\32xl\:hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .\32xl\:hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .\32xl\:hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .\32xl\:hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .\32xl\:hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .\32xl\:hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .\32xl\:hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .\32xl\:hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .\32xl\:hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .\32xl\:hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .\32xl\:hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .\32xl\:hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .\32xl\:hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .\32xl\:hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .\32xl\:hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .\32xl\:hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .\32xl\:hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .\32xl\:hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .\32xl\:hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .\32xl\:hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .\32xl\:hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .\32xl\:hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .\32xl\:hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .\32xl\:hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .\32xl\:hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .\32xl\:hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .\32xl\:hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .\32xl\:hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .\32xl\:hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .\32xl\:hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .\32xl\:hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .\32xl\:hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .\32xl\:hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .\32xl\:hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .\32xl\:hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .\32xl\:hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .\32xl\:hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .\32xl\:hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .\32xl\:hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .\32xl\:hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .\32xl\:hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .\32xl\:hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .\32xl\:hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .\32xl\:hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .\32xl\:hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .\32xl\:hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .\32xl\:hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .\32xl\:hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .\32xl\:hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .\32xl\:hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .\32xl\:hover\:via-primary-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .\32xl\:hover\:via-primary-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .\32xl\:hover\:via-primary-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .\32xl\:hover\:via-primary-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .\32xl\:hover\:via-primary-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .\32xl\:hover\:via-primary-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .\32xl\:hover\:via-primary-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .\32xl\:hover\:via-primary-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .\32xl\:hover\:via-primary-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .\32xl\:hover\:via-primary-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .\32xl\:hover\:via-danger:hover { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .\32xl\:hover\:via-success:hover { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .\32xl\:hover\:via-warning:hover { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .\32xl\:hover\:via-info:hover { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .\32xl\:hover\:to-transparent:hover { - --tw-gradient-to: transparent; - } - - .\32xl\:hover\:to-current:hover { - --tw-gradient-to: currentColor; - } - - .\32xl\:hover\:to-black:hover { - --tw-gradient-to: #040405; - } - - .\32xl\:hover\:to-white:hover { - --tw-gradient-to: #fff; - } - - .\32xl\:hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb; - } - - .\32xl\:hover\:to-gray-100:hover { - --tw-gradient-to: #f7fafc; - } - - .\32xl\:hover\:to-gray-200:hover { - --tw-gradient-to: #edf2f7; - } - - .\32xl\:hover\:to-gray-300:hover { - --tw-gradient-to: #e2e8f0; - } - - .\32xl\:hover\:to-gray-400:hover { - --tw-gradient-to: #cbd5e0; - } - - .\32xl\:hover\:to-gray-500:hover { - --tw-gradient-to: #a0aec0; - } - - .\32xl\:hover\:to-gray-600:hover { - --tw-gradient-to: #718096; - } - - .\32xl\:hover\:to-gray-700:hover { - --tw-gradient-to: #4a5568; - } - - .\32xl\:hover\:to-gray-800:hover { - --tw-gradient-to: #2d3748; - } - - .\32xl\:hover\:to-gray-900:hover { - --tw-gradient-to: #1a202c; - } - - .\32xl\:hover\:to-red-50:hover { - --tw-gradient-to: #fef2f2; - } - - .\32xl\:hover\:to-red-100:hover { - --tw-gradient-to: #fee2e2; - } - - .\32xl\:hover\:to-red-200:hover { - --tw-gradient-to: #fecaca; - } - - .\32xl\:hover\:to-red-300:hover { - --tw-gradient-to: #fca5a5; - } - - .\32xl\:hover\:to-red-400:hover { - --tw-gradient-to: #f87171; - } - - .\32xl\:hover\:to-red-500:hover { - --tw-gradient-to: #ef4444; - } - - .\32xl\:hover\:to-red-600:hover { - --tw-gradient-to: #dc2626; - } - - .\32xl\:hover\:to-red-700:hover { - --tw-gradient-to: #b91c1c; - } - - .\32xl\:hover\:to-red-800:hover { - --tw-gradient-to: #991b1b; - } - - .\32xl\:hover\:to-red-900:hover { - --tw-gradient-to: #7f1d1d; - } - - .\32xl\:hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb; - } - - .\32xl\:hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7; - } - - .\32xl\:hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a; - } - - .\32xl\:hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d; - } - - .\32xl\:hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24; - } - - .\32xl\:hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b; - } - - .\32xl\:hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706; - } - - .\32xl\:hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309; - } - - .\32xl\:hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e; - } - - .\32xl\:hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f; - } - - .\32xl\:hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5; - } - - .\32xl\:hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5; - } - - .\32xl\:hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0; - } - - .\32xl\:hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7; - } - - .\32xl\:hover\:to-green-400:hover { - --tw-gradient-to: #34d399; - } - - .\32xl\:hover\:to-green-500:hover { - --tw-gradient-to: #10b981; - } - - .\32xl\:hover\:to-green-600:hover { - --tw-gradient-to: #059669; - } - - .\32xl\:hover\:to-green-700:hover { - --tw-gradient-to: #047857; - } - - .\32xl\:hover\:to-green-800:hover { - --tw-gradient-to: #065f46; - } - - .\32xl\:hover\:to-green-900:hover { - --tw-gradient-to: #064e3b; - } - - .\32xl\:hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff; - } - - .\32xl\:hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe; - } - - .\32xl\:hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe; - } - - .\32xl\:hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd; - } - - .\32xl\:hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa; - } - - .\32xl\:hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6; - } - - .\32xl\:hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb; - } - - .\32xl\:hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8; - } - - .\32xl\:hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af; - } - - .\32xl\:hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a; - } - - .\32xl\:hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff; - } - - .\32xl\:hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff; - } - - .\32xl\:hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe; - } - - .\32xl\:hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc; - } - - .\32xl\:hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8; - } - - .\32xl\:hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1; - } - - .\32xl\:hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5; - } - - .\32xl\:hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca; - } - - .\32xl\:hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3; - } - - .\32xl\:hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81; - } - - .\32xl\:hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff; - } - - .\32xl\:hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe; - } - - .\32xl\:hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe; - } - - .\32xl\:hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd; - } - - .\32xl\:hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa; - } - - .\32xl\:hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6; - } - - .\32xl\:hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed; - } - - .\32xl\:hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9; - } - - .\32xl\:hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6; - } - - .\32xl\:hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95; - } - - .\32xl\:hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8; - } - - .\32xl\:hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3; - } - - .\32xl\:hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8; - } - - .\32xl\:hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4; - } - - .\32xl\:hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6; - } - - .\32xl\:hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899; - } - - .\32xl\:hover\:to-pink-600:hover { - --tw-gradient-to: #db2777; - } - - .\32xl\:hover\:to-pink-700:hover { - --tw-gradient-to: #be185d; - } - - .\32xl\:hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d; - } - - .\32xl\:hover\:to-pink-900:hover { - --tw-gradient-to: #831843; - } - - .\32xl\:hover\:to-primary-50:hover { - --tw-gradient-to: #F7F6FD; - } - - .\32xl\:hover\:to-primary-100:hover { - --tw-gradient-to: #EEEEFB; - } - - .\32xl\:hover\:to-primary-200:hover { - --tw-gradient-to: #D5D4F5; - } - - .\32xl\:hover\:to-primary-300:hover { - --tw-gradient-to: #BCB9EF; - } - - .\32xl\:hover\:to-primary-400:hover { - --tw-gradient-to: #8A85E4; - } - - .\32xl\:hover\:to-primary-500:hover { - --tw-gradient-to: #5851D8; - } - - .\32xl\:hover\:to-primary-600:hover { - --tw-gradient-to: #4F49C2; - } - - .\32xl\:hover\:to-primary-700:hover { - --tw-gradient-to: #353182; - } - - .\32xl\:hover\:to-primary-800:hover { - --tw-gradient-to: #282461; - } - - .\32xl\:hover\:to-primary-900:hover { - --tw-gradient-to: #1A1841; - } - - .\32xl\:hover\:to-danger:hover { - --tw-gradient-to: #FB7178; - } - - .\32xl\:hover\:to-success:hover { - --tw-gradient-to: #00C99C; - } - - .\32xl\:hover\:to-warning:hover { - --tw-gradient-to: #F3AF4E; - } - - .\32xl\:hover\:to-info:hover { - --tw-gradient-to: #15B2EC; - } - - .\32xl\:focus\:from-transparent:focus { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .\32xl\:focus\:from-current:focus { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .\32xl\:focus\:from-black:focus { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .\32xl\:focus\:from-white:focus { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .\32xl\:focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .\32xl\:focus\:from-gray-100:focus { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .\32xl\:focus\:from-gray-200:focus { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .\32xl\:focus\:from-gray-300:focus { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .\32xl\:focus\:from-gray-400:focus { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .\32xl\:focus\:from-gray-500:focus { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .\32xl\:focus\:from-gray-600:focus { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .\32xl\:focus\:from-gray-700:focus { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .\32xl\:focus\:from-gray-800:focus { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .\32xl\:focus\:from-gray-900:focus { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .\32xl\:focus\:from-red-50:focus { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .\32xl\:focus\:from-red-100:focus { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .\32xl\:focus\:from-red-200:focus { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .\32xl\:focus\:from-red-300:focus { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .\32xl\:focus\:from-red-400:focus { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .\32xl\:focus\:from-red-500:focus { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .\32xl\:focus\:from-red-600:focus { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .\32xl\:focus\:from-red-700:focus { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .\32xl\:focus\:from-red-800:focus { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .\32xl\:focus\:from-red-900:focus { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .\32xl\:focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .\32xl\:focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .\32xl\:focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .\32xl\:focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .\32xl\:focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .\32xl\:focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .\32xl\:focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .\32xl\:focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .\32xl\:focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .\32xl\:focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .\32xl\:focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .\32xl\:focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .\32xl\:focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .\32xl\:focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .\32xl\:focus\:from-green-400:focus { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .\32xl\:focus\:from-green-500:focus { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .\32xl\:focus\:from-green-600:focus { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .\32xl\:focus\:from-green-700:focus { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .\32xl\:focus\:from-green-800:focus { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .\32xl\:focus\:from-green-900:focus { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .\32xl\:focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .\32xl\:focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .\32xl\:focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .\32xl\:focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .\32xl\:focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .\32xl\:focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .\32xl\:focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .\32xl\:focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .\32xl\:focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .\32xl\:focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .\32xl\:focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .\32xl\:focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .\32xl\:focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .\32xl\:focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .\32xl\:focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .\32xl\:focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .\32xl\:focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .\32xl\:focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .\32xl\:focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .\32xl\:focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .\32xl\:focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .\32xl\:focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .\32xl\:focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .\32xl\:focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .\32xl\:focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .\32xl\:focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .\32xl\:focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .\32xl\:focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .\32xl\:focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .\32xl\:focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .\32xl\:focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .\32xl\:focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .\32xl\:focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .\32xl\:focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .\32xl\:focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .\32xl\:focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .\32xl\:focus\:from-pink-600:focus { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .\32xl\:focus\:from-pink-700:focus { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .\32xl\:focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .\32xl\:focus\:from-pink-900:focus { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .\32xl\:focus\:from-primary-50:focus { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .\32xl\:focus\:from-primary-100:focus { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .\32xl\:focus\:from-primary-200:focus { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .\32xl\:focus\:from-primary-300:focus { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .\32xl\:focus\:from-primary-400:focus { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .\32xl\:focus\:from-primary-500:focus { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .\32xl\:focus\:from-primary-600:focus { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .\32xl\:focus\:from-primary-700:focus { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .\32xl\:focus\:from-primary-800:focus { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .\32xl\:focus\:from-primary-900:focus { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .\32xl\:focus\:from-danger:focus { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .\32xl\:focus\:from-success:focus { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .\32xl\:focus\:from-warning:focus { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .\32xl\:focus\:from-info:focus { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .\32xl\:focus\:via-transparent:focus { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .\32xl\:focus\:via-current:focus { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .\32xl\:focus\:via-black:focus { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .\32xl\:focus\:via-white:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .\32xl\:focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .\32xl\:focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .\32xl\:focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .\32xl\:focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .\32xl\:focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .\32xl\:focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .\32xl\:focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .\32xl\:focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .\32xl\:focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .\32xl\:focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .\32xl\:focus\:via-red-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .\32xl\:focus\:via-red-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .\32xl\:focus\:via-red-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .\32xl\:focus\:via-red-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .\32xl\:focus\:via-red-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .\32xl\:focus\:via-red-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .\32xl\:focus\:via-red-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .\32xl\:focus\:via-red-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .\32xl\:focus\:via-red-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .\32xl\:focus\:via-red-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .\32xl\:focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .\32xl\:focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .\32xl\:focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .\32xl\:focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .\32xl\:focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .\32xl\:focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .\32xl\:focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .\32xl\:focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .\32xl\:focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .\32xl\:focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .\32xl\:focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .\32xl\:focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .\32xl\:focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .\32xl\:focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .\32xl\:focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .\32xl\:focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .\32xl\:focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .\32xl\:focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .\32xl\:focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .\32xl\:focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .\32xl\:focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .\32xl\:focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .\32xl\:focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .\32xl\:focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .\32xl\:focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .\32xl\:focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .\32xl\:focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .\32xl\:focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .\32xl\:focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .\32xl\:focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .\32xl\:focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .\32xl\:focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .\32xl\:focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .\32xl\:focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .\32xl\:focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .\32xl\:focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .\32xl\:focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .\32xl\:focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .\32xl\:focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .\32xl\:focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .\32xl\:focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .\32xl\:focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .\32xl\:focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .\32xl\:focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .\32xl\:focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .\32xl\:focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .\32xl\:focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .\32xl\:focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .\32xl\:focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .\32xl\:focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .\32xl\:focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .\32xl\:focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .\32xl\:focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .\32xl\:focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .\32xl\:focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .\32xl\:focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .\32xl\:focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .\32xl\:focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .\32xl\:focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .\32xl\:focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .\32xl\:focus\:via-primary-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .\32xl\:focus\:via-primary-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .\32xl\:focus\:via-primary-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .\32xl\:focus\:via-primary-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .\32xl\:focus\:via-primary-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .\32xl\:focus\:via-primary-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .\32xl\:focus\:via-primary-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .\32xl\:focus\:via-primary-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .\32xl\:focus\:via-primary-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .\32xl\:focus\:via-primary-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .\32xl\:focus\:via-danger:focus { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .\32xl\:focus\:via-success:focus { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .\32xl\:focus\:via-warning:focus { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .\32xl\:focus\:via-info:focus { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .\32xl\:focus\:to-transparent:focus { - --tw-gradient-to: transparent; - } - - .\32xl\:focus\:to-current:focus { - --tw-gradient-to: currentColor; - } - - .\32xl\:focus\:to-black:focus { - --tw-gradient-to: #040405; - } - - .\32xl\:focus\:to-white:focus { - --tw-gradient-to: #fff; - } - - .\32xl\:focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb; - } - - .\32xl\:focus\:to-gray-100:focus { - --tw-gradient-to: #f7fafc; - } - - .\32xl\:focus\:to-gray-200:focus { - --tw-gradient-to: #edf2f7; - } - - .\32xl\:focus\:to-gray-300:focus { - --tw-gradient-to: #e2e8f0; - } - - .\32xl\:focus\:to-gray-400:focus { - --tw-gradient-to: #cbd5e0; - } - - .\32xl\:focus\:to-gray-500:focus { - --tw-gradient-to: #a0aec0; - } - - .\32xl\:focus\:to-gray-600:focus { - --tw-gradient-to: #718096; - } - - .\32xl\:focus\:to-gray-700:focus { - --tw-gradient-to: #4a5568; - } - - .\32xl\:focus\:to-gray-800:focus { - --tw-gradient-to: #2d3748; - } - - .\32xl\:focus\:to-gray-900:focus { - --tw-gradient-to: #1a202c; - } - - .\32xl\:focus\:to-red-50:focus { - --tw-gradient-to: #fef2f2; - } - - .\32xl\:focus\:to-red-100:focus { - --tw-gradient-to: #fee2e2; - } - - .\32xl\:focus\:to-red-200:focus { - --tw-gradient-to: #fecaca; - } - - .\32xl\:focus\:to-red-300:focus { - --tw-gradient-to: #fca5a5; - } - - .\32xl\:focus\:to-red-400:focus { - --tw-gradient-to: #f87171; - } - - .\32xl\:focus\:to-red-500:focus { - --tw-gradient-to: #ef4444; - } - - .\32xl\:focus\:to-red-600:focus { - --tw-gradient-to: #dc2626; - } - - .\32xl\:focus\:to-red-700:focus { - --tw-gradient-to: #b91c1c; - } - - .\32xl\:focus\:to-red-800:focus { - --tw-gradient-to: #991b1b; - } - - .\32xl\:focus\:to-red-900:focus { - --tw-gradient-to: #7f1d1d; - } - - .\32xl\:focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb; - } - - .\32xl\:focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7; - } - - .\32xl\:focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a; - } - - .\32xl\:focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d; - } - - .\32xl\:focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24; - } - - .\32xl\:focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b; - } - - .\32xl\:focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706; - } - - .\32xl\:focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309; - } - - .\32xl\:focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e; - } - - .\32xl\:focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f; - } - - .\32xl\:focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5; - } - - .\32xl\:focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5; - } - - .\32xl\:focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0; - } - - .\32xl\:focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7; - } - - .\32xl\:focus\:to-green-400:focus { - --tw-gradient-to: #34d399; - } - - .\32xl\:focus\:to-green-500:focus { - --tw-gradient-to: #10b981; - } - - .\32xl\:focus\:to-green-600:focus { - --tw-gradient-to: #059669; - } - - .\32xl\:focus\:to-green-700:focus { - --tw-gradient-to: #047857; - } - - .\32xl\:focus\:to-green-800:focus { - --tw-gradient-to: #065f46; - } - - .\32xl\:focus\:to-green-900:focus { - --tw-gradient-to: #064e3b; - } - - .\32xl\:focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff; - } - - .\32xl\:focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe; - } - - .\32xl\:focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe; - } - - .\32xl\:focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd; - } - - .\32xl\:focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa; - } - - .\32xl\:focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6; - } - - .\32xl\:focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb; - } - - .\32xl\:focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8; - } - - .\32xl\:focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af; - } - - .\32xl\:focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a; - } - - .\32xl\:focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff; - } - - .\32xl\:focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff; - } - - .\32xl\:focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe; - } - - .\32xl\:focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc; - } - - .\32xl\:focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8; - } - - .\32xl\:focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1; - } - - .\32xl\:focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5; - } - - .\32xl\:focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca; - } - - .\32xl\:focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3; - } - - .\32xl\:focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81; - } - - .\32xl\:focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff; - } - - .\32xl\:focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe; - } - - .\32xl\:focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe; - } - - .\32xl\:focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd; - } - - .\32xl\:focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa; - } - - .\32xl\:focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6; - } - - .\32xl\:focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed; - } - - .\32xl\:focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9; - } - - .\32xl\:focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6; - } - - .\32xl\:focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95; - } - - .\32xl\:focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8; - } - - .\32xl\:focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3; - } - - .\32xl\:focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8; - } - - .\32xl\:focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4; - } - - .\32xl\:focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6; - } - - .\32xl\:focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899; - } - - .\32xl\:focus\:to-pink-600:focus { - --tw-gradient-to: #db2777; - } - - .\32xl\:focus\:to-pink-700:focus { - --tw-gradient-to: #be185d; - } - - .\32xl\:focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d; - } - - .\32xl\:focus\:to-pink-900:focus { - --tw-gradient-to: #831843; - } - - .\32xl\:focus\:to-primary-50:focus { - --tw-gradient-to: #F7F6FD; - } - - .\32xl\:focus\:to-primary-100:focus { - --tw-gradient-to: #EEEEFB; - } - - .\32xl\:focus\:to-primary-200:focus { - --tw-gradient-to: #D5D4F5; - } - - .\32xl\:focus\:to-primary-300:focus { - --tw-gradient-to: #BCB9EF; - } - - .\32xl\:focus\:to-primary-400:focus { - --tw-gradient-to: #8A85E4; - } - - .\32xl\:focus\:to-primary-500:focus { - --tw-gradient-to: #5851D8; - } - - .\32xl\:focus\:to-primary-600:focus { - --tw-gradient-to: #4F49C2; - } - - .\32xl\:focus\:to-primary-700:focus { - --tw-gradient-to: #353182; - } - - .\32xl\:focus\:to-primary-800:focus { - --tw-gradient-to: #282461; - } - - .\32xl\:focus\:to-primary-900:focus { - --tw-gradient-to: #1A1841; - } - - .\32xl\:focus\:to-danger:focus { - --tw-gradient-to: #FB7178; - } - - .\32xl\:focus\:to-success:focus { - --tw-gradient-to: #00C99C; - } - - .\32xl\:focus\:to-warning:focus { - --tw-gradient-to: #F3AF4E; - } - - .\32xl\:focus\:to-info:focus { - --tw-gradient-to: #15B2EC; - } - - .\32xl\:bg-opacity-0 { - --tw-bg-opacity: 0; - } - - .\32xl\:bg-opacity-5 { - --tw-bg-opacity: 0.05; - } - - .\32xl\:bg-opacity-10 { - --tw-bg-opacity: 0.1; - } - - .\32xl\:bg-opacity-20 { - --tw-bg-opacity: 0.2; - } - - .\32xl\:bg-opacity-25 { - --tw-bg-opacity: 0.25; - } - - .\32xl\:bg-opacity-30 { - --tw-bg-opacity: 0.3; - } - - .\32xl\:bg-opacity-40 { - --tw-bg-opacity: 0.4; - } - - .\32xl\:bg-opacity-50 { - --tw-bg-opacity: 0.5; - } - - .\32xl\:bg-opacity-60 { - --tw-bg-opacity: 0.6; - } - - .\32xl\:bg-opacity-70 { - --tw-bg-opacity: 0.7; - } - - .\32xl\:bg-opacity-75 { - --tw-bg-opacity: 0.75; - } - - .\32xl\:bg-opacity-80 { - --tw-bg-opacity: 0.8; - } - - .\32xl\:bg-opacity-90 { - --tw-bg-opacity: 0.9; - } - - .\32xl\:bg-opacity-95 { - --tw-bg-opacity: 0.95; - } - - .\32xl\:bg-opacity-100 { - --tw-bg-opacity: 1; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-0 { - --tw-bg-opacity: 0; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-5 { - --tw-bg-opacity: 0.05; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-10 { - --tw-bg-opacity: 0.1; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-20 { - --tw-bg-opacity: 0.2; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-25 { - --tw-bg-opacity: 0.25; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-30 { - --tw-bg-opacity: 0.3; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-40 { - --tw-bg-opacity: 0.4; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-50 { - --tw-bg-opacity: 0.5; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-60 { - --tw-bg-opacity: 0.6; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-70 { - --tw-bg-opacity: 0.7; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-75 { - --tw-bg-opacity: 0.75; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-80 { - --tw-bg-opacity: 0.8; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-90 { - --tw-bg-opacity: 0.9; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-95 { - --tw-bg-opacity: 0.95; - } - - .group:hover .\32xl\:group-hover\:bg-opacity-100 { - --tw-bg-opacity: 1; - } - - .\32xl\:focus-within\:bg-opacity-0:focus-within { - --tw-bg-opacity: 0; - } - - .\32xl\:focus-within\:bg-opacity-5:focus-within { - --tw-bg-opacity: 0.05; - } - - .\32xl\:focus-within\:bg-opacity-10:focus-within { - --tw-bg-opacity: 0.1; - } - - .\32xl\:focus-within\:bg-opacity-20:focus-within { - --tw-bg-opacity: 0.2; - } - - .\32xl\:focus-within\:bg-opacity-25:focus-within { - --tw-bg-opacity: 0.25; - } - - .\32xl\:focus-within\:bg-opacity-30:focus-within { - --tw-bg-opacity: 0.3; - } - - .\32xl\:focus-within\:bg-opacity-40:focus-within { - --tw-bg-opacity: 0.4; - } - - .\32xl\:focus-within\:bg-opacity-50:focus-within { - --tw-bg-opacity: 0.5; - } - - .\32xl\:focus-within\:bg-opacity-60:focus-within { - --tw-bg-opacity: 0.6; - } - - .\32xl\:focus-within\:bg-opacity-70:focus-within { - --tw-bg-opacity: 0.7; - } - - .\32xl\:focus-within\:bg-opacity-75:focus-within { - --tw-bg-opacity: 0.75; - } - - .\32xl\:focus-within\:bg-opacity-80:focus-within { - --tw-bg-opacity: 0.8; - } - - .\32xl\:focus-within\:bg-opacity-90:focus-within { - --tw-bg-opacity: 0.9; - } - - .\32xl\:focus-within\:bg-opacity-95:focus-within { - --tw-bg-opacity: 0.95; - } - - .\32xl\:focus-within\:bg-opacity-100:focus-within { - --tw-bg-opacity: 1; - } - - .\32xl\:hover\:bg-opacity-0:hover { - --tw-bg-opacity: 0; - } - - .\32xl\:hover\:bg-opacity-5:hover { - --tw-bg-opacity: 0.05; - } - - .\32xl\:hover\:bg-opacity-10:hover { - --tw-bg-opacity: 0.1; - } - - .\32xl\:hover\:bg-opacity-20:hover { - --tw-bg-opacity: 0.2; - } - - .\32xl\:hover\:bg-opacity-25:hover { - --tw-bg-opacity: 0.25; - } - - .\32xl\:hover\:bg-opacity-30:hover { - --tw-bg-opacity: 0.3; - } - - .\32xl\:hover\:bg-opacity-40:hover { - --tw-bg-opacity: 0.4; - } - - .\32xl\:hover\:bg-opacity-50:hover { - --tw-bg-opacity: 0.5; - } - - .\32xl\:hover\:bg-opacity-60:hover { - --tw-bg-opacity: 0.6; - } - - .\32xl\:hover\:bg-opacity-70:hover { - --tw-bg-opacity: 0.7; - } - - .\32xl\:hover\:bg-opacity-75:hover { - --tw-bg-opacity: 0.75; - } - - .\32xl\:hover\:bg-opacity-80:hover { - --tw-bg-opacity: 0.8; - } - - .\32xl\:hover\:bg-opacity-90:hover { - --tw-bg-opacity: 0.9; - } - - .\32xl\:hover\:bg-opacity-95:hover { - --tw-bg-opacity: 0.95; - } - - .\32xl\:hover\:bg-opacity-100:hover { - --tw-bg-opacity: 1; - } - - .\32xl\:focus\:bg-opacity-0:focus { - --tw-bg-opacity: 0; - } - - .\32xl\:focus\:bg-opacity-5:focus { - --tw-bg-opacity: 0.05; - } - - .\32xl\:focus\:bg-opacity-10:focus { - --tw-bg-opacity: 0.1; - } - - .\32xl\:focus\:bg-opacity-20:focus { - --tw-bg-opacity: 0.2; - } - - .\32xl\:focus\:bg-opacity-25:focus { - --tw-bg-opacity: 0.25; - } - - .\32xl\:focus\:bg-opacity-30:focus { - --tw-bg-opacity: 0.3; - } - - .\32xl\:focus\:bg-opacity-40:focus { - --tw-bg-opacity: 0.4; - } - - .\32xl\:focus\:bg-opacity-50:focus { - --tw-bg-opacity: 0.5; - } - - .\32xl\:focus\:bg-opacity-60:focus { - --tw-bg-opacity: 0.6; - } - - .\32xl\:focus\:bg-opacity-70:focus { - --tw-bg-opacity: 0.7; - } - - .\32xl\:focus\:bg-opacity-75:focus { - --tw-bg-opacity: 0.75; - } - - .\32xl\:focus\:bg-opacity-80:focus { - --tw-bg-opacity: 0.8; - } - - .\32xl\:focus\:bg-opacity-90:focus { - --tw-bg-opacity: 0.9; - } - - .\32xl\:focus\:bg-opacity-95:focus { - --tw-bg-opacity: 0.95; - } - - .\32xl\:focus\:bg-opacity-100:focus { - --tw-bg-opacity: 1; - } - - .\32xl\:bg-bottom { - background-position: bottom; - } - - .\32xl\:bg-center { - background-position: center; - } - - .\32xl\:bg-left { - background-position: left; - } - - .\32xl\:bg-left-bottom { - background-position: left bottom; - } - - .\32xl\:bg-left-top { - background-position: left top; - } - - .\32xl\:bg-right { - background-position: right; - } - - .\32xl\:bg-right-bottom { - background-position: right bottom; - } - - .\32xl\:bg-right-top { - background-position: right top; - } - - .\32xl\:bg-top { - background-position: top; - } - - .\32xl\:bg-repeat { - background-repeat: repeat; - } - - .\32xl\:bg-no-repeat { - background-repeat: no-repeat; - } - - .\32xl\:bg-repeat-x { - background-repeat: repeat-x; - } - - .\32xl\:bg-repeat-y { - background-repeat: repeat-y; - } - - .\32xl\:bg-repeat-round { - background-repeat: round; - } - - .\32xl\:bg-repeat-space { - background-repeat: space; - } - - .\32xl\:bg-auto { - background-size: auto; - } - - .\32xl\:bg-cover { - background-size: cover; - } - - .\32xl\:bg-contain { - background-size: contain; - } - - .\32xl\:border-collapse { - border-collapse: collapse; - } - - .\32xl\:border-separate { - border-collapse: separate; - } - - .\32xl\:border-transparent { - border-color: transparent; - } - - .\32xl\:border-current { - border-color: currentColor; - } - - .\32xl\:border-black { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .\32xl\:border-white { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .\32xl\:border-red-50 { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .\32xl\:border-red-100 { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .\32xl\:border-red-200 { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .\32xl\:border-red-300 { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .\32xl\:border-red-400 { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .\32xl\:border-red-500 { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .\32xl\:border-red-600 { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .\32xl\:border-red-700 { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .\32xl\:border-red-800 { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .\32xl\:border-red-900 { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .\32xl\:border-yellow-50 { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .\32xl\:border-yellow-100 { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .\32xl\:border-yellow-200 { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .\32xl\:border-yellow-300 { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .\32xl\:border-yellow-400 { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .\32xl\:border-yellow-500 { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .\32xl\:border-yellow-600 { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .\32xl\:border-yellow-700 { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .\32xl\:border-yellow-800 { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .\32xl\:border-yellow-900 { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .\32xl\:border-green-50 { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .\32xl\:border-green-100 { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .\32xl\:border-green-200 { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .\32xl\:border-green-300 { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .\32xl\:border-green-400 { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .\32xl\:border-green-500 { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .\32xl\:border-green-600 { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .\32xl\:border-green-700 { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .\32xl\:border-green-800 { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .\32xl\:border-green-900 { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .\32xl\:border-blue-50 { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .\32xl\:border-blue-100 { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .\32xl\:border-blue-200 { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .\32xl\:border-blue-300 { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .\32xl\:border-blue-400 { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .\32xl\:border-blue-500 { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .\32xl\:border-blue-600 { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .\32xl\:border-blue-700 { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .\32xl\:border-blue-800 { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .\32xl\:border-blue-900 { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .\32xl\:border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .\32xl\:border-indigo-100 { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .\32xl\:border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .\32xl\:border-indigo-300 { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .\32xl\:border-indigo-400 { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .\32xl\:border-indigo-500 { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .\32xl\:border-indigo-600 { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .\32xl\:border-indigo-700 { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .\32xl\:border-indigo-800 { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .\32xl\:border-indigo-900 { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .\32xl\:border-primary-50 { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .\32xl\:border-primary-100 { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .\32xl\:border-primary-200 { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .\32xl\:border-primary-300 { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .\32xl\:border-primary-400 { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .\32xl\:border-primary-500 { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .\32xl\:border-primary-600 { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .\32xl\:border-primary-700 { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .\32xl\:border-primary-800 { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .\32xl\:border-primary-900 { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .\32xl\:border-danger { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .\32xl\:border-success { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .\32xl\:border-warning { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .\32xl\:border-info { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-transparent:hover { - border-color: transparent; - } - - .\32xl\:hover\:border-current:hover { - border-color: currentColor; - } - - .\32xl\:hover\:border-black:hover { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-white:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-50:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-100:hover { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-200:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-300:hover { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-400:hover { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-500:hover { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-600:hover { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-700:hover { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-800:hover { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-900:hover { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-red-50:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-red-100:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-red-200:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-red-300:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-red-400:hover { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-red-500:hover { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-red-600:hover { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-red-700:hover { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-red-800:hover { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-red-900:hover { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-yellow-50:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-yellow-100:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-yellow-200:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-yellow-300:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-yellow-400:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-yellow-500:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-yellow-600:hover { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-yellow-700:hover { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-yellow-800:hover { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-yellow-900:hover { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-green-50:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-green-100:hover { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-green-200:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-green-300:hover { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-green-400:hover { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-green-500:hover { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-green-600:hover { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-green-700:hover { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-green-800:hover { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-green-900:hover { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-blue-50:hover { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-blue-100:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-blue-200:hover { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-blue-300:hover { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-blue-400:hover { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-blue-500:hover { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-blue-600:hover { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-blue-700:hover { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-blue-800:hover { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-blue-900:hover { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-indigo-50:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-indigo-100:hover { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-indigo-200:hover { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-indigo-300:hover { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-indigo-400:hover { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-indigo-500:hover { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-indigo-600:hover { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-indigo-700:hover { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-indigo-800:hover { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-indigo-900:hover { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-50:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-100:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-200:hover { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-300:hover { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-400:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-500:hover { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-600:hover { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-700:hover { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-800:hover { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-900:hover { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-50:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-100:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-200:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-300:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-400:hover { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-500:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-600:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-700:hover { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-800:hover { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-900:hover { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-primary-50:hover { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-primary-100:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-primary-200:hover { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-primary-300:hover { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-primary-400:hover { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-primary-500:hover { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-primary-600:hover { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-primary-700:hover { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-primary-800:hover { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-primary-900:hover { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-danger:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-success:hover { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-warning:hover { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-info:hover { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-transparent:focus { - border-color: transparent; - } - - .\32xl\:focus\:border-current:focus { - border-color: currentColor; - } - - .\32xl\:focus\:border-black:focus { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-white:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-50:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-100:focus { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-200:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-300:focus { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-400:focus { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-500:focus { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-600:focus { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-700:focus { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-800:focus { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-900:focus { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-red-50:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-red-100:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-red-200:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-red-300:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-red-400:focus { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-red-500:focus { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-red-600:focus { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-red-700:focus { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-red-800:focus { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-red-900:focus { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-yellow-50:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-yellow-100:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-yellow-200:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-yellow-300:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-yellow-400:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-yellow-500:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-yellow-600:focus { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-yellow-700:focus { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-yellow-800:focus { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-yellow-900:focus { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-green-50:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-green-100:focus { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-green-200:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-green-300:focus { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-green-400:focus { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-green-500:focus { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-green-600:focus { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-green-700:focus { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-green-800:focus { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-green-900:focus { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-blue-50:focus { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-blue-100:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-blue-200:focus { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-blue-300:focus { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-blue-400:focus { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-blue-500:focus { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-blue-600:focus { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-blue-700:focus { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-blue-800:focus { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-blue-900:focus { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-indigo-50:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-indigo-100:focus { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-indigo-200:focus { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-indigo-300:focus { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-indigo-400:focus { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-indigo-500:focus { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-indigo-600:focus { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-indigo-700:focus { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-indigo-800:focus { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-indigo-900:focus { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-50:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-100:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-200:focus { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-300:focus { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-400:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-500:focus { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-600:focus { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-700:focus { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-800:focus { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-900:focus { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-50:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-100:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-200:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-300:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-400:focus { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-500:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-600:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-700:focus { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-800:focus { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-900:focus { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-primary-50:focus { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-primary-100:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-primary-200:focus { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-primary-300:focus { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-primary-400:focus { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-primary-500:focus { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-primary-600:focus { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-primary-700:focus { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-primary-800:focus { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-primary-900:focus { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-danger:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-success:focus { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-warning:focus { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-info:focus { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-transparent:active { - border-color: transparent; - } - - .\32xl\:active\:border-current:active { - border-color: currentColor; - } - - .\32xl\:active\:border-black:active { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-white:active { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-gray-50:active { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-gray-100:active { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-gray-200:active { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-gray-300:active { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-gray-400:active { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-gray-500:active { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-gray-600:active { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-gray-700:active { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-gray-800:active { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-gray-900:active { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-red-50:active { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-red-100:active { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-red-200:active { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-red-300:active { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-red-400:active { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-red-500:active { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-red-600:active { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-red-700:active { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-red-800:active { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-red-900:active { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-yellow-50:active { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-yellow-100:active { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-yellow-200:active { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-yellow-300:active { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-yellow-400:active { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-yellow-500:active { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-yellow-600:active { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-yellow-700:active { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-yellow-800:active { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-yellow-900:active { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-green-50:active { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-green-100:active { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-green-200:active { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-green-300:active { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-green-400:active { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-green-500:active { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-green-600:active { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-green-700:active { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-green-800:active { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-green-900:active { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-blue-50:active { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-blue-100:active { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-blue-200:active { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-blue-300:active { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-blue-400:active { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-blue-500:active { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-blue-600:active { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-blue-700:active { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-blue-800:active { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-blue-900:active { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-indigo-50:active { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-indigo-100:active { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-indigo-200:active { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-indigo-300:active { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-indigo-400:active { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-indigo-500:active { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-indigo-600:active { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-indigo-700:active { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-indigo-800:active { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-indigo-900:active { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-purple-50:active { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-purple-100:active { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-purple-200:active { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-purple-300:active { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-purple-400:active { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-purple-500:active { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-purple-600:active { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-purple-700:active { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-purple-800:active { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-purple-900:active { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-pink-50:active { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-pink-100:active { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-pink-200:active { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-pink-300:active { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-pink-400:active { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-pink-500:active { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-pink-600:active { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-pink-700:active { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-pink-800:active { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-pink-900:active { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-primary-50:active { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-primary-100:active { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-primary-200:active { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-primary-300:active { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-primary-400:active { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-primary-500:active { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-primary-600:active { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-primary-700:active { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-primary-800:active { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-primary-900:active { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-danger:active { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-success:active { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-warning:active { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .\32xl\:active\:border-info:active { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-transparent:focus-within { - border-color: transparent; - } - - .\32xl\:focus-within\:border-current:focus-within { - border-color: currentColor; - } - - .\32xl\:focus-within\:border-black:focus-within { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-white:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-red-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-red-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-red-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-red-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-red-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-red-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-red-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-red-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-red-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-red-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-yellow-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-yellow-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-yellow-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-yellow-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-yellow-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-yellow-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-yellow-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-yellow-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-yellow-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-yellow-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-green-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-green-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-green-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-green-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-green-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-green-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-green-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-green-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-green-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-green-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-blue-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-blue-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-blue-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-blue-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-blue-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-blue-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-blue-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-blue-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-blue-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-blue-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-indigo-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-indigo-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-indigo-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-indigo-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-indigo-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-indigo-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-indigo-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-indigo-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-primary-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-primary-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-primary-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-primary-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-primary-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-primary-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-primary-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-primary-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-primary-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-primary-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-danger:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-success:focus-within { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-warning:focus-within { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-info:focus-within { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .\32xl\:border-opacity-0 { - --tw-border-opacity: 0; - } - - .\32xl\:border-opacity-5 { - --tw-border-opacity: 0.05; - } - - .\32xl\:border-opacity-10 { - --tw-border-opacity: 0.1; - } - - .\32xl\:border-opacity-20 { - --tw-border-opacity: 0.2; - } - - .\32xl\:border-opacity-25 { - --tw-border-opacity: 0.25; - } - - .\32xl\:border-opacity-30 { - --tw-border-opacity: 0.3; - } - - .\32xl\:border-opacity-40 { - --tw-border-opacity: 0.4; - } - - .\32xl\:border-opacity-50 { - --tw-border-opacity: 0.5; - } - - .\32xl\:border-opacity-60 { - --tw-border-opacity: 0.6; - } - - .\32xl\:border-opacity-70 { - --tw-border-opacity: 0.7; - } - - .\32xl\:border-opacity-75 { - --tw-border-opacity: 0.75; - } - - .\32xl\:border-opacity-80 { - --tw-border-opacity: 0.8; - } - - .\32xl\:border-opacity-90 { - --tw-border-opacity: 0.9; - } - - .\32xl\:border-opacity-95 { - --tw-border-opacity: 0.95; - } - - .\32xl\:border-opacity-100 { - --tw-border-opacity: 1; - } - - .group:hover .\32xl\:group-hover\:border-opacity-0 { - --tw-border-opacity: 0; - } - - .group:hover .\32xl\:group-hover\:border-opacity-5 { - --tw-border-opacity: 0.05; - } - - .group:hover .\32xl\:group-hover\:border-opacity-10 { - --tw-border-opacity: 0.1; - } - - .group:hover .\32xl\:group-hover\:border-opacity-20 { - --tw-border-opacity: 0.2; - } - - .group:hover .\32xl\:group-hover\:border-opacity-25 { - --tw-border-opacity: 0.25; - } - - .group:hover .\32xl\:group-hover\:border-opacity-30 { - --tw-border-opacity: 0.3; - } - - .group:hover .\32xl\:group-hover\:border-opacity-40 { - --tw-border-opacity: 0.4; - } - - .group:hover .\32xl\:group-hover\:border-opacity-50 { - --tw-border-opacity: 0.5; - } - - .group:hover .\32xl\:group-hover\:border-opacity-60 { - --tw-border-opacity: 0.6; - } - - .group:hover .\32xl\:group-hover\:border-opacity-70 { - --tw-border-opacity: 0.7; - } - - .group:hover .\32xl\:group-hover\:border-opacity-75 { - --tw-border-opacity: 0.75; - } - - .group:hover .\32xl\:group-hover\:border-opacity-80 { - --tw-border-opacity: 0.8; - } - - .group:hover .\32xl\:group-hover\:border-opacity-90 { - --tw-border-opacity: 0.9; - } - - .group:hover .\32xl\:group-hover\:border-opacity-95 { - --tw-border-opacity: 0.95; - } - - .group:hover .\32xl\:group-hover\:border-opacity-100 { - --tw-border-opacity: 1; - } - - .\32xl\:focus-within\:border-opacity-0:focus-within { - --tw-border-opacity: 0; - } - - .\32xl\:focus-within\:border-opacity-5:focus-within { - --tw-border-opacity: 0.05; - } - - .\32xl\:focus-within\:border-opacity-10:focus-within { - --tw-border-opacity: 0.1; - } - - .\32xl\:focus-within\:border-opacity-20:focus-within { - --tw-border-opacity: 0.2; - } - - .\32xl\:focus-within\:border-opacity-25:focus-within { - --tw-border-opacity: 0.25; - } - - .\32xl\:focus-within\:border-opacity-30:focus-within { - --tw-border-opacity: 0.3; - } - - .\32xl\:focus-within\:border-opacity-40:focus-within { - --tw-border-opacity: 0.4; - } - - .\32xl\:focus-within\:border-opacity-50:focus-within { - --tw-border-opacity: 0.5; - } - - .\32xl\:focus-within\:border-opacity-60:focus-within { - --tw-border-opacity: 0.6; - } - - .\32xl\:focus-within\:border-opacity-70:focus-within { - --tw-border-opacity: 0.7; - } - - .\32xl\:focus-within\:border-opacity-75:focus-within { - --tw-border-opacity: 0.75; - } - - .\32xl\:focus-within\:border-opacity-80:focus-within { - --tw-border-opacity: 0.8; - } - - .\32xl\:focus-within\:border-opacity-90:focus-within { - --tw-border-opacity: 0.9; - } - - .\32xl\:focus-within\:border-opacity-95:focus-within { - --tw-border-opacity: 0.95; - } - - .\32xl\:focus-within\:border-opacity-100:focus-within { - --tw-border-opacity: 1; - } - - .\32xl\:hover\:border-opacity-0:hover { - --tw-border-opacity: 0; - } - - .\32xl\:hover\:border-opacity-5:hover { - --tw-border-opacity: 0.05; - } - - .\32xl\:hover\:border-opacity-10:hover { - --tw-border-opacity: 0.1; - } - - .\32xl\:hover\:border-opacity-20:hover { - --tw-border-opacity: 0.2; - } - - .\32xl\:hover\:border-opacity-25:hover { - --tw-border-opacity: 0.25; - } - - .\32xl\:hover\:border-opacity-30:hover { - --tw-border-opacity: 0.3; - } - - .\32xl\:hover\:border-opacity-40:hover { - --tw-border-opacity: 0.4; - } - - .\32xl\:hover\:border-opacity-50:hover { - --tw-border-opacity: 0.5; - } - - .\32xl\:hover\:border-opacity-60:hover { - --tw-border-opacity: 0.6; - } - - .\32xl\:hover\:border-opacity-70:hover { - --tw-border-opacity: 0.7; - } - - .\32xl\:hover\:border-opacity-75:hover { - --tw-border-opacity: 0.75; - } - - .\32xl\:hover\:border-opacity-80:hover { - --tw-border-opacity: 0.8; - } - - .\32xl\:hover\:border-opacity-90:hover { - --tw-border-opacity: 0.9; - } - - .\32xl\:hover\:border-opacity-95:hover { - --tw-border-opacity: 0.95; - } - - .\32xl\:hover\:border-opacity-100:hover { - --tw-border-opacity: 1; - } - - .\32xl\:focus\:border-opacity-0:focus { - --tw-border-opacity: 0; - } - - .\32xl\:focus\:border-opacity-5:focus { - --tw-border-opacity: 0.05; - } - - .\32xl\:focus\:border-opacity-10:focus { - --tw-border-opacity: 0.1; - } - - .\32xl\:focus\:border-opacity-20:focus { - --tw-border-opacity: 0.2; - } - - .\32xl\:focus\:border-opacity-25:focus { - --tw-border-opacity: 0.25; - } - - .\32xl\:focus\:border-opacity-30:focus { - --tw-border-opacity: 0.3; - } - - .\32xl\:focus\:border-opacity-40:focus { - --tw-border-opacity: 0.4; - } - - .\32xl\:focus\:border-opacity-50:focus { - --tw-border-opacity: 0.5; - } - - .\32xl\:focus\:border-opacity-60:focus { - --tw-border-opacity: 0.6; - } - - .\32xl\:focus\:border-opacity-70:focus { - --tw-border-opacity: 0.7; - } - - .\32xl\:focus\:border-opacity-75:focus { - --tw-border-opacity: 0.75; - } - - .\32xl\:focus\:border-opacity-80:focus { - --tw-border-opacity: 0.8; - } - - .\32xl\:focus\:border-opacity-90:focus { - --tw-border-opacity: 0.9; - } - - .\32xl\:focus\:border-opacity-95:focus { - --tw-border-opacity: 0.95; - } - - .\32xl\:focus\:border-opacity-100:focus { - --tw-border-opacity: 1; - } - - .\32xl\:rounded-none { - border-radius: 0px; - } - - .\32xl\:rounded-sm { - border-radius: 0.125rem; - } - - .\32xl\:rounded { - border-radius: 0.25rem; - } - - .\32xl\:rounded-md { - border-radius: 0.375rem; - } - - .\32xl\:rounded-lg { - border-radius: 0.5rem; - } - - .\32xl\:rounded-xl { - border-radius: 0.75rem; - } - - .\32xl\:rounded-2xl { - border-radius: 1rem; - } - - .\32xl\:rounded-3xl { - border-radius: 1.5rem; - } - - .\32xl\:rounded-full { - border-radius: 9999px; - } - - .\32xl\:rounded-t-none { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .\32xl\:rounded-r-none { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .\32xl\:rounded-b-none { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .\32xl\:rounded-l-none { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .\32xl\:rounded-t-sm { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .\32xl\:rounded-r-sm { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .\32xl\:rounded-b-sm { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .\32xl\:rounded-l-sm { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .\32xl\:rounded-t { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .\32xl\:rounded-r { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .\32xl\:rounded-b { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .\32xl\:rounded-l { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .\32xl\:rounded-t-md { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .\32xl\:rounded-r-md { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .\32xl\:rounded-b-md { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .\32xl\:rounded-l-md { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .\32xl\:rounded-t-lg { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .\32xl\:rounded-r-lg { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .\32xl\:rounded-b-lg { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .\32xl\:rounded-l-lg { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .\32xl\:rounded-t-xl { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .\32xl\:rounded-r-xl { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .\32xl\:rounded-b-xl { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .\32xl\:rounded-l-xl { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .\32xl\:rounded-t-2xl { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .\32xl\:rounded-r-2xl { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .\32xl\:rounded-b-2xl { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .\32xl\:rounded-l-2xl { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .\32xl\:rounded-t-3xl { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .\32xl\:rounded-r-3xl { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .\32xl\:rounded-b-3xl { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .\32xl\:rounded-l-3xl { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .\32xl\:rounded-t-full { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .\32xl\:rounded-r-full { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .\32xl\:rounded-b-full { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .\32xl\:rounded-l-full { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .\32xl\:rounded-tl-none { - border-top-left-radius: 0px; - } - - .\32xl\:rounded-tr-none { - border-top-right-radius: 0px; - } - - .\32xl\:rounded-br-none { - border-bottom-right-radius: 0px; - } - - .\32xl\:rounded-bl-none { - border-bottom-left-radius: 0px; - } - - .\32xl\:rounded-tl-sm { - border-top-left-radius: 0.125rem; - } - - .\32xl\:rounded-tr-sm { - border-top-right-radius: 0.125rem; - } - - .\32xl\:rounded-br-sm { - border-bottom-right-radius: 0.125rem; - } - - .\32xl\:rounded-bl-sm { - border-bottom-left-radius: 0.125rem; - } - - .\32xl\:rounded-tl { - border-top-left-radius: 0.25rem; - } - - .\32xl\:rounded-tr { - border-top-right-radius: 0.25rem; - } - - .\32xl\:rounded-br { - border-bottom-right-radius: 0.25rem; - } - - .\32xl\:rounded-bl { - border-bottom-left-radius: 0.25rem; - } - - .\32xl\:rounded-tl-md { - border-top-left-radius: 0.375rem; - } - - .\32xl\:rounded-tr-md { - border-top-right-radius: 0.375rem; - } - - .\32xl\:rounded-br-md { - border-bottom-right-radius: 0.375rem; - } - - .\32xl\:rounded-bl-md { - border-bottom-left-radius: 0.375rem; - } - - .\32xl\:rounded-tl-lg { - border-top-left-radius: 0.5rem; - } - - .\32xl\:rounded-tr-lg { - border-top-right-radius: 0.5rem; - } - - .\32xl\:rounded-br-lg { - border-bottom-right-radius: 0.5rem; - } - - .\32xl\:rounded-bl-lg { - border-bottom-left-radius: 0.5rem; - } - - .\32xl\:rounded-tl-xl { - border-top-left-radius: 0.75rem; - } - - .\32xl\:rounded-tr-xl { - border-top-right-radius: 0.75rem; - } - - .\32xl\:rounded-br-xl { - border-bottom-right-radius: 0.75rem; - } - - .\32xl\:rounded-bl-xl { - border-bottom-left-radius: 0.75rem; - } - - .\32xl\:rounded-tl-2xl { - border-top-left-radius: 1rem; - } - - .\32xl\:rounded-tr-2xl { - border-top-right-radius: 1rem; - } - - .\32xl\:rounded-br-2xl { - border-bottom-right-radius: 1rem; - } - - .\32xl\:rounded-bl-2xl { - border-bottom-left-radius: 1rem; - } - - .\32xl\:rounded-tl-3xl { - border-top-left-radius: 1.5rem; - } - - .\32xl\:rounded-tr-3xl { - border-top-right-radius: 1.5rem; - } - - .\32xl\:rounded-br-3xl { - border-bottom-right-radius: 1.5rem; - } - - .\32xl\:rounded-bl-3xl { - border-bottom-left-radius: 1.5rem; - } - - .\32xl\:rounded-tl-full { - border-top-left-radius: 9999px; - } - - .\32xl\:rounded-tr-full { - border-top-right-radius: 9999px; - } - - .\32xl\:rounded-br-full { - border-bottom-right-radius: 9999px; - } - - .\32xl\:rounded-bl-full { - border-bottom-left-radius: 9999px; - } - - .\32xl\:hover\:rounded-none:hover { - border-radius: 0px; - } - - .\32xl\:hover\:rounded-sm:hover { - border-radius: 0.125rem; - } - - .\32xl\:hover\:rounded:hover { - border-radius: 0.25rem; - } - - .\32xl\:hover\:rounded-md:hover { - border-radius: 0.375rem; - } - - .\32xl\:hover\:rounded-lg:hover { - border-radius: 0.5rem; - } - - .\32xl\:hover\:rounded-xl:hover { - border-radius: 0.75rem; - } - - .\32xl\:hover\:rounded-2xl:hover { - border-radius: 1rem; - } - - .\32xl\:hover\:rounded-3xl:hover { - border-radius: 1.5rem; - } - - .\32xl\:hover\:rounded-full:hover { - border-radius: 9999px; - } - - .\32xl\:hover\:rounded-t-none:hover { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .\32xl\:hover\:rounded-r-none:hover { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .\32xl\:hover\:rounded-b-none:hover { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .\32xl\:hover\:rounded-l-none:hover { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .\32xl\:hover\:rounded-t-sm:hover { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .\32xl\:hover\:rounded-r-sm:hover { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .\32xl\:hover\:rounded-b-sm:hover { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .\32xl\:hover\:rounded-l-sm:hover { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .\32xl\:hover\:rounded-t:hover { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .\32xl\:hover\:rounded-r:hover { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .\32xl\:hover\:rounded-b:hover { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .\32xl\:hover\:rounded-l:hover { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .\32xl\:hover\:rounded-t-md:hover { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .\32xl\:hover\:rounded-r-md:hover { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .\32xl\:hover\:rounded-b-md:hover { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .\32xl\:hover\:rounded-l-md:hover { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .\32xl\:hover\:rounded-t-lg:hover { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .\32xl\:hover\:rounded-r-lg:hover { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .\32xl\:hover\:rounded-b-lg:hover { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .\32xl\:hover\:rounded-l-lg:hover { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .\32xl\:hover\:rounded-t-xl:hover { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .\32xl\:hover\:rounded-r-xl:hover { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .\32xl\:hover\:rounded-b-xl:hover { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .\32xl\:hover\:rounded-l-xl:hover { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .\32xl\:hover\:rounded-t-2xl:hover { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .\32xl\:hover\:rounded-r-2xl:hover { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .\32xl\:hover\:rounded-b-2xl:hover { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .\32xl\:hover\:rounded-l-2xl:hover { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .\32xl\:hover\:rounded-t-3xl:hover { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .\32xl\:hover\:rounded-r-3xl:hover { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .\32xl\:hover\:rounded-b-3xl:hover { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .\32xl\:hover\:rounded-l-3xl:hover { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .\32xl\:hover\:rounded-t-full:hover { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .\32xl\:hover\:rounded-r-full:hover { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .\32xl\:hover\:rounded-b-full:hover { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .\32xl\:hover\:rounded-l-full:hover { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .\32xl\:hover\:rounded-tl-none:hover { - border-top-left-radius: 0px; - } - - .\32xl\:hover\:rounded-tr-none:hover { - border-top-right-radius: 0px; - } - - .\32xl\:hover\:rounded-br-none:hover { - border-bottom-right-radius: 0px; - } - - .\32xl\:hover\:rounded-bl-none:hover { - border-bottom-left-radius: 0px; - } - - .\32xl\:hover\:rounded-tl-sm:hover { - border-top-left-radius: 0.125rem; - } - - .\32xl\:hover\:rounded-tr-sm:hover { - border-top-right-radius: 0.125rem; - } - - .\32xl\:hover\:rounded-br-sm:hover { - border-bottom-right-radius: 0.125rem; - } - - .\32xl\:hover\:rounded-bl-sm:hover { - border-bottom-left-radius: 0.125rem; - } - - .\32xl\:hover\:rounded-tl:hover { - border-top-left-radius: 0.25rem; - } - - .\32xl\:hover\:rounded-tr:hover { - border-top-right-radius: 0.25rem; - } - - .\32xl\:hover\:rounded-br:hover { - border-bottom-right-radius: 0.25rem; - } - - .\32xl\:hover\:rounded-bl:hover { - border-bottom-left-radius: 0.25rem; - } - - .\32xl\:hover\:rounded-tl-md:hover { - border-top-left-radius: 0.375rem; - } - - .\32xl\:hover\:rounded-tr-md:hover { - border-top-right-radius: 0.375rem; - } - - .\32xl\:hover\:rounded-br-md:hover { - border-bottom-right-radius: 0.375rem; - } - - .\32xl\:hover\:rounded-bl-md:hover { - border-bottom-left-radius: 0.375rem; - } - - .\32xl\:hover\:rounded-tl-lg:hover { - border-top-left-radius: 0.5rem; - } - - .\32xl\:hover\:rounded-tr-lg:hover { - border-top-right-radius: 0.5rem; - } - - .\32xl\:hover\:rounded-br-lg:hover { - border-bottom-right-radius: 0.5rem; - } - - .\32xl\:hover\:rounded-bl-lg:hover { - border-bottom-left-radius: 0.5rem; - } - - .\32xl\:hover\:rounded-tl-xl:hover { - border-top-left-radius: 0.75rem; - } - - .\32xl\:hover\:rounded-tr-xl:hover { - border-top-right-radius: 0.75rem; - } - - .\32xl\:hover\:rounded-br-xl:hover { - border-bottom-right-radius: 0.75rem; - } - - .\32xl\:hover\:rounded-bl-xl:hover { - border-bottom-left-radius: 0.75rem; - } - - .\32xl\:hover\:rounded-tl-2xl:hover { - border-top-left-radius: 1rem; - } - - .\32xl\:hover\:rounded-tr-2xl:hover { - border-top-right-radius: 1rem; - } - - .\32xl\:hover\:rounded-br-2xl:hover { - border-bottom-right-radius: 1rem; - } - - .\32xl\:hover\:rounded-bl-2xl:hover { - border-bottom-left-radius: 1rem; - } - - .\32xl\:hover\:rounded-tl-3xl:hover { - border-top-left-radius: 1.5rem; - } - - .\32xl\:hover\:rounded-tr-3xl:hover { - border-top-right-radius: 1.5rem; - } - - .\32xl\:hover\:rounded-br-3xl:hover { - border-bottom-right-radius: 1.5rem; - } - - .\32xl\:hover\:rounded-bl-3xl:hover { - border-bottom-left-radius: 1.5rem; - } - - .\32xl\:hover\:rounded-tl-full:hover { - border-top-left-radius: 9999px; - } - - .\32xl\:hover\:rounded-tr-full:hover { - border-top-right-radius: 9999px; - } - - .\32xl\:hover\:rounded-br-full:hover { - border-bottom-right-radius: 9999px; - } - - .\32xl\:hover\:rounded-bl-full:hover { - border-bottom-left-radius: 9999px; - } - - .\32xl\:first\:rounded-none:first-child { - border-radius: 0px; - } - - .\32xl\:first\:rounded-sm:first-child { - border-radius: 0.125rem; - } - - .\32xl\:first\:rounded:first-child { - border-radius: 0.25rem; - } - - .\32xl\:first\:rounded-md:first-child { - border-radius: 0.375rem; - } - - .\32xl\:first\:rounded-lg:first-child { - border-radius: 0.5rem; - } - - .\32xl\:first\:rounded-xl:first-child { - border-radius: 0.75rem; - } - - .\32xl\:first\:rounded-2xl:first-child { - border-radius: 1rem; - } - - .\32xl\:first\:rounded-3xl:first-child { - border-radius: 1.5rem; - } - - .\32xl\:first\:rounded-full:first-child { - border-radius: 9999px; - } - - .\32xl\:first\:rounded-t-none:first-child { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .\32xl\:first\:rounded-r-none:first-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .\32xl\:first\:rounded-b-none:first-child { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .\32xl\:first\:rounded-l-none:first-child { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .\32xl\:first\:rounded-t-sm:first-child { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .\32xl\:first\:rounded-r-sm:first-child { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .\32xl\:first\:rounded-b-sm:first-child { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .\32xl\:first\:rounded-l-sm:first-child { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .\32xl\:first\:rounded-t:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .\32xl\:first\:rounded-r:first-child { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .\32xl\:first\:rounded-b:first-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .\32xl\:first\:rounded-l:first-child { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .\32xl\:first\:rounded-t-md:first-child { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .\32xl\:first\:rounded-r-md:first-child { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .\32xl\:first\:rounded-b-md:first-child { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .\32xl\:first\:rounded-l-md:first-child { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .\32xl\:first\:rounded-t-lg:first-child { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .\32xl\:first\:rounded-r-lg:first-child { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .\32xl\:first\:rounded-b-lg:first-child { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .\32xl\:first\:rounded-l-lg:first-child { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .\32xl\:first\:rounded-t-xl:first-child { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .\32xl\:first\:rounded-r-xl:first-child { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .\32xl\:first\:rounded-b-xl:first-child { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .\32xl\:first\:rounded-l-xl:first-child { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .\32xl\:first\:rounded-t-2xl:first-child { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .\32xl\:first\:rounded-r-2xl:first-child { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .\32xl\:first\:rounded-b-2xl:first-child { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .\32xl\:first\:rounded-l-2xl:first-child { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .\32xl\:first\:rounded-t-3xl:first-child { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .\32xl\:first\:rounded-r-3xl:first-child { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .\32xl\:first\:rounded-b-3xl:first-child { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .\32xl\:first\:rounded-l-3xl:first-child { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .\32xl\:first\:rounded-t-full:first-child { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .\32xl\:first\:rounded-r-full:first-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .\32xl\:first\:rounded-b-full:first-child { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .\32xl\:first\:rounded-l-full:first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .\32xl\:first\:rounded-tl-none:first-child { - border-top-left-radius: 0px; - } - - .\32xl\:first\:rounded-tr-none:first-child { - border-top-right-radius: 0px; - } - - .\32xl\:first\:rounded-br-none:first-child { - border-bottom-right-radius: 0px; - } - - .\32xl\:first\:rounded-bl-none:first-child { - border-bottom-left-radius: 0px; - } - - .\32xl\:first\:rounded-tl-sm:first-child { - border-top-left-radius: 0.125rem; - } - - .\32xl\:first\:rounded-tr-sm:first-child { - border-top-right-radius: 0.125rem; - } - - .\32xl\:first\:rounded-br-sm:first-child { - border-bottom-right-radius: 0.125rem; - } - - .\32xl\:first\:rounded-bl-sm:first-child { - border-bottom-left-radius: 0.125rem; - } - - .\32xl\:first\:rounded-tl:first-child { - border-top-left-radius: 0.25rem; - } - - .\32xl\:first\:rounded-tr:first-child { - border-top-right-radius: 0.25rem; - } - - .\32xl\:first\:rounded-br:first-child { - border-bottom-right-radius: 0.25rem; - } - - .\32xl\:first\:rounded-bl:first-child { - border-bottom-left-radius: 0.25rem; - } - - .\32xl\:first\:rounded-tl-md:first-child { - border-top-left-radius: 0.375rem; - } - - .\32xl\:first\:rounded-tr-md:first-child { - border-top-right-radius: 0.375rem; - } - - .\32xl\:first\:rounded-br-md:first-child { - border-bottom-right-radius: 0.375rem; - } - - .\32xl\:first\:rounded-bl-md:first-child { - border-bottom-left-radius: 0.375rem; - } - - .\32xl\:first\:rounded-tl-lg:first-child { - border-top-left-radius: 0.5rem; - } - - .\32xl\:first\:rounded-tr-lg:first-child { - border-top-right-radius: 0.5rem; - } - - .\32xl\:first\:rounded-br-lg:first-child { - border-bottom-right-radius: 0.5rem; - } - - .\32xl\:first\:rounded-bl-lg:first-child { - border-bottom-left-radius: 0.5rem; - } - - .\32xl\:first\:rounded-tl-xl:first-child { - border-top-left-radius: 0.75rem; - } - - .\32xl\:first\:rounded-tr-xl:first-child { - border-top-right-radius: 0.75rem; - } - - .\32xl\:first\:rounded-br-xl:first-child { - border-bottom-right-radius: 0.75rem; - } - - .\32xl\:first\:rounded-bl-xl:first-child { - border-bottom-left-radius: 0.75rem; - } - - .\32xl\:first\:rounded-tl-2xl:first-child { - border-top-left-radius: 1rem; - } - - .\32xl\:first\:rounded-tr-2xl:first-child { - border-top-right-radius: 1rem; - } - - .\32xl\:first\:rounded-br-2xl:first-child { - border-bottom-right-radius: 1rem; - } - - .\32xl\:first\:rounded-bl-2xl:first-child { - border-bottom-left-radius: 1rem; - } - - .\32xl\:first\:rounded-tl-3xl:first-child { - border-top-left-radius: 1.5rem; - } - - .\32xl\:first\:rounded-tr-3xl:first-child { - border-top-right-radius: 1.5rem; - } - - .\32xl\:first\:rounded-br-3xl:first-child { - border-bottom-right-radius: 1.5rem; - } - - .\32xl\:first\:rounded-bl-3xl:first-child { - border-bottom-left-radius: 1.5rem; - } - - .\32xl\:first\:rounded-tl-full:first-child { - border-top-left-radius: 9999px; - } - - .\32xl\:first\:rounded-tr-full:first-child { - border-top-right-radius: 9999px; - } - - .\32xl\:first\:rounded-br-full:first-child { - border-bottom-right-radius: 9999px; - } - - .\32xl\:first\:rounded-bl-full:first-child { - border-bottom-left-radius: 9999px; - } - - .\32xl\:last\:rounded-none:last-child { - border-radius: 0px; - } - - .\32xl\:last\:rounded-sm:last-child { - border-radius: 0.125rem; - } - - .\32xl\:last\:rounded:last-child { - border-radius: 0.25rem; - } - - .\32xl\:last\:rounded-md:last-child { - border-radius: 0.375rem; - } - - .\32xl\:last\:rounded-lg:last-child { - border-radius: 0.5rem; - } - - .\32xl\:last\:rounded-xl:last-child { - border-radius: 0.75rem; - } - - .\32xl\:last\:rounded-2xl:last-child { - border-radius: 1rem; - } - - .\32xl\:last\:rounded-3xl:last-child { - border-radius: 1.5rem; - } - - .\32xl\:last\:rounded-full:last-child { - border-radius: 9999px; - } - - .\32xl\:last\:rounded-t-none:last-child { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .\32xl\:last\:rounded-r-none:last-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .\32xl\:last\:rounded-b-none:last-child { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .\32xl\:last\:rounded-l-none:last-child { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .\32xl\:last\:rounded-t-sm:last-child { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .\32xl\:last\:rounded-r-sm:last-child { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .\32xl\:last\:rounded-b-sm:last-child { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .\32xl\:last\:rounded-l-sm:last-child { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .\32xl\:last\:rounded-t:last-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .\32xl\:last\:rounded-r:last-child { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .\32xl\:last\:rounded-b:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .\32xl\:last\:rounded-l:last-child { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .\32xl\:last\:rounded-t-md:last-child { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .\32xl\:last\:rounded-r-md:last-child { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .\32xl\:last\:rounded-b-md:last-child { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .\32xl\:last\:rounded-l-md:last-child { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .\32xl\:last\:rounded-t-lg:last-child { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .\32xl\:last\:rounded-r-lg:last-child { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .\32xl\:last\:rounded-b-lg:last-child { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .\32xl\:last\:rounded-l-lg:last-child { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .\32xl\:last\:rounded-t-xl:last-child { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .\32xl\:last\:rounded-r-xl:last-child { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .\32xl\:last\:rounded-b-xl:last-child { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .\32xl\:last\:rounded-l-xl:last-child { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .\32xl\:last\:rounded-t-2xl:last-child { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .\32xl\:last\:rounded-r-2xl:last-child { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .\32xl\:last\:rounded-b-2xl:last-child { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .\32xl\:last\:rounded-l-2xl:last-child { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .\32xl\:last\:rounded-t-3xl:last-child { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .\32xl\:last\:rounded-r-3xl:last-child { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .\32xl\:last\:rounded-b-3xl:last-child { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .\32xl\:last\:rounded-l-3xl:last-child { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .\32xl\:last\:rounded-t-full:last-child { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .\32xl\:last\:rounded-r-full:last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .\32xl\:last\:rounded-b-full:last-child { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .\32xl\:last\:rounded-l-full:last-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .\32xl\:last\:rounded-tl-none:last-child { - border-top-left-radius: 0px; - } - - .\32xl\:last\:rounded-tr-none:last-child { - border-top-right-radius: 0px; - } - - .\32xl\:last\:rounded-br-none:last-child { - border-bottom-right-radius: 0px; - } - - .\32xl\:last\:rounded-bl-none:last-child { - border-bottom-left-radius: 0px; - } - - .\32xl\:last\:rounded-tl-sm:last-child { - border-top-left-radius: 0.125rem; - } - - .\32xl\:last\:rounded-tr-sm:last-child { - border-top-right-radius: 0.125rem; - } - - .\32xl\:last\:rounded-br-sm:last-child { - border-bottom-right-radius: 0.125rem; - } - - .\32xl\:last\:rounded-bl-sm:last-child { - border-bottom-left-radius: 0.125rem; - } - - .\32xl\:last\:rounded-tl:last-child { - border-top-left-radius: 0.25rem; - } - - .\32xl\:last\:rounded-tr:last-child { - border-top-right-radius: 0.25rem; - } - - .\32xl\:last\:rounded-br:last-child { - border-bottom-right-radius: 0.25rem; - } - - .\32xl\:last\:rounded-bl:last-child { - border-bottom-left-radius: 0.25rem; - } - - .\32xl\:last\:rounded-tl-md:last-child { - border-top-left-radius: 0.375rem; - } - - .\32xl\:last\:rounded-tr-md:last-child { - border-top-right-radius: 0.375rem; - } - - .\32xl\:last\:rounded-br-md:last-child { - border-bottom-right-radius: 0.375rem; - } - - .\32xl\:last\:rounded-bl-md:last-child { - border-bottom-left-radius: 0.375rem; - } - - .\32xl\:last\:rounded-tl-lg:last-child { - border-top-left-radius: 0.5rem; - } - - .\32xl\:last\:rounded-tr-lg:last-child { - border-top-right-radius: 0.5rem; - } - - .\32xl\:last\:rounded-br-lg:last-child { - border-bottom-right-radius: 0.5rem; - } - - .\32xl\:last\:rounded-bl-lg:last-child { - border-bottom-left-radius: 0.5rem; - } - - .\32xl\:last\:rounded-tl-xl:last-child { - border-top-left-radius: 0.75rem; - } - - .\32xl\:last\:rounded-tr-xl:last-child { - border-top-right-radius: 0.75rem; - } - - .\32xl\:last\:rounded-br-xl:last-child { - border-bottom-right-radius: 0.75rem; - } - - .\32xl\:last\:rounded-bl-xl:last-child { - border-bottom-left-radius: 0.75rem; - } - - .\32xl\:last\:rounded-tl-2xl:last-child { - border-top-left-radius: 1rem; - } - - .\32xl\:last\:rounded-tr-2xl:last-child { - border-top-right-radius: 1rem; - } - - .\32xl\:last\:rounded-br-2xl:last-child { - border-bottom-right-radius: 1rem; - } - - .\32xl\:last\:rounded-bl-2xl:last-child { - border-bottom-left-radius: 1rem; - } - - .\32xl\:last\:rounded-tl-3xl:last-child { - border-top-left-radius: 1.5rem; - } - - .\32xl\:last\:rounded-tr-3xl:last-child { - border-top-right-radius: 1.5rem; - } - - .\32xl\:last\:rounded-br-3xl:last-child { - border-bottom-right-radius: 1.5rem; - } - - .\32xl\:last\:rounded-bl-3xl:last-child { - border-bottom-left-radius: 1.5rem; - } - - .\32xl\:last\:rounded-tl-full:last-child { - border-top-left-radius: 9999px; - } - - .\32xl\:last\:rounded-tr-full:last-child { - border-top-right-radius: 9999px; - } - - .\32xl\:last\:rounded-br-full:last-child { - border-bottom-right-radius: 9999px; - } - - .\32xl\:last\:rounded-bl-full:last-child { - border-bottom-left-radius: 9999px; - } - - .\32xl\:border-solid { - border-style: solid; - } - - .\32xl\:border-dashed { - border-style: dashed; - } - - .\32xl\:border-dotted { - border-style: dotted; - } - - .\32xl\:border-double { - border-style: double; - } - - .\32xl\:border-none { - border-style: none; - } - - .\32xl\:hover\:border-solid:hover { - border-style: solid; - } - - .\32xl\:hover\:border-dashed:hover { - border-style: dashed; - } - - .\32xl\:hover\:border-dotted:hover { - border-style: dotted; - } - - .\32xl\:hover\:border-double:hover { - border-style: double; - } - - .\32xl\:hover\:border-none:hover { - border-style: none; - } - - .\32xl\:first\:border-solid:first-child { - border-style: solid; - } - - .\32xl\:first\:border-dashed:first-child { - border-style: dashed; - } - - .\32xl\:first\:border-dotted:first-child { - border-style: dotted; - } - - .\32xl\:first\:border-double:first-child { - border-style: double; - } - - .\32xl\:first\:border-none:first-child { - border-style: none; - } - - .\32xl\:last\:border-solid:last-child { - border-style: solid; - } - - .\32xl\:last\:border-dashed:last-child { - border-style: dashed; - } - - .\32xl\:last\:border-dotted:last-child { - border-style: dotted; - } - - .\32xl\:last\:border-double:last-child { - border-style: double; - } - - .\32xl\:last\:border-none:last-child { - border-style: none; - } - - .\32xl\:border-0 { - border-width: 0px; - } - - .\32xl\:border-2 { - border-width: 2px; - } - - .\32xl\:border-3 { - border-width: 3px; - } - - .\32xl\:border-4 { - border-width: 4px; - } - - .\32xl\:border-8 { - border-width: 8px; - } - - .\32xl\:border { - border-width: 1px; - } - - .\32xl\:border-t-0 { - border-top-width: 0px; - } - - .\32xl\:border-r-0 { - border-right-width: 0px; - } - - .\32xl\:border-b-0 { - border-bottom-width: 0px; - } - - .\32xl\:border-l-0 { - border-left-width: 0px; - } - - .\32xl\:border-t-2 { - border-top-width: 2px; - } - - .\32xl\:border-r-2 { - border-right-width: 2px; - } - - .\32xl\:border-b-2 { - border-bottom-width: 2px; - } - - .\32xl\:border-l-2 { - border-left-width: 2px; - } - - .\32xl\:border-t-3 { - border-top-width: 3px; - } - - .\32xl\:border-r-3 { - border-right-width: 3px; - } - - .\32xl\:border-b-3 { - border-bottom-width: 3px; - } - - .\32xl\:border-l-3 { - border-left-width: 3px; - } - - .\32xl\:border-t-4 { - border-top-width: 4px; - } - - .\32xl\:border-r-4 { - border-right-width: 4px; - } - - .\32xl\:border-b-4 { - border-bottom-width: 4px; - } - - .\32xl\:border-l-4 { - border-left-width: 4px; - } - - .\32xl\:border-t-8 { - border-top-width: 8px; - } - - .\32xl\:border-r-8 { - border-right-width: 8px; - } - - .\32xl\:border-b-8 { - border-bottom-width: 8px; - } - - .\32xl\:border-l-8 { - border-left-width: 8px; - } - - .\32xl\:border-t { - border-top-width: 1px; - } - - .\32xl\:border-r { - border-right-width: 1px; - } - - .\32xl\:border-b { - border-bottom-width: 1px; - } - - .\32xl\:border-l { - border-left-width: 1px; - } - - .\32xl\:last\:border-0:last-child { - border-width: 0px; - } - - .\32xl\:last\:border-2:last-child { - border-width: 2px; - } - - .\32xl\:last\:border-3:last-child { - border-width: 3px; - } - - .\32xl\:last\:border-4:last-child { - border-width: 4px; - } - - .\32xl\:last\:border-8:last-child { - border-width: 8px; - } - - .\32xl\:last\:border:last-child { - border-width: 1px; - } - - .\32xl\:last\:border-t-0:last-child { - border-top-width: 0px; - } - - .\32xl\:last\:border-r-0:last-child { - border-right-width: 0px; - } - - .\32xl\:last\:border-b-0:last-child { - border-bottom-width: 0px; - } - - .\32xl\:last\:border-l-0:last-child { - border-left-width: 0px; - } - - .\32xl\:last\:border-t-2:last-child { - border-top-width: 2px; - } - - .\32xl\:last\:border-r-2:last-child { - border-right-width: 2px; - } - - .\32xl\:last\:border-b-2:last-child { - border-bottom-width: 2px; - } - - .\32xl\:last\:border-l-2:last-child { - border-left-width: 2px; - } - - .\32xl\:last\:border-t-3:last-child { - border-top-width: 3px; - } - - .\32xl\:last\:border-r-3:last-child { - border-right-width: 3px; - } - - .\32xl\:last\:border-b-3:last-child { - border-bottom-width: 3px; - } - - .\32xl\:last\:border-l-3:last-child { - border-left-width: 3px; - } - - .\32xl\:last\:border-t-4:last-child { - border-top-width: 4px; - } - - .\32xl\:last\:border-r-4:last-child { - border-right-width: 4px; - } - - .\32xl\:last\:border-b-4:last-child { - border-bottom-width: 4px; - } - - .\32xl\:last\:border-l-4:last-child { - border-left-width: 4px; - } - - .\32xl\:last\:border-t-8:last-child { - border-top-width: 8px; - } - - .\32xl\:last\:border-r-8:last-child { - border-right-width: 8px; - } - - .\32xl\:last\:border-b-8:last-child { - border-bottom-width: 8px; - } - - .\32xl\:last\:border-l-8:last-child { - border-left-width: 8px; - } - - .\32xl\:last\:border-t:last-child { - border-top-width: 1px; - } - - .\32xl\:last\:border-r:last-child { - border-right-width: 1px; - } - - .\32xl\:last\:border-b:last-child { - border-bottom-width: 1px; - } - - .\32xl\:last\:border-l:last-child { - border-left-width: 1px; - } - - .\32xl\:hover\:border-0:hover { - border-width: 0px; - } - - .\32xl\:hover\:border-2:hover { - border-width: 2px; - } - - .\32xl\:hover\:border-3:hover { - border-width: 3px; - } - - .\32xl\:hover\:border-4:hover { - border-width: 4px; - } - - .\32xl\:hover\:border-8:hover { - border-width: 8px; - } - - .\32xl\:hover\:border:hover { - border-width: 1px; - } - - .\32xl\:hover\:border-t-0:hover { - border-top-width: 0px; - } - - .\32xl\:hover\:border-r-0:hover { - border-right-width: 0px; - } - - .\32xl\:hover\:border-b-0:hover { - border-bottom-width: 0px; - } - - .\32xl\:hover\:border-l-0:hover { - border-left-width: 0px; - } - - .\32xl\:hover\:border-t-2:hover { - border-top-width: 2px; - } - - .\32xl\:hover\:border-r-2:hover { - border-right-width: 2px; - } - - .\32xl\:hover\:border-b-2:hover { - border-bottom-width: 2px; - } - - .\32xl\:hover\:border-l-2:hover { - border-left-width: 2px; - } - - .\32xl\:hover\:border-t-3:hover { - border-top-width: 3px; - } - - .\32xl\:hover\:border-r-3:hover { - border-right-width: 3px; - } - - .\32xl\:hover\:border-b-3:hover { - border-bottom-width: 3px; - } - - .\32xl\:hover\:border-l-3:hover { - border-left-width: 3px; - } - - .\32xl\:hover\:border-t-4:hover { - border-top-width: 4px; - } - - .\32xl\:hover\:border-r-4:hover { - border-right-width: 4px; - } - - .\32xl\:hover\:border-b-4:hover { - border-bottom-width: 4px; - } - - .\32xl\:hover\:border-l-4:hover { - border-left-width: 4px; - } - - .\32xl\:hover\:border-t-8:hover { - border-top-width: 8px; - } - - .\32xl\:hover\:border-r-8:hover { - border-right-width: 8px; - } - - .\32xl\:hover\:border-b-8:hover { - border-bottom-width: 8px; - } - - .\32xl\:hover\:border-l-8:hover { - border-left-width: 8px; - } - - .\32xl\:hover\:border-t:hover { - border-top-width: 1px; - } - - .\32xl\:hover\:border-r:hover { - border-right-width: 1px; - } - - .\32xl\:hover\:border-b:hover { - border-bottom-width: 1px; - } - - .\32xl\:hover\:border-l:hover { - border-left-width: 1px; - } - - .\32xl\:focus\:border-0:focus { - border-width: 0px; - } - - .\32xl\:focus\:border-2:focus { - border-width: 2px; - } - - .\32xl\:focus\:border-3:focus { - border-width: 3px; - } - - .\32xl\:focus\:border-4:focus { - border-width: 4px; - } - - .\32xl\:focus\:border-8:focus { - border-width: 8px; - } - - .\32xl\:focus\:border:focus { - border-width: 1px; - } - - .\32xl\:focus\:border-t-0:focus { - border-top-width: 0px; - } - - .\32xl\:focus\:border-r-0:focus { - border-right-width: 0px; - } - - .\32xl\:focus\:border-b-0:focus { - border-bottom-width: 0px; - } - - .\32xl\:focus\:border-l-0:focus { - border-left-width: 0px; - } - - .\32xl\:focus\:border-t-2:focus { - border-top-width: 2px; - } - - .\32xl\:focus\:border-r-2:focus { - border-right-width: 2px; - } - - .\32xl\:focus\:border-b-2:focus { - border-bottom-width: 2px; - } - - .\32xl\:focus\:border-l-2:focus { - border-left-width: 2px; - } - - .\32xl\:focus\:border-t-3:focus { - border-top-width: 3px; - } - - .\32xl\:focus\:border-r-3:focus { - border-right-width: 3px; - } - - .\32xl\:focus\:border-b-3:focus { - border-bottom-width: 3px; - } - - .\32xl\:focus\:border-l-3:focus { - border-left-width: 3px; - } - - .\32xl\:focus\:border-t-4:focus { - border-top-width: 4px; - } - - .\32xl\:focus\:border-r-4:focus { - border-right-width: 4px; - } - - .\32xl\:focus\:border-b-4:focus { - border-bottom-width: 4px; - } - - .\32xl\:focus\:border-l-4:focus { - border-left-width: 4px; - } - - .\32xl\:focus\:border-t-8:focus { - border-top-width: 8px; - } - - .\32xl\:focus\:border-r-8:focus { - border-right-width: 8px; - } - - .\32xl\:focus\:border-b-8:focus { - border-bottom-width: 8px; - } - - .\32xl\:focus\:border-l-8:focus { - border-left-width: 8px; - } - - .\32xl\:focus\:border-t:focus { - border-top-width: 1px; - } - - .\32xl\:focus\:border-r:focus { - border-right-width: 1px; - } - - .\32xl\:focus\:border-b:focus { - border-bottom-width: 1px; - } - - .\32xl\:focus\:border-l:focus { - border-left-width: 1px; - } - - .\32xl\:box-border { - box-sizing: border-box; - } - - .\32xl\:box-content { - box-sizing: content-box; - } - - .\32xl\:cursor-auto { - cursor: auto; - } - - .\32xl\:cursor-default { - cursor: default; - } - - .\32xl\:cursor-pointer { - cursor: pointer; - } - - .\32xl\:cursor-wait { - cursor: wait; - } - - .\32xl\:cursor-text { - cursor: text; - } - - .\32xl\:cursor-move { - cursor: move; - } - - .\32xl\:cursor-not-allowed { - cursor: not-allowed; - } - - .\32xl\:block { - display: block; - } - - .\32xl\:inline-block { - display: inline-block; - } - - .\32xl\:inline { - display: inline; - } - - .\32xl\:flex { - display: flex; - } - - .\32xl\:inline-flex { - display: inline-flex; - } - - .\32xl\:table { - display: table; - } - - .\32xl\:table-caption { - display: table-caption; - } - - .\32xl\:table-cell { - display: table-cell; - } - - .\32xl\:table-column { - display: table-column; - } - - .\32xl\:table-column-group { - display: table-column-group; - } - - .\32xl\:table-footer-group { - display: table-footer-group; - } - - .\32xl\:table-header-group { - display: table-header-group; - } - - .\32xl\:table-row-group { - display: table-row-group; - } - - .\32xl\:table-row { - display: table-row; - } - - .\32xl\:flow-root { - display: flow-root; - } - - .\32xl\:grid { - display: grid; - } - - .\32xl\:inline-grid { - display: inline-grid; - } - - .\32xl\:contents { - display: contents; - } - - .\32xl\:hidden { - display: none; - } - - .\32xl\:flex-row { - flex-direction: row; - } - - .\32xl\:flex-row-reverse { - flex-direction: row-reverse; - } - - .\32xl\:flex-col { - flex-direction: column; - } - - .\32xl\:flex-col-reverse { - flex-direction: column-reverse; - } - - .\32xl\:flex-wrap { - flex-wrap: wrap; - } - - .\32xl\:flex-wrap-reverse { - flex-wrap: wrap-reverse; - } - - .\32xl\:flex-nowrap { - flex-wrap: nowrap; - } - - .\32xl\:place-items-auto { - place-items: auto; - } - - .\32xl\:place-items-start { - place-items: start; - } - - .\32xl\:place-items-end { - place-items: end; - } - - .\32xl\:place-items-center { - place-items: center; - } - - .\32xl\:place-items-stretch { - place-items: stretch; - } - - .\32xl\:place-content-center { - place-content: center; - } - - .\32xl\:place-content-start { - place-content: start; - } - - .\32xl\:place-content-end { - place-content: end; - } - - .\32xl\:place-content-between { - place-content: space-between; - } - - .\32xl\:place-content-around { - place-content: space-around; - } - - .\32xl\:place-content-evenly { - place-content: space-evenly; - } - - .\32xl\:place-content-stretch { - place-content: stretch; - } - - .\32xl\:place-self-auto { - place-self: auto; - } - - .\32xl\:place-self-start { - place-self: start; - } - - .\32xl\:place-self-end { - place-self: end; - } - - .\32xl\:place-self-center { - place-self: center; - } - - .\32xl\:place-self-stretch { - place-self: stretch; - } - - .\32xl\:items-start { - align-items: flex-start; - } - - .\32xl\:items-end { - align-items: flex-end; - } - - .\32xl\:items-center { - align-items: center; - } - - .\32xl\:items-baseline { - align-items: baseline; - } - - .\32xl\:items-stretch { - align-items: stretch; - } - - .\32xl\:content-center { - align-content: center; - } - - .\32xl\:content-start { - align-content: flex-start; - } - - .\32xl\:content-end { - align-content: flex-end; - } - - .\32xl\:content-between { - align-content: space-between; - } - - .\32xl\:content-around { - align-content: space-around; - } - - .\32xl\:content-evenly { - align-content: space-evenly; - } - - .\32xl\:self-auto { - align-self: auto; - } - - .\32xl\:self-start { - align-self: flex-start; - } - - .\32xl\:self-end { - align-self: flex-end; - } - - .\32xl\:self-center { - align-self: center; - } - - .\32xl\:self-stretch { - align-self: stretch; - } - - .\32xl\:justify-items-auto { - justify-items: auto; - } - - .\32xl\:justify-items-start { - justify-items: start; - } - - .\32xl\:justify-items-end { - justify-items: end; - } - - .\32xl\:justify-items-center { - justify-items: center; - } - - .\32xl\:justify-items-stretch { - justify-items: stretch; - } - - .\32xl\:justify-start { - justify-content: flex-start; - } - - .\32xl\:justify-end { - justify-content: flex-end; - } - - .\32xl\:justify-center { - justify-content: center; - } - - .\32xl\:justify-between { - justify-content: space-between; - } - - .\32xl\:justify-around { - justify-content: space-around; - } - - .\32xl\:justify-evenly { - justify-content: space-evenly; - } - - .\32xl\:justify-self-auto { - justify-self: auto; - } - - .\32xl\:justify-self-start { - justify-self: start; - } - - .\32xl\:justify-self-end { - justify-self: end; - } - - .\32xl\:justify-self-center { - justify-self: center; - } - - .\32xl\:justify-self-stretch { - justify-self: stretch; - } - - .\32xl\:flex-1 { - flex: 1 1 0%; - } - - .\32xl\:flex-auto { - flex: 1 1 auto; - } - - .\32xl\:flex-initial { - flex: 0 1 auto; - } - - .\32xl\:flex-none { - flex: none; - } - - .\32xl\:flex-grow-0 { - flex-grow: 0; - } - - .\32xl\:flex-grow { - flex-grow: 1; - } - - .\32xl\:flex-shrink-0 { - flex-shrink: 0; - } - - .\32xl\:flex-shrink { - flex-shrink: 1; - } - - .\32xl\:order-1 { - order: 1; - } - - .\32xl\:order-2 { - order: 2; - } - - .\32xl\:order-3 { - order: 3; - } - - .\32xl\:order-4 { - order: 4; - } - - .\32xl\:order-5 { - order: 5; - } - - .\32xl\:order-6 { - order: 6; - } - - .\32xl\:order-7 { - order: 7; - } - - .\32xl\:order-8 { - order: 8; - } - - .\32xl\:order-9 { - order: 9; - } - - .\32xl\:order-10 { - order: 10; - } - - .\32xl\:order-11 { - order: 11; - } - - .\32xl\:order-12 { - order: 12; - } - - .\32xl\:order-first { - order: -9999; - } - - .\32xl\:order-last { - order: 9999; - } - - .\32xl\:order-none { - order: 0; - } - - .\32xl\:float-right { - float: right; - } - - .\32xl\:float-left { - float: left; - } - - .\32xl\:float-none { - float: none; - } - - .\32xl\:clear-left { - clear: left; - } - - .\32xl\:clear-right { - clear: right; - } - - .\32xl\:clear-both { - clear: both; - } - - .\32xl\:clear-none { - clear: none; - } - - .\32xl\:font-sans { - 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"; - } - - .\32xl\:font-serif { - font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; - } - - .\32xl\:font-mono { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - } - - .\32xl\:font-base { - font-family: Poppins, sans-serif; - } - - .\32xl\:font-thin { - font-weight: 100; - } - - .\32xl\:font-extralight { - font-weight: 200; - } - - .\32xl\:font-light { - font-weight: 300; - } - - .\32xl\:font-normal { - font-weight: 400; - } - - .\32xl\:font-medium { - font-weight: 500; - } - - .\32xl\:font-semibold { - font-weight: 600; - } - - .\32xl\:font-bold { - font-weight: 700; - } - - .\32xl\:font-extrabold { - font-weight: 800; - } - - .\32xl\:font-black { - font-weight: 900; - } - - .\32xl\:h-0 { - height: 0px; - } - - .\32xl\:h-1 { - height: 0.25rem; - } - - .\32xl\:h-2 { - height: 0.5rem; - } - - .\32xl\:h-3 { - height: 0.75rem; - } - - .\32xl\:h-4 { - height: 1rem; - } - - .\32xl\:h-5 { - height: 1.25rem; - } - - .\32xl\:h-6 { - height: 1.5rem; - } - - .\32xl\:h-7 { - height: 1.75rem; - } - - .\32xl\:h-8 { - height: 2rem; - } - - .\32xl\:h-9 { - height: 2.25rem; - } - - .\32xl\:h-10 { - height: 2.5rem; - } - - .\32xl\:h-11 { - height: 2.75rem; - } - - .\32xl\:h-12 { - height: 3rem; - } - - .\32xl\:h-14 { - height: 3.5rem; - } - - .\32xl\:h-16 { - height: 4rem; - } - - .\32xl\:h-20 { - height: 5rem; - } - - .\32xl\:h-22 { - height: 5.625rem; - } - - .\32xl\:h-24 { - height: 6rem; - } - - .\32xl\:h-28 { - height: 7rem; - } - - .\32xl\:h-32 { - height: 8rem; - } - - .\32xl\:h-36 { - height: 9rem; - } - - .\32xl\:h-40 { - height: 10rem; - } - - .\32xl\:h-44 { - height: 11rem; - } - - .\32xl\:h-48 { - height: 12rem; - } - - .\32xl\:h-52 { - height: 13rem; - } - - .\32xl\:h-56 { - height: 14rem; - } - - .\32xl\:h-60 { - height: 240px; - } - - .\32xl\:h-64 { - height: 16rem; - } - - .\32xl\:h-72 { - height: 18rem; - } - - .\32xl\:h-80 { - height: 20rem; - } - - .\32xl\:h-88 { - height: 22rem; - } - - .\32xl\:h-96 { - height: 24rem; - } - - .\32xl\:h-130 { - height: 560px; - } - - .\32xl\:h-auto { - height: auto; - } - - .\32xl\:h-px { - height: 1px; - } - - .\32xl\:h-0\.5 { - height: 0.125rem; - } - - .\32xl\:h-1\.5 { - height: 0.375rem; - } - - .\32xl\:h-2\.5 { - height: 0.625rem; - } - - .\32xl\:h-3\.5 { - height: 0.875rem; - } - - .\32xl\:h-1\/2 { - height: 50%; - } - - .\32xl\:h-1\/3 { - height: 33.333333%; - } - - .\32xl\:h-2\/3 { - height: 66.666667%; - } - - .\32xl\:h-1\/4 { - height: 25%; - } - - .\32xl\:h-2\/4 { - height: 50%; - } - - .\32xl\:h-3\/4 { - height: 75%; - } - - .\32xl\:h-1\/5 { - height: 20%; - } - - .\32xl\:h-2\/5 { - height: 40%; - } - - .\32xl\:h-3\/5 { - height: 60%; - } - - .\32xl\:h-4\/5 { - height: 80%; - } - - .\32xl\:h-1\/6 { - height: 16.666667%; - } - - .\32xl\:h-2\/6 { - height: 33.333333%; - } - - .\32xl\:h-3\/6 { - height: 50%; - } - - .\32xl\:h-4\/6 { - height: 66.666667%; - } - - .\32xl\:h-5\/6 { - height: 83.333333%; - } - - .\32xl\:h-full { - height: 100%; - } - - .\32xl\:h-screen { - height: 100vh; - } - - .\32xl\:text-xs { - font-size: 0.75rem; - line-height: 1rem; - } - - .\32xl\:text-sm { - font-size: 0.875rem; - line-height: 1.25rem; - } - - .\32xl\:text-base { - font-size: 1rem; - line-height: 1.5rem; - } - - .\32xl\:text-lg { - font-size: 1.125rem; - line-height: 1.75rem; - } - - .\32xl\:text-xl { - font-size: 1.25rem; - line-height: 1.75rem; - } - - .\32xl\:text-2xl { - font-size: 1.5rem; - line-height: 2rem; - } - - .\32xl\:text-3xl { - font-size: 1.875rem; - line-height: 2.25rem; - } - - .\32xl\:text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; - } - - .\32xl\:text-5xl { - font-size: 3rem; - line-height: 1; - } - - .\32xl\:text-6xl { - font-size: 3.75rem; - line-height: 1; - } - - .\32xl\:text-7xl { - font-size: 4.5rem; - line-height: 1; - } - - .\32xl\:text-8xl { - font-size: 6rem; - line-height: 1; - } - - .\32xl\:text-9xl { - font-size: 8rem; - line-height: 1; - } - - .\32xl\:leading-3 { - line-height: .75rem; - } - - .\32xl\:leading-4 { - line-height: 1rem; - } - - .\32xl\:leading-5 { - line-height: 1.25rem; - } - - .\32xl\:leading-6 { - line-height: 1.5rem; - } - - .\32xl\:leading-7 { - line-height: 1.75rem; - } - - .\32xl\:leading-8 { - line-height: 2rem; - } - - .\32xl\:leading-9 { - line-height: 2.25rem; - } - - .\32xl\:leading-10 { - line-height: 2.5rem; - } - - .\32xl\:leading-none { - line-height: 1; - } - - .\32xl\:leading-tight { - line-height: 1.25; - } - - .\32xl\:leading-snug { - line-height: 1.375; - } - - .\32xl\:leading-normal { - line-height: 1.5; - } - - .\32xl\:leading-relaxed { - line-height: 1.625; - } - - .\32xl\:leading-loose { - line-height: 2; - } - - .\32xl\:list-inside { - list-style-position: inside; - } - - .\32xl\:list-outside { - list-style-position: outside; - } - - .\32xl\:list-none { - list-style-type: none; - } - - .\32xl\:list-disc { - list-style-type: disc; - } - - .\32xl\:list-decimal { - list-style-type: decimal; - } - - .\32xl\:m-0 { - margin: 0px; - } - - .\32xl\:m-1 { - margin: 0.25rem; - } - - .\32xl\:m-2 { - margin: 0.5rem; - } - - .\32xl\:m-3 { - margin: 0.75rem; - } - - .\32xl\:m-4 { - margin: 1rem; - } - - .\32xl\:m-5 { - margin: 1.25rem; - } - - .\32xl\:m-6 { - margin: 1.5rem; - } - - .\32xl\:m-7 { - margin: 1.75rem; - } - - .\32xl\:m-8 { - margin: 2rem; - } - - .\32xl\:m-9 { - margin: 2.25rem; - } - - .\32xl\:m-10 { - margin: 2.5rem; - } - - .\32xl\:m-11 { - margin: 2.75rem; - } - - .\32xl\:m-12 { - margin: 3rem; - } - - .\32xl\:m-14 { - margin: 3.5rem; - } - - .\32xl\:m-16 { - margin: 4rem; - } - - .\32xl\:m-20 { - margin: 5rem; - } - - .\32xl\:m-22 { - margin: 5.625rem; - } - - .\32xl\:m-24 { - margin: 6rem; - } - - .\32xl\:m-28 { - margin: 7rem; - } - - .\32xl\:m-32 { - margin: 8rem; - } - - .\32xl\:m-36 { - margin: 9rem; - } - - .\32xl\:m-40 { - margin: 10rem; - } - - .\32xl\:m-44 { - margin: 11rem; - } - - .\32xl\:m-48 { - margin: 12rem; - } - - .\32xl\:m-52 { - margin: 13rem; - } - - .\32xl\:m-56 { - margin: 14rem; - } - - .\32xl\:m-60 { - margin: 240px; - } - - .\32xl\:m-64 { - margin: 16rem; - } - - .\32xl\:m-72 { - margin: 18rem; - } - - .\32xl\:m-80 { - margin: 20rem; - } - - .\32xl\:m-88 { - margin: 22rem; - } - - .\32xl\:m-96 { - margin: 24rem; - } - - .\32xl\:m-130 { - margin: 560px; - } - - .\32xl\:m-auto { - margin: auto; - } - - .\32xl\:m-px { - margin: 1px; - } - - .\32xl\:m-0\.5 { - margin: 0.125rem; - } - - .\32xl\:m-1\.5 { - margin: 0.375rem; - } - - .\32xl\:m-2\.5 { - margin: 0.625rem; - } - - .\32xl\:m-3\.5 { - margin: 0.875rem; - } - - .\32xl\:-m-0 { - margin: 0px; - } - - .\32xl\:-m-1 { - margin: -0.25rem; - } - - .\32xl\:-m-2 { - margin: -0.5rem; - } - - .\32xl\:-m-3 { - margin: -0.75rem; - } - - .\32xl\:-m-4 { - margin: -1rem; - } - - .\32xl\:-m-5 { - margin: -1.25rem; - } - - .\32xl\:-m-6 { - margin: -1.5rem; - } - - .\32xl\:-m-7 { - margin: -1.75rem; - } - - .\32xl\:-m-8 { - margin: -2rem; - } - - .\32xl\:-m-9 { - margin: -2.25rem; - } - - .\32xl\:-m-10 { - margin: -2.5rem; - } - - .\32xl\:-m-11 { - margin: -2.75rem; - } - - .\32xl\:-m-12 { - margin: -3rem; - } - - .\32xl\:-m-14 { - margin: -3.5rem; - } - - .\32xl\:-m-16 { - margin: -4rem; - } - - .\32xl\:-m-20 { - margin: -5rem; - } - - .\32xl\:-m-22 { - margin: -5.625rem; - } - - .\32xl\:-m-24 { - margin: -6rem; - } - - .\32xl\:-m-28 { - margin: -7rem; - } - - .\32xl\:-m-32 { - margin: -8rem; - } - - .\32xl\:-m-36 { - margin: -9rem; - } - - .\32xl\:-m-40 { - margin: -10rem; - } - - .\32xl\:-m-44 { - margin: -11rem; - } - - .\32xl\:-m-48 { - margin: -12rem; - } - - .\32xl\:-m-52 { - margin: -13rem; - } - - .\32xl\:-m-56 { - margin: -14rem; - } - - .\32xl\:-m-60 { - margin: -240px; - } - - .\32xl\:-m-64 { - margin: -16rem; - } - - .\32xl\:-m-72 { - margin: -18rem; - } - - .\32xl\:-m-80 { - margin: -20rem; - } - - .\32xl\:-m-88 { - margin: -22rem; - } - - .\32xl\:-m-96 { - margin: -24rem; - } - - .\32xl\:-m-130 { - margin: -560px; - } - - .\32xl\:-m-px { - margin: -1px; - } - - .\32xl\:-m-0\.5 { - margin: -0.125rem; - } - - .\32xl\:-m-1\.5 { - margin: -0.375rem; - } - - .\32xl\:-m-2\.5 { - margin: -0.625rem; - } - - .\32xl\:-m-3\.5 { - margin: -0.875rem; - } - - .\32xl\:my-0 { - margin-top: 0px; - margin-bottom: 0px; - } - - .\32xl\:mx-0 { - margin-left: 0px; - margin-right: 0px; - } - - .\32xl\:my-1 { - margin-top: 0.25rem; - margin-bottom: 0.25rem; - } - - .\32xl\:mx-1 { - margin-left: 0.25rem; - margin-right: 0.25rem; - } - - .\32xl\:my-2 { - margin-top: 0.5rem; - margin-bottom: 0.5rem; - } - - .\32xl\:mx-2 { - margin-left: 0.5rem; - margin-right: 0.5rem; - } - - .\32xl\:my-3 { - margin-top: 0.75rem; - margin-bottom: 0.75rem; - } - - .\32xl\:mx-3 { - margin-left: 0.75rem; - margin-right: 0.75rem; - } - - .\32xl\:my-4 { - margin-top: 1rem; - margin-bottom: 1rem; - } - - .\32xl\:mx-4 { - margin-left: 1rem; - margin-right: 1rem; - } - - .\32xl\:my-5 { - margin-top: 1.25rem; - margin-bottom: 1.25rem; - } - - .\32xl\:mx-5 { - margin-left: 1.25rem; - margin-right: 1.25rem; - } - - .\32xl\:my-6 { - margin-top: 1.5rem; - margin-bottom: 1.5rem; - } - - .\32xl\:mx-6 { - margin-left: 1.5rem; - margin-right: 1.5rem; - } - - .\32xl\:my-7 { - margin-top: 1.75rem; - margin-bottom: 1.75rem; - } - - .\32xl\:mx-7 { - margin-left: 1.75rem; - margin-right: 1.75rem; - } - - .\32xl\:my-8 { - margin-top: 2rem; - margin-bottom: 2rem; - } - - .\32xl\:mx-8 { - margin-left: 2rem; - margin-right: 2rem; - } - - .\32xl\:my-9 { - margin-top: 2.25rem; - margin-bottom: 2.25rem; - } - - .\32xl\:mx-9 { - margin-left: 2.25rem; - margin-right: 2.25rem; - } - - .\32xl\:my-10 { - margin-top: 2.5rem; - margin-bottom: 2.5rem; - } - - .\32xl\:mx-10 { - margin-left: 2.5rem; - margin-right: 2.5rem; - } - - .\32xl\:my-11 { - margin-top: 2.75rem; - margin-bottom: 2.75rem; - } - - .\32xl\:mx-11 { - margin-left: 2.75rem; - margin-right: 2.75rem; - } - - .\32xl\:my-12 { - margin-top: 3rem; - margin-bottom: 3rem; - } - - .\32xl\:mx-12 { - margin-left: 3rem; - margin-right: 3rem; - } - - .\32xl\:my-14 { - margin-top: 3.5rem; - margin-bottom: 3.5rem; - } - - .\32xl\:mx-14 { - margin-left: 3.5rem; - margin-right: 3.5rem; - } - - .\32xl\:my-16 { - margin-top: 4rem; - margin-bottom: 4rem; - } - - .\32xl\:mx-16 { - margin-left: 4rem; - margin-right: 4rem; - } - - .\32xl\:my-20 { - margin-top: 5rem; - margin-bottom: 5rem; - } - - .\32xl\:mx-20 { - margin-left: 5rem; - margin-right: 5rem; - } - - .\32xl\:my-22 { - margin-top: 5.625rem; - margin-bottom: 5.625rem; - } - - .\32xl\:mx-22 { - margin-left: 5.625rem; - margin-right: 5.625rem; - } - - .\32xl\:my-24 { - margin-top: 6rem; - margin-bottom: 6rem; - } - - .\32xl\:mx-24 { - margin-left: 6rem; - margin-right: 6rem; - } - - .\32xl\:my-28 { - margin-top: 7rem; - margin-bottom: 7rem; - } - - .\32xl\:mx-28 { - margin-left: 7rem; - margin-right: 7rem; - } - - .\32xl\:my-32 { - margin-top: 8rem; - margin-bottom: 8rem; - } - - .\32xl\:mx-32 { - margin-left: 8rem; - margin-right: 8rem; - } - - .\32xl\:my-36 { - margin-top: 9rem; - margin-bottom: 9rem; - } - - .\32xl\:mx-36 { - margin-left: 9rem; - margin-right: 9rem; - } - - .\32xl\:my-40 { - margin-top: 10rem; - margin-bottom: 10rem; - } - - .\32xl\:mx-40 { - margin-left: 10rem; - margin-right: 10rem; - } - - .\32xl\:my-44 { - margin-top: 11rem; - margin-bottom: 11rem; - } - - .\32xl\:mx-44 { - margin-left: 11rem; - margin-right: 11rem; - } - - .\32xl\:my-48 { - margin-top: 12rem; - margin-bottom: 12rem; - } - - .\32xl\:mx-48 { - margin-left: 12rem; - margin-right: 12rem; - } - - .\32xl\:my-52 { - margin-top: 13rem; - margin-bottom: 13rem; - } - - .\32xl\:mx-52 { - margin-left: 13rem; - margin-right: 13rem; - } - - .\32xl\:my-56 { - margin-top: 14rem; - margin-bottom: 14rem; - } - - .\32xl\:mx-56 { - margin-left: 14rem; - margin-right: 14rem; - } - - .\32xl\:my-60 { - margin-top: 240px; - margin-bottom: 240px; - } - - .\32xl\:mx-60 { - margin-left: 240px; - margin-right: 240px; - } - - .\32xl\:my-64 { - margin-top: 16rem; - margin-bottom: 16rem; - } - - .\32xl\:mx-64 { - margin-left: 16rem; - margin-right: 16rem; - } - - .\32xl\:my-72 { - margin-top: 18rem; - margin-bottom: 18rem; - } - - .\32xl\:mx-72 { - margin-left: 18rem; - margin-right: 18rem; - } - - .\32xl\:my-80 { - margin-top: 20rem; - margin-bottom: 20rem; - } - - .\32xl\:mx-80 { - margin-left: 20rem; - margin-right: 20rem; - } - - .\32xl\:my-88 { - margin-top: 22rem; - margin-bottom: 22rem; - } - - .\32xl\:mx-88 { - margin-left: 22rem; - margin-right: 22rem; - } - - .\32xl\:my-96 { - margin-top: 24rem; - margin-bottom: 24rem; - } - - .\32xl\:mx-96 { - margin-left: 24rem; - margin-right: 24rem; - } - - .\32xl\:my-130 { - margin-top: 560px; - margin-bottom: 560px; - } - - .\32xl\:mx-130 { - margin-left: 560px; - margin-right: 560px; - } - - .\32xl\:my-auto { - margin-top: auto; - margin-bottom: auto; - } - - .\32xl\:mx-auto { - margin-left: auto; - margin-right: auto; - } - - .\32xl\:my-px { - margin-top: 1px; - margin-bottom: 1px; - } - - .\32xl\:mx-px { - margin-left: 1px; - margin-right: 1px; - } - - .\32xl\:my-0\.5 { - margin-top: 0.125rem; - margin-bottom: 0.125rem; - } - - .\32xl\:mx-0\.5 { - margin-left: 0.125rem; - margin-right: 0.125rem; - } - - .\32xl\:my-1\.5 { - margin-top: 0.375rem; - margin-bottom: 0.375rem; - } - - .\32xl\:mx-1\.5 { - margin-left: 0.375rem; - margin-right: 0.375rem; - } - - .\32xl\:my-2\.5 { - margin-top: 0.625rem; - margin-bottom: 0.625rem; - } - - .\32xl\:mx-2\.5 { - margin-left: 0.625rem; - margin-right: 0.625rem; - } - - .\32xl\:my-3\.5 { - margin-top: 0.875rem; - margin-bottom: 0.875rem; - } - - .\32xl\:mx-3\.5 { - margin-left: 0.875rem; - margin-right: 0.875rem; - } - - .\32xl\:-my-0 { - margin-top: 0px; - margin-bottom: 0px; - } - - .\32xl\:-mx-0 { - margin-left: 0px; - margin-right: 0px; - } - - .\32xl\:-my-1 { - margin-top: -0.25rem; - margin-bottom: -0.25rem; - } - - .\32xl\:-mx-1 { - margin-left: -0.25rem; - margin-right: -0.25rem; - } - - .\32xl\:-my-2 { - margin-top: -0.5rem; - margin-bottom: -0.5rem; - } - - .\32xl\:-mx-2 { - margin-left: -0.5rem; - margin-right: -0.5rem; - } - - .\32xl\:-my-3 { - margin-top: -0.75rem; - margin-bottom: -0.75rem; - } - - .\32xl\:-mx-3 { - margin-left: -0.75rem; - margin-right: -0.75rem; - } - - .\32xl\:-my-4 { - margin-top: -1rem; - margin-bottom: -1rem; - } - - .\32xl\:-mx-4 { - margin-left: -1rem; - margin-right: -1rem; - } - - .\32xl\:-my-5 { - margin-top: -1.25rem; - margin-bottom: -1.25rem; - } - - .\32xl\:-mx-5 { - margin-left: -1.25rem; - margin-right: -1.25rem; - } - - .\32xl\:-my-6 { - margin-top: -1.5rem; - margin-bottom: -1.5rem; - } - - .\32xl\:-mx-6 { - margin-left: -1.5rem; - margin-right: -1.5rem; - } - - .\32xl\:-my-7 { - margin-top: -1.75rem; - margin-bottom: -1.75rem; - } - - .\32xl\:-mx-7 { - margin-left: -1.75rem; - margin-right: -1.75rem; - } - - .\32xl\:-my-8 { - margin-top: -2rem; - margin-bottom: -2rem; - } - - .\32xl\:-mx-8 { - margin-left: -2rem; - margin-right: -2rem; - } - - .\32xl\:-my-9 { - margin-top: -2.25rem; - margin-bottom: -2.25rem; - } - - .\32xl\:-mx-9 { - margin-left: -2.25rem; - margin-right: -2.25rem; - } - - .\32xl\:-my-10 { - margin-top: -2.5rem; - margin-bottom: -2.5rem; - } - - .\32xl\:-mx-10 { - margin-left: -2.5rem; - margin-right: -2.5rem; - } - - .\32xl\:-my-11 { - margin-top: -2.75rem; - margin-bottom: -2.75rem; - } - - .\32xl\:-mx-11 { - margin-left: -2.75rem; - margin-right: -2.75rem; - } - - .\32xl\:-my-12 { - margin-top: -3rem; - margin-bottom: -3rem; - } - - .\32xl\:-mx-12 { - margin-left: -3rem; - margin-right: -3rem; - } - - .\32xl\:-my-14 { - margin-top: -3.5rem; - margin-bottom: -3.5rem; - } - - .\32xl\:-mx-14 { - margin-left: -3.5rem; - margin-right: -3.5rem; - } - - .\32xl\:-my-16 { - margin-top: -4rem; - margin-bottom: -4rem; - } - - .\32xl\:-mx-16 { - margin-left: -4rem; - margin-right: -4rem; - } - - .\32xl\:-my-20 { - margin-top: -5rem; - margin-bottom: -5rem; - } - - .\32xl\:-mx-20 { - margin-left: -5rem; - margin-right: -5rem; - } - - .\32xl\:-my-22 { - margin-top: -5.625rem; - margin-bottom: -5.625rem; - } - - .\32xl\:-mx-22 { - margin-left: -5.625rem; - margin-right: -5.625rem; - } - - .\32xl\:-my-24 { - margin-top: -6rem; - margin-bottom: -6rem; - } - - .\32xl\:-mx-24 { - margin-left: -6rem; - margin-right: -6rem; - } - - .\32xl\:-my-28 { - margin-top: -7rem; - margin-bottom: -7rem; - } - - .\32xl\:-mx-28 { - margin-left: -7rem; - margin-right: -7rem; - } - - .\32xl\:-my-32 { - margin-top: -8rem; - margin-bottom: -8rem; - } - - .\32xl\:-mx-32 { - margin-left: -8rem; - margin-right: -8rem; - } - - .\32xl\:-my-36 { - margin-top: -9rem; - margin-bottom: -9rem; - } - - .\32xl\:-mx-36 { - margin-left: -9rem; - margin-right: -9rem; - } - - .\32xl\:-my-40 { - margin-top: -10rem; - margin-bottom: -10rem; - } - - .\32xl\:-mx-40 { - margin-left: -10rem; - margin-right: -10rem; - } - - .\32xl\:-my-44 { - margin-top: -11rem; - margin-bottom: -11rem; - } - - .\32xl\:-mx-44 { - margin-left: -11rem; - margin-right: -11rem; - } - - .\32xl\:-my-48 { - margin-top: -12rem; - margin-bottom: -12rem; - } - - .\32xl\:-mx-48 { - margin-left: -12rem; - margin-right: -12rem; - } - - .\32xl\:-my-52 { - margin-top: -13rem; - margin-bottom: -13rem; - } - - .\32xl\:-mx-52 { - margin-left: -13rem; - margin-right: -13rem; - } - - .\32xl\:-my-56 { - margin-top: -14rem; - margin-bottom: -14rem; - } - - .\32xl\:-mx-56 { - margin-left: -14rem; - margin-right: -14rem; - } - - .\32xl\:-my-60 { - margin-top: -240px; - margin-bottom: -240px; - } - - .\32xl\:-mx-60 { - margin-left: -240px; - margin-right: -240px; - } - - .\32xl\:-my-64 { - margin-top: -16rem; - margin-bottom: -16rem; - } - - .\32xl\:-mx-64 { - margin-left: -16rem; - margin-right: -16rem; - } - - .\32xl\:-my-72 { - margin-top: -18rem; - margin-bottom: -18rem; - } - - .\32xl\:-mx-72 { - margin-left: -18rem; - margin-right: -18rem; - } - - .\32xl\:-my-80 { - margin-top: -20rem; - margin-bottom: -20rem; - } - - .\32xl\:-mx-80 { - margin-left: -20rem; - margin-right: -20rem; - } - - .\32xl\:-my-88 { - margin-top: -22rem; - margin-bottom: -22rem; - } - - .\32xl\:-mx-88 { - margin-left: -22rem; - margin-right: -22rem; - } - - .\32xl\:-my-96 { - margin-top: -24rem; - margin-bottom: -24rem; - } - - .\32xl\:-mx-96 { - margin-left: -24rem; - margin-right: -24rem; - } - - .\32xl\:-my-130 { - margin-top: -560px; - margin-bottom: -560px; - } - - .\32xl\:-mx-130 { - margin-left: -560px; - margin-right: -560px; - } - - .\32xl\:-my-px { - margin-top: -1px; - margin-bottom: -1px; - } - - .\32xl\:-mx-px { - margin-left: -1px; - margin-right: -1px; - } - - .\32xl\:-my-0\.5 { - margin-top: -0.125rem; - margin-bottom: -0.125rem; - } - - .\32xl\:-mx-0\.5 { - margin-left: -0.125rem; - margin-right: -0.125rem; - } - - .\32xl\:-my-1\.5 { - margin-top: -0.375rem; - margin-bottom: -0.375rem; - } - - .\32xl\:-mx-1\.5 { - margin-left: -0.375rem; - margin-right: -0.375rem; - } - - .\32xl\:-my-2\.5 { - margin-top: -0.625rem; - margin-bottom: -0.625rem; - } - - .\32xl\:-mx-2\.5 { - margin-left: -0.625rem; - margin-right: -0.625rem; - } - - .\32xl\:-my-3\.5 { - margin-top: -0.875rem; - margin-bottom: -0.875rem; - } - - .\32xl\:-mx-3\.5 { - margin-left: -0.875rem; - margin-right: -0.875rem; - } - - .\32xl\:mt-0 { - margin-top: 0px; - } - - .\32xl\:mr-0 { - margin-right: 0px; - } - - .\32xl\:mb-0 { - margin-bottom: 0px; - } - - .\32xl\:ml-0 { - margin-left: 0px; - } - - .\32xl\:mt-1 { - margin-top: 0.25rem; - } - - .\32xl\:mr-1 { - margin-right: 0.25rem; - } - - .\32xl\:mb-1 { - margin-bottom: 0.25rem; - } - - .\32xl\:ml-1 { - margin-left: 0.25rem; - } - - .\32xl\:mt-2 { - margin-top: 0.5rem; - } - - .\32xl\:mr-2 { - margin-right: 0.5rem; - } - - .\32xl\:mb-2 { - margin-bottom: 0.5rem; - } - - .\32xl\:ml-2 { - margin-left: 0.5rem; - } - - .\32xl\:mt-3 { - margin-top: 0.75rem; - } - - .\32xl\:mr-3 { - margin-right: 0.75rem; - } - - .\32xl\:mb-3 { - margin-bottom: 0.75rem; - } - - .\32xl\:ml-3 { - margin-left: 0.75rem; - } - - .\32xl\:mt-4 { - margin-top: 1rem; - } - - .\32xl\:mr-4 { - margin-right: 1rem; - } - - .\32xl\:mb-4 { - margin-bottom: 1rem; - } - - .\32xl\:ml-4 { - margin-left: 1rem; - } - - .\32xl\:mt-5 { - margin-top: 1.25rem; - } - - .\32xl\:mr-5 { - margin-right: 1.25rem; - } - - .\32xl\:mb-5 { - margin-bottom: 1.25rem; - } - - .\32xl\:ml-5 { - margin-left: 1.25rem; - } - - .\32xl\:mt-6 { - margin-top: 1.5rem; - } - - .\32xl\:mr-6 { - margin-right: 1.5rem; - } - - .\32xl\:mb-6 { - margin-bottom: 1.5rem; - } - - .\32xl\:ml-6 { - margin-left: 1.5rem; - } - - .\32xl\:mt-7 { - margin-top: 1.75rem; - } - - .\32xl\:mr-7 { - margin-right: 1.75rem; - } - - .\32xl\:mb-7 { - margin-bottom: 1.75rem; - } - - .\32xl\:ml-7 { - margin-left: 1.75rem; - } - - .\32xl\:mt-8 { - margin-top: 2rem; - } - - .\32xl\:mr-8 { - margin-right: 2rem; - } - - .\32xl\:mb-8 { - margin-bottom: 2rem; - } - - .\32xl\:ml-8 { - margin-left: 2rem; - } - - .\32xl\:mt-9 { - margin-top: 2.25rem; - } - - .\32xl\:mr-9 { - margin-right: 2.25rem; - } - - .\32xl\:mb-9 { - margin-bottom: 2.25rem; - } - - .\32xl\:ml-9 { - margin-left: 2.25rem; - } - - .\32xl\:mt-10 { - margin-top: 2.5rem; - } - - .\32xl\:mr-10 { - margin-right: 2.5rem; - } - - .\32xl\:mb-10 { - margin-bottom: 2.5rem; - } - - .\32xl\:ml-10 { - margin-left: 2.5rem; - } - - .\32xl\:mt-11 { - margin-top: 2.75rem; - } - - .\32xl\:mr-11 { - margin-right: 2.75rem; - } - - .\32xl\:mb-11 { - margin-bottom: 2.75rem; - } - - .\32xl\:ml-11 { - margin-left: 2.75rem; - } - - .\32xl\:mt-12 { - margin-top: 3rem; - } - - .\32xl\:mr-12 { - margin-right: 3rem; - } - - .\32xl\:mb-12 { - margin-bottom: 3rem; - } - - .\32xl\:ml-12 { - margin-left: 3rem; - } - - .\32xl\:mt-14 { - margin-top: 3.5rem; - } - - .\32xl\:mr-14 { - margin-right: 3.5rem; - } - - .\32xl\:mb-14 { - margin-bottom: 3.5rem; - } - - .\32xl\:ml-14 { - margin-left: 3.5rem; - } - - .\32xl\:mt-16 { - margin-top: 4rem; - } - - .\32xl\:mr-16 { - margin-right: 4rem; - } - - .\32xl\:mb-16 { - margin-bottom: 4rem; - } - - .\32xl\:ml-16 { - margin-left: 4rem; - } - - .\32xl\:mt-20 { - margin-top: 5rem; - } - - .\32xl\:mr-20 { - margin-right: 5rem; - } - - .\32xl\:mb-20 { - margin-bottom: 5rem; - } - - .\32xl\:ml-20 { - margin-left: 5rem; - } - - .\32xl\:mt-22 { - margin-top: 5.625rem; - } - - .\32xl\:mr-22 { - margin-right: 5.625rem; - } - - .\32xl\:mb-22 { - margin-bottom: 5.625rem; - } - - .\32xl\:ml-22 { - margin-left: 5.625rem; - } - - .\32xl\:mt-24 { - margin-top: 6rem; - } - - .\32xl\:mr-24 { - margin-right: 6rem; - } - - .\32xl\:mb-24 { - margin-bottom: 6rem; - } - - .\32xl\:ml-24 { - margin-left: 6rem; - } - - .\32xl\:mt-28 { - margin-top: 7rem; - } - - .\32xl\:mr-28 { - margin-right: 7rem; - } - - .\32xl\:mb-28 { - margin-bottom: 7rem; - } - - .\32xl\:ml-28 { - margin-left: 7rem; - } - - .\32xl\:mt-32 { - margin-top: 8rem; - } - - .\32xl\:mr-32 { - margin-right: 8rem; - } - - .\32xl\:mb-32 { - margin-bottom: 8rem; - } - - .\32xl\:ml-32 { - margin-left: 8rem; - } - - .\32xl\:mt-36 { - margin-top: 9rem; - } - - .\32xl\:mr-36 { - margin-right: 9rem; - } - - .\32xl\:mb-36 { - margin-bottom: 9rem; - } - - .\32xl\:ml-36 { - margin-left: 9rem; - } - - .\32xl\:mt-40 { - margin-top: 10rem; - } - - .\32xl\:mr-40 { - margin-right: 10rem; - } - - .\32xl\:mb-40 { - margin-bottom: 10rem; - } - - .\32xl\:ml-40 { - margin-left: 10rem; - } - - .\32xl\:mt-44 { - margin-top: 11rem; - } - - .\32xl\:mr-44 { - margin-right: 11rem; - } - - .\32xl\:mb-44 { - margin-bottom: 11rem; - } - - .\32xl\:ml-44 { - margin-left: 11rem; - } - - .\32xl\:mt-48 { - margin-top: 12rem; - } - - .\32xl\:mr-48 { - margin-right: 12rem; - } - - .\32xl\:mb-48 { - margin-bottom: 12rem; - } - - .\32xl\:ml-48 { - margin-left: 12rem; - } - - .\32xl\:mt-52 { - margin-top: 13rem; - } - - .\32xl\:mr-52 { - margin-right: 13rem; - } - - .\32xl\:mb-52 { - margin-bottom: 13rem; - } - - .\32xl\:ml-52 { - margin-left: 13rem; - } - - .\32xl\:mt-56 { - margin-top: 14rem; - } - - .\32xl\:mr-56 { - margin-right: 14rem; - } - - .\32xl\:mb-56 { - margin-bottom: 14rem; - } - - .\32xl\:ml-56 { - margin-left: 14rem; - } - - .\32xl\:mt-60 { - margin-top: 240px; - } - - .\32xl\:mr-60 { - margin-right: 240px; - } - - .\32xl\:mb-60 { - margin-bottom: 240px; - } - - .\32xl\:ml-60 { - margin-left: 240px; - } - - .\32xl\:mt-64 { - margin-top: 16rem; - } - - .\32xl\:mr-64 { - margin-right: 16rem; - } - - .\32xl\:mb-64 { - margin-bottom: 16rem; - } - - .\32xl\:ml-64 { - margin-left: 16rem; - } - - .\32xl\:mt-72 { - margin-top: 18rem; - } - - .\32xl\:mr-72 { - margin-right: 18rem; - } - - .\32xl\:mb-72 { - margin-bottom: 18rem; - } - - .\32xl\:ml-72 { - margin-left: 18rem; - } - - .\32xl\:mt-80 { - margin-top: 20rem; - } - - .\32xl\:mr-80 { - margin-right: 20rem; - } - - .\32xl\:mb-80 { - margin-bottom: 20rem; - } - - .\32xl\:ml-80 { - margin-left: 20rem; - } - - .\32xl\:mt-88 { - margin-top: 22rem; - } - - .\32xl\:mr-88 { - margin-right: 22rem; - } - - .\32xl\:mb-88 { - margin-bottom: 22rem; - } - - .\32xl\:ml-88 { - margin-left: 22rem; - } - - .\32xl\:mt-96 { - margin-top: 24rem; - } - - .\32xl\:mr-96 { - margin-right: 24rem; - } - - .\32xl\:mb-96 { - margin-bottom: 24rem; - } - - .\32xl\:ml-96 { - margin-left: 24rem; - } - - .\32xl\:mt-130 { - margin-top: 560px; - } - - .\32xl\:mr-130 { - margin-right: 560px; - } - - .\32xl\:mb-130 { - margin-bottom: 560px; - } - - .\32xl\:ml-130 { - margin-left: 560px; - } - - .\32xl\:mt-auto { - margin-top: auto; - } - - .\32xl\:mr-auto { - margin-right: auto; - } - - .\32xl\:mb-auto { - margin-bottom: auto; - } - - .\32xl\:ml-auto { - margin-left: auto; - } - - .\32xl\:mt-px { - margin-top: 1px; - } - - .\32xl\:mr-px { - margin-right: 1px; - } - - .\32xl\:mb-px { - margin-bottom: 1px; - } - - .\32xl\:ml-px { - margin-left: 1px; - } - - .\32xl\:mt-0\.5 { - margin-top: 0.125rem; - } - - .\32xl\:mr-0\.5 { - margin-right: 0.125rem; - } - - .\32xl\:mb-0\.5 { - margin-bottom: 0.125rem; - } - - .\32xl\:ml-0\.5 { - margin-left: 0.125rem; - } - - .\32xl\:mt-1\.5 { - margin-top: 0.375rem; - } - - .\32xl\:mr-1\.5 { - margin-right: 0.375rem; - } - - .\32xl\:mb-1\.5 { - margin-bottom: 0.375rem; - } - - .\32xl\:ml-1\.5 { - margin-left: 0.375rem; - } - - .\32xl\:mt-2\.5 { - margin-top: 0.625rem; - } - - .\32xl\:mr-2\.5 { - margin-right: 0.625rem; - } - - .\32xl\:mb-2\.5 { - margin-bottom: 0.625rem; - } - - .\32xl\:ml-2\.5 { - margin-left: 0.625rem; - } - - .\32xl\:mt-3\.5 { - margin-top: 0.875rem; - } - - .\32xl\:mr-3\.5 { - margin-right: 0.875rem; - } - - .\32xl\:mb-3\.5 { - margin-bottom: 0.875rem; - } - - .\32xl\:ml-3\.5 { - margin-left: 0.875rem; - } - - .\32xl\:-mt-0 { - margin-top: 0px; - } - - .\32xl\:-mr-0 { - margin-right: 0px; - } - - .\32xl\:-mb-0 { - margin-bottom: 0px; - } - - .\32xl\:-ml-0 { - margin-left: 0px; - } - - .\32xl\:-mt-1 { - margin-top: -0.25rem; - } - - .\32xl\:-mr-1 { - margin-right: -0.25rem; - } - - .\32xl\:-mb-1 { - margin-bottom: -0.25rem; - } - - .\32xl\:-ml-1 { - margin-left: -0.25rem; - } - - .\32xl\:-mt-2 { - margin-top: -0.5rem; - } - - .\32xl\:-mr-2 { - margin-right: -0.5rem; - } - - .\32xl\:-mb-2 { - margin-bottom: -0.5rem; - } - - .\32xl\:-ml-2 { - margin-left: -0.5rem; - } - - .\32xl\:-mt-3 { - margin-top: -0.75rem; - } - - .\32xl\:-mr-3 { - margin-right: -0.75rem; - } - - .\32xl\:-mb-3 { - margin-bottom: -0.75rem; - } - - .\32xl\:-ml-3 { - margin-left: -0.75rem; - } - - .\32xl\:-mt-4 { - margin-top: -1rem; - } - - .\32xl\:-mr-4 { - margin-right: -1rem; - } - - .\32xl\:-mb-4 { - margin-bottom: -1rem; - } - - .\32xl\:-ml-4 { - margin-left: -1rem; - } - - .\32xl\:-mt-5 { - margin-top: -1.25rem; - } - - .\32xl\:-mr-5 { - margin-right: -1.25rem; - } - - .\32xl\:-mb-5 { - margin-bottom: -1.25rem; - } - - .\32xl\:-ml-5 { - margin-left: -1.25rem; - } - - .\32xl\:-mt-6 { - margin-top: -1.5rem; - } - - .\32xl\:-mr-6 { - margin-right: -1.5rem; - } - - .\32xl\:-mb-6 { - margin-bottom: -1.5rem; - } - - .\32xl\:-ml-6 { - margin-left: -1.5rem; - } - - .\32xl\:-mt-7 { - margin-top: -1.75rem; - } - - .\32xl\:-mr-7 { - margin-right: -1.75rem; - } - - .\32xl\:-mb-7 { - margin-bottom: -1.75rem; - } - - .\32xl\:-ml-7 { - margin-left: -1.75rem; - } - - .\32xl\:-mt-8 { - margin-top: -2rem; - } - - .\32xl\:-mr-8 { - margin-right: -2rem; - } - - .\32xl\:-mb-8 { - margin-bottom: -2rem; - } - - .\32xl\:-ml-8 { - margin-left: -2rem; - } - - .\32xl\:-mt-9 { - margin-top: -2.25rem; - } - - .\32xl\:-mr-9 { - margin-right: -2.25rem; - } - - .\32xl\:-mb-9 { - margin-bottom: -2.25rem; - } - - .\32xl\:-ml-9 { - margin-left: -2.25rem; - } - - .\32xl\:-mt-10 { - margin-top: -2.5rem; - } - - .\32xl\:-mr-10 { - margin-right: -2.5rem; - } - - .\32xl\:-mb-10 { - margin-bottom: -2.5rem; - } - - .\32xl\:-ml-10 { - margin-left: -2.5rem; - } - - .\32xl\:-mt-11 { - margin-top: -2.75rem; - } - - .\32xl\:-mr-11 { - margin-right: -2.75rem; - } - - .\32xl\:-mb-11 { - margin-bottom: -2.75rem; - } - - .\32xl\:-ml-11 { - margin-left: -2.75rem; - } - - .\32xl\:-mt-12 { - margin-top: -3rem; - } - - .\32xl\:-mr-12 { - margin-right: -3rem; - } - - .\32xl\:-mb-12 { - margin-bottom: -3rem; - } - - .\32xl\:-ml-12 { - margin-left: -3rem; - } - - .\32xl\:-mt-14 { - margin-top: -3.5rem; - } - - .\32xl\:-mr-14 { - margin-right: -3.5rem; - } - - .\32xl\:-mb-14 { - margin-bottom: -3.5rem; - } - - .\32xl\:-ml-14 { - margin-left: -3.5rem; - } - - .\32xl\:-mt-16 { - margin-top: -4rem; - } - - .\32xl\:-mr-16 { - margin-right: -4rem; - } - - .\32xl\:-mb-16 { - margin-bottom: -4rem; - } - - .\32xl\:-ml-16 { - margin-left: -4rem; - } - - .\32xl\:-mt-20 { - margin-top: -5rem; - } - - .\32xl\:-mr-20 { - margin-right: -5rem; - } - - .\32xl\:-mb-20 { - margin-bottom: -5rem; - } - - .\32xl\:-ml-20 { - margin-left: -5rem; - } - - .\32xl\:-mt-22 { - margin-top: -5.625rem; - } - - .\32xl\:-mr-22 { - margin-right: -5.625rem; - } - - .\32xl\:-mb-22 { - margin-bottom: -5.625rem; - } - - .\32xl\:-ml-22 { - margin-left: -5.625rem; - } - - .\32xl\:-mt-24 { - margin-top: -6rem; - } - - .\32xl\:-mr-24 { - margin-right: -6rem; - } - - .\32xl\:-mb-24 { - margin-bottom: -6rem; - } - - .\32xl\:-ml-24 { - margin-left: -6rem; - } - - .\32xl\:-mt-28 { - margin-top: -7rem; - } - - .\32xl\:-mr-28 { - margin-right: -7rem; - } - - .\32xl\:-mb-28 { - margin-bottom: -7rem; - } - - .\32xl\:-ml-28 { - margin-left: -7rem; - } - - .\32xl\:-mt-32 { - margin-top: -8rem; - } - - .\32xl\:-mr-32 { - margin-right: -8rem; - } - - .\32xl\:-mb-32 { - margin-bottom: -8rem; - } - - .\32xl\:-ml-32 { - margin-left: -8rem; - } - - .\32xl\:-mt-36 { - margin-top: -9rem; - } - - .\32xl\:-mr-36 { - margin-right: -9rem; - } - - .\32xl\:-mb-36 { - margin-bottom: -9rem; - } - - .\32xl\:-ml-36 { - margin-left: -9rem; - } - - .\32xl\:-mt-40 { - margin-top: -10rem; - } - - .\32xl\:-mr-40 { - margin-right: -10rem; - } - - .\32xl\:-mb-40 { - margin-bottom: -10rem; - } - - .\32xl\:-ml-40 { - margin-left: -10rem; - } - - .\32xl\:-mt-44 { - margin-top: -11rem; - } - - .\32xl\:-mr-44 { - margin-right: -11rem; - } - - .\32xl\:-mb-44 { - margin-bottom: -11rem; - } - - .\32xl\:-ml-44 { - margin-left: -11rem; - } - - .\32xl\:-mt-48 { - margin-top: -12rem; - } - - .\32xl\:-mr-48 { - margin-right: -12rem; - } - - .\32xl\:-mb-48 { - margin-bottom: -12rem; - } - - .\32xl\:-ml-48 { - margin-left: -12rem; - } - - .\32xl\:-mt-52 { - margin-top: -13rem; - } - - .\32xl\:-mr-52 { - margin-right: -13rem; - } - - .\32xl\:-mb-52 { - margin-bottom: -13rem; - } - - .\32xl\:-ml-52 { - margin-left: -13rem; - } - - .\32xl\:-mt-56 { - margin-top: -14rem; - } - - .\32xl\:-mr-56 { - margin-right: -14rem; - } - - .\32xl\:-mb-56 { - margin-bottom: -14rem; - } - - .\32xl\:-ml-56 { - margin-left: -14rem; - } - - .\32xl\:-mt-60 { - margin-top: -240px; - } - - .\32xl\:-mr-60 { - margin-right: -240px; - } - - .\32xl\:-mb-60 { - margin-bottom: -240px; - } - - .\32xl\:-ml-60 { - margin-left: -240px; - } - - .\32xl\:-mt-64 { - margin-top: -16rem; - } - - .\32xl\:-mr-64 { - margin-right: -16rem; - } - - .\32xl\:-mb-64 { - margin-bottom: -16rem; - } - - .\32xl\:-ml-64 { - margin-left: -16rem; - } - - .\32xl\:-mt-72 { - margin-top: -18rem; - } - - .\32xl\:-mr-72 { - margin-right: -18rem; - } - - .\32xl\:-mb-72 { - margin-bottom: -18rem; - } - - .\32xl\:-ml-72 { - margin-left: -18rem; - } - - .\32xl\:-mt-80 { - margin-top: -20rem; - } - - .\32xl\:-mr-80 { - margin-right: -20rem; - } - - .\32xl\:-mb-80 { - margin-bottom: -20rem; - } - - .\32xl\:-ml-80 { - margin-left: -20rem; - } - - .\32xl\:-mt-88 { - margin-top: -22rem; - } - - .\32xl\:-mr-88 { - margin-right: -22rem; - } - - .\32xl\:-mb-88 { - margin-bottom: -22rem; - } - - .\32xl\:-ml-88 { - margin-left: -22rem; - } - - .\32xl\:-mt-96 { - margin-top: -24rem; - } - - .\32xl\:-mr-96 { - margin-right: -24rem; - } - - .\32xl\:-mb-96 { - margin-bottom: -24rem; - } - - .\32xl\:-ml-96 { - margin-left: -24rem; - } - - .\32xl\:-mt-130 { - margin-top: -560px; - } - - .\32xl\:-mr-130 { - margin-right: -560px; - } - - .\32xl\:-mb-130 { - margin-bottom: -560px; - } - - .\32xl\:-ml-130 { - margin-left: -560px; - } - - .\32xl\:-mt-px { - margin-top: -1px; - } - - .\32xl\:-mr-px { - margin-right: -1px; - } - - .\32xl\:-mb-px { - margin-bottom: -1px; - } - - .\32xl\:-ml-px { - margin-left: -1px; - } - - .\32xl\:-mt-0\.5 { - margin-top: -0.125rem; - } - - .\32xl\:-mr-0\.5 { - margin-right: -0.125rem; - } - - .\32xl\:-mb-0\.5 { - margin-bottom: -0.125rem; - } - - .\32xl\:-ml-0\.5 { - margin-left: -0.125rem; - } - - .\32xl\:-mt-1\.5 { - margin-top: -0.375rem; - } - - .\32xl\:-mr-1\.5 { - margin-right: -0.375rem; - } - - .\32xl\:-mb-1\.5 { - margin-bottom: -0.375rem; - } - - .\32xl\:-ml-1\.5 { - margin-left: -0.375rem; - } - - .\32xl\:-mt-2\.5 { - margin-top: -0.625rem; - } - - .\32xl\:-mr-2\.5 { - margin-right: -0.625rem; - } - - .\32xl\:-mb-2\.5 { - margin-bottom: -0.625rem; - } - - .\32xl\:-ml-2\.5 { - margin-left: -0.625rem; - } - - .\32xl\:-mt-3\.5 { - margin-top: -0.875rem; - } - - .\32xl\:-mr-3\.5 { - margin-right: -0.875rem; - } - - .\32xl\:-mb-3\.5 { - margin-bottom: -0.875rem; - } - - .\32xl\:-ml-3\.5 { - margin-left: -0.875rem; - } - - .\32xl\:first\:m-0:first-child { - margin: 0px; - } - - .\32xl\:first\:m-1:first-child { - margin: 0.25rem; - } - - .\32xl\:first\:m-2:first-child { - margin: 0.5rem; - } - - .\32xl\:first\:m-3:first-child { - margin: 0.75rem; - } - - .\32xl\:first\:m-4:first-child { - margin: 1rem; - } - - .\32xl\:first\:m-5:first-child { - margin: 1.25rem; - } - - .\32xl\:first\:m-6:first-child { - margin: 1.5rem; - } - - .\32xl\:first\:m-7:first-child { - margin: 1.75rem; - } - - .\32xl\:first\:m-8:first-child { - margin: 2rem; - } - - .\32xl\:first\:m-9:first-child { - margin: 2.25rem; - } - - .\32xl\:first\:m-10:first-child { - margin: 2.5rem; - } - - .\32xl\:first\:m-11:first-child { - margin: 2.75rem; - } - - .\32xl\:first\:m-12:first-child { - margin: 3rem; - } - - .\32xl\:first\:m-14:first-child { - margin: 3.5rem; - } - - .\32xl\:first\:m-16:first-child { - margin: 4rem; - } - - .\32xl\:first\:m-20:first-child { - margin: 5rem; - } - - .\32xl\:first\:m-22:first-child { - margin: 5.625rem; - } - - .\32xl\:first\:m-24:first-child { - margin: 6rem; - } - - .\32xl\:first\:m-28:first-child { - margin: 7rem; - } - - .\32xl\:first\:m-32:first-child { - margin: 8rem; - } - - .\32xl\:first\:m-36:first-child { - margin: 9rem; - } - - .\32xl\:first\:m-40:first-child { - margin: 10rem; - } - - .\32xl\:first\:m-44:first-child { - margin: 11rem; - } - - .\32xl\:first\:m-48:first-child { - margin: 12rem; - } - - .\32xl\:first\:m-52:first-child { - margin: 13rem; - } - - .\32xl\:first\:m-56:first-child { - margin: 14rem; - } - - .\32xl\:first\:m-60:first-child { - margin: 240px; - } - - .\32xl\:first\:m-64:first-child { - margin: 16rem; - } - - .\32xl\:first\:m-72:first-child { - margin: 18rem; - } - - .\32xl\:first\:m-80:first-child { - margin: 20rem; - } - - .\32xl\:first\:m-88:first-child { - margin: 22rem; - } - - .\32xl\:first\:m-96:first-child { - margin: 24rem; - } - - .\32xl\:first\:m-130:first-child { - margin: 560px; - } - - .\32xl\:first\:m-auto:first-child { - margin: auto; - } - - .\32xl\:first\:m-px:first-child { - margin: 1px; - } - - .\32xl\:first\:m-0\.5:first-child { - margin: 0.125rem; - } - - .\32xl\:first\:m-1\.5:first-child { - margin: 0.375rem; - } - - .\32xl\:first\:m-2\.5:first-child { - margin: 0.625rem; - } - - .\32xl\:first\:m-3\.5:first-child { - margin: 0.875rem; - } - - .\32xl\:first\:-m-0:first-child { - margin: 0px; - } - - .\32xl\:first\:-m-1:first-child { - margin: -0.25rem; - } - - .\32xl\:first\:-m-2:first-child { - margin: -0.5rem; - } - - .\32xl\:first\:-m-3:first-child { - margin: -0.75rem; - } - - .\32xl\:first\:-m-4:first-child { - margin: -1rem; - } - - .\32xl\:first\:-m-5:first-child { - margin: -1.25rem; - } - - .\32xl\:first\:-m-6:first-child { - margin: -1.5rem; - } - - .\32xl\:first\:-m-7:first-child { - margin: -1.75rem; - } - - .\32xl\:first\:-m-8:first-child { - margin: -2rem; - } - - .\32xl\:first\:-m-9:first-child { - margin: -2.25rem; - } - - .\32xl\:first\:-m-10:first-child { - margin: -2.5rem; - } - - .\32xl\:first\:-m-11:first-child { - margin: -2.75rem; - } - - .\32xl\:first\:-m-12:first-child { - margin: -3rem; - } - - .\32xl\:first\:-m-14:first-child { - margin: -3.5rem; - } - - .\32xl\:first\:-m-16:first-child { - margin: -4rem; - } - - .\32xl\:first\:-m-20:first-child { - margin: -5rem; - } - - .\32xl\:first\:-m-22:first-child { - margin: -5.625rem; - } - - .\32xl\:first\:-m-24:first-child { - margin: -6rem; - } - - .\32xl\:first\:-m-28:first-child { - margin: -7rem; - } - - .\32xl\:first\:-m-32:first-child { - margin: -8rem; - } - - .\32xl\:first\:-m-36:first-child { - margin: -9rem; - } - - .\32xl\:first\:-m-40:first-child { - margin: -10rem; - } - - .\32xl\:first\:-m-44:first-child { - margin: -11rem; - } - - .\32xl\:first\:-m-48:first-child { - margin: -12rem; - } - - .\32xl\:first\:-m-52:first-child { - margin: -13rem; - } - - .\32xl\:first\:-m-56:first-child { - margin: -14rem; - } - - .\32xl\:first\:-m-60:first-child { - margin: -240px; - } - - .\32xl\:first\:-m-64:first-child { - margin: -16rem; - } - - .\32xl\:first\:-m-72:first-child { - margin: -18rem; - } - - .\32xl\:first\:-m-80:first-child { - margin: -20rem; - } - - .\32xl\:first\:-m-88:first-child { - margin: -22rem; - } - - .\32xl\:first\:-m-96:first-child { - margin: -24rem; - } - - .\32xl\:first\:-m-130:first-child { - margin: -560px; - } - - .\32xl\:first\:-m-px:first-child { - margin: -1px; - } - - .\32xl\:first\:-m-0\.5:first-child { - margin: -0.125rem; - } - - .\32xl\:first\:-m-1\.5:first-child { - margin: -0.375rem; - } - - .\32xl\:first\:-m-2\.5:first-child { - margin: -0.625rem; - } - - .\32xl\:first\:-m-3\.5:first-child { - margin: -0.875rem; - } - - .\32xl\:first\:my-0:first-child { - margin-top: 0px; - margin-bottom: 0px; - } - - .\32xl\:first\:mx-0:first-child { - margin-left: 0px; - margin-right: 0px; - } - - .\32xl\:first\:my-1:first-child { - margin-top: 0.25rem; - margin-bottom: 0.25rem; - } - - .\32xl\:first\:mx-1:first-child { - margin-left: 0.25rem; - margin-right: 0.25rem; - } - - .\32xl\:first\:my-2:first-child { - margin-top: 0.5rem; - margin-bottom: 0.5rem; - } - - .\32xl\:first\:mx-2:first-child { - margin-left: 0.5rem; - margin-right: 0.5rem; - } - - .\32xl\:first\:my-3:first-child { - margin-top: 0.75rem; - margin-bottom: 0.75rem; - } - - .\32xl\:first\:mx-3:first-child { - margin-left: 0.75rem; - margin-right: 0.75rem; - } - - .\32xl\:first\:my-4:first-child { - margin-top: 1rem; - margin-bottom: 1rem; - } - - .\32xl\:first\:mx-4:first-child { - margin-left: 1rem; - margin-right: 1rem; - } - - .\32xl\:first\:my-5:first-child { - margin-top: 1.25rem; - margin-bottom: 1.25rem; - } - - .\32xl\:first\:mx-5:first-child { - margin-left: 1.25rem; - margin-right: 1.25rem; - } - - .\32xl\:first\:my-6:first-child { - margin-top: 1.5rem; - margin-bottom: 1.5rem; - } - - .\32xl\:first\:mx-6:first-child { - margin-left: 1.5rem; - margin-right: 1.5rem; - } - - .\32xl\:first\:my-7:first-child { - margin-top: 1.75rem; - margin-bottom: 1.75rem; - } - - .\32xl\:first\:mx-7:first-child { - margin-left: 1.75rem; - margin-right: 1.75rem; - } - - .\32xl\:first\:my-8:first-child { - margin-top: 2rem; - margin-bottom: 2rem; - } - - .\32xl\:first\:mx-8:first-child { - margin-left: 2rem; - margin-right: 2rem; - } - - .\32xl\:first\:my-9:first-child { - margin-top: 2.25rem; - margin-bottom: 2.25rem; - } - - .\32xl\:first\:mx-9:first-child { - margin-left: 2.25rem; - margin-right: 2.25rem; - } - - .\32xl\:first\:my-10:first-child { - margin-top: 2.5rem; - margin-bottom: 2.5rem; - } - - .\32xl\:first\:mx-10:first-child { - margin-left: 2.5rem; - margin-right: 2.5rem; - } - - .\32xl\:first\:my-11:first-child { - margin-top: 2.75rem; - margin-bottom: 2.75rem; - } - - .\32xl\:first\:mx-11:first-child { - margin-left: 2.75rem; - margin-right: 2.75rem; - } - - .\32xl\:first\:my-12:first-child { - margin-top: 3rem; - margin-bottom: 3rem; - } - - .\32xl\:first\:mx-12:first-child { - margin-left: 3rem; - margin-right: 3rem; - } - - .\32xl\:first\:my-14:first-child { - margin-top: 3.5rem; - margin-bottom: 3.5rem; - } - - .\32xl\:first\:mx-14:first-child { - margin-left: 3.5rem; - margin-right: 3.5rem; - } - - .\32xl\:first\:my-16:first-child { - margin-top: 4rem; - margin-bottom: 4rem; - } - - .\32xl\:first\:mx-16:first-child { - margin-left: 4rem; - margin-right: 4rem; - } - - .\32xl\:first\:my-20:first-child { - margin-top: 5rem; - margin-bottom: 5rem; - } - - .\32xl\:first\:mx-20:first-child { - margin-left: 5rem; - margin-right: 5rem; - } - - .\32xl\:first\:my-22:first-child { - margin-top: 5.625rem; - margin-bottom: 5.625rem; - } - - .\32xl\:first\:mx-22:first-child { - margin-left: 5.625rem; - margin-right: 5.625rem; - } - - .\32xl\:first\:my-24:first-child { - margin-top: 6rem; - margin-bottom: 6rem; - } - - .\32xl\:first\:mx-24:first-child { - margin-left: 6rem; - margin-right: 6rem; - } - - .\32xl\:first\:my-28:first-child { - margin-top: 7rem; - margin-bottom: 7rem; - } - - .\32xl\:first\:mx-28:first-child { - margin-left: 7rem; - margin-right: 7rem; - } - - .\32xl\:first\:my-32:first-child { - margin-top: 8rem; - margin-bottom: 8rem; - } - - .\32xl\:first\:mx-32:first-child { - margin-left: 8rem; - margin-right: 8rem; - } - - .\32xl\:first\:my-36:first-child { - margin-top: 9rem; - margin-bottom: 9rem; - } - - .\32xl\:first\:mx-36:first-child { - margin-left: 9rem; - margin-right: 9rem; - } - - .\32xl\:first\:my-40:first-child { - margin-top: 10rem; - margin-bottom: 10rem; - } - - .\32xl\:first\:mx-40:first-child { - margin-left: 10rem; - margin-right: 10rem; - } - - .\32xl\:first\:my-44:first-child { - margin-top: 11rem; - margin-bottom: 11rem; - } - - .\32xl\:first\:mx-44:first-child { - margin-left: 11rem; - margin-right: 11rem; - } - - .\32xl\:first\:my-48:first-child { - margin-top: 12rem; - margin-bottom: 12rem; - } - - .\32xl\:first\:mx-48:first-child { - margin-left: 12rem; - margin-right: 12rem; - } - - .\32xl\:first\:my-52:first-child { - margin-top: 13rem; - margin-bottom: 13rem; - } - - .\32xl\:first\:mx-52:first-child { - margin-left: 13rem; - margin-right: 13rem; - } - - .\32xl\:first\:my-56:first-child { - margin-top: 14rem; - margin-bottom: 14rem; - } - - .\32xl\:first\:mx-56:first-child { - margin-left: 14rem; - margin-right: 14rem; - } - - .\32xl\:first\:my-60:first-child { - margin-top: 240px; - margin-bottom: 240px; - } - - .\32xl\:first\:mx-60:first-child { - margin-left: 240px; - margin-right: 240px; - } - - .\32xl\:first\:my-64:first-child { - margin-top: 16rem; - margin-bottom: 16rem; - } - - .\32xl\:first\:mx-64:first-child { - margin-left: 16rem; - margin-right: 16rem; - } - - .\32xl\:first\:my-72:first-child { - margin-top: 18rem; - margin-bottom: 18rem; - } - - .\32xl\:first\:mx-72:first-child { - margin-left: 18rem; - margin-right: 18rem; - } - - .\32xl\:first\:my-80:first-child { - margin-top: 20rem; - margin-bottom: 20rem; - } - - .\32xl\:first\:mx-80:first-child { - margin-left: 20rem; - margin-right: 20rem; - } - - .\32xl\:first\:my-88:first-child { - margin-top: 22rem; - margin-bottom: 22rem; - } - - .\32xl\:first\:mx-88:first-child { - margin-left: 22rem; - margin-right: 22rem; - } - - .\32xl\:first\:my-96:first-child { - margin-top: 24rem; - margin-bottom: 24rem; - } - - .\32xl\:first\:mx-96:first-child { - margin-left: 24rem; - margin-right: 24rem; - } - - .\32xl\:first\:my-130:first-child { - margin-top: 560px; - margin-bottom: 560px; - } - - .\32xl\:first\:mx-130:first-child { - margin-left: 560px; - margin-right: 560px; - } - - .\32xl\:first\:my-auto:first-child { - margin-top: auto; - margin-bottom: auto; - } - - .\32xl\:first\:mx-auto:first-child { - margin-left: auto; - margin-right: auto; - } - - .\32xl\:first\:my-px:first-child { - margin-top: 1px; - margin-bottom: 1px; - } - - .\32xl\:first\:mx-px:first-child { - margin-left: 1px; - margin-right: 1px; - } - - .\32xl\:first\:my-0\.5:first-child { - margin-top: 0.125rem; - margin-bottom: 0.125rem; - } - - .\32xl\:first\:mx-0\.5:first-child { - margin-left: 0.125rem; - margin-right: 0.125rem; - } - - .\32xl\:first\:my-1\.5:first-child { - margin-top: 0.375rem; - margin-bottom: 0.375rem; - } - - .\32xl\:first\:mx-1\.5:first-child { - margin-left: 0.375rem; - margin-right: 0.375rem; - } - - .\32xl\:first\:my-2\.5:first-child { - margin-top: 0.625rem; - margin-bottom: 0.625rem; - } - - .\32xl\:first\:mx-2\.5:first-child { - margin-left: 0.625rem; - margin-right: 0.625rem; - } - - .\32xl\:first\:my-3\.5:first-child { - margin-top: 0.875rem; - margin-bottom: 0.875rem; - } - - .\32xl\:first\:mx-3\.5:first-child { - margin-left: 0.875rem; - margin-right: 0.875rem; - } - - .\32xl\:first\:-my-0:first-child { - margin-top: 0px; - margin-bottom: 0px; - } - - .\32xl\:first\:-mx-0:first-child { - margin-left: 0px; - margin-right: 0px; - } - - .\32xl\:first\:-my-1:first-child { - margin-top: -0.25rem; - margin-bottom: -0.25rem; - } - - .\32xl\:first\:-mx-1:first-child { - margin-left: -0.25rem; - margin-right: -0.25rem; - } - - .\32xl\:first\:-my-2:first-child { - margin-top: -0.5rem; - margin-bottom: -0.5rem; - } - - .\32xl\:first\:-mx-2:first-child { - margin-left: -0.5rem; - margin-right: -0.5rem; - } - - .\32xl\:first\:-my-3:first-child { - margin-top: -0.75rem; - margin-bottom: -0.75rem; - } - - .\32xl\:first\:-mx-3:first-child { - margin-left: -0.75rem; - margin-right: -0.75rem; - } - - .\32xl\:first\:-my-4:first-child { - margin-top: -1rem; - margin-bottom: -1rem; - } - - .\32xl\:first\:-mx-4:first-child { - margin-left: -1rem; - margin-right: -1rem; - } - - .\32xl\:first\:-my-5:first-child { - margin-top: -1.25rem; - margin-bottom: -1.25rem; - } - - .\32xl\:first\:-mx-5:first-child { - margin-left: -1.25rem; - margin-right: -1.25rem; - } - - .\32xl\:first\:-my-6:first-child { - margin-top: -1.5rem; - margin-bottom: -1.5rem; - } - - .\32xl\:first\:-mx-6:first-child { - margin-left: -1.5rem; - margin-right: -1.5rem; - } - - .\32xl\:first\:-my-7:first-child { - margin-top: -1.75rem; - margin-bottom: -1.75rem; - } - - .\32xl\:first\:-mx-7:first-child { - margin-left: -1.75rem; - margin-right: -1.75rem; - } - - .\32xl\:first\:-my-8:first-child { - margin-top: -2rem; - margin-bottom: -2rem; - } - - .\32xl\:first\:-mx-8:first-child { - margin-left: -2rem; - margin-right: -2rem; - } - - .\32xl\:first\:-my-9:first-child { - margin-top: -2.25rem; - margin-bottom: -2.25rem; - } - - .\32xl\:first\:-mx-9:first-child { - margin-left: -2.25rem; - margin-right: -2.25rem; - } - - .\32xl\:first\:-my-10:first-child { - margin-top: -2.5rem; - margin-bottom: -2.5rem; - } - - .\32xl\:first\:-mx-10:first-child { - margin-left: -2.5rem; - margin-right: -2.5rem; - } - - .\32xl\:first\:-my-11:first-child { - margin-top: -2.75rem; - margin-bottom: -2.75rem; - } - - .\32xl\:first\:-mx-11:first-child { - margin-left: -2.75rem; - margin-right: -2.75rem; - } - - .\32xl\:first\:-my-12:first-child { - margin-top: -3rem; - margin-bottom: -3rem; - } - - .\32xl\:first\:-mx-12:first-child { - margin-left: -3rem; - margin-right: -3rem; - } - - .\32xl\:first\:-my-14:first-child { - margin-top: -3.5rem; - margin-bottom: -3.5rem; - } - - .\32xl\:first\:-mx-14:first-child { - margin-left: -3.5rem; - margin-right: -3.5rem; - } - - .\32xl\:first\:-my-16:first-child { - margin-top: -4rem; - margin-bottom: -4rem; - } - - .\32xl\:first\:-mx-16:first-child { - margin-left: -4rem; - margin-right: -4rem; - } - - .\32xl\:first\:-my-20:first-child { - margin-top: -5rem; - margin-bottom: -5rem; - } - - .\32xl\:first\:-mx-20:first-child { - margin-left: -5rem; - margin-right: -5rem; - } - - .\32xl\:first\:-my-22:first-child { - margin-top: -5.625rem; - margin-bottom: -5.625rem; - } - - .\32xl\:first\:-mx-22:first-child { - margin-left: -5.625rem; - margin-right: -5.625rem; - } - - .\32xl\:first\:-my-24:first-child { - margin-top: -6rem; - margin-bottom: -6rem; - } - - .\32xl\:first\:-mx-24:first-child { - margin-left: -6rem; - margin-right: -6rem; - } - - .\32xl\:first\:-my-28:first-child { - margin-top: -7rem; - margin-bottom: -7rem; - } - - .\32xl\:first\:-mx-28:first-child { - margin-left: -7rem; - margin-right: -7rem; - } - - .\32xl\:first\:-my-32:first-child { - margin-top: -8rem; - margin-bottom: -8rem; - } - - .\32xl\:first\:-mx-32:first-child { - margin-left: -8rem; - margin-right: -8rem; - } - - .\32xl\:first\:-my-36:first-child { - margin-top: -9rem; - margin-bottom: -9rem; - } - - .\32xl\:first\:-mx-36:first-child { - margin-left: -9rem; - margin-right: -9rem; - } - - .\32xl\:first\:-my-40:first-child { - margin-top: -10rem; - margin-bottom: -10rem; - } - - .\32xl\:first\:-mx-40:first-child { - margin-left: -10rem; - margin-right: -10rem; - } - - .\32xl\:first\:-my-44:first-child { - margin-top: -11rem; - margin-bottom: -11rem; - } - - .\32xl\:first\:-mx-44:first-child { - margin-left: -11rem; - margin-right: -11rem; - } - - .\32xl\:first\:-my-48:first-child { - margin-top: -12rem; - margin-bottom: -12rem; - } - - .\32xl\:first\:-mx-48:first-child { - margin-left: -12rem; - margin-right: -12rem; - } - - .\32xl\:first\:-my-52:first-child { - margin-top: -13rem; - margin-bottom: -13rem; - } - - .\32xl\:first\:-mx-52:first-child { - margin-left: -13rem; - margin-right: -13rem; - } - - .\32xl\:first\:-my-56:first-child { - margin-top: -14rem; - margin-bottom: -14rem; - } - - .\32xl\:first\:-mx-56:first-child { - margin-left: -14rem; - margin-right: -14rem; - } - - .\32xl\:first\:-my-60:first-child { - margin-top: -240px; - margin-bottom: -240px; - } - - .\32xl\:first\:-mx-60:first-child { - margin-left: -240px; - margin-right: -240px; - } - - .\32xl\:first\:-my-64:first-child { - margin-top: -16rem; - margin-bottom: -16rem; - } - - .\32xl\:first\:-mx-64:first-child { - margin-left: -16rem; - margin-right: -16rem; - } - - .\32xl\:first\:-my-72:first-child { - margin-top: -18rem; - margin-bottom: -18rem; - } - - .\32xl\:first\:-mx-72:first-child { - margin-left: -18rem; - margin-right: -18rem; - } - - .\32xl\:first\:-my-80:first-child { - margin-top: -20rem; - margin-bottom: -20rem; - } - - .\32xl\:first\:-mx-80:first-child { - margin-left: -20rem; - margin-right: -20rem; - } - - .\32xl\:first\:-my-88:first-child { - margin-top: -22rem; - margin-bottom: -22rem; - } - - .\32xl\:first\:-mx-88:first-child { - margin-left: -22rem; - margin-right: -22rem; - } - - .\32xl\:first\:-my-96:first-child { - margin-top: -24rem; - margin-bottom: -24rem; - } - - .\32xl\:first\:-mx-96:first-child { - margin-left: -24rem; - margin-right: -24rem; - } - - .\32xl\:first\:-my-130:first-child { - margin-top: -560px; - margin-bottom: -560px; - } - - .\32xl\:first\:-mx-130:first-child { - margin-left: -560px; - margin-right: -560px; - } - - .\32xl\:first\:-my-px:first-child { - margin-top: -1px; - margin-bottom: -1px; - } - - .\32xl\:first\:-mx-px:first-child { - margin-left: -1px; - margin-right: -1px; - } - - .\32xl\:first\:-my-0\.5:first-child { - margin-top: -0.125rem; - margin-bottom: -0.125rem; - } - - .\32xl\:first\:-mx-0\.5:first-child { - margin-left: -0.125rem; - margin-right: -0.125rem; - } - - .\32xl\:first\:-my-1\.5:first-child { - margin-top: -0.375rem; - margin-bottom: -0.375rem; - } - - .\32xl\:first\:-mx-1\.5:first-child { - margin-left: -0.375rem; - margin-right: -0.375rem; - } - - .\32xl\:first\:-my-2\.5:first-child { - margin-top: -0.625rem; - margin-bottom: -0.625rem; - } - - .\32xl\:first\:-mx-2\.5:first-child { - margin-left: -0.625rem; - margin-right: -0.625rem; - } - - .\32xl\:first\:-my-3\.5:first-child { - margin-top: -0.875rem; - margin-bottom: -0.875rem; - } - - .\32xl\:first\:-mx-3\.5:first-child { - margin-left: -0.875rem; - margin-right: -0.875rem; - } - - .\32xl\:first\:mt-0:first-child { - margin-top: 0px; - } - - .\32xl\:first\:mr-0:first-child { - margin-right: 0px; - } - - .\32xl\:first\:mb-0:first-child { - margin-bottom: 0px; - } - - .\32xl\:first\:ml-0:first-child { - margin-left: 0px; - } - - .\32xl\:first\:mt-1:first-child { - margin-top: 0.25rem; - } - - .\32xl\:first\:mr-1:first-child { - margin-right: 0.25rem; - } - - .\32xl\:first\:mb-1:first-child { - margin-bottom: 0.25rem; - } - - .\32xl\:first\:ml-1:first-child { - margin-left: 0.25rem; - } - - .\32xl\:first\:mt-2:first-child { - margin-top: 0.5rem; - } - - .\32xl\:first\:mr-2:first-child { - margin-right: 0.5rem; - } - - .\32xl\:first\:mb-2:first-child { - margin-bottom: 0.5rem; - } - - .\32xl\:first\:ml-2:first-child { - margin-left: 0.5rem; - } - - .\32xl\:first\:mt-3:first-child { - margin-top: 0.75rem; - } - - .\32xl\:first\:mr-3:first-child { - margin-right: 0.75rem; - } - - .\32xl\:first\:mb-3:first-child { - margin-bottom: 0.75rem; - } - - .\32xl\:first\:ml-3:first-child { - margin-left: 0.75rem; - } - - .\32xl\:first\:mt-4:first-child { - margin-top: 1rem; - } - - .\32xl\:first\:mr-4:first-child { - margin-right: 1rem; - } - - .\32xl\:first\:mb-4:first-child { - margin-bottom: 1rem; - } - - .\32xl\:first\:ml-4:first-child { - margin-left: 1rem; - } - - .\32xl\:first\:mt-5:first-child { - margin-top: 1.25rem; - } - - .\32xl\:first\:mr-5:first-child { - margin-right: 1.25rem; - } - - .\32xl\:first\:mb-5:first-child { - margin-bottom: 1.25rem; - } - - .\32xl\:first\:ml-5:first-child { - margin-left: 1.25rem; - } - - .\32xl\:first\:mt-6:first-child { - margin-top: 1.5rem; - } - - .\32xl\:first\:mr-6:first-child { - margin-right: 1.5rem; - } - - .\32xl\:first\:mb-6:first-child { - margin-bottom: 1.5rem; - } - - .\32xl\:first\:ml-6:first-child { - margin-left: 1.5rem; - } - - .\32xl\:first\:mt-7:first-child { - margin-top: 1.75rem; - } - - .\32xl\:first\:mr-7:first-child { - margin-right: 1.75rem; - } - - .\32xl\:first\:mb-7:first-child { - margin-bottom: 1.75rem; - } - - .\32xl\:first\:ml-7:first-child { - margin-left: 1.75rem; - } - - .\32xl\:first\:mt-8:first-child { - margin-top: 2rem; - } - - .\32xl\:first\:mr-8:first-child { - margin-right: 2rem; - } - - .\32xl\:first\:mb-8:first-child { - margin-bottom: 2rem; - } - - .\32xl\:first\:ml-8:first-child { - margin-left: 2rem; - } - - .\32xl\:first\:mt-9:first-child { - margin-top: 2.25rem; - } - - .\32xl\:first\:mr-9:first-child { - margin-right: 2.25rem; - } - - .\32xl\:first\:mb-9:first-child { - margin-bottom: 2.25rem; - } - - .\32xl\:first\:ml-9:first-child { - margin-left: 2.25rem; - } - - .\32xl\:first\:mt-10:first-child { - margin-top: 2.5rem; - } - - .\32xl\:first\:mr-10:first-child { - margin-right: 2.5rem; - } - - .\32xl\:first\:mb-10:first-child { - margin-bottom: 2.5rem; - } - - .\32xl\:first\:ml-10:first-child { - margin-left: 2.5rem; - } - - .\32xl\:first\:mt-11:first-child { - margin-top: 2.75rem; - } - - .\32xl\:first\:mr-11:first-child { - margin-right: 2.75rem; - } - - .\32xl\:first\:mb-11:first-child { - margin-bottom: 2.75rem; - } - - .\32xl\:first\:ml-11:first-child { - margin-left: 2.75rem; - } - - .\32xl\:first\:mt-12:first-child { - margin-top: 3rem; - } - - .\32xl\:first\:mr-12:first-child { - margin-right: 3rem; - } - - .\32xl\:first\:mb-12:first-child { - margin-bottom: 3rem; - } - - .\32xl\:first\:ml-12:first-child { - margin-left: 3rem; - } - - .\32xl\:first\:mt-14:first-child { - margin-top: 3.5rem; - } - - .\32xl\:first\:mr-14:first-child { - margin-right: 3.5rem; - } - - .\32xl\:first\:mb-14:first-child { - margin-bottom: 3.5rem; - } - - .\32xl\:first\:ml-14:first-child { - margin-left: 3.5rem; - } - - .\32xl\:first\:mt-16:first-child { - margin-top: 4rem; - } - - .\32xl\:first\:mr-16:first-child { - margin-right: 4rem; - } - - .\32xl\:first\:mb-16:first-child { - margin-bottom: 4rem; - } - - .\32xl\:first\:ml-16:first-child { - margin-left: 4rem; - } - - .\32xl\:first\:mt-20:first-child { - margin-top: 5rem; - } - - .\32xl\:first\:mr-20:first-child { - margin-right: 5rem; - } - - .\32xl\:first\:mb-20:first-child { - margin-bottom: 5rem; - } - - .\32xl\:first\:ml-20:first-child { - margin-left: 5rem; - } - - .\32xl\:first\:mt-22:first-child { - margin-top: 5.625rem; - } - - .\32xl\:first\:mr-22:first-child { - margin-right: 5.625rem; - } - - .\32xl\:first\:mb-22:first-child { - margin-bottom: 5.625rem; - } - - .\32xl\:first\:ml-22:first-child { - margin-left: 5.625rem; - } - - .\32xl\:first\:mt-24:first-child { - margin-top: 6rem; - } - - .\32xl\:first\:mr-24:first-child { - margin-right: 6rem; - } - - .\32xl\:first\:mb-24:first-child { - margin-bottom: 6rem; - } - - .\32xl\:first\:ml-24:first-child { - margin-left: 6rem; - } - - .\32xl\:first\:mt-28:first-child { - margin-top: 7rem; - } - - .\32xl\:first\:mr-28:first-child { - margin-right: 7rem; - } - - .\32xl\:first\:mb-28:first-child { - margin-bottom: 7rem; - } - - .\32xl\:first\:ml-28:first-child { - margin-left: 7rem; - } - - .\32xl\:first\:mt-32:first-child { - margin-top: 8rem; - } - - .\32xl\:first\:mr-32:first-child { - margin-right: 8rem; - } - - .\32xl\:first\:mb-32:first-child { - margin-bottom: 8rem; - } - - .\32xl\:first\:ml-32:first-child { - margin-left: 8rem; - } - - .\32xl\:first\:mt-36:first-child { - margin-top: 9rem; - } - - .\32xl\:first\:mr-36:first-child { - margin-right: 9rem; - } - - .\32xl\:first\:mb-36:first-child { - margin-bottom: 9rem; - } - - .\32xl\:first\:ml-36:first-child { - margin-left: 9rem; - } - - .\32xl\:first\:mt-40:first-child { - margin-top: 10rem; - } - - .\32xl\:first\:mr-40:first-child { - margin-right: 10rem; - } - - .\32xl\:first\:mb-40:first-child { - margin-bottom: 10rem; - } - - .\32xl\:first\:ml-40:first-child { - margin-left: 10rem; - } - - .\32xl\:first\:mt-44:first-child { - margin-top: 11rem; - } - - .\32xl\:first\:mr-44:first-child { - margin-right: 11rem; - } - - .\32xl\:first\:mb-44:first-child { - margin-bottom: 11rem; - } - - .\32xl\:first\:ml-44:first-child { - margin-left: 11rem; - } - - .\32xl\:first\:mt-48:first-child { - margin-top: 12rem; - } - - .\32xl\:first\:mr-48:first-child { - margin-right: 12rem; - } - - .\32xl\:first\:mb-48:first-child { - margin-bottom: 12rem; - } - - .\32xl\:first\:ml-48:first-child { - margin-left: 12rem; - } - - .\32xl\:first\:mt-52:first-child { - margin-top: 13rem; - } - - .\32xl\:first\:mr-52:first-child { - margin-right: 13rem; - } - - .\32xl\:first\:mb-52:first-child { - margin-bottom: 13rem; - } - - .\32xl\:first\:ml-52:first-child { - margin-left: 13rem; - } - - .\32xl\:first\:mt-56:first-child { - margin-top: 14rem; - } - - .\32xl\:first\:mr-56:first-child { - margin-right: 14rem; - } - - .\32xl\:first\:mb-56:first-child { - margin-bottom: 14rem; - } - - .\32xl\:first\:ml-56:first-child { - margin-left: 14rem; - } - - .\32xl\:first\:mt-60:first-child { - margin-top: 240px; - } - - .\32xl\:first\:mr-60:first-child { - margin-right: 240px; - } - - .\32xl\:first\:mb-60:first-child { - margin-bottom: 240px; - } - - .\32xl\:first\:ml-60:first-child { - margin-left: 240px; - } - - .\32xl\:first\:mt-64:first-child { - margin-top: 16rem; - } - - .\32xl\:first\:mr-64:first-child { - margin-right: 16rem; - } - - .\32xl\:first\:mb-64:first-child { - margin-bottom: 16rem; - } - - .\32xl\:first\:ml-64:first-child { - margin-left: 16rem; - } - - .\32xl\:first\:mt-72:first-child { - margin-top: 18rem; - } - - .\32xl\:first\:mr-72:first-child { - margin-right: 18rem; - } - - .\32xl\:first\:mb-72:first-child { - margin-bottom: 18rem; - } - - .\32xl\:first\:ml-72:first-child { - margin-left: 18rem; - } - - .\32xl\:first\:mt-80:first-child { - margin-top: 20rem; - } - - .\32xl\:first\:mr-80:first-child { - margin-right: 20rem; - } - - .\32xl\:first\:mb-80:first-child { - margin-bottom: 20rem; - } - - .\32xl\:first\:ml-80:first-child { - margin-left: 20rem; - } - - .\32xl\:first\:mt-88:first-child { - margin-top: 22rem; - } - - .\32xl\:first\:mr-88:first-child { - margin-right: 22rem; - } - - .\32xl\:first\:mb-88:first-child { - margin-bottom: 22rem; - } - - .\32xl\:first\:ml-88:first-child { - margin-left: 22rem; - } - - .\32xl\:first\:mt-96:first-child { - margin-top: 24rem; - } - - .\32xl\:first\:mr-96:first-child { - margin-right: 24rem; - } - - .\32xl\:first\:mb-96:first-child { - margin-bottom: 24rem; - } - - .\32xl\:first\:ml-96:first-child { - margin-left: 24rem; - } - - .\32xl\:first\:mt-130:first-child { - margin-top: 560px; - } - - .\32xl\:first\:mr-130:first-child { - margin-right: 560px; - } - - .\32xl\:first\:mb-130:first-child { - margin-bottom: 560px; - } - - .\32xl\:first\:ml-130:first-child { - margin-left: 560px; - } - - .\32xl\:first\:mt-auto:first-child { - margin-top: auto; - } - - .\32xl\:first\:mr-auto:first-child { - margin-right: auto; - } - - .\32xl\:first\:mb-auto:first-child { - margin-bottom: auto; - } - - .\32xl\:first\:ml-auto:first-child { - margin-left: auto; - } - - .\32xl\:first\:mt-px:first-child { - margin-top: 1px; - } - - .\32xl\:first\:mr-px:first-child { - margin-right: 1px; - } - - .\32xl\:first\:mb-px:first-child { - margin-bottom: 1px; - } - - .\32xl\:first\:ml-px:first-child { - margin-left: 1px; - } - - .\32xl\:first\:mt-0\.5:first-child { - margin-top: 0.125rem; - } - - .\32xl\:first\:mr-0\.5:first-child { - margin-right: 0.125rem; - } - - .\32xl\:first\:mb-0\.5:first-child { - margin-bottom: 0.125rem; - } - - .\32xl\:first\:ml-0\.5:first-child { - margin-left: 0.125rem; - } - - .\32xl\:first\:mt-1\.5:first-child { - margin-top: 0.375rem; - } - - .\32xl\:first\:mr-1\.5:first-child { - margin-right: 0.375rem; - } - - .\32xl\:first\:mb-1\.5:first-child { - margin-bottom: 0.375rem; - } - - .\32xl\:first\:ml-1\.5:first-child { - margin-left: 0.375rem; - } - - .\32xl\:first\:mt-2\.5:first-child { - margin-top: 0.625rem; - } - - .\32xl\:first\:mr-2\.5:first-child { - margin-right: 0.625rem; - } - - .\32xl\:first\:mb-2\.5:first-child { - margin-bottom: 0.625rem; - } - - .\32xl\:first\:ml-2\.5:first-child { - margin-left: 0.625rem; - } - - .\32xl\:first\:mt-3\.5:first-child { - margin-top: 0.875rem; - } - - .\32xl\:first\:mr-3\.5:first-child { - margin-right: 0.875rem; - } - - .\32xl\:first\:mb-3\.5:first-child { - margin-bottom: 0.875rem; - } - - .\32xl\:first\:ml-3\.5:first-child { - margin-left: 0.875rem; - } - - .\32xl\:first\:-mt-0:first-child { - margin-top: 0px; - } - - .\32xl\:first\:-mr-0:first-child { - margin-right: 0px; - } - - .\32xl\:first\:-mb-0:first-child { - margin-bottom: 0px; - } - - .\32xl\:first\:-ml-0:first-child { - margin-left: 0px; - } - - .\32xl\:first\:-mt-1:first-child { - margin-top: -0.25rem; - } - - .\32xl\:first\:-mr-1:first-child { - margin-right: -0.25rem; - } - - .\32xl\:first\:-mb-1:first-child { - margin-bottom: -0.25rem; - } - - .\32xl\:first\:-ml-1:first-child { - margin-left: -0.25rem; - } - - .\32xl\:first\:-mt-2:first-child { - margin-top: -0.5rem; - } - - .\32xl\:first\:-mr-2:first-child { - margin-right: -0.5rem; - } - - .\32xl\:first\:-mb-2:first-child { - margin-bottom: -0.5rem; - } - - .\32xl\:first\:-ml-2:first-child { - margin-left: -0.5rem; - } - - .\32xl\:first\:-mt-3:first-child { - margin-top: -0.75rem; - } - - .\32xl\:first\:-mr-3:first-child { - margin-right: -0.75rem; - } - - .\32xl\:first\:-mb-3:first-child { - margin-bottom: -0.75rem; - } - - .\32xl\:first\:-ml-3:first-child { - margin-left: -0.75rem; - } - - .\32xl\:first\:-mt-4:first-child { - margin-top: -1rem; - } - - .\32xl\:first\:-mr-4:first-child { - margin-right: -1rem; - } - - .\32xl\:first\:-mb-4:first-child { - margin-bottom: -1rem; - } - - .\32xl\:first\:-ml-4:first-child { - margin-left: -1rem; - } - - .\32xl\:first\:-mt-5:first-child { - margin-top: -1.25rem; - } - - .\32xl\:first\:-mr-5:first-child { - margin-right: -1.25rem; - } - - .\32xl\:first\:-mb-5:first-child { - margin-bottom: -1.25rem; - } - - .\32xl\:first\:-ml-5:first-child { - margin-left: -1.25rem; - } - - .\32xl\:first\:-mt-6:first-child { - margin-top: -1.5rem; - } - - .\32xl\:first\:-mr-6:first-child { - margin-right: -1.5rem; - } - - .\32xl\:first\:-mb-6:first-child { - margin-bottom: -1.5rem; - } - - .\32xl\:first\:-ml-6:first-child { - margin-left: -1.5rem; - } - - .\32xl\:first\:-mt-7:first-child { - margin-top: -1.75rem; - } - - .\32xl\:first\:-mr-7:first-child { - margin-right: -1.75rem; - } - - .\32xl\:first\:-mb-7:first-child { - margin-bottom: -1.75rem; - } - - .\32xl\:first\:-ml-7:first-child { - margin-left: -1.75rem; - } - - .\32xl\:first\:-mt-8:first-child { - margin-top: -2rem; - } - - .\32xl\:first\:-mr-8:first-child { - margin-right: -2rem; - } - - .\32xl\:first\:-mb-8:first-child { - margin-bottom: -2rem; - } - - .\32xl\:first\:-ml-8:first-child { - margin-left: -2rem; - } - - .\32xl\:first\:-mt-9:first-child { - margin-top: -2.25rem; - } - - .\32xl\:first\:-mr-9:first-child { - margin-right: -2.25rem; - } - - .\32xl\:first\:-mb-9:first-child { - margin-bottom: -2.25rem; - } - - .\32xl\:first\:-ml-9:first-child { - margin-left: -2.25rem; - } - - .\32xl\:first\:-mt-10:first-child { - margin-top: -2.5rem; - } - - .\32xl\:first\:-mr-10:first-child { - margin-right: -2.5rem; - } - - .\32xl\:first\:-mb-10:first-child { - margin-bottom: -2.5rem; - } - - .\32xl\:first\:-ml-10:first-child { - margin-left: -2.5rem; - } - - .\32xl\:first\:-mt-11:first-child { - margin-top: -2.75rem; - } - - .\32xl\:first\:-mr-11:first-child { - margin-right: -2.75rem; - } - - .\32xl\:first\:-mb-11:first-child { - margin-bottom: -2.75rem; - } - - .\32xl\:first\:-ml-11:first-child { - margin-left: -2.75rem; - } - - .\32xl\:first\:-mt-12:first-child { - margin-top: -3rem; - } - - .\32xl\:first\:-mr-12:first-child { - margin-right: -3rem; - } - - .\32xl\:first\:-mb-12:first-child { - margin-bottom: -3rem; - } - - .\32xl\:first\:-ml-12:first-child { - margin-left: -3rem; - } - - .\32xl\:first\:-mt-14:first-child { - margin-top: -3.5rem; - } - - .\32xl\:first\:-mr-14:first-child { - margin-right: -3.5rem; - } - - .\32xl\:first\:-mb-14:first-child { - margin-bottom: -3.5rem; - } - - .\32xl\:first\:-ml-14:first-child { - margin-left: -3.5rem; - } - - .\32xl\:first\:-mt-16:first-child { - margin-top: -4rem; - } - - .\32xl\:first\:-mr-16:first-child { - margin-right: -4rem; - } - - .\32xl\:first\:-mb-16:first-child { - margin-bottom: -4rem; - } - - .\32xl\:first\:-ml-16:first-child { - margin-left: -4rem; - } - - .\32xl\:first\:-mt-20:first-child { - margin-top: -5rem; - } - - .\32xl\:first\:-mr-20:first-child { - margin-right: -5rem; - } - - .\32xl\:first\:-mb-20:first-child { - margin-bottom: -5rem; - } - - .\32xl\:first\:-ml-20:first-child { - margin-left: -5rem; - } - - .\32xl\:first\:-mt-22:first-child { - margin-top: -5.625rem; - } - - .\32xl\:first\:-mr-22:first-child { - margin-right: -5.625rem; - } - - .\32xl\:first\:-mb-22:first-child { - margin-bottom: -5.625rem; - } - - .\32xl\:first\:-ml-22:first-child { - margin-left: -5.625rem; - } - - .\32xl\:first\:-mt-24:first-child { - margin-top: -6rem; - } - - .\32xl\:first\:-mr-24:first-child { - margin-right: -6rem; - } - - .\32xl\:first\:-mb-24:first-child { - margin-bottom: -6rem; - } - - .\32xl\:first\:-ml-24:first-child { - margin-left: -6rem; - } - - .\32xl\:first\:-mt-28:first-child { - margin-top: -7rem; - } - - .\32xl\:first\:-mr-28:first-child { - margin-right: -7rem; - } - - .\32xl\:first\:-mb-28:first-child { - margin-bottom: -7rem; - } - - .\32xl\:first\:-ml-28:first-child { - margin-left: -7rem; - } - - .\32xl\:first\:-mt-32:first-child { - margin-top: -8rem; - } - - .\32xl\:first\:-mr-32:first-child { - margin-right: -8rem; - } - - .\32xl\:first\:-mb-32:first-child { - margin-bottom: -8rem; - } - - .\32xl\:first\:-ml-32:first-child { - margin-left: -8rem; - } - - .\32xl\:first\:-mt-36:first-child { - margin-top: -9rem; - } - - .\32xl\:first\:-mr-36:first-child { - margin-right: -9rem; - } - - .\32xl\:first\:-mb-36:first-child { - margin-bottom: -9rem; - } - - .\32xl\:first\:-ml-36:first-child { - margin-left: -9rem; - } - - .\32xl\:first\:-mt-40:first-child { - margin-top: -10rem; - } - - .\32xl\:first\:-mr-40:first-child { - margin-right: -10rem; - } - - .\32xl\:first\:-mb-40:first-child { - margin-bottom: -10rem; - } - - .\32xl\:first\:-ml-40:first-child { - margin-left: -10rem; - } - - .\32xl\:first\:-mt-44:first-child { - margin-top: -11rem; - } - - .\32xl\:first\:-mr-44:first-child { - margin-right: -11rem; - } - - .\32xl\:first\:-mb-44:first-child { - margin-bottom: -11rem; - } - - .\32xl\:first\:-ml-44:first-child { - margin-left: -11rem; - } - - .\32xl\:first\:-mt-48:first-child { - margin-top: -12rem; - } - - .\32xl\:first\:-mr-48:first-child { - margin-right: -12rem; - } - - .\32xl\:first\:-mb-48:first-child { - margin-bottom: -12rem; - } - - .\32xl\:first\:-ml-48:first-child { - margin-left: -12rem; - } - - .\32xl\:first\:-mt-52:first-child { - margin-top: -13rem; - } - - .\32xl\:first\:-mr-52:first-child { - margin-right: -13rem; - } - - .\32xl\:first\:-mb-52:first-child { - margin-bottom: -13rem; - } - - .\32xl\:first\:-ml-52:first-child { - margin-left: -13rem; - } - - .\32xl\:first\:-mt-56:first-child { - margin-top: -14rem; - } - - .\32xl\:first\:-mr-56:first-child { - margin-right: -14rem; - } - - .\32xl\:first\:-mb-56:first-child { - margin-bottom: -14rem; - } - - .\32xl\:first\:-ml-56:first-child { - margin-left: -14rem; - } - - .\32xl\:first\:-mt-60:first-child { - margin-top: -240px; - } - - .\32xl\:first\:-mr-60:first-child { - margin-right: -240px; - } - - .\32xl\:first\:-mb-60:first-child { - margin-bottom: -240px; - } - - .\32xl\:first\:-ml-60:first-child { - margin-left: -240px; - } - - .\32xl\:first\:-mt-64:first-child { - margin-top: -16rem; - } - - .\32xl\:first\:-mr-64:first-child { - margin-right: -16rem; - } - - .\32xl\:first\:-mb-64:first-child { - margin-bottom: -16rem; - } - - .\32xl\:first\:-ml-64:first-child { - margin-left: -16rem; - } - - .\32xl\:first\:-mt-72:first-child { - margin-top: -18rem; - } - - .\32xl\:first\:-mr-72:first-child { - margin-right: -18rem; - } - - .\32xl\:first\:-mb-72:first-child { - margin-bottom: -18rem; - } - - .\32xl\:first\:-ml-72:first-child { - margin-left: -18rem; - } - - .\32xl\:first\:-mt-80:first-child { - margin-top: -20rem; - } - - .\32xl\:first\:-mr-80:first-child { - margin-right: -20rem; - } - - .\32xl\:first\:-mb-80:first-child { - margin-bottom: -20rem; - } - - .\32xl\:first\:-ml-80:first-child { - margin-left: -20rem; - } - - .\32xl\:first\:-mt-88:first-child { - margin-top: -22rem; - } - - .\32xl\:first\:-mr-88:first-child { - margin-right: -22rem; - } - - .\32xl\:first\:-mb-88:first-child { - margin-bottom: -22rem; - } - - .\32xl\:first\:-ml-88:first-child { - margin-left: -22rem; - } - - .\32xl\:first\:-mt-96:first-child { - margin-top: -24rem; - } - - .\32xl\:first\:-mr-96:first-child { - margin-right: -24rem; - } - - .\32xl\:first\:-mb-96:first-child { - margin-bottom: -24rem; - } - - .\32xl\:first\:-ml-96:first-child { - margin-left: -24rem; - } - - .\32xl\:first\:-mt-130:first-child { - margin-top: -560px; - } - - .\32xl\:first\:-mr-130:first-child { - margin-right: -560px; - } - - .\32xl\:first\:-mb-130:first-child { - margin-bottom: -560px; - } - - .\32xl\:first\:-ml-130:first-child { - margin-left: -560px; - } - - .\32xl\:first\:-mt-px:first-child { - margin-top: -1px; - } - - .\32xl\:first\:-mr-px:first-child { - margin-right: -1px; - } - - .\32xl\:first\:-mb-px:first-child { - margin-bottom: -1px; - } - - .\32xl\:first\:-ml-px:first-child { - margin-left: -1px; - } - - .\32xl\:first\:-mt-0\.5:first-child { - margin-top: -0.125rem; - } - - .\32xl\:first\:-mr-0\.5:first-child { - margin-right: -0.125rem; - } - - .\32xl\:first\:-mb-0\.5:first-child { - margin-bottom: -0.125rem; - } - - .\32xl\:first\:-ml-0\.5:first-child { - margin-left: -0.125rem; - } - - .\32xl\:first\:-mt-1\.5:first-child { - margin-top: -0.375rem; - } - - .\32xl\:first\:-mr-1\.5:first-child { - margin-right: -0.375rem; - } - - .\32xl\:first\:-mb-1\.5:first-child { - margin-bottom: -0.375rem; - } - - .\32xl\:first\:-ml-1\.5:first-child { - margin-left: -0.375rem; - } - - .\32xl\:first\:-mt-2\.5:first-child { - margin-top: -0.625rem; - } - - .\32xl\:first\:-mr-2\.5:first-child { - margin-right: -0.625rem; - } - - .\32xl\:first\:-mb-2\.5:first-child { - margin-bottom: -0.625rem; - } - - .\32xl\:first\:-ml-2\.5:first-child { - margin-left: -0.625rem; - } - - .\32xl\:first\:-mt-3\.5:first-child { - margin-top: -0.875rem; - } - - .\32xl\:first\:-mr-3\.5:first-child { - margin-right: -0.875rem; - } - - .\32xl\:first\:-mb-3\.5:first-child { - margin-bottom: -0.875rem; - } - - .\32xl\:first\:-ml-3\.5:first-child { - margin-left: -0.875rem; - } - - .\32xl\:max-h-0 { - max-height: 0px; - } - - .\32xl\:max-h-1 { - max-height: 0.25rem; - } - - .\32xl\:max-h-2 { - max-height: 0.5rem; - } - - .\32xl\:max-h-3 { - max-height: 0.75rem; - } - - .\32xl\:max-h-4 { - max-height: 1rem; - } - - .\32xl\:max-h-5 { - max-height: 1.25rem; - } - - .\32xl\:max-h-6 { - max-height: 1.5rem; - } - - .\32xl\:max-h-7 { - max-height: 1.75rem; - } - - .\32xl\:max-h-8 { - max-height: 2rem; - } - - .\32xl\:max-h-9 { - max-height: 2.25rem; - } - - .\32xl\:max-h-10 { - max-height: 2.5rem; - } - - .\32xl\:max-h-11 { - max-height: 2.75rem; - } - - .\32xl\:max-h-12 { - max-height: 3rem; - } - - .\32xl\:max-h-14 { - max-height: 3.5rem; - } - - .\32xl\:max-h-16 { - max-height: 4rem; - } - - .\32xl\:max-h-20 { - max-height: 5rem; - } - - .\32xl\:max-h-22 { - max-height: 5.625rem; - } - - .\32xl\:max-h-24 { - max-height: 6rem; - } - - .\32xl\:max-h-28 { - max-height: 7rem; - } - - .\32xl\:max-h-32 { - max-height: 8rem; - } - - .\32xl\:max-h-36 { - max-height: 9rem; - } - - .\32xl\:max-h-40 { - max-height: 10rem; - } - - .\32xl\:max-h-44 { - max-height: 11rem; - } - - .\32xl\:max-h-48 { - max-height: 12rem; - } - - .\32xl\:max-h-52 { - max-height: 13rem; - } - - .\32xl\:max-h-56 { - max-height: 14rem; - } - - .\32xl\:max-h-60 { - max-height: 240px; - } - - .\32xl\:max-h-64 { - max-height: 16rem; - } - - .\32xl\:max-h-72 { - max-height: 18rem; - } - - .\32xl\:max-h-80 { - max-height: 20rem; - } - - .\32xl\:max-h-88 { - max-height: 22rem; - } - - .\32xl\:max-h-96 { - max-height: 24rem; - } - - .\32xl\:max-h-130 { - max-height: 560px; - } - - .\32xl\:max-h-px { - max-height: 1px; - } - - .\32xl\:max-h-0\.5 { - max-height: 0.125rem; - } - - .\32xl\:max-h-1\.5 { - max-height: 0.375rem; - } - - .\32xl\:max-h-2\.5 { - max-height: 0.625rem; - } - - .\32xl\:max-h-3\.5 { - max-height: 0.875rem; - } - - .\32xl\:max-h-full { - max-height: 100%; - } - - .\32xl\:max-h-screen { - max-height: 100vh; - } - - .\32xl\:max-w-0 { - max-width: 0rem; - } - - .\32xl\:max-w-none { - max-width: none; - } - - .\32xl\:max-w-xs { - max-width: 20rem; - } - - .\32xl\:max-w-sm { - max-width: 24rem; - } - - .\32xl\:max-w-md { - max-width: 28rem; - } - - .\32xl\:max-w-lg { - max-width: 32rem; - } - - .\32xl\:max-w-xl { - max-width: 36rem; - } - - .\32xl\:max-w-2xl { - max-width: 42rem; - } - - .\32xl\:max-w-3xl { - max-width: 48rem; - } - - .\32xl\:max-w-4xl { - max-width: 56rem; - } - - .\32xl\:max-w-5xl { - max-width: 64rem; - } - - .\32xl\:max-w-6xl { - max-width: 72rem; - } - - .\32xl\:max-w-7xl { - max-width: 80rem; - } - - .\32xl\:max-w-full { - max-width: 100%; - } - - .\32xl\:max-w-min { - max-width: -webkit-min-content; - max-width: -moz-min-content; - max-width: min-content; - } - - .\32xl\:max-w-max { - max-width: -webkit-max-content; - max-width: -moz-max-content; - max-width: max-content; - } - - .\32xl\:max-w-prose { - max-width: 65ch; - } - - .\32xl\:max-w-screen-sm { - max-width: 640px; - } - - .\32xl\:max-w-screen-md { - max-width: 768px; - } - - .\32xl\:max-w-screen-lg { - max-width: 1024px; - } - - .\32xl\:max-w-screen-xl { - max-width: 1280px; - } - - .\32xl\:max-w-screen-2xl { - max-width: 1536px; - } - - .\32xl\:max-w-screen-xxl { - max-width: 1440px; - } - - .\32xl\:min-h-0 { - min-height: 0px; - } - - .\32xl\:min-h-10 { - min-height: 2.5rem; - } - - .\32xl\:min-h-full { - min-height: 100%; - } - - .\32xl\:min-h-screen { - min-height: 100vh; - } - - .\32xl\:min-w-0 { - min-width: 0px; - } - - .\32xl\:min-w-full { - min-width: 100%; - } - - .\32xl\:min-w-min { - min-width: -webkit-min-content; - min-width: -moz-min-content; - min-width: min-content; - } - - .\32xl\:min-w-max { - min-width: -webkit-max-content; - min-width: -moz-max-content; - min-width: max-content; - } - - .\32xl\:object-contain { - -o-object-fit: contain; - object-fit: contain; - } - - .\32xl\:object-cover { - -o-object-fit: cover; - object-fit: cover; - } - - .\32xl\:object-fill { - -o-object-fit: fill; - object-fit: fill; - } - - .\32xl\:object-none { - -o-object-fit: none; - object-fit: none; - } - - .\32xl\:object-scale-down { - -o-object-fit: scale-down; - object-fit: scale-down; - } - - .\32xl\:object-bottom { - -o-object-position: bottom; - object-position: bottom; - } - - .\32xl\:object-center { - -o-object-position: center; - object-position: center; - } - - .\32xl\:object-left { - -o-object-position: left; - object-position: left; - } - - .\32xl\:object-left-bottom { - -o-object-position: left bottom; - object-position: left bottom; - } - - .\32xl\:object-left-top { - -o-object-position: left top; - object-position: left top; - } - - .\32xl\:object-right { - -o-object-position: right; - object-position: right; - } - - .\32xl\:object-right-bottom { - -o-object-position: right bottom; - object-position: right bottom; - } - - .\32xl\:object-right-top { - -o-object-position: right top; - object-position: right top; - } - - .\32xl\:object-top { - -o-object-position: top; - object-position: top; - } - - .\32xl\:opacity-0 { - opacity: 0; - } - - .\32xl\:opacity-5 { - opacity: 0.05; - } - - .\32xl\:opacity-10 { - opacity: 0.1; - } - - .\32xl\:opacity-20 { - opacity: 0.2; - } - - .\32xl\:opacity-25 { - opacity: 0.25; - } - - .\32xl\:opacity-30 { - opacity: 0.3; - } - - .\32xl\:opacity-40 { - opacity: 0.4; - } - - .\32xl\:opacity-50 { - opacity: 0.5; - } - - .\32xl\:opacity-60 { - opacity: 0.6; - } - - .\32xl\:opacity-70 { - opacity: 0.7; - } - - .\32xl\:opacity-75 { - opacity: 0.75; - } - - .\32xl\:opacity-80 { - opacity: 0.8; - } - - .\32xl\:opacity-90 { - opacity: 0.9; - } - - .\32xl\:opacity-95 { - opacity: 0.95; - } - - .\32xl\:opacity-100 { - opacity: 1; - } - - .group:hover .\32xl\:group-hover\:opacity-0 { - opacity: 0; - } - - .group:hover .\32xl\:group-hover\:opacity-5 { - opacity: 0.05; - } - - .group:hover .\32xl\:group-hover\:opacity-10 { - opacity: 0.1; - } - - .group:hover .\32xl\:group-hover\:opacity-20 { - opacity: 0.2; - } - - .group:hover .\32xl\:group-hover\:opacity-25 { - opacity: 0.25; - } - - .group:hover .\32xl\:group-hover\:opacity-30 { - opacity: 0.3; - } - - .group:hover .\32xl\:group-hover\:opacity-40 { - opacity: 0.4; - } - - .group:hover .\32xl\:group-hover\:opacity-50 { - opacity: 0.5; - } - - .group:hover .\32xl\:group-hover\:opacity-60 { - opacity: 0.6; - } - - .group:hover .\32xl\:group-hover\:opacity-70 { - opacity: 0.7; - } - - .group:hover .\32xl\:group-hover\:opacity-75 { - opacity: 0.75; - } - - .group:hover .\32xl\:group-hover\:opacity-80 { - opacity: 0.8; - } - - .group:hover .\32xl\:group-hover\:opacity-90 { - opacity: 0.9; - } - - .group:hover .\32xl\:group-hover\:opacity-95 { - opacity: 0.95; - } - - .group:hover .\32xl\:group-hover\:opacity-100 { - opacity: 1; - } - - .\32xl\:focus-within\:opacity-0:focus-within { - opacity: 0; - } - - .\32xl\:focus-within\:opacity-5:focus-within { - opacity: 0.05; - } - - .\32xl\:focus-within\:opacity-10:focus-within { - opacity: 0.1; - } - - .\32xl\:focus-within\:opacity-20:focus-within { - opacity: 0.2; - } - - .\32xl\:focus-within\:opacity-25:focus-within { - opacity: 0.25; - } - - .\32xl\:focus-within\:opacity-30:focus-within { - opacity: 0.3; - } - - .\32xl\:focus-within\:opacity-40:focus-within { - opacity: 0.4; - } - - .\32xl\:focus-within\:opacity-50:focus-within { - opacity: 0.5; - } - - .\32xl\:focus-within\:opacity-60:focus-within { - opacity: 0.6; - } - - .\32xl\:focus-within\:opacity-70:focus-within { - opacity: 0.7; - } - - .\32xl\:focus-within\:opacity-75:focus-within { - opacity: 0.75; - } - - .\32xl\:focus-within\:opacity-80:focus-within { - opacity: 0.8; - } - - .\32xl\:focus-within\:opacity-90:focus-within { - opacity: 0.9; - } - - .\32xl\:focus-within\:opacity-95:focus-within { - opacity: 0.95; - } - - .\32xl\:focus-within\:opacity-100:focus-within { - opacity: 1; - } - - .\32xl\:hover\:opacity-0:hover { - opacity: 0; - } - - .\32xl\:hover\:opacity-5:hover { - opacity: 0.05; - } - - .\32xl\:hover\:opacity-10:hover { - opacity: 0.1; - } - - .\32xl\:hover\:opacity-20:hover { - opacity: 0.2; - } - - .\32xl\:hover\:opacity-25:hover { - opacity: 0.25; - } - - .\32xl\:hover\:opacity-30:hover { - opacity: 0.3; - } - - .\32xl\:hover\:opacity-40:hover { - opacity: 0.4; - } - - .\32xl\:hover\:opacity-50:hover { - opacity: 0.5; - } - - .\32xl\:hover\:opacity-60:hover { - opacity: 0.6; - } - - .\32xl\:hover\:opacity-70:hover { - opacity: 0.7; - } - - .\32xl\:hover\:opacity-75:hover { - opacity: 0.75; - } - - .\32xl\:hover\:opacity-80:hover { - opacity: 0.8; - } - - .\32xl\:hover\:opacity-90:hover { - opacity: 0.9; - } - - .\32xl\:hover\:opacity-95:hover { - opacity: 0.95; - } - - .\32xl\:hover\:opacity-100:hover { - opacity: 1; - } - - .\32xl\:focus\:opacity-0:focus { - opacity: 0; - } - - .\32xl\:focus\:opacity-5:focus { - opacity: 0.05; - } - - .\32xl\:focus\:opacity-10:focus { - opacity: 0.1; - } - - .\32xl\:focus\:opacity-20:focus { - opacity: 0.2; - } - - .\32xl\:focus\:opacity-25:focus { - opacity: 0.25; - } - - .\32xl\:focus\:opacity-30:focus { - opacity: 0.3; - } - - .\32xl\:focus\:opacity-40:focus { - opacity: 0.4; - } - - .\32xl\:focus\:opacity-50:focus { - opacity: 0.5; - } - - .\32xl\:focus\:opacity-60:focus { - opacity: 0.6; - } - - .\32xl\:focus\:opacity-70:focus { - opacity: 0.7; - } - - .\32xl\:focus\:opacity-75:focus { - opacity: 0.75; - } - - .\32xl\:focus\:opacity-80:focus { - opacity: 0.8; - } - - .\32xl\:focus\:opacity-90:focus { - opacity: 0.9; - } - - .\32xl\:focus\:opacity-95:focus { - opacity: 0.95; - } - - .\32xl\:focus\:opacity-100:focus { - opacity: 1; - } - - .\32xl\:outline-none { - outline: 2px solid transparent; - outline-offset: 2px; - } - - .\32xl\:outline-white { - outline: 2px dotted white; - outline-offset: 2px; - } - - .\32xl\:outline-black { - outline: 2px dotted black; - outline-offset: 2px; - } - - .\32xl\:focus-within\:outline-none:focus-within { - outline: 2px solid transparent; - outline-offset: 2px; - } - - .\32xl\:focus-within\:outline-white:focus-within { - outline: 2px dotted white; - outline-offset: 2px; - } - - .\32xl\:focus-within\:outline-black:focus-within { - outline: 2px dotted black; - outline-offset: 2px; - } - - .\32xl\:focus\:outline-none:focus { - outline: 2px solid transparent; - outline-offset: 2px; - } - - .\32xl\:focus\:outline-white:focus { - outline: 2px dotted white; - outline-offset: 2px; - } - - .\32xl\:focus\:outline-black:focus { - outline: 2px dotted black; - outline-offset: 2px; - } - - .\32xl\:overflow-auto { - overflow: auto; - } - - .\32xl\:overflow-hidden { - overflow: hidden; - } - - .\32xl\:overflow-visible { - overflow: visible; - } - - .\32xl\:overflow-scroll { - overflow: scroll; - } - - .\32xl\:overflow-x-auto { - overflow-x: auto; - } - - .\32xl\:overflow-y-auto { - overflow-y: auto; - } - - .\32xl\:overflow-x-hidden { - overflow-x: hidden; - } - - .\32xl\:overflow-y-hidden { - overflow-y: hidden; - } - - .\32xl\:overflow-x-visible { - overflow-x: visible; - } - - .\32xl\:overflow-y-visible { - overflow-y: visible; - } - - .\32xl\:overflow-x-scroll { - overflow-x: scroll; - } - - .\32xl\:overflow-y-scroll { - overflow-y: scroll; - } - - .\32xl\:overscroll-auto { - -ms-scroll-chaining: chained; - overscroll-behavior: auto; - } - - .\32xl\:overscroll-contain { - -ms-scroll-chaining: none; - overscroll-behavior: contain; - } - - .\32xl\:overscroll-none { - -ms-scroll-chaining: none; - overscroll-behavior: none; - } - - .\32xl\:overscroll-y-auto { - overscroll-behavior-y: auto; - } - - .\32xl\:overscroll-y-contain { - overscroll-behavior-y: contain; - } - - .\32xl\:overscroll-y-none { - overscroll-behavior-y: none; - } - - .\32xl\:overscroll-x-auto { - overscroll-behavior-x: auto; - } - - .\32xl\:overscroll-x-contain { - overscroll-behavior-x: contain; - } - - .\32xl\:overscroll-x-none { - overscroll-behavior-x: none; - } - - .\32xl\:p-0 { - padding: 0px; - } - - .\32xl\:p-1 { - padding: 0.25rem; - } - - .\32xl\:p-2 { - padding: 0.5rem; - } - - .\32xl\:p-3 { - padding: 0.75rem; - } - - .\32xl\:p-4 { - padding: 1rem; - } - - .\32xl\:p-5 { - padding: 1.25rem; - } - - .\32xl\:p-6 { - padding: 1.5rem; - } - - .\32xl\:p-7 { - padding: 1.75rem; - } - - .\32xl\:p-8 { - padding: 2rem; - } - - .\32xl\:p-9 { - padding: 2.25rem; - } - - .\32xl\:p-10 { - padding: 2.5rem; - } - - .\32xl\:p-11 { - padding: 2.75rem; - } - - .\32xl\:p-12 { - padding: 3rem; - } - - .\32xl\:p-14 { - padding: 3.5rem; - } - - .\32xl\:p-16 { - padding: 4rem; - } - - .\32xl\:p-20 { - padding: 5rem; - } - - .\32xl\:p-22 { - padding: 5.625rem; - } - - .\32xl\:p-24 { - padding: 6rem; - } - - .\32xl\:p-28 { - padding: 7rem; - } - - .\32xl\:p-32 { - padding: 8rem; - } - - .\32xl\:p-36 { - padding: 9rem; - } - - .\32xl\:p-40 { - padding: 10rem; - } - - .\32xl\:p-44 { - padding: 11rem; - } - - .\32xl\:p-48 { - padding: 12rem; - } - - .\32xl\:p-52 { - padding: 13rem; - } - - .\32xl\:p-56 { - padding: 14rem; - } - - .\32xl\:p-60 { - padding: 240px; - } - - .\32xl\:p-64 { - padding: 16rem; - } - - .\32xl\:p-72 { - padding: 18rem; - } - - .\32xl\:p-80 { - padding: 20rem; - } - - .\32xl\:p-88 { - padding: 22rem; - } - - .\32xl\:p-96 { - padding: 24rem; - } - - .\32xl\:p-130 { - padding: 560px; - } - - .\32xl\:p-px { - padding: 1px; - } - - .\32xl\:p-0\.5 { - padding: 0.125rem; - } - - .\32xl\:p-1\.5 { - padding: 0.375rem; - } - - .\32xl\:p-2\.5 { - padding: 0.625rem; - } - - .\32xl\:p-3\.5 { - padding: 0.875rem; - } - - .\32xl\:py-0 { - padding-top: 0px; - padding-bottom: 0px; - } - - .\32xl\:px-0 { - padding-left: 0px; - padding-right: 0px; - } - - .\32xl\:py-1 { - padding-top: 0.25rem; - padding-bottom: 0.25rem; - } - - .\32xl\:px-1 { - padding-left: 0.25rem; - padding-right: 0.25rem; - } - - .\32xl\:py-2 { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - } - - .\32xl\:px-2 { - padding-left: 0.5rem; - padding-right: 0.5rem; - } - - .\32xl\:py-3 { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - } - - .\32xl\:px-3 { - padding-left: 0.75rem; - padding-right: 0.75rem; - } - - .\32xl\:py-4 { - padding-top: 1rem; - padding-bottom: 1rem; - } - - .\32xl\:px-4 { - padding-left: 1rem; - padding-right: 1rem; - } - - .\32xl\:py-5 { - padding-top: 1.25rem; - padding-bottom: 1.25rem; - } - - .\32xl\:px-5 { - padding-left: 1.25rem; - padding-right: 1.25rem; - } - - .\32xl\:py-6 { - padding-top: 1.5rem; - padding-bottom: 1.5rem; - } - - .\32xl\:px-6 { - padding-left: 1.5rem; - padding-right: 1.5rem; - } - - .\32xl\:py-7 { - padding-top: 1.75rem; - padding-bottom: 1.75rem; - } - - .\32xl\:px-7 { - padding-left: 1.75rem; - padding-right: 1.75rem; - } - - .\32xl\:py-8 { - padding-top: 2rem; - padding-bottom: 2rem; - } - - .\32xl\:px-8 { - padding-left: 2rem; - padding-right: 2rem; - } - - .\32xl\:py-9 { - padding-top: 2.25rem; - padding-bottom: 2.25rem; - } - - .\32xl\:px-9 { - padding-left: 2.25rem; - padding-right: 2.25rem; - } - - .\32xl\:py-10 { - padding-top: 2.5rem; - padding-bottom: 2.5rem; - } - - .\32xl\:px-10 { - padding-left: 2.5rem; - padding-right: 2.5rem; - } - - .\32xl\:py-11 { - padding-top: 2.75rem; - padding-bottom: 2.75rem; - } - - .\32xl\:px-11 { - padding-left: 2.75rem; - padding-right: 2.75rem; - } - - .\32xl\:py-12 { - padding-top: 3rem; - padding-bottom: 3rem; - } - - .\32xl\:px-12 { - padding-left: 3rem; - padding-right: 3rem; - } - - .\32xl\:py-14 { - padding-top: 3.5rem; - padding-bottom: 3.5rem; - } - - .\32xl\:px-14 { - padding-left: 3.5rem; - padding-right: 3.5rem; - } - - .\32xl\:py-16 { - padding-top: 4rem; - padding-bottom: 4rem; - } - - .\32xl\:px-16 { - padding-left: 4rem; - padding-right: 4rem; - } - - .\32xl\:py-20 { - padding-top: 5rem; - padding-bottom: 5rem; - } - - .\32xl\:px-20 { - padding-left: 5rem; - padding-right: 5rem; - } - - .\32xl\:py-22 { - padding-top: 5.625rem; - padding-bottom: 5.625rem; - } - - .\32xl\:px-22 { - padding-left: 5.625rem; - padding-right: 5.625rem; - } - - .\32xl\:py-24 { - padding-top: 6rem; - padding-bottom: 6rem; - } - - .\32xl\:px-24 { - padding-left: 6rem; - padding-right: 6rem; - } - - .\32xl\:py-28 { - padding-top: 7rem; - padding-bottom: 7rem; - } - - .\32xl\:px-28 { - padding-left: 7rem; - padding-right: 7rem; - } - - .\32xl\:py-32 { - padding-top: 8rem; - padding-bottom: 8rem; - } - - .\32xl\:px-32 { - padding-left: 8rem; - padding-right: 8rem; - } - - .\32xl\:py-36 { - padding-top: 9rem; - padding-bottom: 9rem; - } - - .\32xl\:px-36 { - padding-left: 9rem; - padding-right: 9rem; - } - - .\32xl\:py-40 { - padding-top: 10rem; - padding-bottom: 10rem; - } - - .\32xl\:px-40 { - padding-left: 10rem; - padding-right: 10rem; - } - - .\32xl\:py-44 { - padding-top: 11rem; - padding-bottom: 11rem; - } - - .\32xl\:px-44 { - padding-left: 11rem; - padding-right: 11rem; - } - - .\32xl\:py-48 { - padding-top: 12rem; - padding-bottom: 12rem; - } - - .\32xl\:px-48 { - padding-left: 12rem; - padding-right: 12rem; - } - - .\32xl\:py-52 { - padding-top: 13rem; - padding-bottom: 13rem; - } - - .\32xl\:px-52 { - padding-left: 13rem; - padding-right: 13rem; - } - - .\32xl\:py-56 { - padding-top: 14rem; - padding-bottom: 14rem; - } - - .\32xl\:px-56 { - padding-left: 14rem; - padding-right: 14rem; - } - - .\32xl\:py-60 { - padding-top: 240px; - padding-bottom: 240px; - } - - .\32xl\:px-60 { - padding-left: 240px; - padding-right: 240px; - } - - .\32xl\:py-64 { - padding-top: 16rem; - padding-bottom: 16rem; - } - - .\32xl\:px-64 { - padding-left: 16rem; - padding-right: 16rem; - } - - .\32xl\:py-72 { - padding-top: 18rem; - padding-bottom: 18rem; - } - - .\32xl\:px-72 { - padding-left: 18rem; - padding-right: 18rem; - } - - .\32xl\:py-80 { - padding-top: 20rem; - padding-bottom: 20rem; - } - - .\32xl\:px-80 { - padding-left: 20rem; - padding-right: 20rem; - } - - .\32xl\:py-88 { - padding-top: 22rem; - padding-bottom: 22rem; - } - - .\32xl\:px-88 { - padding-left: 22rem; - padding-right: 22rem; - } - - .\32xl\:py-96 { - padding-top: 24rem; - padding-bottom: 24rem; - } - - .\32xl\:px-96 { - padding-left: 24rem; - padding-right: 24rem; - } - - .\32xl\:py-130 { - padding-top: 560px; - padding-bottom: 560px; - } - - .\32xl\:px-130 { - padding-left: 560px; - padding-right: 560px; - } - - .\32xl\:py-px { - padding-top: 1px; - padding-bottom: 1px; - } - - .\32xl\:px-px { - padding-left: 1px; - padding-right: 1px; - } - - .\32xl\:py-0\.5 { - padding-top: 0.125rem; - padding-bottom: 0.125rem; - } - - .\32xl\:px-0\.5 { - padding-left: 0.125rem; - padding-right: 0.125rem; - } - - .\32xl\:py-1\.5 { - padding-top: 0.375rem; - padding-bottom: 0.375rem; - } - - .\32xl\:px-1\.5 { - padding-left: 0.375rem; - padding-right: 0.375rem; - } - - .\32xl\:py-2\.5 { - padding-top: 0.625rem; - padding-bottom: 0.625rem; - } - - .\32xl\:px-2\.5 { - padding-left: 0.625rem; - padding-right: 0.625rem; - } - - .\32xl\:py-3\.5 { - padding-top: 0.875rem; - padding-bottom: 0.875rem; - } - - .\32xl\:px-3\.5 { - padding-left: 0.875rem; - padding-right: 0.875rem; - } - - .\32xl\:pt-0 { - padding-top: 0px; - } - - .\32xl\:pr-0 { - padding-right: 0px; - } - - .\32xl\:pb-0 { - padding-bottom: 0px; - } - - .\32xl\:pl-0 { - padding-left: 0px; - } - - .\32xl\:pt-1 { - padding-top: 0.25rem; - } - - .\32xl\:pr-1 { - padding-right: 0.25rem; - } - - .\32xl\:pb-1 { - padding-bottom: 0.25rem; - } - - .\32xl\:pl-1 { - padding-left: 0.25rem; - } - - .\32xl\:pt-2 { - padding-top: 0.5rem; - } - - .\32xl\:pr-2 { - padding-right: 0.5rem; - } - - .\32xl\:pb-2 { - padding-bottom: 0.5rem; - } - - .\32xl\:pl-2 { - padding-left: 0.5rem; - } - - .\32xl\:pt-3 { - padding-top: 0.75rem; - } - - .\32xl\:pr-3 { - padding-right: 0.75rem; - } - - .\32xl\:pb-3 { - padding-bottom: 0.75rem; - } - - .\32xl\:pl-3 { - padding-left: 0.75rem; - } - - .\32xl\:pt-4 { - padding-top: 1rem; - } - - .\32xl\:pr-4 { - padding-right: 1rem; - } - - .\32xl\:pb-4 { - padding-bottom: 1rem; - } - - .\32xl\:pl-4 { - padding-left: 1rem; - } - - .\32xl\:pt-5 { - padding-top: 1.25rem; - } - - .\32xl\:pr-5 { - padding-right: 1.25rem; - } - - .\32xl\:pb-5 { - padding-bottom: 1.25rem; - } - - .\32xl\:pl-5 { - padding-left: 1.25rem; - } - - .\32xl\:pt-6 { - padding-top: 1.5rem; - } - - .\32xl\:pr-6 { - padding-right: 1.5rem; - } - - .\32xl\:pb-6 { - padding-bottom: 1.5rem; - } - - .\32xl\:pl-6 { - padding-left: 1.5rem; - } - - .\32xl\:pt-7 { - padding-top: 1.75rem; - } - - .\32xl\:pr-7 { - padding-right: 1.75rem; - } - - .\32xl\:pb-7 { - padding-bottom: 1.75rem; - } - - .\32xl\:pl-7 { - padding-left: 1.75rem; - } - - .\32xl\:pt-8 { - padding-top: 2rem; - } - - .\32xl\:pr-8 { - padding-right: 2rem; - } - - .\32xl\:pb-8 { - padding-bottom: 2rem; - } - - .\32xl\:pl-8 { - padding-left: 2rem; - } - - .\32xl\:pt-9 { - padding-top: 2.25rem; - } - - .\32xl\:pr-9 { - padding-right: 2.25rem; - } - - .\32xl\:pb-9 { - padding-bottom: 2.25rem; - } - - .\32xl\:pl-9 { - padding-left: 2.25rem; - } - - .\32xl\:pt-10 { - padding-top: 2.5rem; - } - - .\32xl\:pr-10 { - padding-right: 2.5rem; - } - - .\32xl\:pb-10 { - padding-bottom: 2.5rem; - } - - .\32xl\:pl-10 { - padding-left: 2.5rem; - } - - .\32xl\:pt-11 { - padding-top: 2.75rem; - } - - .\32xl\:pr-11 { - padding-right: 2.75rem; - } - - .\32xl\:pb-11 { - padding-bottom: 2.75rem; - } - - .\32xl\:pl-11 { - padding-left: 2.75rem; - } - - .\32xl\:pt-12 { - padding-top: 3rem; - } - - .\32xl\:pr-12 { - padding-right: 3rem; - } - - .\32xl\:pb-12 { - padding-bottom: 3rem; - } - - .\32xl\:pl-12 { - padding-left: 3rem; - } - - .\32xl\:pt-14 { - padding-top: 3.5rem; - } - - .\32xl\:pr-14 { - padding-right: 3.5rem; - } - - .\32xl\:pb-14 { - padding-bottom: 3.5rem; - } - - .\32xl\:pl-14 { - padding-left: 3.5rem; - } - - .\32xl\:pt-16 { - padding-top: 4rem; - } - - .\32xl\:pr-16 { - padding-right: 4rem; - } - - .\32xl\:pb-16 { - padding-bottom: 4rem; - } - - .\32xl\:pl-16 { - padding-left: 4rem; - } - - .\32xl\:pt-20 { - padding-top: 5rem; - } - - .\32xl\:pr-20 { - padding-right: 5rem; - } - - .\32xl\:pb-20 { - padding-bottom: 5rem; - } - - .\32xl\:pl-20 { - padding-left: 5rem; - } - - .\32xl\:pt-22 { - padding-top: 5.625rem; - } - - .\32xl\:pr-22 { - padding-right: 5.625rem; - } - - .\32xl\:pb-22 { - padding-bottom: 5.625rem; - } - - .\32xl\:pl-22 { - padding-left: 5.625rem; - } - - .\32xl\:pt-24 { - padding-top: 6rem; - } - - .\32xl\:pr-24 { - padding-right: 6rem; - } - - .\32xl\:pb-24 { - padding-bottom: 6rem; - } - - .\32xl\:pl-24 { - padding-left: 6rem; - } - - .\32xl\:pt-28 { - padding-top: 7rem; - } - - .\32xl\:pr-28 { - padding-right: 7rem; - } - - .\32xl\:pb-28 { - padding-bottom: 7rem; - } - - .\32xl\:pl-28 { - padding-left: 7rem; - } - - .\32xl\:pt-32 { - padding-top: 8rem; - } - - .\32xl\:pr-32 { - padding-right: 8rem; - } - - .\32xl\:pb-32 { - padding-bottom: 8rem; - } - - .\32xl\:pl-32 { - padding-left: 8rem; - } - - .\32xl\:pt-36 { - padding-top: 9rem; - } - - .\32xl\:pr-36 { - padding-right: 9rem; - } - - .\32xl\:pb-36 { - padding-bottom: 9rem; - } - - .\32xl\:pl-36 { - padding-left: 9rem; - } - - .\32xl\:pt-40 { - padding-top: 10rem; - } - - .\32xl\:pr-40 { - padding-right: 10rem; - } - - .\32xl\:pb-40 { - padding-bottom: 10rem; - } - - .\32xl\:pl-40 { - padding-left: 10rem; - } - - .\32xl\:pt-44 { - padding-top: 11rem; - } - - .\32xl\:pr-44 { - padding-right: 11rem; - } - - .\32xl\:pb-44 { - padding-bottom: 11rem; - } - - .\32xl\:pl-44 { - padding-left: 11rem; - } - - .\32xl\:pt-48 { - padding-top: 12rem; - } - - .\32xl\:pr-48 { - padding-right: 12rem; - } - - .\32xl\:pb-48 { - padding-bottom: 12rem; - } - - .\32xl\:pl-48 { - padding-left: 12rem; - } - - .\32xl\:pt-52 { - padding-top: 13rem; - } - - .\32xl\:pr-52 { - padding-right: 13rem; - } - - .\32xl\:pb-52 { - padding-bottom: 13rem; - } - - .\32xl\:pl-52 { - padding-left: 13rem; - } - - .\32xl\:pt-56 { - padding-top: 14rem; - } - - .\32xl\:pr-56 { - padding-right: 14rem; - } - - .\32xl\:pb-56 { - padding-bottom: 14rem; - } - - .\32xl\:pl-56 { - padding-left: 14rem; - } - - .\32xl\:pt-60 { - padding-top: 240px; - } - - .\32xl\:pr-60 { - padding-right: 240px; - } - - .\32xl\:pb-60 { - padding-bottom: 240px; - } - - .\32xl\:pl-60 { - padding-left: 240px; - } - - .\32xl\:pt-64 { - padding-top: 16rem; - } - - .\32xl\:pr-64 { - padding-right: 16rem; - } - - .\32xl\:pb-64 { - padding-bottom: 16rem; - } - - .\32xl\:pl-64 { - padding-left: 16rem; - } - - .\32xl\:pt-72 { - padding-top: 18rem; - } - - .\32xl\:pr-72 { - padding-right: 18rem; - } - - .\32xl\:pb-72 { - padding-bottom: 18rem; - } - - .\32xl\:pl-72 { - padding-left: 18rem; - } - - .\32xl\:pt-80 { - padding-top: 20rem; - } - - .\32xl\:pr-80 { - padding-right: 20rem; - } - - .\32xl\:pb-80 { - padding-bottom: 20rem; - } - - .\32xl\:pl-80 { - padding-left: 20rem; - } - - .\32xl\:pt-88 { - padding-top: 22rem; - } - - .\32xl\:pr-88 { - padding-right: 22rem; - } - - .\32xl\:pb-88 { - padding-bottom: 22rem; - } - - .\32xl\:pl-88 { - padding-left: 22rem; - } - - .\32xl\:pt-96 { - padding-top: 24rem; - } - - .\32xl\:pr-96 { - padding-right: 24rem; - } - - .\32xl\:pb-96 { - padding-bottom: 24rem; - } - - .\32xl\:pl-96 { - padding-left: 24rem; - } - - .\32xl\:pt-130 { - padding-top: 560px; - } - - .\32xl\:pr-130 { - padding-right: 560px; - } - - .\32xl\:pb-130 { - padding-bottom: 560px; - } - - .\32xl\:pl-130 { - padding-left: 560px; - } - - .\32xl\:pt-px { - padding-top: 1px; - } - - .\32xl\:pr-px { - padding-right: 1px; - } - - .\32xl\:pb-px { - padding-bottom: 1px; - } - - .\32xl\:pl-px { - padding-left: 1px; - } - - .\32xl\:pt-0\.5 { - padding-top: 0.125rem; - } - - .\32xl\:pr-0\.5 { - padding-right: 0.125rem; - } - - .\32xl\:pb-0\.5 { - padding-bottom: 0.125rem; - } - - .\32xl\:pl-0\.5 { - padding-left: 0.125rem; - } - - .\32xl\:pt-1\.5 { - padding-top: 0.375rem; - } - - .\32xl\:pr-1\.5 { - padding-right: 0.375rem; - } - - .\32xl\:pb-1\.5 { - padding-bottom: 0.375rem; - } - - .\32xl\:pl-1\.5 { - padding-left: 0.375rem; - } - - .\32xl\:pt-2\.5 { - padding-top: 0.625rem; - } - - .\32xl\:pr-2\.5 { - padding-right: 0.625rem; - } - - .\32xl\:pb-2\.5 { - padding-bottom: 0.625rem; - } - - .\32xl\:pl-2\.5 { - padding-left: 0.625rem; - } - - .\32xl\:pt-3\.5 { - padding-top: 0.875rem; - } - - .\32xl\:pr-3\.5 { - padding-right: 0.875rem; - } - - .\32xl\:pb-3\.5 { - padding-bottom: 0.875rem; - } - - .\32xl\:pl-3\.5 { - padding-left: 0.875rem; - } - - .\32xl\:placeholder-transparent::-moz-placeholder { - color: transparent; - } - - .\32xl\:placeholder-transparent:-ms-input-placeholder { - color: transparent; - } - - .\32xl\:placeholder-transparent::placeholder { - color: transparent; - } - - .\32xl\:placeholder-current::-moz-placeholder { - color: currentColor; - } - - .\32xl\:placeholder-current:-ms-input-placeholder { - color: currentColor; - } - - .\32xl\:placeholder-current::placeholder { - color: currentColor; - } - - .\32xl\:placeholder-black::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-black:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-black::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-white::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-white:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-white::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-red-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-yellow-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-green-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-blue-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-danger::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-danger:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-danger::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-success::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-success:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-success::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-warning::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-warning:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-warning::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-info::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-info:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-info::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder { - color: transparent; - } - - .\32xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder { - color: transparent; - } - - .\32xl\:focus\:placeholder-transparent:focus::placeholder { - color: transparent; - } - - .\32xl\:focus\:placeholder-current:focus::-moz-placeholder { - color: currentColor; - } - - .\32xl\:focus\:placeholder-current:focus:-ms-input-placeholder { - color: currentColor; - } - - .\32xl\:focus\:placeholder-current:focus::placeholder { - color: currentColor; - } - - .\32xl\:focus\:placeholder-black:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-black:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-black:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-white:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-white:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-white:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-red-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-yellow-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-green-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-blue-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-danger:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-danger:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-danger:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-success:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-success:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-success:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-warning:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-warning:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-warning:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-info:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-info:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-info:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-opacity-0::-moz-placeholder { - --tw-placeholder-opacity: 0; - } - - .\32xl\:placeholder-opacity-0:-ms-input-placeholder { - --tw-placeholder-opacity: 0; - } - - .\32xl\:placeholder-opacity-0::placeholder { - --tw-placeholder-opacity: 0; - } - - .\32xl\:placeholder-opacity-5::-moz-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .\32xl\:placeholder-opacity-5:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .\32xl\:placeholder-opacity-5::placeholder { - --tw-placeholder-opacity: 0.05; - } - - .\32xl\:placeholder-opacity-10::-moz-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .\32xl\:placeholder-opacity-10:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .\32xl\:placeholder-opacity-10::placeholder { - --tw-placeholder-opacity: 0.1; - } - - .\32xl\:placeholder-opacity-20::-moz-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .\32xl\:placeholder-opacity-20:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .\32xl\:placeholder-opacity-20::placeholder { - --tw-placeholder-opacity: 0.2; - } - - .\32xl\:placeholder-opacity-25::-moz-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .\32xl\:placeholder-opacity-25:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .\32xl\:placeholder-opacity-25::placeholder { - --tw-placeholder-opacity: 0.25; - } - - .\32xl\:placeholder-opacity-30::-moz-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .\32xl\:placeholder-opacity-30:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .\32xl\:placeholder-opacity-30::placeholder { - --tw-placeholder-opacity: 0.3; - } - - .\32xl\:placeholder-opacity-40::-moz-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .\32xl\:placeholder-opacity-40:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .\32xl\:placeholder-opacity-40::placeholder { - --tw-placeholder-opacity: 0.4; - } - - .\32xl\:placeholder-opacity-50::-moz-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .\32xl\:placeholder-opacity-50:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .\32xl\:placeholder-opacity-50::placeholder { - --tw-placeholder-opacity: 0.5; - } - - .\32xl\:placeholder-opacity-60::-moz-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .\32xl\:placeholder-opacity-60:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .\32xl\:placeholder-opacity-60::placeholder { - --tw-placeholder-opacity: 0.6; - } - - .\32xl\:placeholder-opacity-70::-moz-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .\32xl\:placeholder-opacity-70:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .\32xl\:placeholder-opacity-70::placeholder { - --tw-placeholder-opacity: 0.7; - } - - .\32xl\:placeholder-opacity-75::-moz-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .\32xl\:placeholder-opacity-75:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .\32xl\:placeholder-opacity-75::placeholder { - --tw-placeholder-opacity: 0.75; - } - - .\32xl\:placeholder-opacity-80::-moz-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .\32xl\:placeholder-opacity-80:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .\32xl\:placeholder-opacity-80::placeholder { - --tw-placeholder-opacity: 0.8; - } - - .\32xl\:placeholder-opacity-90::-moz-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .\32xl\:placeholder-opacity-90:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .\32xl\:placeholder-opacity-90::placeholder { - --tw-placeholder-opacity: 0.9; - } - - .\32xl\:placeholder-opacity-95::-moz-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .\32xl\:placeholder-opacity-95:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .\32xl\:placeholder-opacity-95::placeholder { - --tw-placeholder-opacity: 0.95; - } - - .\32xl\:placeholder-opacity-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - } - - .\32xl\:placeholder-opacity-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - } - - .\32xl\:placeholder-opacity-100::placeholder { - --tw-placeholder-opacity: 1; - } - - .\32xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder { - --tw-placeholder-opacity: 0; - } - - .\32xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0; - } - - .\32xl\:focus\:placeholder-opacity-0:focus::placeholder { - --tw-placeholder-opacity: 0; - } - - .\32xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .\32xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .\32xl\:focus\:placeholder-opacity-5:focus::placeholder { - --tw-placeholder-opacity: 0.05; - } - - .\32xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .\32xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .\32xl\:focus\:placeholder-opacity-10:focus::placeholder { - --tw-placeholder-opacity: 0.1; - } - - .\32xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .\32xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .\32xl\:focus\:placeholder-opacity-20:focus::placeholder { - --tw-placeholder-opacity: 0.2; - } - - .\32xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .\32xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .\32xl\:focus\:placeholder-opacity-25:focus::placeholder { - --tw-placeholder-opacity: 0.25; - } - - .\32xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .\32xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .\32xl\:focus\:placeholder-opacity-30:focus::placeholder { - --tw-placeholder-opacity: 0.3; - } - - .\32xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .\32xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .\32xl\:focus\:placeholder-opacity-40:focus::placeholder { - --tw-placeholder-opacity: 0.4; - } - - .\32xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .\32xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .\32xl\:focus\:placeholder-opacity-50:focus::placeholder { - --tw-placeholder-opacity: 0.5; - } - - .\32xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .\32xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .\32xl\:focus\:placeholder-opacity-60:focus::placeholder { - --tw-placeholder-opacity: 0.6; - } - - .\32xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .\32xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .\32xl\:focus\:placeholder-opacity-70:focus::placeholder { - --tw-placeholder-opacity: 0.7; - } - - .\32xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .\32xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .\32xl\:focus\:placeholder-opacity-75:focus::placeholder { - --tw-placeholder-opacity: 0.75; - } - - .\32xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .\32xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .\32xl\:focus\:placeholder-opacity-80:focus::placeholder { - --tw-placeholder-opacity: 0.8; - } - - .\32xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .\32xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .\32xl\:focus\:placeholder-opacity-90:focus::placeholder { - --tw-placeholder-opacity: 0.9; - } - - .\32xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .\32xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .\32xl\:focus\:placeholder-opacity-95:focus::placeholder { - --tw-placeholder-opacity: 0.95; - } - - .\32xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - } - - .\32xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - } - - .\32xl\:focus\:placeholder-opacity-100:focus::placeholder { - --tw-placeholder-opacity: 1; - } - - .\32xl\:pointer-events-none { - pointer-events: none; - } - - .\32xl\:pointer-events-auto { - pointer-events: auto; - } - - .\32xl\:static { - position: static; - } - - .\32xl\:fixed { - position: fixed; - } - - .\32xl\:absolute { - position: absolute; - } - - .\32xl\:relative { - position: relative; - } - - .\32xl\:sticky { - position: -webkit-sticky; - position: sticky; - } - - .\32xl\:inset-0 { - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - } - - .\32xl\:inset-1 { - top: 0.25rem; - right: 0.25rem; - bottom: 0.25rem; - left: 0.25rem; - } - - .\32xl\:inset-2 { - top: 0.5rem; - right: 0.5rem; - bottom: 0.5rem; - left: 0.5rem; - } - - .\32xl\:inset-3 { - top: 0.75rem; - right: 0.75rem; - bottom: 0.75rem; - left: 0.75rem; - } - - .\32xl\:inset-4 { - top: 1rem; - right: 1rem; - bottom: 1rem; - left: 1rem; - } - - .\32xl\:inset-5 { - top: 1.25rem; - right: 1.25rem; - bottom: 1.25rem; - left: 1.25rem; - } - - .\32xl\:inset-6 { - top: 1.5rem; - right: 1.5rem; - bottom: 1.5rem; - left: 1.5rem; - } - - .\32xl\:inset-7 { - top: 1.75rem; - right: 1.75rem; - bottom: 1.75rem; - left: 1.75rem; - } - - .\32xl\:inset-8 { - top: 2rem; - right: 2rem; - bottom: 2rem; - left: 2rem; - } - - .\32xl\:inset-9 { - top: 2.25rem; - right: 2.25rem; - bottom: 2.25rem; - left: 2.25rem; - } - - .\32xl\:inset-10 { - top: 2.5rem; - right: 2.5rem; - bottom: 2.5rem; - left: 2.5rem; - } - - .\32xl\:inset-11 { - top: 2.75rem; - right: 2.75rem; - bottom: 2.75rem; - left: 2.75rem; - } - - .\32xl\:inset-12 { - top: 3rem; - right: 3rem; - bottom: 3rem; - left: 3rem; - } - - .\32xl\:inset-14 { - top: 3.5rem; - right: 3.5rem; - bottom: 3.5rem; - left: 3.5rem; - } - - .\32xl\:inset-16 { - top: 4rem; - right: 4rem; - bottom: 4rem; - left: 4rem; - } - - .\32xl\:inset-20 { - top: 5rem; - right: 5rem; - bottom: 5rem; - left: 5rem; - } - - .\32xl\:inset-22 { - top: 5.625rem; - right: 5.625rem; - bottom: 5.625rem; - left: 5.625rem; - } - - .\32xl\:inset-24 { - top: 6rem; - right: 6rem; - bottom: 6rem; - left: 6rem; - } - - .\32xl\:inset-28 { - top: 7rem; - right: 7rem; - bottom: 7rem; - left: 7rem; - } - - .\32xl\:inset-32 { - top: 8rem; - right: 8rem; - bottom: 8rem; - left: 8rem; - } - - .\32xl\:inset-36 { - top: 9rem; - right: 9rem; - bottom: 9rem; - left: 9rem; - } - - .\32xl\:inset-40 { - top: 10rem; - right: 10rem; - bottom: 10rem; - left: 10rem; - } - - .\32xl\:inset-44 { - top: 11rem; - right: 11rem; - bottom: 11rem; - left: 11rem; - } - - .\32xl\:inset-48 { - top: 12rem; - right: 12rem; - bottom: 12rem; - left: 12rem; - } - - .\32xl\:inset-52 { - top: 13rem; - right: 13rem; - bottom: 13rem; - left: 13rem; - } - - .\32xl\:inset-56 { - top: 14rem; - right: 14rem; - bottom: 14rem; - left: 14rem; - } - - .\32xl\:inset-60 { - top: 240px; - right: 240px; - bottom: 240px; - left: 240px; - } - - .\32xl\:inset-64 { - top: 16rem; - right: 16rem; - bottom: 16rem; - left: 16rem; - } - - .\32xl\:inset-72 { - top: 18rem; - right: 18rem; - bottom: 18rem; - left: 18rem; - } - - .\32xl\:inset-80 { - top: 20rem; - right: 20rem; - bottom: 20rem; - left: 20rem; - } - - .\32xl\:inset-88 { - top: 22rem; - right: 22rem; - bottom: 22rem; - left: 22rem; - } - - .\32xl\:inset-96 { - top: 24rem; - right: 24rem; - bottom: 24rem; - left: 24rem; - } - - .\32xl\:inset-130 { - top: 560px; - right: 560px; - bottom: 560px; - left: 560px; - } - - .\32xl\:inset-auto { - top: auto; - right: auto; - bottom: auto; - left: auto; - } - - .\32xl\:inset-px { - top: 1px; - right: 1px; - bottom: 1px; - left: 1px; - } - - .\32xl\:inset-0\.5 { - top: 0.125rem; - right: 0.125rem; - bottom: 0.125rem; - left: 0.125rem; - } - - .\32xl\:inset-1\.5 { - top: 0.375rem; - right: 0.375rem; - bottom: 0.375rem; - left: 0.375rem; - } - - .\32xl\:inset-2\.5 { - top: 0.625rem; - right: 0.625rem; - bottom: 0.625rem; - left: 0.625rem; - } - - .\32xl\:inset-3\.5 { - top: 0.875rem; - right: 0.875rem; - bottom: 0.875rem; - left: 0.875rem; - } - - .\32xl\:-inset-0 { - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - } - - .\32xl\:-inset-1 { - top: -0.25rem; - right: -0.25rem; - bottom: -0.25rem; - left: -0.25rem; - } - - .\32xl\:-inset-2 { - top: -0.5rem; - right: -0.5rem; - bottom: -0.5rem; - left: -0.5rem; - } - - .\32xl\:-inset-3 { - top: -0.75rem; - right: -0.75rem; - bottom: -0.75rem; - left: -0.75rem; - } - - .\32xl\:-inset-4 { - top: -1rem; - right: -1rem; - bottom: -1rem; - left: -1rem; - } - - .\32xl\:-inset-5 { - top: -1.25rem; - right: -1.25rem; - bottom: -1.25rem; - left: -1.25rem; - } - - .\32xl\:-inset-6 { - top: -1.5rem; - right: -1.5rem; - bottom: -1.5rem; - left: -1.5rem; - } - - .\32xl\:-inset-7 { - top: -1.75rem; - right: -1.75rem; - bottom: -1.75rem; - left: -1.75rem; - } - - .\32xl\:-inset-8 { - top: -2rem; - right: -2rem; - bottom: -2rem; - left: -2rem; - } - - .\32xl\:-inset-9 { - top: -2.25rem; - right: -2.25rem; - bottom: -2.25rem; - left: -2.25rem; - } - - .\32xl\:-inset-10 { - top: -2.5rem; - right: -2.5rem; - bottom: -2.5rem; - left: -2.5rem; - } - - .\32xl\:-inset-11 { - top: -2.75rem; - right: -2.75rem; - bottom: -2.75rem; - left: -2.75rem; - } - - .\32xl\:-inset-12 { - top: -3rem; - right: -3rem; - bottom: -3rem; - left: -3rem; - } - - .\32xl\:-inset-14 { - top: -3.5rem; - right: -3.5rem; - bottom: -3.5rem; - left: -3.5rem; - } - - .\32xl\:-inset-16 { - top: -4rem; - right: -4rem; - bottom: -4rem; - left: -4rem; - } - - .\32xl\:-inset-20 { - top: -5rem; - right: -5rem; - bottom: -5rem; - left: -5rem; - } - - .\32xl\:-inset-22 { - top: -5.625rem; - right: -5.625rem; - bottom: -5.625rem; - left: -5.625rem; - } - - .\32xl\:-inset-24 { - top: -6rem; - right: -6rem; - bottom: -6rem; - left: -6rem; - } - - .\32xl\:-inset-28 { - top: -7rem; - right: -7rem; - bottom: -7rem; - left: -7rem; - } - - .\32xl\:-inset-32 { - top: -8rem; - right: -8rem; - bottom: -8rem; - left: -8rem; - } - - .\32xl\:-inset-36 { - top: -9rem; - right: -9rem; - bottom: -9rem; - left: -9rem; - } - - .\32xl\:-inset-40 { - top: -10rem; - right: -10rem; - bottom: -10rem; - left: -10rem; - } - - .\32xl\:-inset-44 { - top: -11rem; - right: -11rem; - bottom: -11rem; - left: -11rem; - } - - .\32xl\:-inset-48 { - top: -12rem; - right: -12rem; - bottom: -12rem; - left: -12rem; - } - - .\32xl\:-inset-52 { - top: -13rem; - right: -13rem; - bottom: -13rem; - left: -13rem; - } - - .\32xl\:-inset-56 { - top: -14rem; - right: -14rem; - bottom: -14rem; - left: -14rem; - } - - .\32xl\:-inset-60 { - top: -240px; - right: -240px; - bottom: -240px; - left: -240px; - } - - .\32xl\:-inset-64 { - top: -16rem; - right: -16rem; - bottom: -16rem; - left: -16rem; - } - - .\32xl\:-inset-72 { - top: -18rem; - right: -18rem; - bottom: -18rem; - left: -18rem; - } - - .\32xl\:-inset-80 { - top: -20rem; - right: -20rem; - bottom: -20rem; - left: -20rem; - } - - .\32xl\:-inset-88 { - top: -22rem; - right: -22rem; - bottom: -22rem; - left: -22rem; - } - - .\32xl\:-inset-96 { - top: -24rem; - right: -24rem; - bottom: -24rem; - left: -24rem; - } - - .\32xl\:-inset-130 { - top: -560px; - right: -560px; - bottom: -560px; - left: -560px; - } - - .\32xl\:-inset-px { - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; - } - - .\32xl\:-inset-0\.5 { - top: -0.125rem; - right: -0.125rem; - bottom: -0.125rem; - left: -0.125rem; - } - - .\32xl\:-inset-1\.5 { - top: -0.375rem; - right: -0.375rem; - bottom: -0.375rem; - left: -0.375rem; - } - - .\32xl\:-inset-2\.5 { - top: -0.625rem; - right: -0.625rem; - bottom: -0.625rem; - left: -0.625rem; - } - - .\32xl\:-inset-3\.5 { - top: -0.875rem; - right: -0.875rem; - bottom: -0.875rem; - left: -0.875rem; - } - - .\32xl\:inset-1\/2 { - top: 50%; - right: 50%; - bottom: 50%; - left: 50%; - } - - .\32xl\:inset-1\/3 { - top: 33.333333%; - right: 33.333333%; - bottom: 33.333333%; - left: 33.333333%; - } - - .\32xl\:inset-2\/3 { - top: 66.666667%; - right: 66.666667%; - bottom: 66.666667%; - left: 66.666667%; - } - - .\32xl\:inset-1\/4 { - top: 25%; - right: 25%; - bottom: 25%; - left: 25%; - } - - .\32xl\:inset-2\/4 { - top: 50%; - right: 50%; - bottom: 50%; - left: 50%; - } - - .\32xl\:inset-3\/4 { - top: 75%; - right: 75%; - bottom: 75%; - left: 75%; - } - - .\32xl\:inset-full { - top: 100%; - right: 100%; - bottom: 100%; - left: 100%; - } - - .\32xl\:-inset-1\/2 { - top: -50%; - right: -50%; - bottom: -50%; - left: -50%; - } - - .\32xl\:-inset-1\/3 { - top: -33.333333%; - right: -33.333333%; - bottom: -33.333333%; - left: -33.333333%; - } - - .\32xl\:-inset-2\/3 { - top: -66.666667%; - right: -66.666667%; - bottom: -66.666667%; - left: -66.666667%; - } - - .\32xl\:-inset-1\/4 { - top: -25%; - right: -25%; - bottom: -25%; - left: -25%; - } - - .\32xl\:-inset-2\/4 { - top: -50%; - right: -50%; - bottom: -50%; - left: -50%; - } - - .\32xl\:-inset-3\/4 { - top: -75%; - right: -75%; - bottom: -75%; - left: -75%; - } - - .\32xl\:-inset-full { - top: -100%; - right: -100%; - bottom: -100%; - left: -100%; - } - - .\32xl\:inset-y-0 { - top: 0px; - bottom: 0px; - } - - .\32xl\:inset-x-0 { - right: 0px; - left: 0px; - } - - .\32xl\:inset-y-1 { - top: 0.25rem; - bottom: 0.25rem; - } - - .\32xl\:inset-x-1 { - right: 0.25rem; - left: 0.25rem; - } - - .\32xl\:inset-y-2 { - top: 0.5rem; - bottom: 0.5rem; - } - - .\32xl\:inset-x-2 { - right: 0.5rem; - left: 0.5rem; - } - - .\32xl\:inset-y-3 { - top: 0.75rem; - bottom: 0.75rem; - } - - .\32xl\:inset-x-3 { - right: 0.75rem; - left: 0.75rem; - } - - .\32xl\:inset-y-4 { - top: 1rem; - bottom: 1rem; - } - - .\32xl\:inset-x-4 { - right: 1rem; - left: 1rem; - } - - .\32xl\:inset-y-5 { - top: 1.25rem; - bottom: 1.25rem; - } - - .\32xl\:inset-x-5 { - right: 1.25rem; - left: 1.25rem; - } - - .\32xl\:inset-y-6 { - top: 1.5rem; - bottom: 1.5rem; - } - - .\32xl\:inset-x-6 { - right: 1.5rem; - left: 1.5rem; - } - - .\32xl\:inset-y-7 { - top: 1.75rem; - bottom: 1.75rem; - } - - .\32xl\:inset-x-7 { - right: 1.75rem; - left: 1.75rem; - } - - .\32xl\:inset-y-8 { - top: 2rem; - bottom: 2rem; - } - - .\32xl\:inset-x-8 { - right: 2rem; - left: 2rem; - } - - .\32xl\:inset-y-9 { - top: 2.25rem; - bottom: 2.25rem; - } - - .\32xl\:inset-x-9 { - right: 2.25rem; - left: 2.25rem; - } - - .\32xl\:inset-y-10 { - top: 2.5rem; - bottom: 2.5rem; - } - - .\32xl\:inset-x-10 { - right: 2.5rem; - left: 2.5rem; - } - - .\32xl\:inset-y-11 { - top: 2.75rem; - bottom: 2.75rem; - } - - .\32xl\:inset-x-11 { - right: 2.75rem; - left: 2.75rem; - } - - .\32xl\:inset-y-12 { - top: 3rem; - bottom: 3rem; - } - - .\32xl\:inset-x-12 { - right: 3rem; - left: 3rem; - } - - .\32xl\:inset-y-14 { - top: 3.5rem; - bottom: 3.5rem; - } - - .\32xl\:inset-x-14 { - right: 3.5rem; - left: 3.5rem; - } - - .\32xl\:inset-y-16 { - top: 4rem; - bottom: 4rem; - } - - .\32xl\:inset-x-16 { - right: 4rem; - left: 4rem; - } - - .\32xl\:inset-y-20 { - top: 5rem; - bottom: 5rem; - } - - .\32xl\:inset-x-20 { - right: 5rem; - left: 5rem; - } - - .\32xl\:inset-y-22 { - top: 5.625rem; - bottom: 5.625rem; - } - - .\32xl\:inset-x-22 { - right: 5.625rem; - left: 5.625rem; - } - - .\32xl\:inset-y-24 { - top: 6rem; - bottom: 6rem; - } - - .\32xl\:inset-x-24 { - right: 6rem; - left: 6rem; - } - - .\32xl\:inset-y-28 { - top: 7rem; - bottom: 7rem; - } - - .\32xl\:inset-x-28 { - right: 7rem; - left: 7rem; - } - - .\32xl\:inset-y-32 { - top: 8rem; - bottom: 8rem; - } - - .\32xl\:inset-x-32 { - right: 8rem; - left: 8rem; - } - - .\32xl\:inset-y-36 { - top: 9rem; - bottom: 9rem; - } - - .\32xl\:inset-x-36 { - right: 9rem; - left: 9rem; - } - - .\32xl\:inset-y-40 { - top: 10rem; - bottom: 10rem; - } - - .\32xl\:inset-x-40 { - right: 10rem; - left: 10rem; - } - - .\32xl\:inset-y-44 { - top: 11rem; - bottom: 11rem; - } - - .\32xl\:inset-x-44 { - right: 11rem; - left: 11rem; - } - - .\32xl\:inset-y-48 { - top: 12rem; - bottom: 12rem; - } - - .\32xl\:inset-x-48 { - right: 12rem; - left: 12rem; - } - - .\32xl\:inset-y-52 { - top: 13rem; - bottom: 13rem; - } - - .\32xl\:inset-x-52 { - right: 13rem; - left: 13rem; - } - - .\32xl\:inset-y-56 { - top: 14rem; - bottom: 14rem; - } - - .\32xl\:inset-x-56 { - right: 14rem; - left: 14rem; - } - - .\32xl\:inset-y-60 { - top: 240px; - bottom: 240px; - } - - .\32xl\:inset-x-60 { - right: 240px; - left: 240px; - } - - .\32xl\:inset-y-64 { - top: 16rem; - bottom: 16rem; - } - - .\32xl\:inset-x-64 { - right: 16rem; - left: 16rem; - } - - .\32xl\:inset-y-72 { - top: 18rem; - bottom: 18rem; - } - - .\32xl\:inset-x-72 { - right: 18rem; - left: 18rem; - } - - .\32xl\:inset-y-80 { - top: 20rem; - bottom: 20rem; - } - - .\32xl\:inset-x-80 { - right: 20rem; - left: 20rem; - } - - .\32xl\:inset-y-88 { - top: 22rem; - bottom: 22rem; - } - - .\32xl\:inset-x-88 { - right: 22rem; - left: 22rem; - } - - .\32xl\:inset-y-96 { - top: 24rem; - bottom: 24rem; - } - - .\32xl\:inset-x-96 { - right: 24rem; - left: 24rem; - } - - .\32xl\:inset-y-130 { - top: 560px; - bottom: 560px; - } - - .\32xl\:inset-x-130 { - right: 560px; - left: 560px; - } - - .\32xl\:inset-y-auto { - top: auto; - bottom: auto; - } - - .\32xl\:inset-x-auto { - right: auto; - left: auto; - } - - .\32xl\:inset-y-px { - top: 1px; - bottom: 1px; - } - - .\32xl\:inset-x-px { - right: 1px; - left: 1px; - } - - .\32xl\:inset-y-0\.5 { - top: 0.125rem; - bottom: 0.125rem; - } - - .\32xl\:inset-x-0\.5 { - right: 0.125rem; - left: 0.125rem; - } - - .\32xl\:inset-y-1\.5 { - top: 0.375rem; - bottom: 0.375rem; - } - - .\32xl\:inset-x-1\.5 { - right: 0.375rem; - left: 0.375rem; - } - - .\32xl\:inset-y-2\.5 { - top: 0.625rem; - bottom: 0.625rem; - } - - .\32xl\:inset-x-2\.5 { - right: 0.625rem; - left: 0.625rem; - } - - .\32xl\:inset-y-3\.5 { - top: 0.875rem; - bottom: 0.875rem; - } - - .\32xl\:inset-x-3\.5 { - right: 0.875rem; - left: 0.875rem; - } - - .\32xl\:-inset-y-0 { - top: 0px; - bottom: 0px; - } - - .\32xl\:-inset-x-0 { - right: 0px; - left: 0px; - } - - .\32xl\:-inset-y-1 { - top: -0.25rem; - bottom: -0.25rem; - } - - .\32xl\:-inset-x-1 { - right: -0.25rem; - left: -0.25rem; - } - - .\32xl\:-inset-y-2 { - top: -0.5rem; - bottom: -0.5rem; - } - - .\32xl\:-inset-x-2 { - right: -0.5rem; - left: -0.5rem; - } - - .\32xl\:-inset-y-3 { - top: -0.75rem; - bottom: -0.75rem; - } - - .\32xl\:-inset-x-3 { - right: -0.75rem; - left: -0.75rem; - } - - .\32xl\:-inset-y-4 { - top: -1rem; - bottom: -1rem; - } - - .\32xl\:-inset-x-4 { - right: -1rem; - left: -1rem; - } - - .\32xl\:-inset-y-5 { - top: -1.25rem; - bottom: -1.25rem; - } - - .\32xl\:-inset-x-5 { - right: -1.25rem; - left: -1.25rem; - } - - .\32xl\:-inset-y-6 { - top: -1.5rem; - bottom: -1.5rem; - } - - .\32xl\:-inset-x-6 { - right: -1.5rem; - left: -1.5rem; - } - - .\32xl\:-inset-y-7 { - top: -1.75rem; - bottom: -1.75rem; - } - - .\32xl\:-inset-x-7 { - right: -1.75rem; - left: -1.75rem; - } - - .\32xl\:-inset-y-8 { - top: -2rem; - bottom: -2rem; - } - - .\32xl\:-inset-x-8 { - right: -2rem; - left: -2rem; - } - - .\32xl\:-inset-y-9 { - top: -2.25rem; - bottom: -2.25rem; - } - - .\32xl\:-inset-x-9 { - right: -2.25rem; - left: -2.25rem; - } - - .\32xl\:-inset-y-10 { - top: -2.5rem; - bottom: -2.5rem; - } - - .\32xl\:-inset-x-10 { - right: -2.5rem; - left: -2.5rem; - } - - .\32xl\:-inset-y-11 { - top: -2.75rem; - bottom: -2.75rem; - } - - .\32xl\:-inset-x-11 { - right: -2.75rem; - left: -2.75rem; - } - - .\32xl\:-inset-y-12 { - top: -3rem; - bottom: -3rem; - } - - .\32xl\:-inset-x-12 { - right: -3rem; - left: -3rem; - } - - .\32xl\:-inset-y-14 { - top: -3.5rem; - bottom: -3.5rem; - } - - .\32xl\:-inset-x-14 { - right: -3.5rem; - left: -3.5rem; - } - - .\32xl\:-inset-y-16 { - top: -4rem; - bottom: -4rem; - } - - .\32xl\:-inset-x-16 { - right: -4rem; - left: -4rem; - } - - .\32xl\:-inset-y-20 { - top: -5rem; - bottom: -5rem; - } - - .\32xl\:-inset-x-20 { - right: -5rem; - left: -5rem; - } - - .\32xl\:-inset-y-22 { - top: -5.625rem; - bottom: -5.625rem; - } - - .\32xl\:-inset-x-22 { - right: -5.625rem; - left: -5.625rem; - } - - .\32xl\:-inset-y-24 { - top: -6rem; - bottom: -6rem; - } - - .\32xl\:-inset-x-24 { - right: -6rem; - left: -6rem; - } - - .\32xl\:-inset-y-28 { - top: -7rem; - bottom: -7rem; - } - - .\32xl\:-inset-x-28 { - right: -7rem; - left: -7rem; - } - - .\32xl\:-inset-y-32 { - top: -8rem; - bottom: -8rem; - } - - .\32xl\:-inset-x-32 { - right: -8rem; - left: -8rem; - } - - .\32xl\:-inset-y-36 { - top: -9rem; - bottom: -9rem; - } - - .\32xl\:-inset-x-36 { - right: -9rem; - left: -9rem; - } - - .\32xl\:-inset-y-40 { - top: -10rem; - bottom: -10rem; - } - - .\32xl\:-inset-x-40 { - right: -10rem; - left: -10rem; - } - - .\32xl\:-inset-y-44 { - top: -11rem; - bottom: -11rem; - } - - .\32xl\:-inset-x-44 { - right: -11rem; - left: -11rem; - } - - .\32xl\:-inset-y-48 { - top: -12rem; - bottom: -12rem; - } - - .\32xl\:-inset-x-48 { - right: -12rem; - left: -12rem; - } - - .\32xl\:-inset-y-52 { - top: -13rem; - bottom: -13rem; - } - - .\32xl\:-inset-x-52 { - right: -13rem; - left: -13rem; - } - - .\32xl\:-inset-y-56 { - top: -14rem; - bottom: -14rem; - } - - .\32xl\:-inset-x-56 { - right: -14rem; - left: -14rem; - } - - .\32xl\:-inset-y-60 { - top: -240px; - bottom: -240px; - } - - .\32xl\:-inset-x-60 { - right: -240px; - left: -240px; - } - - .\32xl\:-inset-y-64 { - top: -16rem; - bottom: -16rem; - } - - .\32xl\:-inset-x-64 { - right: -16rem; - left: -16rem; - } - - .\32xl\:-inset-y-72 { - top: -18rem; - bottom: -18rem; - } - - .\32xl\:-inset-x-72 { - right: -18rem; - left: -18rem; - } - - .\32xl\:-inset-y-80 { - top: -20rem; - bottom: -20rem; - } - - .\32xl\:-inset-x-80 { - right: -20rem; - left: -20rem; - } - - .\32xl\:-inset-y-88 { - top: -22rem; - bottom: -22rem; - } - - .\32xl\:-inset-x-88 { - right: -22rem; - left: -22rem; - } - - .\32xl\:-inset-y-96 { - top: -24rem; - bottom: -24rem; - } - - .\32xl\:-inset-x-96 { - right: -24rem; - left: -24rem; - } - - .\32xl\:-inset-y-130 { - top: -560px; - bottom: -560px; - } - - .\32xl\:-inset-x-130 { - right: -560px; - left: -560px; - } - - .\32xl\:-inset-y-px { - top: -1px; - bottom: -1px; - } - - .\32xl\:-inset-x-px { - right: -1px; - left: -1px; - } - - .\32xl\:-inset-y-0\.5 { - top: -0.125rem; - bottom: -0.125rem; - } - - .\32xl\:-inset-x-0\.5 { - right: -0.125rem; - left: -0.125rem; - } - - .\32xl\:-inset-y-1\.5 { - top: -0.375rem; - bottom: -0.375rem; - } - - .\32xl\:-inset-x-1\.5 { - right: -0.375rem; - left: -0.375rem; - } - - .\32xl\:-inset-y-2\.5 { - top: -0.625rem; - bottom: -0.625rem; - } - - .\32xl\:-inset-x-2\.5 { - right: -0.625rem; - left: -0.625rem; - } - - .\32xl\:-inset-y-3\.5 { - top: -0.875rem; - bottom: -0.875rem; - } - - .\32xl\:-inset-x-3\.5 { - right: -0.875rem; - left: -0.875rem; - } - - .\32xl\:inset-y-1\/2 { - top: 50%; - bottom: 50%; - } - - .\32xl\:inset-x-1\/2 { - right: 50%; - left: 50%; - } - - .\32xl\:inset-y-1\/3 { - top: 33.333333%; - bottom: 33.333333%; - } - - .\32xl\:inset-x-1\/3 { - right: 33.333333%; - left: 33.333333%; - } - - .\32xl\:inset-y-2\/3 { - top: 66.666667%; - bottom: 66.666667%; - } - - .\32xl\:inset-x-2\/3 { - right: 66.666667%; - left: 66.666667%; - } - - .\32xl\:inset-y-1\/4 { - top: 25%; - bottom: 25%; - } - - .\32xl\:inset-x-1\/4 { - right: 25%; - left: 25%; - } - - .\32xl\:inset-y-2\/4 { - top: 50%; - bottom: 50%; - } - - .\32xl\:inset-x-2\/4 { - right: 50%; - left: 50%; - } - - .\32xl\:inset-y-3\/4 { - top: 75%; - bottom: 75%; - } - - .\32xl\:inset-x-3\/4 { - right: 75%; - left: 75%; - } - - .\32xl\:inset-y-full { - top: 100%; - bottom: 100%; - } - - .\32xl\:inset-x-full { - right: 100%; - left: 100%; - } - - .\32xl\:-inset-y-1\/2 { - top: -50%; - bottom: -50%; - } - - .\32xl\:-inset-x-1\/2 { - right: -50%; - left: -50%; - } - - .\32xl\:-inset-y-1\/3 { - top: -33.333333%; - bottom: -33.333333%; - } - - .\32xl\:-inset-x-1\/3 { - right: -33.333333%; - left: -33.333333%; - } - - .\32xl\:-inset-y-2\/3 { - top: -66.666667%; - bottom: -66.666667%; - } - - .\32xl\:-inset-x-2\/3 { - right: -66.666667%; - left: -66.666667%; - } - - .\32xl\:-inset-y-1\/4 { - top: -25%; - bottom: -25%; - } - - .\32xl\:-inset-x-1\/4 { - right: -25%; - left: -25%; - } - - .\32xl\:-inset-y-2\/4 { - top: -50%; - bottom: -50%; - } - - .\32xl\:-inset-x-2\/4 { - right: -50%; - left: -50%; - } - - .\32xl\:-inset-y-3\/4 { - top: -75%; - bottom: -75%; - } - - .\32xl\:-inset-x-3\/4 { - right: -75%; - left: -75%; - } - - .\32xl\:-inset-y-full { - top: -100%; - bottom: -100%; - } - - .\32xl\:-inset-x-full { - right: -100%; - left: -100%; - } - - .\32xl\:top-0 { - top: 0px; - } - - .\32xl\:right-0 { - right: 0px; - } - - .\32xl\:bottom-0 { - bottom: 0px; - } - - .\32xl\:left-0 { - left: 0px; - } - - .\32xl\:top-1 { - top: 0.25rem; - } - - .\32xl\:right-1 { - right: 0.25rem; - } - - .\32xl\:bottom-1 { - bottom: 0.25rem; - } - - .\32xl\:left-1 { - left: 0.25rem; - } - - .\32xl\:top-2 { - top: 0.5rem; - } - - .\32xl\:right-2 { - right: 0.5rem; - } - - .\32xl\:bottom-2 { - bottom: 0.5rem; - } - - .\32xl\:left-2 { - left: 0.5rem; - } - - .\32xl\:top-3 { - top: 0.75rem; - } - - .\32xl\:right-3 { - right: 0.75rem; - } - - .\32xl\:bottom-3 { - bottom: 0.75rem; - } - - .\32xl\:left-3 { - left: 0.75rem; - } - - .\32xl\:top-4 { - top: 1rem; - } - - .\32xl\:right-4 { - right: 1rem; - } - - .\32xl\:bottom-4 { - bottom: 1rem; - } - - .\32xl\:left-4 { - left: 1rem; - } - - .\32xl\:top-5 { - top: 1.25rem; - } - - .\32xl\:right-5 { - right: 1.25rem; - } - - .\32xl\:bottom-5 { - bottom: 1.25rem; - } - - .\32xl\:left-5 { - left: 1.25rem; - } - - .\32xl\:top-6 { - top: 1.5rem; - } - - .\32xl\:right-6 { - right: 1.5rem; - } - - .\32xl\:bottom-6 { - bottom: 1.5rem; - } - - .\32xl\:left-6 { - left: 1.5rem; - } - - .\32xl\:top-7 { - top: 1.75rem; - } - - .\32xl\:right-7 { - right: 1.75rem; - } - - .\32xl\:bottom-7 { - bottom: 1.75rem; - } - - .\32xl\:left-7 { - left: 1.75rem; - } - - .\32xl\:top-8 { - top: 2rem; - } - - .\32xl\:right-8 { - right: 2rem; - } - - .\32xl\:bottom-8 { - bottom: 2rem; - } - - .\32xl\:left-8 { - left: 2rem; - } - - .\32xl\:top-9 { - top: 2.25rem; - } - - .\32xl\:right-9 { - right: 2.25rem; - } - - .\32xl\:bottom-9 { - bottom: 2.25rem; - } - - .\32xl\:left-9 { - left: 2.25rem; - } - - .\32xl\:top-10 { - top: 2.5rem; - } - - .\32xl\:right-10 { - right: 2.5rem; - } - - .\32xl\:bottom-10 { - bottom: 2.5rem; - } - - .\32xl\:left-10 { - left: 2.5rem; - } - - .\32xl\:top-11 { - top: 2.75rem; - } - - .\32xl\:right-11 { - right: 2.75rem; - } - - .\32xl\:bottom-11 { - bottom: 2.75rem; - } - - .\32xl\:left-11 { - left: 2.75rem; - } - - .\32xl\:top-12 { - top: 3rem; - } - - .\32xl\:right-12 { - right: 3rem; - } - - .\32xl\:bottom-12 { - bottom: 3rem; - } - - .\32xl\:left-12 { - left: 3rem; - } - - .\32xl\:top-14 { - top: 3.5rem; - } - - .\32xl\:right-14 { - right: 3.5rem; - } - - .\32xl\:bottom-14 { - bottom: 3.5rem; - } - - .\32xl\:left-14 { - left: 3.5rem; - } - - .\32xl\:top-16 { - top: 4rem; - } - - .\32xl\:right-16 { - right: 4rem; - } - - .\32xl\:bottom-16 { - bottom: 4rem; - } - - .\32xl\:left-16 { - left: 4rem; - } - - .\32xl\:top-20 { - top: 5rem; - } - - .\32xl\:right-20 { - right: 5rem; - } - - .\32xl\:bottom-20 { - bottom: 5rem; - } - - .\32xl\:left-20 { - left: 5rem; - } - - .\32xl\:top-22 { - top: 5.625rem; - } - - .\32xl\:right-22 { - right: 5.625rem; - } - - .\32xl\:bottom-22 { - bottom: 5.625rem; - } - - .\32xl\:left-22 { - left: 5.625rem; - } - - .\32xl\:top-24 { - top: 6rem; - } - - .\32xl\:right-24 { - right: 6rem; - } - - .\32xl\:bottom-24 { - bottom: 6rem; - } - - .\32xl\:left-24 { - left: 6rem; - } - - .\32xl\:top-28 { - top: 7rem; - } - - .\32xl\:right-28 { - right: 7rem; - } - - .\32xl\:bottom-28 { - bottom: 7rem; - } - - .\32xl\:left-28 { - left: 7rem; - } - - .\32xl\:top-32 { - top: 8rem; - } - - .\32xl\:right-32 { - right: 8rem; - } - - .\32xl\:bottom-32 { - bottom: 8rem; - } - - .\32xl\:left-32 { - left: 8rem; - } - - .\32xl\:top-36 { - top: 9rem; - } - - .\32xl\:right-36 { - right: 9rem; - } - - .\32xl\:bottom-36 { - bottom: 9rem; - } - - .\32xl\:left-36 { - left: 9rem; - } - - .\32xl\:top-40 { - top: 10rem; - } - - .\32xl\:right-40 { - right: 10rem; - } - - .\32xl\:bottom-40 { - bottom: 10rem; - } - - .\32xl\:left-40 { - left: 10rem; - } - - .\32xl\:top-44 { - top: 11rem; - } - - .\32xl\:right-44 { - right: 11rem; - } - - .\32xl\:bottom-44 { - bottom: 11rem; - } - - .\32xl\:left-44 { - left: 11rem; - } - - .\32xl\:top-48 { - top: 12rem; - } - - .\32xl\:right-48 { - right: 12rem; - } - - .\32xl\:bottom-48 { - bottom: 12rem; - } - - .\32xl\:left-48 { - left: 12rem; - } - - .\32xl\:top-52 { - top: 13rem; - } - - .\32xl\:right-52 { - right: 13rem; - } - - .\32xl\:bottom-52 { - bottom: 13rem; - } - - .\32xl\:left-52 { - left: 13rem; - } - - .\32xl\:top-56 { - top: 14rem; - } - - .\32xl\:right-56 { - right: 14rem; - } - - .\32xl\:bottom-56 { - bottom: 14rem; - } - - .\32xl\:left-56 { - left: 14rem; - } - - .\32xl\:top-60 { - top: 240px; - } - - .\32xl\:right-60 { - right: 240px; - } - - .\32xl\:bottom-60 { - bottom: 240px; - } - - .\32xl\:left-60 { - left: 240px; - } - - .\32xl\:top-64 { - top: 16rem; - } - - .\32xl\:right-64 { - right: 16rem; - } - - .\32xl\:bottom-64 { - bottom: 16rem; - } - - .\32xl\:left-64 { - left: 16rem; - } - - .\32xl\:top-72 { - top: 18rem; - } - - .\32xl\:right-72 { - right: 18rem; - } - - .\32xl\:bottom-72 { - bottom: 18rem; - } - - .\32xl\:left-72 { - left: 18rem; - } - - .\32xl\:top-80 { - top: 20rem; - } - - .\32xl\:right-80 { - right: 20rem; - } - - .\32xl\:bottom-80 { - bottom: 20rem; - } - - .\32xl\:left-80 { - left: 20rem; - } - - .\32xl\:top-88 { - top: 22rem; - } - - .\32xl\:right-88 { - right: 22rem; - } - - .\32xl\:bottom-88 { - bottom: 22rem; - } - - .\32xl\:left-88 { - left: 22rem; - } - - .\32xl\:top-96 { - top: 24rem; - } - - .\32xl\:right-96 { - right: 24rem; - } - - .\32xl\:bottom-96 { - bottom: 24rem; - } - - .\32xl\:left-96 { - left: 24rem; - } - - .\32xl\:top-130 { - top: 560px; - } - - .\32xl\:right-130 { - right: 560px; - } - - .\32xl\:bottom-130 { - bottom: 560px; - } - - .\32xl\:left-130 { - left: 560px; - } - - .\32xl\:top-auto { - top: auto; - } - - .\32xl\:right-auto { - right: auto; - } - - .\32xl\:bottom-auto { - bottom: auto; - } - - .\32xl\:left-auto { - left: auto; - } - - .\32xl\:top-px { - top: 1px; - } - - .\32xl\:right-px { - right: 1px; - } - - .\32xl\:bottom-px { - bottom: 1px; - } - - .\32xl\:left-px { - left: 1px; - } - - .\32xl\:top-0\.5 { - top: 0.125rem; - } - - .\32xl\:right-0\.5 { - right: 0.125rem; - } - - .\32xl\:bottom-0\.5 { - bottom: 0.125rem; - } - - .\32xl\:left-0\.5 { - left: 0.125rem; - } - - .\32xl\:top-1\.5 { - top: 0.375rem; - } - - .\32xl\:right-1\.5 { - right: 0.375rem; - } - - .\32xl\:bottom-1\.5 { - bottom: 0.375rem; - } - - .\32xl\:left-1\.5 { - left: 0.375rem; - } - - .\32xl\:top-2\.5 { - top: 0.625rem; - } - - .\32xl\:right-2\.5 { - right: 0.625rem; - } - - .\32xl\:bottom-2\.5 { - bottom: 0.625rem; - } - - .\32xl\:left-2\.5 { - left: 0.625rem; - } - - .\32xl\:top-3\.5 { - top: 0.875rem; - } - - .\32xl\:right-3\.5 { - right: 0.875rem; - } - - .\32xl\:bottom-3\.5 { - bottom: 0.875rem; - } - - .\32xl\:left-3\.5 { - left: 0.875rem; - } - - .\32xl\:-top-0 { - top: 0px; - } - - .\32xl\:-right-0 { - right: 0px; - } - - .\32xl\:-bottom-0 { - bottom: 0px; - } - - .\32xl\:-left-0 { - left: 0px; - } - - .\32xl\:-top-1 { - top: -0.25rem; - } - - .\32xl\:-right-1 { - right: -0.25rem; - } - - .\32xl\:-bottom-1 { - bottom: -0.25rem; - } - - .\32xl\:-left-1 { - left: -0.25rem; - } - - .\32xl\:-top-2 { - top: -0.5rem; - } - - .\32xl\:-right-2 { - right: -0.5rem; - } - - .\32xl\:-bottom-2 { - bottom: -0.5rem; - } - - .\32xl\:-left-2 { - left: -0.5rem; - } - - .\32xl\:-top-3 { - top: -0.75rem; - } - - .\32xl\:-right-3 { - right: -0.75rem; - } - - .\32xl\:-bottom-3 { - bottom: -0.75rem; - } - - .\32xl\:-left-3 { - left: -0.75rem; - } - - .\32xl\:-top-4 { - top: -1rem; - } - - .\32xl\:-right-4 { - right: -1rem; - } - - .\32xl\:-bottom-4 { - bottom: -1rem; - } - - .\32xl\:-left-4 { - left: -1rem; - } - - .\32xl\:-top-5 { - top: -1.25rem; - } - - .\32xl\:-right-5 { - right: -1.25rem; - } - - .\32xl\:-bottom-5 { - bottom: -1.25rem; - } - - .\32xl\:-left-5 { - left: -1.25rem; - } - - .\32xl\:-top-6 { - top: -1.5rem; - } - - .\32xl\:-right-6 { - right: -1.5rem; - } - - .\32xl\:-bottom-6 { - bottom: -1.5rem; - } - - .\32xl\:-left-6 { - left: -1.5rem; - } - - .\32xl\:-top-7 { - top: -1.75rem; - } - - .\32xl\:-right-7 { - right: -1.75rem; - } - - .\32xl\:-bottom-7 { - bottom: -1.75rem; - } - - .\32xl\:-left-7 { - left: -1.75rem; - } - - .\32xl\:-top-8 { - top: -2rem; - } - - .\32xl\:-right-8 { - right: -2rem; - } - - .\32xl\:-bottom-8 { - bottom: -2rem; - } - - .\32xl\:-left-8 { - left: -2rem; - } - - .\32xl\:-top-9 { - top: -2.25rem; - } - - .\32xl\:-right-9 { - right: -2.25rem; - } - - .\32xl\:-bottom-9 { - bottom: -2.25rem; - } - - .\32xl\:-left-9 { - left: -2.25rem; - } - - .\32xl\:-top-10 { - top: -2.5rem; - } - - .\32xl\:-right-10 { - right: -2.5rem; - } - - .\32xl\:-bottom-10 { - bottom: -2.5rem; - } - - .\32xl\:-left-10 { - left: -2.5rem; - } - - .\32xl\:-top-11 { - top: -2.75rem; - } - - .\32xl\:-right-11 { - right: -2.75rem; - } - - .\32xl\:-bottom-11 { - bottom: -2.75rem; - } - - .\32xl\:-left-11 { - left: -2.75rem; - } - - .\32xl\:-top-12 { - top: -3rem; - } - - .\32xl\:-right-12 { - right: -3rem; - } - - .\32xl\:-bottom-12 { - bottom: -3rem; - } - - .\32xl\:-left-12 { - left: -3rem; - } - - .\32xl\:-top-14 { - top: -3.5rem; - } - - .\32xl\:-right-14 { - right: -3.5rem; - } - - .\32xl\:-bottom-14 { - bottom: -3.5rem; - } - - .\32xl\:-left-14 { - left: -3.5rem; - } - - .\32xl\:-top-16 { - top: -4rem; - } - - .\32xl\:-right-16 { - right: -4rem; - } - - .\32xl\:-bottom-16 { - bottom: -4rem; - } - - .\32xl\:-left-16 { - left: -4rem; - } - - .\32xl\:-top-20 { - top: -5rem; - } - - .\32xl\:-right-20 { - right: -5rem; - } - - .\32xl\:-bottom-20 { - bottom: -5rem; - } - - .\32xl\:-left-20 { - left: -5rem; - } - - .\32xl\:-top-22 { - top: -5.625rem; - } - - .\32xl\:-right-22 { - right: -5.625rem; - } - - .\32xl\:-bottom-22 { - bottom: -5.625rem; - } - - .\32xl\:-left-22 { - left: -5.625rem; - } - - .\32xl\:-top-24 { - top: -6rem; - } - - .\32xl\:-right-24 { - right: -6rem; - } - - .\32xl\:-bottom-24 { - bottom: -6rem; - } - - .\32xl\:-left-24 { - left: -6rem; - } - - .\32xl\:-top-28 { - top: -7rem; - } - - .\32xl\:-right-28 { - right: -7rem; - } - - .\32xl\:-bottom-28 { - bottom: -7rem; - } - - .\32xl\:-left-28 { - left: -7rem; - } - - .\32xl\:-top-32 { - top: -8rem; - } - - .\32xl\:-right-32 { - right: -8rem; - } - - .\32xl\:-bottom-32 { - bottom: -8rem; - } - - .\32xl\:-left-32 { - left: -8rem; - } - - .\32xl\:-top-36 { - top: -9rem; - } - - .\32xl\:-right-36 { - right: -9rem; - } - - .\32xl\:-bottom-36 { - bottom: -9rem; - } - - .\32xl\:-left-36 { - left: -9rem; - } - - .\32xl\:-top-40 { - top: -10rem; - } - - .\32xl\:-right-40 { - right: -10rem; - } - - .\32xl\:-bottom-40 { - bottom: -10rem; - } - - .\32xl\:-left-40 { - left: -10rem; - } - - .\32xl\:-top-44 { - top: -11rem; - } - - .\32xl\:-right-44 { - right: -11rem; - } - - .\32xl\:-bottom-44 { - bottom: -11rem; - } - - .\32xl\:-left-44 { - left: -11rem; - } - - .\32xl\:-top-48 { - top: -12rem; - } - - .\32xl\:-right-48 { - right: -12rem; - } - - .\32xl\:-bottom-48 { - bottom: -12rem; - } - - .\32xl\:-left-48 { - left: -12rem; - } - - .\32xl\:-top-52 { - top: -13rem; - } - - .\32xl\:-right-52 { - right: -13rem; - } - - .\32xl\:-bottom-52 { - bottom: -13rem; - } - - .\32xl\:-left-52 { - left: -13rem; - } - - .\32xl\:-top-56 { - top: -14rem; - } - - .\32xl\:-right-56 { - right: -14rem; - } - - .\32xl\:-bottom-56 { - bottom: -14rem; - } - - .\32xl\:-left-56 { - left: -14rem; - } - - .\32xl\:-top-60 { - top: -240px; - } - - .\32xl\:-right-60 { - right: -240px; - } - - .\32xl\:-bottom-60 { - bottom: -240px; - } - - .\32xl\:-left-60 { - left: -240px; - } - - .\32xl\:-top-64 { - top: -16rem; - } - - .\32xl\:-right-64 { - right: -16rem; - } - - .\32xl\:-bottom-64 { - bottom: -16rem; - } - - .\32xl\:-left-64 { - left: -16rem; - } - - .\32xl\:-top-72 { - top: -18rem; - } - - .\32xl\:-right-72 { - right: -18rem; - } - - .\32xl\:-bottom-72 { - bottom: -18rem; - } - - .\32xl\:-left-72 { - left: -18rem; - } - - .\32xl\:-top-80 { - top: -20rem; - } - - .\32xl\:-right-80 { - right: -20rem; - } - - .\32xl\:-bottom-80 { - bottom: -20rem; - } - - .\32xl\:-left-80 { - left: -20rem; - } - - .\32xl\:-top-88 { - top: -22rem; - } - - .\32xl\:-right-88 { - right: -22rem; - } - - .\32xl\:-bottom-88 { - bottom: -22rem; - } - - .\32xl\:-left-88 { - left: -22rem; - } - - .\32xl\:-top-96 { - top: -24rem; - } - - .\32xl\:-right-96 { - right: -24rem; - } - - .\32xl\:-bottom-96 { - bottom: -24rem; - } - - .\32xl\:-left-96 { - left: -24rem; - } - - .\32xl\:-top-130 { - top: -560px; - } - - .\32xl\:-right-130 { - right: -560px; - } - - .\32xl\:-bottom-130 { - bottom: -560px; - } - - .\32xl\:-left-130 { - left: -560px; - } - - .\32xl\:-top-px { - top: -1px; - } - - .\32xl\:-right-px { - right: -1px; - } - - .\32xl\:-bottom-px { - bottom: -1px; - } - - .\32xl\:-left-px { - left: -1px; - } - - .\32xl\:-top-0\.5 { - top: -0.125rem; - } - - .\32xl\:-right-0\.5 { - right: -0.125rem; - } - - .\32xl\:-bottom-0\.5 { - bottom: -0.125rem; - } - - .\32xl\:-left-0\.5 { - left: -0.125rem; - } - - .\32xl\:-top-1\.5 { - top: -0.375rem; - } - - .\32xl\:-right-1\.5 { - right: -0.375rem; - } - - .\32xl\:-bottom-1\.5 { - bottom: -0.375rem; - } - - .\32xl\:-left-1\.5 { - left: -0.375rem; - } - - .\32xl\:-top-2\.5 { - top: -0.625rem; - } - - .\32xl\:-right-2\.5 { - right: -0.625rem; - } - - .\32xl\:-bottom-2\.5 { - bottom: -0.625rem; - } - - .\32xl\:-left-2\.5 { - left: -0.625rem; - } - - .\32xl\:-top-3\.5 { - top: -0.875rem; - } - - .\32xl\:-right-3\.5 { - right: -0.875rem; - } - - .\32xl\:-bottom-3\.5 { - bottom: -0.875rem; - } - - .\32xl\:-left-3\.5 { - left: -0.875rem; - } - - .\32xl\:top-1\/2 { - top: 50%; - } - - .\32xl\:right-1\/2 { - right: 50%; - } - - .\32xl\:bottom-1\/2 { - bottom: 50%; - } - - .\32xl\:left-1\/2 { - left: 50%; - } - - .\32xl\:top-1\/3 { - top: 33.333333%; - } - - .\32xl\:right-1\/3 { - right: 33.333333%; - } - - .\32xl\:bottom-1\/3 { - bottom: 33.333333%; - } - - .\32xl\:left-1\/3 { - left: 33.333333%; - } - - .\32xl\:top-2\/3 { - top: 66.666667%; - } - - .\32xl\:right-2\/3 { - right: 66.666667%; - } - - .\32xl\:bottom-2\/3 { - bottom: 66.666667%; - } - - .\32xl\:left-2\/3 { - left: 66.666667%; - } - - .\32xl\:top-1\/4 { - top: 25%; - } - - .\32xl\:right-1\/4 { - right: 25%; - } - - .\32xl\:bottom-1\/4 { - bottom: 25%; - } - - .\32xl\:left-1\/4 { - left: 25%; - } - - .\32xl\:top-2\/4 { - top: 50%; - } - - .\32xl\:right-2\/4 { - right: 50%; - } - - .\32xl\:bottom-2\/4 { - bottom: 50%; - } - - .\32xl\:left-2\/4 { - left: 50%; - } - - .\32xl\:top-3\/4 { - top: 75%; - } - - .\32xl\:right-3\/4 { - right: 75%; - } - - .\32xl\:bottom-3\/4 { - bottom: 75%; - } - - .\32xl\:left-3\/4 { - left: 75%; - } - - .\32xl\:top-full { - top: 100%; - } - - .\32xl\:right-full { - right: 100%; - } - - .\32xl\:bottom-full { - bottom: 100%; - } - - .\32xl\:left-full { - left: 100%; - } - - .\32xl\:-top-1\/2 { - top: -50%; - } - - .\32xl\:-right-1\/2 { - right: -50%; - } - - .\32xl\:-bottom-1\/2 { - bottom: -50%; - } - - .\32xl\:-left-1\/2 { - left: -50%; - } - - .\32xl\:-top-1\/3 { - top: -33.333333%; - } - - .\32xl\:-right-1\/3 { - right: -33.333333%; - } - - .\32xl\:-bottom-1\/3 { - bottom: -33.333333%; - } - - .\32xl\:-left-1\/3 { - left: -33.333333%; - } - - .\32xl\:-top-2\/3 { - top: -66.666667%; - } - - .\32xl\:-right-2\/3 { - right: -66.666667%; - } - - .\32xl\:-bottom-2\/3 { - bottom: -66.666667%; - } - - .\32xl\:-left-2\/3 { - left: -66.666667%; - } - - .\32xl\:-top-1\/4 { - top: -25%; - } - - .\32xl\:-right-1\/4 { - right: -25%; - } - - .\32xl\:-bottom-1\/4 { - bottom: -25%; - } - - .\32xl\:-left-1\/4 { - left: -25%; - } - - .\32xl\:-top-2\/4 { - top: -50%; - } - - .\32xl\:-right-2\/4 { - right: -50%; - } - - .\32xl\:-bottom-2\/4 { - bottom: -50%; - } - - .\32xl\:-left-2\/4 { - left: -50%; - } - - .\32xl\:-top-3\/4 { - top: -75%; - } - - .\32xl\:-right-3\/4 { - right: -75%; - } - - .\32xl\:-bottom-3\/4 { - bottom: -75%; - } - - .\32xl\:-left-3\/4 { - left: -75%; - } - - .\32xl\:-top-full { - top: -100%; - } - - .\32xl\:-right-full { - right: -100%; - } - - .\32xl\:-bottom-full { - bottom: -100%; - } - - .\32xl\:-left-full { - left: -100%; - } - - .\32xl\:resize-none { - resize: none; - } - - .\32xl\:resize-y { - resize: vertical; - } - - .\32xl\:resize-x { - resize: horizontal; - } - - .\32xl\:resize { - resize: both; - } - - .\32xl\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:shadow-md { - --tw-shadow: 0 4px 6px -1px 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); - } - - .\32xl\: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); - } - - .\32xl\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:shadow-none { - --tw-shadow: 0 0 #0000; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:hover\:shadow-sm:hover { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:hover\:shadow:hover { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:hover\:shadow-md:hover { - --tw-shadow: 0 4px 6px -1px 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); - } - - .\32xl\:hover\:shadow-lg:hover { - --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); - } - - .\32xl\:hover\:shadow-xl:hover { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:hover\:shadow-2xl:hover { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:hover\:shadow-inner:hover { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:hover\:shadow-none:hover { - --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); - } - - .\32xl\:focus\:shadow-sm:focus { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:focus\:shadow:focus { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:focus\:shadow-md:focus { - --tw-shadow: 0 4px 6px -1px 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); - } - - .\32xl\:focus\:shadow-lg:focus { - --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); - } - - .\32xl\:focus\:shadow-xl:focus { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:focus\:shadow-2xl:focus { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:focus\:shadow-inner:focus { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\: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); - } - - .\32xl\:active\:shadow-sm:active { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:active\:shadow:active { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:active\:shadow-md:active { - --tw-shadow: 0 4px 6px -1px 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); - } - - .\32xl\:active\:shadow-lg:active { - --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); - } - - .\32xl\:active\:shadow-xl:active { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:active\:shadow-2xl:active { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:active\:shadow-inner:active { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:active\:shadow-none:active { - --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); - } - - .group:hover .\32xl\:group-hover\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .\32xl\:group-hover\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .\32xl\:group-hover\:shadow-md { - --tw-shadow: 0 4px 6px -1px 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); - } - - .group:hover .\32xl\:group-hover\: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); - } - - .group:hover .\32xl\:group-hover\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .\32xl\:group-hover\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .\32xl\:group-hover\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .\32xl\:group-hover\:shadow-none { - --tw-shadow: 0 0 #0000; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .\32xl\:ring-0 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .\32xl\:ring-1 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .\32xl\:ring-2 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .\32xl\:ring-4 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .\32xl\:ring-8 { - --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(8px + 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); - } - - .\32xl\: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); - } - - .\32xl\:ring-inset { - --tw-ring-inset: inset; - } - - .\32xl\:focus-within\:ring-0:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .\32xl\:focus-within\:ring-1:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .\32xl\:focus-within\:ring-2:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .\32xl\:focus-within\:ring-4:focus-within { - --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); - } - - .\32xl\:focus-within\:ring-8:focus-within { - --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(8px + 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); - } - - .\32xl\:focus-within\:ring:focus-within { - --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); - } - - .\32xl\:focus-within\:ring-inset:focus-within { - --tw-ring-inset: inset; - } - - .\32xl\:focus\:ring-0:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .\32xl\:focus\:ring-1:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .\32xl\:focus\:ring-2:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .\32xl\:focus\:ring-4:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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); - } - - .\32xl\:focus\:ring-8:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + 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); - } - - .\32xl\:focus\:ring:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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); - } - - .\32xl\:focus\:ring-inset:focus { - --tw-ring-inset: inset; - } - - .\32xl\:ring-offset-transparent { - --tw-ring-offset-color: transparent; - } - - .\32xl\:ring-offset-current { - --tw-ring-offset-color: currentColor; - } - - .\32xl\:ring-offset-black { - --tw-ring-offset-color: #040405; - } - - .\32xl\:ring-offset-white { - --tw-ring-offset-color: #fff; - } - - .\32xl\:ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb; - } - - .\32xl\:ring-offset-gray-100 { - --tw-ring-offset-color: #f7fafc; - } - - .\32xl\:ring-offset-gray-200 { - --tw-ring-offset-color: #edf2f7; - } - - .\32xl\:ring-offset-gray-300 { - --tw-ring-offset-color: #e2e8f0; - } - - .\32xl\:ring-offset-gray-400 { - --tw-ring-offset-color: #cbd5e0; - } - - .\32xl\:ring-offset-gray-500 { - --tw-ring-offset-color: #a0aec0; - } - - .\32xl\:ring-offset-gray-600 { - --tw-ring-offset-color: #718096; - } - - .\32xl\:ring-offset-gray-700 { - --tw-ring-offset-color: #4a5568; - } - - .\32xl\:ring-offset-gray-800 { - --tw-ring-offset-color: #2d3748; - } - - .\32xl\:ring-offset-gray-900 { - --tw-ring-offset-color: #1a202c; - } - - .\32xl\:ring-offset-red-50 { - --tw-ring-offset-color: #fef2f2; - } - - .\32xl\:ring-offset-red-100 { - --tw-ring-offset-color: #fee2e2; - } - - .\32xl\:ring-offset-red-200 { - --tw-ring-offset-color: #fecaca; - } - - .\32xl\:ring-offset-red-300 { - --tw-ring-offset-color: #fca5a5; - } - - .\32xl\:ring-offset-red-400 { - --tw-ring-offset-color: #f87171; - } - - .\32xl\:ring-offset-red-500 { - --tw-ring-offset-color: #ef4444; - } - - .\32xl\:ring-offset-red-600 { - --tw-ring-offset-color: #dc2626; - } - - .\32xl\:ring-offset-red-700 { - --tw-ring-offset-color: #b91c1c; - } - - .\32xl\:ring-offset-red-800 { - --tw-ring-offset-color: #991b1b; - } - - .\32xl\:ring-offset-red-900 { - --tw-ring-offset-color: #7f1d1d; - } - - .\32xl\:ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb; - } - - .\32xl\:ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7; - } - - .\32xl\:ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a; - } - - .\32xl\:ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d; - } - - .\32xl\:ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24; - } - - .\32xl\:ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b; - } - - .\32xl\:ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706; - } - - .\32xl\:ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309; - } - - .\32xl\:ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e; - } - - .\32xl\:ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f; - } - - .\32xl\:ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5; - } - - .\32xl\:ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5; - } - - .\32xl\:ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0; - } - - .\32xl\:ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7; - } - - .\32xl\:ring-offset-green-400 { - --tw-ring-offset-color: #34d399; - } - - .\32xl\:ring-offset-green-500 { - --tw-ring-offset-color: #10b981; - } - - .\32xl\:ring-offset-green-600 { - --tw-ring-offset-color: #059669; - } - - .\32xl\:ring-offset-green-700 { - --tw-ring-offset-color: #047857; - } - - .\32xl\:ring-offset-green-800 { - --tw-ring-offset-color: #065f46; - } - - .\32xl\:ring-offset-green-900 { - --tw-ring-offset-color: #064e3b; - } - - .\32xl\:ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff; - } - - .\32xl\:ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe; - } - - .\32xl\:ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe; - } - - .\32xl\:ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd; - } - - .\32xl\:ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa; - } - - .\32xl\:ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6; - } - - .\32xl\:ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb; - } - - .\32xl\:ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8; - } - - .\32xl\:ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af; - } - - .\32xl\:ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a; - } - - .\32xl\:ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff; - } - - .\32xl\:ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff; - } - - .\32xl\:ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe; - } - - .\32xl\:ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc; - } - - .\32xl\:ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8; - } - - .\32xl\:ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1; - } - - .\32xl\:ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5; - } - - .\32xl\:ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca; - } - - .\32xl\:ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3; - } - - .\32xl\:ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81; - } - - .\32xl\:ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff; - } - - .\32xl\:ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe; - } - - .\32xl\:ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe; - } - - .\32xl\:ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd; - } - - .\32xl\:ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa; - } - - .\32xl\:ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6; - } - - .\32xl\:ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed; - } - - .\32xl\:ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9; - } - - .\32xl\:ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6; - } - - .\32xl\:ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95; - } - - .\32xl\:ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8; - } - - .\32xl\:ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3; - } - - .\32xl\:ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8; - } - - .\32xl\:ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4; - } - - .\32xl\:ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6; - } - - .\32xl\:ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899; - } - - .\32xl\:ring-offset-pink-600 { - --tw-ring-offset-color: #db2777; - } - - .\32xl\:ring-offset-pink-700 { - --tw-ring-offset-color: #be185d; - } - - .\32xl\:ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d; - } - - .\32xl\:ring-offset-pink-900 { - --tw-ring-offset-color: #831843; - } - - .\32xl\:ring-offset-primary-50 { - --tw-ring-offset-color: #F7F6FD; - } - - .\32xl\:ring-offset-primary-100 { - --tw-ring-offset-color: #EEEEFB; - } - - .\32xl\:ring-offset-primary-200 { - --tw-ring-offset-color: #D5D4F5; - } - - .\32xl\:ring-offset-primary-300 { - --tw-ring-offset-color: #BCB9EF; - } - - .\32xl\:ring-offset-primary-400 { - --tw-ring-offset-color: #8A85E4; - } - - .\32xl\:ring-offset-primary-500 { - --tw-ring-offset-color: #5851D8; - } - - .\32xl\:ring-offset-primary-600 { - --tw-ring-offset-color: #4F49C2; - } - - .\32xl\:ring-offset-primary-700 { - --tw-ring-offset-color: #353182; - } - - .\32xl\:ring-offset-primary-800 { - --tw-ring-offset-color: #282461; - } - - .\32xl\:ring-offset-primary-900 { - --tw-ring-offset-color: #1A1841; - } - - .\32xl\:ring-offset-danger { - --tw-ring-offset-color: #FB7178; - } - - .\32xl\:ring-offset-success { - --tw-ring-offset-color: #00C99C; - } - - .\32xl\:ring-offset-warning { - --tw-ring-offset-color: #F3AF4E; - } - - .\32xl\:ring-offset-info { - --tw-ring-offset-color: #15B2EC; - } - - .\32xl\:focus-within\:ring-offset-transparent:focus-within { - --tw-ring-offset-color: transparent; - } - - .\32xl\:focus-within\:ring-offset-current:focus-within { - --tw-ring-offset-color: currentColor; - } - - .\32xl\:focus-within\:ring-offset-black:focus-within { - --tw-ring-offset-color: #040405; - } - - .\32xl\:focus-within\:ring-offset-white:focus-within { - --tw-ring-offset-color: #fff; - } - - .\32xl\:focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb; - } - - .\32xl\:focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f7fafc; - } - - .\32xl\:focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #edf2f7; - } - - .\32xl\:focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #e2e8f0; - } - - .\32xl\:focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #cbd5e0; - } - - .\32xl\:focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #a0aec0; - } - - .\32xl\:focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #718096; - } - - .\32xl\:focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #4a5568; - } - - .\32xl\:focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #2d3748; - } - - .\32xl\:focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #1a202c; - } - - .\32xl\:focus-within\:ring-offset-red-50:focus-within { - --tw-ring-offset-color: #fef2f2; - } - - .\32xl\:focus-within\:ring-offset-red-100:focus-within { - --tw-ring-offset-color: #fee2e2; - } - - .\32xl\:focus-within\:ring-offset-red-200:focus-within { - --tw-ring-offset-color: #fecaca; - } - - .\32xl\:focus-within\:ring-offset-red-300:focus-within { - --tw-ring-offset-color: #fca5a5; - } - - .\32xl\:focus-within\:ring-offset-red-400:focus-within { - --tw-ring-offset-color: #f87171; - } - - .\32xl\:focus-within\:ring-offset-red-500:focus-within { - --tw-ring-offset-color: #ef4444; - } - - .\32xl\:focus-within\:ring-offset-red-600:focus-within { - --tw-ring-offset-color: #dc2626; - } - - .\32xl\:focus-within\:ring-offset-red-700:focus-within { - --tw-ring-offset-color: #b91c1c; - } - - .\32xl\:focus-within\:ring-offset-red-800:focus-within { - --tw-ring-offset-color: #991b1b; - } - - .\32xl\:focus-within\:ring-offset-red-900:focus-within { - --tw-ring-offset-color: #7f1d1d; - } - - .\32xl\:focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb; - } - - .\32xl\:focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7; - } - - .\32xl\:focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a; - } - - .\32xl\:focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d; - } - - .\32xl\:focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24; - } - - .\32xl\:focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b; - } - - .\32xl\:focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706; - } - - .\32xl\:focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309; - } - - .\32xl\:focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e; - } - - .\32xl\:focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f; - } - - .\32xl\:focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5; - } - - .\32xl\:focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5; - } - - .\32xl\:focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0; - } - - .\32xl\:focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7; - } - - .\32xl\:focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399; - } - - .\32xl\:focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981; - } - - .\32xl\:focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669; - } - - .\32xl\:focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857; - } - - .\32xl\:focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46; - } - - .\32xl\:focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b; - } - - .\32xl\:focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff; - } - - .\32xl\:focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe; - } - - .\32xl\:focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe; - } - - .\32xl\:focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd; - } - - .\32xl\:focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa; - } - - .\32xl\:focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6; - } - - .\32xl\:focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb; - } - - .\32xl\:focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8; - } - - .\32xl\:focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af; - } - - .\32xl\:focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a; - } - - .\32xl\:focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff; - } - - .\32xl\:focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff; - } - - .\32xl\:focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe; - } - - .\32xl\:focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc; - } - - .\32xl\:focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8; - } - - .\32xl\:focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1; - } - - .\32xl\:focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5; - } - - .\32xl\:focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca; - } - - .\32xl\:focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3; - } - - .\32xl\:focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81; - } - - .\32xl\:focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff; - } - - .\32xl\:focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe; - } - - .\32xl\:focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe; - } - - .\32xl\:focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd; - } - - .\32xl\:focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa; - } - - .\32xl\:focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6; - } - - .\32xl\:focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed; - } - - .\32xl\:focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9; - } - - .\32xl\:focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6; - } - - .\32xl\:focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95; - } - - .\32xl\:focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8; - } - - .\32xl\:focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3; - } - - .\32xl\:focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8; - } - - .\32xl\:focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4; - } - - .\32xl\:focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6; - } - - .\32xl\:focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899; - } - - .\32xl\:focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777; - } - - .\32xl\:focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d; - } - - .\32xl\:focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d; - } - - .\32xl\:focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843; - } - - .\32xl\:focus-within\:ring-offset-primary-50:focus-within { - --tw-ring-offset-color: #F7F6FD; - } - - .\32xl\:focus-within\:ring-offset-primary-100:focus-within { - --tw-ring-offset-color: #EEEEFB; - } - - .\32xl\:focus-within\:ring-offset-primary-200:focus-within { - --tw-ring-offset-color: #D5D4F5; - } - - .\32xl\:focus-within\:ring-offset-primary-300:focus-within { - --tw-ring-offset-color: #BCB9EF; - } - - .\32xl\:focus-within\:ring-offset-primary-400:focus-within { - --tw-ring-offset-color: #8A85E4; - } - - .\32xl\:focus-within\:ring-offset-primary-500:focus-within { - --tw-ring-offset-color: #5851D8; - } - - .\32xl\:focus-within\:ring-offset-primary-600:focus-within { - --tw-ring-offset-color: #4F49C2; - } - - .\32xl\:focus-within\:ring-offset-primary-700:focus-within { - --tw-ring-offset-color: #353182; - } - - .\32xl\:focus-within\:ring-offset-primary-800:focus-within { - --tw-ring-offset-color: #282461; - } - - .\32xl\:focus-within\:ring-offset-primary-900:focus-within { - --tw-ring-offset-color: #1A1841; - } - - .\32xl\:focus-within\:ring-offset-danger:focus-within { - --tw-ring-offset-color: #FB7178; - } - - .\32xl\:focus-within\:ring-offset-success:focus-within { - --tw-ring-offset-color: #00C99C; - } - - .\32xl\:focus-within\:ring-offset-warning:focus-within { - --tw-ring-offset-color: #F3AF4E; - } - - .\32xl\:focus-within\:ring-offset-info:focus-within { - --tw-ring-offset-color: #15B2EC; - } - - .\32xl\:focus\:ring-offset-transparent:focus { - --tw-ring-offset-color: transparent; - } - - .\32xl\:focus\:ring-offset-current:focus { - --tw-ring-offset-color: currentColor; - } - - .\32xl\:focus\:ring-offset-black:focus { - --tw-ring-offset-color: #040405; - } - - .\32xl\:focus\:ring-offset-white:focus { - --tw-ring-offset-color: #fff; - } - - .\32xl\:focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb; - } - - .\32xl\:focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f7fafc; - } - - .\32xl\:focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #edf2f7; - } - - .\32xl\:focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #e2e8f0; - } - - .\32xl\:focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #cbd5e0; - } - - .\32xl\:focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #a0aec0; - } - - .\32xl\:focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #718096; - } - - .\32xl\:focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #4a5568; - } - - .\32xl\:focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #2d3748; - } - - .\32xl\:focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #1a202c; - } - - .\32xl\:focus\:ring-offset-red-50:focus { - --tw-ring-offset-color: #fef2f2; - } - - .\32xl\:focus\:ring-offset-red-100:focus { - --tw-ring-offset-color: #fee2e2; - } - - .\32xl\:focus\:ring-offset-red-200:focus { - --tw-ring-offset-color: #fecaca; - } - - .\32xl\:focus\:ring-offset-red-300:focus { - --tw-ring-offset-color: #fca5a5; - } - - .\32xl\:focus\:ring-offset-red-400:focus { - --tw-ring-offset-color: #f87171; - } - - .\32xl\:focus\:ring-offset-red-500:focus { - --tw-ring-offset-color: #ef4444; - } - - .\32xl\:focus\:ring-offset-red-600:focus { - --tw-ring-offset-color: #dc2626; - } - - .\32xl\:focus\:ring-offset-red-700:focus { - --tw-ring-offset-color: #b91c1c; - } - - .\32xl\:focus\:ring-offset-red-800:focus { - --tw-ring-offset-color: #991b1b; - } - - .\32xl\:focus\:ring-offset-red-900:focus { - --tw-ring-offset-color: #7f1d1d; - } - - .\32xl\:focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb; - } - - .\32xl\:focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7; - } - - .\32xl\:focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a; - } - - .\32xl\:focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d; - } - - .\32xl\:focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24; - } - - .\32xl\:focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b; - } - - .\32xl\:focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706; - } - - .\32xl\:focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309; - } - - .\32xl\:focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e; - } - - .\32xl\:focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f; - } - - .\32xl\:focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5; - } - - .\32xl\:focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5; - } - - .\32xl\:focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0; - } - - .\32xl\:focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7; - } - - .\32xl\:focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399; - } - - .\32xl\:focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981; - } - - .\32xl\:focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669; - } - - .\32xl\:focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857; - } - - .\32xl\:focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46; - } - - .\32xl\:focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b; - } - - .\32xl\:focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff; - } - - .\32xl\:focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe; - } - - .\32xl\:focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe; - } - - .\32xl\:focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd; - } - - .\32xl\:focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa; - } - - .\32xl\:focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6; - } - - .\32xl\:focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb; - } - - .\32xl\:focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8; - } - - .\32xl\:focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af; - } - - .\32xl\:focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a; - } - - .\32xl\:focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff; - } - - .\32xl\:focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff; - } - - .\32xl\:focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe; - } - - .\32xl\:focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc; - } - - .\32xl\:focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8; - } - - .\32xl\:focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1; - } - - .\32xl\:focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5; - } - - .\32xl\:focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca; - } - - .\32xl\:focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3; - } - - .\32xl\:focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81; - } - - .\32xl\:focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff; - } - - .\32xl\:focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe; - } - - .\32xl\:focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe; - } - - .\32xl\:focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd; - } - - .\32xl\:focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa; - } - - .\32xl\:focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6; - } - - .\32xl\:focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed; - } - - .\32xl\:focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9; - } - - .\32xl\:focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6; - } - - .\32xl\:focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95; - } - - .\32xl\:focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8; - } - - .\32xl\:focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3; - } - - .\32xl\:focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8; - } - - .\32xl\:focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4; - } - - .\32xl\:focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6; - } - - .\32xl\:focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899; - } - - .\32xl\:focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777; - } - - .\32xl\:focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d; - } - - .\32xl\:focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d; - } - - .\32xl\:focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843; - } - - .\32xl\:focus\:ring-offset-primary-50:focus { - --tw-ring-offset-color: #F7F6FD; - } - - .\32xl\:focus\:ring-offset-primary-100:focus { - --tw-ring-offset-color: #EEEEFB; - } - - .\32xl\:focus\:ring-offset-primary-200:focus { - --tw-ring-offset-color: #D5D4F5; - } - - .\32xl\:focus\:ring-offset-primary-300:focus { - --tw-ring-offset-color: #BCB9EF; - } - - .\32xl\:focus\:ring-offset-primary-400:focus { - --tw-ring-offset-color: #8A85E4; - } - - .\32xl\:focus\:ring-offset-primary-500:focus { - --tw-ring-offset-color: #5851D8; - } - - .\32xl\:focus\:ring-offset-primary-600:focus { - --tw-ring-offset-color: #4F49C2; - } - - .\32xl\:focus\:ring-offset-primary-700:focus { - --tw-ring-offset-color: #353182; - } - - .\32xl\:focus\:ring-offset-primary-800:focus { - --tw-ring-offset-color: #282461; - } - - .\32xl\:focus\:ring-offset-primary-900:focus { - --tw-ring-offset-color: #1A1841; - } - - .\32xl\:focus\:ring-offset-danger:focus { - --tw-ring-offset-color: #FB7178; - } - - .\32xl\:focus\:ring-offset-success:focus { - --tw-ring-offset-color: #00C99C; - } - - .\32xl\:focus\:ring-offset-warning:focus { - --tw-ring-offset-color: #F3AF4E; - } - - .\32xl\:focus\:ring-offset-info:focus { - --tw-ring-offset-color: #15B2EC; - } - - .\32xl\:ring-offset-0 { - --tw-ring-offset-width: 0px; - } - - .\32xl\:ring-offset-1 { - --tw-ring-offset-width: 1px; - } - - .\32xl\:ring-offset-2 { - --tw-ring-offset-width: 2px; - } - - .\32xl\:ring-offset-4 { - --tw-ring-offset-width: 4px; - } - - .\32xl\:ring-offset-8 { - --tw-ring-offset-width: 8px; - } - - .\32xl\:focus-within\:ring-offset-0:focus-within { - --tw-ring-offset-width: 0px; - } - - .\32xl\:focus-within\:ring-offset-1:focus-within { - --tw-ring-offset-width: 1px; - } - - .\32xl\:focus-within\:ring-offset-2:focus-within { - --tw-ring-offset-width: 2px; - } - - .\32xl\:focus-within\:ring-offset-4:focus-within { - --tw-ring-offset-width: 4px; - } - - .\32xl\:focus-within\:ring-offset-8:focus-within { - --tw-ring-offset-width: 8px; - } - - .\32xl\:focus\:ring-offset-0:focus { - --tw-ring-offset-width: 0px; - } - - .\32xl\:focus\:ring-offset-1:focus { - --tw-ring-offset-width: 1px; - } - - .\32xl\:focus\:ring-offset-2:focus { - --tw-ring-offset-width: 2px; - } - - .\32xl\:focus\:ring-offset-4:focus { - --tw-ring-offset-width: 4px; - } - - .\32xl\:focus\:ring-offset-8:focus { - --tw-ring-offset-width: 8px; - } - - .\32xl\:ring-transparent { - --tw-ring-color: transparent; - } - - .\32xl\:ring-current { - --tw-ring-color: currentColor; - } - - .\32xl\:ring-black { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); - } - - .\32xl\:ring-white { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); - } - - .\32xl\:ring-red-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); - } - - .\32xl\:ring-red-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); - } - - .\32xl\:ring-red-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); - } - - .\32xl\:ring-red-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); - } - - .\32xl\:ring-red-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); - } - - .\32xl\:ring-red-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); - } - - .\32xl\:ring-red-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); - } - - .\32xl\:ring-red-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); - } - - .\32xl\:ring-red-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); - } - - .\32xl\:ring-red-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); - } - - .\32xl\:ring-yellow-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); - } - - .\32xl\:ring-yellow-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); - } - - .\32xl\:ring-yellow-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); - } - - .\32xl\:ring-yellow-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); - } - - .\32xl\:ring-yellow-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); - } - - .\32xl\:ring-yellow-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); - } - - .\32xl\:ring-yellow-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); - } - - .\32xl\:ring-yellow-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); - } - - .\32xl\:ring-yellow-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); - } - - .\32xl\:ring-yellow-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); - } - - .\32xl\:ring-green-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); - } - - .\32xl\:ring-green-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); - } - - .\32xl\:ring-green-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); - } - - .\32xl\:ring-green-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); - } - - .\32xl\:ring-green-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); - } - - .\32xl\:ring-green-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); - } - - .\32xl\:ring-green-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); - } - - .\32xl\:ring-green-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); - } - - .\32xl\:ring-green-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); - } - - .\32xl\:ring-green-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); - } - - .\32xl\:ring-blue-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); - } - - .\32xl\:ring-blue-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); - } - - .\32xl\:ring-blue-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); - } - - .\32xl\:ring-blue-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); - } - - .\32xl\:ring-blue-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); - } - - .\32xl\:ring-blue-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); - } - - .\32xl\:ring-blue-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); - } - - .\32xl\:ring-blue-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); - } - - .\32xl\:ring-blue-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); - } - - .\32xl\:ring-blue-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .\32xl\:ring-indigo-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); - } - - .\32xl\:ring-indigo-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .\32xl\:ring-indigo-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); - } - - .\32xl\:ring-indigo-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); - } - - .\32xl\:ring-indigo-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); - } - - .\32xl\:ring-indigo-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); - } - - .\32xl\:ring-indigo-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); - } - - .\32xl\:ring-indigo-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); - } - - .\32xl\:ring-indigo-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); - } - - .\32xl\:ring-indigo-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); - } - - .\32xl\:ring-primary-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); - } - - .\32xl\:ring-primary-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); - } - - .\32xl\:ring-primary-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); - } - - .\32xl\:ring-primary-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); - } - - .\32xl\:ring-primary-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); - } - - .\32xl\:ring-primary-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); - } - - .\32xl\:ring-primary-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); - } - - .\32xl\:ring-primary-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); - } - - .\32xl\:ring-primary-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); - } - - .\32xl\:ring-primary-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); - } - - .\32xl\:ring-danger { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); - } - - .\32xl\:ring-success { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); - } - - .\32xl\:ring-warning { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); - } - - .\32xl\:ring-info { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-transparent:focus-within { - --tw-ring-color: transparent; - } - - .\32xl\:focus-within\:ring-current:focus-within { - --tw-ring-color: currentColor; - } - - .\32xl\:focus-within\:ring-black:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-white:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-red-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-red-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-red-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-red-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-red-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-red-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-red-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-red-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-red-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-red-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-yellow-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-yellow-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-yellow-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-yellow-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-yellow-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-yellow-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-yellow-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-yellow-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-yellow-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-yellow-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-green-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-green-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-green-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-green-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-green-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-green-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-green-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-green-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-green-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-green-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-blue-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-blue-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-blue-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-blue-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-blue-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-blue-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-blue-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-blue-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-blue-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-blue-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-indigo-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-indigo-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-indigo-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-indigo-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-indigo-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-indigo-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-indigo-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-indigo-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-primary-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-primary-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-primary-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-primary-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-primary-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-primary-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-primary-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-primary-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-primary-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-primary-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-danger:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-success:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-warning:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-info:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-transparent:focus { - --tw-ring-color: transparent; - } - - .\32xl\:focus\:ring-current:focus { - --tw-ring-color: currentColor; - } - - .\32xl\:focus\:ring-black:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-white:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-red-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-red-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-red-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-red-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-red-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-red-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-red-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-red-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-red-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-red-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-yellow-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-yellow-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-yellow-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-yellow-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-yellow-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-yellow-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-yellow-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-yellow-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-yellow-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-yellow-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-green-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-green-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-green-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-green-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-green-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-green-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-green-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-green-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-green-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-green-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-blue-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-blue-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-blue-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-blue-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-blue-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-blue-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-blue-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-blue-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-blue-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-blue-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-indigo-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-indigo-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-indigo-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-indigo-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-indigo-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-indigo-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-indigo-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-indigo-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-primary-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-primary-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-primary-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-primary-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-primary-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-primary-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-primary-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-primary-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-primary-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-primary-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-danger:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-success:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-warning:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-info:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); - } - - .\32xl\:ring-opacity-0 { - --tw-ring-opacity: 0; - } - - .\32xl\:ring-opacity-5 { - --tw-ring-opacity: 0.05; - } - - .\32xl\:ring-opacity-10 { - --tw-ring-opacity: 0.1; - } - - .\32xl\:ring-opacity-20 { - --tw-ring-opacity: 0.2; - } - - .\32xl\:ring-opacity-25 { - --tw-ring-opacity: 0.25; - } - - .\32xl\:ring-opacity-30 { - --tw-ring-opacity: 0.3; - } - - .\32xl\:ring-opacity-40 { - --tw-ring-opacity: 0.4; - } - - .\32xl\:ring-opacity-50 { - --tw-ring-opacity: 0.5; - } - - .\32xl\:ring-opacity-60 { - --tw-ring-opacity: 0.6; - } - - .\32xl\:ring-opacity-70 { - --tw-ring-opacity: 0.7; - } - - .\32xl\:ring-opacity-75 { - --tw-ring-opacity: 0.75; - } - - .\32xl\:ring-opacity-80 { - --tw-ring-opacity: 0.8; - } - - .\32xl\:ring-opacity-90 { - --tw-ring-opacity: 0.9; - } - - .\32xl\:ring-opacity-95 { - --tw-ring-opacity: 0.95; - } - - .\32xl\:ring-opacity-100 { - --tw-ring-opacity: 1; - } - - .\32xl\:focus-within\:ring-opacity-0:focus-within { - --tw-ring-opacity: 0; - } - - .\32xl\:focus-within\:ring-opacity-5:focus-within { - --tw-ring-opacity: 0.05; - } - - .\32xl\:focus-within\:ring-opacity-10:focus-within { - --tw-ring-opacity: 0.1; - } - - .\32xl\:focus-within\:ring-opacity-20:focus-within { - --tw-ring-opacity: 0.2; - } - - .\32xl\:focus-within\:ring-opacity-25:focus-within { - --tw-ring-opacity: 0.25; - } - - .\32xl\:focus-within\:ring-opacity-30:focus-within { - --tw-ring-opacity: 0.3; - } - - .\32xl\:focus-within\:ring-opacity-40:focus-within { - --tw-ring-opacity: 0.4; - } - - .\32xl\:focus-within\:ring-opacity-50:focus-within { - --tw-ring-opacity: 0.5; - } - - .\32xl\:focus-within\:ring-opacity-60:focus-within { - --tw-ring-opacity: 0.6; - } - - .\32xl\:focus-within\:ring-opacity-70:focus-within { - --tw-ring-opacity: 0.7; - } - - .\32xl\:focus-within\:ring-opacity-75:focus-within { - --tw-ring-opacity: 0.75; - } - - .\32xl\:focus-within\:ring-opacity-80:focus-within { - --tw-ring-opacity: 0.8; - } - - .\32xl\:focus-within\:ring-opacity-90:focus-within { - --tw-ring-opacity: 0.9; - } - - .\32xl\:focus-within\:ring-opacity-95:focus-within { - --tw-ring-opacity: 0.95; - } - - .\32xl\:focus-within\:ring-opacity-100:focus-within { - --tw-ring-opacity: 1; - } - - .\32xl\:focus\:ring-opacity-0:focus { - --tw-ring-opacity: 0; - } - - .\32xl\:focus\:ring-opacity-5:focus { - --tw-ring-opacity: 0.05; - } - - .\32xl\:focus\:ring-opacity-10:focus { - --tw-ring-opacity: 0.1; - } - - .\32xl\:focus\:ring-opacity-20:focus { - --tw-ring-opacity: 0.2; - } - - .\32xl\:focus\:ring-opacity-25:focus { - --tw-ring-opacity: 0.25; - } - - .\32xl\:focus\:ring-opacity-30:focus { - --tw-ring-opacity: 0.3; - } - - .\32xl\:focus\:ring-opacity-40:focus { - --tw-ring-opacity: 0.4; - } - - .\32xl\:focus\:ring-opacity-50:focus { - --tw-ring-opacity: 0.5; - } - - .\32xl\:focus\:ring-opacity-60:focus { - --tw-ring-opacity: 0.6; - } - - .\32xl\:focus\:ring-opacity-70:focus { - --tw-ring-opacity: 0.7; - } - - .\32xl\:focus\:ring-opacity-75:focus { - --tw-ring-opacity: 0.75; - } - - .\32xl\:focus\:ring-opacity-80:focus { - --tw-ring-opacity: 0.8; - } - - .\32xl\:focus\:ring-opacity-90:focus { - --tw-ring-opacity: 0.9; - } - - .\32xl\:focus\:ring-opacity-95:focus { - --tw-ring-opacity: 0.95; - } - - .\32xl\:focus\:ring-opacity-100:focus { - --tw-ring-opacity: 1; - } - - .\32xl\:fill-current { - fill: currentColor; - } - - .\32xl\:stroke-current { - stroke: currentColor; - } - - .\32xl\:stroke-0 { - stroke-width: 0; - } - - .\32xl\:stroke-1 { - stroke-width: 1; - } - - .\32xl\:stroke-2 { - stroke-width: 2; - } - - .\32xl\:table-auto { - table-layout: auto; - } - - .\32xl\:table-fixed { - table-layout: fixed; - } - - .\32xl\:text-left { - text-align: left; - } - - .\32xl\:text-center { - text-align: center; - } - - .\32xl\:text-right { - text-align: right; - } - - .\32xl\:text-justify { - text-align: justify; - } - - .\32xl\:text-transparent { - color: transparent; - } - - .\32xl\:text-current { - color: currentColor; - } - - .\32xl\:text-black { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .\32xl\:text-white { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-100 { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-200 { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-300 { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-400 { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-500 { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-600 { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-700 { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-800 { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-900 { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .\32xl\:text-red-50 { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .\32xl\:text-red-100 { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .\32xl\:text-red-200 { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .\32xl\:text-red-300 { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .\32xl\:text-red-400 { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .\32xl\:text-red-500 { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .\32xl\:text-red-600 { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .\32xl\:text-red-700 { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .\32xl\:text-red-800 { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .\32xl\:text-red-900 { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .\32xl\:text-yellow-50 { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .\32xl\:text-yellow-100 { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .\32xl\:text-yellow-200 { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .\32xl\:text-yellow-300 { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .\32xl\:text-yellow-400 { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .\32xl\:text-yellow-500 { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .\32xl\:text-yellow-600 { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .\32xl\:text-yellow-700 { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .\32xl\:text-yellow-800 { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .\32xl\:text-yellow-900 { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .\32xl\:text-green-50 { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .\32xl\:text-green-100 { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .\32xl\:text-green-200 { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .\32xl\:text-green-300 { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .\32xl\:text-green-400 { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .\32xl\:text-green-500 { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .\32xl\:text-green-600 { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .\32xl\:text-green-700 { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .\32xl\:text-green-800 { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .\32xl\:text-green-900 { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .\32xl\:text-blue-50 { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .\32xl\:text-blue-100 { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .\32xl\:text-blue-200 { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .\32xl\:text-blue-300 { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .\32xl\:text-blue-400 { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .\32xl\:text-blue-500 { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .\32xl\:text-blue-600 { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .\32xl\:text-blue-700 { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .\32xl\:text-blue-800 { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .\32xl\:text-blue-900 { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .\32xl\:text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .\32xl\:text-indigo-100 { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .\32xl\:text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .\32xl\:text-indigo-300 { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .\32xl\:text-indigo-400 { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .\32xl\:text-indigo-500 { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .\32xl\:text-indigo-600 { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .\32xl\:text-indigo-700 { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .\32xl\:text-indigo-800 { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .\32xl\:text-indigo-900 { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .\32xl\:text-primary-50 { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .\32xl\:text-primary-100 { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .\32xl\:text-primary-200 { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .\32xl\:text-primary-300 { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .\32xl\:text-primary-400 { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .\32xl\:text-primary-500 { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .\32xl\:text-primary-600 { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .\32xl\:text-primary-700 { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .\32xl\:text-primary-800 { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .\32xl\:text-primary-900 { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .\32xl\:text-danger { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .\32xl\:text-success { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .\32xl\:text-warning { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .\32xl\:text-info { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-transparent:hover { - color: transparent; - } - - .\32xl\:hover\:text-current:hover { - color: currentColor; - } - - .\32xl\:hover\:text-black:hover { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-white:hover { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-50:hover { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-100:hover { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-200:hover { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-300:hover { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-400:hover { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-500:hover { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-600:hover { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-700:hover { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-800:hover { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-900:hover { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-red-50:hover { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-red-100:hover { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-red-200:hover { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-red-300:hover { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-red-400:hover { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-red-500:hover { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-red-600:hover { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-red-700:hover { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-red-800:hover { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-red-900:hover { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-yellow-50:hover { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-yellow-100:hover { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-yellow-200:hover { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-yellow-300:hover { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-yellow-400:hover { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-yellow-500:hover { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-yellow-600:hover { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-yellow-700:hover { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-yellow-800:hover { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-yellow-900:hover { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-green-50:hover { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-green-100:hover { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-green-200:hover { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-green-300:hover { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-green-400:hover { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-green-500:hover { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-green-600:hover { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-green-700:hover { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-green-800:hover { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-green-900:hover { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-blue-50:hover { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-blue-100:hover { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-blue-200:hover { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-blue-300:hover { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-blue-400:hover { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-blue-500:hover { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-blue-600:hover { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-blue-700:hover { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-blue-800:hover { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-blue-900:hover { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-indigo-50:hover { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-indigo-100:hover { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-indigo-200:hover { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-indigo-300:hover { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-indigo-400:hover { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-indigo-500:hover { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-indigo-600:hover { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-indigo-700:hover { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-indigo-800:hover { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-indigo-900:hover { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-50:hover { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-100:hover { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-200:hover { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-300:hover { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-400:hover { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-500:hover { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-600:hover { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-700:hover { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-800:hover { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-900:hover { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-50:hover { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-100:hover { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-200:hover { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-300:hover { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-400:hover { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-500:hover { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-600:hover { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-700:hover { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-800:hover { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-900:hover { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-primary-50:hover { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-primary-100:hover { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-primary-200:hover { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-primary-300:hover { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-primary-400:hover { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-primary-500:hover { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-primary-600:hover { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-primary-700:hover { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-primary-800:hover { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-primary-900:hover { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-danger:hover { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-success:hover { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-warning:hover { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-info:hover { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-transparent:focus { - color: transparent; - } - - .\32xl\:focus\:text-current:focus { - color: currentColor; - } - - .\32xl\:focus\:text-black:focus { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-white:focus { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-50:focus { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-100:focus { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-200:focus { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-300:focus { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-400:focus { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-500:focus { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-600:focus { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-700:focus { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-800:focus { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-900:focus { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-red-50:focus { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-red-100:focus { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-red-200:focus { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-red-300:focus { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-red-400:focus { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-red-500:focus { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-red-600:focus { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-red-700:focus { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-red-800:focus { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-red-900:focus { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-yellow-50:focus { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-yellow-100:focus { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-yellow-200:focus { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-yellow-300:focus { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-yellow-400:focus { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-yellow-500:focus { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-yellow-600:focus { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-yellow-700:focus { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-yellow-800:focus { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-yellow-900:focus { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-green-50:focus { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-green-100:focus { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-green-200:focus { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-green-300:focus { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-green-400:focus { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-green-500:focus { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-green-600:focus { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-green-700:focus { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-green-800:focus { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-green-900:focus { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-blue-50:focus { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-blue-100:focus { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-blue-200:focus { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-blue-300:focus { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-blue-400:focus { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-blue-500:focus { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-blue-600:focus { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-blue-700:focus { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-blue-800:focus { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-blue-900:focus { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-indigo-50:focus { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-indigo-100:focus { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-indigo-200:focus { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-indigo-300:focus { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-indigo-400:focus { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-indigo-500:focus { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-indigo-600:focus { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-indigo-700:focus { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-indigo-800:focus { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-indigo-900:focus { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-50:focus { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-100:focus { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-200:focus { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-300:focus { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-400:focus { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-500:focus { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-600:focus { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-700:focus { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-800:focus { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-900:focus { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-50:focus { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-100:focus { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-200:focus { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-300:focus { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-400:focus { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-500:focus { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-600:focus { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-700:focus { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-800:focus { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-900:focus { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-primary-50:focus { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-primary-100:focus { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-primary-200:focus { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-primary-300:focus { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-primary-400:focus { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-primary-500:focus { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-primary-600:focus { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-primary-700:focus { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-primary-800:focus { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-primary-900:focus { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-danger:focus { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-success:focus { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-warning:focus { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-info:focus { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-transparent:active { - color: transparent; - } - - .\32xl\:active\:text-current:active { - color: currentColor; - } - - .\32xl\:active\:text-black:active { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-white:active { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-gray-50:active { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-gray-100:active { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-gray-200:active { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-gray-300:active { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-gray-400:active { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-gray-500:active { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-gray-600:active { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-gray-700:active { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-gray-800:active { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-gray-900:active { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-red-50:active { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-red-100:active { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-red-200:active { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-red-300:active { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-red-400:active { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-red-500:active { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-red-600:active { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-red-700:active { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-red-800:active { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-red-900:active { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-yellow-50:active { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-yellow-100:active { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-yellow-200:active { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-yellow-300:active { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-yellow-400:active { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-yellow-500:active { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-yellow-600:active { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-yellow-700:active { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-yellow-800:active { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-yellow-900:active { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-green-50:active { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-green-100:active { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-green-200:active { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-green-300:active { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-green-400:active { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-green-500:active { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-green-600:active { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-green-700:active { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-green-800:active { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-green-900:active { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-blue-50:active { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-blue-100:active { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-blue-200:active { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-blue-300:active { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-blue-400:active { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-blue-500:active { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-blue-600:active { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-blue-700:active { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-blue-800:active { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-blue-900:active { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-indigo-50:active { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-indigo-100:active { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-indigo-200:active { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-indigo-300:active { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-indigo-400:active { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-indigo-500:active { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-indigo-600:active { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-indigo-700:active { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-indigo-800:active { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-indigo-900:active { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-purple-50:active { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-purple-100:active { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-purple-200:active { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-purple-300:active { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-purple-400:active { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-purple-500:active { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-purple-600:active { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-purple-700:active { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-purple-800:active { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-purple-900:active { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-pink-50:active { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-pink-100:active { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-pink-200:active { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-pink-300:active { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-pink-400:active { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-pink-500:active { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-pink-600:active { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-pink-700:active { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-pink-800:active { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-pink-900:active { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-primary-50:active { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-primary-100:active { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-primary-200:active { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-primary-300:active { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-primary-400:active { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-primary-500:active { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-primary-600:active { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-primary-700:active { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-primary-800:active { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-primary-900:active { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-danger:active { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-success:active { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-warning:active { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .\32xl\:active\:text-info:active { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-transparent:visited { - color: transparent; - } - - .\32xl\:visited\:text-current:visited { - color: currentColor; - } - - .\32xl\:visited\:text-black:visited { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-white:visited { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-gray-50:visited { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-gray-100:visited { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-gray-200:visited { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-gray-300:visited { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-gray-400:visited { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-gray-500:visited { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-gray-600:visited { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-gray-700:visited { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-gray-800:visited { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-gray-900:visited { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-red-50:visited { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-red-100:visited { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-red-200:visited { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-red-300:visited { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-red-400:visited { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-red-500:visited { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-red-600:visited { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-red-700:visited { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-red-800:visited { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-red-900:visited { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-yellow-50:visited { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-yellow-100:visited { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-yellow-200:visited { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-yellow-300:visited { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-yellow-400:visited { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-yellow-500:visited { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-yellow-600:visited { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-yellow-700:visited { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-yellow-800:visited { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-yellow-900:visited { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-green-50:visited { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-green-100:visited { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-green-200:visited { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-green-300:visited { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-green-400:visited { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-green-500:visited { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-green-600:visited { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-green-700:visited { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-green-800:visited { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-green-900:visited { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-blue-50:visited { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-blue-100:visited { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-blue-200:visited { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-blue-300:visited { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-blue-400:visited { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-blue-500:visited { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-blue-600:visited { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-blue-700:visited { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-blue-800:visited { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-blue-900:visited { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-indigo-50:visited { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-indigo-100:visited { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-indigo-200:visited { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-indigo-300:visited { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-indigo-400:visited { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-indigo-500:visited { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-indigo-600:visited { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-indigo-700:visited { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-indigo-800:visited { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-indigo-900:visited { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-purple-50:visited { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-purple-100:visited { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-purple-200:visited { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-purple-300:visited { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-purple-400:visited { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-purple-500:visited { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-purple-600:visited { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-purple-700:visited { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-purple-800:visited { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-purple-900:visited { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-pink-50:visited { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-pink-100:visited { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-pink-200:visited { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-pink-300:visited { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-pink-400:visited { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-pink-500:visited { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-pink-600:visited { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-pink-700:visited { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-pink-800:visited { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-pink-900:visited { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-primary-50:visited { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-primary-100:visited { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-primary-200:visited { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-primary-300:visited { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-primary-400:visited { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-primary-500:visited { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-primary-600:visited { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-primary-700:visited { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-primary-800:visited { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-primary-900:visited { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-danger:visited { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-success:visited { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-warning:visited { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .\32xl\:visited\:text-info:visited { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .\32xl\:text-opacity-0 { - --tw-text-opacity: 0; - } - - .\32xl\:text-opacity-5 { - --tw-text-opacity: 0.05; - } - - .\32xl\:text-opacity-10 { - --tw-text-opacity: 0.1; - } - - .\32xl\:text-opacity-20 { - --tw-text-opacity: 0.2; - } - - .\32xl\:text-opacity-25 { - --tw-text-opacity: 0.25; - } - - .\32xl\:text-opacity-30 { - --tw-text-opacity: 0.3; - } - - .\32xl\:text-opacity-40 { - --tw-text-opacity: 0.4; - } - - .\32xl\:text-opacity-50 { - --tw-text-opacity: 0.5; - } - - .\32xl\:text-opacity-60 { - --tw-text-opacity: 0.6; - } - - .\32xl\:text-opacity-70 { - --tw-text-opacity: 0.7; - } - - .\32xl\:text-opacity-75 { - --tw-text-opacity: 0.75; - } - - .\32xl\:text-opacity-80 { - --tw-text-opacity: 0.8; - } - - .\32xl\:text-opacity-90 { - --tw-text-opacity: 0.9; - } - - .\32xl\:text-opacity-95 { - --tw-text-opacity: 0.95; - } - - .\32xl\:text-opacity-100 { - --tw-text-opacity: 1; - } - - .group:hover .\32xl\:group-hover\:text-opacity-0 { - --tw-text-opacity: 0; - } - - .group:hover .\32xl\:group-hover\:text-opacity-5 { - --tw-text-opacity: 0.05; - } - - .group:hover .\32xl\:group-hover\:text-opacity-10 { - --tw-text-opacity: 0.1; - } - - .group:hover .\32xl\:group-hover\:text-opacity-20 { - --tw-text-opacity: 0.2; - } - - .group:hover .\32xl\:group-hover\:text-opacity-25 { - --tw-text-opacity: 0.25; - } - - .group:hover .\32xl\:group-hover\:text-opacity-30 { - --tw-text-opacity: 0.3; - } - - .group:hover .\32xl\:group-hover\:text-opacity-40 { - --tw-text-opacity: 0.4; - } - - .group:hover .\32xl\:group-hover\:text-opacity-50 { - --tw-text-opacity: 0.5; - } - - .group:hover .\32xl\:group-hover\:text-opacity-60 { - --tw-text-opacity: 0.6; - } - - .group:hover .\32xl\:group-hover\:text-opacity-70 { - --tw-text-opacity: 0.7; - } - - .group:hover .\32xl\:group-hover\:text-opacity-75 { - --tw-text-opacity: 0.75; - } - - .group:hover .\32xl\:group-hover\:text-opacity-80 { - --tw-text-opacity: 0.8; - } - - .group:hover .\32xl\:group-hover\:text-opacity-90 { - --tw-text-opacity: 0.9; - } - - .group:hover .\32xl\:group-hover\:text-opacity-95 { - --tw-text-opacity: 0.95; - } - - .group:hover .\32xl\:group-hover\:text-opacity-100 { - --tw-text-opacity: 1; - } - - .\32xl\:focus-within\:text-opacity-0:focus-within { - --tw-text-opacity: 0; - } - - .\32xl\:focus-within\:text-opacity-5:focus-within { - --tw-text-opacity: 0.05; - } - - .\32xl\:focus-within\:text-opacity-10:focus-within { - --tw-text-opacity: 0.1; - } - - .\32xl\:focus-within\:text-opacity-20:focus-within { - --tw-text-opacity: 0.2; - } - - .\32xl\:focus-within\:text-opacity-25:focus-within { - --tw-text-opacity: 0.25; - } - - .\32xl\:focus-within\:text-opacity-30:focus-within { - --tw-text-opacity: 0.3; - } - - .\32xl\:focus-within\:text-opacity-40:focus-within { - --tw-text-opacity: 0.4; - } - - .\32xl\:focus-within\:text-opacity-50:focus-within { - --tw-text-opacity: 0.5; - } - - .\32xl\:focus-within\:text-opacity-60:focus-within { - --tw-text-opacity: 0.6; - } - - .\32xl\:focus-within\:text-opacity-70:focus-within { - --tw-text-opacity: 0.7; - } - - .\32xl\:focus-within\:text-opacity-75:focus-within { - --tw-text-opacity: 0.75; - } - - .\32xl\:focus-within\:text-opacity-80:focus-within { - --tw-text-opacity: 0.8; - } - - .\32xl\:focus-within\:text-opacity-90:focus-within { - --tw-text-opacity: 0.9; - } - - .\32xl\:focus-within\:text-opacity-95:focus-within { - --tw-text-opacity: 0.95; - } - - .\32xl\:focus-within\:text-opacity-100:focus-within { - --tw-text-opacity: 1; - } - - .\32xl\:hover\:text-opacity-0:hover { - --tw-text-opacity: 0; - } - - .\32xl\:hover\:text-opacity-5:hover { - --tw-text-opacity: 0.05; - } - - .\32xl\:hover\:text-opacity-10:hover { - --tw-text-opacity: 0.1; - } - - .\32xl\:hover\:text-opacity-20:hover { - --tw-text-opacity: 0.2; - } - - .\32xl\:hover\:text-opacity-25:hover { - --tw-text-opacity: 0.25; - } - - .\32xl\:hover\:text-opacity-30:hover { - --tw-text-opacity: 0.3; - } - - .\32xl\:hover\:text-opacity-40:hover { - --tw-text-opacity: 0.4; - } - - .\32xl\:hover\:text-opacity-50:hover { - --tw-text-opacity: 0.5; - } - - .\32xl\:hover\:text-opacity-60:hover { - --tw-text-opacity: 0.6; - } - - .\32xl\:hover\:text-opacity-70:hover { - --tw-text-opacity: 0.7; - } - - .\32xl\:hover\:text-opacity-75:hover { - --tw-text-opacity: 0.75; - } - - .\32xl\:hover\:text-opacity-80:hover { - --tw-text-opacity: 0.8; - } - - .\32xl\:hover\:text-opacity-90:hover { - --tw-text-opacity: 0.9; - } - - .\32xl\:hover\:text-opacity-95:hover { - --tw-text-opacity: 0.95; - } - - .\32xl\:hover\:text-opacity-100:hover { - --tw-text-opacity: 1; - } - - .\32xl\:focus\:text-opacity-0:focus { - --tw-text-opacity: 0; - } - - .\32xl\:focus\:text-opacity-5:focus { - --tw-text-opacity: 0.05; - } - - .\32xl\:focus\:text-opacity-10:focus { - --tw-text-opacity: 0.1; - } - - .\32xl\:focus\:text-opacity-20:focus { - --tw-text-opacity: 0.2; - } - - .\32xl\:focus\:text-opacity-25:focus { - --tw-text-opacity: 0.25; - } - - .\32xl\:focus\:text-opacity-30:focus { - --tw-text-opacity: 0.3; - } - - .\32xl\:focus\:text-opacity-40:focus { - --tw-text-opacity: 0.4; - } - - .\32xl\:focus\:text-opacity-50:focus { - --tw-text-opacity: 0.5; - } - - .\32xl\:focus\:text-opacity-60:focus { - --tw-text-opacity: 0.6; - } - - .\32xl\:focus\:text-opacity-70:focus { - --tw-text-opacity: 0.7; - } - - .\32xl\:focus\:text-opacity-75:focus { - --tw-text-opacity: 0.75; - } - - .\32xl\:focus\:text-opacity-80:focus { - --tw-text-opacity: 0.8; - } - - .\32xl\:focus\:text-opacity-90:focus { - --tw-text-opacity: 0.9; - } - - .\32xl\:focus\:text-opacity-95:focus { - --tw-text-opacity: 0.95; - } - - .\32xl\:focus\:text-opacity-100:focus { - --tw-text-opacity: 1; - } - - .\32xl\:truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - - .\32xl\:overflow-ellipsis { - text-overflow: ellipsis; - } - - .\32xl\:overflow-clip { - text-overflow: clip; - } - - .\32xl\:italic { - font-style: italic; - } - - .\32xl\:not-italic { - font-style: normal; - } - - .\32xl\:uppercase { - text-transform: uppercase; - } - - .\32xl\:lowercase { - text-transform: lowercase; - } - - .\32xl\:capitalize { - text-transform: capitalize; - } - - .\32xl\:normal-case { - text-transform: none; - } - - .\32xl\:underline { - text-decoration: underline; - } - - .\32xl\:line-through { - text-decoration: line-through; - } - - .\32xl\:no-underline { - text-decoration: none; - } - - .group:hover .\32xl\:group-hover\:underline { - text-decoration: underline; - } - - .group:hover .\32xl\:group-hover\:line-through { - text-decoration: line-through; - } - - .group:hover .\32xl\:group-hover\:no-underline { - text-decoration: none; - } - - .\32xl\:focus-within\:underline:focus-within { - text-decoration: underline; - } - - .\32xl\:focus-within\:line-through:focus-within { - text-decoration: line-through; - } - - .\32xl\:focus-within\:no-underline:focus-within { - text-decoration: none; - } - - .\32xl\:hover\:underline:hover { - text-decoration: underline; - } - - .\32xl\:hover\:line-through:hover { - text-decoration: line-through; - } - - .\32xl\:hover\:no-underline:hover { - text-decoration: none; - } - - .\32xl\:focus\:underline:focus { - text-decoration: underline; - } - - .\32xl\:focus\:line-through:focus { - text-decoration: line-through; - } - - .\32xl\:focus\:no-underline:focus { - text-decoration: none; - } - - .\32xl\:antialiased { - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - } - - .\32xl\:subpixel-antialiased { - -webkit-font-smoothing: auto; - -moz-osx-font-smoothing: auto; - } - - .\32xl\:ordinal, .\32xl\:slashed-zero, .\32xl\:lining-nums, .\32xl\:oldstyle-nums, .\32xl\:proportional-nums, .\32xl\:tabular-nums, .\32xl\:diagonal-fractions, .\32xl\:stacked-fractions { - --tw-ordinal: var(--tw-empty,/*!*/ /*!*/); - --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/); - font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction); - } - - .\32xl\:normal-nums { - font-variant-numeric: normal; - } - - .\32xl\:ordinal { - --tw-ordinal: ordinal; - } - - .\32xl\:slashed-zero { - --tw-slashed-zero: slashed-zero; - } - - .\32xl\:lining-nums { - --tw-numeric-figure: lining-nums; - } - - .\32xl\:oldstyle-nums { - --tw-numeric-figure: oldstyle-nums; - } - - .\32xl\:proportional-nums { - --tw-numeric-spacing: proportional-nums; - } - - .\32xl\:tabular-nums { - --tw-numeric-spacing: tabular-nums; - } - - .\32xl\:diagonal-fractions { - --tw-numeric-fraction: diagonal-fractions; - } - - .\32xl\:stacked-fractions { - --tw-numeric-fraction: stacked-fractions; - } - - .\32xl\:tracking-tighter { - letter-spacing: -0.05em; - } - - .\32xl\:tracking-tight { - letter-spacing: -0.025em; - } - - .\32xl\:tracking-normal { - letter-spacing: 0em; - } - - .\32xl\:tracking-wide { - letter-spacing: 0.025em; - } - - .\32xl\:tracking-wider { - letter-spacing: 0.05em; - } - - .\32xl\:tracking-widest { - letter-spacing: 0.1em; - } - - .\32xl\:select-none { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - } - - .\32xl\:select-text { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - } - - .\32xl\:select-all { - -webkit-user-select: all; - -moz-user-select: all; - user-select: all; - } - - .\32xl\:select-auto { - -webkit-user-select: auto; - -moz-user-select: auto; - -ms-user-select: auto; - user-select: auto; - } - - .\32xl\:align-baseline { - vertical-align: baseline; - } - - .\32xl\:align-top { - vertical-align: top; - } - - .\32xl\:align-middle { - vertical-align: middle; - } - - .\32xl\:align-bottom { - vertical-align: bottom; - } - - .\32xl\:align-text-top { - vertical-align: text-top; - } - - .\32xl\:align-text-bottom { - vertical-align: text-bottom; - } - - .\32xl\:visible { - visibility: visible; - } - - .\32xl\:invisible { - visibility: hidden; - } - - .\32xl\:whitespace-normal { - white-space: normal; - } - - .\32xl\:whitespace-nowrap { - white-space: nowrap; - } - - .\32xl\:whitespace-pre { - white-space: pre; - } - - .\32xl\:whitespace-pre-line { - white-space: pre-line; - } - - .\32xl\:whitespace-pre-wrap { - white-space: pre-wrap; - } - - .\32xl\:break-normal { - overflow-wrap: normal; - word-break: normal; - } - - .\32xl\:break-words { - overflow-wrap: break-word; - } - - .\32xl\:break-all { - word-break: break-all; - } - - .\32xl\:w-0 { - width: 0px; - } - - .\32xl\:w-1 { - width: 0.25rem; - } - - .\32xl\:w-2 { - width: 0.5rem; - } - - .\32xl\:w-3 { - width: 0.75rem; - } - - .\32xl\:w-4 { - width: 1rem; - } - - .\32xl\:w-5 { - width: 1.25rem; - } - - .\32xl\:w-6 { - width: 1.5rem; - } - - .\32xl\:w-7 { - width: 1.75rem; - } - - .\32xl\:w-8 { - width: 2rem; - } - - .\32xl\:w-9 { - width: 2.25rem; - } - - .\32xl\:w-10 { - width: 2.5rem; - } - - .\32xl\:w-11 { - width: 2.75rem; - } - - .\32xl\:w-12 { - width: 3rem; - } - - .\32xl\:w-14 { - width: 3.5rem; - } - - .\32xl\:w-16 { - width: 4rem; - } - - .\32xl\:w-20 { - width: 5rem; - } - - .\32xl\:w-22 { - width: 5.625rem; - } - - .\32xl\:w-24 { - width: 6rem; - } - - .\32xl\:w-28 { - width: 7rem; - } - - .\32xl\:w-32 { - width: 8rem; - } - - .\32xl\:w-36 { - width: 9rem; - } - - .\32xl\:w-40 { - width: 10rem; - } - - .\32xl\:w-44 { - width: 11rem; - } - - .\32xl\:w-48 { - width: 12rem; - } - - .\32xl\:w-52 { - width: 13rem; - } - - .\32xl\:w-56 { - width: 14rem; - } - - .\32xl\:w-60 { - width: 240px; - } - - .\32xl\:w-64 { - width: 16rem; - } - - .\32xl\:w-72 { - width: 18rem; - } - - .\32xl\:w-80 { - width: 20rem; - } - - .\32xl\:w-88 { - width: 22rem; - } - - .\32xl\:w-96 { - width: 24rem; - } - - .\32xl\:w-130 { - width: 560px; - } - - .\32xl\:w-auto { - width: auto; - } - - .\32xl\:w-px { - width: 1px; - } - - .\32xl\:w-0\.5 { - width: 0.125rem; - } - - .\32xl\:w-1\.5 { - width: 0.375rem; - } - - .\32xl\:w-2\.5 { - width: 0.625rem; - } - - .\32xl\:w-3\.5 { - width: 0.875rem; - } - - .\32xl\:w-1\/2 { - width: 50%; - } - - .\32xl\:w-1\/3 { - width: 33.333333%; - } - - .\32xl\:w-2\/3 { - width: 66.666667%; - } - - .\32xl\:w-1\/4 { - width: 25%; - } - - .\32xl\:w-2\/4 { - width: 50%; - } - - .\32xl\:w-3\/4 { - width: 75%; - } - - .\32xl\:w-1\/5 { - width: 20%; - } - - .\32xl\:w-2\/5 { - width: 40%; - } - - .\32xl\:w-3\/5 { - width: 60%; - } - - .\32xl\:w-4\/5 { - width: 80%; - } - - .\32xl\:w-1\/6 { - width: 16.666667%; - } - - .\32xl\:w-2\/6 { - width: 33.333333%; - } - - .\32xl\:w-3\/6 { - width: 50%; - } - - .\32xl\:w-4\/6 { - width: 66.666667%; - } - - .\32xl\:w-5\/6 { - width: 83.333333%; - } - - .\32xl\:w-1\/12 { - width: 8.333333%; - } - - .\32xl\:w-2\/12 { - width: 16.666667%; - } - - .\32xl\:w-3\/12 { - width: 25%; - } - - .\32xl\:w-4\/12 { - width: 33.333333%; - } - - .\32xl\:w-5\/12 { - width: 41.666667%; - } - - .\32xl\:w-6\/12 { - width: 50%; - } - - .\32xl\:w-7\/12 { - width: 58.333333%; - } - - .\32xl\:w-8\/12 { - width: 66.666667%; - } - - .\32xl\:w-9\/12 { - width: 75%; - } - - .\32xl\:w-10\/12 { - width: 83.333333%; - } - - .\32xl\:w-11\/12 { - width: 91.666667%; - } - - .\32xl\:w-full { - width: 100%; - } - - .\32xl\:w-screen { - width: 100vw; - } - - .\32xl\:w-min { - width: -webkit-min-content; - width: -moz-min-content; - width: min-content; - } - - .\32xl\:w-max { - width: -webkit-max-content; - width: -moz-max-content; - width: max-content; - } - - .\32xl\:z-0 { - z-index: 0; - } - - .\32xl\:z-5 { - z-index: 5; - } - - .\32xl\:z-10 { - z-index: 10; - } - - .\32xl\:z-15 { - z-index: 15; - } - - .\32xl\:z-20 { - z-index: 20; - } - - .\32xl\:z-25 { - z-index: 25; - } - - .\32xl\:z-30 { - z-index: 30; - } - - .\32xl\:z-40 { - z-index: 40; - } - - .\32xl\:z-50 { - z-index: 50; - } - - .\32xl\:z-auto { - z-index: auto; - } - - .\32xl\:focus-within\:z-0:focus-within { - z-index: 0; - } - - .\32xl\:focus-within\:z-5:focus-within { - z-index: 5; - } - - .\32xl\:focus-within\:z-10:focus-within { - z-index: 10; - } - - .\32xl\:focus-within\:z-15:focus-within { - z-index: 15; - } - - .\32xl\:focus-within\:z-20:focus-within { - z-index: 20; - } - - .\32xl\:focus-within\:z-25:focus-within { - z-index: 25; - } - - .\32xl\:focus-within\:z-30:focus-within { - z-index: 30; - } - - .\32xl\:focus-within\:z-40:focus-within { - z-index: 40; - } - - .\32xl\:focus-within\:z-50:focus-within { - z-index: 50; - } - - .\32xl\:focus-within\:z-auto:focus-within { - z-index: auto; - } - - .\32xl\:focus\:z-0:focus { - z-index: 0; - } - - .\32xl\:focus\:z-5:focus { - z-index: 5; - } - - .\32xl\:focus\:z-10:focus { - z-index: 10; - } - - .\32xl\:focus\:z-15:focus { - z-index: 15; - } - - .\32xl\:focus\:z-20:focus { - z-index: 20; - } - - .\32xl\:focus\:z-25:focus { - z-index: 25; - } - - .\32xl\:focus\:z-30:focus { - z-index: 30; - } - - .\32xl\:focus\:z-40:focus { - z-index: 40; - } - - .\32xl\:focus\:z-50:focus { - z-index: 50; - } - - .\32xl\:focus\:z-auto:focus { - z-index: auto; - } - - .\32xl\:gap-0 { - gap: 0px; - } - - .\32xl\:gap-1 { - gap: 0.25rem; - } - - .\32xl\:gap-2 { - gap: 0.5rem; - } - - .\32xl\:gap-3 { - gap: 0.75rem; - } - - .\32xl\:gap-4 { - gap: 1rem; - } - - .\32xl\:gap-5 { - gap: 1.25rem; - } - - .\32xl\:gap-6 { - gap: 1.5rem; - } - - .\32xl\:gap-7 { - gap: 1.75rem; - } - - .\32xl\:gap-8 { - gap: 2rem; - } - - .\32xl\:gap-9 { - gap: 2.25rem; - } - - .\32xl\:gap-10 { - gap: 2.5rem; - } - - .\32xl\:gap-11 { - gap: 2.75rem; - } - - .\32xl\:gap-12 { - gap: 3rem; - } - - .\32xl\:gap-14 { - gap: 3.5rem; - } - - .\32xl\:gap-16 { - gap: 4rem; - } - - .\32xl\:gap-20 { - gap: 5rem; - } - - .\32xl\:gap-22 { - gap: 5.625rem; - } - - .\32xl\:gap-24 { - gap: 6rem; - } - - .\32xl\:gap-28 { - gap: 7rem; - } - - .\32xl\:gap-32 { - gap: 8rem; - } - - .\32xl\:gap-36 { - gap: 9rem; - } - - .\32xl\:gap-40 { - gap: 10rem; - } - - .\32xl\:gap-44 { - gap: 11rem; - } - - .\32xl\:gap-48 { - gap: 12rem; - } - - .\32xl\:gap-52 { - gap: 13rem; - } - - .\32xl\:gap-56 { - gap: 14rem; - } - - .\32xl\:gap-60 { - gap: 240px; - } - - .\32xl\:gap-64 { - gap: 16rem; - } - - .\32xl\:gap-72 { - gap: 18rem; - } - - .\32xl\:gap-80 { - gap: 20rem; - } - - .\32xl\:gap-88 { - gap: 22rem; - } - - .\32xl\:gap-96 { - gap: 24rem; - } - - .\32xl\:gap-130 { - gap: 560px; - } - - .\32xl\:gap-px { - gap: 1px; - } - - .\32xl\:gap-0\.5 { - gap: 0.125rem; - } - - .\32xl\:gap-1\.5 { - gap: 0.375rem; - } - - .\32xl\:gap-2\.5 { - gap: 0.625rem; - } - - .\32xl\:gap-3\.5 { - gap: 0.875rem; - } - - .\32xl\:gap-x-0 { - -moz-column-gap: 0px; - column-gap: 0px; - } - - .\32xl\:gap-x-1 { - -moz-column-gap: 0.25rem; - column-gap: 0.25rem; - } - - .\32xl\:gap-x-2 { - -moz-column-gap: 0.5rem; - column-gap: 0.5rem; - } - - .\32xl\:gap-x-3 { - -moz-column-gap: 0.75rem; - column-gap: 0.75rem; - } - - .\32xl\:gap-x-4 { - -moz-column-gap: 1rem; - column-gap: 1rem; - } - - .\32xl\:gap-x-5 { - -moz-column-gap: 1.25rem; - column-gap: 1.25rem; - } - - .\32xl\:gap-x-6 { - -moz-column-gap: 1.5rem; - column-gap: 1.5rem; - } - - .\32xl\:gap-x-7 { - -moz-column-gap: 1.75rem; - column-gap: 1.75rem; - } - - .\32xl\:gap-x-8 { - -moz-column-gap: 2rem; - column-gap: 2rem; - } - - .\32xl\:gap-x-9 { - -moz-column-gap: 2.25rem; - column-gap: 2.25rem; - } - - .\32xl\:gap-x-10 { - -moz-column-gap: 2.5rem; - column-gap: 2.5rem; - } - - .\32xl\:gap-x-11 { - -moz-column-gap: 2.75rem; - column-gap: 2.75rem; - } - - .\32xl\:gap-x-12 { - -moz-column-gap: 3rem; - column-gap: 3rem; - } - - .\32xl\:gap-x-14 { - -moz-column-gap: 3.5rem; - column-gap: 3.5rem; - } - - .\32xl\:gap-x-16 { - -moz-column-gap: 4rem; - column-gap: 4rem; - } - - .\32xl\:gap-x-20 { - -moz-column-gap: 5rem; - column-gap: 5rem; - } - - .\32xl\:gap-x-22 { - -moz-column-gap: 5.625rem; - column-gap: 5.625rem; - } - - .\32xl\:gap-x-24 { - -moz-column-gap: 6rem; - column-gap: 6rem; - } - - .\32xl\:gap-x-28 { - -moz-column-gap: 7rem; - column-gap: 7rem; - } - - .\32xl\:gap-x-32 { - -moz-column-gap: 8rem; - column-gap: 8rem; - } - - .\32xl\:gap-x-36 { - -moz-column-gap: 9rem; - column-gap: 9rem; - } - - .\32xl\:gap-x-40 { - -moz-column-gap: 10rem; - column-gap: 10rem; - } - - .\32xl\:gap-x-44 { - -moz-column-gap: 11rem; - column-gap: 11rem; - } - - .\32xl\:gap-x-48 { - -moz-column-gap: 12rem; - column-gap: 12rem; - } - - .\32xl\:gap-x-52 { - -moz-column-gap: 13rem; - column-gap: 13rem; - } - - .\32xl\:gap-x-56 { - -moz-column-gap: 14rem; - column-gap: 14rem; - } - - .\32xl\:gap-x-60 { - -moz-column-gap: 240px; - column-gap: 240px; - } - - .\32xl\:gap-x-64 { - -moz-column-gap: 16rem; - column-gap: 16rem; - } - - .\32xl\:gap-x-72 { - -moz-column-gap: 18rem; - column-gap: 18rem; - } - - .\32xl\:gap-x-80 { - -moz-column-gap: 20rem; - column-gap: 20rem; - } - - .\32xl\:gap-x-88 { - -moz-column-gap: 22rem; - column-gap: 22rem; - } - - .\32xl\:gap-x-96 { - -moz-column-gap: 24rem; - column-gap: 24rem; - } - - .\32xl\:gap-x-130 { - -moz-column-gap: 560px; - column-gap: 560px; - } - - .\32xl\:gap-x-px { - -moz-column-gap: 1px; - column-gap: 1px; - } - - .\32xl\:gap-x-0\.5 { - -moz-column-gap: 0.125rem; - column-gap: 0.125rem; - } - - .\32xl\:gap-x-1\.5 { - -moz-column-gap: 0.375rem; - column-gap: 0.375rem; - } - - .\32xl\:gap-x-2\.5 { - -moz-column-gap: 0.625rem; - column-gap: 0.625rem; - } - - .\32xl\:gap-x-3\.5 { - -moz-column-gap: 0.875rem; - column-gap: 0.875rem; - } - - .\32xl\:gap-y-0 { - row-gap: 0px; - } - - .\32xl\:gap-y-1 { - row-gap: 0.25rem; - } - - .\32xl\:gap-y-2 { - row-gap: 0.5rem; - } - - .\32xl\:gap-y-3 { - row-gap: 0.75rem; - } - - .\32xl\:gap-y-4 { - row-gap: 1rem; - } - - .\32xl\:gap-y-5 { - row-gap: 1.25rem; - } - - .\32xl\:gap-y-6 { - row-gap: 1.5rem; - } - - .\32xl\:gap-y-7 { - row-gap: 1.75rem; - } - - .\32xl\:gap-y-8 { - row-gap: 2rem; - } - - .\32xl\:gap-y-9 { - row-gap: 2.25rem; - } - - .\32xl\:gap-y-10 { - row-gap: 2.5rem; - } - - .\32xl\:gap-y-11 { - row-gap: 2.75rem; - } - - .\32xl\:gap-y-12 { - row-gap: 3rem; - } - - .\32xl\:gap-y-14 { - row-gap: 3.5rem; - } - - .\32xl\:gap-y-16 { - row-gap: 4rem; - } - - .\32xl\:gap-y-20 { - row-gap: 5rem; - } - - .\32xl\:gap-y-22 { - row-gap: 5.625rem; - } - - .\32xl\:gap-y-24 { - row-gap: 6rem; - } - - .\32xl\:gap-y-28 { - row-gap: 7rem; - } - - .\32xl\:gap-y-32 { - row-gap: 8rem; - } - - .\32xl\:gap-y-36 { - row-gap: 9rem; - } - - .\32xl\:gap-y-40 { - row-gap: 10rem; - } - - .\32xl\:gap-y-44 { - row-gap: 11rem; - } - - .\32xl\:gap-y-48 { - row-gap: 12rem; - } - - .\32xl\:gap-y-52 { - row-gap: 13rem; - } - - .\32xl\:gap-y-56 { - row-gap: 14rem; - } - - .\32xl\:gap-y-60 { - row-gap: 240px; - } - - .\32xl\:gap-y-64 { - row-gap: 16rem; - } - - .\32xl\:gap-y-72 { - row-gap: 18rem; - } - - .\32xl\:gap-y-80 { - row-gap: 20rem; - } - - .\32xl\:gap-y-88 { - row-gap: 22rem; - } - - .\32xl\:gap-y-96 { - row-gap: 24rem; - } - - .\32xl\:gap-y-130 { - row-gap: 560px; - } - - .\32xl\:gap-y-px { - row-gap: 1px; - } - - .\32xl\:gap-y-0\.5 { - row-gap: 0.125rem; - } - - .\32xl\:gap-y-1\.5 { - row-gap: 0.375rem; - } - - .\32xl\:gap-y-2\.5 { - row-gap: 0.625rem; - } - - .\32xl\:gap-y-3\.5 { - row-gap: 0.875rem; - } - - .\32xl\:grid-flow-row { - grid-auto-flow: row; - } - - .\32xl\:grid-flow-col { - grid-auto-flow: column; - } - - .\32xl\:grid-flow-row-dense { - grid-auto-flow: row dense; - } - - .\32xl\:grid-flow-col-dense { - grid-auto-flow: column dense; - } - - .\32xl\:grid-cols-1 { - grid-template-columns: repeat(1, minmax(0, 1fr)); - } - - .\32xl\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - - .\32xl\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } - - .\32xl\:grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)); - } - - .\32xl\:grid-cols-5 { - grid-template-columns: repeat(5, minmax(0, 1fr)); - } - - .\32xl\:grid-cols-6 { - grid-template-columns: repeat(6, minmax(0, 1fr)); - } - - .\32xl\:grid-cols-7 { - grid-template-columns: repeat(7, minmax(0, 1fr)); - } - - .\32xl\:grid-cols-8 { - grid-template-columns: repeat(8, minmax(0, 1fr)); - } - - .\32xl\:grid-cols-9 { - grid-template-columns: repeat(9, minmax(0, 1fr)); - } - - .\32xl\:grid-cols-10 { - grid-template-columns: repeat(10, minmax(0, 1fr)); - } - - .\32xl\:grid-cols-11 { - grid-template-columns: repeat(11, minmax(0, 1fr)); - } - - .\32xl\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); - } - - .\32xl\:grid-cols-none { - grid-template-columns: none; - } - - .\32xl\:auto-cols-auto { - grid-auto-columns: auto; - } - - .\32xl\:auto-cols-min { - grid-auto-columns: -webkit-min-content; - grid-auto-columns: min-content; - } - - .\32xl\:auto-cols-max { - grid-auto-columns: -webkit-max-content; - grid-auto-columns: max-content; - } - - .\32xl\:auto-cols-fr { - grid-auto-columns: minmax(0, 1fr); - } - - .\32xl\:col-auto { - grid-column: auto; - } - - .\32xl\:col-span-1 { - grid-column: span 1 / span 1; - } - - .\32xl\:col-span-2 { - grid-column: span 2 / span 2; - } - - .\32xl\:col-span-3 { - grid-column: span 3 / span 3; - } - - .\32xl\:col-span-4 { - grid-column: span 4 / span 4; - } - - .\32xl\:col-span-5 { - grid-column: span 5 / span 5; - } - - .\32xl\:col-span-6 { - grid-column: span 6 / span 6; - } - - .\32xl\:col-span-7 { - grid-column: span 7 / span 7; - } - - .\32xl\:col-span-8 { - grid-column: span 8 / span 8; - } - - .\32xl\:col-span-9 { - grid-column: span 9 / span 9; - } - - .\32xl\:col-span-10 { - grid-column: span 10 / span 10; - } - - .\32xl\:col-span-11 { - grid-column: span 11 / span 11; - } - - .\32xl\:col-span-12 { - grid-column: span 12 / span 12; - } - - .\32xl\:col-span-full { - grid-column: 1 / -1; - } - - .\32xl\:col-start-1 { - grid-column-start: 1; - } - - .\32xl\:col-start-2 { - grid-column-start: 2; - } - - .\32xl\:col-start-3 { - grid-column-start: 3; - } - - .\32xl\:col-start-4 { - grid-column-start: 4; - } - - .\32xl\:col-start-5 { - grid-column-start: 5; - } - - .\32xl\:col-start-6 { - grid-column-start: 6; - } - - .\32xl\:col-start-7 { - grid-column-start: 7; - } - - .\32xl\:col-start-8 { - grid-column-start: 8; - } - - .\32xl\:col-start-9 { - grid-column-start: 9; - } - - .\32xl\:col-start-10 { - grid-column-start: 10; - } - - .\32xl\:col-start-11 { - grid-column-start: 11; - } - - .\32xl\:col-start-12 { - grid-column-start: 12; - } - - .\32xl\:col-start-13 { - grid-column-start: 13; - } - - .\32xl\:col-start-auto { - grid-column-start: auto; - } - - .\32xl\:col-end-1 { - grid-column-end: 1; - } - - .\32xl\:col-end-2 { - grid-column-end: 2; - } - - .\32xl\:col-end-3 { - grid-column-end: 3; - } - - .\32xl\:col-end-4 { - grid-column-end: 4; - } - - .\32xl\:col-end-5 { - grid-column-end: 5; - } - - .\32xl\:col-end-6 { - grid-column-end: 6; - } - - .\32xl\:col-end-7 { - grid-column-end: 7; - } - - .\32xl\:col-end-8 { - grid-column-end: 8; - } - - .\32xl\:col-end-9 { - grid-column-end: 9; - } - - .\32xl\:col-end-10 { - grid-column-end: 10; - } - - .\32xl\:col-end-11 { - grid-column-end: 11; - } - - .\32xl\:col-end-12 { - grid-column-end: 12; - } - - .\32xl\:col-end-13 { - grid-column-end: 13; - } - - .\32xl\:col-end-auto { - grid-column-end: auto; - } - - .\32xl\:grid-rows-1 { - grid-template-rows: repeat(1, minmax(0, 1fr)); - } - - .\32xl\:grid-rows-2 { - grid-template-rows: repeat(2, minmax(0, 1fr)); - } - - .\32xl\:grid-rows-3 { - grid-template-rows: repeat(3, minmax(0, 1fr)); - } - - .\32xl\:grid-rows-4 { - grid-template-rows: repeat(4, minmax(0, 1fr)); - } - - .\32xl\:grid-rows-5 { - grid-template-rows: repeat(5, minmax(0, 1fr)); - } - - .\32xl\:grid-rows-6 { - grid-template-rows: repeat(6, minmax(0, 1fr)); - } - - .\32xl\:grid-rows-none { - grid-template-rows: none; - } - - .\32xl\:auto-rows-auto { - grid-auto-rows: auto; - } - - .\32xl\:auto-rows-min { - grid-auto-rows: -webkit-min-content; - grid-auto-rows: min-content; - } - - .\32xl\:auto-rows-max { - grid-auto-rows: -webkit-max-content; - grid-auto-rows: max-content; - } - - .\32xl\:auto-rows-fr { - grid-auto-rows: minmax(0, 1fr); - } - - .\32xl\:row-auto { - grid-row: auto; - } - - .\32xl\:row-span-1 { - grid-row: span 1 / span 1; - } - - .\32xl\:row-span-2 { - grid-row: span 2 / span 2; - } - - .\32xl\:row-span-3 { - grid-row: span 3 / span 3; - } - - .\32xl\:row-span-4 { - grid-row: span 4 / span 4; - } - - .\32xl\:row-span-5 { - grid-row: span 5 / span 5; - } - - .\32xl\:row-span-6 { - grid-row: span 6 / span 6; - } - - .\32xl\:row-span-full { - grid-row: 1 / -1; - } - - .\32xl\:row-start-1 { - grid-row-start: 1; - } - - .\32xl\:row-start-2 { - grid-row-start: 2; - } - - .\32xl\:row-start-3 { - grid-row-start: 3; - } - - .\32xl\:row-start-4 { - grid-row-start: 4; - } - - .\32xl\:row-start-5 { - grid-row-start: 5; - } - - .\32xl\:row-start-6 { - grid-row-start: 6; - } - - .\32xl\:row-start-7 { - grid-row-start: 7; - } - - .\32xl\:row-start-auto { - grid-row-start: auto; - } - - .\32xl\:row-end-1 { - grid-row-end: 1; - } - - .\32xl\:row-end-2 { - grid-row-end: 2; - } - - .\32xl\:row-end-3 { - grid-row-end: 3; - } - - .\32xl\:row-end-4 { - grid-row-end: 4; - } - - .\32xl\:row-end-5 { - grid-row-end: 5; - } - - .\32xl\:row-end-6 { - grid-row-end: 6; - } - - .\32xl\:row-end-7 { - grid-row-end: 7; - } - - .\32xl\:row-end-auto { - grid-row-end: auto; - } - - .\32xl\:transform { - --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; - 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)); - } - - .\32xl\:transform-gpu { - --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; - transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); - } - - .\32xl\:transform-none { - transform: none; - } - - .\32xl\:origin-center { - transform-origin: center; - } - - .\32xl\:origin-top { - transform-origin: top; - } - - .\32xl\:origin-top-right { - transform-origin: top right; - } - - .\32xl\:origin-right { - transform-origin: right; - } - - .\32xl\:origin-bottom-right { - transform-origin: bottom right; - } - - .\32xl\:origin-bottom { - transform-origin: bottom; - } - - .\32xl\:origin-bottom-left { - transform-origin: bottom left; - } - - .\32xl\:origin-left { - transform-origin: left; - } - - .\32xl\:origin-top-left { - transform-origin: top left; - } - - .\32xl\:scale-0 { - --tw-scale-x: 0; - --tw-scale-y: 0; - } - - .\32xl\:scale-50 { - --tw-scale-x: .5; - --tw-scale-y: .5; - } - - .\32xl\:scale-75 { - --tw-scale-x: .75; - --tw-scale-y: .75; - } - - .\32xl\:scale-90 { - --tw-scale-x: .9; - --tw-scale-y: .9; - } - - .\32xl\:scale-95 { - --tw-scale-x: .95; - --tw-scale-y: .95; - } - - .\32xl\:scale-100 { - --tw-scale-x: 1; - --tw-scale-y: 1; - } - - .\32xl\:scale-105 { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; - } - - .\32xl\:scale-110 { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; - } - - .\32xl\:scale-125 { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; - } - - .\32xl\:scale-150 { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; - } - - .\32xl\:scale-x-0 { - --tw-scale-x: 0; - } - - .\32xl\:scale-x-50 { - --tw-scale-x: .5; - } - - .\32xl\:scale-x-75 { - --tw-scale-x: .75; - } - - .\32xl\:scale-x-90 { - --tw-scale-x: .9; - } - - .\32xl\:scale-x-95 { - --tw-scale-x: .95; - } - - .\32xl\:scale-x-100 { - --tw-scale-x: 1; - } - - .\32xl\:scale-x-105 { - --tw-scale-x: 1.05; - } - - .\32xl\:scale-x-110 { - --tw-scale-x: 1.1; - } - - .\32xl\:scale-x-125 { - --tw-scale-x: 1.25; - } - - .\32xl\:scale-x-150 { - --tw-scale-x: 1.5; - } - - .\32xl\:scale-y-0 { - --tw-scale-y: 0; - } - - .\32xl\:scale-y-50 { - --tw-scale-y: .5; - } - - .\32xl\:scale-y-75 { - --tw-scale-y: .75; - } - - .\32xl\:scale-y-90 { - --tw-scale-y: .9; - } - - .\32xl\:scale-y-95 { - --tw-scale-y: .95; - } - - .\32xl\:scale-y-100 { - --tw-scale-y: 1; - } - - .\32xl\:scale-y-105 { - --tw-scale-y: 1.05; - } - - .\32xl\:scale-y-110 { - --tw-scale-y: 1.1; - } - - .\32xl\:scale-y-125 { - --tw-scale-y: 1.25; - } - - .\32xl\:scale-y-150 { - --tw-scale-y: 1.5; - } - - .\32xl\:hover\:scale-0:hover { - --tw-scale-x: 0; - --tw-scale-y: 0; - } - - .\32xl\:hover\:scale-50:hover { - --tw-scale-x: .5; - --tw-scale-y: .5; - } - - .\32xl\:hover\:scale-75:hover { - --tw-scale-x: .75; - --tw-scale-y: .75; - } - - .\32xl\:hover\:scale-90:hover { - --tw-scale-x: .9; - --tw-scale-y: .9; - } - - .\32xl\:hover\:scale-95:hover { - --tw-scale-x: .95; - --tw-scale-y: .95; - } - - .\32xl\:hover\:scale-100:hover { - --tw-scale-x: 1; - --tw-scale-y: 1; - } - - .\32xl\:hover\:scale-105:hover { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; - } - - .\32xl\:hover\:scale-110:hover { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; - } - - .\32xl\:hover\:scale-125:hover { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; - } - - .\32xl\:hover\:scale-150:hover { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; - } - - .\32xl\:hover\:scale-x-0:hover { - --tw-scale-x: 0; - } - - .\32xl\:hover\:scale-x-50:hover { - --tw-scale-x: .5; - } - - .\32xl\:hover\:scale-x-75:hover { - --tw-scale-x: .75; - } - - .\32xl\:hover\:scale-x-90:hover { - --tw-scale-x: .9; - } - - .\32xl\:hover\:scale-x-95:hover { - --tw-scale-x: .95; - } - - .\32xl\:hover\:scale-x-100:hover { - --tw-scale-x: 1; - } - - .\32xl\:hover\:scale-x-105:hover { - --tw-scale-x: 1.05; - } - - .\32xl\:hover\:scale-x-110:hover { - --tw-scale-x: 1.1; - } - - .\32xl\:hover\:scale-x-125:hover { - --tw-scale-x: 1.25; - } - - .\32xl\:hover\:scale-x-150:hover { - --tw-scale-x: 1.5; - } - - .\32xl\:hover\:scale-y-0:hover { - --tw-scale-y: 0; - } - - .\32xl\:hover\:scale-y-50:hover { - --tw-scale-y: .5; - } - - .\32xl\:hover\:scale-y-75:hover { - --tw-scale-y: .75; - } - - .\32xl\:hover\:scale-y-90:hover { - --tw-scale-y: .9; - } - - .\32xl\:hover\:scale-y-95:hover { - --tw-scale-y: .95; - } - - .\32xl\:hover\:scale-y-100:hover { - --tw-scale-y: 1; - } - - .\32xl\:hover\:scale-y-105:hover { - --tw-scale-y: 1.05; - } - - .\32xl\:hover\:scale-y-110:hover { - --tw-scale-y: 1.1; - } - - .\32xl\:hover\:scale-y-125:hover { - --tw-scale-y: 1.25; - } - - .\32xl\:hover\:scale-y-150:hover { - --tw-scale-y: 1.5; - } - - .\32xl\:focus\:scale-0:focus { - --tw-scale-x: 0; - --tw-scale-y: 0; - } - - .\32xl\:focus\:scale-50:focus { - --tw-scale-x: .5; - --tw-scale-y: .5; - } - - .\32xl\:focus\:scale-75:focus { - --tw-scale-x: .75; - --tw-scale-y: .75; - } - - .\32xl\:focus\:scale-90:focus { - --tw-scale-x: .9; - --tw-scale-y: .9; - } - - .\32xl\:focus\:scale-95:focus { - --tw-scale-x: .95; - --tw-scale-y: .95; - } - - .\32xl\:focus\:scale-100:focus { - --tw-scale-x: 1; - --tw-scale-y: 1; - } - - .\32xl\:focus\:scale-105:focus { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; - } - - .\32xl\:focus\:scale-110:focus { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; - } - - .\32xl\:focus\:scale-125:focus { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; - } - - .\32xl\:focus\:scale-150:focus { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; - } - - .\32xl\:focus\:scale-x-0:focus { - --tw-scale-x: 0; - } - - .\32xl\:focus\:scale-x-50:focus { - --tw-scale-x: .5; - } - - .\32xl\:focus\:scale-x-75:focus { - --tw-scale-x: .75; - } - - .\32xl\:focus\:scale-x-90:focus { - --tw-scale-x: .9; - } - - .\32xl\:focus\:scale-x-95:focus { - --tw-scale-x: .95; - } - - .\32xl\:focus\:scale-x-100:focus { - --tw-scale-x: 1; - } - - .\32xl\:focus\:scale-x-105:focus { - --tw-scale-x: 1.05; - } - - .\32xl\:focus\:scale-x-110:focus { - --tw-scale-x: 1.1; - } - - .\32xl\:focus\:scale-x-125:focus { - --tw-scale-x: 1.25; - } - - .\32xl\:focus\:scale-x-150:focus { - --tw-scale-x: 1.5; - } - - .\32xl\:focus\:scale-y-0:focus { - --tw-scale-y: 0; - } - - .\32xl\:focus\:scale-y-50:focus { - --tw-scale-y: .5; - } - - .\32xl\:focus\:scale-y-75:focus { - --tw-scale-y: .75; - } - - .\32xl\:focus\:scale-y-90:focus { - --tw-scale-y: .9; - } - - .\32xl\:focus\:scale-y-95:focus { - --tw-scale-y: .95; - } - - .\32xl\:focus\:scale-y-100:focus { - --tw-scale-y: 1; - } - - .\32xl\:focus\:scale-y-105:focus { - --tw-scale-y: 1.05; - } - - .\32xl\:focus\:scale-y-110:focus { - --tw-scale-y: 1.1; - } - - .\32xl\:focus\:scale-y-125:focus { - --tw-scale-y: 1.25; - } - - .\32xl\:focus\:scale-y-150:focus { - --tw-scale-y: 1.5; - } - - .\32xl\:rotate-0 { - --tw-rotate: 0deg; - } - - .\32xl\:rotate-1 { - --tw-rotate: 1deg; - } - - .\32xl\:rotate-2 { - --tw-rotate: 2deg; - } - - .\32xl\:rotate-3 { - --tw-rotate: 3deg; - } - - .\32xl\:rotate-6 { - --tw-rotate: 6deg; - } - - .\32xl\:rotate-12 { - --tw-rotate: 12deg; - } - - .\32xl\:rotate-45 { - --tw-rotate: 45deg; - } - - .\32xl\:rotate-90 { - --tw-rotate: 90deg; - } - - .\32xl\:rotate-180 { - --tw-rotate: 180deg; - } - - .\32xl\:-rotate-180 { - --tw-rotate: -180deg; - } - - .\32xl\:-rotate-90 { - --tw-rotate: -90deg; - } - - .\32xl\:-rotate-45 { - --tw-rotate: -45deg; - } - - .\32xl\:-rotate-12 { - --tw-rotate: -12deg; - } - - .\32xl\:-rotate-6 { - --tw-rotate: -6deg; - } - - .\32xl\:-rotate-3 { - --tw-rotate: -3deg; - } - - .\32xl\:-rotate-2 { - --tw-rotate: -2deg; - } - - .\32xl\:-rotate-1 { - --tw-rotate: -1deg; - } - - .\32xl\:hover\:rotate-0:hover { - --tw-rotate: 0deg; - } - - .\32xl\:hover\:rotate-1:hover { - --tw-rotate: 1deg; - } - - .\32xl\:hover\:rotate-2:hover { - --tw-rotate: 2deg; - } - - .\32xl\:hover\:rotate-3:hover { - --tw-rotate: 3deg; - } - - .\32xl\:hover\:rotate-6:hover { - --tw-rotate: 6deg; - } - - .\32xl\:hover\:rotate-12:hover { - --tw-rotate: 12deg; - } - - .\32xl\:hover\:rotate-45:hover { - --tw-rotate: 45deg; - } - - .\32xl\:hover\:rotate-90:hover { - --tw-rotate: 90deg; - } - - .\32xl\:hover\:rotate-180:hover { - --tw-rotate: 180deg; - } - - .\32xl\:hover\:-rotate-180:hover { - --tw-rotate: -180deg; - } - - .\32xl\:hover\:-rotate-90:hover { - --tw-rotate: -90deg; - } - - .\32xl\:hover\:-rotate-45:hover { - --tw-rotate: -45deg; - } - - .\32xl\:hover\:-rotate-12:hover { - --tw-rotate: -12deg; - } - - .\32xl\:hover\:-rotate-6:hover { - --tw-rotate: -6deg; - } - - .\32xl\:hover\:-rotate-3:hover { - --tw-rotate: -3deg; - } - - .\32xl\:hover\:-rotate-2:hover { - --tw-rotate: -2deg; - } - - .\32xl\:hover\:-rotate-1:hover { - --tw-rotate: -1deg; - } - - .\32xl\:focus\:rotate-0:focus { - --tw-rotate: 0deg; - } - - .\32xl\:focus\:rotate-1:focus { - --tw-rotate: 1deg; - } - - .\32xl\:focus\:rotate-2:focus { - --tw-rotate: 2deg; - } - - .\32xl\:focus\:rotate-3:focus { - --tw-rotate: 3deg; - } - - .\32xl\:focus\:rotate-6:focus { - --tw-rotate: 6deg; - } - - .\32xl\:focus\:rotate-12:focus { - --tw-rotate: 12deg; - } - - .\32xl\:focus\:rotate-45:focus { - --tw-rotate: 45deg; - } - - .\32xl\:focus\:rotate-90:focus { - --tw-rotate: 90deg; - } - - .\32xl\:focus\:rotate-180:focus { - --tw-rotate: 180deg; - } - - .\32xl\:focus\:-rotate-180:focus { - --tw-rotate: -180deg; - } - - .\32xl\:focus\:-rotate-90:focus { - --tw-rotate: -90deg; - } - - .\32xl\:focus\:-rotate-45:focus { - --tw-rotate: -45deg; - } - - .\32xl\:focus\:-rotate-12:focus { - --tw-rotate: -12deg; - } - - .\32xl\:focus\:-rotate-6:focus { - --tw-rotate: -6deg; - } - - .\32xl\:focus\:-rotate-3:focus { - --tw-rotate: -3deg; - } - - .\32xl\:focus\:-rotate-2:focus { - --tw-rotate: -2deg; - } - - .\32xl\:focus\:-rotate-1:focus { - --tw-rotate: -1deg; - } - - .\32xl\:translate-x-0 { - --tw-translate-x: 0px; - } - - .\32xl\:translate-x-1 { - --tw-translate-x: 0.25rem; - } - - .\32xl\:translate-x-2 { - --tw-translate-x: 0.5rem; - } - - .\32xl\:translate-x-3 { - --tw-translate-x: 0.75rem; - } - - .\32xl\:translate-x-4 { - --tw-translate-x: 1rem; - } - - .\32xl\:translate-x-5 { - --tw-translate-x: 1.25rem; - } - - .\32xl\:translate-x-6 { - --tw-translate-x: 1.5rem; - } - - .\32xl\:translate-x-7 { - --tw-translate-x: 1.75rem; - } - - .\32xl\:translate-x-8 { - --tw-translate-x: 2rem; - } - - .\32xl\:translate-x-9 { - --tw-translate-x: 2.25rem; - } - - .\32xl\:translate-x-10 { - --tw-translate-x: 2.5rem; - } - - .\32xl\:translate-x-11 { - --tw-translate-x: 2.75rem; - } - - .\32xl\:translate-x-12 { - --tw-translate-x: 3rem; - } - - .\32xl\:translate-x-14 { - --tw-translate-x: 3.5rem; - } - - .\32xl\:translate-x-16 { - --tw-translate-x: 4rem; - } - - .\32xl\:translate-x-20 { - --tw-translate-x: 5rem; - } - - .\32xl\:translate-x-22 { - --tw-translate-x: 5.625rem; - } - - .\32xl\:translate-x-24 { - --tw-translate-x: 6rem; - } - - .\32xl\:translate-x-28 { - --tw-translate-x: 7rem; - } - - .\32xl\:translate-x-32 { - --tw-translate-x: 8rem; - } - - .\32xl\:translate-x-36 { - --tw-translate-x: 9rem; - } - - .\32xl\:translate-x-40 { - --tw-translate-x: 10rem; - } - - .\32xl\:translate-x-44 { - --tw-translate-x: 11rem; - } - - .\32xl\:translate-x-48 { - --tw-translate-x: 12rem; - } - - .\32xl\:translate-x-52 { - --tw-translate-x: 13rem; - } - - .\32xl\:translate-x-56 { - --tw-translate-x: 14rem; - } - - .\32xl\:translate-x-60 { - --tw-translate-x: 240px; - } - - .\32xl\:translate-x-64 { - --tw-translate-x: 16rem; - } - - .\32xl\:translate-x-72 { - --tw-translate-x: 18rem; - } - - .\32xl\:translate-x-80 { - --tw-translate-x: 20rem; - } - - .\32xl\:translate-x-88 { - --tw-translate-x: 22rem; - } - - .\32xl\:translate-x-96 { - --tw-translate-x: 24rem; - } - - .\32xl\:translate-x-130 { - --tw-translate-x: 560px; - } - - .\32xl\:translate-x-px { - --tw-translate-x: 1px; - } - - .\32xl\:translate-x-0\.5 { - --tw-translate-x: 0.125rem; - } - - .\32xl\:translate-x-1\.5 { - --tw-translate-x: 0.375rem; - } - - .\32xl\:translate-x-2\.5 { - --tw-translate-x: 0.625rem; - } - - .\32xl\:translate-x-3\.5 { - --tw-translate-x: 0.875rem; - } - - .\32xl\:-translate-x-0 { - --tw-translate-x: 0px; - } - - .\32xl\:-translate-x-1 { - --tw-translate-x: -0.25rem; - } - - .\32xl\:-translate-x-2 { - --tw-translate-x: -0.5rem; - } - - .\32xl\:-translate-x-3 { - --tw-translate-x: -0.75rem; - } - - .\32xl\:-translate-x-4 { - --tw-translate-x: -1rem; - } - - .\32xl\:-translate-x-5 { - --tw-translate-x: -1.25rem; - } - - .\32xl\:-translate-x-6 { - --tw-translate-x: -1.5rem; - } - - .\32xl\:-translate-x-7 { - --tw-translate-x: -1.75rem; - } - - .\32xl\:-translate-x-8 { - --tw-translate-x: -2rem; - } - - .\32xl\:-translate-x-9 { - --tw-translate-x: -2.25rem; - } - - .\32xl\:-translate-x-10 { - --tw-translate-x: -2.5rem; - } - - .\32xl\:-translate-x-11 { - --tw-translate-x: -2.75rem; - } - - .\32xl\:-translate-x-12 { - --tw-translate-x: -3rem; - } - - .\32xl\:-translate-x-14 { - --tw-translate-x: -3.5rem; - } - - .\32xl\:-translate-x-16 { - --tw-translate-x: -4rem; - } - - .\32xl\:-translate-x-20 { - --tw-translate-x: -5rem; - } - - .\32xl\:-translate-x-22 { - --tw-translate-x: -5.625rem; - } - - .\32xl\:-translate-x-24 { - --tw-translate-x: -6rem; - } - - .\32xl\:-translate-x-28 { - --tw-translate-x: -7rem; - } - - .\32xl\:-translate-x-32 { - --tw-translate-x: -8rem; - } - - .\32xl\:-translate-x-36 { - --tw-translate-x: -9rem; - } - - .\32xl\:-translate-x-40 { - --tw-translate-x: -10rem; - } - - .\32xl\:-translate-x-44 { - --tw-translate-x: -11rem; - } - - .\32xl\:-translate-x-48 { - --tw-translate-x: -12rem; - } - - .\32xl\:-translate-x-52 { - --tw-translate-x: -13rem; - } - - .\32xl\:-translate-x-56 { - --tw-translate-x: -14rem; - } - - .\32xl\:-translate-x-60 { - --tw-translate-x: -240px; - } - - .\32xl\:-translate-x-64 { - --tw-translate-x: -16rem; - } - - .\32xl\:-translate-x-72 { - --tw-translate-x: -18rem; - } - - .\32xl\:-translate-x-80 { - --tw-translate-x: -20rem; - } - - .\32xl\:-translate-x-88 { - --tw-translate-x: -22rem; - } - - .\32xl\:-translate-x-96 { - --tw-translate-x: -24rem; - } - - .\32xl\:-translate-x-130 { - --tw-translate-x: -560px; - } - - .\32xl\:-translate-x-px { - --tw-translate-x: -1px; - } - - .\32xl\:-translate-x-0\.5 { - --tw-translate-x: -0.125rem; - } - - .\32xl\:-translate-x-1\.5 { - --tw-translate-x: -0.375rem; - } - - .\32xl\:-translate-x-2\.5 { - --tw-translate-x: -0.625rem; - } - - .\32xl\:-translate-x-3\.5 { - --tw-translate-x: -0.875rem; - } - - .\32xl\:translate-x-1\/2 { - --tw-translate-x: 50%; - } - - .\32xl\:translate-x-1\/3 { - --tw-translate-x: 33.333333%; - } - - .\32xl\:translate-x-2\/3 { - --tw-translate-x: 66.666667%; - } - - .\32xl\:translate-x-1\/4 { - --tw-translate-x: 25%; - } - - .\32xl\:translate-x-2\/4 { - --tw-translate-x: 50%; - } - - .\32xl\:translate-x-3\/4 { - --tw-translate-x: 75%; - } - - .\32xl\:translate-x-full { - --tw-translate-x: 100%; - } - - .\32xl\:-translate-x-1\/2 { - --tw-translate-x: -50%; - } - - .\32xl\:-translate-x-1\/3 { - --tw-translate-x: -33.333333%; - } - - .\32xl\:-translate-x-2\/3 { - --tw-translate-x: -66.666667%; - } - - .\32xl\:-translate-x-1\/4 { - --tw-translate-x: -25%; - } - - .\32xl\:-translate-x-2\/4 { - --tw-translate-x: -50%; - } - - .\32xl\:-translate-x-3\/4 { - --tw-translate-x: -75%; - } - - .\32xl\:-translate-x-full { - --tw-translate-x: -100%; - } - - .\32xl\:translate-y-0 { - --tw-translate-y: 0px; - } - - .\32xl\:translate-y-1 { - --tw-translate-y: 0.25rem; - } - - .\32xl\:translate-y-2 { - --tw-translate-y: 0.5rem; - } - - .\32xl\:translate-y-3 { - --tw-translate-y: 0.75rem; - } - - .\32xl\:translate-y-4 { - --tw-translate-y: 1rem; - } - - .\32xl\:translate-y-5 { - --tw-translate-y: 1.25rem; - } - - .\32xl\:translate-y-6 { - --tw-translate-y: 1.5rem; - } - - .\32xl\:translate-y-7 { - --tw-translate-y: 1.75rem; - } - - .\32xl\:translate-y-8 { - --tw-translate-y: 2rem; - } - - .\32xl\:translate-y-9 { - --tw-translate-y: 2.25rem; - } - - .\32xl\:translate-y-10 { - --tw-translate-y: 2.5rem; - } - - .\32xl\:translate-y-11 { - --tw-translate-y: 2.75rem; - } - - .\32xl\:translate-y-12 { - --tw-translate-y: 3rem; - } - - .\32xl\:translate-y-14 { - --tw-translate-y: 3.5rem; - } - - .\32xl\:translate-y-16 { - --tw-translate-y: 4rem; - } - - .\32xl\:translate-y-20 { - --tw-translate-y: 5rem; - } - - .\32xl\:translate-y-22 { - --tw-translate-y: 5.625rem; - } - - .\32xl\:translate-y-24 { - --tw-translate-y: 6rem; - } - - .\32xl\:translate-y-28 { - --tw-translate-y: 7rem; - } - - .\32xl\:translate-y-32 { - --tw-translate-y: 8rem; - } - - .\32xl\:translate-y-36 { - --tw-translate-y: 9rem; - } - - .\32xl\:translate-y-40 { - --tw-translate-y: 10rem; - } - - .\32xl\:translate-y-44 { - --tw-translate-y: 11rem; - } - - .\32xl\:translate-y-48 { - --tw-translate-y: 12rem; - } - - .\32xl\:translate-y-52 { - --tw-translate-y: 13rem; - } - - .\32xl\:translate-y-56 { - --tw-translate-y: 14rem; - } - - .\32xl\:translate-y-60 { - --tw-translate-y: 240px; - } - - .\32xl\:translate-y-64 { - --tw-translate-y: 16rem; - } - - .\32xl\:translate-y-72 { - --tw-translate-y: 18rem; - } - - .\32xl\:translate-y-80 { - --tw-translate-y: 20rem; - } - - .\32xl\:translate-y-88 { - --tw-translate-y: 22rem; - } - - .\32xl\:translate-y-96 { - --tw-translate-y: 24rem; - } - - .\32xl\:translate-y-130 { - --tw-translate-y: 560px; - } - - .\32xl\:translate-y-px { - --tw-translate-y: 1px; - } - - .\32xl\:translate-y-0\.5 { - --tw-translate-y: 0.125rem; - } - - .\32xl\:translate-y-1\.5 { - --tw-translate-y: 0.375rem; - } - - .\32xl\:translate-y-2\.5 { - --tw-translate-y: 0.625rem; - } - - .\32xl\:translate-y-3\.5 { - --tw-translate-y: 0.875rem; - } - - .\32xl\:-translate-y-0 { - --tw-translate-y: 0px; - } - - .\32xl\:-translate-y-1 { - --tw-translate-y: -0.25rem; - } - - .\32xl\:-translate-y-2 { - --tw-translate-y: -0.5rem; - } - - .\32xl\:-translate-y-3 { - --tw-translate-y: -0.75rem; - } - - .\32xl\:-translate-y-4 { - --tw-translate-y: -1rem; - } - - .\32xl\:-translate-y-5 { - --tw-translate-y: -1.25rem; - } - - .\32xl\:-translate-y-6 { - --tw-translate-y: -1.5rem; - } - - .\32xl\:-translate-y-7 { - --tw-translate-y: -1.75rem; - } - - .\32xl\:-translate-y-8 { - --tw-translate-y: -2rem; - } - - .\32xl\:-translate-y-9 { - --tw-translate-y: -2.25rem; - } - - .\32xl\:-translate-y-10 { - --tw-translate-y: -2.5rem; - } - - .\32xl\:-translate-y-11 { - --tw-translate-y: -2.75rem; - } - - .\32xl\:-translate-y-12 { - --tw-translate-y: -3rem; - } - - .\32xl\:-translate-y-14 { - --tw-translate-y: -3.5rem; - } - - .\32xl\:-translate-y-16 { - --tw-translate-y: -4rem; - } - - .\32xl\:-translate-y-20 { - --tw-translate-y: -5rem; - } - - .\32xl\:-translate-y-22 { - --tw-translate-y: -5.625rem; - } - - .\32xl\:-translate-y-24 { - --tw-translate-y: -6rem; - } - - .\32xl\:-translate-y-28 { - --tw-translate-y: -7rem; - } - - .\32xl\:-translate-y-32 { - --tw-translate-y: -8rem; - } - - .\32xl\:-translate-y-36 { - --tw-translate-y: -9rem; - } - - .\32xl\:-translate-y-40 { - --tw-translate-y: -10rem; - } - - .\32xl\:-translate-y-44 { - --tw-translate-y: -11rem; - } - - .\32xl\:-translate-y-48 { - --tw-translate-y: -12rem; - } - - .\32xl\:-translate-y-52 { - --tw-translate-y: -13rem; - } - - .\32xl\:-translate-y-56 { - --tw-translate-y: -14rem; - } - - .\32xl\:-translate-y-60 { - --tw-translate-y: -240px; - } - - .\32xl\:-translate-y-64 { - --tw-translate-y: -16rem; - } - - .\32xl\:-translate-y-72 { - --tw-translate-y: -18rem; - } - - .\32xl\:-translate-y-80 { - --tw-translate-y: -20rem; - } - - .\32xl\:-translate-y-88 { - --tw-translate-y: -22rem; - } - - .\32xl\:-translate-y-96 { - --tw-translate-y: -24rem; - } - - .\32xl\:-translate-y-130 { - --tw-translate-y: -560px; - } - - .\32xl\:-translate-y-px { - --tw-translate-y: -1px; - } - - .\32xl\:-translate-y-0\.5 { - --tw-translate-y: -0.125rem; - } - - .\32xl\:-translate-y-1\.5 { - --tw-translate-y: -0.375rem; - } - - .\32xl\:-translate-y-2\.5 { - --tw-translate-y: -0.625rem; - } - - .\32xl\:-translate-y-3\.5 { - --tw-translate-y: -0.875rem; - } - - .\32xl\:translate-y-1\/2 { - --tw-translate-y: 50%; - } - - .\32xl\:translate-y-1\/3 { - --tw-translate-y: 33.333333%; - } - - .\32xl\:translate-y-2\/3 { - --tw-translate-y: 66.666667%; - } - - .\32xl\:translate-y-1\/4 { - --tw-translate-y: 25%; - } - - .\32xl\:translate-y-2\/4 { - --tw-translate-y: 50%; - } - - .\32xl\:translate-y-3\/4 { - --tw-translate-y: 75%; - } - - .\32xl\:translate-y-full { - --tw-translate-y: 100%; - } - - .\32xl\:-translate-y-1\/2 { - --tw-translate-y: -50%; - } - - .\32xl\:-translate-y-1\/3 { - --tw-translate-y: -33.333333%; - } - - .\32xl\:-translate-y-2\/3 { - --tw-translate-y: -66.666667%; - } - - .\32xl\:-translate-y-1\/4 { - --tw-translate-y: -25%; - } - - .\32xl\:-translate-y-2\/4 { - --tw-translate-y: -50%; - } - - .\32xl\:-translate-y-3\/4 { - --tw-translate-y: -75%; - } - - .\32xl\:-translate-y-full { - --tw-translate-y: -100%; - } - - .\32xl\:hover\:translate-x-0:hover { - --tw-translate-x: 0px; - } - - .\32xl\:hover\:translate-x-1:hover { - --tw-translate-x: 0.25rem; - } - - .\32xl\:hover\:translate-x-2:hover { - --tw-translate-x: 0.5rem; - } - - .\32xl\:hover\:translate-x-3:hover { - --tw-translate-x: 0.75rem; - } - - .\32xl\:hover\:translate-x-4:hover { - --tw-translate-x: 1rem; - } - - .\32xl\:hover\:translate-x-5:hover { - --tw-translate-x: 1.25rem; - } - - .\32xl\:hover\:translate-x-6:hover { - --tw-translate-x: 1.5rem; - } - - .\32xl\:hover\:translate-x-7:hover { - --tw-translate-x: 1.75rem; - } - - .\32xl\:hover\:translate-x-8:hover { - --tw-translate-x: 2rem; - } - - .\32xl\:hover\:translate-x-9:hover { - --tw-translate-x: 2.25rem; - } - - .\32xl\:hover\:translate-x-10:hover { - --tw-translate-x: 2.5rem; - } - - .\32xl\:hover\:translate-x-11:hover { - --tw-translate-x: 2.75rem; - } - - .\32xl\:hover\:translate-x-12:hover { - --tw-translate-x: 3rem; - } - - .\32xl\:hover\:translate-x-14:hover { - --tw-translate-x: 3.5rem; - } - - .\32xl\:hover\:translate-x-16:hover { - --tw-translate-x: 4rem; - } - - .\32xl\:hover\:translate-x-20:hover { - --tw-translate-x: 5rem; - } - - .\32xl\:hover\:translate-x-22:hover { - --tw-translate-x: 5.625rem; - } - - .\32xl\:hover\:translate-x-24:hover { - --tw-translate-x: 6rem; - } - - .\32xl\:hover\:translate-x-28:hover { - --tw-translate-x: 7rem; - } - - .\32xl\:hover\:translate-x-32:hover { - --tw-translate-x: 8rem; - } - - .\32xl\:hover\:translate-x-36:hover { - --tw-translate-x: 9rem; - } - - .\32xl\:hover\:translate-x-40:hover { - --tw-translate-x: 10rem; - } - - .\32xl\:hover\:translate-x-44:hover { - --tw-translate-x: 11rem; - } - - .\32xl\:hover\:translate-x-48:hover { - --tw-translate-x: 12rem; - } - - .\32xl\:hover\:translate-x-52:hover { - --tw-translate-x: 13rem; - } - - .\32xl\:hover\:translate-x-56:hover { - --tw-translate-x: 14rem; - } - - .\32xl\:hover\:translate-x-60:hover { - --tw-translate-x: 240px; - } - - .\32xl\:hover\:translate-x-64:hover { - --tw-translate-x: 16rem; - } - - .\32xl\:hover\:translate-x-72:hover { - --tw-translate-x: 18rem; - } - - .\32xl\:hover\:translate-x-80:hover { - --tw-translate-x: 20rem; - } - - .\32xl\:hover\:translate-x-88:hover { - --tw-translate-x: 22rem; - } - - .\32xl\:hover\:translate-x-96:hover { - --tw-translate-x: 24rem; - } - - .\32xl\:hover\:translate-x-130:hover { - --tw-translate-x: 560px; - } - - .\32xl\:hover\:translate-x-px:hover { - --tw-translate-x: 1px; - } - - .\32xl\:hover\:translate-x-0\.5:hover { - --tw-translate-x: 0.125rem; - } - - .\32xl\:hover\:translate-x-1\.5:hover { - --tw-translate-x: 0.375rem; - } - - .\32xl\:hover\:translate-x-2\.5:hover { - --tw-translate-x: 0.625rem; - } - - .\32xl\:hover\:translate-x-3\.5:hover { - --tw-translate-x: 0.875rem; - } - - .\32xl\:hover\:-translate-x-0:hover { - --tw-translate-x: 0px; - } - - .\32xl\:hover\:-translate-x-1:hover { - --tw-translate-x: -0.25rem; - } - - .\32xl\:hover\:-translate-x-2:hover { - --tw-translate-x: -0.5rem; - } - - .\32xl\:hover\:-translate-x-3:hover { - --tw-translate-x: -0.75rem; - } - - .\32xl\:hover\:-translate-x-4:hover { - --tw-translate-x: -1rem; - } - - .\32xl\:hover\:-translate-x-5:hover { - --tw-translate-x: -1.25rem; - } - - .\32xl\:hover\:-translate-x-6:hover { - --tw-translate-x: -1.5rem; - } - - .\32xl\:hover\:-translate-x-7:hover { - --tw-translate-x: -1.75rem; - } - - .\32xl\:hover\:-translate-x-8:hover { - --tw-translate-x: -2rem; - } - - .\32xl\:hover\:-translate-x-9:hover { - --tw-translate-x: -2.25rem; - } - - .\32xl\:hover\:-translate-x-10:hover { - --tw-translate-x: -2.5rem; - } - - .\32xl\:hover\:-translate-x-11:hover { - --tw-translate-x: -2.75rem; - } - - .\32xl\:hover\:-translate-x-12:hover { - --tw-translate-x: -3rem; - } - - .\32xl\:hover\:-translate-x-14:hover { - --tw-translate-x: -3.5rem; - } - - .\32xl\:hover\:-translate-x-16:hover { - --tw-translate-x: -4rem; - } - - .\32xl\:hover\:-translate-x-20:hover { - --tw-translate-x: -5rem; - } - - .\32xl\:hover\:-translate-x-22:hover { - --tw-translate-x: -5.625rem; - } - - .\32xl\:hover\:-translate-x-24:hover { - --tw-translate-x: -6rem; - } - - .\32xl\:hover\:-translate-x-28:hover { - --tw-translate-x: -7rem; - } - - .\32xl\:hover\:-translate-x-32:hover { - --tw-translate-x: -8rem; - } - - .\32xl\:hover\:-translate-x-36:hover { - --tw-translate-x: -9rem; - } - - .\32xl\:hover\:-translate-x-40:hover { - --tw-translate-x: -10rem; - } - - .\32xl\:hover\:-translate-x-44:hover { - --tw-translate-x: -11rem; - } - - .\32xl\:hover\:-translate-x-48:hover { - --tw-translate-x: -12rem; - } - - .\32xl\:hover\:-translate-x-52:hover { - --tw-translate-x: -13rem; - } - - .\32xl\:hover\:-translate-x-56:hover { - --tw-translate-x: -14rem; - } - - .\32xl\:hover\:-translate-x-60:hover { - --tw-translate-x: -240px; - } - - .\32xl\:hover\:-translate-x-64:hover { - --tw-translate-x: -16rem; - } - - .\32xl\:hover\:-translate-x-72:hover { - --tw-translate-x: -18rem; - } - - .\32xl\:hover\:-translate-x-80:hover { - --tw-translate-x: -20rem; - } - - .\32xl\:hover\:-translate-x-88:hover { - --tw-translate-x: -22rem; - } - - .\32xl\:hover\:-translate-x-96:hover { - --tw-translate-x: -24rem; - } - - .\32xl\:hover\:-translate-x-130:hover { - --tw-translate-x: -560px; - } - - .\32xl\:hover\:-translate-x-px:hover { - --tw-translate-x: -1px; - } - - .\32xl\:hover\:-translate-x-0\.5:hover { - --tw-translate-x: -0.125rem; - } - - .\32xl\:hover\:-translate-x-1\.5:hover { - --tw-translate-x: -0.375rem; - } - - .\32xl\:hover\:-translate-x-2\.5:hover { - --tw-translate-x: -0.625rem; - } - - .\32xl\:hover\:-translate-x-3\.5:hover { - --tw-translate-x: -0.875rem; - } - - .\32xl\:hover\:translate-x-1\/2:hover { - --tw-translate-x: 50%; - } - - .\32xl\:hover\:translate-x-1\/3:hover { - --tw-translate-x: 33.333333%; - } - - .\32xl\:hover\:translate-x-2\/3:hover { - --tw-translate-x: 66.666667%; - } - - .\32xl\:hover\:translate-x-1\/4:hover { - --tw-translate-x: 25%; - } - - .\32xl\:hover\:translate-x-2\/4:hover { - --tw-translate-x: 50%; - } - - .\32xl\:hover\:translate-x-3\/4:hover { - --tw-translate-x: 75%; - } - - .\32xl\:hover\:translate-x-full:hover { - --tw-translate-x: 100%; - } - - .\32xl\:hover\:-translate-x-1\/2:hover { - --tw-translate-x: -50%; - } - - .\32xl\:hover\:-translate-x-1\/3:hover { - --tw-translate-x: -33.333333%; - } - - .\32xl\:hover\:-translate-x-2\/3:hover { - --tw-translate-x: -66.666667%; - } - - .\32xl\:hover\:-translate-x-1\/4:hover { - --tw-translate-x: -25%; - } - - .\32xl\:hover\:-translate-x-2\/4:hover { - --tw-translate-x: -50%; - } - - .\32xl\:hover\:-translate-x-3\/4:hover { - --tw-translate-x: -75%; - } - - .\32xl\:hover\:-translate-x-full:hover { - --tw-translate-x: -100%; - } - - .\32xl\:hover\:translate-y-0:hover { - --tw-translate-y: 0px; - } - - .\32xl\:hover\:translate-y-1:hover { - --tw-translate-y: 0.25rem; - } - - .\32xl\:hover\:translate-y-2:hover { - --tw-translate-y: 0.5rem; - } - - .\32xl\:hover\:translate-y-3:hover { - --tw-translate-y: 0.75rem; - } - - .\32xl\:hover\:translate-y-4:hover { - --tw-translate-y: 1rem; - } - - .\32xl\:hover\:translate-y-5:hover { - --tw-translate-y: 1.25rem; - } - - .\32xl\:hover\:translate-y-6:hover { - --tw-translate-y: 1.5rem; - } - - .\32xl\:hover\:translate-y-7:hover { - --tw-translate-y: 1.75rem; - } - - .\32xl\:hover\:translate-y-8:hover { - --tw-translate-y: 2rem; - } - - .\32xl\:hover\:translate-y-9:hover { - --tw-translate-y: 2.25rem; - } - - .\32xl\:hover\:translate-y-10:hover { - --tw-translate-y: 2.5rem; - } - - .\32xl\:hover\:translate-y-11:hover { - --tw-translate-y: 2.75rem; - } - - .\32xl\:hover\:translate-y-12:hover { - --tw-translate-y: 3rem; - } - - .\32xl\:hover\:translate-y-14:hover { - --tw-translate-y: 3.5rem; - } - - .\32xl\:hover\:translate-y-16:hover { - --tw-translate-y: 4rem; - } - - .\32xl\:hover\:translate-y-20:hover { - --tw-translate-y: 5rem; - } - - .\32xl\:hover\:translate-y-22:hover { - --tw-translate-y: 5.625rem; - } - - .\32xl\:hover\:translate-y-24:hover { - --tw-translate-y: 6rem; - } - - .\32xl\:hover\:translate-y-28:hover { - --tw-translate-y: 7rem; - } - - .\32xl\:hover\:translate-y-32:hover { - --tw-translate-y: 8rem; - } - - .\32xl\:hover\:translate-y-36:hover { - --tw-translate-y: 9rem; - } - - .\32xl\:hover\:translate-y-40:hover { - --tw-translate-y: 10rem; - } - - .\32xl\:hover\:translate-y-44:hover { - --tw-translate-y: 11rem; - } - - .\32xl\:hover\:translate-y-48:hover { - --tw-translate-y: 12rem; - } - - .\32xl\:hover\:translate-y-52:hover { - --tw-translate-y: 13rem; - } - - .\32xl\:hover\:translate-y-56:hover { - --tw-translate-y: 14rem; - } - - .\32xl\:hover\:translate-y-60:hover { - --tw-translate-y: 240px; - } - - .\32xl\:hover\:translate-y-64:hover { - --tw-translate-y: 16rem; - } - - .\32xl\:hover\:translate-y-72:hover { - --tw-translate-y: 18rem; - } - - .\32xl\:hover\:translate-y-80:hover { - --tw-translate-y: 20rem; - } - - .\32xl\:hover\:translate-y-88:hover { - --tw-translate-y: 22rem; - } - - .\32xl\:hover\:translate-y-96:hover { - --tw-translate-y: 24rem; - } - - .\32xl\:hover\:translate-y-130:hover { - --tw-translate-y: 560px; - } - - .\32xl\:hover\:translate-y-px:hover { - --tw-translate-y: 1px; - } - - .\32xl\:hover\:translate-y-0\.5:hover { - --tw-translate-y: 0.125rem; - } - - .\32xl\:hover\:translate-y-1\.5:hover { - --tw-translate-y: 0.375rem; - } - - .\32xl\:hover\:translate-y-2\.5:hover { - --tw-translate-y: 0.625rem; - } - - .\32xl\:hover\:translate-y-3\.5:hover { - --tw-translate-y: 0.875rem; - } - - .\32xl\:hover\:-translate-y-0:hover { - --tw-translate-y: 0px; - } - - .\32xl\:hover\:-translate-y-1:hover { - --tw-translate-y: -0.25rem; - } - - .\32xl\:hover\:-translate-y-2:hover { - --tw-translate-y: -0.5rem; - } - - .\32xl\:hover\:-translate-y-3:hover { - --tw-translate-y: -0.75rem; - } - - .\32xl\:hover\:-translate-y-4:hover { - --tw-translate-y: -1rem; - } - - .\32xl\:hover\:-translate-y-5:hover { - --tw-translate-y: -1.25rem; - } - - .\32xl\:hover\:-translate-y-6:hover { - --tw-translate-y: -1.5rem; - } - - .\32xl\:hover\:-translate-y-7:hover { - --tw-translate-y: -1.75rem; - } - - .\32xl\:hover\:-translate-y-8:hover { - --tw-translate-y: -2rem; - } - - .\32xl\:hover\:-translate-y-9:hover { - --tw-translate-y: -2.25rem; - } - - .\32xl\:hover\:-translate-y-10:hover { - --tw-translate-y: -2.5rem; - } - - .\32xl\:hover\:-translate-y-11:hover { - --tw-translate-y: -2.75rem; - } - - .\32xl\:hover\:-translate-y-12:hover { - --tw-translate-y: -3rem; - } - - .\32xl\:hover\:-translate-y-14:hover { - --tw-translate-y: -3.5rem; - } - - .\32xl\:hover\:-translate-y-16:hover { - --tw-translate-y: -4rem; - } - - .\32xl\:hover\:-translate-y-20:hover { - --tw-translate-y: -5rem; - } - - .\32xl\:hover\:-translate-y-22:hover { - --tw-translate-y: -5.625rem; - } - - .\32xl\:hover\:-translate-y-24:hover { - --tw-translate-y: -6rem; - } - - .\32xl\:hover\:-translate-y-28:hover { - --tw-translate-y: -7rem; - } - - .\32xl\:hover\:-translate-y-32:hover { - --tw-translate-y: -8rem; - } - - .\32xl\:hover\:-translate-y-36:hover { - --tw-translate-y: -9rem; - } - - .\32xl\:hover\:-translate-y-40:hover { - --tw-translate-y: -10rem; - } - - .\32xl\:hover\:-translate-y-44:hover { - --tw-translate-y: -11rem; - } - - .\32xl\:hover\:-translate-y-48:hover { - --tw-translate-y: -12rem; - } - - .\32xl\:hover\:-translate-y-52:hover { - --tw-translate-y: -13rem; - } - - .\32xl\:hover\:-translate-y-56:hover { - --tw-translate-y: -14rem; - } - - .\32xl\:hover\:-translate-y-60:hover { - --tw-translate-y: -240px; - } - - .\32xl\:hover\:-translate-y-64:hover { - --tw-translate-y: -16rem; - } - - .\32xl\:hover\:-translate-y-72:hover { - --tw-translate-y: -18rem; - } - - .\32xl\:hover\:-translate-y-80:hover { - --tw-translate-y: -20rem; - } - - .\32xl\:hover\:-translate-y-88:hover { - --tw-translate-y: -22rem; - } - - .\32xl\:hover\:-translate-y-96:hover { - --tw-translate-y: -24rem; - } - - .\32xl\:hover\:-translate-y-130:hover { - --tw-translate-y: -560px; - } - - .\32xl\:hover\:-translate-y-px:hover { - --tw-translate-y: -1px; - } - - .\32xl\:hover\:-translate-y-0\.5:hover { - --tw-translate-y: -0.125rem; - } - - .\32xl\:hover\:-translate-y-1\.5:hover { - --tw-translate-y: -0.375rem; - } - - .\32xl\:hover\:-translate-y-2\.5:hover { - --tw-translate-y: -0.625rem; - } - - .\32xl\:hover\:-translate-y-3\.5:hover { - --tw-translate-y: -0.875rem; - } - - .\32xl\:hover\:translate-y-1\/2:hover { - --tw-translate-y: 50%; - } - - .\32xl\:hover\:translate-y-1\/3:hover { - --tw-translate-y: 33.333333%; - } - - .\32xl\:hover\:translate-y-2\/3:hover { - --tw-translate-y: 66.666667%; - } - - .\32xl\:hover\:translate-y-1\/4:hover { - --tw-translate-y: 25%; - } - - .\32xl\:hover\:translate-y-2\/4:hover { - --tw-translate-y: 50%; - } - - .\32xl\:hover\:translate-y-3\/4:hover { - --tw-translate-y: 75%; - } - - .\32xl\:hover\:translate-y-full:hover { - --tw-translate-y: 100%; - } - - .\32xl\:hover\:-translate-y-1\/2:hover { - --tw-translate-y: -50%; - } - - .\32xl\:hover\:-translate-y-1\/3:hover { - --tw-translate-y: -33.333333%; - } - - .\32xl\:hover\:-translate-y-2\/3:hover { - --tw-translate-y: -66.666667%; - } - - .\32xl\:hover\:-translate-y-1\/4:hover { - --tw-translate-y: -25%; - } - - .\32xl\:hover\:-translate-y-2\/4:hover { - --tw-translate-y: -50%; - } - - .\32xl\:hover\:-translate-y-3\/4:hover { - --tw-translate-y: -75%; - } - - .\32xl\:hover\:-translate-y-full:hover { - --tw-translate-y: -100%; - } - - .\32xl\:focus\:translate-x-0:focus { - --tw-translate-x: 0px; - } - - .\32xl\:focus\:translate-x-1:focus { - --tw-translate-x: 0.25rem; - } - - .\32xl\:focus\:translate-x-2:focus { - --tw-translate-x: 0.5rem; - } - - .\32xl\:focus\:translate-x-3:focus { - --tw-translate-x: 0.75rem; - } - - .\32xl\:focus\:translate-x-4:focus { - --tw-translate-x: 1rem; - } - - .\32xl\:focus\:translate-x-5:focus { - --tw-translate-x: 1.25rem; - } - - .\32xl\:focus\:translate-x-6:focus { - --tw-translate-x: 1.5rem; - } - - .\32xl\:focus\:translate-x-7:focus { - --tw-translate-x: 1.75rem; - } - - .\32xl\:focus\:translate-x-8:focus { - --tw-translate-x: 2rem; - } - - .\32xl\:focus\:translate-x-9:focus { - --tw-translate-x: 2.25rem; - } - - .\32xl\:focus\:translate-x-10:focus { - --tw-translate-x: 2.5rem; - } - - .\32xl\:focus\:translate-x-11:focus { - --tw-translate-x: 2.75rem; - } - - .\32xl\:focus\:translate-x-12:focus { - --tw-translate-x: 3rem; - } - - .\32xl\:focus\:translate-x-14:focus { - --tw-translate-x: 3.5rem; - } - - .\32xl\:focus\:translate-x-16:focus { - --tw-translate-x: 4rem; - } - - .\32xl\:focus\:translate-x-20:focus { - --tw-translate-x: 5rem; - } - - .\32xl\:focus\:translate-x-22:focus { - --tw-translate-x: 5.625rem; - } - - .\32xl\:focus\:translate-x-24:focus { - --tw-translate-x: 6rem; - } - - .\32xl\:focus\:translate-x-28:focus { - --tw-translate-x: 7rem; - } - - .\32xl\:focus\:translate-x-32:focus { - --tw-translate-x: 8rem; - } - - .\32xl\:focus\:translate-x-36:focus { - --tw-translate-x: 9rem; - } - - .\32xl\:focus\:translate-x-40:focus { - --tw-translate-x: 10rem; - } - - .\32xl\:focus\:translate-x-44:focus { - --tw-translate-x: 11rem; - } - - .\32xl\:focus\:translate-x-48:focus { - --tw-translate-x: 12rem; - } - - .\32xl\:focus\:translate-x-52:focus { - --tw-translate-x: 13rem; - } - - .\32xl\:focus\:translate-x-56:focus { - --tw-translate-x: 14rem; - } - - .\32xl\:focus\:translate-x-60:focus { - --tw-translate-x: 240px; - } - - .\32xl\:focus\:translate-x-64:focus { - --tw-translate-x: 16rem; - } - - .\32xl\:focus\:translate-x-72:focus { - --tw-translate-x: 18rem; - } - - .\32xl\:focus\:translate-x-80:focus { - --tw-translate-x: 20rem; - } - - .\32xl\:focus\:translate-x-88:focus { - --tw-translate-x: 22rem; - } - - .\32xl\:focus\:translate-x-96:focus { - --tw-translate-x: 24rem; - } - - .\32xl\:focus\:translate-x-130:focus { - --tw-translate-x: 560px; - } - - .\32xl\:focus\:translate-x-px:focus { - --tw-translate-x: 1px; - } - - .\32xl\:focus\:translate-x-0\.5:focus { - --tw-translate-x: 0.125rem; - } - - .\32xl\:focus\:translate-x-1\.5:focus { - --tw-translate-x: 0.375rem; - } - - .\32xl\:focus\:translate-x-2\.5:focus { - --tw-translate-x: 0.625rem; - } - - .\32xl\:focus\:translate-x-3\.5:focus { - --tw-translate-x: 0.875rem; - } - - .\32xl\:focus\:-translate-x-0:focus { - --tw-translate-x: 0px; - } - - .\32xl\:focus\:-translate-x-1:focus { - --tw-translate-x: -0.25rem; - } - - .\32xl\:focus\:-translate-x-2:focus { - --tw-translate-x: -0.5rem; - } - - .\32xl\:focus\:-translate-x-3:focus { - --tw-translate-x: -0.75rem; - } - - .\32xl\:focus\:-translate-x-4:focus { - --tw-translate-x: -1rem; - } - - .\32xl\:focus\:-translate-x-5:focus { - --tw-translate-x: -1.25rem; - } - - .\32xl\:focus\:-translate-x-6:focus { - --tw-translate-x: -1.5rem; - } - - .\32xl\:focus\:-translate-x-7:focus { - --tw-translate-x: -1.75rem; - } - - .\32xl\:focus\:-translate-x-8:focus { - --tw-translate-x: -2rem; - } - - .\32xl\:focus\:-translate-x-9:focus { - --tw-translate-x: -2.25rem; - } - - .\32xl\:focus\:-translate-x-10:focus { - --tw-translate-x: -2.5rem; - } - - .\32xl\:focus\:-translate-x-11:focus { - --tw-translate-x: -2.75rem; - } - - .\32xl\:focus\:-translate-x-12:focus { - --tw-translate-x: -3rem; - } - - .\32xl\:focus\:-translate-x-14:focus { - --tw-translate-x: -3.5rem; - } - - .\32xl\:focus\:-translate-x-16:focus { - --tw-translate-x: -4rem; - } - - .\32xl\:focus\:-translate-x-20:focus { - --tw-translate-x: -5rem; - } - - .\32xl\:focus\:-translate-x-22:focus { - --tw-translate-x: -5.625rem; - } - - .\32xl\:focus\:-translate-x-24:focus { - --tw-translate-x: -6rem; - } - - .\32xl\:focus\:-translate-x-28:focus { - --tw-translate-x: -7rem; - } - - .\32xl\:focus\:-translate-x-32:focus { - --tw-translate-x: -8rem; - } - - .\32xl\:focus\:-translate-x-36:focus { - --tw-translate-x: -9rem; - } - - .\32xl\:focus\:-translate-x-40:focus { - --tw-translate-x: -10rem; - } - - .\32xl\:focus\:-translate-x-44:focus { - --tw-translate-x: -11rem; - } - - .\32xl\:focus\:-translate-x-48:focus { - --tw-translate-x: -12rem; - } - - .\32xl\:focus\:-translate-x-52:focus { - --tw-translate-x: -13rem; - } - - .\32xl\:focus\:-translate-x-56:focus { - --tw-translate-x: -14rem; - } - - .\32xl\:focus\:-translate-x-60:focus { - --tw-translate-x: -240px; - } - - .\32xl\:focus\:-translate-x-64:focus { - --tw-translate-x: -16rem; - } - - .\32xl\:focus\:-translate-x-72:focus { - --tw-translate-x: -18rem; - } - - .\32xl\:focus\:-translate-x-80:focus { - --tw-translate-x: -20rem; - } - - .\32xl\:focus\:-translate-x-88:focus { - --tw-translate-x: -22rem; - } - - .\32xl\:focus\:-translate-x-96:focus { - --tw-translate-x: -24rem; - } - - .\32xl\:focus\:-translate-x-130:focus { - --tw-translate-x: -560px; - } - - .\32xl\:focus\:-translate-x-px:focus { - --tw-translate-x: -1px; - } - - .\32xl\:focus\:-translate-x-0\.5:focus { - --tw-translate-x: -0.125rem; - } - - .\32xl\:focus\:-translate-x-1\.5:focus { - --tw-translate-x: -0.375rem; - } - - .\32xl\:focus\:-translate-x-2\.5:focus { - --tw-translate-x: -0.625rem; - } - - .\32xl\:focus\:-translate-x-3\.5:focus { - --tw-translate-x: -0.875rem; - } - - .\32xl\:focus\:translate-x-1\/2:focus { - --tw-translate-x: 50%; - } - - .\32xl\:focus\:translate-x-1\/3:focus { - --tw-translate-x: 33.333333%; - } - - .\32xl\:focus\:translate-x-2\/3:focus { - --tw-translate-x: 66.666667%; - } - - .\32xl\:focus\:translate-x-1\/4:focus { - --tw-translate-x: 25%; - } - - .\32xl\:focus\:translate-x-2\/4:focus { - --tw-translate-x: 50%; - } - - .\32xl\:focus\:translate-x-3\/4:focus { - --tw-translate-x: 75%; - } - - .\32xl\:focus\:translate-x-full:focus { - --tw-translate-x: 100%; - } - - .\32xl\:focus\:-translate-x-1\/2:focus { - --tw-translate-x: -50%; - } - - .\32xl\:focus\:-translate-x-1\/3:focus { - --tw-translate-x: -33.333333%; - } - - .\32xl\:focus\:-translate-x-2\/3:focus { - --tw-translate-x: -66.666667%; - } - - .\32xl\:focus\:-translate-x-1\/4:focus { - --tw-translate-x: -25%; - } - - .\32xl\:focus\:-translate-x-2\/4:focus { - --tw-translate-x: -50%; - } - - .\32xl\:focus\:-translate-x-3\/4:focus { - --tw-translate-x: -75%; - } - - .\32xl\:focus\:-translate-x-full:focus { - --tw-translate-x: -100%; - } - - .\32xl\:focus\:translate-y-0:focus { - --tw-translate-y: 0px; - } - - .\32xl\:focus\:translate-y-1:focus { - --tw-translate-y: 0.25rem; - } - - .\32xl\:focus\:translate-y-2:focus { - --tw-translate-y: 0.5rem; - } - - .\32xl\:focus\:translate-y-3:focus { - --tw-translate-y: 0.75rem; - } - - .\32xl\:focus\:translate-y-4:focus { - --tw-translate-y: 1rem; - } - - .\32xl\:focus\:translate-y-5:focus { - --tw-translate-y: 1.25rem; - } - - .\32xl\:focus\:translate-y-6:focus { - --tw-translate-y: 1.5rem; - } - - .\32xl\:focus\:translate-y-7:focus { - --tw-translate-y: 1.75rem; - } - - .\32xl\:focus\:translate-y-8:focus { - --tw-translate-y: 2rem; - } - - .\32xl\:focus\:translate-y-9:focus { - --tw-translate-y: 2.25rem; - } - - .\32xl\:focus\:translate-y-10:focus { - --tw-translate-y: 2.5rem; - } - - .\32xl\:focus\:translate-y-11:focus { - --tw-translate-y: 2.75rem; - } - - .\32xl\:focus\:translate-y-12:focus { - --tw-translate-y: 3rem; - } - - .\32xl\:focus\:translate-y-14:focus { - --tw-translate-y: 3.5rem; - } - - .\32xl\:focus\:translate-y-16:focus { - --tw-translate-y: 4rem; - } - - .\32xl\:focus\:translate-y-20:focus { - --tw-translate-y: 5rem; - } - - .\32xl\:focus\:translate-y-22:focus { - --tw-translate-y: 5.625rem; - } - - .\32xl\:focus\:translate-y-24:focus { - --tw-translate-y: 6rem; - } - - .\32xl\:focus\:translate-y-28:focus { - --tw-translate-y: 7rem; - } - - .\32xl\:focus\:translate-y-32:focus { - --tw-translate-y: 8rem; - } - - .\32xl\:focus\:translate-y-36:focus { - --tw-translate-y: 9rem; - } - - .\32xl\:focus\:translate-y-40:focus { - --tw-translate-y: 10rem; - } - - .\32xl\:focus\:translate-y-44:focus { - --tw-translate-y: 11rem; - } - - .\32xl\:focus\:translate-y-48:focus { - --tw-translate-y: 12rem; - } - - .\32xl\:focus\:translate-y-52:focus { - --tw-translate-y: 13rem; - } - - .\32xl\:focus\:translate-y-56:focus { - --tw-translate-y: 14rem; - } - - .\32xl\:focus\:translate-y-60:focus { - --tw-translate-y: 240px; - } - - .\32xl\:focus\:translate-y-64:focus { - --tw-translate-y: 16rem; - } - - .\32xl\:focus\:translate-y-72:focus { - --tw-translate-y: 18rem; - } - - .\32xl\:focus\:translate-y-80:focus { - --tw-translate-y: 20rem; - } - - .\32xl\:focus\:translate-y-88:focus { - --tw-translate-y: 22rem; - } - - .\32xl\:focus\:translate-y-96:focus { - --tw-translate-y: 24rem; - } - - .\32xl\:focus\:translate-y-130:focus { - --tw-translate-y: 560px; - } - - .\32xl\:focus\:translate-y-px:focus { - --tw-translate-y: 1px; - } - - .\32xl\:focus\:translate-y-0\.5:focus { - --tw-translate-y: 0.125rem; - } - - .\32xl\:focus\:translate-y-1\.5:focus { - --tw-translate-y: 0.375rem; - } - - .\32xl\:focus\:translate-y-2\.5:focus { - --tw-translate-y: 0.625rem; - } - - .\32xl\:focus\:translate-y-3\.5:focus { - --tw-translate-y: 0.875rem; - } - - .\32xl\:focus\:-translate-y-0:focus { - --tw-translate-y: 0px; - } - - .\32xl\:focus\:-translate-y-1:focus { - --tw-translate-y: -0.25rem; - } - - .\32xl\:focus\:-translate-y-2:focus { - --tw-translate-y: -0.5rem; - } - - .\32xl\:focus\:-translate-y-3:focus { - --tw-translate-y: -0.75rem; - } - - .\32xl\:focus\:-translate-y-4:focus { - --tw-translate-y: -1rem; - } - - .\32xl\:focus\:-translate-y-5:focus { - --tw-translate-y: -1.25rem; - } - - .\32xl\:focus\:-translate-y-6:focus { - --tw-translate-y: -1.5rem; - } - - .\32xl\:focus\:-translate-y-7:focus { - --tw-translate-y: -1.75rem; - } - - .\32xl\:focus\:-translate-y-8:focus { - --tw-translate-y: -2rem; - } - - .\32xl\:focus\:-translate-y-9:focus { - --tw-translate-y: -2.25rem; - } - - .\32xl\:focus\:-translate-y-10:focus { - --tw-translate-y: -2.5rem; - } - - .\32xl\:focus\:-translate-y-11:focus { - --tw-translate-y: -2.75rem; - } - - .\32xl\:focus\:-translate-y-12:focus { - --tw-translate-y: -3rem; - } - - .\32xl\:focus\:-translate-y-14:focus { - --tw-translate-y: -3.5rem; - } - - .\32xl\:focus\:-translate-y-16:focus { - --tw-translate-y: -4rem; - } - - .\32xl\:focus\:-translate-y-20:focus { - --tw-translate-y: -5rem; - } - - .\32xl\:focus\:-translate-y-22:focus { - --tw-translate-y: -5.625rem; - } - - .\32xl\:focus\:-translate-y-24:focus { - --tw-translate-y: -6rem; - } - - .\32xl\:focus\:-translate-y-28:focus { - --tw-translate-y: -7rem; - } - - .\32xl\:focus\:-translate-y-32:focus { - --tw-translate-y: -8rem; - } - - .\32xl\:focus\:-translate-y-36:focus { - --tw-translate-y: -9rem; - } - - .\32xl\:focus\:-translate-y-40:focus { - --tw-translate-y: -10rem; - } - - .\32xl\:focus\:-translate-y-44:focus { - --tw-translate-y: -11rem; - } - - .\32xl\:focus\:-translate-y-48:focus { - --tw-translate-y: -12rem; - } - - .\32xl\:focus\:-translate-y-52:focus { - --tw-translate-y: -13rem; - } - - .\32xl\:focus\:-translate-y-56:focus { - --tw-translate-y: -14rem; - } - - .\32xl\:focus\:-translate-y-60:focus { - --tw-translate-y: -240px; - } - - .\32xl\:focus\:-translate-y-64:focus { - --tw-translate-y: -16rem; - } - - .\32xl\:focus\:-translate-y-72:focus { - --tw-translate-y: -18rem; - } - - .\32xl\:focus\:-translate-y-80:focus { - --tw-translate-y: -20rem; - } - - .\32xl\:focus\:-translate-y-88:focus { - --tw-translate-y: -22rem; - } - - .\32xl\:focus\:-translate-y-96:focus { - --tw-translate-y: -24rem; - } - - .\32xl\:focus\:-translate-y-130:focus { - --tw-translate-y: -560px; - } - - .\32xl\:focus\:-translate-y-px:focus { - --tw-translate-y: -1px; - } - - .\32xl\:focus\:-translate-y-0\.5:focus { - --tw-translate-y: -0.125rem; - } - - .\32xl\:focus\:-translate-y-1\.5:focus { - --tw-translate-y: -0.375rem; - } - - .\32xl\:focus\:-translate-y-2\.5:focus { - --tw-translate-y: -0.625rem; - } - - .\32xl\:focus\:-translate-y-3\.5:focus { - --tw-translate-y: -0.875rem; - } - - .\32xl\:focus\:translate-y-1\/2:focus { - --tw-translate-y: 50%; - } - - .\32xl\:focus\:translate-y-1\/3:focus { - --tw-translate-y: 33.333333%; - } - - .\32xl\:focus\:translate-y-2\/3:focus { - --tw-translate-y: 66.666667%; - } - - .\32xl\:focus\:translate-y-1\/4:focus { - --tw-translate-y: 25%; - } - - .\32xl\:focus\:translate-y-2\/4:focus { - --tw-translate-y: 50%; - } - - .\32xl\:focus\:translate-y-3\/4:focus { - --tw-translate-y: 75%; - } - - .\32xl\:focus\:translate-y-full:focus { - --tw-translate-y: 100%; - } - - .\32xl\:focus\:-translate-y-1\/2:focus { - --tw-translate-y: -50%; - } - - .\32xl\:focus\:-translate-y-1\/3:focus { - --tw-translate-y: -33.333333%; - } - - .\32xl\:focus\:-translate-y-2\/3:focus { - --tw-translate-y: -66.666667%; - } - - .\32xl\:focus\:-translate-y-1\/4:focus { - --tw-translate-y: -25%; - } - - .\32xl\:focus\:-translate-y-2\/4:focus { - --tw-translate-y: -50%; - } - - .\32xl\:focus\:-translate-y-3\/4:focus { - --tw-translate-y: -75%; - } - - .\32xl\:focus\:-translate-y-full:focus { - --tw-translate-y: -100%; - } - - .\32xl\:skew-x-0 { - --tw-skew-x: 0deg; - } - - .\32xl\:skew-x-1 { - --tw-skew-x: 1deg; - } - - .\32xl\:skew-x-2 { - --tw-skew-x: 2deg; - } - - .\32xl\:skew-x-3 { - --tw-skew-x: 3deg; - } - - .\32xl\:skew-x-6 { - --tw-skew-x: 6deg; - } - - .\32xl\:skew-x-12 { - --tw-skew-x: 12deg; - } - - .\32xl\:-skew-x-12 { - --tw-skew-x: -12deg; - } - - .\32xl\:-skew-x-6 { - --tw-skew-x: -6deg; - } - - .\32xl\:-skew-x-3 { - --tw-skew-x: -3deg; - } - - .\32xl\:-skew-x-2 { - --tw-skew-x: -2deg; - } - - .\32xl\:-skew-x-1 { - --tw-skew-x: -1deg; - } - - .\32xl\:skew-y-0 { - --tw-skew-y: 0deg; - } - - .\32xl\:skew-y-1 { - --tw-skew-y: 1deg; - } - - .\32xl\:skew-y-2 { - --tw-skew-y: 2deg; - } - - .\32xl\:skew-y-3 { - --tw-skew-y: 3deg; - } - - .\32xl\:skew-y-6 { - --tw-skew-y: 6deg; - } - - .\32xl\:skew-y-12 { - --tw-skew-y: 12deg; - } - - .\32xl\:-skew-y-12 { - --tw-skew-y: -12deg; - } - - .\32xl\:-skew-y-6 { - --tw-skew-y: -6deg; - } - - .\32xl\:-skew-y-3 { - --tw-skew-y: -3deg; - } - - .\32xl\:-skew-y-2 { - --tw-skew-y: -2deg; - } - - .\32xl\:-skew-y-1 { - --tw-skew-y: -1deg; - } - - .\32xl\:hover\:skew-x-0:hover { - --tw-skew-x: 0deg; - } - - .\32xl\:hover\:skew-x-1:hover { - --tw-skew-x: 1deg; - } - - .\32xl\:hover\:skew-x-2:hover { - --tw-skew-x: 2deg; - } - - .\32xl\:hover\:skew-x-3:hover { - --tw-skew-x: 3deg; - } - - .\32xl\:hover\:skew-x-6:hover { - --tw-skew-x: 6deg; - } - - .\32xl\:hover\:skew-x-12:hover { - --tw-skew-x: 12deg; - } - - .\32xl\:hover\:-skew-x-12:hover { - --tw-skew-x: -12deg; - } - - .\32xl\:hover\:-skew-x-6:hover { - --tw-skew-x: -6deg; - } - - .\32xl\:hover\:-skew-x-3:hover { - --tw-skew-x: -3deg; - } - - .\32xl\:hover\:-skew-x-2:hover { - --tw-skew-x: -2deg; - } - - .\32xl\:hover\:-skew-x-1:hover { - --tw-skew-x: -1deg; - } - - .\32xl\:hover\:skew-y-0:hover { - --tw-skew-y: 0deg; - } - - .\32xl\:hover\:skew-y-1:hover { - --tw-skew-y: 1deg; - } - - .\32xl\:hover\:skew-y-2:hover { - --tw-skew-y: 2deg; - } - - .\32xl\:hover\:skew-y-3:hover { - --tw-skew-y: 3deg; - } - - .\32xl\:hover\:skew-y-6:hover { - --tw-skew-y: 6deg; - } - - .\32xl\:hover\:skew-y-12:hover { - --tw-skew-y: 12deg; - } - - .\32xl\:hover\:-skew-y-12:hover { - --tw-skew-y: -12deg; - } - - .\32xl\:hover\:-skew-y-6:hover { - --tw-skew-y: -6deg; - } - - .\32xl\:hover\:-skew-y-3:hover { - --tw-skew-y: -3deg; - } - - .\32xl\:hover\:-skew-y-2:hover { - --tw-skew-y: -2deg; - } - - .\32xl\:hover\:-skew-y-1:hover { - --tw-skew-y: -1deg; - } - - .\32xl\:focus\:skew-x-0:focus { - --tw-skew-x: 0deg; - } - - .\32xl\:focus\:skew-x-1:focus { - --tw-skew-x: 1deg; - } - - .\32xl\:focus\:skew-x-2:focus { - --tw-skew-x: 2deg; - } - - .\32xl\:focus\:skew-x-3:focus { - --tw-skew-x: 3deg; - } - - .\32xl\:focus\:skew-x-6:focus { - --tw-skew-x: 6deg; - } - - .\32xl\:focus\:skew-x-12:focus { - --tw-skew-x: 12deg; - } - - .\32xl\:focus\:-skew-x-12:focus { - --tw-skew-x: -12deg; - } - - .\32xl\:focus\:-skew-x-6:focus { - --tw-skew-x: -6deg; - } - - .\32xl\:focus\:-skew-x-3:focus { - --tw-skew-x: -3deg; - } - - .\32xl\:focus\:-skew-x-2:focus { - --tw-skew-x: -2deg; - } - - .\32xl\:focus\:-skew-x-1:focus { - --tw-skew-x: -1deg; - } - - .\32xl\:focus\:skew-y-0:focus { - --tw-skew-y: 0deg; - } - - .\32xl\:focus\:skew-y-1:focus { - --tw-skew-y: 1deg; - } - - .\32xl\:focus\:skew-y-2:focus { - --tw-skew-y: 2deg; - } - - .\32xl\:focus\:skew-y-3:focus { - --tw-skew-y: 3deg; - } - - .\32xl\:focus\:skew-y-6:focus { - --tw-skew-y: 6deg; - } - - .\32xl\:focus\:skew-y-12:focus { - --tw-skew-y: 12deg; - } - - .\32xl\:focus\:-skew-y-12:focus { - --tw-skew-y: -12deg; - } - - .\32xl\:focus\:-skew-y-6:focus { - --tw-skew-y: -6deg; - } - - .\32xl\:focus\:-skew-y-3:focus { - --tw-skew-y: -3deg; - } - - .\32xl\:focus\:-skew-y-2:focus { - --tw-skew-y: -2deg; - } - - .\32xl\:focus\:-skew-y-1:focus { - --tw-skew-y: -1deg; - } - - .\32xl\:transition-none { - transition-property: none; - } - - .\32xl\:transition-all { - transition-property: all; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .\32xl\:transition { - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .\32xl\:transition-colors { - transition-property: background-color, border-color, color, fill, stroke; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .\32xl\:transition-opacity { - transition-property: opacity; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .\32xl\:transition-shadow { - transition-property: box-shadow; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .\32xl\:transition-transform { - transition-property: transform; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .\32xl\:ease-linear { - transition-timing-function: linear; - } - - .\32xl\:ease-in { - transition-timing-function: cubic-bezier(0.4, 0, 1, 1); - } - - .\32xl\:ease-out { - transition-timing-function: cubic-bezier(0, 0, 0.2, 1); - } - - .\32xl\:ease-in-out { - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - } - - .\32xl\:duration-75 { - transition-duration: 75ms; - } - - .\32xl\:duration-100 { - transition-duration: 100ms; - } - - .\32xl\:duration-150 { - transition-duration: 150ms; - } - - .\32xl\:duration-200 { - transition-duration: 200ms; - } - - .\32xl\:duration-300 { - transition-duration: 300ms; - } - - .\32xl\:duration-500 { - transition-duration: 500ms; - } - - .\32xl\:duration-700 { - transition-duration: 700ms; - } - - .\32xl\:duration-1000 { - transition-duration: 1000ms; - } - - .\32xl\:delay-75 { - transition-delay: 75ms; - } - - .\32xl\:delay-100 { - transition-delay: 100ms; - } - - .\32xl\:delay-150 { - transition-delay: 150ms; - } - - .\32xl\:delay-200 { - transition-delay: 200ms; - } - - .\32xl\:delay-300 { - transition-delay: 300ms; - } - - .\32xl\:delay-500 { - transition-delay: 500ms; - } - - .\32xl\:delay-700 { - transition-delay: 700ms; - } - - .\32xl\:delay-1000 { - transition-delay: 1000ms; - } - - .\32xl\:animate-none { - -webkit-animation: none; - animation: none; - } - - .\32xl\:animate-spin { - -webkit-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; - } - - .\32xl\:animate-ping { - -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; - animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; - } - - .\32xl\:animate-pulse { - -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; - animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; - } - - .\32xl\:animate-bounce { - -webkit-animation: bounce 0.6s ease-in-out; - animation: bounce 0.6s ease-in-out; - } -} - -@media (min-width: 1440px) { - .xxl\:container { - width: 100%; - } - - @media (min-width: 640px) { - .xxl\:container { - max-width: 640px; - } - } - - @media (min-width: 768px) { - .xxl\:container { - max-width: 768px; - } - } - - @media (min-width: 1024px) { - .xxl\:container { - max-width: 1024px; - } - } - - @media (min-width: 1280px) { - .xxl\:container { - max-width: 1280px; - } - } - - @media (min-width: 1440px) { - .xxl\:container { - max-width: 1440px; - } - } - - @media (min-width: 1536px) { - .xxl\:container { - max-width: 1536px; - } - } - - .xxl\:space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0px * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0px * var(--tw-space-x-reverse)); - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.25rem * var(--tw-space-x-reverse)); - margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1rem * var(--tw-space-x-reverse)); - margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.25rem * var(--tw-space-x-reverse)); - margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\: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)); - } - - .xxl\:space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.5rem * var(--tw-space-x-reverse)); - margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.75rem * var(--tw-space-x-reverse)); - margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2rem * var(--tw-space-x-reverse)); - margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.25rem * var(--tw-space-x-reverse)); - margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.5rem * var(--tw-space-x-reverse)); - margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2.75rem * var(--tw-space-x-reverse)); - margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(3rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(3rem * var(--tw-space-x-reverse)); - margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(3.5rem * var(--tw-space-x-reverse)); - margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(4rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(4rem * var(--tw-space-x-reverse)); - margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(5rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(5rem * var(--tw-space-x-reverse)); - margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(5.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(5.625rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(5.625rem * var(--tw-space-x-reverse)); - margin-left: calc(5.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(6rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(6rem * var(--tw-space-x-reverse)); - margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(7rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(7rem * var(--tw-space-x-reverse)); - margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(8rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(8rem * var(--tw-space-x-reverse)); - margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(9rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(9rem * var(--tw-space-x-reverse)); - margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(10rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(10rem * var(--tw-space-x-reverse)); - margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(11rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(11rem * var(--tw-space-x-reverse)); - margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(12rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(12rem * var(--tw-space-x-reverse)); - margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(13rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(13rem * var(--tw-space-x-reverse)); - margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(14rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(14rem * var(--tw-space-x-reverse)); - margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(240px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(240px * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(240px * var(--tw-space-x-reverse)); - margin-left: calc(240px * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(16rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(16rem * var(--tw-space-x-reverse)); - margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(18rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(18rem * var(--tw-space-x-reverse)); - margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(20rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(20rem * var(--tw-space-x-reverse)); - margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(22rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(22rem * var(--tw-space-x-reverse)); - margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(24rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(24rem * var(--tw-space-x-reverse)); - margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(560px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(560px * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(560px * var(--tw-space-x-reverse)); - margin-left: calc(560px * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1px * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1px * var(--tw-space-x-reverse)); - margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.125rem * var(--tw-space-x-reverse)); - margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.375rem * var(--tw-space-x-reverse)); - margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.625rem * var(--tw-space-x-reverse)); - margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)); - } - - .xxl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.875rem * var(--tw-space-x-reverse)); - margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0px * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0px * var(--tw-space-x-reverse)); - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1rem * var(--tw-space-x-reverse)); - margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-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)); - } - - .xxl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2rem * var(--tw-space-x-reverse)); - margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-2.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-3rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-3rem * var(--tw-space-x-reverse)); - margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-3.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-4rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-4rem * var(--tw-space-x-reverse)); - margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-5rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-5rem * var(--tw-space-x-reverse)); - margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-22 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-5.625rem * var(--tw-space-x-reverse)); - margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-6rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-6rem * var(--tw-space-x-reverse)); - margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-7rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-7rem * var(--tw-space-x-reverse)); - margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-8rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-8rem * var(--tw-space-x-reverse)); - margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-9rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-9rem * var(--tw-space-x-reverse)); - margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-10rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-10rem * var(--tw-space-x-reverse)); - margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-11rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-11rem * var(--tw-space-x-reverse)); - margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-12rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-12rem * var(--tw-space-x-reverse)); - margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-13rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-13rem * var(--tw-space-x-reverse)); - margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-14rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-14rem * var(--tw-space-x-reverse)); - margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-240px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-240px * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-240px * var(--tw-space-x-reverse)); - margin-left: calc(-240px * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-16rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-16rem * var(--tw-space-x-reverse)); - margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-18rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-18rem * var(--tw-space-x-reverse)); - margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-20rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-20rem * var(--tw-space-x-reverse)); - margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-22rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-88 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-22rem * var(--tw-space-x-reverse)); - margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-24rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-24rem * var(--tw-space-x-reverse)); - margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-560px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-560px * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-130 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-560px * var(--tw-space-x-reverse)); - margin-left: calc(-560px * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-1px * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-px > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-1px * var(--tw-space-x-reverse)); - margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.125rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.375rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.625rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)); - } - - .xxl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(-0.875rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))); - } - - .xxl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 1; - } - - .xxl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 1; - } - - .xxl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(0px * var(--tw-divide-y-reverse)); - } - - .xxl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(0px * var(--tw-divide-x-reverse)); - border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))); - } - - .xxl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(2px * var(--tw-divide-y-reverse)); - } - - .xxl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(2px * var(--tw-divide-x-reverse)); - border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))); - } - - .xxl\:divide-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(3px * var(--tw-divide-y-reverse)); - } - - .xxl\:divide-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(3px * var(--tw-divide-x-reverse)); - border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse))); - } - - .xxl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(4px * var(--tw-divide-y-reverse)); - } - - .xxl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(4px * var(--tw-divide-x-reverse)); - border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))); - } - - .xxl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(8px * var(--tw-divide-y-reverse)); - } - - .xxl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(8px * var(--tw-divide-x-reverse)); - border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))); - } - - .xxl\:divide-y > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 0; - border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); - } - - .xxl\:divide-x > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(1px * var(--tw-divide-x-reverse)); - border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); - } - - .xxl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-y-reverse: 1; - } - - .xxl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 1; - } - - .xxl\:divide-transparent > :not([hidden]) ~ :not([hidden]) { - border-color: transparent; - } - - .xxl\:divide-current > :not([hidden]) ~ :not([hidden]) { - border-color: currentColor; - } - - .xxl\:divide-black > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-divide-opacity)); - } - - .xxl\:divide-white > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-divide-opacity)); - } - - .xxl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)); - } - - .xxl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-divide-opacity)); - } - - .xxl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-divide-opacity)); - } - - .xxl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-divide-opacity)); - } - - .xxl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-divide-opacity)); - } - - .xxl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-divide-opacity)); - } - - .xxl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-divide-opacity)); - } - - .xxl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-divide-opacity)); - } - - .xxl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-divide-opacity)); - } - - .xxl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-divide-opacity)); - } - - .xxl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-divide-opacity)); - } - - .xxl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-divide-opacity)); - } - - .xxl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-divide-opacity)); - } - - .xxl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-divide-opacity)); - } - - .xxl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-divide-opacity)); - } - - .xxl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-divide-opacity)); - } - - .xxl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-divide-opacity)); - } - - .xxl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-divide-opacity)); - } - - .xxl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-divide-opacity)); - } - - .xxl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-divide-opacity)); - } - - .xxl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)); - } - - .xxl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)); - } - - .xxl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)); - } - - .xxl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)); - } - - .xxl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)); - } - - .xxl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)); - } - - .xxl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)); - } - - .xxl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)); - } - - .xxl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)); - } - - .xxl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)); - } - - .xxl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)); - } - - .xxl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)); - } - - .xxl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)); - } - - .xxl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)); - } - - .xxl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)); - } - - .xxl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)); - } - - .xxl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)); - } - - .xxl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)); - } - - .xxl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)); - } - - .xxl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)); - } - - .xxl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)); - } - - .xxl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)); - } - - .xxl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)); - } - - .xxl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)); - } - - .xxl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)); - } - - .xxl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)); - } - - .xxl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)); - } - - .xxl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)); - } - - .xxl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)); - } - - .xxl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)); - } - - .xxl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)); - } - - .xxl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)); - } - - .xxl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)); - } - - .xxl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)); - } - - .xxl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)); - } - - .xxl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)); - } - - .xxl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)); - } - - .xxl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)); - } - - .xxl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)); - } - - .xxl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)); - } - - .xxl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)); - } - - .xxl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)); - } - - .xxl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)); - } - - .xxl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)); - } - - .xxl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)); - } - - .xxl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)); - } - - .xxl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)); - } - - .xxl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)); - } - - .xxl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)); - } - - .xxl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)); - } - - .xxl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)); - } - - .xxl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)); - } - - .xxl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)); - } - - .xxl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)); - } - - .xxl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)); - } - - .xxl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)); - } - - .xxl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)); - } - - .xxl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)); - } - - .xxl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)); - } - - .xxl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); - } - - .xxl\:divide-primary-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-divide-opacity)); - } - - .xxl\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-divide-opacity)); - } - - .xxl\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-divide-opacity)); - } - - .xxl\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-divide-opacity)); - } - - .xxl\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-divide-opacity)); - } - - .xxl\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-divide-opacity)); - } - - .xxl\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-divide-opacity)); - } - - .xxl\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-divide-opacity)); - } - - .xxl\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-divide-opacity)); - } - - .xxl\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-divide-opacity)); - } - - .xxl\:divide-danger > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-divide-opacity)); - } - - .xxl\:divide-success > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-divide-opacity)); - } - - .xxl\:divide-warning > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-divide-opacity)); - } - - .xxl\:divide-info > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-divide-opacity)); - } - - .xxl\:divide-solid > :not([hidden]) ~ :not([hidden]) { - border-style: solid; - } - - .xxl\:divide-dashed > :not([hidden]) ~ :not([hidden]) { - border-style: dashed; - } - - .xxl\:divide-dotted > :not([hidden]) ~ :not([hidden]) { - border-style: dotted; - } - - .xxl\:divide-double > :not([hidden]) ~ :not([hidden]) { - border-style: double; - } - - .xxl\:divide-none > :not([hidden]) ~ :not([hidden]) { - border-style: none; - } - - .xxl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0; - } - - .xxl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.05; - } - - .xxl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.1; - } - - .xxl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.2; - } - - .xxl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.25; - } - - .xxl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.3; - } - - .xxl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.4; - } - - .xxl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.5; - } - - .xxl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.6; - } - - .xxl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.7; - } - - .xxl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.75; - } - - .xxl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.8; - } - - .xxl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.9; - } - - .xxl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 0.95; - } - - .xxl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - } - - .xxl\:sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; - } - - .xxl\:not-sr-only { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; - } - - .xxl\:focus-within\:sr-only:focus-within { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; - } - - .xxl\:focus-within\:not-sr-only:focus-within { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; - } - - .xxl\:focus\:sr-only:focus { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; - } - - .xxl\:focus\:not-sr-only:focus { - position: static; - width: auto; - height: auto; - padding: 0; - margin: 0; - overflow: visible; - clip: auto; - white-space: normal; - } - - .xxl\:appearance-none { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - } - - .xxl\:bg-fixed { - background-attachment: fixed; - } - - .xxl\:bg-local { - background-attachment: local; - } - - .xxl\:bg-scroll { - background-attachment: scroll; - } - - .xxl\:bg-clip-border { - background-clip: border-box; - } - - .xxl\:bg-clip-padding { - background-clip: padding-box; - } - - .xxl\:bg-clip-content { - background-clip: content-box; - } - - .xxl\:bg-clip-text { - -webkit-background-clip: text; - background-clip: text; - } - - .xxl\:bg-transparent { - background-color: transparent; - } - - .xxl\:bg-current { - background-color: currentColor; - } - - .xxl\:bg-black { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .xxl\:bg-white { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .xxl\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .xxl\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .xxl\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .xxl\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .xxl\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .xxl\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .xxl\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .xxl\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .xxl\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .xxl\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .xxl\:bg-red-50 { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .xxl\:bg-red-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .xxl\:bg-red-200 { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .xxl\:bg-red-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .xxl\:bg-red-400 { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .xxl\:bg-red-500 { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .xxl\:bg-red-600 { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .xxl\:bg-red-700 { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .xxl\:bg-red-800 { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .xxl\:bg-red-900 { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .xxl\:bg-yellow-50 { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .xxl\:bg-yellow-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .xxl\:bg-yellow-200 { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .xxl\:bg-yellow-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .xxl\:bg-yellow-400 { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .xxl\:bg-yellow-500 { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .xxl\:bg-yellow-600 { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .xxl\:bg-yellow-700 { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .xxl\:bg-yellow-800 { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .xxl\:bg-yellow-900 { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .xxl\:bg-green-50 { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .xxl\:bg-green-100 { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .xxl\:bg-green-200 { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .xxl\:bg-green-300 { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .xxl\:bg-green-400 { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .xxl\:bg-green-500 { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .xxl\:bg-green-600 { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .xxl\:bg-green-700 { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .xxl\:bg-green-800 { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .xxl\:bg-green-900 { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .xxl\:bg-blue-50 { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .xxl\:bg-blue-100 { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .xxl\:bg-blue-200 { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .xxl\:bg-blue-300 { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .xxl\:bg-blue-400 { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .xxl\:bg-blue-500 { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .xxl\:bg-blue-600 { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .xxl\:bg-blue-700 { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .xxl\:bg-blue-800 { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .xxl\:bg-blue-900 { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .xxl\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .xxl\:bg-indigo-100 { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .xxl\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .xxl\:bg-indigo-300 { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .xxl\:bg-indigo-400 { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .xxl\:bg-indigo-500 { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .xxl\:bg-indigo-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .xxl\:bg-indigo-700 { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .xxl\:bg-indigo-800 { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .xxl\:bg-indigo-900 { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .xxl\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .xxl\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .xxl\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .xxl\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .xxl\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .xxl\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .xxl\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .xxl\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .xxl\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .xxl\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .xxl\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .xxl\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .xxl\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .xxl\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .xxl\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .xxl\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .xxl\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .xxl\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .xxl\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .xxl\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .xxl\:bg-primary-50 { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .xxl\:bg-primary-100 { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .xxl\:bg-primary-200 { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .xxl\:bg-primary-300 { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .xxl\:bg-primary-400 { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .xxl\:bg-primary-500 { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .xxl\:bg-primary-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .xxl\:bg-primary-700 { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .xxl\:bg-primary-800 { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .xxl\:bg-primary-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .xxl\:bg-danger { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .xxl\:bg-success { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .xxl\:bg-warning { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .xxl\:bg-info { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-transparent { - background-color: transparent; - } - - .group:hover .xxl\:group-hover\:bg-current { - background-color: currentColor; - } - - .group:hover .xxl\:group-hover\:bg-black { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-white { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-red-50 { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-red-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-red-200 { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-red-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-red-400 { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-red-500 { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-red-600 { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-red-700 { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-red-800 { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-red-900 { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-yellow-50 { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-yellow-100 { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-yellow-200 { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-yellow-300 { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-yellow-400 { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-yellow-500 { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-yellow-600 { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-yellow-700 { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-yellow-800 { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-yellow-900 { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-green-50 { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-green-100 { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-green-200 { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-green-300 { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-green-400 { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-green-500 { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-green-600 { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-green-700 { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-green-800 { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-green-900 { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-blue-50 { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-blue-100 { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-blue-200 { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-blue-300 { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-blue-400 { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-blue-500 { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-blue-600 { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-blue-700 { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-blue-800 { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-blue-900 { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-indigo-100 { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-indigo-300 { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-indigo-400 { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-indigo-500 { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-indigo-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-indigo-700 { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-indigo-800 { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-indigo-900 { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-primary-50 { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-primary-100 { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-primary-200 { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-primary-300 { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-primary-400 { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-primary-500 { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-primary-600 { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-primary-700 { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-primary-800 { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-primary-900 { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-danger { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-success { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-warning { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .group:hover .xxl\:group-hover\:bg-info { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-transparent:focus-within { - background-color: transparent; - } - - .xxl\:focus-within\:bg-current:focus-within { - background-color: currentColor; - } - - .xxl\:focus-within\:bg-black:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-white:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-red-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-red-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-red-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-red-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-red-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-red-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-red-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-red-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-red-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-red-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-yellow-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-yellow-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-yellow-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-yellow-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-yellow-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-yellow-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-yellow-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-yellow-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-yellow-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-yellow-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-green-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-green-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-green-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-green-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-green-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-green-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-green-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-green-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-green-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-green-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-blue-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-blue-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-blue-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-blue-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-blue-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-blue-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-blue-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-blue-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-blue-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-blue-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-indigo-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-indigo-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-indigo-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-indigo-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-indigo-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-indigo-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-indigo-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-indigo-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-primary-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-primary-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-primary-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-primary-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-primary-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-primary-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-primary-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-primary-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-primary-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-primary-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-danger:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-success:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-warning:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .xxl\:focus-within\:bg-info:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-transparent:hover { - background-color: transparent; - } - - .xxl\:hover\:bg-current:hover { - background-color: currentColor; - } - - .xxl\:hover\:bg-black:hover { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-white:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-gray-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-gray-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-gray-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-gray-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-gray-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-gray-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-gray-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-red-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-red-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-red-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-red-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-red-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-red-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-red-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-red-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-red-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-red-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-yellow-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-yellow-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-yellow-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-yellow-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-yellow-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-yellow-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-yellow-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-yellow-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-yellow-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-yellow-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-green-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-green-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-green-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-green-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-green-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-green-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-green-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-green-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-green-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-green-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-blue-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-blue-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-blue-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-blue-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-blue-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-blue-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-blue-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-blue-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-blue-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-blue-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-indigo-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-indigo-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-indigo-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-indigo-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-indigo-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-indigo-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-indigo-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-indigo-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-purple-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-purple-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-purple-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-purple-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-purple-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-purple-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-purple-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-purple-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-purple-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-purple-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-pink-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-pink-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-pink-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-pink-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-pink-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-pink-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-pink-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-pink-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-pink-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-pink-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-primary-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-primary-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-primary-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-primary-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-primary-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-primary-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-primary-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-primary-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-primary-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-primary-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-danger:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-success:hover { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-warning:hover { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .xxl\:hover\:bg-info:hover { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-transparent:focus { - background-color: transparent; - } - - .xxl\:focus\:bg-current:focus { - background-color: currentColor; - } - - .xxl\:focus\:bg-black:focus { - --tw-bg-opacity: 1; - background-color: rgba(4, 4, 5, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-white:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-gray-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-gray-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(247, 250, 252, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-gray-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-gray-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-gray-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(203, 213, 224, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-gray-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(160, 174, 192, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-gray-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(113, 128, 150, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-gray-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(74, 85, 104, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-gray-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(45, 55, 72, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-gray-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(26, 32, 44, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-red-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-red-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-red-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-red-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-red-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-red-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-red-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-red-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-red-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-red-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-yellow-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-yellow-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-yellow-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-yellow-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-yellow-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-yellow-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-yellow-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-yellow-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-yellow-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-yellow-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-green-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-green-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-green-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-green-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-green-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-green-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-green-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-green-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-green-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-green-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-blue-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-blue-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-blue-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-blue-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-blue-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-blue-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-blue-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-blue-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-blue-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-blue-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-indigo-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-indigo-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-indigo-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-indigo-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-indigo-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-indigo-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-indigo-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-indigo-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-purple-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-purple-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-purple-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-purple-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-purple-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-purple-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-purple-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-purple-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-purple-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-purple-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-pink-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-pink-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-pink-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-pink-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-pink-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-pink-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-pink-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-pink-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-pink-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-pink-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-primary-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(247, 246, 253, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-primary-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 238, 251, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-primary-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(213, 212, 245, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-primary-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(188, 185, 239, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-primary-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(138, 133, 228, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-primary-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(88, 81, 216, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-primary-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(79, 73, 194, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-primary-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(53, 49, 130, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-primary-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(40, 36, 97, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-primary-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(26, 24, 65, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-danger:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 113, 120, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-success:focus { - --tw-bg-opacity: 1; - background-color: rgba(0, 201, 156, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-warning:focus { - --tw-bg-opacity: 1; - background-color: rgba(243, 175, 78, var(--tw-bg-opacity)); - } - - .xxl\:focus\:bg-info:focus { - --tw-bg-opacity: 1; - background-color: rgba(21, 178, 236, var(--tw-bg-opacity)); - } - - .xxl\:bg-none { - background-image: none; - } - - .xxl\:bg-gradient-to-t { - background-image: linear-gradient(to top, var(--tw-gradient-stops)); - } - - .xxl\:bg-gradient-to-tr { - background-image: linear-gradient(to top right, var(--tw-gradient-stops)); - } - - .xxl\:bg-gradient-to-r { - background-image: linear-gradient(to right, var(--tw-gradient-stops)); - } - - .xxl\:bg-gradient-to-br { - background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); - } - - .xxl\:bg-gradient-to-b { - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); - } - - .xxl\:bg-gradient-to-bl { - background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)); - } - - .xxl\:bg-gradient-to-l { - background-image: linear-gradient(to left, var(--tw-gradient-stops)); - } - - .xxl\:bg-gradient-to-tl { - background-image: linear-gradient(to top left, var(--tw-gradient-stops)); - } - - .xxl\:from-transparent { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .xxl\:from-current { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xxl\:from-black { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .xxl\:from-white { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xxl\:from-gray-50 { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .xxl\:from-gray-100 { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .xxl\:from-gray-200 { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .xxl\:from-gray-300 { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .xxl\:from-gray-400 { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .xxl\:from-gray-500 { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .xxl\:from-gray-600 { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .xxl\:from-gray-700 { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .xxl\:from-gray-800 { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .xxl\:from-gray-900 { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .xxl\:from-red-50 { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .xxl\:from-red-100 { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .xxl\:from-red-200 { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .xxl\:from-red-300 { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .xxl\:from-red-400 { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .xxl\:from-red-500 { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .xxl\:from-red-600 { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .xxl\:from-red-700 { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .xxl\:from-red-800 { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .xxl\:from-red-900 { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .xxl\:from-yellow-50 { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .xxl\:from-yellow-100 { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .xxl\:from-yellow-200 { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .xxl\:from-yellow-300 { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .xxl\:from-yellow-400 { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .xxl\:from-yellow-500 { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .xxl\:from-yellow-600 { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .xxl\:from-yellow-700 { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .xxl\:from-yellow-800 { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .xxl\:from-yellow-900 { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .xxl\:from-green-50 { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .xxl\:from-green-100 { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .xxl\:from-green-200 { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .xxl\:from-green-300 { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .xxl\:from-green-400 { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .xxl\:from-green-500 { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .xxl\:from-green-600 { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .xxl\:from-green-700 { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .xxl\:from-green-800 { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .xxl\:from-green-900 { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .xxl\:from-blue-50 { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .xxl\:from-blue-100 { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .xxl\:from-blue-200 { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .xxl\:from-blue-300 { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .xxl\:from-blue-400 { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .xxl\:from-blue-500 { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .xxl\:from-blue-600 { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .xxl\:from-blue-700 { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .xxl\:from-blue-800 { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .xxl\:from-blue-900 { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .xxl\:from-indigo-50 { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .xxl\:from-indigo-100 { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .xxl\:from-indigo-200 { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .xxl\:from-indigo-300 { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .xxl\:from-indigo-400 { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .xxl\:from-indigo-500 { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .xxl\:from-indigo-600 { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .xxl\:from-indigo-700 { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .xxl\:from-indigo-800 { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .xxl\:from-indigo-900 { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .xxl\:from-purple-50 { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .xxl\:from-purple-100 { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .xxl\:from-purple-200 { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .xxl\:from-purple-300 { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .xxl\:from-purple-400 { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .xxl\:from-purple-500 { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .xxl\:from-purple-600 { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .xxl\:from-purple-700 { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .xxl\:from-purple-800 { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .xxl\:from-purple-900 { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .xxl\:from-pink-50 { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .xxl\:from-pink-100 { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .xxl\:from-pink-200 { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .xxl\:from-pink-300 { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .xxl\:from-pink-400 { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .xxl\:from-pink-500 { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .xxl\:from-pink-600 { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .xxl\:from-pink-700 { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .xxl\:from-pink-800 { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .xxl\:from-pink-900 { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .xxl\:from-primary-50 { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .xxl\:from-primary-100 { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .xxl\:from-primary-200 { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .xxl\:from-primary-300 { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .xxl\:from-primary-400 { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .xxl\:from-primary-500 { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .xxl\:from-primary-600 { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .xxl\:from-primary-700 { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .xxl\:from-primary-800 { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .xxl\:from-primary-900 { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .xxl\:from-danger { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .xxl\:from-success { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .xxl\:from-warning { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .xxl\:from-info { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .xxl\:via-transparent { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .xxl\:via-current { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xxl\:via-black { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .xxl\:via-white { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xxl\:via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .xxl\:via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .xxl\:via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .xxl\:via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .xxl\:via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .xxl\:via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .xxl\:via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .xxl\:via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .xxl\:via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .xxl\:via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .xxl\:via-red-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .xxl\:via-red-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .xxl\:via-red-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .xxl\:via-red-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .xxl\:via-red-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .xxl\:via-red-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .xxl\:via-red-600 { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .xxl\:via-red-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .xxl\:via-red-800 { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .xxl\:via-red-900 { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .xxl\:via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .xxl\:via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .xxl\:via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .xxl\:via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .xxl\:via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .xxl\:via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .xxl\:via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .xxl\:via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .xxl\:via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .xxl\:via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .xxl\:via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .xxl\:via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .xxl\:via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .xxl\:via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .xxl\:via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .xxl\:via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .xxl\:via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .xxl\:via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .xxl\:via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .xxl\:via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .xxl\:via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .xxl\:via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .xxl\:via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .xxl\:via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .xxl\:via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .xxl\:via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .xxl\:via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .xxl\:via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .xxl\:via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .xxl\:via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .xxl\:via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .xxl\:via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .xxl\:via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .xxl\:via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .xxl\:via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .xxl\:via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .xxl\:via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .xxl\:via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .xxl\:via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .xxl\:via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .xxl\:via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .xxl\:via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .xxl\:via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .xxl\:via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .xxl\:via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .xxl\:via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .xxl\:via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .xxl\:via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .xxl\:via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .xxl\:via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .xxl\:via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .xxl\:via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .xxl\:via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .xxl\:via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .xxl\:via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .xxl\:via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .xxl\:via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .xxl\:via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .xxl\:via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .xxl\:via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .xxl\:via-primary-50 { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .xxl\:via-primary-100 { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .xxl\:via-primary-200 { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .xxl\:via-primary-300 { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .xxl\:via-primary-400 { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .xxl\:via-primary-500 { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .xxl\:via-primary-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .xxl\:via-primary-700 { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .xxl\:via-primary-800 { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .xxl\:via-primary-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .xxl\:via-danger { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .xxl\:via-success { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .xxl\:via-warning { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .xxl\:via-info { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .xxl\:to-transparent { - --tw-gradient-to: transparent; - } - - .xxl\:to-current { - --tw-gradient-to: currentColor; - } - - .xxl\:to-black { - --tw-gradient-to: #040405; - } - - .xxl\:to-white { - --tw-gradient-to: #fff; - } - - .xxl\:to-gray-50 { - --tw-gradient-to: #f9fafb; - } - - .xxl\:to-gray-100 { - --tw-gradient-to: #f7fafc; - } - - .xxl\:to-gray-200 { - --tw-gradient-to: #edf2f7; - } - - .xxl\:to-gray-300 { - --tw-gradient-to: #e2e8f0; - } - - .xxl\:to-gray-400 { - --tw-gradient-to: #cbd5e0; - } - - .xxl\:to-gray-500 { - --tw-gradient-to: #a0aec0; - } - - .xxl\:to-gray-600 { - --tw-gradient-to: #718096; - } - - .xxl\:to-gray-700 { - --tw-gradient-to: #4a5568; - } - - .xxl\:to-gray-800 { - --tw-gradient-to: #2d3748; - } - - .xxl\:to-gray-900 { - --tw-gradient-to: #1a202c; - } - - .xxl\:to-red-50 { - --tw-gradient-to: #fef2f2; - } - - .xxl\:to-red-100 { - --tw-gradient-to: #fee2e2; - } - - .xxl\:to-red-200 { - --tw-gradient-to: #fecaca; - } - - .xxl\:to-red-300 { - --tw-gradient-to: #fca5a5; - } - - .xxl\:to-red-400 { - --tw-gradient-to: #f87171; - } - - .xxl\:to-red-500 { - --tw-gradient-to: #ef4444; - } - - .xxl\:to-red-600 { - --tw-gradient-to: #dc2626; - } - - .xxl\:to-red-700 { - --tw-gradient-to: #b91c1c; - } - - .xxl\:to-red-800 { - --tw-gradient-to: #991b1b; - } - - .xxl\:to-red-900 { - --tw-gradient-to: #7f1d1d; - } - - .xxl\:to-yellow-50 { - --tw-gradient-to: #fffbeb; - } - - .xxl\:to-yellow-100 { - --tw-gradient-to: #fef3c7; - } - - .xxl\:to-yellow-200 { - --tw-gradient-to: #fde68a; - } - - .xxl\:to-yellow-300 { - --tw-gradient-to: #fcd34d; - } - - .xxl\:to-yellow-400 { - --tw-gradient-to: #fbbf24; - } - - .xxl\:to-yellow-500 { - --tw-gradient-to: #f59e0b; - } - - .xxl\:to-yellow-600 { - --tw-gradient-to: #d97706; - } - - .xxl\:to-yellow-700 { - --tw-gradient-to: #b45309; - } - - .xxl\:to-yellow-800 { - --tw-gradient-to: #92400e; - } - - .xxl\:to-yellow-900 { - --tw-gradient-to: #78350f; - } - - .xxl\:to-green-50 { - --tw-gradient-to: #ecfdf5; - } - - .xxl\:to-green-100 { - --tw-gradient-to: #d1fae5; - } - - .xxl\:to-green-200 { - --tw-gradient-to: #a7f3d0; - } - - .xxl\:to-green-300 { - --tw-gradient-to: #6ee7b7; - } - - .xxl\:to-green-400 { - --tw-gradient-to: #34d399; - } - - .xxl\:to-green-500 { - --tw-gradient-to: #10b981; - } - - .xxl\:to-green-600 { - --tw-gradient-to: #059669; - } - - .xxl\:to-green-700 { - --tw-gradient-to: #047857; - } - - .xxl\:to-green-800 { - --tw-gradient-to: #065f46; - } - - .xxl\:to-green-900 { - --tw-gradient-to: #064e3b; - } - - .xxl\:to-blue-50 { - --tw-gradient-to: #eff6ff; - } - - .xxl\:to-blue-100 { - --tw-gradient-to: #dbeafe; - } - - .xxl\:to-blue-200 { - --tw-gradient-to: #bfdbfe; - } - - .xxl\:to-blue-300 { - --tw-gradient-to: #93c5fd; - } - - .xxl\:to-blue-400 { - --tw-gradient-to: #60a5fa; - } - - .xxl\:to-blue-500 { - --tw-gradient-to: #3b82f6; - } - - .xxl\:to-blue-600 { - --tw-gradient-to: #2563eb; - } - - .xxl\:to-blue-700 { - --tw-gradient-to: #1d4ed8; - } - - .xxl\:to-blue-800 { - --tw-gradient-to: #1e40af; - } - - .xxl\:to-blue-900 { - --tw-gradient-to: #1e3a8a; - } - - .xxl\:to-indigo-50 { - --tw-gradient-to: #eef2ff; - } - - .xxl\:to-indigo-100 { - --tw-gradient-to: #e0e7ff; - } - - .xxl\:to-indigo-200 { - --tw-gradient-to: #c7d2fe; - } - - .xxl\:to-indigo-300 { - --tw-gradient-to: #a5b4fc; - } - - .xxl\:to-indigo-400 { - --tw-gradient-to: #818cf8; - } - - .xxl\:to-indigo-500 { - --tw-gradient-to: #6366f1; - } - - .xxl\:to-indigo-600 { - --tw-gradient-to: #4f46e5; - } - - .xxl\:to-indigo-700 { - --tw-gradient-to: #4338ca; - } - - .xxl\:to-indigo-800 { - --tw-gradient-to: #3730a3; - } - - .xxl\:to-indigo-900 { - --tw-gradient-to: #312e81; - } - - .xxl\:to-purple-50 { - --tw-gradient-to: #f5f3ff; - } - - .xxl\:to-purple-100 { - --tw-gradient-to: #ede9fe; - } - - .xxl\:to-purple-200 { - --tw-gradient-to: #ddd6fe; - } - - .xxl\:to-purple-300 { - --tw-gradient-to: #c4b5fd; - } - - .xxl\:to-purple-400 { - --tw-gradient-to: #a78bfa; - } - - .xxl\:to-purple-500 { - --tw-gradient-to: #8b5cf6; - } - - .xxl\:to-purple-600 { - --tw-gradient-to: #7c3aed; - } - - .xxl\:to-purple-700 { - --tw-gradient-to: #6d28d9; - } - - .xxl\:to-purple-800 { - --tw-gradient-to: #5b21b6; - } - - .xxl\:to-purple-900 { - --tw-gradient-to: #4c1d95; - } - - .xxl\:to-pink-50 { - --tw-gradient-to: #fdf2f8; - } - - .xxl\:to-pink-100 { - --tw-gradient-to: #fce7f3; - } - - .xxl\:to-pink-200 { - --tw-gradient-to: #fbcfe8; - } - - .xxl\:to-pink-300 { - --tw-gradient-to: #f9a8d4; - } - - .xxl\:to-pink-400 { - --tw-gradient-to: #f472b6; - } - - .xxl\:to-pink-500 { - --tw-gradient-to: #ec4899; - } - - .xxl\:to-pink-600 { - --tw-gradient-to: #db2777; - } - - .xxl\:to-pink-700 { - --tw-gradient-to: #be185d; - } - - .xxl\:to-pink-800 { - --tw-gradient-to: #9d174d; - } - - .xxl\:to-pink-900 { - --tw-gradient-to: #831843; - } - - .xxl\:to-primary-50 { - --tw-gradient-to: #F7F6FD; - } - - .xxl\:to-primary-100 { - --tw-gradient-to: #EEEEFB; - } - - .xxl\:to-primary-200 { - --tw-gradient-to: #D5D4F5; - } - - .xxl\:to-primary-300 { - --tw-gradient-to: #BCB9EF; - } - - .xxl\:to-primary-400 { - --tw-gradient-to: #8A85E4; - } - - .xxl\:to-primary-500 { - --tw-gradient-to: #5851D8; - } - - .xxl\:to-primary-600 { - --tw-gradient-to: #4F49C2; - } - - .xxl\:to-primary-700 { - --tw-gradient-to: #353182; - } - - .xxl\:to-primary-800 { - --tw-gradient-to: #282461; - } - - .xxl\:to-primary-900 { - --tw-gradient-to: #1A1841; - } - - .xxl\:to-danger { - --tw-gradient-to: #FB7178; - } - - .xxl\:to-success { - --tw-gradient-to: #00C99C; - } - - .xxl\:to-warning { - --tw-gradient-to: #F3AF4E; - } - - .xxl\:to-info { - --tw-gradient-to: #15B2EC; - } - - .xxl\:hover\:from-transparent:hover { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .xxl\:hover\:from-current:hover { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xxl\:hover\:from-black:hover { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .xxl\:hover\:from-white:hover { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xxl\:hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .xxl\:hover\:from-gray-100:hover { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .xxl\:hover\:from-gray-200:hover { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .xxl\:hover\:from-gray-300:hover { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .xxl\:hover\:from-gray-400:hover { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .xxl\:hover\:from-gray-500:hover { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .xxl\:hover\:from-gray-600:hover { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .xxl\:hover\:from-gray-700:hover { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .xxl\:hover\:from-gray-800:hover { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .xxl\:hover\:from-gray-900:hover { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .xxl\:hover\:from-red-50:hover { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .xxl\:hover\:from-red-100:hover { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .xxl\:hover\:from-red-200:hover { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .xxl\:hover\:from-red-300:hover { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .xxl\:hover\:from-red-400:hover { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .xxl\:hover\:from-red-500:hover { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .xxl\:hover\:from-red-600:hover { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .xxl\:hover\:from-red-700:hover { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .xxl\:hover\:from-red-800:hover { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .xxl\:hover\:from-red-900:hover { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .xxl\:hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .xxl\:hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .xxl\:hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .xxl\:hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .xxl\:hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .xxl\:hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .xxl\:hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .xxl\:hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .xxl\:hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .xxl\:hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .xxl\:hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .xxl\:hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .xxl\:hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .xxl\:hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .xxl\:hover\:from-green-400:hover { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .xxl\:hover\:from-green-500:hover { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .xxl\:hover\:from-green-600:hover { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .xxl\:hover\:from-green-700:hover { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .xxl\:hover\:from-green-800:hover { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .xxl\:hover\:from-green-900:hover { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .xxl\:hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .xxl\:hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .xxl\:hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .xxl\:hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .xxl\:hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .xxl\:hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .xxl\:hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .xxl\:hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .xxl\:hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .xxl\:hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .xxl\:hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .xxl\:hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .xxl\:hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .xxl\:hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .xxl\:hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .xxl\:hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .xxl\:hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .xxl\:hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .xxl\:hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .xxl\:hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .xxl\:hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .xxl\:hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .xxl\:hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .xxl\:hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .xxl\:hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .xxl\:hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .xxl\:hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .xxl\:hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .xxl\:hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .xxl\:hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .xxl\:hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .xxl\:hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .xxl\:hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .xxl\:hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .xxl\:hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .xxl\:hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .xxl\:hover\:from-pink-600:hover { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .xxl\:hover\:from-pink-700:hover { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .xxl\:hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .xxl\:hover\:from-pink-900:hover { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .xxl\:hover\:from-primary-50:hover { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .xxl\:hover\:from-primary-100:hover { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .xxl\:hover\:from-primary-200:hover { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .xxl\:hover\:from-primary-300:hover { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .xxl\:hover\:from-primary-400:hover { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .xxl\:hover\:from-primary-500:hover { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .xxl\:hover\:from-primary-600:hover { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .xxl\:hover\:from-primary-700:hover { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .xxl\:hover\:from-primary-800:hover { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .xxl\:hover\:from-primary-900:hover { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .xxl\:hover\:from-danger:hover { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .xxl\:hover\:from-success:hover { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .xxl\:hover\:from-warning:hover { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .xxl\:hover\:from-info:hover { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .xxl\:hover\:via-transparent:hover { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .xxl\:hover\:via-current:hover { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xxl\:hover\:via-black:hover { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .xxl\:hover\:via-white:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xxl\:hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .xxl\:hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .xxl\:hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .xxl\:hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .xxl\:hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .xxl\:hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .xxl\:hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .xxl\:hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .xxl\:hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .xxl\:hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .xxl\:hover\:via-red-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .xxl\:hover\:via-red-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .xxl\:hover\:via-red-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .xxl\:hover\:via-red-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .xxl\:hover\:via-red-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .xxl\:hover\:via-red-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .xxl\:hover\:via-red-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .xxl\:hover\:via-red-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .xxl\:hover\:via-red-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .xxl\:hover\:via-red-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .xxl\:hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .xxl\:hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .xxl\:hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .xxl\:hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .xxl\:hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .xxl\:hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .xxl\:hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .xxl\:hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .xxl\:hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .xxl\:hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .xxl\:hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .xxl\:hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .xxl\:hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .xxl\:hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .xxl\:hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .xxl\:hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .xxl\:hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .xxl\:hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .xxl\:hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .xxl\:hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .xxl\:hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .xxl\:hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .xxl\:hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .xxl\:hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .xxl\:hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .xxl\:hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .xxl\:hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .xxl\:hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .xxl\:hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .xxl\:hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .xxl\:hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .xxl\:hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .xxl\:hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .xxl\:hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .xxl\:hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .xxl\:hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .xxl\:hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .xxl\:hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .xxl\:hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .xxl\:hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .xxl\:hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .xxl\:hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .xxl\:hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .xxl\:hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .xxl\:hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .xxl\:hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .xxl\:hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .xxl\:hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .xxl\:hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .xxl\:hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .xxl\:hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .xxl\:hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .xxl\:hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .xxl\:hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .xxl\:hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .xxl\:hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .xxl\:hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .xxl\:hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .xxl\:hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .xxl\:hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .xxl\:hover\:via-primary-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .xxl\:hover\:via-primary-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .xxl\:hover\:via-primary-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .xxl\:hover\:via-primary-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .xxl\:hover\:via-primary-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .xxl\:hover\:via-primary-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .xxl\:hover\:via-primary-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .xxl\:hover\:via-primary-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .xxl\:hover\:via-primary-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .xxl\:hover\:via-primary-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .xxl\:hover\:via-danger:hover { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .xxl\:hover\:via-success:hover { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .xxl\:hover\:via-warning:hover { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .xxl\:hover\:via-info:hover { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .xxl\:hover\:to-transparent:hover { - --tw-gradient-to: transparent; - } - - .xxl\:hover\:to-current:hover { - --tw-gradient-to: currentColor; - } - - .xxl\:hover\:to-black:hover { - --tw-gradient-to: #040405; - } - - .xxl\:hover\:to-white:hover { - --tw-gradient-to: #fff; - } - - .xxl\:hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb; - } - - .xxl\:hover\:to-gray-100:hover { - --tw-gradient-to: #f7fafc; - } - - .xxl\:hover\:to-gray-200:hover { - --tw-gradient-to: #edf2f7; - } - - .xxl\:hover\:to-gray-300:hover { - --tw-gradient-to: #e2e8f0; - } - - .xxl\:hover\:to-gray-400:hover { - --tw-gradient-to: #cbd5e0; - } - - .xxl\:hover\:to-gray-500:hover { - --tw-gradient-to: #a0aec0; - } - - .xxl\:hover\:to-gray-600:hover { - --tw-gradient-to: #718096; - } - - .xxl\:hover\:to-gray-700:hover { - --tw-gradient-to: #4a5568; - } - - .xxl\:hover\:to-gray-800:hover { - --tw-gradient-to: #2d3748; - } - - .xxl\:hover\:to-gray-900:hover { - --tw-gradient-to: #1a202c; - } - - .xxl\:hover\:to-red-50:hover { - --tw-gradient-to: #fef2f2; - } - - .xxl\:hover\:to-red-100:hover { - --tw-gradient-to: #fee2e2; - } - - .xxl\:hover\:to-red-200:hover { - --tw-gradient-to: #fecaca; - } - - .xxl\:hover\:to-red-300:hover { - --tw-gradient-to: #fca5a5; - } - - .xxl\:hover\:to-red-400:hover { - --tw-gradient-to: #f87171; - } - - .xxl\:hover\:to-red-500:hover { - --tw-gradient-to: #ef4444; - } - - .xxl\:hover\:to-red-600:hover { - --tw-gradient-to: #dc2626; - } - - .xxl\:hover\:to-red-700:hover { - --tw-gradient-to: #b91c1c; - } - - .xxl\:hover\:to-red-800:hover { - --tw-gradient-to: #991b1b; - } - - .xxl\:hover\:to-red-900:hover { - --tw-gradient-to: #7f1d1d; - } - - .xxl\:hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb; - } - - .xxl\:hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7; - } - - .xxl\:hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a; - } - - .xxl\:hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d; - } - - .xxl\:hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24; - } - - .xxl\:hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b; - } - - .xxl\:hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706; - } - - .xxl\:hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309; - } - - .xxl\:hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e; - } - - .xxl\:hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f; - } - - .xxl\:hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5; - } - - .xxl\:hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5; - } - - .xxl\:hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0; - } - - .xxl\:hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7; - } - - .xxl\:hover\:to-green-400:hover { - --tw-gradient-to: #34d399; - } - - .xxl\:hover\:to-green-500:hover { - --tw-gradient-to: #10b981; - } - - .xxl\:hover\:to-green-600:hover { - --tw-gradient-to: #059669; - } - - .xxl\:hover\:to-green-700:hover { - --tw-gradient-to: #047857; - } - - .xxl\:hover\:to-green-800:hover { - --tw-gradient-to: #065f46; - } - - .xxl\:hover\:to-green-900:hover { - --tw-gradient-to: #064e3b; - } - - .xxl\:hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff; - } - - .xxl\:hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe; - } - - .xxl\:hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe; - } - - .xxl\:hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd; - } - - .xxl\:hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa; - } - - .xxl\:hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6; - } - - .xxl\:hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb; - } - - .xxl\:hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8; - } - - .xxl\:hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af; - } - - .xxl\:hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a; - } - - .xxl\:hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff; - } - - .xxl\:hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff; - } - - .xxl\:hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe; - } - - .xxl\:hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc; - } - - .xxl\:hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8; - } - - .xxl\:hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1; - } - - .xxl\:hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5; - } - - .xxl\:hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca; - } - - .xxl\:hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3; - } - - .xxl\:hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81; - } - - .xxl\:hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff; - } - - .xxl\:hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe; - } - - .xxl\:hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe; - } - - .xxl\:hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd; - } - - .xxl\:hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa; - } - - .xxl\:hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6; - } - - .xxl\:hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed; - } - - .xxl\:hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9; - } - - .xxl\:hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6; - } - - .xxl\:hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95; - } - - .xxl\:hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8; - } - - .xxl\:hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3; - } - - .xxl\:hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8; - } - - .xxl\:hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4; - } - - .xxl\:hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6; - } - - .xxl\:hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899; - } - - .xxl\:hover\:to-pink-600:hover { - --tw-gradient-to: #db2777; - } - - .xxl\:hover\:to-pink-700:hover { - --tw-gradient-to: #be185d; - } - - .xxl\:hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d; - } - - .xxl\:hover\:to-pink-900:hover { - --tw-gradient-to: #831843; - } - - .xxl\:hover\:to-primary-50:hover { - --tw-gradient-to: #F7F6FD; - } - - .xxl\:hover\:to-primary-100:hover { - --tw-gradient-to: #EEEEFB; - } - - .xxl\:hover\:to-primary-200:hover { - --tw-gradient-to: #D5D4F5; - } - - .xxl\:hover\:to-primary-300:hover { - --tw-gradient-to: #BCB9EF; - } - - .xxl\:hover\:to-primary-400:hover { - --tw-gradient-to: #8A85E4; - } - - .xxl\:hover\:to-primary-500:hover { - --tw-gradient-to: #5851D8; - } - - .xxl\:hover\:to-primary-600:hover { - --tw-gradient-to: #4F49C2; - } - - .xxl\:hover\:to-primary-700:hover { - --tw-gradient-to: #353182; - } - - .xxl\:hover\:to-primary-800:hover { - --tw-gradient-to: #282461; - } - - .xxl\:hover\:to-primary-900:hover { - --tw-gradient-to: #1A1841; - } - - .xxl\:hover\:to-danger:hover { - --tw-gradient-to: #FB7178; - } - - .xxl\:hover\:to-success:hover { - --tw-gradient-to: #00C99C; - } - - .xxl\:hover\:to-warning:hover { - --tw-gradient-to: #F3AF4E; - } - - .xxl\:hover\:to-info:hover { - --tw-gradient-to: #15B2EC; - } - - .xxl\:focus\:from-transparent:focus { - --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .xxl\:focus\:from-current:focus { - --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xxl\:focus\:from-black:focus { - --tw-gradient-from: #040405; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .xxl\:focus\:from-white:focus { - --tw-gradient-from: #fff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xxl\:focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .xxl\:focus\:from-gray-100:focus { - --tw-gradient-from: #f7fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .xxl\:focus\:from-gray-200:focus { - --tw-gradient-from: #edf2f7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .xxl\:focus\:from-gray-300:focus { - --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .xxl\:focus\:from-gray-400:focus { - --tw-gradient-from: #cbd5e0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .xxl\:focus\:from-gray-500:focus { - --tw-gradient-from: #a0aec0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .xxl\:focus\:from-gray-600:focus { - --tw-gradient-from: #718096; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .xxl\:focus\:from-gray-700:focus { - --tw-gradient-from: #4a5568; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .xxl\:focus\:from-gray-800:focus { - --tw-gradient-from: #2d3748; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .xxl\:focus\:from-gray-900:focus { - --tw-gradient-from: #1a202c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .xxl\:focus\:from-red-50:focus { - --tw-gradient-from: #fef2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .xxl\:focus\:from-red-100:focus { - --tw-gradient-from: #fee2e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .xxl\:focus\:from-red-200:focus { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .xxl\:focus\:from-red-300:focus { - --tw-gradient-from: #fca5a5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .xxl\:focus\:from-red-400:focus { - --tw-gradient-from: #f87171; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .xxl\:focus\:from-red-500:focus { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .xxl\:focus\:from-red-600:focus { - --tw-gradient-from: #dc2626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .xxl\:focus\:from-red-700:focus { - --tw-gradient-from: #b91c1c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .xxl\:focus\:from-red-800:focus { - --tw-gradient-from: #991b1b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .xxl\:focus\:from-red-900:focus { - --tw-gradient-from: #7f1d1d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .xxl\:focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .xxl\:focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .xxl\:focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .xxl\:focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .xxl\:focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .xxl\:focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .xxl\:focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .xxl\:focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .xxl\:focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .xxl\:focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .xxl\:focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .xxl\:focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .xxl\:focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .xxl\:focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .xxl\:focus\:from-green-400:focus { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .xxl\:focus\:from-green-500:focus { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .xxl\:focus\:from-green-600:focus { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .xxl\:focus\:from-green-700:focus { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .xxl\:focus\:from-green-800:focus { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .xxl\:focus\:from-green-900:focus { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .xxl\:focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .xxl\:focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .xxl\:focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .xxl\:focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .xxl\:focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .xxl\:focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .xxl\:focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .xxl\:focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .xxl\:focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .xxl\:focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .xxl\:focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .xxl\:focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .xxl\:focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .xxl\:focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .xxl\:focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .xxl\:focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .xxl\:focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .xxl\:focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .xxl\:focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .xxl\:focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .xxl\:focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .xxl\:focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .xxl\:focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .xxl\:focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .xxl\:focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .xxl\:focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .xxl\:focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .xxl\:focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .xxl\:focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .xxl\:focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .xxl\:focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .xxl\:focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .xxl\:focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .xxl\:focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .xxl\:focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .xxl\:focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .xxl\:focus\:from-pink-600:focus { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .xxl\:focus\:from-pink-700:focus { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .xxl\:focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .xxl\:focus\:from-pink-900:focus { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .xxl\:focus\:from-primary-50:focus { - --tw-gradient-from: #F7F6FD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .xxl\:focus\:from-primary-100:focus { - --tw-gradient-from: #EEEEFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .xxl\:focus\:from-primary-200:focus { - --tw-gradient-from: #D5D4F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .xxl\:focus\:from-primary-300:focus { - --tw-gradient-from: #BCB9EF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .xxl\:focus\:from-primary-400:focus { - --tw-gradient-from: #8A85E4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .xxl\:focus\:from-primary-500:focus { - --tw-gradient-from: #5851D8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .xxl\:focus\:from-primary-600:focus { - --tw-gradient-from: #4F49C2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .xxl\:focus\:from-primary-700:focus { - --tw-gradient-from: #353182; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .xxl\:focus\:from-primary-800:focus { - --tw-gradient-from: #282461; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .xxl\:focus\:from-primary-900:focus { - --tw-gradient-from: #1A1841; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .xxl\:focus\:from-danger:focus { - --tw-gradient-from: #FB7178; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .xxl\:focus\:from-success:focus { - --tw-gradient-from: #00C99C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .xxl\:focus\:from-warning:focus { - --tw-gradient-from: #F3AF4E; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .xxl\:focus\:from-info:focus { - --tw-gradient-from: #15B2EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .xxl\:focus\:via-transparent:focus { - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); - } - - .xxl\:focus\:via-current:focus { - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xxl\:focus\:via-black:focus { - --tw-gradient-stops: var(--tw-gradient-from), #040405, var(--tw-gradient-to, rgba(4, 4, 5, 0)); - } - - .xxl\:focus\:via-white:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); - } - - .xxl\:focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .xxl\:focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)); - } - - .xxl\:focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)); - } - - .xxl\:focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); - } - - .xxl\:focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)); - } - - .xxl\:focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)); - } - - .xxl\:focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)); - } - - .xxl\:focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)); - } - - .xxl\:focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)); - } - - .xxl\:focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)); - } - - .xxl\:focus\:via-red-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); - } - - .xxl\:focus\:via-red-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)); - } - - .xxl\:focus\:via-red-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)); - } - - .xxl\:focus\:via-red-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)); - } - - .xxl\:focus\:via-red-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)); - } - - .xxl\:focus\:via-red-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)); - } - - .xxl\:focus\:via-red-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)); - } - - .xxl\:focus\:via-red-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)); - } - - .xxl\:focus\:via-red-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)); - } - - .xxl\:focus\:via-red-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); - } - - .xxl\:focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); - } - - .xxl\:focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); - } - - .xxl\:focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); - } - - .xxl\:focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); - } - - .xxl\:focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); - } - - .xxl\:focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); - } - - .xxl\:focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); - } - - .xxl\:focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); - } - - .xxl\:focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); - } - - .xxl\:focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); - } - - .xxl\:focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); - } - - .xxl\:focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); - } - - .xxl\:focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); - } - - .xxl\:focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); - } - - .xxl\:focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); - } - - .xxl\:focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); - } - - .xxl\:focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); - } - - .xxl\:focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); - } - - .xxl\:focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); - } - - .xxl\:focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); - } - - .xxl\:focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); - } - - .xxl\:focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); - } - - .xxl\:focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); - } - - .xxl\:focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); - } - - .xxl\:focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); - } - - .xxl\:focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); - } - - .xxl\:focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); - } - - .xxl\:focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); - } - - .xxl\:focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); - } - - .xxl\:focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .xxl\:focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); - } - - .xxl\:focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .xxl\:focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); - } - - .xxl\:focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); - } - - .xxl\:focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); - } - - .xxl\:focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); - } - - .xxl\:focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); - } - - .xxl\:focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); - } - - .xxl\:focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); - } - - .xxl\:focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .xxl\:focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .xxl\:focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .xxl\:focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .xxl\:focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .xxl\:focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .xxl\:focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .xxl\:focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .xxl\:focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .xxl\:focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .xxl\:focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .xxl\:focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .xxl\:focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .xxl\:focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .xxl\:focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .xxl\:focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .xxl\:focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .xxl\:focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .xxl\:focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .xxl\:focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .xxl\:focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); - } - - .xxl\:focus\:via-primary-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #F7F6FD, var(--tw-gradient-to, rgba(247, 246, 253, 0)); - } - - .xxl\:focus\:via-primary-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #EEEEFB, var(--tw-gradient-to, rgba(238, 238, 251, 0)); - } - - .xxl\:focus\:via-primary-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #D5D4F5, var(--tw-gradient-to, rgba(213, 212, 245, 0)); - } - - .xxl\:focus\:via-primary-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #BCB9EF, var(--tw-gradient-to, rgba(188, 185, 239, 0)); - } - - .xxl\:focus\:via-primary-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8A85E4, var(--tw-gradient-to, rgba(138, 133, 228, 0)); - } - - .xxl\:focus\:via-primary-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5851D8, var(--tw-gradient-to, rgba(88, 81, 216, 0)); - } - - .xxl\:focus\:via-primary-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4F49C2, var(--tw-gradient-to, rgba(79, 73, 194, 0)); - } - - .xxl\:focus\:via-primary-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #353182, var(--tw-gradient-to, rgba(53, 49, 130, 0)); - } - - .xxl\:focus\:via-primary-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #282461, var(--tw-gradient-to, rgba(40, 36, 97, 0)); - } - - .xxl\:focus\:via-primary-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1A1841, var(--tw-gradient-to, rgba(26, 24, 65, 0)); - } - - .xxl\:focus\:via-danger:focus { - --tw-gradient-stops: var(--tw-gradient-from), #FB7178, var(--tw-gradient-to, rgba(251, 113, 120, 0)); - } - - .xxl\:focus\:via-success:focus { - --tw-gradient-stops: var(--tw-gradient-from), #00C99C, var(--tw-gradient-to, rgba(0, 201, 156, 0)); - } - - .xxl\:focus\:via-warning:focus { - --tw-gradient-stops: var(--tw-gradient-from), #F3AF4E, var(--tw-gradient-to, rgba(243, 175, 78, 0)); - } - - .xxl\:focus\:via-info:focus { - --tw-gradient-stops: var(--tw-gradient-from), #15B2EC, var(--tw-gradient-to, rgba(21, 178, 236, 0)); - } - - .xxl\:focus\:to-transparent:focus { - --tw-gradient-to: transparent; - } - - .xxl\:focus\:to-current:focus { - --tw-gradient-to: currentColor; - } - - .xxl\:focus\:to-black:focus { - --tw-gradient-to: #040405; - } - - .xxl\:focus\:to-white:focus { - --tw-gradient-to: #fff; - } - - .xxl\:focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb; - } - - .xxl\:focus\:to-gray-100:focus { - --tw-gradient-to: #f7fafc; - } - - .xxl\:focus\:to-gray-200:focus { - --tw-gradient-to: #edf2f7; - } - - .xxl\:focus\:to-gray-300:focus { - --tw-gradient-to: #e2e8f0; - } - - .xxl\:focus\:to-gray-400:focus { - --tw-gradient-to: #cbd5e0; - } - - .xxl\:focus\:to-gray-500:focus { - --tw-gradient-to: #a0aec0; - } - - .xxl\:focus\:to-gray-600:focus { - --tw-gradient-to: #718096; - } - - .xxl\:focus\:to-gray-700:focus { - --tw-gradient-to: #4a5568; - } - - .xxl\:focus\:to-gray-800:focus { - --tw-gradient-to: #2d3748; - } - - .xxl\:focus\:to-gray-900:focus { - --tw-gradient-to: #1a202c; - } - - .xxl\:focus\:to-red-50:focus { - --tw-gradient-to: #fef2f2; - } - - .xxl\:focus\:to-red-100:focus { - --tw-gradient-to: #fee2e2; - } - - .xxl\:focus\:to-red-200:focus { - --tw-gradient-to: #fecaca; - } - - .xxl\:focus\:to-red-300:focus { - --tw-gradient-to: #fca5a5; - } - - .xxl\:focus\:to-red-400:focus { - --tw-gradient-to: #f87171; - } - - .xxl\:focus\:to-red-500:focus { - --tw-gradient-to: #ef4444; - } - - .xxl\:focus\:to-red-600:focus { - --tw-gradient-to: #dc2626; - } - - .xxl\:focus\:to-red-700:focus { - --tw-gradient-to: #b91c1c; - } - - .xxl\:focus\:to-red-800:focus { - --tw-gradient-to: #991b1b; - } - - .xxl\:focus\:to-red-900:focus { - --tw-gradient-to: #7f1d1d; - } - - .xxl\:focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb; - } - - .xxl\:focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7; - } - - .xxl\:focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a; - } - - .xxl\:focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d; - } - - .xxl\:focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24; - } - - .xxl\:focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b; - } - - .xxl\:focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706; - } - - .xxl\:focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309; - } - - .xxl\:focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e; - } - - .xxl\:focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f; - } - - .xxl\:focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5; - } - - .xxl\:focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5; - } - - .xxl\:focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0; - } - - .xxl\:focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7; - } - - .xxl\:focus\:to-green-400:focus { - --tw-gradient-to: #34d399; - } - - .xxl\:focus\:to-green-500:focus { - --tw-gradient-to: #10b981; - } - - .xxl\:focus\:to-green-600:focus { - --tw-gradient-to: #059669; - } - - .xxl\:focus\:to-green-700:focus { - --tw-gradient-to: #047857; - } - - .xxl\:focus\:to-green-800:focus { - --tw-gradient-to: #065f46; - } - - .xxl\:focus\:to-green-900:focus { - --tw-gradient-to: #064e3b; - } - - .xxl\:focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff; - } - - .xxl\:focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe; - } - - .xxl\:focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe; - } - - .xxl\:focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd; - } - - .xxl\:focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa; - } - - .xxl\:focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6; - } - - .xxl\:focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb; - } - - .xxl\:focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8; - } - - .xxl\:focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af; - } - - .xxl\:focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a; - } - - .xxl\:focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff; - } - - .xxl\:focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff; - } - - .xxl\:focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe; - } - - .xxl\:focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc; - } - - .xxl\:focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8; - } - - .xxl\:focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1; - } - - .xxl\:focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5; - } - - .xxl\:focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca; - } - - .xxl\:focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3; - } - - .xxl\:focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81; - } - - .xxl\:focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff; - } - - .xxl\:focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe; - } - - .xxl\:focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe; - } - - .xxl\:focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd; - } - - .xxl\:focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa; - } - - .xxl\:focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6; - } - - .xxl\:focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed; - } - - .xxl\:focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9; - } - - .xxl\:focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6; - } - - .xxl\:focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95; - } - - .xxl\:focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8; - } - - .xxl\:focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3; - } - - .xxl\:focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8; - } - - .xxl\:focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4; - } - - .xxl\:focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6; - } - - .xxl\:focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899; - } - - .xxl\:focus\:to-pink-600:focus { - --tw-gradient-to: #db2777; - } - - .xxl\:focus\:to-pink-700:focus { - --tw-gradient-to: #be185d; - } - - .xxl\:focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d; - } - - .xxl\:focus\:to-pink-900:focus { - --tw-gradient-to: #831843; - } - - .xxl\:focus\:to-primary-50:focus { - --tw-gradient-to: #F7F6FD; - } - - .xxl\:focus\:to-primary-100:focus { - --tw-gradient-to: #EEEEFB; - } - - .xxl\:focus\:to-primary-200:focus { - --tw-gradient-to: #D5D4F5; - } - - .xxl\:focus\:to-primary-300:focus { - --tw-gradient-to: #BCB9EF; - } - - .xxl\:focus\:to-primary-400:focus { - --tw-gradient-to: #8A85E4; - } - - .xxl\:focus\:to-primary-500:focus { - --tw-gradient-to: #5851D8; - } - - .xxl\:focus\:to-primary-600:focus { - --tw-gradient-to: #4F49C2; - } - - .xxl\:focus\:to-primary-700:focus { - --tw-gradient-to: #353182; - } - - .xxl\:focus\:to-primary-800:focus { - --tw-gradient-to: #282461; - } - - .xxl\:focus\:to-primary-900:focus { - --tw-gradient-to: #1A1841; - } - - .xxl\:focus\:to-danger:focus { - --tw-gradient-to: #FB7178; - } - - .xxl\:focus\:to-success:focus { - --tw-gradient-to: #00C99C; - } - - .xxl\:focus\:to-warning:focus { - --tw-gradient-to: #F3AF4E; - } - - .xxl\:focus\:to-info:focus { - --tw-gradient-to: #15B2EC; - } - - .xxl\:bg-opacity-0 { - --tw-bg-opacity: 0; - } - - .xxl\:bg-opacity-5 { - --tw-bg-opacity: 0.05; - } - - .xxl\:bg-opacity-10 { - --tw-bg-opacity: 0.1; - } - - .xxl\:bg-opacity-20 { - --tw-bg-opacity: 0.2; - } - - .xxl\:bg-opacity-25 { - --tw-bg-opacity: 0.25; - } - - .xxl\:bg-opacity-30 { - --tw-bg-opacity: 0.3; - } - - .xxl\:bg-opacity-40 { - --tw-bg-opacity: 0.4; - } - - .xxl\:bg-opacity-50 { - --tw-bg-opacity: 0.5; - } - - .xxl\:bg-opacity-60 { - --tw-bg-opacity: 0.6; - } - - .xxl\:bg-opacity-70 { - --tw-bg-opacity: 0.7; - } - - .xxl\:bg-opacity-75 { - --tw-bg-opacity: 0.75; - } - - .xxl\:bg-opacity-80 { - --tw-bg-opacity: 0.8; - } - - .xxl\:bg-opacity-90 { - --tw-bg-opacity: 0.9; - } - - .xxl\:bg-opacity-95 { - --tw-bg-opacity: 0.95; - } - - .xxl\:bg-opacity-100 { - --tw-bg-opacity: 1; - } - - .group:hover .xxl\:group-hover\:bg-opacity-0 { - --tw-bg-opacity: 0; - } - - .group:hover .xxl\:group-hover\:bg-opacity-5 { - --tw-bg-opacity: 0.05; - } - - .group:hover .xxl\:group-hover\:bg-opacity-10 { - --tw-bg-opacity: 0.1; - } - - .group:hover .xxl\:group-hover\:bg-opacity-20 { - --tw-bg-opacity: 0.2; - } - - .group:hover .xxl\:group-hover\:bg-opacity-25 { - --tw-bg-opacity: 0.25; - } - - .group:hover .xxl\:group-hover\:bg-opacity-30 { - --tw-bg-opacity: 0.3; - } - - .group:hover .xxl\:group-hover\:bg-opacity-40 { - --tw-bg-opacity: 0.4; - } - - .group:hover .xxl\:group-hover\:bg-opacity-50 { - --tw-bg-opacity: 0.5; - } - - .group:hover .xxl\:group-hover\:bg-opacity-60 { - --tw-bg-opacity: 0.6; - } - - .group:hover .xxl\:group-hover\:bg-opacity-70 { - --tw-bg-opacity: 0.7; - } - - .group:hover .xxl\:group-hover\:bg-opacity-75 { - --tw-bg-opacity: 0.75; - } - - .group:hover .xxl\:group-hover\:bg-opacity-80 { - --tw-bg-opacity: 0.8; - } - - .group:hover .xxl\:group-hover\:bg-opacity-90 { - --tw-bg-opacity: 0.9; - } - - .group:hover .xxl\:group-hover\:bg-opacity-95 { - --tw-bg-opacity: 0.95; - } - - .group:hover .xxl\:group-hover\:bg-opacity-100 { - --tw-bg-opacity: 1; - } - - .xxl\:focus-within\:bg-opacity-0:focus-within { - --tw-bg-opacity: 0; - } - - .xxl\:focus-within\:bg-opacity-5:focus-within { - --tw-bg-opacity: 0.05; - } - - .xxl\:focus-within\:bg-opacity-10:focus-within { - --tw-bg-opacity: 0.1; - } - - .xxl\:focus-within\:bg-opacity-20:focus-within { - --tw-bg-opacity: 0.2; - } - - .xxl\:focus-within\:bg-opacity-25:focus-within { - --tw-bg-opacity: 0.25; - } - - .xxl\:focus-within\:bg-opacity-30:focus-within { - --tw-bg-opacity: 0.3; - } - - .xxl\:focus-within\:bg-opacity-40:focus-within { - --tw-bg-opacity: 0.4; - } - - .xxl\:focus-within\:bg-opacity-50:focus-within { - --tw-bg-opacity: 0.5; - } - - .xxl\:focus-within\:bg-opacity-60:focus-within { - --tw-bg-opacity: 0.6; - } - - .xxl\:focus-within\:bg-opacity-70:focus-within { - --tw-bg-opacity: 0.7; - } - - .xxl\:focus-within\:bg-opacity-75:focus-within { - --tw-bg-opacity: 0.75; - } - - .xxl\:focus-within\:bg-opacity-80:focus-within { - --tw-bg-opacity: 0.8; - } - - .xxl\:focus-within\:bg-opacity-90:focus-within { - --tw-bg-opacity: 0.9; - } - - .xxl\:focus-within\:bg-opacity-95:focus-within { - --tw-bg-opacity: 0.95; - } - - .xxl\:focus-within\:bg-opacity-100:focus-within { - --tw-bg-opacity: 1; - } - - .xxl\:hover\:bg-opacity-0:hover { - --tw-bg-opacity: 0; - } - - .xxl\:hover\:bg-opacity-5:hover { - --tw-bg-opacity: 0.05; - } - - .xxl\:hover\:bg-opacity-10:hover { - --tw-bg-opacity: 0.1; - } - - .xxl\:hover\:bg-opacity-20:hover { - --tw-bg-opacity: 0.2; - } - - .xxl\:hover\:bg-opacity-25:hover { - --tw-bg-opacity: 0.25; - } - - .xxl\:hover\:bg-opacity-30:hover { - --tw-bg-opacity: 0.3; - } - - .xxl\:hover\:bg-opacity-40:hover { - --tw-bg-opacity: 0.4; - } - - .xxl\:hover\:bg-opacity-50:hover { - --tw-bg-opacity: 0.5; - } - - .xxl\:hover\:bg-opacity-60:hover { - --tw-bg-opacity: 0.6; - } - - .xxl\:hover\:bg-opacity-70:hover { - --tw-bg-opacity: 0.7; - } - - .xxl\:hover\:bg-opacity-75:hover { - --tw-bg-opacity: 0.75; - } - - .xxl\:hover\:bg-opacity-80:hover { - --tw-bg-opacity: 0.8; - } - - .xxl\:hover\:bg-opacity-90:hover { - --tw-bg-opacity: 0.9; - } - - .xxl\:hover\:bg-opacity-95:hover { - --tw-bg-opacity: 0.95; - } - - .xxl\:hover\:bg-opacity-100:hover { - --tw-bg-opacity: 1; - } - - .xxl\:focus\:bg-opacity-0:focus { - --tw-bg-opacity: 0; - } - - .xxl\:focus\:bg-opacity-5:focus { - --tw-bg-opacity: 0.05; - } - - .xxl\:focus\:bg-opacity-10:focus { - --tw-bg-opacity: 0.1; - } - - .xxl\:focus\:bg-opacity-20:focus { - --tw-bg-opacity: 0.2; - } - - .xxl\:focus\:bg-opacity-25:focus { - --tw-bg-opacity: 0.25; - } - - .xxl\:focus\:bg-opacity-30:focus { - --tw-bg-opacity: 0.3; - } - - .xxl\:focus\:bg-opacity-40:focus { - --tw-bg-opacity: 0.4; - } - - .xxl\:focus\:bg-opacity-50:focus { - --tw-bg-opacity: 0.5; - } - - .xxl\:focus\:bg-opacity-60:focus { - --tw-bg-opacity: 0.6; - } - - .xxl\:focus\:bg-opacity-70:focus { - --tw-bg-opacity: 0.7; - } - - .xxl\:focus\:bg-opacity-75:focus { - --tw-bg-opacity: 0.75; - } - - .xxl\:focus\:bg-opacity-80:focus { - --tw-bg-opacity: 0.8; - } - - .xxl\:focus\:bg-opacity-90:focus { - --tw-bg-opacity: 0.9; - } - - .xxl\:focus\:bg-opacity-95:focus { - --tw-bg-opacity: 0.95; - } - - .xxl\:focus\:bg-opacity-100:focus { - --tw-bg-opacity: 1; - } - - .xxl\:bg-bottom { - background-position: bottom; - } - - .xxl\:bg-center { - background-position: center; - } - - .xxl\:bg-left { - background-position: left; - } - - .xxl\:bg-left-bottom { - background-position: left bottom; - } - - .xxl\:bg-left-top { - background-position: left top; - } - - .xxl\:bg-right { - background-position: right; - } - - .xxl\:bg-right-bottom { - background-position: right bottom; - } - - .xxl\:bg-right-top { - background-position: right top; - } - - .xxl\:bg-top { - background-position: top; - } - - .xxl\:bg-repeat { - background-repeat: repeat; - } - - .xxl\:bg-no-repeat { - background-repeat: no-repeat; - } - - .xxl\:bg-repeat-x { - background-repeat: repeat-x; - } - - .xxl\:bg-repeat-y { - background-repeat: repeat-y; - } - - .xxl\:bg-repeat-round { - background-repeat: round; - } - - .xxl\:bg-repeat-space { - background-repeat: space; - } - - .xxl\:bg-auto { - background-size: auto; - } - - .xxl\:bg-cover { - background-size: cover; - } - - .xxl\:bg-contain { - background-size: contain; - } - - .xxl\:border-collapse { - border-collapse: collapse; - } - - .xxl\:border-separate { - border-collapse: separate; - } - - .xxl\:border-transparent { - border-color: transparent; - } - - .xxl\:border-current { - border-color: currentColor; - } - - .xxl\:border-black { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .xxl\:border-white { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .xxl\:border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .xxl\:border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .xxl\:border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .xxl\:border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .xxl\:border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .xxl\:border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .xxl\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .xxl\:border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .xxl\:border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .xxl\:border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .xxl\:border-red-50 { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .xxl\:border-red-100 { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .xxl\:border-red-200 { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .xxl\:border-red-300 { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .xxl\:border-red-400 { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .xxl\:border-red-500 { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .xxl\:border-red-600 { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .xxl\:border-red-700 { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .xxl\:border-red-800 { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .xxl\:border-red-900 { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .xxl\:border-yellow-50 { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .xxl\:border-yellow-100 { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .xxl\:border-yellow-200 { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .xxl\:border-yellow-300 { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .xxl\:border-yellow-400 { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .xxl\:border-yellow-500 { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .xxl\:border-yellow-600 { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .xxl\:border-yellow-700 { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .xxl\:border-yellow-800 { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .xxl\:border-yellow-900 { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .xxl\:border-green-50 { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .xxl\:border-green-100 { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .xxl\:border-green-200 { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .xxl\:border-green-300 { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .xxl\:border-green-400 { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .xxl\:border-green-500 { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .xxl\:border-green-600 { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .xxl\:border-green-700 { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .xxl\:border-green-800 { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .xxl\:border-green-900 { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .xxl\:border-blue-50 { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .xxl\:border-blue-100 { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .xxl\:border-blue-200 { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .xxl\:border-blue-300 { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .xxl\:border-blue-400 { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .xxl\:border-blue-500 { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .xxl\:border-blue-600 { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .xxl\:border-blue-700 { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .xxl\:border-blue-800 { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .xxl\:border-blue-900 { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .xxl\:border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .xxl\:border-indigo-100 { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .xxl\:border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .xxl\:border-indigo-300 { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .xxl\:border-indigo-400 { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .xxl\:border-indigo-500 { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .xxl\:border-indigo-600 { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .xxl\:border-indigo-700 { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .xxl\:border-indigo-800 { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .xxl\:border-indigo-900 { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .xxl\:border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .xxl\:border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .xxl\:border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .xxl\:border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .xxl\:border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .xxl\:border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .xxl\:border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .xxl\:border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .xxl\:border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .xxl\:border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .xxl\:border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .xxl\:border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .xxl\:border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .xxl\:border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .xxl\:border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .xxl\:border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .xxl\:border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .xxl\:border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .xxl\:border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .xxl\:border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .xxl\:border-primary-50 { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .xxl\:border-primary-100 { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .xxl\:border-primary-200 { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .xxl\:border-primary-300 { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .xxl\:border-primary-400 { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .xxl\:border-primary-500 { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .xxl\:border-primary-600 { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .xxl\:border-primary-700 { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .xxl\:border-primary-800 { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .xxl\:border-primary-900 { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .xxl\:border-danger { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .xxl\:border-success { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .xxl\:border-warning { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .xxl\:border-info { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-transparent:hover { - border-color: transparent; - } - - .xxl\:hover\:border-current:hover { - border-color: currentColor; - } - - .xxl\:hover\:border-black:hover { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-white:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-gray-50:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-gray-100:hover { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-gray-200:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-gray-300:hover { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-gray-400:hover { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-gray-500:hover { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-gray-600:hover { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-gray-700:hover { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-gray-800:hover { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-gray-900:hover { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-red-50:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-red-100:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-red-200:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-red-300:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-red-400:hover { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-red-500:hover { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-red-600:hover { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-red-700:hover { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-red-800:hover { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-red-900:hover { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-yellow-50:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-yellow-100:hover { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-yellow-200:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-yellow-300:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-yellow-400:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-yellow-500:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-yellow-600:hover { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-yellow-700:hover { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-yellow-800:hover { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-yellow-900:hover { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-green-50:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-green-100:hover { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-green-200:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-green-300:hover { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-green-400:hover { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-green-500:hover { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-green-600:hover { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-green-700:hover { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-green-800:hover { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-green-900:hover { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-blue-50:hover { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-blue-100:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-blue-200:hover { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-blue-300:hover { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-blue-400:hover { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-blue-500:hover { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-blue-600:hover { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-blue-700:hover { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-blue-800:hover { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-blue-900:hover { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-indigo-50:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-indigo-100:hover { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-indigo-200:hover { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-indigo-300:hover { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-indigo-400:hover { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-indigo-500:hover { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-indigo-600:hover { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-indigo-700:hover { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-indigo-800:hover { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-indigo-900:hover { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-purple-50:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-purple-100:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-purple-200:hover { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-purple-300:hover { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-purple-400:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-purple-500:hover { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-purple-600:hover { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-purple-700:hover { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-purple-800:hover { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-purple-900:hover { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-pink-50:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-pink-100:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-pink-200:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-pink-300:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-pink-400:hover { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-pink-500:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-pink-600:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-pink-700:hover { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-pink-800:hover { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-pink-900:hover { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-primary-50:hover { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-primary-100:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-primary-200:hover { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-primary-300:hover { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-primary-400:hover { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-primary-500:hover { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-primary-600:hover { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-primary-700:hover { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-primary-800:hover { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-primary-900:hover { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-danger:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-success:hover { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-warning:hover { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .xxl\:hover\:border-info:hover { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-transparent:focus { - border-color: transparent; - } - - .xxl\:focus\:border-current:focus { - border-color: currentColor; - } - - .xxl\:focus\:border-black:focus { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-white:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-gray-50:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-gray-100:focus { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-gray-200:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-gray-300:focus { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-gray-400:focus { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-gray-500:focus { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-gray-600:focus { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-gray-700:focus { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-gray-800:focus { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-gray-900:focus { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-red-50:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-red-100:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-red-200:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-red-300:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-red-400:focus { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-red-500:focus { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-red-600:focus { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-red-700:focus { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-red-800:focus { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-red-900:focus { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-yellow-50:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-yellow-100:focus { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-yellow-200:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-yellow-300:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-yellow-400:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-yellow-500:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-yellow-600:focus { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-yellow-700:focus { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-yellow-800:focus { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-yellow-900:focus { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-green-50:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-green-100:focus { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-green-200:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-green-300:focus { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-green-400:focus { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-green-500:focus { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-green-600:focus { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-green-700:focus { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-green-800:focus { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-green-900:focus { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-blue-50:focus { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-blue-100:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-blue-200:focus { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-blue-300:focus { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-blue-400:focus { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-blue-500:focus { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-blue-600:focus { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-blue-700:focus { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-blue-800:focus { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-blue-900:focus { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-indigo-50:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-indigo-100:focus { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-indigo-200:focus { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-indigo-300:focus { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-indigo-400:focus { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-indigo-500:focus { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-indigo-600:focus { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-indigo-700:focus { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-indigo-800:focus { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-indigo-900:focus { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-purple-50:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-purple-100:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-purple-200:focus { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-purple-300:focus { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-purple-400:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-purple-500:focus { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-purple-600:focus { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-purple-700:focus { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-purple-800:focus { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-purple-900:focus { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-pink-50:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-pink-100:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-pink-200:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-pink-300:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-pink-400:focus { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-pink-500:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-pink-600:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-pink-700:focus { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-pink-800:focus { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-pink-900:focus { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-primary-50:focus { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-primary-100:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-primary-200:focus { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-primary-300:focus { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-primary-400:focus { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-primary-500:focus { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-primary-600:focus { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-primary-700:focus { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-primary-800:focus { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-primary-900:focus { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-danger:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-success:focus { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-warning:focus { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .xxl\:focus\:border-info:focus { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .xxl\:active\:border-transparent:active { - border-color: transparent; - } - - .xxl\:active\:border-current:active { - border-color: currentColor; - } - - .xxl\:active\:border-black:active { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .xxl\:active\:border-white:active { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .xxl\:active\:border-gray-50:active { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .xxl\:active\:border-gray-100:active { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .xxl\:active\:border-gray-200:active { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .xxl\:active\:border-gray-300:active { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .xxl\:active\:border-gray-400:active { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .xxl\:active\:border-gray-500:active { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .xxl\:active\:border-gray-600:active { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .xxl\:active\:border-gray-700:active { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .xxl\:active\:border-gray-800:active { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .xxl\:active\:border-gray-900:active { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .xxl\:active\:border-red-50:active { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .xxl\:active\:border-red-100:active { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .xxl\:active\:border-red-200:active { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .xxl\:active\:border-red-300:active { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .xxl\:active\:border-red-400:active { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .xxl\:active\:border-red-500:active { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .xxl\:active\:border-red-600:active { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .xxl\:active\:border-red-700:active { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .xxl\:active\:border-red-800:active { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .xxl\:active\:border-red-900:active { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .xxl\:active\:border-yellow-50:active { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .xxl\:active\:border-yellow-100:active { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .xxl\:active\:border-yellow-200:active { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .xxl\:active\:border-yellow-300:active { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .xxl\:active\:border-yellow-400:active { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .xxl\:active\:border-yellow-500:active { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .xxl\:active\:border-yellow-600:active { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .xxl\:active\:border-yellow-700:active { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .xxl\:active\:border-yellow-800:active { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .xxl\:active\:border-yellow-900:active { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .xxl\:active\:border-green-50:active { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .xxl\:active\:border-green-100:active { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .xxl\:active\:border-green-200:active { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .xxl\:active\:border-green-300:active { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .xxl\:active\:border-green-400:active { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .xxl\:active\:border-green-500:active { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .xxl\:active\:border-green-600:active { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .xxl\:active\:border-green-700:active { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .xxl\:active\:border-green-800:active { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .xxl\:active\:border-green-900:active { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .xxl\:active\:border-blue-50:active { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .xxl\:active\:border-blue-100:active { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .xxl\:active\:border-blue-200:active { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .xxl\:active\:border-blue-300:active { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .xxl\:active\:border-blue-400:active { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .xxl\:active\:border-blue-500:active { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .xxl\:active\:border-blue-600:active { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .xxl\:active\:border-blue-700:active { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .xxl\:active\:border-blue-800:active { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .xxl\:active\:border-blue-900:active { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .xxl\:active\:border-indigo-50:active { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .xxl\:active\:border-indigo-100:active { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .xxl\:active\:border-indigo-200:active { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .xxl\:active\:border-indigo-300:active { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .xxl\:active\:border-indigo-400:active { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .xxl\:active\:border-indigo-500:active { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .xxl\:active\:border-indigo-600:active { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .xxl\:active\:border-indigo-700:active { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .xxl\:active\:border-indigo-800:active { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .xxl\:active\:border-indigo-900:active { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .xxl\:active\:border-purple-50:active { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .xxl\:active\:border-purple-100:active { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .xxl\:active\:border-purple-200:active { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .xxl\:active\:border-purple-300:active { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .xxl\:active\:border-purple-400:active { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .xxl\:active\:border-purple-500:active { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .xxl\:active\:border-purple-600:active { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .xxl\:active\:border-purple-700:active { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .xxl\:active\:border-purple-800:active { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .xxl\:active\:border-purple-900:active { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .xxl\:active\:border-pink-50:active { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .xxl\:active\:border-pink-100:active { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .xxl\:active\:border-pink-200:active { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .xxl\:active\:border-pink-300:active { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .xxl\:active\:border-pink-400:active { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .xxl\:active\:border-pink-500:active { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .xxl\:active\:border-pink-600:active { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .xxl\:active\:border-pink-700:active { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .xxl\:active\:border-pink-800:active { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .xxl\:active\:border-pink-900:active { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .xxl\:active\:border-primary-50:active { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .xxl\:active\:border-primary-100:active { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .xxl\:active\:border-primary-200:active { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .xxl\:active\:border-primary-300:active { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .xxl\:active\:border-primary-400:active { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .xxl\:active\:border-primary-500:active { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .xxl\:active\:border-primary-600:active { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .xxl\:active\:border-primary-700:active { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .xxl\:active\:border-primary-800:active { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .xxl\:active\:border-primary-900:active { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .xxl\:active\:border-danger:active { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .xxl\:active\:border-success:active { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .xxl\:active\:border-warning:active { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .xxl\:active\:border-info:active { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-transparent:focus-within { - border-color: transparent; - } - - .xxl\:focus-within\:border-current:focus-within { - border-color: currentColor; - } - - .xxl\:focus-within\:border-black:focus-within { - --tw-border-opacity: 1; - border-color: rgba(4, 4, 5, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-white:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 255, 255, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(247, 250, 252, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 242, 247, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(226, 232, 240, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(203, 213, 224, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(160, 174, 192, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(113, 128, 150, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(74, 85, 104, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(45, 55, 72, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(26, 32, 44, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-red-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 242, 242, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-red-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 226, 226, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-red-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 202, 202, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-red-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 165, 165, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-red-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(248, 113, 113, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-red-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(239, 68, 68, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-red-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(220, 38, 38, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-red-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(185, 28, 28, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-red-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(153, 27, 27, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-red-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(127, 29, 29, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-yellow-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-yellow-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-yellow-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-yellow-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-yellow-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-yellow-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-yellow-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-yellow-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-yellow-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-yellow-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-green-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-green-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-green-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-green-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-green-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-green-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-green-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-green-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-green-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-green-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-blue-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-blue-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-blue-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-blue-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-blue-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-blue-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-blue-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-blue-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-blue-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-blue-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-indigo-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-indigo-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-indigo-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-indigo-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-indigo-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-indigo-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-indigo-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-indigo-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-primary-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(247, 246, 253, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-primary-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 238, 251, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-primary-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(213, 212, 245, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-primary-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(188, 185, 239, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-primary-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(138, 133, 228, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-primary-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(88, 81, 216, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-primary-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(79, 73, 194, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-primary-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(53, 49, 130, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-primary-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(40, 36, 97, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-primary-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(26, 24, 65, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-danger:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 113, 120, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-success:focus-within { - --tw-border-opacity: 1; - border-color: rgba(0, 201, 156, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-warning:focus-within { - --tw-border-opacity: 1; - border-color: rgba(243, 175, 78, var(--tw-border-opacity)); - } - - .xxl\:focus-within\:border-info:focus-within { - --tw-border-opacity: 1; - border-color: rgba(21, 178, 236, var(--tw-border-opacity)); - } - - .xxl\:border-opacity-0 { - --tw-border-opacity: 0; - } - - .xxl\:border-opacity-5 { - --tw-border-opacity: 0.05; - } - - .xxl\:border-opacity-10 { - --tw-border-opacity: 0.1; - } - - .xxl\:border-opacity-20 { - --tw-border-opacity: 0.2; - } - - .xxl\:border-opacity-25 { - --tw-border-opacity: 0.25; - } - - .xxl\:border-opacity-30 { - --tw-border-opacity: 0.3; - } - - .xxl\:border-opacity-40 { - --tw-border-opacity: 0.4; - } - - .xxl\:border-opacity-50 { - --tw-border-opacity: 0.5; - } - - .xxl\:border-opacity-60 { - --tw-border-opacity: 0.6; - } - - .xxl\:border-opacity-70 { - --tw-border-opacity: 0.7; - } - - .xxl\:border-opacity-75 { - --tw-border-opacity: 0.75; - } - - .xxl\:border-opacity-80 { - --tw-border-opacity: 0.8; - } - - .xxl\:border-opacity-90 { - --tw-border-opacity: 0.9; - } - - .xxl\:border-opacity-95 { - --tw-border-opacity: 0.95; - } - - .xxl\:border-opacity-100 { - --tw-border-opacity: 1; - } - - .group:hover .xxl\:group-hover\:border-opacity-0 { - --tw-border-opacity: 0; - } - - .group:hover .xxl\:group-hover\:border-opacity-5 { - --tw-border-opacity: 0.05; - } - - .group:hover .xxl\:group-hover\:border-opacity-10 { - --tw-border-opacity: 0.1; - } - - .group:hover .xxl\:group-hover\:border-opacity-20 { - --tw-border-opacity: 0.2; - } - - .group:hover .xxl\:group-hover\:border-opacity-25 { - --tw-border-opacity: 0.25; - } - - .group:hover .xxl\:group-hover\:border-opacity-30 { - --tw-border-opacity: 0.3; - } - - .group:hover .xxl\:group-hover\:border-opacity-40 { - --tw-border-opacity: 0.4; - } - - .group:hover .xxl\:group-hover\:border-opacity-50 { - --tw-border-opacity: 0.5; - } - - .group:hover .xxl\:group-hover\:border-opacity-60 { - --tw-border-opacity: 0.6; - } - - .group:hover .xxl\:group-hover\:border-opacity-70 { - --tw-border-opacity: 0.7; - } - - .group:hover .xxl\:group-hover\:border-opacity-75 { - --tw-border-opacity: 0.75; - } - - .group:hover .xxl\:group-hover\:border-opacity-80 { - --tw-border-opacity: 0.8; - } - - .group:hover .xxl\:group-hover\:border-opacity-90 { - --tw-border-opacity: 0.9; - } - - .group:hover .xxl\:group-hover\:border-opacity-95 { - --tw-border-opacity: 0.95; - } - - .group:hover .xxl\:group-hover\:border-opacity-100 { - --tw-border-opacity: 1; - } - - .xxl\:focus-within\:border-opacity-0:focus-within { - --tw-border-opacity: 0; - } - - .xxl\:focus-within\:border-opacity-5:focus-within { - --tw-border-opacity: 0.05; - } - - .xxl\:focus-within\:border-opacity-10:focus-within { - --tw-border-opacity: 0.1; - } - - .xxl\:focus-within\:border-opacity-20:focus-within { - --tw-border-opacity: 0.2; - } - - .xxl\:focus-within\:border-opacity-25:focus-within { - --tw-border-opacity: 0.25; - } - - .xxl\:focus-within\:border-opacity-30:focus-within { - --tw-border-opacity: 0.3; - } - - .xxl\:focus-within\:border-opacity-40:focus-within { - --tw-border-opacity: 0.4; - } - - .xxl\:focus-within\:border-opacity-50:focus-within { - --tw-border-opacity: 0.5; - } - - .xxl\:focus-within\:border-opacity-60:focus-within { - --tw-border-opacity: 0.6; - } - - .xxl\:focus-within\:border-opacity-70:focus-within { - --tw-border-opacity: 0.7; - } - - .xxl\:focus-within\:border-opacity-75:focus-within { - --tw-border-opacity: 0.75; - } - - .xxl\:focus-within\:border-opacity-80:focus-within { - --tw-border-opacity: 0.8; - } - - .xxl\:focus-within\:border-opacity-90:focus-within { - --tw-border-opacity: 0.9; - } - - .xxl\:focus-within\:border-opacity-95:focus-within { - --tw-border-opacity: 0.95; - } - - .xxl\:focus-within\:border-opacity-100:focus-within { - --tw-border-opacity: 1; - } - - .xxl\:hover\:border-opacity-0:hover { - --tw-border-opacity: 0; - } - - .xxl\:hover\:border-opacity-5:hover { - --tw-border-opacity: 0.05; - } - - .xxl\:hover\:border-opacity-10:hover { - --tw-border-opacity: 0.1; - } - - .xxl\:hover\:border-opacity-20:hover { - --tw-border-opacity: 0.2; - } - - .xxl\:hover\:border-opacity-25:hover { - --tw-border-opacity: 0.25; - } - - .xxl\:hover\:border-opacity-30:hover { - --tw-border-opacity: 0.3; - } - - .xxl\:hover\:border-opacity-40:hover { - --tw-border-opacity: 0.4; - } - - .xxl\:hover\:border-opacity-50:hover { - --tw-border-opacity: 0.5; - } - - .xxl\:hover\:border-opacity-60:hover { - --tw-border-opacity: 0.6; - } - - .xxl\:hover\:border-opacity-70:hover { - --tw-border-opacity: 0.7; - } - - .xxl\:hover\:border-opacity-75:hover { - --tw-border-opacity: 0.75; - } - - .xxl\:hover\:border-opacity-80:hover { - --tw-border-opacity: 0.8; - } - - .xxl\:hover\:border-opacity-90:hover { - --tw-border-opacity: 0.9; - } - - .xxl\:hover\:border-opacity-95:hover { - --tw-border-opacity: 0.95; - } - - .xxl\:hover\:border-opacity-100:hover { - --tw-border-opacity: 1; - } - - .xxl\:focus\:border-opacity-0:focus { - --tw-border-opacity: 0; - } - - .xxl\:focus\:border-opacity-5:focus { - --tw-border-opacity: 0.05; - } - - .xxl\:focus\:border-opacity-10:focus { - --tw-border-opacity: 0.1; - } - - .xxl\:focus\:border-opacity-20:focus { - --tw-border-opacity: 0.2; - } - - .xxl\:focus\:border-opacity-25:focus { - --tw-border-opacity: 0.25; - } - - .xxl\:focus\:border-opacity-30:focus { - --tw-border-opacity: 0.3; - } - - .xxl\:focus\:border-opacity-40:focus { - --tw-border-opacity: 0.4; - } - - .xxl\:focus\:border-opacity-50:focus { - --tw-border-opacity: 0.5; - } - - .xxl\:focus\:border-opacity-60:focus { - --tw-border-opacity: 0.6; - } - - .xxl\:focus\:border-opacity-70:focus { - --tw-border-opacity: 0.7; - } - - .xxl\:focus\:border-opacity-75:focus { - --tw-border-opacity: 0.75; - } - - .xxl\:focus\:border-opacity-80:focus { - --tw-border-opacity: 0.8; - } - - .xxl\:focus\:border-opacity-90:focus { - --tw-border-opacity: 0.9; - } - - .xxl\:focus\:border-opacity-95:focus { - --tw-border-opacity: 0.95; - } - - .xxl\:focus\:border-opacity-100:focus { - --tw-border-opacity: 1; - } - - .xxl\:rounded-none { - border-radius: 0px; - } - - .xxl\:rounded-sm { - border-radius: 0.125rem; - } - - .xxl\:rounded { - border-radius: 0.25rem; - } - - .xxl\:rounded-md { - border-radius: 0.375rem; - } - - .xxl\:rounded-lg { - border-radius: 0.5rem; - } - - .xxl\:rounded-xl { - border-radius: 0.75rem; - } - - .xxl\:rounded-2xl { - border-radius: 1rem; - } - - .xxl\:rounded-3xl { - border-radius: 1.5rem; - } - - .xxl\:rounded-full { - border-radius: 9999px; - } - - .xxl\:rounded-t-none { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .xxl\:rounded-r-none { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .xxl\:rounded-b-none { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .xxl\:rounded-l-none { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .xxl\:rounded-t-sm { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .xxl\:rounded-r-sm { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .xxl\:rounded-b-sm { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .xxl\:rounded-l-sm { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .xxl\:rounded-t { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .xxl\:rounded-r { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .xxl\:rounded-b { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .xxl\:rounded-l { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .xxl\:rounded-t-md { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .xxl\:rounded-r-md { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .xxl\:rounded-b-md { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .xxl\:rounded-l-md { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .xxl\:rounded-t-lg { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .xxl\:rounded-r-lg { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .xxl\:rounded-b-lg { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .xxl\:rounded-l-lg { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .xxl\:rounded-t-xl { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .xxl\:rounded-r-xl { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .xxl\:rounded-b-xl { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .xxl\:rounded-l-xl { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .xxl\:rounded-t-2xl { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .xxl\:rounded-r-2xl { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .xxl\:rounded-b-2xl { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .xxl\:rounded-l-2xl { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .xxl\:rounded-t-3xl { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .xxl\:rounded-r-3xl { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .xxl\:rounded-b-3xl { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .xxl\:rounded-l-3xl { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .xxl\:rounded-t-full { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .xxl\:rounded-r-full { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .xxl\:rounded-b-full { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .xxl\:rounded-l-full { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .xxl\:rounded-tl-none { - border-top-left-radius: 0px; - } - - .xxl\:rounded-tr-none { - border-top-right-radius: 0px; - } - - .xxl\:rounded-br-none { - border-bottom-right-radius: 0px; - } - - .xxl\:rounded-bl-none { - border-bottom-left-radius: 0px; - } - - .xxl\:rounded-tl-sm { - border-top-left-radius: 0.125rem; - } - - .xxl\:rounded-tr-sm { - border-top-right-radius: 0.125rem; - } - - .xxl\:rounded-br-sm { - border-bottom-right-radius: 0.125rem; - } - - .xxl\:rounded-bl-sm { - border-bottom-left-radius: 0.125rem; - } - - .xxl\:rounded-tl { - border-top-left-radius: 0.25rem; - } - - .xxl\:rounded-tr { - border-top-right-radius: 0.25rem; - } - - .xxl\:rounded-br { - border-bottom-right-radius: 0.25rem; - } - - .xxl\:rounded-bl { - border-bottom-left-radius: 0.25rem; - } - - .xxl\:rounded-tl-md { - border-top-left-radius: 0.375rem; - } - - .xxl\:rounded-tr-md { - border-top-right-radius: 0.375rem; - } - - .xxl\:rounded-br-md { - border-bottom-right-radius: 0.375rem; - } - - .xxl\:rounded-bl-md { - border-bottom-left-radius: 0.375rem; - } - - .xxl\:rounded-tl-lg { - border-top-left-radius: 0.5rem; - } - - .xxl\:rounded-tr-lg { - border-top-right-radius: 0.5rem; - } - - .xxl\:rounded-br-lg { - border-bottom-right-radius: 0.5rem; - } - - .xxl\:rounded-bl-lg { - border-bottom-left-radius: 0.5rem; - } - - .xxl\:rounded-tl-xl { - border-top-left-radius: 0.75rem; - } - - .xxl\:rounded-tr-xl { - border-top-right-radius: 0.75rem; - } - - .xxl\:rounded-br-xl { - border-bottom-right-radius: 0.75rem; - } - - .xxl\:rounded-bl-xl { - border-bottom-left-radius: 0.75rem; - } - - .xxl\:rounded-tl-2xl { - border-top-left-radius: 1rem; - } - - .xxl\:rounded-tr-2xl { - border-top-right-radius: 1rem; - } - - .xxl\:rounded-br-2xl { - border-bottom-right-radius: 1rem; - } - - .xxl\:rounded-bl-2xl { - border-bottom-left-radius: 1rem; - } - - .xxl\:rounded-tl-3xl { - border-top-left-radius: 1.5rem; - } - - .xxl\:rounded-tr-3xl { - border-top-right-radius: 1.5rem; - } - - .xxl\:rounded-br-3xl { - border-bottom-right-radius: 1.5rem; - } - - .xxl\:rounded-bl-3xl { - border-bottom-left-radius: 1.5rem; - } - - .xxl\:rounded-tl-full { - border-top-left-radius: 9999px; - } - - .xxl\:rounded-tr-full { - border-top-right-radius: 9999px; - } - - .xxl\:rounded-br-full { - border-bottom-right-radius: 9999px; - } - - .xxl\:rounded-bl-full { - border-bottom-left-radius: 9999px; - } - - .xxl\:hover\:rounded-none:hover { - border-radius: 0px; - } - - .xxl\:hover\:rounded-sm:hover { - border-radius: 0.125rem; - } - - .xxl\:hover\:rounded:hover { - border-radius: 0.25rem; - } - - .xxl\:hover\:rounded-md:hover { - border-radius: 0.375rem; - } - - .xxl\:hover\:rounded-lg:hover { - border-radius: 0.5rem; - } - - .xxl\:hover\:rounded-xl:hover { - border-radius: 0.75rem; - } - - .xxl\:hover\:rounded-2xl:hover { - border-radius: 1rem; - } - - .xxl\:hover\:rounded-3xl:hover { - border-radius: 1.5rem; - } - - .xxl\:hover\:rounded-full:hover { - border-radius: 9999px; - } - - .xxl\:hover\:rounded-t-none:hover { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .xxl\:hover\:rounded-r-none:hover { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .xxl\:hover\:rounded-b-none:hover { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .xxl\:hover\:rounded-l-none:hover { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .xxl\:hover\:rounded-t-sm:hover { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .xxl\:hover\:rounded-r-sm:hover { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .xxl\:hover\:rounded-b-sm:hover { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .xxl\:hover\:rounded-l-sm:hover { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .xxl\:hover\:rounded-t:hover { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .xxl\:hover\:rounded-r:hover { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .xxl\:hover\:rounded-b:hover { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .xxl\:hover\:rounded-l:hover { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .xxl\:hover\:rounded-t-md:hover { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .xxl\:hover\:rounded-r-md:hover { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .xxl\:hover\:rounded-b-md:hover { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .xxl\:hover\:rounded-l-md:hover { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .xxl\:hover\:rounded-t-lg:hover { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .xxl\:hover\:rounded-r-lg:hover { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .xxl\:hover\:rounded-b-lg:hover { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .xxl\:hover\:rounded-l-lg:hover { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .xxl\:hover\:rounded-t-xl:hover { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .xxl\:hover\:rounded-r-xl:hover { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .xxl\:hover\:rounded-b-xl:hover { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .xxl\:hover\:rounded-l-xl:hover { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .xxl\:hover\:rounded-t-2xl:hover { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .xxl\:hover\:rounded-r-2xl:hover { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .xxl\:hover\:rounded-b-2xl:hover { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .xxl\:hover\:rounded-l-2xl:hover { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .xxl\:hover\:rounded-t-3xl:hover { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .xxl\:hover\:rounded-r-3xl:hover { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .xxl\:hover\:rounded-b-3xl:hover { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .xxl\:hover\:rounded-l-3xl:hover { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .xxl\:hover\:rounded-t-full:hover { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .xxl\:hover\:rounded-r-full:hover { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .xxl\:hover\:rounded-b-full:hover { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .xxl\:hover\:rounded-l-full:hover { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .xxl\:hover\:rounded-tl-none:hover { - border-top-left-radius: 0px; - } - - .xxl\:hover\:rounded-tr-none:hover { - border-top-right-radius: 0px; - } - - .xxl\:hover\:rounded-br-none:hover { - border-bottom-right-radius: 0px; - } - - .xxl\:hover\:rounded-bl-none:hover { - border-bottom-left-radius: 0px; - } - - .xxl\:hover\:rounded-tl-sm:hover { - border-top-left-radius: 0.125rem; - } - - .xxl\:hover\:rounded-tr-sm:hover { - border-top-right-radius: 0.125rem; - } - - .xxl\:hover\:rounded-br-sm:hover { - border-bottom-right-radius: 0.125rem; - } - - .xxl\:hover\:rounded-bl-sm:hover { - border-bottom-left-radius: 0.125rem; - } - - .xxl\:hover\:rounded-tl:hover { - border-top-left-radius: 0.25rem; - } - - .xxl\:hover\:rounded-tr:hover { - border-top-right-radius: 0.25rem; - } - - .xxl\:hover\:rounded-br:hover { - border-bottom-right-radius: 0.25rem; - } - - .xxl\:hover\:rounded-bl:hover { - border-bottom-left-radius: 0.25rem; - } - - .xxl\:hover\:rounded-tl-md:hover { - border-top-left-radius: 0.375rem; - } - - .xxl\:hover\:rounded-tr-md:hover { - border-top-right-radius: 0.375rem; - } - - .xxl\:hover\:rounded-br-md:hover { - border-bottom-right-radius: 0.375rem; - } - - .xxl\:hover\:rounded-bl-md:hover { - border-bottom-left-radius: 0.375rem; - } - - .xxl\:hover\:rounded-tl-lg:hover { - border-top-left-radius: 0.5rem; - } - - .xxl\:hover\:rounded-tr-lg:hover { - border-top-right-radius: 0.5rem; - } - - .xxl\:hover\:rounded-br-lg:hover { - border-bottom-right-radius: 0.5rem; - } - - .xxl\:hover\:rounded-bl-lg:hover { - border-bottom-left-radius: 0.5rem; - } - - .xxl\:hover\:rounded-tl-xl:hover { - border-top-left-radius: 0.75rem; - } - - .xxl\:hover\:rounded-tr-xl:hover { - border-top-right-radius: 0.75rem; - } - - .xxl\:hover\:rounded-br-xl:hover { - border-bottom-right-radius: 0.75rem; - } - - .xxl\:hover\:rounded-bl-xl:hover { - border-bottom-left-radius: 0.75rem; - } - - .xxl\:hover\:rounded-tl-2xl:hover { - border-top-left-radius: 1rem; - } - - .xxl\:hover\:rounded-tr-2xl:hover { - border-top-right-radius: 1rem; - } - - .xxl\:hover\:rounded-br-2xl:hover { - border-bottom-right-radius: 1rem; - } - - .xxl\:hover\:rounded-bl-2xl:hover { - border-bottom-left-radius: 1rem; - } - - .xxl\:hover\:rounded-tl-3xl:hover { - border-top-left-radius: 1.5rem; - } - - .xxl\:hover\:rounded-tr-3xl:hover { - border-top-right-radius: 1.5rem; - } - - .xxl\:hover\:rounded-br-3xl:hover { - border-bottom-right-radius: 1.5rem; - } - - .xxl\:hover\:rounded-bl-3xl:hover { - border-bottom-left-radius: 1.5rem; - } - - .xxl\:hover\:rounded-tl-full:hover { - border-top-left-radius: 9999px; - } - - .xxl\:hover\:rounded-tr-full:hover { - border-top-right-radius: 9999px; - } - - .xxl\:hover\:rounded-br-full:hover { - border-bottom-right-radius: 9999px; - } - - .xxl\:hover\:rounded-bl-full:hover { - border-bottom-left-radius: 9999px; - } - - .xxl\:first\:rounded-none:first-child { - border-radius: 0px; - } - - .xxl\:first\:rounded-sm:first-child { - border-radius: 0.125rem; - } - - .xxl\:first\:rounded:first-child { - border-radius: 0.25rem; - } - - .xxl\:first\:rounded-md:first-child { - border-radius: 0.375rem; - } - - .xxl\:first\:rounded-lg:first-child { - border-radius: 0.5rem; - } - - .xxl\:first\:rounded-xl:first-child { - border-radius: 0.75rem; - } - - .xxl\:first\:rounded-2xl:first-child { - border-radius: 1rem; - } - - .xxl\:first\:rounded-3xl:first-child { - border-radius: 1.5rem; - } - - .xxl\:first\:rounded-full:first-child { - border-radius: 9999px; - } - - .xxl\:first\:rounded-t-none:first-child { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .xxl\:first\:rounded-r-none:first-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .xxl\:first\:rounded-b-none:first-child { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .xxl\:first\:rounded-l-none:first-child { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .xxl\:first\:rounded-t-sm:first-child { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .xxl\:first\:rounded-r-sm:first-child { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .xxl\:first\:rounded-b-sm:first-child { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .xxl\:first\:rounded-l-sm:first-child { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .xxl\:first\:rounded-t:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .xxl\:first\:rounded-r:first-child { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .xxl\:first\:rounded-b:first-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .xxl\:first\:rounded-l:first-child { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .xxl\:first\:rounded-t-md:first-child { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .xxl\:first\:rounded-r-md:first-child { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .xxl\:first\:rounded-b-md:first-child { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .xxl\:first\:rounded-l-md:first-child { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .xxl\:first\:rounded-t-lg:first-child { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .xxl\:first\:rounded-r-lg:first-child { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .xxl\:first\:rounded-b-lg:first-child { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .xxl\:first\:rounded-l-lg:first-child { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .xxl\:first\:rounded-t-xl:first-child { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .xxl\:first\:rounded-r-xl:first-child { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .xxl\:first\:rounded-b-xl:first-child { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .xxl\:first\:rounded-l-xl:first-child { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .xxl\:first\:rounded-t-2xl:first-child { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .xxl\:first\:rounded-r-2xl:first-child { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .xxl\:first\:rounded-b-2xl:first-child { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .xxl\:first\:rounded-l-2xl:first-child { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .xxl\:first\:rounded-t-3xl:first-child { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .xxl\:first\:rounded-r-3xl:first-child { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .xxl\:first\:rounded-b-3xl:first-child { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .xxl\:first\:rounded-l-3xl:first-child { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .xxl\:first\:rounded-t-full:first-child { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .xxl\:first\:rounded-r-full:first-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .xxl\:first\:rounded-b-full:first-child { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .xxl\:first\:rounded-l-full:first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .xxl\:first\:rounded-tl-none:first-child { - border-top-left-radius: 0px; - } - - .xxl\:first\:rounded-tr-none:first-child { - border-top-right-radius: 0px; - } - - .xxl\:first\:rounded-br-none:first-child { - border-bottom-right-radius: 0px; - } - - .xxl\:first\:rounded-bl-none:first-child { - border-bottom-left-radius: 0px; - } - - .xxl\:first\:rounded-tl-sm:first-child { - border-top-left-radius: 0.125rem; - } - - .xxl\:first\:rounded-tr-sm:first-child { - border-top-right-radius: 0.125rem; - } - - .xxl\:first\:rounded-br-sm:first-child { - border-bottom-right-radius: 0.125rem; - } - - .xxl\:first\:rounded-bl-sm:first-child { - border-bottom-left-radius: 0.125rem; - } - - .xxl\:first\:rounded-tl:first-child { - border-top-left-radius: 0.25rem; - } - - .xxl\:first\:rounded-tr:first-child { - border-top-right-radius: 0.25rem; - } - - .xxl\:first\:rounded-br:first-child { - border-bottom-right-radius: 0.25rem; - } - - .xxl\:first\:rounded-bl:first-child { - border-bottom-left-radius: 0.25rem; - } - - .xxl\:first\:rounded-tl-md:first-child { - border-top-left-radius: 0.375rem; - } - - .xxl\:first\:rounded-tr-md:first-child { - border-top-right-radius: 0.375rem; - } - - .xxl\:first\:rounded-br-md:first-child { - border-bottom-right-radius: 0.375rem; - } - - .xxl\:first\:rounded-bl-md:first-child { - border-bottom-left-radius: 0.375rem; - } - - .xxl\:first\:rounded-tl-lg:first-child { - border-top-left-radius: 0.5rem; - } - - .xxl\:first\:rounded-tr-lg:first-child { - border-top-right-radius: 0.5rem; - } - - .xxl\:first\:rounded-br-lg:first-child { - border-bottom-right-radius: 0.5rem; - } - - .xxl\:first\:rounded-bl-lg:first-child { - border-bottom-left-radius: 0.5rem; - } - - .xxl\:first\:rounded-tl-xl:first-child { - border-top-left-radius: 0.75rem; - } - - .xxl\:first\:rounded-tr-xl:first-child { - border-top-right-radius: 0.75rem; - } - - .xxl\:first\:rounded-br-xl:first-child { - border-bottom-right-radius: 0.75rem; - } - - .xxl\:first\:rounded-bl-xl:first-child { - border-bottom-left-radius: 0.75rem; - } - - .xxl\:first\:rounded-tl-2xl:first-child { - border-top-left-radius: 1rem; - } - - .xxl\:first\:rounded-tr-2xl:first-child { - border-top-right-radius: 1rem; - } - - .xxl\:first\:rounded-br-2xl:first-child { - border-bottom-right-radius: 1rem; - } - - .xxl\:first\:rounded-bl-2xl:first-child { - border-bottom-left-radius: 1rem; - } - - .xxl\:first\:rounded-tl-3xl:first-child { - border-top-left-radius: 1.5rem; - } - - .xxl\:first\:rounded-tr-3xl:first-child { - border-top-right-radius: 1.5rem; - } - - .xxl\:first\:rounded-br-3xl:first-child { - border-bottom-right-radius: 1.5rem; - } - - .xxl\:first\:rounded-bl-3xl:first-child { - border-bottom-left-radius: 1.5rem; - } - - .xxl\:first\:rounded-tl-full:first-child { - border-top-left-radius: 9999px; - } - - .xxl\:first\:rounded-tr-full:first-child { - border-top-right-radius: 9999px; - } - - .xxl\:first\:rounded-br-full:first-child { - border-bottom-right-radius: 9999px; - } - - .xxl\:first\:rounded-bl-full:first-child { - border-bottom-left-radius: 9999px; - } - - .xxl\:last\:rounded-none:last-child { - border-radius: 0px; - } - - .xxl\:last\:rounded-sm:last-child { - border-radius: 0.125rem; - } - - .xxl\:last\:rounded:last-child { - border-radius: 0.25rem; - } - - .xxl\:last\:rounded-md:last-child { - border-radius: 0.375rem; - } - - .xxl\:last\:rounded-lg:last-child { - border-radius: 0.5rem; - } - - .xxl\:last\:rounded-xl:last-child { - border-radius: 0.75rem; - } - - .xxl\:last\:rounded-2xl:last-child { - border-radius: 1rem; - } - - .xxl\:last\:rounded-3xl:last-child { - border-radius: 1.5rem; - } - - .xxl\:last\:rounded-full:last-child { - border-radius: 9999px; - } - - .xxl\:last\:rounded-t-none:last-child { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - } - - .xxl\:last\:rounded-r-none:last-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - - .xxl\:last\:rounded-b-none:last-child { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; - } - - .xxl\:last\:rounded-l-none:last-child { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - .xxl\:last\:rounded-t-sm:last-child { - border-top-left-radius: 0.125rem; - border-top-right-radius: 0.125rem; - } - - .xxl\:last\:rounded-r-sm:last-child { - border-top-right-radius: 0.125rem; - border-bottom-right-radius: 0.125rem; - } - - .xxl\:last\:rounded-b-sm:last-child { - border-bottom-right-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .xxl\:last\:rounded-l-sm:last-child { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; - } - - .xxl\:last\:rounded-t:last-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - - .xxl\:last\:rounded-r:last-child { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; - } - - .xxl\:last\:rounded-b:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .xxl\:last\:rounded-l:last-child { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - - .xxl\:last\:rounded-t-md:last-child { - border-top-left-radius: 0.375rem; - border-top-right-radius: 0.375rem; - } - - .xxl\:last\:rounded-r-md:last-child { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; - } - - .xxl\:last\:rounded-b-md:last-child { - border-bottom-right-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .xxl\:last\:rounded-l-md:last-child { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; - } - - .xxl\:last\:rounded-t-lg:last-child { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; - } - - .xxl\:last\:rounded-r-lg:last-child { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; - } - - .xxl\:last\:rounded-b-lg:last-child { - border-bottom-right-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .xxl\:last\:rounded-l-lg:last-child { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; - } - - .xxl\:last\:rounded-t-xl:last-child { - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; - } - - .xxl\:last\:rounded-r-xl:last-child { - border-top-right-radius: 0.75rem; - border-bottom-right-radius: 0.75rem; - } - - .xxl\:last\:rounded-b-xl:last-child { - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .xxl\:last\:rounded-l-xl:last-child { - border-top-left-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; - } - - .xxl\:last\:rounded-t-2xl:last-child { - border-top-left-radius: 1rem; - border-top-right-radius: 1rem; - } - - .xxl\:last\:rounded-r-2xl:last-child { - border-top-right-radius: 1rem; - border-bottom-right-radius: 1rem; - } - - .xxl\:last\:rounded-b-2xl:last-child { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .xxl\:last\:rounded-l-2xl:last-child { - border-top-left-radius: 1rem; - border-bottom-left-radius: 1rem; - } - - .xxl\:last\:rounded-t-3xl:last-child { - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; - } - - .xxl\:last\:rounded-r-3xl:last-child { - border-top-right-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; - } - - .xxl\:last\:rounded-b-3xl:last-child { - border-bottom-right-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .xxl\:last\:rounded-l-3xl:last-child { - border-top-left-radius: 1.5rem; - border-bottom-left-radius: 1.5rem; - } - - .xxl\:last\:rounded-t-full:last-child { - border-top-left-radius: 9999px; - border-top-right-radius: 9999px; - } - - .xxl\:last\:rounded-r-full:last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; - } - - .xxl\:last\:rounded-b-full:last-child { - border-bottom-right-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .xxl\:last\:rounded-l-full:last-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - } - - .xxl\:last\:rounded-tl-none:last-child { - border-top-left-radius: 0px; - } - - .xxl\:last\:rounded-tr-none:last-child { - border-top-right-radius: 0px; - } - - .xxl\:last\:rounded-br-none:last-child { - border-bottom-right-radius: 0px; - } - - .xxl\:last\:rounded-bl-none:last-child { - border-bottom-left-radius: 0px; - } - - .xxl\:last\:rounded-tl-sm:last-child { - border-top-left-radius: 0.125rem; - } - - .xxl\:last\:rounded-tr-sm:last-child { - border-top-right-radius: 0.125rem; - } - - .xxl\:last\:rounded-br-sm:last-child { - border-bottom-right-radius: 0.125rem; - } - - .xxl\:last\:rounded-bl-sm:last-child { - border-bottom-left-radius: 0.125rem; - } - - .xxl\:last\:rounded-tl:last-child { - border-top-left-radius: 0.25rem; - } - - .xxl\:last\:rounded-tr:last-child { - border-top-right-radius: 0.25rem; - } - - .xxl\:last\:rounded-br:last-child { - border-bottom-right-radius: 0.25rem; - } - - .xxl\:last\:rounded-bl:last-child { - border-bottom-left-radius: 0.25rem; - } - - .xxl\:last\:rounded-tl-md:last-child { - border-top-left-radius: 0.375rem; - } - - .xxl\:last\:rounded-tr-md:last-child { - border-top-right-radius: 0.375rem; - } - - .xxl\:last\:rounded-br-md:last-child { - border-bottom-right-radius: 0.375rem; - } - - .xxl\:last\:rounded-bl-md:last-child { - border-bottom-left-radius: 0.375rem; - } - - .xxl\:last\:rounded-tl-lg:last-child { - border-top-left-radius: 0.5rem; - } - - .xxl\:last\:rounded-tr-lg:last-child { - border-top-right-radius: 0.5rem; - } - - .xxl\:last\:rounded-br-lg:last-child { - border-bottom-right-radius: 0.5rem; - } - - .xxl\:last\:rounded-bl-lg:last-child { - border-bottom-left-radius: 0.5rem; - } - - .xxl\:last\:rounded-tl-xl:last-child { - border-top-left-radius: 0.75rem; - } - - .xxl\:last\:rounded-tr-xl:last-child { - border-top-right-radius: 0.75rem; - } - - .xxl\:last\:rounded-br-xl:last-child { - border-bottom-right-radius: 0.75rem; - } - - .xxl\:last\:rounded-bl-xl:last-child { - border-bottom-left-radius: 0.75rem; - } - - .xxl\:last\:rounded-tl-2xl:last-child { - border-top-left-radius: 1rem; - } - - .xxl\:last\:rounded-tr-2xl:last-child { - border-top-right-radius: 1rem; - } - - .xxl\:last\:rounded-br-2xl:last-child { - border-bottom-right-radius: 1rem; - } - - .xxl\:last\:rounded-bl-2xl:last-child { - border-bottom-left-radius: 1rem; - } - - .xxl\:last\:rounded-tl-3xl:last-child { - border-top-left-radius: 1.5rem; - } - - .xxl\:last\:rounded-tr-3xl:last-child { - border-top-right-radius: 1.5rem; - } - - .xxl\:last\:rounded-br-3xl:last-child { - border-bottom-right-radius: 1.5rem; - } - - .xxl\:last\:rounded-bl-3xl:last-child { - border-bottom-left-radius: 1.5rem; - } - - .xxl\:last\:rounded-tl-full:last-child { - border-top-left-radius: 9999px; - } - - .xxl\:last\:rounded-tr-full:last-child { - border-top-right-radius: 9999px; - } - - .xxl\:last\:rounded-br-full:last-child { - border-bottom-right-radius: 9999px; - } - - .xxl\:last\:rounded-bl-full:last-child { - border-bottom-left-radius: 9999px; - } - - .xxl\:border-solid { - border-style: solid; - } - - .xxl\:border-dashed { - border-style: dashed; - } - - .xxl\:border-dotted { - border-style: dotted; - } - - .xxl\:border-double { - border-style: double; - } - - .xxl\:border-none { - border-style: none; - } - - .xxl\:hover\:border-solid:hover { - border-style: solid; - } - - .xxl\:hover\:border-dashed:hover { - border-style: dashed; - } - - .xxl\:hover\:border-dotted:hover { - border-style: dotted; - } - - .xxl\:hover\:border-double:hover { - border-style: double; - } - - .xxl\:hover\:border-none:hover { - border-style: none; - } - - .xxl\:first\:border-solid:first-child { - border-style: solid; - } - - .xxl\:first\:border-dashed:first-child { - border-style: dashed; - } - - .xxl\:first\:border-dotted:first-child { - border-style: dotted; - } - - .xxl\:first\:border-double:first-child { - border-style: double; - } - - .xxl\:first\:border-none:first-child { - border-style: none; - } - - .xxl\:last\:border-solid:last-child { - border-style: solid; - } - - .xxl\:last\:border-dashed:last-child { - border-style: dashed; - } - - .xxl\:last\:border-dotted:last-child { - border-style: dotted; - } - - .xxl\:last\:border-double:last-child { - border-style: double; - } - - .xxl\:last\:border-none:last-child { - border-style: none; - } - - .xxl\:border-0 { - border-width: 0px; - } - - .xxl\:border-2 { - border-width: 2px; - } - - .xxl\:border-3 { - border-width: 3px; - } - - .xxl\:border-4 { - border-width: 4px; - } - - .xxl\:border-8 { - border-width: 8px; - } - - .xxl\:border { - border-width: 1px; - } - - .xxl\:border-t-0 { - border-top-width: 0px; - } - - .xxl\:border-r-0 { - border-right-width: 0px; - } - - .xxl\:border-b-0 { - border-bottom-width: 0px; - } - - .xxl\:border-l-0 { - border-left-width: 0px; - } - - .xxl\:border-t-2 { - border-top-width: 2px; - } - - .xxl\:border-r-2 { - border-right-width: 2px; - } - - .xxl\:border-b-2 { - border-bottom-width: 2px; - } - - .xxl\:border-l-2 { - border-left-width: 2px; - } - - .xxl\:border-t-3 { - border-top-width: 3px; - } - - .xxl\:border-r-3 { - border-right-width: 3px; - } - - .xxl\:border-b-3 { - border-bottom-width: 3px; - } - - .xxl\:border-l-3 { - border-left-width: 3px; - } - - .xxl\:border-t-4 { - border-top-width: 4px; - } - - .xxl\:border-r-4 { - border-right-width: 4px; - } - - .xxl\:border-b-4 { - border-bottom-width: 4px; - } - - .xxl\:border-l-4 { - border-left-width: 4px; - } - - .xxl\:border-t-8 { - border-top-width: 8px; - } - - .xxl\:border-r-8 { - border-right-width: 8px; - } - - .xxl\:border-b-8 { - border-bottom-width: 8px; - } - - .xxl\:border-l-8 { - border-left-width: 8px; - } - - .xxl\:border-t { - border-top-width: 1px; - } - - .xxl\:border-r { - border-right-width: 1px; - } - - .xxl\:border-b { - border-bottom-width: 1px; - } - - .xxl\:border-l { - border-left-width: 1px; - } - - .xxl\:last\:border-0:last-child { - border-width: 0px; - } - - .xxl\:last\:border-2:last-child { - border-width: 2px; - } - - .xxl\:last\:border-3:last-child { - border-width: 3px; - } - - .xxl\:last\:border-4:last-child { - border-width: 4px; - } - - .xxl\:last\:border-8:last-child { - border-width: 8px; - } - - .xxl\:last\:border:last-child { - border-width: 1px; - } - - .xxl\:last\:border-t-0:last-child { - border-top-width: 0px; - } - - .xxl\:last\:border-r-0:last-child { - border-right-width: 0px; - } - - .xxl\:last\:border-b-0:last-child { - border-bottom-width: 0px; - } - - .xxl\:last\:border-l-0:last-child { - border-left-width: 0px; - } - - .xxl\:last\:border-t-2:last-child { - border-top-width: 2px; - } - - .xxl\:last\:border-r-2:last-child { - border-right-width: 2px; - } - - .xxl\:last\:border-b-2:last-child { - border-bottom-width: 2px; - } - - .xxl\:last\:border-l-2:last-child { - border-left-width: 2px; - } - - .xxl\:last\:border-t-3:last-child { - border-top-width: 3px; - } - - .xxl\:last\:border-r-3:last-child { - border-right-width: 3px; - } - - .xxl\:last\:border-b-3:last-child { - border-bottom-width: 3px; - } - - .xxl\:last\:border-l-3:last-child { - border-left-width: 3px; - } - - .xxl\:last\:border-t-4:last-child { - border-top-width: 4px; - } - - .xxl\:last\:border-r-4:last-child { - border-right-width: 4px; - } - - .xxl\:last\:border-b-4:last-child { - border-bottom-width: 4px; - } - - .xxl\:last\:border-l-4:last-child { - border-left-width: 4px; - } - - .xxl\:last\:border-t-8:last-child { - border-top-width: 8px; - } - - .xxl\:last\:border-r-8:last-child { - border-right-width: 8px; - } - - .xxl\:last\:border-b-8:last-child { - border-bottom-width: 8px; - } - - .xxl\:last\:border-l-8:last-child { - border-left-width: 8px; - } - - .xxl\:last\:border-t:last-child { - border-top-width: 1px; - } - - .xxl\:last\:border-r:last-child { - border-right-width: 1px; - } - - .xxl\:last\:border-b:last-child { - border-bottom-width: 1px; - } - - .xxl\:last\:border-l:last-child { - border-left-width: 1px; - } - - .xxl\:hover\:border-0:hover { - border-width: 0px; - } - - .xxl\:hover\:border-2:hover { - border-width: 2px; - } - - .xxl\:hover\:border-3:hover { - border-width: 3px; - } - - .xxl\:hover\:border-4:hover { - border-width: 4px; - } - - .xxl\:hover\:border-8:hover { - border-width: 8px; - } - - .xxl\:hover\:border:hover { - border-width: 1px; - } - - .xxl\:hover\:border-t-0:hover { - border-top-width: 0px; - } - - .xxl\:hover\:border-r-0:hover { - border-right-width: 0px; - } - - .xxl\:hover\:border-b-0:hover { - border-bottom-width: 0px; - } - - .xxl\:hover\:border-l-0:hover { - border-left-width: 0px; - } - - .xxl\:hover\:border-t-2:hover { - border-top-width: 2px; - } - - .xxl\:hover\:border-r-2:hover { - border-right-width: 2px; - } - - .xxl\:hover\:border-b-2:hover { - border-bottom-width: 2px; - } - - .xxl\:hover\:border-l-2:hover { - border-left-width: 2px; - } - - .xxl\:hover\:border-t-3:hover { - border-top-width: 3px; - } - - .xxl\:hover\:border-r-3:hover { - border-right-width: 3px; - } - - .xxl\:hover\:border-b-3:hover { - border-bottom-width: 3px; - } - - .xxl\:hover\:border-l-3:hover { - border-left-width: 3px; - } - - .xxl\:hover\:border-t-4:hover { - border-top-width: 4px; - } - - .xxl\:hover\:border-r-4:hover { - border-right-width: 4px; - } - - .xxl\:hover\:border-b-4:hover { - border-bottom-width: 4px; - } - - .xxl\:hover\:border-l-4:hover { - border-left-width: 4px; - } - - .xxl\:hover\:border-t-8:hover { - border-top-width: 8px; - } - - .xxl\:hover\:border-r-8:hover { - border-right-width: 8px; - } - - .xxl\:hover\:border-b-8:hover { - border-bottom-width: 8px; - } - - .xxl\:hover\:border-l-8:hover { - border-left-width: 8px; - } - - .xxl\:hover\:border-t:hover { - border-top-width: 1px; - } - - .xxl\:hover\:border-r:hover { - border-right-width: 1px; - } - - .xxl\:hover\:border-b:hover { - border-bottom-width: 1px; - } - - .xxl\:hover\:border-l:hover { - border-left-width: 1px; - } - - .xxl\:focus\:border-0:focus { - border-width: 0px; - } - - .xxl\:focus\:border-2:focus { - border-width: 2px; - } - - .xxl\:focus\:border-3:focus { - border-width: 3px; - } - - .xxl\:focus\:border-4:focus { - border-width: 4px; - } - - .xxl\:focus\:border-8:focus { - border-width: 8px; - } - - .xxl\:focus\:border:focus { - border-width: 1px; - } - - .xxl\:focus\:border-t-0:focus { - border-top-width: 0px; - } - - .xxl\:focus\:border-r-0:focus { - border-right-width: 0px; - } - - .xxl\:focus\:border-b-0:focus { - border-bottom-width: 0px; - } - - .xxl\:focus\:border-l-0:focus { - border-left-width: 0px; - } - - .xxl\:focus\:border-t-2:focus { - border-top-width: 2px; - } - - .xxl\:focus\:border-r-2:focus { - border-right-width: 2px; - } - - .xxl\:focus\:border-b-2:focus { - border-bottom-width: 2px; - } - - .xxl\:focus\:border-l-2:focus { - border-left-width: 2px; - } - - .xxl\:focus\:border-t-3:focus { - border-top-width: 3px; - } - - .xxl\:focus\:border-r-3:focus { - border-right-width: 3px; - } - - .xxl\:focus\:border-b-3:focus { - border-bottom-width: 3px; - } - - .xxl\:focus\:border-l-3:focus { - border-left-width: 3px; - } - - .xxl\:focus\:border-t-4:focus { - border-top-width: 4px; - } - - .xxl\:focus\:border-r-4:focus { - border-right-width: 4px; - } - - .xxl\:focus\:border-b-4:focus { - border-bottom-width: 4px; - } - - .xxl\:focus\:border-l-4:focus { - border-left-width: 4px; - } - - .xxl\:focus\:border-t-8:focus { - border-top-width: 8px; - } - - .xxl\:focus\:border-r-8:focus { - border-right-width: 8px; - } - - .xxl\:focus\:border-b-8:focus { - border-bottom-width: 8px; - } - - .xxl\:focus\:border-l-8:focus { - border-left-width: 8px; - } - - .xxl\:focus\:border-t:focus { - border-top-width: 1px; - } - - .xxl\:focus\:border-r:focus { - border-right-width: 1px; - } - - .xxl\:focus\:border-b:focus { - border-bottom-width: 1px; - } - - .xxl\:focus\:border-l:focus { - border-left-width: 1px; - } - - .xxl\:box-border { - box-sizing: border-box; - } - - .xxl\:box-content { - box-sizing: content-box; - } - - .xxl\:cursor-auto { - cursor: auto; - } - - .xxl\:cursor-default { - cursor: default; - } - - .xxl\:cursor-pointer { - cursor: pointer; - } - - .xxl\:cursor-wait { - cursor: wait; - } - - .xxl\:cursor-text { - cursor: text; - } - - .xxl\:cursor-move { - cursor: move; - } - - .xxl\:cursor-not-allowed { - cursor: not-allowed; - } - - .xxl\:block { - display: block; - } - - .xxl\:inline-block { - display: inline-block; - } - - .xxl\:inline { - display: inline; - } - - .xxl\:flex { - display: flex; - } - - .xxl\:inline-flex { - display: inline-flex; - } - - .xxl\:table { - display: table; - } - - .xxl\:table-caption { - display: table-caption; - } - - .xxl\:table-cell { - display: table-cell; - } - - .xxl\:table-column { - display: table-column; - } - - .xxl\:table-column-group { - display: table-column-group; - } - - .xxl\:table-footer-group { - display: table-footer-group; - } - - .xxl\:table-header-group { - display: table-header-group; - } - - .xxl\:table-row-group { - display: table-row-group; - } - - .xxl\:table-row { - display: table-row; - } - - .xxl\:flow-root { - display: flow-root; - } - - .xxl\:grid { - display: grid; - } - - .xxl\:inline-grid { - display: inline-grid; - } - - .xxl\:contents { - display: contents; - } - - .xxl\:hidden { - display: none; - } - - .xxl\:flex-row { - flex-direction: row; - } - - .xxl\:flex-row-reverse { - flex-direction: row-reverse; - } - - .xxl\:flex-col { - flex-direction: column; - } - - .xxl\:flex-col-reverse { - flex-direction: column-reverse; - } - - .xxl\:flex-wrap { - flex-wrap: wrap; - } - - .xxl\:flex-wrap-reverse { - flex-wrap: wrap-reverse; - } - - .xxl\:flex-nowrap { - flex-wrap: nowrap; - } - - .xxl\:place-items-auto { - place-items: auto; - } - - .xxl\:place-items-start { - place-items: start; - } - - .xxl\:place-items-end { - place-items: end; - } - - .xxl\:place-items-center { - place-items: center; - } - - .xxl\:place-items-stretch { - place-items: stretch; - } - - .xxl\:place-content-center { - place-content: center; - } - - .xxl\:place-content-start { - place-content: start; - } - - .xxl\:place-content-end { - place-content: end; - } - - .xxl\:place-content-between { - place-content: space-between; - } - - .xxl\:place-content-around { - place-content: space-around; - } - - .xxl\:place-content-evenly { - place-content: space-evenly; - } - - .xxl\:place-content-stretch { - place-content: stretch; - } - - .xxl\:place-self-auto { - place-self: auto; - } - - .xxl\:place-self-start { - place-self: start; - } - - .xxl\:place-self-end { - place-self: end; - } - - .xxl\:place-self-center { - place-self: center; - } - - .xxl\:place-self-stretch { - place-self: stretch; - } - - .xxl\:items-start { - align-items: flex-start; - } - - .xxl\:items-end { - align-items: flex-end; - } - - .xxl\:items-center { - align-items: center; - } - - .xxl\:items-baseline { - align-items: baseline; - } - - .xxl\:items-stretch { - align-items: stretch; - } - - .xxl\:content-center { - align-content: center; - } - - .xxl\:content-start { - align-content: flex-start; - } - - .xxl\:content-end { - align-content: flex-end; - } - - .xxl\:content-between { - align-content: space-between; - } - - .xxl\:content-around { - align-content: space-around; - } - - .xxl\:content-evenly { - align-content: space-evenly; - } - - .xxl\:self-auto { - align-self: auto; - } - - .xxl\:self-start { - align-self: flex-start; - } - - .xxl\:self-end { - align-self: flex-end; - } - - .xxl\:self-center { - align-self: center; - } - - .xxl\:self-stretch { - align-self: stretch; - } - - .xxl\:justify-items-auto { - justify-items: auto; - } - - .xxl\:justify-items-start { - justify-items: start; - } - - .xxl\:justify-items-end { - justify-items: end; - } - - .xxl\:justify-items-center { - justify-items: center; - } - - .xxl\:justify-items-stretch { - justify-items: stretch; - } - - .xxl\:justify-start { - justify-content: flex-start; - } - - .xxl\:justify-end { - justify-content: flex-end; - } - - .xxl\:justify-center { - justify-content: center; - } - - .xxl\:justify-between { - justify-content: space-between; - } - - .xxl\:justify-around { - justify-content: space-around; - } - - .xxl\:justify-evenly { - justify-content: space-evenly; - } - - .xxl\:justify-self-auto { - justify-self: auto; - } - - .xxl\:justify-self-start { - justify-self: start; - } - - .xxl\:justify-self-end { - justify-self: end; - } - - .xxl\:justify-self-center { - justify-self: center; - } - - .xxl\:justify-self-stretch { - justify-self: stretch; - } - - .xxl\:flex-1 { - flex: 1 1 0%; - } - - .xxl\:flex-auto { - flex: 1 1 auto; - } - - .xxl\:flex-initial { - flex: 0 1 auto; - } - - .xxl\:flex-none { - flex: none; - } - - .xxl\:flex-grow-0 { - flex-grow: 0; - } - - .xxl\:flex-grow { - flex-grow: 1; - } - - .xxl\:flex-shrink-0 { - flex-shrink: 0; - } - - .xxl\:flex-shrink { - flex-shrink: 1; - } - - .xxl\:order-1 { - order: 1; - } - - .xxl\:order-2 { - order: 2; - } - - .xxl\:order-3 { - order: 3; - } - - .xxl\:order-4 { - order: 4; - } - - .xxl\:order-5 { - order: 5; - } - - .xxl\:order-6 { - order: 6; - } - - .xxl\:order-7 { - order: 7; - } - - .xxl\:order-8 { - order: 8; - } - - .xxl\:order-9 { - order: 9; - } - - .xxl\:order-10 { - order: 10; - } - - .xxl\:order-11 { - order: 11; - } - - .xxl\:order-12 { - order: 12; - } - - .xxl\:order-first { - order: -9999; - } - - .xxl\:order-last { - order: 9999; - } - - .xxl\:order-none { - order: 0; - } - - .xxl\:float-right { - float: right; - } - - .xxl\:float-left { - float: left; - } - - .xxl\:float-none { - float: none; - } - - .xxl\:clear-left { - clear: left; - } - - .xxl\:clear-right { - clear: right; - } - - .xxl\:clear-both { - clear: both; - } - - .xxl\:clear-none { - clear: none; - } - - .xxl\:font-sans { - 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"; - } - - .xxl\:font-serif { - font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; - } - - .xxl\:font-mono { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - } - - .xxl\:font-base { - font-family: Poppins, sans-serif; - } - - .xxl\:font-thin { - font-weight: 100; - } - - .xxl\:font-extralight { - font-weight: 200; - } - - .xxl\:font-light { - font-weight: 300; - } - - .xxl\:font-normal { - font-weight: 400; - } - - .xxl\:font-medium { - font-weight: 500; - } - - .xxl\:font-semibold { - font-weight: 600; - } - - .xxl\:font-bold { - font-weight: 700; - } - - .xxl\:font-extrabold { - font-weight: 800; - } - - .xxl\:font-black { - font-weight: 900; - } - - .xxl\:h-0 { - height: 0px; - } - - .xxl\:h-1 { - height: 0.25rem; - } - - .xxl\:h-2 { - height: 0.5rem; - } - - .xxl\:h-3 { - height: 0.75rem; - } - - .xxl\:h-4 { - height: 1rem; - } - - .xxl\:h-5 { - height: 1.25rem; - } - - .xxl\:h-6 { - height: 1.5rem; - } - - .xxl\:h-7 { - height: 1.75rem; - } - - .xxl\:h-8 { - height: 2rem; - } - - .xxl\:h-9 { - height: 2.25rem; - } - - .xxl\:h-10 { - height: 2.5rem; - } - - .xxl\:h-11 { - height: 2.75rem; - } - - .xxl\:h-12 { - height: 3rem; - } - - .xxl\:h-14 { - height: 3.5rem; - } - - .xxl\:h-16 { - height: 4rem; - } - - .xxl\:h-20 { - height: 5rem; - } - - .xxl\:h-22 { - height: 5.625rem; - } - - .xxl\:h-24 { - height: 6rem; - } - - .xxl\:h-28 { - height: 7rem; - } - - .xxl\:h-32 { - height: 8rem; - } - - .xxl\:h-36 { - height: 9rem; - } - - .xxl\:h-40 { - height: 10rem; - } - - .xxl\:h-44 { - height: 11rem; - } - - .xxl\:h-48 { - height: 12rem; - } - - .xxl\:h-52 { - height: 13rem; - } - - .xxl\:h-56 { - height: 14rem; - } - - .xxl\:h-60 { - height: 240px; - } - - .xxl\:h-64 { - height: 16rem; - } - - .xxl\:h-72 { - height: 18rem; - } - - .xxl\:h-80 { - height: 20rem; - } - - .xxl\:h-88 { - height: 22rem; - } - - .xxl\:h-96 { - height: 24rem; - } - - .xxl\:h-130 { - height: 560px; - } - - .xxl\:h-auto { - height: auto; - } - - .xxl\:h-px { - height: 1px; - } - - .xxl\:h-0\.5 { - height: 0.125rem; - } - - .xxl\:h-1\.5 { - height: 0.375rem; - } - - .xxl\:h-2\.5 { - height: 0.625rem; - } - - .xxl\:h-3\.5 { - height: 0.875rem; - } - - .xxl\:h-1\/2 { - height: 50%; - } - - .xxl\:h-1\/3 { - height: 33.333333%; - } - - .xxl\:h-2\/3 { - height: 66.666667%; - } - - .xxl\:h-1\/4 { - height: 25%; - } - - .xxl\:h-2\/4 { - height: 50%; - } - - .xxl\:h-3\/4 { - height: 75%; - } - - .xxl\:h-1\/5 { - height: 20%; - } - - .xxl\:h-2\/5 { - height: 40%; - } - - .xxl\:h-3\/5 { - height: 60%; - } - - .xxl\:h-4\/5 { - height: 80%; - } - - .xxl\:h-1\/6 { - height: 16.666667%; - } - - .xxl\:h-2\/6 { - height: 33.333333%; - } - - .xxl\:h-3\/6 { - height: 50%; - } - - .xxl\:h-4\/6 { - height: 66.666667%; - } - - .xxl\:h-5\/6 { - height: 83.333333%; - } - - .xxl\:h-full { - height: 100%; - } - - .xxl\:h-screen { - height: 100vh; - } - - .xxl\:text-xs { - font-size: 0.75rem; - line-height: 1rem; - } - - .xxl\:text-sm { - font-size: 0.875rem; - line-height: 1.25rem; - } - - .xxl\:text-base { - font-size: 1rem; - line-height: 1.5rem; - } - - .xxl\:text-lg { - font-size: 1.125rem; - line-height: 1.75rem; - } - - .xxl\:text-xl { - font-size: 1.25rem; - line-height: 1.75rem; - } - - .xxl\:text-2xl { - font-size: 1.5rem; - line-height: 2rem; - } - - .xxl\:text-3xl { - font-size: 1.875rem; - line-height: 2.25rem; - } - - .xxl\:text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; - } - - .xxl\:text-5xl { - font-size: 3rem; - line-height: 1; - } - - .xxl\:text-6xl { - font-size: 3.75rem; - line-height: 1; - } - - .xxl\:text-7xl { - font-size: 4.5rem; - line-height: 1; - } - - .xxl\:text-8xl { - font-size: 6rem; - line-height: 1; - } - - .xxl\:text-9xl { - font-size: 8rem; - line-height: 1; - } - - .xxl\:leading-3 { - line-height: .75rem; - } - - .xxl\:leading-4 { - line-height: 1rem; - } - - .xxl\:leading-5 { - line-height: 1.25rem; - } - - .xxl\:leading-6 { - line-height: 1.5rem; - } - - .xxl\:leading-7 { - line-height: 1.75rem; - } - - .xxl\:leading-8 { - line-height: 2rem; - } - - .xxl\:leading-9 { - line-height: 2.25rem; - } - - .xxl\:leading-10 { - line-height: 2.5rem; - } - - .xxl\:leading-none { - line-height: 1; - } - - .xxl\:leading-tight { - line-height: 1.25; - } - - .xxl\:leading-snug { - line-height: 1.375; - } - - .xxl\:leading-normal { - line-height: 1.5; - } - - .xxl\:leading-relaxed { - line-height: 1.625; - } - - .xxl\:leading-loose { - line-height: 2; - } - - .xxl\:list-inside { - list-style-position: inside; - } - - .xxl\:list-outside { - list-style-position: outside; - } - - .xxl\:list-none { - list-style-type: none; - } - - .xxl\:list-disc { - list-style-type: disc; - } - - .xxl\:list-decimal { - list-style-type: decimal; - } - - .xxl\:m-0 { - margin: 0px; - } - - .xxl\:m-1 { - margin: 0.25rem; - } - - .xxl\:m-2 { - margin: 0.5rem; - } - - .xxl\:m-3 { - margin: 0.75rem; - } - - .xxl\:m-4 { - margin: 1rem; - } - - .xxl\:m-5 { - margin: 1.25rem; - } - - .xxl\:m-6 { - margin: 1.5rem; - } - - .xxl\:m-7 { - margin: 1.75rem; - } - - .xxl\:m-8 { - margin: 2rem; - } - - .xxl\:m-9 { - margin: 2.25rem; - } - - .xxl\:m-10 { - margin: 2.5rem; - } - - .xxl\:m-11 { - margin: 2.75rem; - } - - .xxl\:m-12 { - margin: 3rem; - } - - .xxl\:m-14 { - margin: 3.5rem; - } - - .xxl\:m-16 { - margin: 4rem; - } - - .xxl\:m-20 { - margin: 5rem; - } - - .xxl\:m-22 { - margin: 5.625rem; - } - - .xxl\:m-24 { - margin: 6rem; - } - - .xxl\:m-28 { - margin: 7rem; - } - - .xxl\:m-32 { - margin: 8rem; - } - - .xxl\:m-36 { - margin: 9rem; - } - - .xxl\:m-40 { - margin: 10rem; - } - - .xxl\:m-44 { - margin: 11rem; - } - - .xxl\:m-48 { - margin: 12rem; - } - - .xxl\:m-52 { - margin: 13rem; - } - - .xxl\:m-56 { - margin: 14rem; - } - - .xxl\:m-60 { - margin: 240px; - } - - .xxl\:m-64 { - margin: 16rem; - } - - .xxl\:m-72 { - margin: 18rem; - } - - .xxl\:m-80 { - margin: 20rem; - } - - .xxl\:m-88 { - margin: 22rem; - } - - .xxl\:m-96 { - margin: 24rem; - } - - .xxl\:m-130 { - margin: 560px; - } - - .xxl\:m-auto { - margin: auto; - } - - .xxl\:m-px { - margin: 1px; - } - - .xxl\:m-0\.5 { - margin: 0.125rem; - } - - .xxl\:m-1\.5 { - margin: 0.375rem; - } - - .xxl\:m-2\.5 { - margin: 0.625rem; - } - - .xxl\:m-3\.5 { - margin: 0.875rem; - } - - .xxl\:-m-0 { - margin: 0px; - } - - .xxl\:-m-1 { - margin: -0.25rem; - } - - .xxl\:-m-2 { - margin: -0.5rem; - } - - .xxl\:-m-3 { - margin: -0.75rem; - } - - .xxl\:-m-4 { - margin: -1rem; - } - - .xxl\:-m-5 { - margin: -1.25rem; - } - - .xxl\:-m-6 { - margin: -1.5rem; - } - - .xxl\:-m-7 { - margin: -1.75rem; - } - - .xxl\:-m-8 { - margin: -2rem; - } - - .xxl\:-m-9 { - margin: -2.25rem; - } - - .xxl\:-m-10 { - margin: -2.5rem; - } - - .xxl\:-m-11 { - margin: -2.75rem; - } - - .xxl\:-m-12 { - margin: -3rem; - } - - .xxl\:-m-14 { - margin: -3.5rem; - } - - .xxl\:-m-16 { - margin: -4rem; - } - - .xxl\:-m-20 { - margin: -5rem; - } - - .xxl\:-m-22 { - margin: -5.625rem; - } - - .xxl\:-m-24 { - margin: -6rem; - } - - .xxl\:-m-28 { - margin: -7rem; - } - - .xxl\:-m-32 { - margin: -8rem; - } - - .xxl\:-m-36 { - margin: -9rem; - } - - .xxl\:-m-40 { - margin: -10rem; - } - - .xxl\:-m-44 { - margin: -11rem; - } - - .xxl\:-m-48 { - margin: -12rem; - } - - .xxl\:-m-52 { - margin: -13rem; - } - - .xxl\:-m-56 { - margin: -14rem; - } - - .xxl\:-m-60 { - margin: -240px; - } - - .xxl\:-m-64 { - margin: -16rem; - } - - .xxl\:-m-72 { - margin: -18rem; - } - - .xxl\:-m-80 { - margin: -20rem; - } - - .xxl\:-m-88 { - margin: -22rem; - } - - .xxl\:-m-96 { - margin: -24rem; - } - - .xxl\:-m-130 { - margin: -560px; - } - - .xxl\:-m-px { - margin: -1px; - } - - .xxl\:-m-0\.5 { - margin: -0.125rem; - } - - .xxl\:-m-1\.5 { - margin: -0.375rem; - } - - .xxl\:-m-2\.5 { - margin: -0.625rem; - } - - .xxl\:-m-3\.5 { - margin: -0.875rem; - } - - .xxl\:my-0 { - margin-top: 0px; - margin-bottom: 0px; - } - - .xxl\:mx-0 { - margin-left: 0px; - margin-right: 0px; - } - - .xxl\:my-1 { - margin-top: 0.25rem; - margin-bottom: 0.25rem; - } - - .xxl\:mx-1 { - margin-left: 0.25rem; - margin-right: 0.25rem; - } - - .xxl\:my-2 { - margin-top: 0.5rem; - margin-bottom: 0.5rem; - } - - .xxl\:mx-2 { - margin-left: 0.5rem; - margin-right: 0.5rem; - } - - .xxl\:my-3 { - margin-top: 0.75rem; - margin-bottom: 0.75rem; - } - - .xxl\:mx-3 { - margin-left: 0.75rem; - margin-right: 0.75rem; - } - - .xxl\:my-4 { - margin-top: 1rem; - margin-bottom: 1rem; - } - - .xxl\:mx-4 { - margin-left: 1rem; - margin-right: 1rem; - } - - .xxl\:my-5 { - margin-top: 1.25rem; - margin-bottom: 1.25rem; - } - - .xxl\:mx-5 { - margin-left: 1.25rem; - margin-right: 1.25rem; - } - - .xxl\:my-6 { - margin-top: 1.5rem; - margin-bottom: 1.5rem; - } - - .xxl\:mx-6 { - margin-left: 1.5rem; - margin-right: 1.5rem; - } - - .xxl\:my-7 { - margin-top: 1.75rem; - margin-bottom: 1.75rem; - } - - .xxl\:mx-7 { - margin-left: 1.75rem; - margin-right: 1.75rem; - } - - .xxl\:my-8 { - margin-top: 2rem; - margin-bottom: 2rem; - } - - .xxl\:mx-8 { - margin-left: 2rem; - margin-right: 2rem; - } - - .xxl\:my-9 { - margin-top: 2.25rem; - margin-bottom: 2.25rem; - } - - .xxl\:mx-9 { - margin-left: 2.25rem; - margin-right: 2.25rem; - } - - .xxl\:my-10 { - margin-top: 2.5rem; - margin-bottom: 2.5rem; - } - - .xxl\:mx-10 { - margin-left: 2.5rem; - margin-right: 2.5rem; - } - - .xxl\:my-11 { - margin-top: 2.75rem; - margin-bottom: 2.75rem; - } - - .xxl\:mx-11 { - margin-left: 2.75rem; - margin-right: 2.75rem; - } - - .xxl\:my-12 { - margin-top: 3rem; - margin-bottom: 3rem; - } - - .xxl\:mx-12 { - margin-left: 3rem; - margin-right: 3rem; - } - - .xxl\:my-14 { - margin-top: 3.5rem; - margin-bottom: 3.5rem; - } - - .xxl\:mx-14 { - margin-left: 3.5rem; - margin-right: 3.5rem; - } - - .xxl\:my-16 { - margin-top: 4rem; - margin-bottom: 4rem; - } - - .xxl\:mx-16 { - margin-left: 4rem; - margin-right: 4rem; - } - - .xxl\:my-20 { - margin-top: 5rem; - margin-bottom: 5rem; - } - - .xxl\:mx-20 { - margin-left: 5rem; - margin-right: 5rem; - } - - .xxl\:my-22 { - margin-top: 5.625rem; - margin-bottom: 5.625rem; - } - - .xxl\:mx-22 { - margin-left: 5.625rem; - margin-right: 5.625rem; - } - - .xxl\:my-24 { - margin-top: 6rem; - margin-bottom: 6rem; - } - - .xxl\:mx-24 { - margin-left: 6rem; - margin-right: 6rem; - } - - .xxl\:my-28 { - margin-top: 7rem; - margin-bottom: 7rem; - } - - .xxl\:mx-28 { - margin-left: 7rem; - margin-right: 7rem; - } - - .xxl\:my-32 { - margin-top: 8rem; - margin-bottom: 8rem; - } - - .xxl\:mx-32 { - margin-left: 8rem; - margin-right: 8rem; - } - - .xxl\:my-36 { - margin-top: 9rem; - margin-bottom: 9rem; - } - - .xxl\:mx-36 { - margin-left: 9rem; - margin-right: 9rem; - } - - .xxl\:my-40 { - margin-top: 10rem; - margin-bottom: 10rem; - } - - .xxl\:mx-40 { - margin-left: 10rem; - margin-right: 10rem; - } - - .xxl\:my-44 { - margin-top: 11rem; - margin-bottom: 11rem; - } - - .xxl\:mx-44 { - margin-left: 11rem; - margin-right: 11rem; - } - - .xxl\:my-48 { - margin-top: 12rem; - margin-bottom: 12rem; - } - - .xxl\:mx-48 { - margin-left: 12rem; - margin-right: 12rem; - } - - .xxl\:my-52 { - margin-top: 13rem; - margin-bottom: 13rem; - } - - .xxl\:mx-52 { - margin-left: 13rem; - margin-right: 13rem; - } - - .xxl\:my-56 { - margin-top: 14rem; - margin-bottom: 14rem; - } - - .xxl\:mx-56 { - margin-left: 14rem; - margin-right: 14rem; - } - - .xxl\:my-60 { - margin-top: 240px; - margin-bottom: 240px; - } - - .xxl\:mx-60 { - margin-left: 240px; - margin-right: 240px; - } - - .xxl\:my-64 { - margin-top: 16rem; - margin-bottom: 16rem; - } - - .xxl\:mx-64 { - margin-left: 16rem; - margin-right: 16rem; - } - - .xxl\:my-72 { - margin-top: 18rem; - margin-bottom: 18rem; - } - - .xxl\:mx-72 { - margin-left: 18rem; - margin-right: 18rem; - } - - .xxl\:my-80 { - margin-top: 20rem; - margin-bottom: 20rem; - } - - .xxl\:mx-80 { - margin-left: 20rem; - margin-right: 20rem; - } - - .xxl\:my-88 { - margin-top: 22rem; - margin-bottom: 22rem; - } - - .xxl\:mx-88 { - margin-left: 22rem; - margin-right: 22rem; - } - - .xxl\:my-96 { - margin-top: 24rem; - margin-bottom: 24rem; - } - - .xxl\:mx-96 { - margin-left: 24rem; - margin-right: 24rem; - } - - .xxl\:my-130 { - margin-top: 560px; - margin-bottom: 560px; - } - - .xxl\:mx-130 { - margin-left: 560px; - margin-right: 560px; - } - - .xxl\:my-auto { - margin-top: auto; - margin-bottom: auto; - } - - .xxl\:mx-auto { - margin-left: auto; - margin-right: auto; - } - - .xxl\:my-px { - margin-top: 1px; - margin-bottom: 1px; - } - - .xxl\:mx-px { - margin-left: 1px; - margin-right: 1px; - } - - .xxl\:my-0\.5 { - margin-top: 0.125rem; - margin-bottom: 0.125rem; - } - - .xxl\:mx-0\.5 { - margin-left: 0.125rem; - margin-right: 0.125rem; - } - - .xxl\:my-1\.5 { - margin-top: 0.375rem; - margin-bottom: 0.375rem; - } - - .xxl\:mx-1\.5 { - margin-left: 0.375rem; - margin-right: 0.375rem; - } - - .xxl\:my-2\.5 { - margin-top: 0.625rem; - margin-bottom: 0.625rem; - } - - .xxl\:mx-2\.5 { - margin-left: 0.625rem; - margin-right: 0.625rem; - } - - .xxl\:my-3\.5 { - margin-top: 0.875rem; - margin-bottom: 0.875rem; - } - - .xxl\:mx-3\.5 { - margin-left: 0.875rem; - margin-right: 0.875rem; - } - - .xxl\:-my-0 { - margin-top: 0px; - margin-bottom: 0px; - } - - .xxl\:-mx-0 { - margin-left: 0px; - margin-right: 0px; - } - - .xxl\:-my-1 { - margin-top: -0.25rem; - margin-bottom: -0.25rem; - } - - .xxl\:-mx-1 { - margin-left: -0.25rem; - margin-right: -0.25rem; - } - - .xxl\:-my-2 { - margin-top: -0.5rem; - margin-bottom: -0.5rem; - } - - .xxl\:-mx-2 { - margin-left: -0.5rem; - margin-right: -0.5rem; - } - - .xxl\:-my-3 { - margin-top: -0.75rem; - margin-bottom: -0.75rem; - } - - .xxl\:-mx-3 { - margin-left: -0.75rem; - margin-right: -0.75rem; - } - - .xxl\:-my-4 { - margin-top: -1rem; - margin-bottom: -1rem; - } - - .xxl\:-mx-4 { - margin-left: -1rem; - margin-right: -1rem; - } - - .xxl\:-my-5 { - margin-top: -1.25rem; - margin-bottom: -1.25rem; - } - - .xxl\:-mx-5 { - margin-left: -1.25rem; - margin-right: -1.25rem; - } - - .xxl\:-my-6 { - margin-top: -1.5rem; - margin-bottom: -1.5rem; - } - - .xxl\:-mx-6 { - margin-left: -1.5rem; - margin-right: -1.5rem; - } - - .xxl\:-my-7 { - margin-top: -1.75rem; - margin-bottom: -1.75rem; - } - - .xxl\:-mx-7 { - margin-left: -1.75rem; - margin-right: -1.75rem; - } - - .xxl\:-my-8 { - margin-top: -2rem; - margin-bottom: -2rem; - } - - .xxl\:-mx-8 { - margin-left: -2rem; - margin-right: -2rem; - } - - .xxl\:-my-9 { - margin-top: -2.25rem; - margin-bottom: -2.25rem; - } - - .xxl\:-mx-9 { - margin-left: -2.25rem; - margin-right: -2.25rem; - } - - .xxl\:-my-10 { - margin-top: -2.5rem; - margin-bottom: -2.5rem; - } - - .xxl\:-mx-10 { - margin-left: -2.5rem; - margin-right: -2.5rem; - } - - .xxl\:-my-11 { - margin-top: -2.75rem; - margin-bottom: -2.75rem; - } - - .xxl\:-mx-11 { - margin-left: -2.75rem; - margin-right: -2.75rem; - } - - .xxl\:-my-12 { - margin-top: -3rem; - margin-bottom: -3rem; - } - - .xxl\:-mx-12 { - margin-left: -3rem; - margin-right: -3rem; - } - - .xxl\:-my-14 { - margin-top: -3.5rem; - margin-bottom: -3.5rem; - } - - .xxl\:-mx-14 { - margin-left: -3.5rem; - margin-right: -3.5rem; - } - - .xxl\:-my-16 { - margin-top: -4rem; - margin-bottom: -4rem; - } - - .xxl\:-mx-16 { - margin-left: -4rem; - margin-right: -4rem; - } - - .xxl\:-my-20 { - margin-top: -5rem; - margin-bottom: -5rem; - } - - .xxl\:-mx-20 { - margin-left: -5rem; - margin-right: -5rem; - } - - .xxl\:-my-22 { - margin-top: -5.625rem; - margin-bottom: -5.625rem; - } - - .xxl\:-mx-22 { - margin-left: -5.625rem; - margin-right: -5.625rem; - } - - .xxl\:-my-24 { - margin-top: -6rem; - margin-bottom: -6rem; - } - - .xxl\:-mx-24 { - margin-left: -6rem; - margin-right: -6rem; - } - - .xxl\:-my-28 { - margin-top: -7rem; - margin-bottom: -7rem; - } - - .xxl\:-mx-28 { - margin-left: -7rem; - margin-right: -7rem; - } - - .xxl\:-my-32 { - margin-top: -8rem; - margin-bottom: -8rem; - } - - .xxl\:-mx-32 { - margin-left: -8rem; - margin-right: -8rem; - } - - .xxl\:-my-36 { - margin-top: -9rem; - margin-bottom: -9rem; - } - - .xxl\:-mx-36 { - margin-left: -9rem; - margin-right: -9rem; - } - - .xxl\:-my-40 { - margin-top: -10rem; - margin-bottom: -10rem; - } - - .xxl\:-mx-40 { - margin-left: -10rem; - margin-right: -10rem; - } - - .xxl\:-my-44 { - margin-top: -11rem; - margin-bottom: -11rem; - } - - .xxl\:-mx-44 { - margin-left: -11rem; - margin-right: -11rem; - } - - .xxl\:-my-48 { - margin-top: -12rem; - margin-bottom: -12rem; - } - - .xxl\:-mx-48 { - margin-left: -12rem; - margin-right: -12rem; - } - - .xxl\:-my-52 { - margin-top: -13rem; - margin-bottom: -13rem; - } - - .xxl\:-mx-52 { - margin-left: -13rem; - margin-right: -13rem; - } - - .xxl\:-my-56 { - margin-top: -14rem; - margin-bottom: -14rem; - } - - .xxl\:-mx-56 { - margin-left: -14rem; - margin-right: -14rem; - } - - .xxl\:-my-60 { - margin-top: -240px; - margin-bottom: -240px; - } - - .xxl\:-mx-60 { - margin-left: -240px; - margin-right: -240px; - } - - .xxl\:-my-64 { - margin-top: -16rem; - margin-bottom: -16rem; - } - - .xxl\:-mx-64 { - margin-left: -16rem; - margin-right: -16rem; - } - - .xxl\:-my-72 { - margin-top: -18rem; - margin-bottom: -18rem; - } - - .xxl\:-mx-72 { - margin-left: -18rem; - margin-right: -18rem; - } - - .xxl\:-my-80 { - margin-top: -20rem; - margin-bottom: -20rem; - } - - .xxl\:-mx-80 { - margin-left: -20rem; - margin-right: -20rem; - } - - .xxl\:-my-88 { - margin-top: -22rem; - margin-bottom: -22rem; - } - - .xxl\:-mx-88 { - margin-left: -22rem; - margin-right: -22rem; - } - - .xxl\:-my-96 { - margin-top: -24rem; - margin-bottom: -24rem; - } - - .xxl\:-mx-96 { - margin-left: -24rem; - margin-right: -24rem; - } - - .xxl\:-my-130 { - margin-top: -560px; - margin-bottom: -560px; - } - - .xxl\:-mx-130 { - margin-left: -560px; - margin-right: -560px; - } - - .xxl\:-my-px { - margin-top: -1px; - margin-bottom: -1px; - } - - .xxl\:-mx-px { - margin-left: -1px; - margin-right: -1px; - } - - .xxl\:-my-0\.5 { - margin-top: -0.125rem; - margin-bottom: -0.125rem; - } - - .xxl\:-mx-0\.5 { - margin-left: -0.125rem; - margin-right: -0.125rem; - } - - .xxl\:-my-1\.5 { - margin-top: -0.375rem; - margin-bottom: -0.375rem; - } - - .xxl\:-mx-1\.5 { - margin-left: -0.375rem; - margin-right: -0.375rem; - } - - .xxl\:-my-2\.5 { - margin-top: -0.625rem; - margin-bottom: -0.625rem; - } - - .xxl\:-mx-2\.5 { - margin-left: -0.625rem; - margin-right: -0.625rem; - } - - .xxl\:-my-3\.5 { - margin-top: -0.875rem; - margin-bottom: -0.875rem; - } - - .xxl\:-mx-3\.5 { - margin-left: -0.875rem; - margin-right: -0.875rem; - } - - .xxl\:mt-0 { - margin-top: 0px; - } - - .xxl\:mr-0 { - margin-right: 0px; - } - - .xxl\:mb-0 { - margin-bottom: 0px; - } - - .xxl\:ml-0 { - margin-left: 0px; - } - - .xxl\:mt-1 { - margin-top: 0.25rem; - } - - .xxl\:mr-1 { - margin-right: 0.25rem; - } - - .xxl\:mb-1 { - margin-bottom: 0.25rem; - } - - .xxl\:ml-1 { - margin-left: 0.25rem; - } - - .xxl\:mt-2 { - margin-top: 0.5rem; - } - - .xxl\:mr-2 { - margin-right: 0.5rem; - } - - .xxl\:mb-2 { - margin-bottom: 0.5rem; - } - - .xxl\:ml-2 { - margin-left: 0.5rem; - } - - .xxl\:mt-3 { - margin-top: 0.75rem; - } - - .xxl\:mr-3 { - margin-right: 0.75rem; - } - - .xxl\:mb-3 { - margin-bottom: 0.75rem; - } - - .xxl\:ml-3 { - margin-left: 0.75rem; - } - - .xxl\:mt-4 { - margin-top: 1rem; - } - - .xxl\:mr-4 { - margin-right: 1rem; - } - - .xxl\:mb-4 { - margin-bottom: 1rem; - } - - .xxl\:ml-4 { - margin-left: 1rem; - } - - .xxl\:mt-5 { - margin-top: 1.25rem; - } - - .xxl\:mr-5 { - margin-right: 1.25rem; - } - - .xxl\:mb-5 { - margin-bottom: 1.25rem; - } - - .xxl\:ml-5 { - margin-left: 1.25rem; - } - - .xxl\:mt-6 { - margin-top: 1.5rem; - } - - .xxl\:mr-6 { - margin-right: 1.5rem; - } - - .xxl\:mb-6 { - margin-bottom: 1.5rem; - } - - .xxl\:ml-6 { - margin-left: 1.5rem; - } - - .xxl\:mt-7 { - margin-top: 1.75rem; - } - - .xxl\:mr-7 { - margin-right: 1.75rem; - } - - .xxl\:mb-7 { - margin-bottom: 1.75rem; - } - - .xxl\:ml-7 { - margin-left: 1.75rem; - } - - .xxl\:mt-8 { - margin-top: 2rem; - } - - .xxl\:mr-8 { - margin-right: 2rem; - } - - .xxl\:mb-8 { - margin-bottom: 2rem; - } - - .xxl\:ml-8 { - margin-left: 2rem; - } - - .xxl\:mt-9 { - margin-top: 2.25rem; - } - - .xxl\:mr-9 { - margin-right: 2.25rem; - } - - .xxl\:mb-9 { - margin-bottom: 2.25rem; - } - - .xxl\:ml-9 { - margin-left: 2.25rem; - } - - .xxl\:mt-10 { - margin-top: 2.5rem; - } - - .xxl\:mr-10 { - margin-right: 2.5rem; - } - - .xxl\:mb-10 { - margin-bottom: 2.5rem; - } - - .xxl\:ml-10 { - margin-left: 2.5rem; - } - - .xxl\:mt-11 { - margin-top: 2.75rem; - } - - .xxl\:mr-11 { - margin-right: 2.75rem; - } - - .xxl\:mb-11 { - margin-bottom: 2.75rem; - } - - .xxl\:ml-11 { - margin-left: 2.75rem; - } - - .xxl\:mt-12 { - margin-top: 3rem; - } - - .xxl\:mr-12 { - margin-right: 3rem; - } - - .xxl\:mb-12 { - margin-bottom: 3rem; - } - - .xxl\:ml-12 { - margin-left: 3rem; - } - - .xxl\:mt-14 { - margin-top: 3.5rem; - } - - .xxl\:mr-14 { - margin-right: 3.5rem; - } - - .xxl\:mb-14 { - margin-bottom: 3.5rem; - } - - .xxl\:ml-14 { - margin-left: 3.5rem; - } - - .xxl\:mt-16 { - margin-top: 4rem; - } - - .xxl\:mr-16 { - margin-right: 4rem; - } - - .xxl\:mb-16 { - margin-bottom: 4rem; - } - - .xxl\:ml-16 { - margin-left: 4rem; - } - - .xxl\:mt-20 { - margin-top: 5rem; - } - - .xxl\:mr-20 { - margin-right: 5rem; - } - - .xxl\:mb-20 { - margin-bottom: 5rem; - } - - .xxl\:ml-20 { - margin-left: 5rem; - } - - .xxl\:mt-22 { - margin-top: 5.625rem; - } - - .xxl\:mr-22 { - margin-right: 5.625rem; - } - - .xxl\:mb-22 { - margin-bottom: 5.625rem; - } - - .xxl\:ml-22 { - margin-left: 5.625rem; - } - - .xxl\:mt-24 { - margin-top: 6rem; - } - - .xxl\:mr-24 { - margin-right: 6rem; - } - - .xxl\:mb-24 { - margin-bottom: 6rem; - } - - .xxl\:ml-24 { - margin-left: 6rem; - } - - .xxl\:mt-28 { - margin-top: 7rem; - } - - .xxl\:mr-28 { - margin-right: 7rem; - } - - .xxl\:mb-28 { - margin-bottom: 7rem; - } - - .xxl\:ml-28 { - margin-left: 7rem; - } - - .xxl\:mt-32 { - margin-top: 8rem; - } - - .xxl\:mr-32 { - margin-right: 8rem; - } - - .xxl\:mb-32 { - margin-bottom: 8rem; - } - - .xxl\:ml-32 { - margin-left: 8rem; - } - - .xxl\:mt-36 { - margin-top: 9rem; - } - - .xxl\:mr-36 { - margin-right: 9rem; - } - - .xxl\:mb-36 { - margin-bottom: 9rem; - } - - .xxl\:ml-36 { - margin-left: 9rem; - } - - .xxl\:mt-40 { - margin-top: 10rem; - } - - .xxl\:mr-40 { - margin-right: 10rem; - } - - .xxl\:mb-40 { - margin-bottom: 10rem; - } - - .xxl\:ml-40 { - margin-left: 10rem; - } - - .xxl\:mt-44 { - margin-top: 11rem; - } - - .xxl\:mr-44 { - margin-right: 11rem; - } - - .xxl\:mb-44 { - margin-bottom: 11rem; - } - - .xxl\:ml-44 { - margin-left: 11rem; - } - - .xxl\:mt-48 { - margin-top: 12rem; - } - - .xxl\:mr-48 { - margin-right: 12rem; - } - - .xxl\:mb-48 { - margin-bottom: 12rem; - } - - .xxl\:ml-48 { - margin-left: 12rem; - } - - .xxl\:mt-52 { - margin-top: 13rem; - } - - .xxl\:mr-52 { - margin-right: 13rem; - } - - .xxl\:mb-52 { - margin-bottom: 13rem; - } - - .xxl\:ml-52 { - margin-left: 13rem; - } - - .xxl\:mt-56 { - margin-top: 14rem; - } - - .xxl\:mr-56 { - margin-right: 14rem; - } - - .xxl\:mb-56 { - margin-bottom: 14rem; - } - - .xxl\:ml-56 { - margin-left: 14rem; - } - - .xxl\:mt-60 { - margin-top: 240px; - } - - .xxl\:mr-60 { - margin-right: 240px; - } - - .xxl\:mb-60 { - margin-bottom: 240px; - } - - .xxl\:ml-60 { - margin-left: 240px; - } - - .xxl\:mt-64 { - margin-top: 16rem; - } - - .xxl\:mr-64 { - margin-right: 16rem; - } - - .xxl\:mb-64 { - margin-bottom: 16rem; - } - - .xxl\:ml-64 { - margin-left: 16rem; - } - - .xxl\:mt-72 { - margin-top: 18rem; - } - - .xxl\:mr-72 { - margin-right: 18rem; - } - - .xxl\:mb-72 { - margin-bottom: 18rem; - } - - .xxl\:ml-72 { - margin-left: 18rem; - } - - .xxl\:mt-80 { - margin-top: 20rem; - } - - .xxl\:mr-80 { - margin-right: 20rem; - } - - .xxl\:mb-80 { - margin-bottom: 20rem; - } - - .xxl\:ml-80 { - margin-left: 20rem; - } - - .xxl\:mt-88 { - margin-top: 22rem; - } - - .xxl\:mr-88 { - margin-right: 22rem; - } - - .xxl\:mb-88 { - margin-bottom: 22rem; - } - - .xxl\:ml-88 { - margin-left: 22rem; - } - - .xxl\:mt-96 { - margin-top: 24rem; - } - - .xxl\:mr-96 { - margin-right: 24rem; - } - - .xxl\:mb-96 { - margin-bottom: 24rem; - } - - .xxl\:ml-96 { - margin-left: 24rem; - } - - .xxl\:mt-130 { - margin-top: 560px; - } - - .xxl\:mr-130 { - margin-right: 560px; - } - - .xxl\:mb-130 { - margin-bottom: 560px; - } - - .xxl\:ml-130 { - margin-left: 560px; - } - - .xxl\:mt-auto { - margin-top: auto; - } - - .xxl\:mr-auto { - margin-right: auto; - } - - .xxl\:mb-auto { - margin-bottom: auto; - } - - .xxl\:ml-auto { - margin-left: auto; - } - - .xxl\:mt-px { - margin-top: 1px; - } - - .xxl\:mr-px { - margin-right: 1px; - } - - .xxl\:mb-px { - margin-bottom: 1px; - } - - .xxl\:ml-px { - margin-left: 1px; - } - - .xxl\:mt-0\.5 { - margin-top: 0.125rem; - } - - .xxl\:mr-0\.5 { - margin-right: 0.125rem; - } - - .xxl\:mb-0\.5 { - margin-bottom: 0.125rem; - } - - .xxl\:ml-0\.5 { - margin-left: 0.125rem; - } - - .xxl\:mt-1\.5 { - margin-top: 0.375rem; - } - - .xxl\:mr-1\.5 { - margin-right: 0.375rem; - } - - .xxl\:mb-1\.5 { - margin-bottom: 0.375rem; - } - - .xxl\:ml-1\.5 { - margin-left: 0.375rem; - } - - .xxl\:mt-2\.5 { - margin-top: 0.625rem; - } - - .xxl\:mr-2\.5 { - margin-right: 0.625rem; - } - - .xxl\:mb-2\.5 { - margin-bottom: 0.625rem; - } - - .xxl\:ml-2\.5 { - margin-left: 0.625rem; - } - - .xxl\:mt-3\.5 { - margin-top: 0.875rem; - } - - .xxl\:mr-3\.5 { - margin-right: 0.875rem; - } - - .xxl\:mb-3\.5 { - margin-bottom: 0.875rem; - } - - .xxl\:ml-3\.5 { - margin-left: 0.875rem; - } - - .xxl\:-mt-0 { - margin-top: 0px; - } - - .xxl\:-mr-0 { - margin-right: 0px; - } - - .xxl\:-mb-0 { - margin-bottom: 0px; - } - - .xxl\:-ml-0 { - margin-left: 0px; - } - - .xxl\:-mt-1 { - margin-top: -0.25rem; - } - - .xxl\:-mr-1 { - margin-right: -0.25rem; - } - - .xxl\:-mb-1 { - margin-bottom: -0.25rem; - } - - .xxl\:-ml-1 { - margin-left: -0.25rem; - } - - .xxl\:-mt-2 { - margin-top: -0.5rem; - } - - .xxl\:-mr-2 { - margin-right: -0.5rem; - } - - .xxl\:-mb-2 { - margin-bottom: -0.5rem; - } - - .xxl\:-ml-2 { - margin-left: -0.5rem; - } - - .xxl\:-mt-3 { - margin-top: -0.75rem; - } - - .xxl\:-mr-3 { - margin-right: -0.75rem; - } - - .xxl\:-mb-3 { - margin-bottom: -0.75rem; - } - - .xxl\:-ml-3 { - margin-left: -0.75rem; - } - - .xxl\:-mt-4 { - margin-top: -1rem; - } - - .xxl\:-mr-4 { - margin-right: -1rem; - } - - .xxl\:-mb-4 { - margin-bottom: -1rem; - } - - .xxl\:-ml-4 { - margin-left: -1rem; - } - - .xxl\:-mt-5 { - margin-top: -1.25rem; - } - - .xxl\:-mr-5 { - margin-right: -1.25rem; - } - - .xxl\:-mb-5 { - margin-bottom: -1.25rem; - } - - .xxl\:-ml-5 { - margin-left: -1.25rem; - } - - .xxl\:-mt-6 { - margin-top: -1.5rem; - } - - .xxl\:-mr-6 { - margin-right: -1.5rem; - } - - .xxl\:-mb-6 { - margin-bottom: -1.5rem; - } - - .xxl\:-ml-6 { - margin-left: -1.5rem; - } - - .xxl\:-mt-7 { - margin-top: -1.75rem; - } - - .xxl\:-mr-7 { - margin-right: -1.75rem; - } - - .xxl\:-mb-7 { - margin-bottom: -1.75rem; - } - - .xxl\:-ml-7 { - margin-left: -1.75rem; - } - - .xxl\:-mt-8 { - margin-top: -2rem; - } - - .xxl\:-mr-8 { - margin-right: -2rem; - } - - .xxl\:-mb-8 { - margin-bottom: -2rem; - } - - .xxl\:-ml-8 { - margin-left: -2rem; - } - - .xxl\:-mt-9 { - margin-top: -2.25rem; - } - - .xxl\:-mr-9 { - margin-right: -2.25rem; - } - - .xxl\:-mb-9 { - margin-bottom: -2.25rem; - } - - .xxl\:-ml-9 { - margin-left: -2.25rem; - } - - .xxl\:-mt-10 { - margin-top: -2.5rem; - } - - .xxl\:-mr-10 { - margin-right: -2.5rem; - } - - .xxl\:-mb-10 { - margin-bottom: -2.5rem; - } - - .xxl\:-ml-10 { - margin-left: -2.5rem; - } - - .xxl\:-mt-11 { - margin-top: -2.75rem; - } - - .xxl\:-mr-11 { - margin-right: -2.75rem; - } - - .xxl\:-mb-11 { - margin-bottom: -2.75rem; - } - - .xxl\:-ml-11 { - margin-left: -2.75rem; - } - - .xxl\:-mt-12 { - margin-top: -3rem; - } - - .xxl\:-mr-12 { - margin-right: -3rem; - } - - .xxl\:-mb-12 { - margin-bottom: -3rem; - } - - .xxl\:-ml-12 { - margin-left: -3rem; - } - - .xxl\:-mt-14 { - margin-top: -3.5rem; - } - - .xxl\:-mr-14 { - margin-right: -3.5rem; - } - - .xxl\:-mb-14 { - margin-bottom: -3.5rem; - } - - .xxl\:-ml-14 { - margin-left: -3.5rem; - } - - .xxl\:-mt-16 { - margin-top: -4rem; - } - - .xxl\:-mr-16 { - margin-right: -4rem; - } - - .xxl\:-mb-16 { - margin-bottom: -4rem; - } - - .xxl\:-ml-16 { - margin-left: -4rem; - } - - .xxl\:-mt-20 { - margin-top: -5rem; - } - - .xxl\:-mr-20 { - margin-right: -5rem; - } - - .xxl\:-mb-20 { - margin-bottom: -5rem; - } - - .xxl\:-ml-20 { - margin-left: -5rem; - } - - .xxl\:-mt-22 { - margin-top: -5.625rem; - } - - .xxl\:-mr-22 { - margin-right: -5.625rem; - } - - .xxl\:-mb-22 { - margin-bottom: -5.625rem; - } - - .xxl\:-ml-22 { - margin-left: -5.625rem; - } - - .xxl\:-mt-24 { - margin-top: -6rem; - } - - .xxl\:-mr-24 { - margin-right: -6rem; - } - - .xxl\:-mb-24 { - margin-bottom: -6rem; - } - - .xxl\:-ml-24 { - margin-left: -6rem; - } - - .xxl\:-mt-28 { - margin-top: -7rem; - } - - .xxl\:-mr-28 { - margin-right: -7rem; - } - - .xxl\:-mb-28 { - margin-bottom: -7rem; - } - - .xxl\:-ml-28 { - margin-left: -7rem; - } - - .xxl\:-mt-32 { - margin-top: -8rem; - } - - .xxl\:-mr-32 { - margin-right: -8rem; - } - - .xxl\:-mb-32 { - margin-bottom: -8rem; - } - - .xxl\:-ml-32 { - margin-left: -8rem; - } - - .xxl\:-mt-36 { - margin-top: -9rem; - } - - .xxl\:-mr-36 { - margin-right: -9rem; - } - - .xxl\:-mb-36 { - margin-bottom: -9rem; - } - - .xxl\:-ml-36 { - margin-left: -9rem; - } - - .xxl\:-mt-40 { - margin-top: -10rem; - } - - .xxl\:-mr-40 { - margin-right: -10rem; - } - - .xxl\:-mb-40 { - margin-bottom: -10rem; - } - - .xxl\:-ml-40 { - margin-left: -10rem; - } - - .xxl\:-mt-44 { - margin-top: -11rem; - } - - .xxl\:-mr-44 { - margin-right: -11rem; - } - - .xxl\:-mb-44 { - margin-bottom: -11rem; - } - - .xxl\:-ml-44 { - margin-left: -11rem; - } - - .xxl\:-mt-48 { - margin-top: -12rem; - } - - .xxl\:-mr-48 { - margin-right: -12rem; - } - - .xxl\:-mb-48 { - margin-bottom: -12rem; - } - - .xxl\:-ml-48 { - margin-left: -12rem; - } - - .xxl\:-mt-52 { - margin-top: -13rem; - } - - .xxl\:-mr-52 { - margin-right: -13rem; - } - - .xxl\:-mb-52 { - margin-bottom: -13rem; - } - - .xxl\:-ml-52 { - margin-left: -13rem; - } - - .xxl\:-mt-56 { - margin-top: -14rem; - } - - .xxl\:-mr-56 { - margin-right: -14rem; - } - - .xxl\:-mb-56 { - margin-bottom: -14rem; - } - - .xxl\:-ml-56 { - margin-left: -14rem; - } - - .xxl\:-mt-60 { - margin-top: -240px; - } - - .xxl\:-mr-60 { - margin-right: -240px; - } - - .xxl\:-mb-60 { - margin-bottom: -240px; - } - - .xxl\:-ml-60 { - margin-left: -240px; - } - - .xxl\:-mt-64 { - margin-top: -16rem; - } - - .xxl\:-mr-64 { - margin-right: -16rem; - } - - .xxl\:-mb-64 { - margin-bottom: -16rem; - } - - .xxl\:-ml-64 { - margin-left: -16rem; - } - - .xxl\:-mt-72 { - margin-top: -18rem; - } - - .xxl\:-mr-72 { - margin-right: -18rem; - } - - .xxl\:-mb-72 { - margin-bottom: -18rem; - } - - .xxl\:-ml-72 { - margin-left: -18rem; - } - - .xxl\:-mt-80 { - margin-top: -20rem; - } - - .xxl\:-mr-80 { - margin-right: -20rem; - } - - .xxl\:-mb-80 { - margin-bottom: -20rem; - } - - .xxl\:-ml-80 { - margin-left: -20rem; - } - - .xxl\:-mt-88 { - margin-top: -22rem; - } - - .xxl\:-mr-88 { - margin-right: -22rem; - } - - .xxl\:-mb-88 { - margin-bottom: -22rem; - } - - .xxl\:-ml-88 { - margin-left: -22rem; - } - - .xxl\:-mt-96 { - margin-top: -24rem; - } - - .xxl\:-mr-96 { - margin-right: -24rem; - } - - .xxl\:-mb-96 { - margin-bottom: -24rem; - } - - .xxl\:-ml-96 { - margin-left: -24rem; - } - - .xxl\:-mt-130 { - margin-top: -560px; - } - - .xxl\:-mr-130 { - margin-right: -560px; - } - - .xxl\:-mb-130 { - margin-bottom: -560px; - } - - .xxl\:-ml-130 { - margin-left: -560px; - } - - .xxl\:-mt-px { - margin-top: -1px; - } - - .xxl\:-mr-px { - margin-right: -1px; - } - - .xxl\:-mb-px { - margin-bottom: -1px; - } - - .xxl\:-ml-px { - margin-left: -1px; - } - - .xxl\:-mt-0\.5 { - margin-top: -0.125rem; - } - - .xxl\:-mr-0\.5 { - margin-right: -0.125rem; - } - - .xxl\:-mb-0\.5 { - margin-bottom: -0.125rem; - } - - .xxl\:-ml-0\.5 { - margin-left: -0.125rem; - } - - .xxl\:-mt-1\.5 { - margin-top: -0.375rem; - } - - .xxl\:-mr-1\.5 { - margin-right: -0.375rem; - } - - .xxl\:-mb-1\.5 { - margin-bottom: -0.375rem; - } - - .xxl\:-ml-1\.5 { - margin-left: -0.375rem; - } - - .xxl\:-mt-2\.5 { - margin-top: -0.625rem; - } - - .xxl\:-mr-2\.5 { - margin-right: -0.625rem; - } - - .xxl\:-mb-2\.5 { - margin-bottom: -0.625rem; - } - - .xxl\:-ml-2\.5 { - margin-left: -0.625rem; - } - - .xxl\:-mt-3\.5 { - margin-top: -0.875rem; - } - - .xxl\:-mr-3\.5 { - margin-right: -0.875rem; - } - - .xxl\:-mb-3\.5 { - margin-bottom: -0.875rem; - } - - .xxl\:-ml-3\.5 { - margin-left: -0.875rem; - } - - .xxl\:first\:m-0:first-child { - margin: 0px; - } - - .xxl\:first\:m-1:first-child { - margin: 0.25rem; - } - - .xxl\:first\:m-2:first-child { - margin: 0.5rem; - } - - .xxl\:first\:m-3:first-child { - margin: 0.75rem; - } - - .xxl\:first\:m-4:first-child { - margin: 1rem; - } - - .xxl\:first\:m-5:first-child { - margin: 1.25rem; - } - - .xxl\:first\:m-6:first-child { - margin: 1.5rem; - } - - .xxl\:first\:m-7:first-child { - margin: 1.75rem; - } - - .xxl\:first\:m-8:first-child { - margin: 2rem; - } - - .xxl\:first\:m-9:first-child { - margin: 2.25rem; - } - - .xxl\:first\:m-10:first-child { - margin: 2.5rem; - } - - .xxl\:first\:m-11:first-child { - margin: 2.75rem; - } - - .xxl\:first\:m-12:first-child { - margin: 3rem; - } - - .xxl\:first\:m-14:first-child { - margin: 3.5rem; - } - - .xxl\:first\:m-16:first-child { - margin: 4rem; - } - - .xxl\:first\:m-20:first-child { - margin: 5rem; - } - - .xxl\:first\:m-22:first-child { - margin: 5.625rem; - } - - .xxl\:first\:m-24:first-child { - margin: 6rem; - } - - .xxl\:first\:m-28:first-child { - margin: 7rem; - } - - .xxl\:first\:m-32:first-child { - margin: 8rem; - } - - .xxl\:first\:m-36:first-child { - margin: 9rem; - } - - .xxl\:first\:m-40:first-child { - margin: 10rem; - } - - .xxl\:first\:m-44:first-child { - margin: 11rem; - } - - .xxl\:first\:m-48:first-child { - margin: 12rem; - } - - .xxl\:first\:m-52:first-child { - margin: 13rem; - } - - .xxl\:first\:m-56:first-child { - margin: 14rem; - } - - .xxl\:first\:m-60:first-child { - margin: 240px; - } - - .xxl\:first\:m-64:first-child { - margin: 16rem; - } - - .xxl\:first\:m-72:first-child { - margin: 18rem; - } - - .xxl\:first\:m-80:first-child { - margin: 20rem; - } - - .xxl\:first\:m-88:first-child { - margin: 22rem; - } - - .xxl\:first\:m-96:first-child { - margin: 24rem; - } - - .xxl\:first\:m-130:first-child { - margin: 560px; - } - - .xxl\:first\:m-auto:first-child { - margin: auto; - } - - .xxl\:first\:m-px:first-child { - margin: 1px; - } - - .xxl\:first\:m-0\.5:first-child { - margin: 0.125rem; - } - - .xxl\:first\:m-1\.5:first-child { - margin: 0.375rem; - } - - .xxl\:first\:m-2\.5:first-child { - margin: 0.625rem; - } - - .xxl\:first\:m-3\.5:first-child { - margin: 0.875rem; - } - - .xxl\:first\:-m-0:first-child { - margin: 0px; - } - - .xxl\:first\:-m-1:first-child { - margin: -0.25rem; - } - - .xxl\:first\:-m-2:first-child { - margin: -0.5rem; - } - - .xxl\:first\:-m-3:first-child { - margin: -0.75rem; - } - - .xxl\:first\:-m-4:first-child { - margin: -1rem; - } - - .xxl\:first\:-m-5:first-child { - margin: -1.25rem; - } - - .xxl\:first\:-m-6:first-child { - margin: -1.5rem; - } - - .xxl\:first\:-m-7:first-child { - margin: -1.75rem; - } - - .xxl\:first\:-m-8:first-child { - margin: -2rem; - } - - .xxl\:first\:-m-9:first-child { - margin: -2.25rem; - } - - .xxl\:first\:-m-10:first-child { - margin: -2.5rem; - } - - .xxl\:first\:-m-11:first-child { - margin: -2.75rem; - } - - .xxl\:first\:-m-12:first-child { - margin: -3rem; - } - - .xxl\:first\:-m-14:first-child { - margin: -3.5rem; - } - - .xxl\:first\:-m-16:first-child { - margin: -4rem; - } - - .xxl\:first\:-m-20:first-child { - margin: -5rem; - } - - .xxl\:first\:-m-22:first-child { - margin: -5.625rem; - } - - .xxl\:first\:-m-24:first-child { - margin: -6rem; - } - - .xxl\:first\:-m-28:first-child { - margin: -7rem; - } - - .xxl\:first\:-m-32:first-child { - margin: -8rem; - } - - .xxl\:first\:-m-36:first-child { - margin: -9rem; - } - - .xxl\:first\:-m-40:first-child { - margin: -10rem; - } - - .xxl\:first\:-m-44:first-child { - margin: -11rem; - } - - .xxl\:first\:-m-48:first-child { - margin: -12rem; - } - - .xxl\:first\:-m-52:first-child { - margin: -13rem; - } - - .xxl\:first\:-m-56:first-child { - margin: -14rem; - } - - .xxl\:first\:-m-60:first-child { - margin: -240px; - } - - .xxl\:first\:-m-64:first-child { - margin: -16rem; - } - - .xxl\:first\:-m-72:first-child { - margin: -18rem; - } - - .xxl\:first\:-m-80:first-child { - margin: -20rem; - } - - .xxl\:first\:-m-88:first-child { - margin: -22rem; - } - - .xxl\:first\:-m-96:first-child { - margin: -24rem; - } - - .xxl\:first\:-m-130:first-child { - margin: -560px; - } - - .xxl\:first\:-m-px:first-child { - margin: -1px; - } - - .xxl\:first\:-m-0\.5:first-child { - margin: -0.125rem; - } - - .xxl\:first\:-m-1\.5:first-child { - margin: -0.375rem; - } - - .xxl\:first\:-m-2\.5:first-child { - margin: -0.625rem; - } - - .xxl\:first\:-m-3\.5:first-child { - margin: -0.875rem; - } - - .xxl\:first\:my-0:first-child { - margin-top: 0px; - margin-bottom: 0px; - } - - .xxl\:first\:mx-0:first-child { - margin-left: 0px; - margin-right: 0px; - } - - .xxl\:first\:my-1:first-child { - margin-top: 0.25rem; - margin-bottom: 0.25rem; - } - - .xxl\:first\:mx-1:first-child { - margin-left: 0.25rem; - margin-right: 0.25rem; - } - - .xxl\:first\:my-2:first-child { - margin-top: 0.5rem; - margin-bottom: 0.5rem; - } - - .xxl\:first\:mx-2:first-child { - margin-left: 0.5rem; - margin-right: 0.5rem; - } - - .xxl\:first\:my-3:first-child { - margin-top: 0.75rem; - margin-bottom: 0.75rem; - } - - .xxl\:first\:mx-3:first-child { - margin-left: 0.75rem; - margin-right: 0.75rem; - } - - .xxl\:first\:my-4:first-child { - margin-top: 1rem; - margin-bottom: 1rem; - } - - .xxl\:first\:mx-4:first-child { - margin-left: 1rem; - margin-right: 1rem; - } - - .xxl\:first\:my-5:first-child { - margin-top: 1.25rem; - margin-bottom: 1.25rem; - } - - .xxl\:first\:mx-5:first-child { - margin-left: 1.25rem; - margin-right: 1.25rem; - } - - .xxl\:first\:my-6:first-child { - margin-top: 1.5rem; - margin-bottom: 1.5rem; - } - - .xxl\:first\:mx-6:first-child { - margin-left: 1.5rem; - margin-right: 1.5rem; - } - - .xxl\:first\:my-7:first-child { - margin-top: 1.75rem; - margin-bottom: 1.75rem; - } - - .xxl\:first\:mx-7:first-child { - margin-left: 1.75rem; - margin-right: 1.75rem; - } - - .xxl\:first\:my-8:first-child { - margin-top: 2rem; - margin-bottom: 2rem; - } - - .xxl\:first\:mx-8:first-child { - margin-left: 2rem; - margin-right: 2rem; - } - - .xxl\:first\:my-9:first-child { - margin-top: 2.25rem; - margin-bottom: 2.25rem; - } - - .xxl\:first\:mx-9:first-child { - margin-left: 2.25rem; - margin-right: 2.25rem; - } - - .xxl\:first\:my-10:first-child { - margin-top: 2.5rem; - margin-bottom: 2.5rem; - } - - .xxl\:first\:mx-10:first-child { - margin-left: 2.5rem; - margin-right: 2.5rem; - } - - .xxl\:first\:my-11:first-child { - margin-top: 2.75rem; - margin-bottom: 2.75rem; - } - - .xxl\:first\:mx-11:first-child { - margin-left: 2.75rem; - margin-right: 2.75rem; - } - - .xxl\:first\:my-12:first-child { - margin-top: 3rem; - margin-bottom: 3rem; - } - - .xxl\:first\:mx-12:first-child { - margin-left: 3rem; - margin-right: 3rem; - } - - .xxl\:first\:my-14:first-child { - margin-top: 3.5rem; - margin-bottom: 3.5rem; - } - - .xxl\:first\:mx-14:first-child { - margin-left: 3.5rem; - margin-right: 3.5rem; - } - - .xxl\:first\:my-16:first-child { - margin-top: 4rem; - margin-bottom: 4rem; - } - - .xxl\:first\:mx-16:first-child { - margin-left: 4rem; - margin-right: 4rem; - } - - .xxl\:first\:my-20:first-child { - margin-top: 5rem; - margin-bottom: 5rem; - } - - .xxl\:first\:mx-20:first-child { - margin-left: 5rem; - margin-right: 5rem; - } - - .xxl\:first\:my-22:first-child { - margin-top: 5.625rem; - margin-bottom: 5.625rem; - } - - .xxl\:first\:mx-22:first-child { - margin-left: 5.625rem; - margin-right: 5.625rem; - } - - .xxl\:first\:my-24:first-child { - margin-top: 6rem; - margin-bottom: 6rem; - } - - .xxl\:first\:mx-24:first-child { - margin-left: 6rem; - margin-right: 6rem; - } - - .xxl\:first\:my-28:first-child { - margin-top: 7rem; - margin-bottom: 7rem; - } - - .xxl\:first\:mx-28:first-child { - margin-left: 7rem; - margin-right: 7rem; - } - - .xxl\:first\:my-32:first-child { - margin-top: 8rem; - margin-bottom: 8rem; - } - - .xxl\:first\:mx-32:first-child { - margin-left: 8rem; - margin-right: 8rem; - } - - .xxl\:first\:my-36:first-child { - margin-top: 9rem; - margin-bottom: 9rem; - } - - .xxl\:first\:mx-36:first-child { - margin-left: 9rem; - margin-right: 9rem; - } - - .xxl\:first\:my-40:first-child { - margin-top: 10rem; - margin-bottom: 10rem; - } - - .xxl\:first\:mx-40:first-child { - margin-left: 10rem; - margin-right: 10rem; - } - - .xxl\:first\:my-44:first-child { - margin-top: 11rem; - margin-bottom: 11rem; - } - - .xxl\:first\:mx-44:first-child { - margin-left: 11rem; - margin-right: 11rem; - } - - .xxl\:first\:my-48:first-child { - margin-top: 12rem; - margin-bottom: 12rem; - } - - .xxl\:first\:mx-48:first-child { - margin-left: 12rem; - margin-right: 12rem; - } - - .xxl\:first\:my-52:first-child { - margin-top: 13rem; - margin-bottom: 13rem; - } - - .xxl\:first\:mx-52:first-child { - margin-left: 13rem; - margin-right: 13rem; - } - - .xxl\:first\:my-56:first-child { - margin-top: 14rem; - margin-bottom: 14rem; - } - - .xxl\:first\:mx-56:first-child { - margin-left: 14rem; - margin-right: 14rem; - } - - .xxl\:first\:my-60:first-child { - margin-top: 240px; - margin-bottom: 240px; - } - - .xxl\:first\:mx-60:first-child { - margin-left: 240px; - margin-right: 240px; - } - - .xxl\:first\:my-64:first-child { - margin-top: 16rem; - margin-bottom: 16rem; - } - - .xxl\:first\:mx-64:first-child { - margin-left: 16rem; - margin-right: 16rem; - } - - .xxl\:first\:my-72:first-child { - margin-top: 18rem; - margin-bottom: 18rem; - } - - .xxl\:first\:mx-72:first-child { - margin-left: 18rem; - margin-right: 18rem; - } - - .xxl\:first\:my-80:first-child { - margin-top: 20rem; - margin-bottom: 20rem; - } - - .xxl\:first\:mx-80:first-child { - margin-left: 20rem; - margin-right: 20rem; - } - - .xxl\:first\:my-88:first-child { - margin-top: 22rem; - margin-bottom: 22rem; - } - - .xxl\:first\:mx-88:first-child { - margin-left: 22rem; - margin-right: 22rem; - } - - .xxl\:first\:my-96:first-child { - margin-top: 24rem; - margin-bottom: 24rem; - } - - .xxl\:first\:mx-96:first-child { - margin-left: 24rem; - margin-right: 24rem; - } - - .xxl\:first\:my-130:first-child { - margin-top: 560px; - margin-bottom: 560px; - } - - .xxl\:first\:mx-130:first-child { - margin-left: 560px; - margin-right: 560px; - } - - .xxl\:first\:my-auto:first-child { - margin-top: auto; - margin-bottom: auto; - } - - .xxl\:first\:mx-auto:first-child { - margin-left: auto; - margin-right: auto; - } - - .xxl\:first\:my-px:first-child { - margin-top: 1px; - margin-bottom: 1px; - } - - .xxl\:first\:mx-px:first-child { - margin-left: 1px; - margin-right: 1px; - } - - .xxl\:first\:my-0\.5:first-child { - margin-top: 0.125rem; - margin-bottom: 0.125rem; - } - - .xxl\:first\:mx-0\.5:first-child { - margin-left: 0.125rem; - margin-right: 0.125rem; - } - - .xxl\:first\:my-1\.5:first-child { - margin-top: 0.375rem; - margin-bottom: 0.375rem; - } - - .xxl\:first\:mx-1\.5:first-child { - margin-left: 0.375rem; - margin-right: 0.375rem; - } - - .xxl\:first\:my-2\.5:first-child { - margin-top: 0.625rem; - margin-bottom: 0.625rem; - } - - .xxl\:first\:mx-2\.5:first-child { - margin-left: 0.625rem; - margin-right: 0.625rem; - } - - .xxl\:first\:my-3\.5:first-child { - margin-top: 0.875rem; - margin-bottom: 0.875rem; - } - - .xxl\:first\:mx-3\.5:first-child { - margin-left: 0.875rem; - margin-right: 0.875rem; - } - - .xxl\:first\:-my-0:first-child { - margin-top: 0px; - margin-bottom: 0px; - } - - .xxl\:first\:-mx-0:first-child { - margin-left: 0px; - margin-right: 0px; - } - - .xxl\:first\:-my-1:first-child { - margin-top: -0.25rem; - margin-bottom: -0.25rem; - } - - .xxl\:first\:-mx-1:first-child { - margin-left: -0.25rem; - margin-right: -0.25rem; - } - - .xxl\:first\:-my-2:first-child { - margin-top: -0.5rem; - margin-bottom: -0.5rem; - } - - .xxl\:first\:-mx-2:first-child { - margin-left: -0.5rem; - margin-right: -0.5rem; - } - - .xxl\:first\:-my-3:first-child { - margin-top: -0.75rem; - margin-bottom: -0.75rem; - } - - .xxl\:first\:-mx-3:first-child { - margin-left: -0.75rem; - margin-right: -0.75rem; - } - - .xxl\:first\:-my-4:first-child { - margin-top: -1rem; - margin-bottom: -1rem; - } - - .xxl\:first\:-mx-4:first-child { - margin-left: -1rem; - margin-right: -1rem; - } - - .xxl\:first\:-my-5:first-child { - margin-top: -1.25rem; - margin-bottom: -1.25rem; - } - - .xxl\:first\:-mx-5:first-child { - margin-left: -1.25rem; - margin-right: -1.25rem; - } - - .xxl\:first\:-my-6:first-child { - margin-top: -1.5rem; - margin-bottom: -1.5rem; - } - - .xxl\:first\:-mx-6:first-child { - margin-left: -1.5rem; - margin-right: -1.5rem; - } - - .xxl\:first\:-my-7:first-child { - margin-top: -1.75rem; - margin-bottom: -1.75rem; - } - - .xxl\:first\:-mx-7:first-child { - margin-left: -1.75rem; - margin-right: -1.75rem; - } - - .xxl\:first\:-my-8:first-child { - margin-top: -2rem; - margin-bottom: -2rem; - } - - .xxl\:first\:-mx-8:first-child { - margin-left: -2rem; - margin-right: -2rem; - } - - .xxl\:first\:-my-9:first-child { - margin-top: -2.25rem; - margin-bottom: -2.25rem; - } - - .xxl\:first\:-mx-9:first-child { - margin-left: -2.25rem; - margin-right: -2.25rem; - } - - .xxl\:first\:-my-10:first-child { - margin-top: -2.5rem; - margin-bottom: -2.5rem; - } - - .xxl\:first\:-mx-10:first-child { - margin-left: -2.5rem; - margin-right: -2.5rem; - } - - .xxl\:first\:-my-11:first-child { - margin-top: -2.75rem; - margin-bottom: -2.75rem; - } - - .xxl\:first\:-mx-11:first-child { - margin-left: -2.75rem; - margin-right: -2.75rem; - } - - .xxl\:first\:-my-12:first-child { - margin-top: -3rem; - margin-bottom: -3rem; - } - - .xxl\:first\:-mx-12:first-child { - margin-left: -3rem; - margin-right: -3rem; - } - - .xxl\:first\:-my-14:first-child { - margin-top: -3.5rem; - margin-bottom: -3.5rem; - } - - .xxl\:first\:-mx-14:first-child { - margin-left: -3.5rem; - margin-right: -3.5rem; - } - - .xxl\:first\:-my-16:first-child { - margin-top: -4rem; - margin-bottom: -4rem; - } - - .xxl\:first\:-mx-16:first-child { - margin-left: -4rem; - margin-right: -4rem; - } - - .xxl\:first\:-my-20:first-child { - margin-top: -5rem; - margin-bottom: -5rem; - } - - .xxl\:first\:-mx-20:first-child { - margin-left: -5rem; - margin-right: -5rem; - } - - .xxl\:first\:-my-22:first-child { - margin-top: -5.625rem; - margin-bottom: -5.625rem; - } - - .xxl\:first\:-mx-22:first-child { - margin-left: -5.625rem; - margin-right: -5.625rem; - } - - .xxl\:first\:-my-24:first-child { - margin-top: -6rem; - margin-bottom: -6rem; - } - - .xxl\:first\:-mx-24:first-child { - margin-left: -6rem; - margin-right: -6rem; - } - - .xxl\:first\:-my-28:first-child { - margin-top: -7rem; - margin-bottom: -7rem; - } - - .xxl\:first\:-mx-28:first-child { - margin-left: -7rem; - margin-right: -7rem; - } - - .xxl\:first\:-my-32:first-child { - margin-top: -8rem; - margin-bottom: -8rem; - } - - .xxl\:first\:-mx-32:first-child { - margin-left: -8rem; - margin-right: -8rem; - } - - .xxl\:first\:-my-36:first-child { - margin-top: -9rem; - margin-bottom: -9rem; - } - - .xxl\:first\:-mx-36:first-child { - margin-left: -9rem; - margin-right: -9rem; - } - - .xxl\:first\:-my-40:first-child { - margin-top: -10rem; - margin-bottom: -10rem; - } - - .xxl\:first\:-mx-40:first-child { - margin-left: -10rem; - margin-right: -10rem; - } - - .xxl\:first\:-my-44:first-child { - margin-top: -11rem; - margin-bottom: -11rem; - } - - .xxl\:first\:-mx-44:first-child { - margin-left: -11rem; - margin-right: -11rem; - } - - .xxl\:first\:-my-48:first-child { - margin-top: -12rem; - margin-bottom: -12rem; - } - - .xxl\:first\:-mx-48:first-child { - margin-left: -12rem; - margin-right: -12rem; - } - - .xxl\:first\:-my-52:first-child { - margin-top: -13rem; - margin-bottom: -13rem; - } - - .xxl\:first\:-mx-52:first-child { - margin-left: -13rem; - margin-right: -13rem; - } - - .xxl\:first\:-my-56:first-child { - margin-top: -14rem; - margin-bottom: -14rem; - } - - .xxl\:first\:-mx-56:first-child { - margin-left: -14rem; - margin-right: -14rem; - } - - .xxl\:first\:-my-60:first-child { - margin-top: -240px; - margin-bottom: -240px; - } - - .xxl\:first\:-mx-60:first-child { - margin-left: -240px; - margin-right: -240px; - } - - .xxl\:first\:-my-64:first-child { - margin-top: -16rem; - margin-bottom: -16rem; - } - - .xxl\:first\:-mx-64:first-child { - margin-left: -16rem; - margin-right: -16rem; - } - - .xxl\:first\:-my-72:first-child { - margin-top: -18rem; - margin-bottom: -18rem; - } - - .xxl\:first\:-mx-72:first-child { - margin-left: -18rem; - margin-right: -18rem; - } - - .xxl\:first\:-my-80:first-child { - margin-top: -20rem; - margin-bottom: -20rem; - } - - .xxl\:first\:-mx-80:first-child { - margin-left: -20rem; - margin-right: -20rem; - } - - .xxl\:first\:-my-88:first-child { - margin-top: -22rem; - margin-bottom: -22rem; - } - - .xxl\:first\:-mx-88:first-child { - margin-left: -22rem; - margin-right: -22rem; - } - - .xxl\:first\:-my-96:first-child { - margin-top: -24rem; - margin-bottom: -24rem; - } - - .xxl\:first\:-mx-96:first-child { - margin-left: -24rem; - margin-right: -24rem; - } - - .xxl\:first\:-my-130:first-child { - margin-top: -560px; - margin-bottom: -560px; - } - - .xxl\:first\:-mx-130:first-child { - margin-left: -560px; - margin-right: -560px; - } - - .xxl\:first\:-my-px:first-child { - margin-top: -1px; - margin-bottom: -1px; - } - - .xxl\:first\:-mx-px:first-child { - margin-left: -1px; - margin-right: -1px; - } - - .xxl\:first\:-my-0\.5:first-child { - margin-top: -0.125rem; - margin-bottom: -0.125rem; - } - - .xxl\:first\:-mx-0\.5:first-child { - margin-left: -0.125rem; - margin-right: -0.125rem; - } - - .xxl\:first\:-my-1\.5:first-child { - margin-top: -0.375rem; - margin-bottom: -0.375rem; - } - - .xxl\:first\:-mx-1\.5:first-child { - margin-left: -0.375rem; - margin-right: -0.375rem; - } - - .xxl\:first\:-my-2\.5:first-child { - margin-top: -0.625rem; - margin-bottom: -0.625rem; - } - - .xxl\:first\:-mx-2\.5:first-child { - margin-left: -0.625rem; - margin-right: -0.625rem; - } - - .xxl\:first\:-my-3\.5:first-child { - margin-top: -0.875rem; - margin-bottom: -0.875rem; - } - - .xxl\:first\:-mx-3\.5:first-child { - margin-left: -0.875rem; - margin-right: -0.875rem; - } - - .xxl\:first\:mt-0:first-child { - margin-top: 0px; - } - - .xxl\:first\:mr-0:first-child { - margin-right: 0px; - } - - .xxl\:first\:mb-0:first-child { - margin-bottom: 0px; - } - - .xxl\:first\:ml-0:first-child { - margin-left: 0px; - } - - .xxl\:first\:mt-1:first-child { - margin-top: 0.25rem; - } - - .xxl\:first\:mr-1:first-child { - margin-right: 0.25rem; - } - - .xxl\:first\:mb-1:first-child { - margin-bottom: 0.25rem; - } - - .xxl\:first\:ml-1:first-child { - margin-left: 0.25rem; - } - - .xxl\:first\:mt-2:first-child { - margin-top: 0.5rem; - } - - .xxl\:first\:mr-2:first-child { - margin-right: 0.5rem; - } - - .xxl\:first\:mb-2:first-child { - margin-bottom: 0.5rem; - } - - .xxl\:first\:ml-2:first-child { - margin-left: 0.5rem; - } - - .xxl\:first\:mt-3:first-child { - margin-top: 0.75rem; - } - - .xxl\:first\:mr-3:first-child { - margin-right: 0.75rem; - } - - .xxl\:first\:mb-3:first-child { - margin-bottom: 0.75rem; - } - - .xxl\:first\:ml-3:first-child { - margin-left: 0.75rem; - } - - .xxl\:first\:mt-4:first-child { - margin-top: 1rem; - } - - .xxl\:first\:mr-4:first-child { - margin-right: 1rem; - } - - .xxl\:first\:mb-4:first-child { - margin-bottom: 1rem; - } - - .xxl\:first\:ml-4:first-child { - margin-left: 1rem; - } - - .xxl\:first\:mt-5:first-child { - margin-top: 1.25rem; - } - - .xxl\:first\:mr-5:first-child { - margin-right: 1.25rem; - } - - .xxl\:first\:mb-5:first-child { - margin-bottom: 1.25rem; - } - - .xxl\:first\:ml-5:first-child { - margin-left: 1.25rem; - } - - .xxl\:first\:mt-6:first-child { - margin-top: 1.5rem; - } - - .xxl\:first\:mr-6:first-child { - margin-right: 1.5rem; - } - - .xxl\:first\:mb-6:first-child { - margin-bottom: 1.5rem; - } - - .xxl\:first\:ml-6:first-child { - margin-left: 1.5rem; - } - - .xxl\:first\:mt-7:first-child { - margin-top: 1.75rem; - } - - .xxl\:first\:mr-7:first-child { - margin-right: 1.75rem; - } - - .xxl\:first\:mb-7:first-child { - margin-bottom: 1.75rem; - } - - .xxl\:first\:ml-7:first-child { - margin-left: 1.75rem; - } - - .xxl\:first\:mt-8:first-child { - margin-top: 2rem; - } - - .xxl\:first\:mr-8:first-child { - margin-right: 2rem; - } - - .xxl\:first\:mb-8:first-child { - margin-bottom: 2rem; - } - - .xxl\:first\:ml-8:first-child { - margin-left: 2rem; - } - - .xxl\:first\:mt-9:first-child { - margin-top: 2.25rem; - } - - .xxl\:first\:mr-9:first-child { - margin-right: 2.25rem; - } - - .xxl\:first\:mb-9:first-child { - margin-bottom: 2.25rem; - } - - .xxl\:first\:ml-9:first-child { - margin-left: 2.25rem; - } - - .xxl\:first\:mt-10:first-child { - margin-top: 2.5rem; - } - - .xxl\:first\:mr-10:first-child { - margin-right: 2.5rem; - } - - .xxl\:first\:mb-10:first-child { - margin-bottom: 2.5rem; - } - - .xxl\:first\:ml-10:first-child { - margin-left: 2.5rem; - } - - .xxl\:first\:mt-11:first-child { - margin-top: 2.75rem; - } - - .xxl\:first\:mr-11:first-child { - margin-right: 2.75rem; - } - - .xxl\:first\:mb-11:first-child { - margin-bottom: 2.75rem; - } - - .xxl\:first\:ml-11:first-child { - margin-left: 2.75rem; - } - - .xxl\:first\:mt-12:first-child { - margin-top: 3rem; - } - - .xxl\:first\:mr-12:first-child { - margin-right: 3rem; - } - - .xxl\:first\:mb-12:first-child { - margin-bottom: 3rem; - } - - .xxl\:first\:ml-12:first-child { - margin-left: 3rem; - } - - .xxl\:first\:mt-14:first-child { - margin-top: 3.5rem; - } - - .xxl\:first\:mr-14:first-child { - margin-right: 3.5rem; - } - - .xxl\:first\:mb-14:first-child { - margin-bottom: 3.5rem; - } - - .xxl\:first\:ml-14:first-child { - margin-left: 3.5rem; - } - - .xxl\:first\:mt-16:first-child { - margin-top: 4rem; - } - - .xxl\:first\:mr-16:first-child { - margin-right: 4rem; - } - - .xxl\:first\:mb-16:first-child { - margin-bottom: 4rem; - } - - .xxl\:first\:ml-16:first-child { - margin-left: 4rem; - } - - .xxl\:first\:mt-20:first-child { - margin-top: 5rem; - } - - .xxl\:first\:mr-20:first-child { - margin-right: 5rem; - } - - .xxl\:first\:mb-20:first-child { - margin-bottom: 5rem; - } - - .xxl\:first\:ml-20:first-child { - margin-left: 5rem; - } - - .xxl\:first\:mt-22:first-child { - margin-top: 5.625rem; - } - - .xxl\:first\:mr-22:first-child { - margin-right: 5.625rem; - } - - .xxl\:first\:mb-22:first-child { - margin-bottom: 5.625rem; - } - - .xxl\:first\:ml-22:first-child { - margin-left: 5.625rem; - } - - .xxl\:first\:mt-24:first-child { - margin-top: 6rem; - } - - .xxl\:first\:mr-24:first-child { - margin-right: 6rem; - } - - .xxl\:first\:mb-24:first-child { - margin-bottom: 6rem; - } - - .xxl\:first\:ml-24:first-child { - margin-left: 6rem; - } - - .xxl\:first\:mt-28:first-child { - margin-top: 7rem; - } - - .xxl\:first\:mr-28:first-child { - margin-right: 7rem; - } - - .xxl\:first\:mb-28:first-child { - margin-bottom: 7rem; - } - - .xxl\:first\:ml-28:first-child { - margin-left: 7rem; - } - - .xxl\:first\:mt-32:first-child { - margin-top: 8rem; - } - - .xxl\:first\:mr-32:first-child { - margin-right: 8rem; - } - - .xxl\:first\:mb-32:first-child { - margin-bottom: 8rem; - } - - .xxl\:first\:ml-32:first-child { - margin-left: 8rem; - } - - .xxl\:first\:mt-36:first-child { - margin-top: 9rem; - } - - .xxl\:first\:mr-36:first-child { - margin-right: 9rem; - } - - .xxl\:first\:mb-36:first-child { - margin-bottom: 9rem; - } - - .xxl\:first\:ml-36:first-child { - margin-left: 9rem; - } - - .xxl\:first\:mt-40:first-child { - margin-top: 10rem; - } - - .xxl\:first\:mr-40:first-child { - margin-right: 10rem; - } - - .xxl\:first\:mb-40:first-child { - margin-bottom: 10rem; - } - - .xxl\:first\:ml-40:first-child { - margin-left: 10rem; - } - - .xxl\:first\:mt-44:first-child { - margin-top: 11rem; - } - - .xxl\:first\:mr-44:first-child { - margin-right: 11rem; - } - - .xxl\:first\:mb-44:first-child { - margin-bottom: 11rem; - } - - .xxl\:first\:ml-44:first-child { - margin-left: 11rem; - } - - .xxl\:first\:mt-48:first-child { - margin-top: 12rem; - } - - .xxl\:first\:mr-48:first-child { - margin-right: 12rem; - } - - .xxl\:first\:mb-48:first-child { - margin-bottom: 12rem; - } - - .xxl\:first\:ml-48:first-child { - margin-left: 12rem; - } - - .xxl\:first\:mt-52:first-child { - margin-top: 13rem; - } - - .xxl\:first\:mr-52:first-child { - margin-right: 13rem; - } - - .xxl\:first\:mb-52:first-child { - margin-bottom: 13rem; - } - - .xxl\:first\:ml-52:first-child { - margin-left: 13rem; - } - - .xxl\:first\:mt-56:first-child { - margin-top: 14rem; - } - - .xxl\:first\:mr-56:first-child { - margin-right: 14rem; - } - - .xxl\:first\:mb-56:first-child { - margin-bottom: 14rem; - } - - .xxl\:first\:ml-56:first-child { - margin-left: 14rem; - } - - .xxl\:first\:mt-60:first-child { - margin-top: 240px; - } - - .xxl\:first\:mr-60:first-child { - margin-right: 240px; - } - - .xxl\:first\:mb-60:first-child { - margin-bottom: 240px; - } - - .xxl\:first\:ml-60:first-child { - margin-left: 240px; - } - - .xxl\:first\:mt-64:first-child { - margin-top: 16rem; - } - - .xxl\:first\:mr-64:first-child { - margin-right: 16rem; - } - - .xxl\:first\:mb-64:first-child { - margin-bottom: 16rem; - } - - .xxl\:first\:ml-64:first-child { - margin-left: 16rem; - } - - .xxl\:first\:mt-72:first-child { - margin-top: 18rem; - } - - .xxl\:first\:mr-72:first-child { - margin-right: 18rem; - } - - .xxl\:first\:mb-72:first-child { - margin-bottom: 18rem; - } - - .xxl\:first\:ml-72:first-child { - margin-left: 18rem; - } - - .xxl\:first\:mt-80:first-child { - margin-top: 20rem; - } - - .xxl\:first\:mr-80:first-child { - margin-right: 20rem; - } - - .xxl\:first\:mb-80:first-child { - margin-bottom: 20rem; - } - - .xxl\:first\:ml-80:first-child { - margin-left: 20rem; - } - - .xxl\:first\:mt-88:first-child { - margin-top: 22rem; - } - - .xxl\:first\:mr-88:first-child { - margin-right: 22rem; - } - - .xxl\:first\:mb-88:first-child { - margin-bottom: 22rem; - } - - .xxl\:first\:ml-88:first-child { - margin-left: 22rem; - } - - .xxl\:first\:mt-96:first-child { - margin-top: 24rem; - } - - .xxl\:first\:mr-96:first-child { - margin-right: 24rem; - } - - .xxl\:first\:mb-96:first-child { - margin-bottom: 24rem; - } - - .xxl\:first\:ml-96:first-child { - margin-left: 24rem; - } - - .xxl\:first\:mt-130:first-child { - margin-top: 560px; - } - - .xxl\:first\:mr-130:first-child { - margin-right: 560px; - } - - .xxl\:first\:mb-130:first-child { - margin-bottom: 560px; - } - - .xxl\:first\:ml-130:first-child { - margin-left: 560px; - } - - .xxl\:first\:mt-auto:first-child { - margin-top: auto; - } - - .xxl\:first\:mr-auto:first-child { - margin-right: auto; - } - - .xxl\:first\:mb-auto:first-child { - margin-bottom: auto; - } - - .xxl\:first\:ml-auto:first-child { - margin-left: auto; - } - - .xxl\:first\:mt-px:first-child { - margin-top: 1px; - } - - .xxl\:first\:mr-px:first-child { - margin-right: 1px; - } - - .xxl\:first\:mb-px:first-child { - margin-bottom: 1px; - } - - .xxl\:first\:ml-px:first-child { - margin-left: 1px; - } - - .xxl\:first\:mt-0\.5:first-child { - margin-top: 0.125rem; - } - - .xxl\:first\:mr-0\.5:first-child { - margin-right: 0.125rem; - } - - .xxl\:first\:mb-0\.5:first-child { - margin-bottom: 0.125rem; - } - - .xxl\:first\:ml-0\.5:first-child { - margin-left: 0.125rem; - } - - .xxl\:first\:mt-1\.5:first-child { - margin-top: 0.375rem; - } - - .xxl\:first\:mr-1\.5:first-child { - margin-right: 0.375rem; - } - - .xxl\:first\:mb-1\.5:first-child { - margin-bottom: 0.375rem; - } - - .xxl\:first\:ml-1\.5:first-child { - margin-left: 0.375rem; - } - - .xxl\:first\:mt-2\.5:first-child { - margin-top: 0.625rem; - } - - .xxl\:first\:mr-2\.5:first-child { - margin-right: 0.625rem; - } - - .xxl\:first\:mb-2\.5:first-child { - margin-bottom: 0.625rem; - } - - .xxl\:first\:ml-2\.5:first-child { - margin-left: 0.625rem; - } - - .xxl\:first\:mt-3\.5:first-child { - margin-top: 0.875rem; - } - - .xxl\:first\:mr-3\.5:first-child { - margin-right: 0.875rem; - } - - .xxl\:first\:mb-3\.5:first-child { - margin-bottom: 0.875rem; - } - - .xxl\:first\:ml-3\.5:first-child { - margin-left: 0.875rem; - } - - .xxl\:first\:-mt-0:first-child { - margin-top: 0px; - } - - .xxl\:first\:-mr-0:first-child { - margin-right: 0px; - } - - .xxl\:first\:-mb-0:first-child { - margin-bottom: 0px; - } - - .xxl\:first\:-ml-0:first-child { - margin-left: 0px; - } - - .xxl\:first\:-mt-1:first-child { - margin-top: -0.25rem; - } - - .xxl\:first\:-mr-1:first-child { - margin-right: -0.25rem; - } - - .xxl\:first\:-mb-1:first-child { - margin-bottom: -0.25rem; - } - - .xxl\:first\:-ml-1:first-child { - margin-left: -0.25rem; - } - - .xxl\:first\:-mt-2:first-child { - margin-top: -0.5rem; - } - - .xxl\:first\:-mr-2:first-child { - margin-right: -0.5rem; - } - - .xxl\:first\:-mb-2:first-child { - margin-bottom: -0.5rem; - } - - .xxl\:first\:-ml-2:first-child { - margin-left: -0.5rem; - } - - .xxl\:first\:-mt-3:first-child { - margin-top: -0.75rem; - } - - .xxl\:first\:-mr-3:first-child { - margin-right: -0.75rem; - } - - .xxl\:first\:-mb-3:first-child { - margin-bottom: -0.75rem; - } - - .xxl\:first\:-ml-3:first-child { - margin-left: -0.75rem; - } - - .xxl\:first\:-mt-4:first-child { - margin-top: -1rem; - } - - .xxl\:first\:-mr-4:first-child { - margin-right: -1rem; - } - - .xxl\:first\:-mb-4:first-child { - margin-bottom: -1rem; - } - - .xxl\:first\:-ml-4:first-child { - margin-left: -1rem; - } - - .xxl\:first\:-mt-5:first-child { - margin-top: -1.25rem; - } - - .xxl\:first\:-mr-5:first-child { - margin-right: -1.25rem; - } - - .xxl\:first\:-mb-5:first-child { - margin-bottom: -1.25rem; - } - - .xxl\:first\:-ml-5:first-child { - margin-left: -1.25rem; - } - - .xxl\:first\:-mt-6:first-child { - margin-top: -1.5rem; - } - - .xxl\:first\:-mr-6:first-child { - margin-right: -1.5rem; - } - - .xxl\:first\:-mb-6:first-child { - margin-bottom: -1.5rem; - } - - .xxl\:first\:-ml-6:first-child { - margin-left: -1.5rem; - } - - .xxl\:first\:-mt-7:first-child { - margin-top: -1.75rem; - } - - .xxl\:first\:-mr-7:first-child { - margin-right: -1.75rem; - } - - .xxl\:first\:-mb-7:first-child { - margin-bottom: -1.75rem; - } - - .xxl\:first\:-ml-7:first-child { - margin-left: -1.75rem; - } - - .xxl\:first\:-mt-8:first-child { - margin-top: -2rem; - } - - .xxl\:first\:-mr-8:first-child { - margin-right: -2rem; - } - - .xxl\:first\:-mb-8:first-child { - margin-bottom: -2rem; - } - - .xxl\:first\:-ml-8:first-child { - margin-left: -2rem; - } - - .xxl\:first\:-mt-9:first-child { - margin-top: -2.25rem; - } - - .xxl\:first\:-mr-9:first-child { - margin-right: -2.25rem; - } - - .xxl\:first\:-mb-9:first-child { - margin-bottom: -2.25rem; - } - - .xxl\:first\:-ml-9:first-child { - margin-left: -2.25rem; - } - - .xxl\:first\:-mt-10:first-child { - margin-top: -2.5rem; - } - - .xxl\:first\:-mr-10:first-child { - margin-right: -2.5rem; - } - - .xxl\:first\:-mb-10:first-child { - margin-bottom: -2.5rem; - } - - .xxl\:first\:-ml-10:first-child { - margin-left: -2.5rem; - } - - .xxl\:first\:-mt-11:first-child { - margin-top: -2.75rem; - } - - .xxl\:first\:-mr-11:first-child { - margin-right: -2.75rem; - } - - .xxl\:first\:-mb-11:first-child { - margin-bottom: -2.75rem; - } - - .xxl\:first\:-ml-11:first-child { - margin-left: -2.75rem; - } - - .xxl\:first\:-mt-12:first-child { - margin-top: -3rem; - } - - .xxl\:first\:-mr-12:first-child { - margin-right: -3rem; - } - - .xxl\:first\:-mb-12:first-child { - margin-bottom: -3rem; - } - - .xxl\:first\:-ml-12:first-child { - margin-left: -3rem; - } - - .xxl\:first\:-mt-14:first-child { - margin-top: -3.5rem; - } - - .xxl\:first\:-mr-14:first-child { - margin-right: -3.5rem; - } - - .xxl\:first\:-mb-14:first-child { - margin-bottom: -3.5rem; - } - - .xxl\:first\:-ml-14:first-child { - margin-left: -3.5rem; - } - - .xxl\:first\:-mt-16:first-child { - margin-top: -4rem; - } - - .xxl\:first\:-mr-16:first-child { - margin-right: -4rem; - } - - .xxl\:first\:-mb-16:first-child { - margin-bottom: -4rem; - } - - .xxl\:first\:-ml-16:first-child { - margin-left: -4rem; - } - - .xxl\:first\:-mt-20:first-child { - margin-top: -5rem; - } - - .xxl\:first\:-mr-20:first-child { - margin-right: -5rem; - } - - .xxl\:first\:-mb-20:first-child { - margin-bottom: -5rem; - } - - .xxl\:first\:-ml-20:first-child { - margin-left: -5rem; - } - - .xxl\:first\:-mt-22:first-child { - margin-top: -5.625rem; - } - - .xxl\:first\:-mr-22:first-child { - margin-right: -5.625rem; - } - - .xxl\:first\:-mb-22:first-child { - margin-bottom: -5.625rem; - } - - .xxl\:first\:-ml-22:first-child { - margin-left: -5.625rem; - } - - .xxl\:first\:-mt-24:first-child { - margin-top: -6rem; - } - - .xxl\:first\:-mr-24:first-child { - margin-right: -6rem; - } - - .xxl\:first\:-mb-24:first-child { - margin-bottom: -6rem; - } - - .xxl\:first\:-ml-24:first-child { - margin-left: -6rem; - } - - .xxl\:first\:-mt-28:first-child { - margin-top: -7rem; - } - - .xxl\:first\:-mr-28:first-child { - margin-right: -7rem; - } - - .xxl\:first\:-mb-28:first-child { - margin-bottom: -7rem; - } - - .xxl\:first\:-ml-28:first-child { - margin-left: -7rem; - } - - .xxl\:first\:-mt-32:first-child { - margin-top: -8rem; - } - - .xxl\:first\:-mr-32:first-child { - margin-right: -8rem; - } - - .xxl\:first\:-mb-32:first-child { - margin-bottom: -8rem; - } - - .xxl\:first\:-ml-32:first-child { - margin-left: -8rem; - } - - .xxl\:first\:-mt-36:first-child { - margin-top: -9rem; - } - - .xxl\:first\:-mr-36:first-child { - margin-right: -9rem; - } - - .xxl\:first\:-mb-36:first-child { - margin-bottom: -9rem; - } - - .xxl\:first\:-ml-36:first-child { - margin-left: -9rem; - } - - .xxl\:first\:-mt-40:first-child { - margin-top: -10rem; - } - - .xxl\:first\:-mr-40:first-child { - margin-right: -10rem; - } - - .xxl\:first\:-mb-40:first-child { - margin-bottom: -10rem; - } - - .xxl\:first\:-ml-40:first-child { - margin-left: -10rem; - } - - .xxl\:first\:-mt-44:first-child { - margin-top: -11rem; - } - - .xxl\:first\:-mr-44:first-child { - margin-right: -11rem; - } - - .xxl\:first\:-mb-44:first-child { - margin-bottom: -11rem; - } - - .xxl\:first\:-ml-44:first-child { - margin-left: -11rem; - } - - .xxl\:first\:-mt-48:first-child { - margin-top: -12rem; - } - - .xxl\:first\:-mr-48:first-child { - margin-right: -12rem; - } - - .xxl\:first\:-mb-48:first-child { - margin-bottom: -12rem; - } - - .xxl\:first\:-ml-48:first-child { - margin-left: -12rem; - } - - .xxl\:first\:-mt-52:first-child { - margin-top: -13rem; - } - - .xxl\:first\:-mr-52:first-child { - margin-right: -13rem; - } - - .xxl\:first\:-mb-52:first-child { - margin-bottom: -13rem; - } - - .xxl\:first\:-ml-52:first-child { - margin-left: -13rem; - } - - .xxl\:first\:-mt-56:first-child { - margin-top: -14rem; - } - - .xxl\:first\:-mr-56:first-child { - margin-right: -14rem; - } - - .xxl\:first\:-mb-56:first-child { - margin-bottom: -14rem; - } - - .xxl\:first\:-ml-56:first-child { - margin-left: -14rem; - } - - .xxl\:first\:-mt-60:first-child { - margin-top: -240px; - } - - .xxl\:first\:-mr-60:first-child { - margin-right: -240px; - } - - .xxl\:first\:-mb-60:first-child { - margin-bottom: -240px; - } - - .xxl\:first\:-ml-60:first-child { - margin-left: -240px; - } - - .xxl\:first\:-mt-64:first-child { - margin-top: -16rem; - } - - .xxl\:first\:-mr-64:first-child { - margin-right: -16rem; - } - - .xxl\:first\:-mb-64:first-child { - margin-bottom: -16rem; - } - - .xxl\:first\:-ml-64:first-child { - margin-left: -16rem; - } - - .xxl\:first\:-mt-72:first-child { - margin-top: -18rem; - } - - .xxl\:first\:-mr-72:first-child { - margin-right: -18rem; - } - - .xxl\:first\:-mb-72:first-child { - margin-bottom: -18rem; - } - - .xxl\:first\:-ml-72:first-child { - margin-left: -18rem; - } - - .xxl\:first\:-mt-80:first-child { - margin-top: -20rem; - } - - .xxl\:first\:-mr-80:first-child { - margin-right: -20rem; - } - - .xxl\:first\:-mb-80:first-child { - margin-bottom: -20rem; - } - - .xxl\:first\:-ml-80:first-child { - margin-left: -20rem; - } - - .xxl\:first\:-mt-88:first-child { - margin-top: -22rem; - } - - .xxl\:first\:-mr-88:first-child { - margin-right: -22rem; - } - - .xxl\:first\:-mb-88:first-child { - margin-bottom: -22rem; - } - - .xxl\:first\:-ml-88:first-child { - margin-left: -22rem; - } - - .xxl\:first\:-mt-96:first-child { - margin-top: -24rem; - } - - .xxl\:first\:-mr-96:first-child { - margin-right: -24rem; - } - - .xxl\:first\:-mb-96:first-child { - margin-bottom: -24rem; - } - - .xxl\:first\:-ml-96:first-child { - margin-left: -24rem; - } - - .xxl\:first\:-mt-130:first-child { - margin-top: -560px; - } - - .xxl\:first\:-mr-130:first-child { - margin-right: -560px; - } - - .xxl\:first\:-mb-130:first-child { - margin-bottom: -560px; - } - - .xxl\:first\:-ml-130:first-child { - margin-left: -560px; - } - - .xxl\:first\:-mt-px:first-child { - margin-top: -1px; - } - - .xxl\:first\:-mr-px:first-child { - margin-right: -1px; - } - - .xxl\:first\:-mb-px:first-child { - margin-bottom: -1px; - } - - .xxl\:first\:-ml-px:first-child { - margin-left: -1px; - } - - .xxl\:first\:-mt-0\.5:first-child { - margin-top: -0.125rem; - } - - .xxl\:first\:-mr-0\.5:first-child { - margin-right: -0.125rem; - } - - .xxl\:first\:-mb-0\.5:first-child { - margin-bottom: -0.125rem; - } - - .xxl\:first\:-ml-0\.5:first-child { - margin-left: -0.125rem; - } - - .xxl\:first\:-mt-1\.5:first-child { - margin-top: -0.375rem; - } - - .xxl\:first\:-mr-1\.5:first-child { - margin-right: -0.375rem; - } - - .xxl\:first\:-mb-1\.5:first-child { - margin-bottom: -0.375rem; - } - - .xxl\:first\:-ml-1\.5:first-child { - margin-left: -0.375rem; - } - - .xxl\:first\:-mt-2\.5:first-child { - margin-top: -0.625rem; - } - - .xxl\:first\:-mr-2\.5:first-child { - margin-right: -0.625rem; - } - - .xxl\:first\:-mb-2\.5:first-child { - margin-bottom: -0.625rem; - } - - .xxl\:first\:-ml-2\.5:first-child { - margin-left: -0.625rem; - } - - .xxl\:first\:-mt-3\.5:first-child { - margin-top: -0.875rem; - } - - .xxl\:first\:-mr-3\.5:first-child { - margin-right: -0.875rem; - } - - .xxl\:first\:-mb-3\.5:first-child { - margin-bottom: -0.875rem; - } - - .xxl\:first\:-ml-3\.5:first-child { - margin-left: -0.875rem; - } - - .xxl\:max-h-0 { - max-height: 0px; - } - - .xxl\:max-h-1 { - max-height: 0.25rem; - } - - .xxl\:max-h-2 { - max-height: 0.5rem; - } - - .xxl\:max-h-3 { - max-height: 0.75rem; - } - - .xxl\:max-h-4 { - max-height: 1rem; - } - - .xxl\:max-h-5 { - max-height: 1.25rem; - } - - .xxl\:max-h-6 { - max-height: 1.5rem; - } - - .xxl\:max-h-7 { - max-height: 1.75rem; - } - - .xxl\:max-h-8 { - max-height: 2rem; - } - - .xxl\:max-h-9 { - max-height: 2.25rem; - } - - .xxl\:max-h-10 { - max-height: 2.5rem; - } - - .xxl\:max-h-11 { - max-height: 2.75rem; - } - - .xxl\:max-h-12 { - max-height: 3rem; - } - - .xxl\:max-h-14 { - max-height: 3.5rem; - } - - .xxl\:max-h-16 { - max-height: 4rem; - } - - .xxl\:max-h-20 { - max-height: 5rem; - } - - .xxl\:max-h-22 { - max-height: 5.625rem; - } - - .xxl\:max-h-24 { - max-height: 6rem; - } - - .xxl\:max-h-28 { - max-height: 7rem; - } - - .xxl\:max-h-32 { - max-height: 8rem; - } - - .xxl\:max-h-36 { - max-height: 9rem; - } - - .xxl\:max-h-40 { - max-height: 10rem; - } - - .xxl\:max-h-44 { - max-height: 11rem; - } - - .xxl\:max-h-48 { - max-height: 12rem; - } - - .xxl\:max-h-52 { - max-height: 13rem; - } - - .xxl\:max-h-56 { - max-height: 14rem; - } - - .xxl\:max-h-60 { - max-height: 240px; - } - - .xxl\:max-h-64 { - max-height: 16rem; - } - - .xxl\:max-h-72 { - max-height: 18rem; - } - - .xxl\:max-h-80 { - max-height: 20rem; - } - - .xxl\:max-h-88 { - max-height: 22rem; - } - - .xxl\:max-h-96 { - max-height: 24rem; - } - - .xxl\:max-h-130 { - max-height: 560px; - } - - .xxl\:max-h-px { - max-height: 1px; - } - - .xxl\:max-h-0\.5 { - max-height: 0.125rem; - } - - .xxl\:max-h-1\.5 { - max-height: 0.375rem; - } - - .xxl\:max-h-2\.5 { - max-height: 0.625rem; - } - - .xxl\:max-h-3\.5 { - max-height: 0.875rem; - } - - .xxl\:max-h-full { - max-height: 100%; - } - - .xxl\:max-h-screen { - max-height: 100vh; - } - - .xxl\:max-w-0 { - max-width: 0rem; - } - - .xxl\:max-w-none { - max-width: none; - } - - .xxl\:max-w-xs { - max-width: 20rem; - } - - .xxl\:max-w-sm { - max-width: 24rem; - } - - .xxl\:max-w-md { - max-width: 28rem; - } - - .xxl\:max-w-lg { - max-width: 32rem; - } - - .xxl\:max-w-xl { - max-width: 36rem; - } - - .xxl\:max-w-2xl { - max-width: 42rem; - } - - .xxl\:max-w-3xl { - max-width: 48rem; - } - - .xxl\:max-w-4xl { - max-width: 56rem; - } - - .xxl\:max-w-5xl { - max-width: 64rem; - } - - .xxl\:max-w-6xl { - max-width: 72rem; - } - - .xxl\:max-w-7xl { - max-width: 80rem; - } - - .xxl\:max-w-full { - max-width: 100%; - } - - .xxl\:max-w-min { - max-width: -webkit-min-content; - max-width: -moz-min-content; - max-width: min-content; - } - - .xxl\:max-w-max { - max-width: -webkit-max-content; - max-width: -moz-max-content; - max-width: max-content; - } - - .xxl\:max-w-prose { - max-width: 65ch; - } - - .xxl\:max-w-screen-sm { - max-width: 640px; - } - - .xxl\:max-w-screen-md { - max-width: 768px; - } - - .xxl\:max-w-screen-lg { - max-width: 1024px; - } - - .xxl\:max-w-screen-xl { - max-width: 1280px; - } - - .xxl\:max-w-screen-2xl { - max-width: 1536px; - } - - .xxl\:max-w-screen-xxl { - max-width: 1440px; - } - - .xxl\:min-h-0 { - min-height: 0px; - } - - .xxl\:min-h-10 { - min-height: 2.5rem; - } - - .xxl\:min-h-full { - min-height: 100%; - } - - .xxl\:min-h-screen { - min-height: 100vh; - } - - .xxl\:min-w-0 { - min-width: 0px; - } - - .xxl\:min-w-full { - min-width: 100%; - } - - .xxl\:min-w-min { - min-width: -webkit-min-content; - min-width: -moz-min-content; - min-width: min-content; - } - - .xxl\:min-w-max { - min-width: -webkit-max-content; - min-width: -moz-max-content; - min-width: max-content; - } - - .xxl\:object-contain { - -o-object-fit: contain; - object-fit: contain; - } - - .xxl\:object-cover { - -o-object-fit: cover; - object-fit: cover; - } - - .xxl\:object-fill { - -o-object-fit: fill; - object-fit: fill; - } - - .xxl\:object-none { - -o-object-fit: none; - object-fit: none; - } - - .xxl\:object-scale-down { - -o-object-fit: scale-down; - object-fit: scale-down; - } - - .xxl\:object-bottom { - -o-object-position: bottom; - object-position: bottom; - } - - .xxl\:object-center { - -o-object-position: center; - object-position: center; - } - - .xxl\:object-left { - -o-object-position: left; - object-position: left; - } - - .xxl\:object-left-bottom { - -o-object-position: left bottom; - object-position: left bottom; - } - - .xxl\:object-left-top { - -o-object-position: left top; - object-position: left top; - } - - .xxl\:object-right { - -o-object-position: right; - object-position: right; - } - - .xxl\:object-right-bottom { - -o-object-position: right bottom; - object-position: right bottom; - } - - .xxl\:object-right-top { - -o-object-position: right top; - object-position: right top; - } - - .xxl\:object-top { - -o-object-position: top; - object-position: top; - } - - .xxl\:opacity-0 { - opacity: 0; - } - - .xxl\:opacity-5 { - opacity: 0.05; - } - - .xxl\:opacity-10 { - opacity: 0.1; - } - - .xxl\:opacity-20 { - opacity: 0.2; - } - - .xxl\:opacity-25 { - opacity: 0.25; - } - - .xxl\:opacity-30 { - opacity: 0.3; - } - - .xxl\:opacity-40 { - opacity: 0.4; - } - - .xxl\:opacity-50 { - opacity: 0.5; - } - - .xxl\:opacity-60 { - opacity: 0.6; - } - - .xxl\:opacity-70 { - opacity: 0.7; - } - - .xxl\:opacity-75 { - opacity: 0.75; - } - - .xxl\:opacity-80 { - opacity: 0.8; - } - - .xxl\:opacity-90 { - opacity: 0.9; - } - - .xxl\:opacity-95 { - opacity: 0.95; - } - - .xxl\:opacity-100 { - opacity: 1; - } - - .group:hover .xxl\:group-hover\:opacity-0 { - opacity: 0; - } - - .group:hover .xxl\:group-hover\:opacity-5 { - opacity: 0.05; - } - - .group:hover .xxl\:group-hover\:opacity-10 { - opacity: 0.1; - } - - .group:hover .xxl\:group-hover\:opacity-20 { - opacity: 0.2; - } - - .group:hover .xxl\:group-hover\:opacity-25 { - opacity: 0.25; - } - - .group:hover .xxl\:group-hover\:opacity-30 { - opacity: 0.3; - } - - .group:hover .xxl\:group-hover\:opacity-40 { - opacity: 0.4; - } - - .group:hover .xxl\:group-hover\:opacity-50 { - opacity: 0.5; - } - - .group:hover .xxl\:group-hover\:opacity-60 { - opacity: 0.6; - } - - .group:hover .xxl\:group-hover\:opacity-70 { - opacity: 0.7; - } - - .group:hover .xxl\:group-hover\:opacity-75 { - opacity: 0.75; - } - - .group:hover .xxl\:group-hover\:opacity-80 { - opacity: 0.8; - } - - .group:hover .xxl\:group-hover\:opacity-90 { - opacity: 0.9; - } - - .group:hover .xxl\:group-hover\:opacity-95 { - opacity: 0.95; - } - - .group:hover .xxl\:group-hover\:opacity-100 { - opacity: 1; - } - - .xxl\:focus-within\:opacity-0:focus-within { - opacity: 0; - } - - .xxl\:focus-within\:opacity-5:focus-within { - opacity: 0.05; - } - - .xxl\:focus-within\:opacity-10:focus-within { - opacity: 0.1; - } - - .xxl\:focus-within\:opacity-20:focus-within { - opacity: 0.2; - } - - .xxl\:focus-within\:opacity-25:focus-within { - opacity: 0.25; - } - - .xxl\:focus-within\:opacity-30:focus-within { - opacity: 0.3; - } - - .xxl\:focus-within\:opacity-40:focus-within { - opacity: 0.4; - } - - .xxl\:focus-within\:opacity-50:focus-within { - opacity: 0.5; - } - - .xxl\:focus-within\:opacity-60:focus-within { - opacity: 0.6; - } - - .xxl\:focus-within\:opacity-70:focus-within { - opacity: 0.7; - } - - .xxl\:focus-within\:opacity-75:focus-within { - opacity: 0.75; - } - - .xxl\:focus-within\:opacity-80:focus-within { - opacity: 0.8; - } - - .xxl\:focus-within\:opacity-90:focus-within { - opacity: 0.9; - } - - .xxl\:focus-within\:opacity-95:focus-within { - opacity: 0.95; - } - - .xxl\:focus-within\:opacity-100:focus-within { - opacity: 1; - } - - .xxl\:hover\:opacity-0:hover { - opacity: 0; - } - - .xxl\:hover\:opacity-5:hover { - opacity: 0.05; - } - - .xxl\:hover\:opacity-10:hover { - opacity: 0.1; - } - - .xxl\:hover\:opacity-20:hover { - opacity: 0.2; - } - - .xxl\:hover\:opacity-25:hover { - opacity: 0.25; - } - - .xxl\:hover\:opacity-30:hover { - opacity: 0.3; - } - - .xxl\:hover\:opacity-40:hover { - opacity: 0.4; - } - - .xxl\:hover\:opacity-50:hover { - opacity: 0.5; - } - - .xxl\:hover\:opacity-60:hover { - opacity: 0.6; - } - - .xxl\:hover\:opacity-70:hover { - opacity: 0.7; - } - - .xxl\:hover\:opacity-75:hover { - opacity: 0.75; - } - - .xxl\:hover\:opacity-80:hover { - opacity: 0.8; - } - - .xxl\:hover\:opacity-90:hover { - opacity: 0.9; - } - - .xxl\:hover\:opacity-95:hover { - opacity: 0.95; - } - - .xxl\:hover\:opacity-100:hover { - opacity: 1; - } - - .xxl\:focus\:opacity-0:focus { - opacity: 0; - } - - .xxl\:focus\:opacity-5:focus { - opacity: 0.05; - } - - .xxl\:focus\:opacity-10:focus { - opacity: 0.1; - } - - .xxl\:focus\:opacity-20:focus { - opacity: 0.2; - } - - .xxl\:focus\:opacity-25:focus { - opacity: 0.25; - } - - .xxl\:focus\:opacity-30:focus { - opacity: 0.3; - } - - .xxl\:focus\:opacity-40:focus { - opacity: 0.4; - } - - .xxl\:focus\:opacity-50:focus { - opacity: 0.5; - } - - .xxl\:focus\:opacity-60:focus { - opacity: 0.6; - } - - .xxl\:focus\:opacity-70:focus { - opacity: 0.7; - } - - .xxl\:focus\:opacity-75:focus { - opacity: 0.75; - } - - .xxl\:focus\:opacity-80:focus { - opacity: 0.8; - } - - .xxl\:focus\:opacity-90:focus { - opacity: 0.9; - } - - .xxl\:focus\:opacity-95:focus { - opacity: 0.95; - } - - .xxl\:focus\:opacity-100:focus { - opacity: 1; - } - - .xxl\:outline-none { - outline: 2px solid transparent; - outline-offset: 2px; - } - - .xxl\:outline-white { - outline: 2px dotted white; - outline-offset: 2px; - } - - .xxl\:outline-black { - outline: 2px dotted black; - outline-offset: 2px; - } - - .xxl\:focus-within\:outline-none:focus-within { - outline: 2px solid transparent; - outline-offset: 2px; - } - - .xxl\:focus-within\:outline-white:focus-within { - outline: 2px dotted white; - outline-offset: 2px; - } - - .xxl\:focus-within\:outline-black:focus-within { - outline: 2px dotted black; - outline-offset: 2px; - } - - .xxl\:focus\:outline-none:focus { - outline: 2px solid transparent; - outline-offset: 2px; - } - - .xxl\:focus\:outline-white:focus { - outline: 2px dotted white; - outline-offset: 2px; - } - - .xxl\:focus\:outline-black:focus { - outline: 2px dotted black; - outline-offset: 2px; - } - - .xxl\:overflow-auto { - overflow: auto; - } - - .xxl\:overflow-hidden { - overflow: hidden; - } - - .xxl\:overflow-visible { - overflow: visible; - } - - .xxl\:overflow-scroll { - overflow: scroll; - } - - .xxl\:overflow-x-auto { - overflow-x: auto; - } - - .xxl\:overflow-y-auto { - overflow-y: auto; - } - - .xxl\:overflow-x-hidden { - overflow-x: hidden; - } - - .xxl\:overflow-y-hidden { - overflow-y: hidden; - } - - .xxl\:overflow-x-visible { - overflow-x: visible; - } - - .xxl\:overflow-y-visible { - overflow-y: visible; - } - - .xxl\:overflow-x-scroll { - overflow-x: scroll; - } - - .xxl\:overflow-y-scroll { - overflow-y: scroll; - } - - .xxl\:overscroll-auto { - -ms-scroll-chaining: chained; - overscroll-behavior: auto; - } - - .xxl\:overscroll-contain { - -ms-scroll-chaining: none; - overscroll-behavior: contain; - } - - .xxl\:overscroll-none { - -ms-scroll-chaining: none; - overscroll-behavior: none; - } - - .xxl\:overscroll-y-auto { - overscroll-behavior-y: auto; - } - - .xxl\:overscroll-y-contain { - overscroll-behavior-y: contain; - } - - .xxl\:overscroll-y-none { - overscroll-behavior-y: none; - } - - .xxl\:overscroll-x-auto { - overscroll-behavior-x: auto; - } - - .xxl\:overscroll-x-contain { - overscroll-behavior-x: contain; - } - - .xxl\:overscroll-x-none { - overscroll-behavior-x: none; - } - - .xxl\:p-0 { - padding: 0px; - } - - .xxl\:p-1 { - padding: 0.25rem; - } - - .xxl\:p-2 { - padding: 0.5rem; - } - - .xxl\:p-3 { - padding: 0.75rem; - } - - .xxl\:p-4 { - padding: 1rem; - } - - .xxl\:p-5 { - padding: 1.25rem; - } - - .xxl\:p-6 { - padding: 1.5rem; - } - - .xxl\:p-7 { - padding: 1.75rem; - } - - .xxl\:p-8 { - padding: 2rem; - } - - .xxl\:p-9 { - padding: 2.25rem; - } - - .xxl\:p-10 { - padding: 2.5rem; - } - - .xxl\:p-11 { - padding: 2.75rem; - } - - .xxl\:p-12 { - padding: 3rem; - } - - .xxl\:p-14 { - padding: 3.5rem; - } - - .xxl\:p-16 { - padding: 4rem; - } - - .xxl\:p-20 { - padding: 5rem; - } - - .xxl\:p-22 { - padding: 5.625rem; - } - - .xxl\:p-24 { - padding: 6rem; - } - - .xxl\:p-28 { - padding: 7rem; - } - - .xxl\:p-32 { - padding: 8rem; - } - - .xxl\:p-36 { - padding: 9rem; - } - - .xxl\:p-40 { - padding: 10rem; - } - - .xxl\:p-44 { - padding: 11rem; - } - - .xxl\:p-48 { - padding: 12rem; - } - - .xxl\:p-52 { - padding: 13rem; - } - - .xxl\:p-56 { - padding: 14rem; - } - - .xxl\:p-60 { - padding: 240px; - } - - .xxl\:p-64 { - padding: 16rem; - } - - .xxl\:p-72 { - padding: 18rem; - } - - .xxl\:p-80 { - padding: 20rem; - } - - .xxl\:p-88 { - padding: 22rem; - } - - .xxl\:p-96 { - padding: 24rem; - } - - .xxl\:p-130 { - padding: 560px; - } - - .xxl\:p-px { - padding: 1px; - } - - .xxl\:p-0\.5 { - padding: 0.125rem; - } - - .xxl\:p-1\.5 { - padding: 0.375rem; - } - - .xxl\:p-2\.5 { - padding: 0.625rem; - } - - .xxl\:p-3\.5 { - padding: 0.875rem; - } - - .xxl\:py-0 { - padding-top: 0px; - padding-bottom: 0px; - } - - .xxl\:px-0 { - padding-left: 0px; - padding-right: 0px; - } - - .xxl\:py-1 { - padding-top: 0.25rem; - padding-bottom: 0.25rem; - } - - .xxl\:px-1 { - padding-left: 0.25rem; - padding-right: 0.25rem; - } - - .xxl\:py-2 { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - } - - .xxl\:px-2 { - padding-left: 0.5rem; - padding-right: 0.5rem; - } - - .xxl\:py-3 { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - } - - .xxl\:px-3 { - padding-left: 0.75rem; - padding-right: 0.75rem; - } - - .xxl\:py-4 { - padding-top: 1rem; - padding-bottom: 1rem; - } - - .xxl\:px-4 { - padding-left: 1rem; - padding-right: 1rem; - } - - .xxl\:py-5 { - padding-top: 1.25rem; - padding-bottom: 1.25rem; - } - - .xxl\:px-5 { - padding-left: 1.25rem; - padding-right: 1.25rem; - } - - .xxl\:py-6 { - padding-top: 1.5rem; - padding-bottom: 1.5rem; - } - - .xxl\:px-6 { - padding-left: 1.5rem; - padding-right: 1.5rem; - } - - .xxl\:py-7 { - padding-top: 1.75rem; - padding-bottom: 1.75rem; - } - - .xxl\:px-7 { - padding-left: 1.75rem; - padding-right: 1.75rem; - } - - .xxl\:py-8 { - padding-top: 2rem; - padding-bottom: 2rem; - } - - .xxl\:px-8 { - padding-left: 2rem; - padding-right: 2rem; - } - - .xxl\:py-9 { - padding-top: 2.25rem; - padding-bottom: 2.25rem; - } - - .xxl\:px-9 { - padding-left: 2.25rem; - padding-right: 2.25rem; - } - - .xxl\:py-10 { - padding-top: 2.5rem; - padding-bottom: 2.5rem; - } - - .xxl\:px-10 { - padding-left: 2.5rem; - padding-right: 2.5rem; - } - - .xxl\:py-11 { - padding-top: 2.75rem; - padding-bottom: 2.75rem; - } - - .xxl\:px-11 { - padding-left: 2.75rem; - padding-right: 2.75rem; - } - - .xxl\:py-12 { - padding-top: 3rem; - padding-bottom: 3rem; - } - - .xxl\:px-12 { - padding-left: 3rem; - padding-right: 3rem; - } - - .xxl\:py-14 { - padding-top: 3.5rem; - padding-bottom: 3.5rem; - } - - .xxl\:px-14 { - padding-left: 3.5rem; - padding-right: 3.5rem; - } - - .xxl\:py-16 { - padding-top: 4rem; - padding-bottom: 4rem; - } - - .xxl\:px-16 { - padding-left: 4rem; - padding-right: 4rem; - } - - .xxl\:py-20 { - padding-top: 5rem; - padding-bottom: 5rem; - } - - .xxl\:px-20 { - padding-left: 5rem; - padding-right: 5rem; - } - - .xxl\:py-22 { - padding-top: 5.625rem; - padding-bottom: 5.625rem; - } - - .xxl\:px-22 { - padding-left: 5.625rem; - padding-right: 5.625rem; - } - - .xxl\:py-24 { - padding-top: 6rem; - padding-bottom: 6rem; - } - - .xxl\:px-24 { - padding-left: 6rem; - padding-right: 6rem; - } - - .xxl\:py-28 { - padding-top: 7rem; - padding-bottom: 7rem; - } - - .xxl\:px-28 { - padding-left: 7rem; - padding-right: 7rem; - } - - .xxl\:py-32 { - padding-top: 8rem; - padding-bottom: 8rem; - } - - .xxl\:px-32 { - padding-left: 8rem; - padding-right: 8rem; - } - - .xxl\:py-36 { - padding-top: 9rem; - padding-bottom: 9rem; - } - - .xxl\:px-36 { - padding-left: 9rem; - padding-right: 9rem; - } - - .xxl\:py-40 { - padding-top: 10rem; - padding-bottom: 10rem; - } - - .xxl\:px-40 { - padding-left: 10rem; - padding-right: 10rem; - } - - .xxl\:py-44 { - padding-top: 11rem; - padding-bottom: 11rem; - } - - .xxl\:px-44 { - padding-left: 11rem; - padding-right: 11rem; - } - - .xxl\:py-48 { - padding-top: 12rem; - padding-bottom: 12rem; - } - - .xxl\:px-48 { - padding-left: 12rem; - padding-right: 12rem; - } - - .xxl\:py-52 { - padding-top: 13rem; - padding-bottom: 13rem; - } - - .xxl\:px-52 { - padding-left: 13rem; - padding-right: 13rem; - } - - .xxl\:py-56 { - padding-top: 14rem; - padding-bottom: 14rem; - } - - .xxl\:px-56 { - padding-left: 14rem; - padding-right: 14rem; - } - - .xxl\:py-60 { - padding-top: 240px; - padding-bottom: 240px; - } - - .xxl\:px-60 { - padding-left: 240px; - padding-right: 240px; - } - - .xxl\:py-64 { - padding-top: 16rem; - padding-bottom: 16rem; - } - - .xxl\:px-64 { - padding-left: 16rem; - padding-right: 16rem; - } - - .xxl\:py-72 { - padding-top: 18rem; - padding-bottom: 18rem; - } - - .xxl\:px-72 { - padding-left: 18rem; - padding-right: 18rem; - } - - .xxl\:py-80 { - padding-top: 20rem; - padding-bottom: 20rem; - } - - .xxl\:px-80 { - padding-left: 20rem; - padding-right: 20rem; - } - - .xxl\:py-88 { - padding-top: 22rem; - padding-bottom: 22rem; - } - - .xxl\:px-88 { - padding-left: 22rem; - padding-right: 22rem; - } - - .xxl\:py-96 { - padding-top: 24rem; - padding-bottom: 24rem; - } - - .xxl\:px-96 { - padding-left: 24rem; - padding-right: 24rem; - } - - .xxl\:py-130 { - padding-top: 560px; - padding-bottom: 560px; - } - - .xxl\:px-130 { - padding-left: 560px; - padding-right: 560px; - } - - .xxl\:py-px { - padding-top: 1px; - padding-bottom: 1px; - } - - .xxl\:px-px { - padding-left: 1px; - padding-right: 1px; - } - - .xxl\:py-0\.5 { - padding-top: 0.125rem; - padding-bottom: 0.125rem; - } - - .xxl\:px-0\.5 { - padding-left: 0.125rem; - padding-right: 0.125rem; - } - - .xxl\:py-1\.5 { - padding-top: 0.375rem; - padding-bottom: 0.375rem; - } - - .xxl\:px-1\.5 { - padding-left: 0.375rem; - padding-right: 0.375rem; - } - - .xxl\:py-2\.5 { - padding-top: 0.625rem; - padding-bottom: 0.625rem; - } - - .xxl\:px-2\.5 { - padding-left: 0.625rem; - padding-right: 0.625rem; - } - - .xxl\:py-3\.5 { - padding-top: 0.875rem; - padding-bottom: 0.875rem; - } - - .xxl\:px-3\.5 { - padding-left: 0.875rem; - padding-right: 0.875rem; - } - - .xxl\:pt-0 { - padding-top: 0px; - } - - .xxl\:pr-0 { - padding-right: 0px; - } - - .xxl\:pb-0 { - padding-bottom: 0px; - } - - .xxl\:pl-0 { - padding-left: 0px; - } - - .xxl\:pt-1 { - padding-top: 0.25rem; - } - - .xxl\:pr-1 { - padding-right: 0.25rem; - } - - .xxl\:pb-1 { - padding-bottom: 0.25rem; - } - - .xxl\:pl-1 { - padding-left: 0.25rem; - } - - .xxl\:pt-2 { - padding-top: 0.5rem; - } - - .xxl\:pr-2 { - padding-right: 0.5rem; - } - - .xxl\:pb-2 { - padding-bottom: 0.5rem; - } - - .xxl\:pl-2 { - padding-left: 0.5rem; - } - - .xxl\:pt-3 { - padding-top: 0.75rem; - } - - .xxl\:pr-3 { - padding-right: 0.75rem; - } - - .xxl\:pb-3 { - padding-bottom: 0.75rem; - } - - .xxl\:pl-3 { - padding-left: 0.75rem; - } - - .xxl\:pt-4 { - padding-top: 1rem; - } - - .xxl\:pr-4 { - padding-right: 1rem; - } - - .xxl\:pb-4 { - padding-bottom: 1rem; - } - - .xxl\:pl-4 { - padding-left: 1rem; - } - - .xxl\:pt-5 { - padding-top: 1.25rem; - } - - .xxl\:pr-5 { - padding-right: 1.25rem; - } - - .xxl\:pb-5 { - padding-bottom: 1.25rem; - } - - .xxl\:pl-5 { - padding-left: 1.25rem; - } - - .xxl\:pt-6 { - padding-top: 1.5rem; - } - - .xxl\:pr-6 { - padding-right: 1.5rem; - } - - .xxl\:pb-6 { - padding-bottom: 1.5rem; - } - - .xxl\:pl-6 { - padding-left: 1.5rem; - } - - .xxl\:pt-7 { - padding-top: 1.75rem; - } - - .xxl\:pr-7 { - padding-right: 1.75rem; - } - - .xxl\:pb-7 { - padding-bottom: 1.75rem; - } - - .xxl\:pl-7 { - padding-left: 1.75rem; - } - - .xxl\:pt-8 { - padding-top: 2rem; - } - - .xxl\:pr-8 { - padding-right: 2rem; - } - - .xxl\:pb-8 { - padding-bottom: 2rem; - } - - .xxl\:pl-8 { - padding-left: 2rem; - } - - .xxl\:pt-9 { - padding-top: 2.25rem; - } - - .xxl\:pr-9 { - padding-right: 2.25rem; - } - - .xxl\:pb-9 { - padding-bottom: 2.25rem; - } - - .xxl\:pl-9 { - padding-left: 2.25rem; - } - - .xxl\:pt-10 { - padding-top: 2.5rem; - } - - .xxl\:pr-10 { - padding-right: 2.5rem; - } - - .xxl\:pb-10 { - padding-bottom: 2.5rem; - } - - .xxl\:pl-10 { - padding-left: 2.5rem; - } - - .xxl\:pt-11 { - padding-top: 2.75rem; - } - - .xxl\:pr-11 { - padding-right: 2.75rem; - } - - .xxl\:pb-11 { - padding-bottom: 2.75rem; - } - - .xxl\:pl-11 { - padding-left: 2.75rem; - } - - .xxl\:pt-12 { - padding-top: 3rem; - } - - .xxl\:pr-12 { - padding-right: 3rem; - } - - .xxl\:pb-12 { - padding-bottom: 3rem; - } - - .xxl\:pl-12 { - padding-left: 3rem; - } - - .xxl\:pt-14 { - padding-top: 3.5rem; - } - - .xxl\:pr-14 { - padding-right: 3.5rem; - } - - .xxl\:pb-14 { - padding-bottom: 3.5rem; - } - - .xxl\:pl-14 { - padding-left: 3.5rem; - } - - .xxl\:pt-16 { - padding-top: 4rem; - } - - .xxl\:pr-16 { - padding-right: 4rem; - } - - .xxl\:pb-16 { - padding-bottom: 4rem; - } - - .xxl\:pl-16 { - padding-left: 4rem; - } - - .xxl\:pt-20 { - padding-top: 5rem; - } - - .xxl\:pr-20 { - padding-right: 5rem; - } - - .xxl\:pb-20 { - padding-bottom: 5rem; - } - - .xxl\:pl-20 { - padding-left: 5rem; - } - - .xxl\:pt-22 { - padding-top: 5.625rem; - } - - .xxl\:pr-22 { - padding-right: 5.625rem; - } - - .xxl\:pb-22 { - padding-bottom: 5.625rem; - } - - .xxl\:pl-22 { - padding-left: 5.625rem; - } - - .xxl\:pt-24 { - padding-top: 6rem; - } - - .xxl\:pr-24 { - padding-right: 6rem; - } - - .xxl\:pb-24 { - padding-bottom: 6rem; - } - - .xxl\:pl-24 { - padding-left: 6rem; - } - - .xxl\:pt-28 { - padding-top: 7rem; - } - - .xxl\:pr-28 { - padding-right: 7rem; - } - - .xxl\:pb-28 { - padding-bottom: 7rem; - } - - .xxl\:pl-28 { - padding-left: 7rem; - } - - .xxl\:pt-32 { - padding-top: 8rem; - } - - .xxl\:pr-32 { - padding-right: 8rem; - } - - .xxl\:pb-32 { - padding-bottom: 8rem; - } - - .xxl\:pl-32 { - padding-left: 8rem; - } - - .xxl\:pt-36 { - padding-top: 9rem; - } - - .xxl\:pr-36 { - padding-right: 9rem; - } - - .xxl\:pb-36 { - padding-bottom: 9rem; - } - - .xxl\:pl-36 { - padding-left: 9rem; - } - - .xxl\:pt-40 { - padding-top: 10rem; - } - - .xxl\:pr-40 { - padding-right: 10rem; - } - - .xxl\:pb-40 { - padding-bottom: 10rem; - } - - .xxl\:pl-40 { - padding-left: 10rem; - } - - .xxl\:pt-44 { - padding-top: 11rem; - } - - .xxl\:pr-44 { - padding-right: 11rem; - } - - .xxl\:pb-44 { - padding-bottom: 11rem; - } - - .xxl\:pl-44 { - padding-left: 11rem; - } - - .xxl\:pt-48 { - padding-top: 12rem; - } - - .xxl\:pr-48 { - padding-right: 12rem; - } - - .xxl\:pb-48 { - padding-bottom: 12rem; - } - - .xxl\:pl-48 { - padding-left: 12rem; - } - - .xxl\:pt-52 { - padding-top: 13rem; - } - - .xxl\:pr-52 { - padding-right: 13rem; - } - - .xxl\:pb-52 { - padding-bottom: 13rem; - } - - .xxl\:pl-52 { - padding-left: 13rem; - } - - .xxl\:pt-56 { - padding-top: 14rem; - } - - .xxl\:pr-56 { - padding-right: 14rem; - } - - .xxl\:pb-56 { - padding-bottom: 14rem; - } - - .xxl\:pl-56 { - padding-left: 14rem; - } - - .xxl\:pt-60 { - padding-top: 240px; - } - - .xxl\:pr-60 { - padding-right: 240px; - } - - .xxl\:pb-60 { - padding-bottom: 240px; - } - - .xxl\:pl-60 { - padding-left: 240px; - } - - .xxl\:pt-64 { - padding-top: 16rem; - } - - .xxl\:pr-64 { - padding-right: 16rem; - } - - .xxl\:pb-64 { - padding-bottom: 16rem; - } - - .xxl\:pl-64 { - padding-left: 16rem; - } - - .xxl\:pt-72 { - padding-top: 18rem; - } - - .xxl\:pr-72 { - padding-right: 18rem; - } - - .xxl\:pb-72 { - padding-bottom: 18rem; - } - - .xxl\:pl-72 { - padding-left: 18rem; - } - - .xxl\:pt-80 { - padding-top: 20rem; - } - - .xxl\:pr-80 { - padding-right: 20rem; - } - - .xxl\:pb-80 { - padding-bottom: 20rem; - } - - .xxl\:pl-80 { - padding-left: 20rem; - } - - .xxl\:pt-88 { - padding-top: 22rem; - } - - .xxl\:pr-88 { - padding-right: 22rem; - } - - .xxl\:pb-88 { - padding-bottom: 22rem; - } - - .xxl\:pl-88 { - padding-left: 22rem; - } - - .xxl\:pt-96 { - padding-top: 24rem; - } - - .xxl\:pr-96 { - padding-right: 24rem; - } - - .xxl\:pb-96 { - padding-bottom: 24rem; - } - - .xxl\:pl-96 { - padding-left: 24rem; - } - - .xxl\:pt-130 { - padding-top: 560px; - } - - .xxl\:pr-130 { - padding-right: 560px; - } - - .xxl\:pb-130 { - padding-bottom: 560px; - } - - .xxl\:pl-130 { - padding-left: 560px; - } - - .xxl\:pt-px { - padding-top: 1px; - } - - .xxl\:pr-px { - padding-right: 1px; - } - - .xxl\:pb-px { - padding-bottom: 1px; - } - - .xxl\:pl-px { - padding-left: 1px; - } - - .xxl\:pt-0\.5 { - padding-top: 0.125rem; - } - - .xxl\:pr-0\.5 { - padding-right: 0.125rem; - } - - .xxl\:pb-0\.5 { - padding-bottom: 0.125rem; - } - - .xxl\:pl-0\.5 { - padding-left: 0.125rem; - } - - .xxl\:pt-1\.5 { - padding-top: 0.375rem; - } - - .xxl\:pr-1\.5 { - padding-right: 0.375rem; - } - - .xxl\:pb-1\.5 { - padding-bottom: 0.375rem; - } - - .xxl\:pl-1\.5 { - padding-left: 0.375rem; - } - - .xxl\:pt-2\.5 { - padding-top: 0.625rem; - } - - .xxl\:pr-2\.5 { - padding-right: 0.625rem; - } - - .xxl\:pb-2\.5 { - padding-bottom: 0.625rem; - } - - .xxl\:pl-2\.5 { - padding-left: 0.625rem; - } - - .xxl\:pt-3\.5 { - padding-top: 0.875rem; - } - - .xxl\:pr-3\.5 { - padding-right: 0.875rem; - } - - .xxl\:pb-3\.5 { - padding-bottom: 0.875rem; - } - - .xxl\:pl-3\.5 { - padding-left: 0.875rem; - } - - .xxl\:placeholder-transparent::-moz-placeholder { - color: transparent; - } - - .xxl\:placeholder-transparent:-ms-input-placeholder { - color: transparent; - } - - .xxl\:placeholder-transparent::placeholder { - color: transparent; - } - - .xxl\:placeholder-current::-moz-placeholder { - color: currentColor; - } - - .xxl\:placeholder-current:-ms-input-placeholder { - color: currentColor; - } - - .xxl\:placeholder-current::placeholder { - color: currentColor; - } - - .xxl\:placeholder-black::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-black:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-black::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-white::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-white:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-white::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-red-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-yellow-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-green-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-blue-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-indigo-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-primary-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-danger::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-danger:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-danger::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-success::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-success:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-success::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-warning::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-warning:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-warning::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-info::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-info:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-info::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-transparent:focus::-moz-placeholder { - color: transparent; - } - - .xxl\:focus\:placeholder-transparent:focus:-ms-input-placeholder { - color: transparent; - } - - .xxl\:focus\:placeholder-transparent:focus::placeholder { - color: transparent; - } - - .xxl\:focus\:placeholder-current:focus::-moz-placeholder { - color: currentColor; - } - - .xxl\:focus\:placeholder-current:focus:-ms-input-placeholder { - color: currentColor; - } - - .xxl\:focus\:placeholder-current:focus::placeholder { - color: currentColor; - } - - .xxl\:focus\:placeholder-black:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-black:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-black:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 4, 5, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-white:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-white:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-white:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 250, 252, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 242, 247, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(203, 213, 224, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(160, 174, 192, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(113, 128, 150, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(74, 85, 104, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(45, 55, 72, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 32, 44, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 226, 226, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 202, 202, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 165, 165, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(248, 113, 113, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 68, 68, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(220, 38, 38, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(185, 28, 28, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(153, 27, 27, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-red-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-yellow-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-green-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-blue-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-indigo-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(247, 246, 253, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 238, 251, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(213, 212, 245, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(188, 185, 239, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(138, 133, 228, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(88, 81, 216, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(79, 73, 194, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(53, 49, 130, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(40, 36, 97, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-primary-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(26, 24, 65, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-danger:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-danger:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-danger:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 113, 120, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-success:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-success:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-success:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(0, 201, 156, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-warning:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-warning:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-warning:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 175, 78, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-info:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-info:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .xxl\:focus\:placeholder-info:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(21, 178, 236, var(--tw-placeholder-opacity)); - } - - .xxl\:placeholder-opacity-0::-moz-placeholder { - --tw-placeholder-opacity: 0; - } - - .xxl\:placeholder-opacity-0:-ms-input-placeholder { - --tw-placeholder-opacity: 0; - } - - .xxl\:placeholder-opacity-0::placeholder { - --tw-placeholder-opacity: 0; - } - - .xxl\:placeholder-opacity-5::-moz-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .xxl\:placeholder-opacity-5:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .xxl\:placeholder-opacity-5::placeholder { - --tw-placeholder-opacity: 0.05; - } - - .xxl\:placeholder-opacity-10::-moz-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .xxl\:placeholder-opacity-10:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .xxl\:placeholder-opacity-10::placeholder { - --tw-placeholder-opacity: 0.1; - } - - .xxl\:placeholder-opacity-20::-moz-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .xxl\:placeholder-opacity-20:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .xxl\:placeholder-opacity-20::placeholder { - --tw-placeholder-opacity: 0.2; - } - - .xxl\:placeholder-opacity-25::-moz-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .xxl\:placeholder-opacity-25:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .xxl\:placeholder-opacity-25::placeholder { - --tw-placeholder-opacity: 0.25; - } - - .xxl\:placeholder-opacity-30::-moz-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .xxl\:placeholder-opacity-30:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .xxl\:placeholder-opacity-30::placeholder { - --tw-placeholder-opacity: 0.3; - } - - .xxl\:placeholder-opacity-40::-moz-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .xxl\:placeholder-opacity-40:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .xxl\:placeholder-opacity-40::placeholder { - --tw-placeholder-opacity: 0.4; - } - - .xxl\:placeholder-opacity-50::-moz-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .xxl\:placeholder-opacity-50:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .xxl\:placeholder-opacity-50::placeholder { - --tw-placeholder-opacity: 0.5; - } - - .xxl\:placeholder-opacity-60::-moz-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .xxl\:placeholder-opacity-60:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .xxl\:placeholder-opacity-60::placeholder { - --tw-placeholder-opacity: 0.6; - } - - .xxl\:placeholder-opacity-70::-moz-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .xxl\:placeholder-opacity-70:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .xxl\:placeholder-opacity-70::placeholder { - --tw-placeholder-opacity: 0.7; - } - - .xxl\:placeholder-opacity-75::-moz-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .xxl\:placeholder-opacity-75:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .xxl\:placeholder-opacity-75::placeholder { - --tw-placeholder-opacity: 0.75; - } - - .xxl\:placeholder-opacity-80::-moz-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .xxl\:placeholder-opacity-80:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .xxl\:placeholder-opacity-80::placeholder { - --tw-placeholder-opacity: 0.8; - } - - .xxl\:placeholder-opacity-90::-moz-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .xxl\:placeholder-opacity-90:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .xxl\:placeholder-opacity-90::placeholder { - --tw-placeholder-opacity: 0.9; - } - - .xxl\:placeholder-opacity-95::-moz-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .xxl\:placeholder-opacity-95:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .xxl\:placeholder-opacity-95::placeholder { - --tw-placeholder-opacity: 0.95; - } - - .xxl\:placeholder-opacity-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - } - - .xxl\:placeholder-opacity-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - } - - .xxl\:placeholder-opacity-100::placeholder { - --tw-placeholder-opacity: 1; - } - - .xxl\:focus\:placeholder-opacity-0:focus::-moz-placeholder { - --tw-placeholder-opacity: 0; - } - - .xxl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0; - } - - .xxl\:focus\:placeholder-opacity-0:focus::placeholder { - --tw-placeholder-opacity: 0; - } - - .xxl\:focus\:placeholder-opacity-5:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .xxl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.05; - } - - .xxl\:focus\:placeholder-opacity-5:focus::placeholder { - --tw-placeholder-opacity: 0.05; - } - - .xxl\:focus\:placeholder-opacity-10:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .xxl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.1; - } - - .xxl\:focus\:placeholder-opacity-10:focus::placeholder { - --tw-placeholder-opacity: 0.1; - } - - .xxl\:focus\:placeholder-opacity-20:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .xxl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.2; - } - - .xxl\:focus\:placeholder-opacity-20:focus::placeholder { - --tw-placeholder-opacity: 0.2; - } - - .xxl\:focus\:placeholder-opacity-25:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .xxl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.25; - } - - .xxl\:focus\:placeholder-opacity-25:focus::placeholder { - --tw-placeholder-opacity: 0.25; - } - - .xxl\:focus\:placeholder-opacity-30:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .xxl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.3; - } - - .xxl\:focus\:placeholder-opacity-30:focus::placeholder { - --tw-placeholder-opacity: 0.3; - } - - .xxl\:focus\:placeholder-opacity-40:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .xxl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.4; - } - - .xxl\:focus\:placeholder-opacity-40:focus::placeholder { - --tw-placeholder-opacity: 0.4; - } - - .xxl\:focus\:placeholder-opacity-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .xxl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.5; - } - - .xxl\:focus\:placeholder-opacity-50:focus::placeholder { - --tw-placeholder-opacity: 0.5; - } - - .xxl\:focus\:placeholder-opacity-60:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .xxl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.6; - } - - .xxl\:focus\:placeholder-opacity-60:focus::placeholder { - --tw-placeholder-opacity: 0.6; - } - - .xxl\:focus\:placeholder-opacity-70:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .xxl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.7; - } - - .xxl\:focus\:placeholder-opacity-70:focus::placeholder { - --tw-placeholder-opacity: 0.7; - } - - .xxl\:focus\:placeholder-opacity-75:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .xxl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.75; - } - - .xxl\:focus\:placeholder-opacity-75:focus::placeholder { - --tw-placeholder-opacity: 0.75; - } - - .xxl\:focus\:placeholder-opacity-80:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .xxl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.8; - } - - .xxl\:focus\:placeholder-opacity-80:focus::placeholder { - --tw-placeholder-opacity: 0.8; - } - - .xxl\:focus\:placeholder-opacity-90:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .xxl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.9; - } - - .xxl\:focus\:placeholder-opacity-90:focus::placeholder { - --tw-placeholder-opacity: 0.9; - } - - .xxl\:focus\:placeholder-opacity-95:focus::-moz-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .xxl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 0.95; - } - - .xxl\:focus\:placeholder-opacity-95:focus::placeholder { - --tw-placeholder-opacity: 0.95; - } - - .xxl\:focus\:placeholder-opacity-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - } - - .xxl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - } - - .xxl\:focus\:placeholder-opacity-100:focus::placeholder { - --tw-placeholder-opacity: 1; - } - - .xxl\:pointer-events-none { - pointer-events: none; - } - - .xxl\:pointer-events-auto { - pointer-events: auto; - } - - .xxl\:static { - position: static; - } - - .xxl\:fixed { - position: fixed; - } - - .xxl\:absolute { - position: absolute; - } - - .xxl\:relative { - position: relative; - } - - .xxl\:sticky { - position: -webkit-sticky; - position: sticky; - } - - .xxl\:inset-0 { - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - } - - .xxl\:inset-1 { - top: 0.25rem; - right: 0.25rem; - bottom: 0.25rem; - left: 0.25rem; - } - - .xxl\:inset-2 { - top: 0.5rem; - right: 0.5rem; - bottom: 0.5rem; - left: 0.5rem; - } - - .xxl\:inset-3 { - top: 0.75rem; - right: 0.75rem; - bottom: 0.75rem; - left: 0.75rem; - } - - .xxl\:inset-4 { - top: 1rem; - right: 1rem; - bottom: 1rem; - left: 1rem; - } - - .xxl\:inset-5 { - top: 1.25rem; - right: 1.25rem; - bottom: 1.25rem; - left: 1.25rem; - } - - .xxl\:inset-6 { - top: 1.5rem; - right: 1.5rem; - bottom: 1.5rem; - left: 1.5rem; - } - - .xxl\:inset-7 { - top: 1.75rem; - right: 1.75rem; - bottom: 1.75rem; - left: 1.75rem; - } - - .xxl\:inset-8 { - top: 2rem; - right: 2rem; - bottom: 2rem; - left: 2rem; - } - - .xxl\:inset-9 { - top: 2.25rem; - right: 2.25rem; - bottom: 2.25rem; - left: 2.25rem; - } - - .xxl\:inset-10 { - top: 2.5rem; - right: 2.5rem; - bottom: 2.5rem; - left: 2.5rem; - } - - .xxl\:inset-11 { - top: 2.75rem; - right: 2.75rem; - bottom: 2.75rem; - left: 2.75rem; - } - - .xxl\:inset-12 { - top: 3rem; - right: 3rem; - bottom: 3rem; - left: 3rem; - } - - .xxl\:inset-14 { - top: 3.5rem; - right: 3.5rem; - bottom: 3.5rem; - left: 3.5rem; - } - - .xxl\:inset-16 { - top: 4rem; - right: 4rem; - bottom: 4rem; - left: 4rem; - } - - .xxl\:inset-20 { - top: 5rem; - right: 5rem; - bottom: 5rem; - left: 5rem; - } - - .xxl\:inset-22 { - top: 5.625rem; - right: 5.625rem; - bottom: 5.625rem; - left: 5.625rem; - } - - .xxl\:inset-24 { - top: 6rem; - right: 6rem; - bottom: 6rem; - left: 6rem; - } - - .xxl\:inset-28 { - top: 7rem; - right: 7rem; - bottom: 7rem; - left: 7rem; - } - - .xxl\:inset-32 { - top: 8rem; - right: 8rem; - bottom: 8rem; - left: 8rem; - } - - .xxl\:inset-36 { - top: 9rem; - right: 9rem; - bottom: 9rem; - left: 9rem; - } - - .xxl\:inset-40 { - top: 10rem; - right: 10rem; - bottom: 10rem; - left: 10rem; - } - - .xxl\:inset-44 { - top: 11rem; - right: 11rem; - bottom: 11rem; - left: 11rem; - } - - .xxl\:inset-48 { - top: 12rem; - right: 12rem; - bottom: 12rem; - left: 12rem; - } - - .xxl\:inset-52 { - top: 13rem; - right: 13rem; - bottom: 13rem; - left: 13rem; - } - - .xxl\:inset-56 { - top: 14rem; - right: 14rem; - bottom: 14rem; - left: 14rem; - } - - .xxl\:inset-60 { - top: 240px; - right: 240px; - bottom: 240px; - left: 240px; - } - - .xxl\:inset-64 { - top: 16rem; - right: 16rem; - bottom: 16rem; - left: 16rem; - } - - .xxl\:inset-72 { - top: 18rem; - right: 18rem; - bottom: 18rem; - left: 18rem; - } - - .xxl\:inset-80 { - top: 20rem; - right: 20rem; - bottom: 20rem; - left: 20rem; - } - - .xxl\:inset-88 { - top: 22rem; - right: 22rem; - bottom: 22rem; - left: 22rem; - } - - .xxl\:inset-96 { - top: 24rem; - right: 24rem; - bottom: 24rem; - left: 24rem; - } - - .xxl\:inset-130 { - top: 560px; - right: 560px; - bottom: 560px; - left: 560px; - } - - .xxl\:inset-auto { - top: auto; - right: auto; - bottom: auto; - left: auto; - } - - .xxl\:inset-px { - top: 1px; - right: 1px; - bottom: 1px; - left: 1px; - } - - .xxl\:inset-0\.5 { - top: 0.125rem; - right: 0.125rem; - bottom: 0.125rem; - left: 0.125rem; - } - - .xxl\:inset-1\.5 { - top: 0.375rem; - right: 0.375rem; - bottom: 0.375rem; - left: 0.375rem; - } - - .xxl\:inset-2\.5 { - top: 0.625rem; - right: 0.625rem; - bottom: 0.625rem; - left: 0.625rem; - } - - .xxl\:inset-3\.5 { - top: 0.875rem; - right: 0.875rem; - bottom: 0.875rem; - left: 0.875rem; - } - - .xxl\:-inset-0 { - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; - } - - .xxl\:-inset-1 { - top: -0.25rem; - right: -0.25rem; - bottom: -0.25rem; - left: -0.25rem; - } - - .xxl\:-inset-2 { - top: -0.5rem; - right: -0.5rem; - bottom: -0.5rem; - left: -0.5rem; - } - - .xxl\:-inset-3 { - top: -0.75rem; - right: -0.75rem; - bottom: -0.75rem; - left: -0.75rem; - } - - .xxl\:-inset-4 { - top: -1rem; - right: -1rem; - bottom: -1rem; - left: -1rem; - } - - .xxl\:-inset-5 { - top: -1.25rem; - right: -1.25rem; - bottom: -1.25rem; - left: -1.25rem; - } - - .xxl\:-inset-6 { - top: -1.5rem; - right: -1.5rem; - bottom: -1.5rem; - left: -1.5rem; - } - - .xxl\:-inset-7 { - top: -1.75rem; - right: -1.75rem; - bottom: -1.75rem; - left: -1.75rem; - } - - .xxl\:-inset-8 { - top: -2rem; - right: -2rem; - bottom: -2rem; - left: -2rem; - } - - .xxl\:-inset-9 { - top: -2.25rem; - right: -2.25rem; - bottom: -2.25rem; - left: -2.25rem; - } - - .xxl\:-inset-10 { - top: -2.5rem; - right: -2.5rem; - bottom: -2.5rem; - left: -2.5rem; - } - - .xxl\:-inset-11 { - top: -2.75rem; - right: -2.75rem; - bottom: -2.75rem; - left: -2.75rem; - } - - .xxl\:-inset-12 { - top: -3rem; - right: -3rem; - bottom: -3rem; - left: -3rem; - } - - .xxl\:-inset-14 { - top: -3.5rem; - right: -3.5rem; - bottom: -3.5rem; - left: -3.5rem; - } - - .xxl\:-inset-16 { - top: -4rem; - right: -4rem; - bottom: -4rem; - left: -4rem; - } - - .xxl\:-inset-20 { - top: -5rem; - right: -5rem; - bottom: -5rem; - left: -5rem; - } - - .xxl\:-inset-22 { - top: -5.625rem; - right: -5.625rem; - bottom: -5.625rem; - left: -5.625rem; - } - - .xxl\:-inset-24 { - top: -6rem; - right: -6rem; - bottom: -6rem; - left: -6rem; - } - - .xxl\:-inset-28 { - top: -7rem; - right: -7rem; - bottom: -7rem; - left: -7rem; - } - - .xxl\:-inset-32 { - top: -8rem; - right: -8rem; - bottom: -8rem; - left: -8rem; - } - - .xxl\:-inset-36 { - top: -9rem; - right: -9rem; - bottom: -9rem; - left: -9rem; - } - - .xxl\:-inset-40 { - top: -10rem; - right: -10rem; - bottom: -10rem; - left: -10rem; - } - - .xxl\:-inset-44 { - top: -11rem; - right: -11rem; - bottom: -11rem; - left: -11rem; - } - - .xxl\:-inset-48 { - top: -12rem; - right: -12rem; - bottom: -12rem; - left: -12rem; - } - - .xxl\:-inset-52 { - top: -13rem; - right: -13rem; - bottom: -13rem; - left: -13rem; - } - - .xxl\:-inset-56 { - top: -14rem; - right: -14rem; - bottom: -14rem; - left: -14rem; - } - - .xxl\:-inset-60 { - top: -240px; - right: -240px; - bottom: -240px; - left: -240px; - } - - .xxl\:-inset-64 { - top: -16rem; - right: -16rem; - bottom: -16rem; - left: -16rem; - } - - .xxl\:-inset-72 { - top: -18rem; - right: -18rem; - bottom: -18rem; - left: -18rem; - } - - .xxl\:-inset-80 { - top: -20rem; - right: -20rem; - bottom: -20rem; - left: -20rem; - } - - .xxl\:-inset-88 { - top: -22rem; - right: -22rem; - bottom: -22rem; - left: -22rem; - } - - .xxl\:-inset-96 { - top: -24rem; - right: -24rem; - bottom: -24rem; - left: -24rem; - } - - .xxl\:-inset-130 { - top: -560px; - right: -560px; - bottom: -560px; - left: -560px; - } - - .xxl\:-inset-px { - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; - } - - .xxl\:-inset-0\.5 { - top: -0.125rem; - right: -0.125rem; - bottom: -0.125rem; - left: -0.125rem; - } - - .xxl\:-inset-1\.5 { - top: -0.375rem; - right: -0.375rem; - bottom: -0.375rem; - left: -0.375rem; - } - - .xxl\:-inset-2\.5 { - top: -0.625rem; - right: -0.625rem; - bottom: -0.625rem; - left: -0.625rem; - } - - .xxl\:-inset-3\.5 { - top: -0.875rem; - right: -0.875rem; - bottom: -0.875rem; - left: -0.875rem; - } - - .xxl\:inset-1\/2 { - top: 50%; - right: 50%; - bottom: 50%; - left: 50%; - } - - .xxl\:inset-1\/3 { - top: 33.333333%; - right: 33.333333%; - bottom: 33.333333%; - left: 33.333333%; - } - - .xxl\:inset-2\/3 { - top: 66.666667%; - right: 66.666667%; - bottom: 66.666667%; - left: 66.666667%; - } - - .xxl\:inset-1\/4 { - top: 25%; - right: 25%; - bottom: 25%; - left: 25%; - } - - .xxl\:inset-2\/4 { - top: 50%; - right: 50%; - bottom: 50%; - left: 50%; - } - - .xxl\:inset-3\/4 { - top: 75%; - right: 75%; - bottom: 75%; - left: 75%; - } - - .xxl\:inset-full { - top: 100%; - right: 100%; - bottom: 100%; - left: 100%; - } - - .xxl\:-inset-1\/2 { - top: -50%; - right: -50%; - bottom: -50%; - left: -50%; - } - - .xxl\:-inset-1\/3 { - top: -33.333333%; - right: -33.333333%; - bottom: -33.333333%; - left: -33.333333%; - } - - .xxl\:-inset-2\/3 { - top: -66.666667%; - right: -66.666667%; - bottom: -66.666667%; - left: -66.666667%; - } - - .xxl\:-inset-1\/4 { - top: -25%; - right: -25%; - bottom: -25%; - left: -25%; - } - - .xxl\:-inset-2\/4 { - top: -50%; - right: -50%; - bottom: -50%; - left: -50%; - } - - .xxl\:-inset-3\/4 { - top: -75%; - right: -75%; - bottom: -75%; - left: -75%; - } - - .xxl\:-inset-full { - top: -100%; - right: -100%; - bottom: -100%; - left: -100%; - } - - .xxl\:inset-y-0 { - top: 0px; - bottom: 0px; - } - - .xxl\:inset-x-0 { - right: 0px; - left: 0px; - } - - .xxl\:inset-y-1 { - top: 0.25rem; - bottom: 0.25rem; - } - - .xxl\:inset-x-1 { - right: 0.25rem; - left: 0.25rem; - } - - .xxl\:inset-y-2 { - top: 0.5rem; - bottom: 0.5rem; - } - - .xxl\:inset-x-2 { - right: 0.5rem; - left: 0.5rem; - } - - .xxl\:inset-y-3 { - top: 0.75rem; - bottom: 0.75rem; - } - - .xxl\:inset-x-3 { - right: 0.75rem; - left: 0.75rem; - } - - .xxl\:inset-y-4 { - top: 1rem; - bottom: 1rem; - } - - .xxl\:inset-x-4 { - right: 1rem; - left: 1rem; - } - - .xxl\:inset-y-5 { - top: 1.25rem; - bottom: 1.25rem; - } - - .xxl\:inset-x-5 { - right: 1.25rem; - left: 1.25rem; - } - - .xxl\:inset-y-6 { - top: 1.5rem; - bottom: 1.5rem; - } - - .xxl\:inset-x-6 { - right: 1.5rem; - left: 1.5rem; - } - - .xxl\:inset-y-7 { - top: 1.75rem; - bottom: 1.75rem; - } - - .xxl\:inset-x-7 { - right: 1.75rem; - left: 1.75rem; - } - - .xxl\:inset-y-8 { - top: 2rem; - bottom: 2rem; - } - - .xxl\:inset-x-8 { - right: 2rem; - left: 2rem; - } - - .xxl\:inset-y-9 { - top: 2.25rem; - bottom: 2.25rem; - } - - .xxl\:inset-x-9 { - right: 2.25rem; - left: 2.25rem; - } - - .xxl\:inset-y-10 { - top: 2.5rem; - bottom: 2.5rem; - } - - .xxl\:inset-x-10 { - right: 2.5rem; - left: 2.5rem; - } - - .xxl\:inset-y-11 { - top: 2.75rem; - bottom: 2.75rem; - } - - .xxl\:inset-x-11 { - right: 2.75rem; - left: 2.75rem; - } - - .xxl\:inset-y-12 { - top: 3rem; - bottom: 3rem; - } - - .xxl\:inset-x-12 { - right: 3rem; - left: 3rem; - } - - .xxl\:inset-y-14 { - top: 3.5rem; - bottom: 3.5rem; - } - - .xxl\:inset-x-14 { - right: 3.5rem; - left: 3.5rem; - } - - .xxl\:inset-y-16 { - top: 4rem; - bottom: 4rem; - } - - .xxl\:inset-x-16 { - right: 4rem; - left: 4rem; - } - - .xxl\:inset-y-20 { - top: 5rem; - bottom: 5rem; - } - - .xxl\:inset-x-20 { - right: 5rem; - left: 5rem; - } - - .xxl\:inset-y-22 { - top: 5.625rem; - bottom: 5.625rem; - } - - .xxl\:inset-x-22 { - right: 5.625rem; - left: 5.625rem; - } - - .xxl\:inset-y-24 { - top: 6rem; - bottom: 6rem; - } - - .xxl\:inset-x-24 { - right: 6rem; - left: 6rem; - } - - .xxl\:inset-y-28 { - top: 7rem; - bottom: 7rem; - } - - .xxl\:inset-x-28 { - right: 7rem; - left: 7rem; - } - - .xxl\:inset-y-32 { - top: 8rem; - bottom: 8rem; - } - - .xxl\:inset-x-32 { - right: 8rem; - left: 8rem; - } - - .xxl\:inset-y-36 { - top: 9rem; - bottom: 9rem; - } - - .xxl\:inset-x-36 { - right: 9rem; - left: 9rem; - } - - .xxl\:inset-y-40 { - top: 10rem; - bottom: 10rem; - } - - .xxl\:inset-x-40 { - right: 10rem; - left: 10rem; - } - - .xxl\:inset-y-44 { - top: 11rem; - bottom: 11rem; - } - - .xxl\:inset-x-44 { - right: 11rem; - left: 11rem; - } - - .xxl\:inset-y-48 { - top: 12rem; - bottom: 12rem; - } - - .xxl\:inset-x-48 { - right: 12rem; - left: 12rem; - } - - .xxl\:inset-y-52 { - top: 13rem; - bottom: 13rem; - } - - .xxl\:inset-x-52 { - right: 13rem; - left: 13rem; - } - - .xxl\:inset-y-56 { - top: 14rem; - bottom: 14rem; - } - - .xxl\:inset-x-56 { - right: 14rem; - left: 14rem; - } - - .xxl\:inset-y-60 { - top: 240px; - bottom: 240px; - } - - .xxl\:inset-x-60 { - right: 240px; - left: 240px; - } - - .xxl\:inset-y-64 { - top: 16rem; - bottom: 16rem; - } - - .xxl\:inset-x-64 { - right: 16rem; - left: 16rem; - } - - .xxl\:inset-y-72 { - top: 18rem; - bottom: 18rem; - } - - .xxl\:inset-x-72 { - right: 18rem; - left: 18rem; - } - - .xxl\:inset-y-80 { - top: 20rem; - bottom: 20rem; - } - - .xxl\:inset-x-80 { - right: 20rem; - left: 20rem; - } - - .xxl\:inset-y-88 { - top: 22rem; - bottom: 22rem; - } - - .xxl\:inset-x-88 { - right: 22rem; - left: 22rem; - } - - .xxl\:inset-y-96 { - top: 24rem; - bottom: 24rem; - } - - .xxl\:inset-x-96 { - right: 24rem; - left: 24rem; - } - - .xxl\:inset-y-130 { - top: 560px; - bottom: 560px; - } - - .xxl\:inset-x-130 { - right: 560px; - left: 560px; - } - - .xxl\:inset-y-auto { - top: auto; - bottom: auto; - } - - .xxl\:inset-x-auto { - right: auto; - left: auto; - } - - .xxl\:inset-y-px { - top: 1px; - bottom: 1px; - } - - .xxl\:inset-x-px { - right: 1px; - left: 1px; - } - - .xxl\:inset-y-0\.5 { - top: 0.125rem; - bottom: 0.125rem; - } - - .xxl\:inset-x-0\.5 { - right: 0.125rem; - left: 0.125rem; - } - - .xxl\:inset-y-1\.5 { - top: 0.375rem; - bottom: 0.375rem; - } - - .xxl\:inset-x-1\.5 { - right: 0.375rem; - left: 0.375rem; - } - - .xxl\:inset-y-2\.5 { - top: 0.625rem; - bottom: 0.625rem; - } - - .xxl\:inset-x-2\.5 { - right: 0.625rem; - left: 0.625rem; - } - - .xxl\:inset-y-3\.5 { - top: 0.875rem; - bottom: 0.875rem; - } - - .xxl\:inset-x-3\.5 { - right: 0.875rem; - left: 0.875rem; - } - - .xxl\:-inset-y-0 { - top: 0px; - bottom: 0px; - } - - .xxl\:-inset-x-0 { - right: 0px; - left: 0px; - } - - .xxl\:-inset-y-1 { - top: -0.25rem; - bottom: -0.25rem; - } - - .xxl\:-inset-x-1 { - right: -0.25rem; - left: -0.25rem; - } - - .xxl\:-inset-y-2 { - top: -0.5rem; - bottom: -0.5rem; - } - - .xxl\:-inset-x-2 { - right: -0.5rem; - left: -0.5rem; - } - - .xxl\:-inset-y-3 { - top: -0.75rem; - bottom: -0.75rem; - } - - .xxl\:-inset-x-3 { - right: -0.75rem; - left: -0.75rem; - } - - .xxl\:-inset-y-4 { - top: -1rem; - bottom: -1rem; - } - - .xxl\:-inset-x-4 { - right: -1rem; - left: -1rem; - } - - .xxl\:-inset-y-5 { - top: -1.25rem; - bottom: -1.25rem; - } - - .xxl\:-inset-x-5 { - right: -1.25rem; - left: -1.25rem; - } - - .xxl\:-inset-y-6 { - top: -1.5rem; - bottom: -1.5rem; - } - - .xxl\:-inset-x-6 { - right: -1.5rem; - left: -1.5rem; - } - - .xxl\:-inset-y-7 { - top: -1.75rem; - bottom: -1.75rem; - } - - .xxl\:-inset-x-7 { - right: -1.75rem; - left: -1.75rem; - } - - .xxl\:-inset-y-8 { - top: -2rem; - bottom: -2rem; - } - - .xxl\:-inset-x-8 { - right: -2rem; - left: -2rem; - } - - .xxl\:-inset-y-9 { - top: -2.25rem; - bottom: -2.25rem; - } - - .xxl\:-inset-x-9 { - right: -2.25rem; - left: -2.25rem; - } - - .xxl\:-inset-y-10 { - top: -2.5rem; - bottom: -2.5rem; - } - - .xxl\:-inset-x-10 { - right: -2.5rem; - left: -2.5rem; - } - - .xxl\:-inset-y-11 { - top: -2.75rem; - bottom: -2.75rem; - } - - .xxl\:-inset-x-11 { - right: -2.75rem; - left: -2.75rem; - } - - .xxl\:-inset-y-12 { - top: -3rem; - bottom: -3rem; - } - - .xxl\:-inset-x-12 { - right: -3rem; - left: -3rem; - } - - .xxl\:-inset-y-14 { - top: -3.5rem; - bottom: -3.5rem; - } - - .xxl\:-inset-x-14 { - right: -3.5rem; - left: -3.5rem; - } - - .xxl\:-inset-y-16 { - top: -4rem; - bottom: -4rem; - } - - .xxl\:-inset-x-16 { - right: -4rem; - left: -4rem; - } - - .xxl\:-inset-y-20 { - top: -5rem; - bottom: -5rem; - } - - .xxl\:-inset-x-20 { - right: -5rem; - left: -5rem; - } - - .xxl\:-inset-y-22 { - top: -5.625rem; - bottom: -5.625rem; - } - - .xxl\:-inset-x-22 { - right: -5.625rem; - left: -5.625rem; - } - - .xxl\:-inset-y-24 { - top: -6rem; - bottom: -6rem; - } - - .xxl\:-inset-x-24 { - right: -6rem; - left: -6rem; - } - - .xxl\:-inset-y-28 { - top: -7rem; - bottom: -7rem; - } - - .xxl\:-inset-x-28 { - right: -7rem; - left: -7rem; - } - - .xxl\:-inset-y-32 { - top: -8rem; - bottom: -8rem; - } - - .xxl\:-inset-x-32 { - right: -8rem; - left: -8rem; - } - - .xxl\:-inset-y-36 { - top: -9rem; - bottom: -9rem; - } - - .xxl\:-inset-x-36 { - right: -9rem; - left: -9rem; - } - - .xxl\:-inset-y-40 { - top: -10rem; - bottom: -10rem; - } - - .xxl\:-inset-x-40 { - right: -10rem; - left: -10rem; - } - - .xxl\:-inset-y-44 { - top: -11rem; - bottom: -11rem; - } - - .xxl\:-inset-x-44 { - right: -11rem; - left: -11rem; - } - - .xxl\:-inset-y-48 { - top: -12rem; - bottom: -12rem; - } - - .xxl\:-inset-x-48 { - right: -12rem; - left: -12rem; - } - - .xxl\:-inset-y-52 { - top: -13rem; - bottom: -13rem; - } - - .xxl\:-inset-x-52 { - right: -13rem; - left: -13rem; - } - - .xxl\:-inset-y-56 { - top: -14rem; - bottom: -14rem; - } - - .xxl\:-inset-x-56 { - right: -14rem; - left: -14rem; - } - - .xxl\:-inset-y-60 { - top: -240px; - bottom: -240px; - } - - .xxl\:-inset-x-60 { - right: -240px; - left: -240px; - } - - .xxl\:-inset-y-64 { - top: -16rem; - bottom: -16rem; - } - - .xxl\:-inset-x-64 { - right: -16rem; - left: -16rem; - } - - .xxl\:-inset-y-72 { - top: -18rem; - bottom: -18rem; - } - - .xxl\:-inset-x-72 { - right: -18rem; - left: -18rem; - } - - .xxl\:-inset-y-80 { - top: -20rem; - bottom: -20rem; - } - - .xxl\:-inset-x-80 { - right: -20rem; - left: -20rem; - } - - .xxl\:-inset-y-88 { - top: -22rem; - bottom: -22rem; - } - - .xxl\:-inset-x-88 { - right: -22rem; - left: -22rem; - } - - .xxl\:-inset-y-96 { - top: -24rem; - bottom: -24rem; - } - - .xxl\:-inset-x-96 { - right: -24rem; - left: -24rem; - } - - .xxl\:-inset-y-130 { - top: -560px; - bottom: -560px; - } - - .xxl\:-inset-x-130 { - right: -560px; - left: -560px; - } - - .xxl\:-inset-y-px { - top: -1px; - bottom: -1px; - } - - .xxl\:-inset-x-px { - right: -1px; - left: -1px; - } - - .xxl\:-inset-y-0\.5 { - top: -0.125rem; - bottom: -0.125rem; - } - - .xxl\:-inset-x-0\.5 { - right: -0.125rem; - left: -0.125rem; - } - - .xxl\:-inset-y-1\.5 { - top: -0.375rem; - bottom: -0.375rem; - } - - .xxl\:-inset-x-1\.5 { - right: -0.375rem; - left: -0.375rem; - } - - .xxl\:-inset-y-2\.5 { - top: -0.625rem; - bottom: -0.625rem; - } - - .xxl\:-inset-x-2\.5 { - right: -0.625rem; - left: -0.625rem; - } - - .xxl\:-inset-y-3\.5 { - top: -0.875rem; - bottom: -0.875rem; - } - - .xxl\:-inset-x-3\.5 { - right: -0.875rem; - left: -0.875rem; - } - - .xxl\:inset-y-1\/2 { - top: 50%; - bottom: 50%; - } - - .xxl\:inset-x-1\/2 { - right: 50%; - left: 50%; - } - - .xxl\:inset-y-1\/3 { - top: 33.333333%; - bottom: 33.333333%; - } - - .xxl\:inset-x-1\/3 { - right: 33.333333%; - left: 33.333333%; - } - - .xxl\:inset-y-2\/3 { - top: 66.666667%; - bottom: 66.666667%; - } - - .xxl\:inset-x-2\/3 { - right: 66.666667%; - left: 66.666667%; - } - - .xxl\:inset-y-1\/4 { - top: 25%; - bottom: 25%; - } - - .xxl\:inset-x-1\/4 { - right: 25%; - left: 25%; - } - - .xxl\:inset-y-2\/4 { - top: 50%; - bottom: 50%; - } - - .xxl\:inset-x-2\/4 { - right: 50%; - left: 50%; - } - - .xxl\:inset-y-3\/4 { - top: 75%; - bottom: 75%; - } - - .xxl\:inset-x-3\/4 { - right: 75%; - left: 75%; - } - - .xxl\:inset-y-full { - top: 100%; - bottom: 100%; - } - - .xxl\:inset-x-full { - right: 100%; - left: 100%; - } - - .xxl\:-inset-y-1\/2 { - top: -50%; - bottom: -50%; - } - - .xxl\:-inset-x-1\/2 { - right: -50%; - left: -50%; - } - - .xxl\:-inset-y-1\/3 { - top: -33.333333%; - bottom: -33.333333%; - } - - .xxl\:-inset-x-1\/3 { - right: -33.333333%; - left: -33.333333%; - } - - .xxl\:-inset-y-2\/3 { - top: -66.666667%; - bottom: -66.666667%; - } - - .xxl\:-inset-x-2\/3 { - right: -66.666667%; - left: -66.666667%; - } - - .xxl\:-inset-y-1\/4 { - top: -25%; - bottom: -25%; - } - - .xxl\:-inset-x-1\/4 { - right: -25%; - left: -25%; - } - - .xxl\:-inset-y-2\/4 { - top: -50%; - bottom: -50%; - } - - .xxl\:-inset-x-2\/4 { - right: -50%; - left: -50%; - } - - .xxl\:-inset-y-3\/4 { - top: -75%; - bottom: -75%; - } - - .xxl\:-inset-x-3\/4 { - right: -75%; - left: -75%; - } - - .xxl\:-inset-y-full { - top: -100%; - bottom: -100%; - } - - .xxl\:-inset-x-full { - right: -100%; - left: -100%; - } - - .xxl\:top-0 { - top: 0px; - } - - .xxl\:right-0 { - right: 0px; - } - - .xxl\:bottom-0 { - bottom: 0px; - } - - .xxl\:left-0 { - left: 0px; - } - - .xxl\:top-1 { - top: 0.25rem; - } - - .xxl\:right-1 { - right: 0.25rem; - } - - .xxl\:bottom-1 { - bottom: 0.25rem; - } - - .xxl\:left-1 { - left: 0.25rem; - } - - .xxl\:top-2 { - top: 0.5rem; - } - - .xxl\:right-2 { - right: 0.5rem; - } - - .xxl\:bottom-2 { - bottom: 0.5rem; - } - - .xxl\:left-2 { - left: 0.5rem; - } - - .xxl\:top-3 { - top: 0.75rem; - } - - .xxl\:right-3 { - right: 0.75rem; - } - - .xxl\:bottom-3 { - bottom: 0.75rem; - } - - .xxl\:left-3 { - left: 0.75rem; - } - - .xxl\:top-4 { - top: 1rem; - } - - .xxl\:right-4 { - right: 1rem; - } - - .xxl\:bottom-4 { - bottom: 1rem; - } - - .xxl\:left-4 { - left: 1rem; - } - - .xxl\:top-5 { - top: 1.25rem; - } - - .xxl\:right-5 { - right: 1.25rem; - } - - .xxl\:bottom-5 { - bottom: 1.25rem; - } - - .xxl\:left-5 { - left: 1.25rem; - } - - .xxl\:top-6 { - top: 1.5rem; - } - - .xxl\:right-6 { - right: 1.5rem; - } - - .xxl\:bottom-6 { - bottom: 1.5rem; - } - - .xxl\:left-6 { - left: 1.5rem; - } - - .xxl\:top-7 { - top: 1.75rem; - } - - .xxl\:right-7 { - right: 1.75rem; - } - - .xxl\:bottom-7 { - bottom: 1.75rem; - } - - .xxl\:left-7 { - left: 1.75rem; - } - - .xxl\:top-8 { - top: 2rem; - } - - .xxl\:right-8 { - right: 2rem; - } - - .xxl\:bottom-8 { - bottom: 2rem; - } - - .xxl\:left-8 { - left: 2rem; - } - - .xxl\:top-9 { - top: 2.25rem; - } - - .xxl\:right-9 { - right: 2.25rem; - } - - .xxl\:bottom-9 { - bottom: 2.25rem; - } - - .xxl\:left-9 { - left: 2.25rem; - } - - .xxl\:top-10 { - top: 2.5rem; - } - - .xxl\:right-10 { - right: 2.5rem; - } - - .xxl\:bottom-10 { - bottom: 2.5rem; - } - - .xxl\:left-10 { - left: 2.5rem; - } - - .xxl\:top-11 { - top: 2.75rem; - } - - .xxl\:right-11 { - right: 2.75rem; - } - - .xxl\:bottom-11 { - bottom: 2.75rem; - } - - .xxl\:left-11 { - left: 2.75rem; - } - - .xxl\:top-12 { - top: 3rem; - } - - .xxl\:right-12 { - right: 3rem; - } - - .xxl\:bottom-12 { - bottom: 3rem; - } - - .xxl\:left-12 { - left: 3rem; - } - - .xxl\:top-14 { - top: 3.5rem; - } - - .xxl\:right-14 { - right: 3.5rem; - } - - .xxl\:bottom-14 { - bottom: 3.5rem; - } - - .xxl\:left-14 { - left: 3.5rem; - } - - .xxl\:top-16 { - top: 4rem; - } - - .xxl\:right-16 { - right: 4rem; - } - - .xxl\:bottom-16 { - bottom: 4rem; - } - - .xxl\:left-16 { - left: 4rem; - } - - .xxl\:top-20 { - top: 5rem; - } - - .xxl\:right-20 { - right: 5rem; - } - - .xxl\:bottom-20 { - bottom: 5rem; - } - - .xxl\:left-20 { - left: 5rem; - } - - .xxl\:top-22 { - top: 5.625rem; - } - - .xxl\:right-22 { - right: 5.625rem; - } - - .xxl\:bottom-22 { - bottom: 5.625rem; - } - - .xxl\:left-22 { - left: 5.625rem; - } - - .xxl\:top-24 { - top: 6rem; - } - - .xxl\:right-24 { - right: 6rem; - } - - .xxl\:bottom-24 { - bottom: 6rem; - } - - .xxl\:left-24 { - left: 6rem; - } - - .xxl\:top-28 { - top: 7rem; - } - - .xxl\:right-28 { - right: 7rem; - } - - .xxl\:bottom-28 { - bottom: 7rem; - } - - .xxl\:left-28 { - left: 7rem; - } - - .xxl\:top-32 { - top: 8rem; - } - - .xxl\:right-32 { - right: 8rem; - } - - .xxl\:bottom-32 { - bottom: 8rem; - } - - .xxl\:left-32 { - left: 8rem; - } - - .xxl\:top-36 { - top: 9rem; - } - - .xxl\:right-36 { - right: 9rem; - } - - .xxl\:bottom-36 { - bottom: 9rem; - } - - .xxl\:left-36 { - left: 9rem; - } - - .xxl\:top-40 { - top: 10rem; - } - - .xxl\:right-40 { - right: 10rem; - } - - .xxl\:bottom-40 { - bottom: 10rem; - } - - .xxl\:left-40 { - left: 10rem; - } - - .xxl\:top-44 { - top: 11rem; - } - - .xxl\:right-44 { - right: 11rem; - } - - .xxl\:bottom-44 { - bottom: 11rem; - } - - .xxl\:left-44 { - left: 11rem; - } - - .xxl\:top-48 { - top: 12rem; - } - - .xxl\:right-48 { - right: 12rem; - } - - .xxl\:bottom-48 { - bottom: 12rem; - } - - .xxl\:left-48 { - left: 12rem; - } - - .xxl\:top-52 { - top: 13rem; - } - - .xxl\:right-52 { - right: 13rem; - } - - .xxl\:bottom-52 { - bottom: 13rem; - } - - .xxl\:left-52 { - left: 13rem; - } - - .xxl\:top-56 { - top: 14rem; - } - - .xxl\:right-56 { - right: 14rem; - } - - .xxl\:bottom-56 { - bottom: 14rem; - } - - .xxl\:left-56 { - left: 14rem; - } - - .xxl\:top-60 { - top: 240px; - } - - .xxl\:right-60 { - right: 240px; - } - - .xxl\:bottom-60 { - bottom: 240px; - } - - .xxl\:left-60 { - left: 240px; - } - - .xxl\:top-64 { - top: 16rem; - } - - .xxl\:right-64 { - right: 16rem; - } - - .xxl\:bottom-64 { - bottom: 16rem; - } - - .xxl\:left-64 { - left: 16rem; - } - - .xxl\:top-72 { - top: 18rem; - } - - .xxl\:right-72 { - right: 18rem; - } - - .xxl\:bottom-72 { - bottom: 18rem; - } - - .xxl\:left-72 { - left: 18rem; - } - - .xxl\:top-80 { - top: 20rem; - } - - .xxl\:right-80 { - right: 20rem; - } - - .xxl\:bottom-80 { - bottom: 20rem; - } - - .xxl\:left-80 { - left: 20rem; - } - - .xxl\:top-88 { - top: 22rem; - } - - .xxl\:right-88 { - right: 22rem; - } - - .xxl\:bottom-88 { - bottom: 22rem; - } - - .xxl\:left-88 { - left: 22rem; - } - - .xxl\:top-96 { - top: 24rem; - } - - .xxl\:right-96 { - right: 24rem; - } - - .xxl\:bottom-96 { - bottom: 24rem; - } - - .xxl\:left-96 { - left: 24rem; - } - - .xxl\:top-130 { - top: 560px; - } - - .xxl\:right-130 { - right: 560px; - } - - .xxl\:bottom-130 { - bottom: 560px; - } - - .xxl\:left-130 { - left: 560px; - } - - .xxl\:top-auto { - top: auto; - } - - .xxl\:right-auto { - right: auto; - } - - .xxl\:bottom-auto { - bottom: auto; - } - - .xxl\:left-auto { - left: auto; - } - - .xxl\:top-px { - top: 1px; - } - - .xxl\:right-px { - right: 1px; - } - - .xxl\:bottom-px { - bottom: 1px; - } - - .xxl\:left-px { - left: 1px; - } - - .xxl\:top-0\.5 { - top: 0.125rem; - } - - .xxl\:right-0\.5 { - right: 0.125rem; - } - - .xxl\:bottom-0\.5 { - bottom: 0.125rem; - } - - .xxl\:left-0\.5 { - left: 0.125rem; - } - - .xxl\:top-1\.5 { - top: 0.375rem; - } - - .xxl\:right-1\.5 { - right: 0.375rem; - } - - .xxl\:bottom-1\.5 { - bottom: 0.375rem; - } - - .xxl\:left-1\.5 { - left: 0.375rem; - } - - .xxl\:top-2\.5 { - top: 0.625rem; - } - - .xxl\:right-2\.5 { - right: 0.625rem; - } - - .xxl\:bottom-2\.5 { - bottom: 0.625rem; - } - - .xxl\:left-2\.5 { - left: 0.625rem; - } - - .xxl\:top-3\.5 { - top: 0.875rem; - } - - .xxl\:right-3\.5 { - right: 0.875rem; - } - - .xxl\:bottom-3\.5 { - bottom: 0.875rem; - } - - .xxl\:left-3\.5 { - left: 0.875rem; - } - - .xxl\:-top-0 { - top: 0px; - } - - .xxl\:-right-0 { - right: 0px; - } - - .xxl\:-bottom-0 { - bottom: 0px; - } - - .xxl\:-left-0 { - left: 0px; - } - - .xxl\:-top-1 { - top: -0.25rem; - } - - .xxl\:-right-1 { - right: -0.25rem; - } - - .xxl\:-bottom-1 { - bottom: -0.25rem; - } - - .xxl\:-left-1 { - left: -0.25rem; - } - - .xxl\:-top-2 { - top: -0.5rem; - } - - .xxl\:-right-2 { - right: -0.5rem; - } - - .xxl\:-bottom-2 { - bottom: -0.5rem; - } - - .xxl\:-left-2 { - left: -0.5rem; - } - - .xxl\:-top-3 { - top: -0.75rem; - } - - .xxl\:-right-3 { - right: -0.75rem; - } - - .xxl\:-bottom-3 { - bottom: -0.75rem; - } - - .xxl\:-left-3 { - left: -0.75rem; - } - - .xxl\:-top-4 { - top: -1rem; - } - - .xxl\:-right-4 { - right: -1rem; - } - - .xxl\:-bottom-4 { - bottom: -1rem; - } - - .xxl\:-left-4 { - left: -1rem; - } - - .xxl\:-top-5 { - top: -1.25rem; - } - - .xxl\:-right-5 { - right: -1.25rem; - } - - .xxl\:-bottom-5 { - bottom: -1.25rem; - } - - .xxl\:-left-5 { - left: -1.25rem; - } - - .xxl\:-top-6 { - top: -1.5rem; - } - - .xxl\:-right-6 { - right: -1.5rem; - } - - .xxl\:-bottom-6 { - bottom: -1.5rem; - } - - .xxl\:-left-6 { - left: -1.5rem; - } - - .xxl\:-top-7 { - top: -1.75rem; - } - - .xxl\:-right-7 { - right: -1.75rem; - } - - .xxl\:-bottom-7 { - bottom: -1.75rem; - } - - .xxl\:-left-7 { - left: -1.75rem; - } - - .xxl\:-top-8 { - top: -2rem; - } - - .xxl\:-right-8 { - right: -2rem; - } - - .xxl\:-bottom-8 { - bottom: -2rem; - } - - .xxl\:-left-8 { - left: -2rem; - } - - .xxl\:-top-9 { - top: -2.25rem; - } - - .xxl\:-right-9 { - right: -2.25rem; - } - - .xxl\:-bottom-9 { - bottom: -2.25rem; - } - - .xxl\:-left-9 { - left: -2.25rem; - } - - .xxl\:-top-10 { - top: -2.5rem; - } - - .xxl\:-right-10 { - right: -2.5rem; - } - - .xxl\:-bottom-10 { - bottom: -2.5rem; - } - - .xxl\:-left-10 { - left: -2.5rem; - } - - .xxl\:-top-11 { - top: -2.75rem; - } - - .xxl\:-right-11 { - right: -2.75rem; - } - - .xxl\:-bottom-11 { - bottom: -2.75rem; - } - - .xxl\:-left-11 { - left: -2.75rem; - } - - .xxl\:-top-12 { - top: -3rem; - } - - .xxl\:-right-12 { - right: -3rem; - } - - .xxl\:-bottom-12 { - bottom: -3rem; - } - - .xxl\:-left-12 { - left: -3rem; - } - - .xxl\:-top-14 { - top: -3.5rem; - } - - .xxl\:-right-14 { - right: -3.5rem; - } - - .xxl\:-bottom-14 { - bottom: -3.5rem; - } - - .xxl\:-left-14 { - left: -3.5rem; - } - - .xxl\:-top-16 { - top: -4rem; - } - - .xxl\:-right-16 { - right: -4rem; - } - - .xxl\:-bottom-16 { - bottom: -4rem; - } - - .xxl\:-left-16 { - left: -4rem; - } - - .xxl\:-top-20 { - top: -5rem; - } - - .xxl\:-right-20 { - right: -5rem; - } - - .xxl\:-bottom-20 { - bottom: -5rem; - } - - .xxl\:-left-20 { - left: -5rem; - } - - .xxl\:-top-22 { - top: -5.625rem; - } - - .xxl\:-right-22 { - right: -5.625rem; - } - - .xxl\:-bottom-22 { - bottom: -5.625rem; - } - - .xxl\:-left-22 { - left: -5.625rem; - } - - .xxl\:-top-24 { - top: -6rem; - } - - .xxl\:-right-24 { - right: -6rem; - } - - .xxl\:-bottom-24 { - bottom: -6rem; - } - - .xxl\:-left-24 { - left: -6rem; - } - - .xxl\:-top-28 { - top: -7rem; - } - - .xxl\:-right-28 { - right: -7rem; - } - - .xxl\:-bottom-28 { - bottom: -7rem; - } - - .xxl\:-left-28 { - left: -7rem; - } - - .xxl\:-top-32 { - top: -8rem; - } - - .xxl\:-right-32 { - right: -8rem; - } - - .xxl\:-bottom-32 { - bottom: -8rem; - } - - .xxl\:-left-32 { - left: -8rem; - } - - .xxl\:-top-36 { - top: -9rem; - } - - .xxl\:-right-36 { - right: -9rem; - } - - .xxl\:-bottom-36 { - bottom: -9rem; - } - - .xxl\:-left-36 { - left: -9rem; - } - - .xxl\:-top-40 { - top: -10rem; - } - - .xxl\:-right-40 { - right: -10rem; - } - - .xxl\:-bottom-40 { - bottom: -10rem; - } - - .xxl\:-left-40 { - left: -10rem; - } - - .xxl\:-top-44 { - top: -11rem; - } - - .xxl\:-right-44 { - right: -11rem; - } - - .xxl\:-bottom-44 { - bottom: -11rem; - } - - .xxl\:-left-44 { - left: -11rem; - } - - .xxl\:-top-48 { - top: -12rem; - } - - .xxl\:-right-48 { - right: -12rem; - } - - .xxl\:-bottom-48 { - bottom: -12rem; - } - - .xxl\:-left-48 { - left: -12rem; - } - - .xxl\:-top-52 { - top: -13rem; - } - - .xxl\:-right-52 { - right: -13rem; - } - - .xxl\:-bottom-52 { - bottom: -13rem; - } - - .xxl\:-left-52 { - left: -13rem; - } - - .xxl\:-top-56 { - top: -14rem; - } - - .xxl\:-right-56 { - right: -14rem; - } - - .xxl\:-bottom-56 { - bottom: -14rem; - } - - .xxl\:-left-56 { - left: -14rem; - } - - .xxl\:-top-60 { - top: -240px; - } - - .xxl\:-right-60 { - right: -240px; - } - - .xxl\:-bottom-60 { - bottom: -240px; - } - - .xxl\:-left-60 { - left: -240px; - } - - .xxl\:-top-64 { - top: -16rem; - } - - .xxl\:-right-64 { - right: -16rem; - } - - .xxl\:-bottom-64 { - bottom: -16rem; - } - - .xxl\:-left-64 { - left: -16rem; - } - - .xxl\:-top-72 { - top: -18rem; - } - - .xxl\:-right-72 { - right: -18rem; - } - - .xxl\:-bottom-72 { - bottom: -18rem; - } - - .xxl\:-left-72 { - left: -18rem; - } - - .xxl\:-top-80 { - top: -20rem; - } - - .xxl\:-right-80 { - right: -20rem; - } - - .xxl\:-bottom-80 { - bottom: -20rem; - } - - .xxl\:-left-80 { - left: -20rem; - } - - .xxl\:-top-88 { - top: -22rem; - } - - .xxl\:-right-88 { - right: -22rem; - } - - .xxl\:-bottom-88 { - bottom: -22rem; - } - - .xxl\:-left-88 { - left: -22rem; - } - - .xxl\:-top-96 { - top: -24rem; - } - - .xxl\:-right-96 { - right: -24rem; - } - - .xxl\:-bottom-96 { - bottom: -24rem; - } - - .xxl\:-left-96 { - left: -24rem; - } - - .xxl\:-top-130 { - top: -560px; - } - - .xxl\:-right-130 { - right: -560px; - } - - .xxl\:-bottom-130 { - bottom: -560px; - } - - .xxl\:-left-130 { - left: -560px; - } - - .xxl\:-top-px { - top: -1px; - } - - .xxl\:-right-px { - right: -1px; - } - - .xxl\:-bottom-px { - bottom: -1px; - } - - .xxl\:-left-px { - left: -1px; - } - - .xxl\:-top-0\.5 { - top: -0.125rem; - } - - .xxl\:-right-0\.5 { - right: -0.125rem; - } - - .xxl\:-bottom-0\.5 { - bottom: -0.125rem; - } - - .xxl\:-left-0\.5 { - left: -0.125rem; - } - - .xxl\:-top-1\.5 { - top: -0.375rem; - } - - .xxl\:-right-1\.5 { - right: -0.375rem; - } - - .xxl\:-bottom-1\.5 { - bottom: -0.375rem; - } - - .xxl\:-left-1\.5 { - left: -0.375rem; - } - - .xxl\:-top-2\.5 { - top: -0.625rem; - } - - .xxl\:-right-2\.5 { - right: -0.625rem; - } - - .xxl\:-bottom-2\.5 { - bottom: -0.625rem; - } - - .xxl\:-left-2\.5 { - left: -0.625rem; - } - - .xxl\:-top-3\.5 { - top: -0.875rem; - } - - .xxl\:-right-3\.5 { - right: -0.875rem; - } - - .xxl\:-bottom-3\.5 { - bottom: -0.875rem; - } - - .xxl\:-left-3\.5 { - left: -0.875rem; - } - - .xxl\:top-1\/2 { - top: 50%; - } - - .xxl\:right-1\/2 { - right: 50%; - } - - .xxl\:bottom-1\/2 { - bottom: 50%; - } - - .xxl\:left-1\/2 { - left: 50%; - } - - .xxl\:top-1\/3 { - top: 33.333333%; - } - - .xxl\:right-1\/3 { - right: 33.333333%; - } - - .xxl\:bottom-1\/3 { - bottom: 33.333333%; - } - - .xxl\:left-1\/3 { - left: 33.333333%; - } - - .xxl\:top-2\/3 { - top: 66.666667%; - } - - .xxl\:right-2\/3 { - right: 66.666667%; - } - - .xxl\:bottom-2\/3 { - bottom: 66.666667%; - } - - .xxl\:left-2\/3 { - left: 66.666667%; - } - - .xxl\:top-1\/4 { - top: 25%; - } - - .xxl\:right-1\/4 { - right: 25%; - } - - .xxl\:bottom-1\/4 { - bottom: 25%; - } - - .xxl\:left-1\/4 { - left: 25%; - } - - .xxl\:top-2\/4 { - top: 50%; - } - - .xxl\:right-2\/4 { - right: 50%; - } - - .xxl\:bottom-2\/4 { - bottom: 50%; - } - - .xxl\:left-2\/4 { - left: 50%; - } - - .xxl\:top-3\/4 { - top: 75%; - } - - .xxl\:right-3\/4 { - right: 75%; - } - - .xxl\:bottom-3\/4 { - bottom: 75%; - } - - .xxl\:left-3\/4 { - left: 75%; - } - - .xxl\:top-full { - top: 100%; - } - - .xxl\:right-full { - right: 100%; - } - - .xxl\:bottom-full { - bottom: 100%; - } - - .xxl\:left-full { - left: 100%; - } - - .xxl\:-top-1\/2 { - top: -50%; - } - - .xxl\:-right-1\/2 { - right: -50%; - } - - .xxl\:-bottom-1\/2 { - bottom: -50%; - } - - .xxl\:-left-1\/2 { - left: -50%; - } - - .xxl\:-top-1\/3 { - top: -33.333333%; - } - - .xxl\:-right-1\/3 { - right: -33.333333%; - } - - .xxl\:-bottom-1\/3 { - bottom: -33.333333%; - } - - .xxl\:-left-1\/3 { - left: -33.333333%; - } - - .xxl\:-top-2\/3 { - top: -66.666667%; - } - - .xxl\:-right-2\/3 { - right: -66.666667%; - } - - .xxl\:-bottom-2\/3 { - bottom: -66.666667%; - } - - .xxl\:-left-2\/3 { - left: -66.666667%; - } - - .xxl\:-top-1\/4 { - top: -25%; - } - - .xxl\:-right-1\/4 { - right: -25%; - } - - .xxl\:-bottom-1\/4 { - bottom: -25%; - } - - .xxl\:-left-1\/4 { - left: -25%; - } - - .xxl\:-top-2\/4 { - top: -50%; - } - - .xxl\:-right-2\/4 { - right: -50%; - } - - .xxl\:-bottom-2\/4 { - bottom: -50%; - } - - .xxl\:-left-2\/4 { - left: -50%; - } - - .xxl\:-top-3\/4 { - top: -75%; - } - - .xxl\:-right-3\/4 { - right: -75%; - } - - .xxl\:-bottom-3\/4 { - bottom: -75%; - } - - .xxl\:-left-3\/4 { - left: -75%; - } - - .xxl\:-top-full { - top: -100%; - } - - .xxl\:-right-full { - right: -100%; - } - - .xxl\:-bottom-full { - bottom: -100%; - } - - .xxl\:-left-full { - left: -100%; - } - - .xxl\:resize-none { - resize: none; - } - - .xxl\:resize-y { - resize: vertical; - } - - .xxl\:resize-x { - resize: horizontal; - } - - .xxl\:resize { - resize: both; - } - - .xxl\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:shadow-md { - --tw-shadow: 0 4px 6px -1px 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); - } - - .xxl\: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); - } - - .xxl\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:shadow-none { - --tw-shadow: 0 0 #0000; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:hover\:shadow-sm:hover { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:hover\:shadow:hover { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:hover\:shadow-md:hover { - --tw-shadow: 0 4px 6px -1px 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); - } - - .xxl\:hover\:shadow-lg:hover { - --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); - } - - .xxl\:hover\:shadow-xl:hover { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:hover\:shadow-2xl:hover { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:hover\:shadow-inner:hover { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:hover\:shadow-none:hover { - --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); - } - - .xxl\:focus\:shadow-sm:focus { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:focus\:shadow:focus { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:focus\:shadow-md:focus { - --tw-shadow: 0 4px 6px -1px 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); - } - - .xxl\:focus\:shadow-lg:focus { - --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); - } - - .xxl\:focus\:shadow-xl:focus { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:focus\:shadow-2xl:focus { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:focus\:shadow-inner:focus { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\: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); - } - - .xxl\:active\:shadow-sm:active { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:active\:shadow:active { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:active\:shadow-md:active { - --tw-shadow: 0 4px 6px -1px 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); - } - - .xxl\:active\:shadow-lg:active { - --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); - } - - .xxl\:active\:shadow-xl:active { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:active\:shadow-2xl:active { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:active\:shadow-inner:active { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:active\:shadow-none:active { - --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); - } - - .group:hover .xxl\:group-hover\:shadow-sm { - --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .xxl\:group-hover\:shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .xxl\:group-hover\:shadow-md { - --tw-shadow: 0 4px 6px -1px 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); - } - - .group:hover .xxl\:group-hover\: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); - } - - .group:hover .xxl\:group-hover\:shadow-xl { - --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .xxl\:group-hover\:shadow-2xl { - --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .xxl\:group-hover\:shadow-inner { - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .group:hover .xxl\:group-hover\:shadow-none { - --tw-shadow: 0 0 #0000; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - - .xxl\:ring-0 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xxl\:ring-1 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xxl\:ring-2 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xxl\:ring-4 { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xxl\:ring-8 { - --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(8px + 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); - } - - .xxl\: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); - } - - .xxl\:ring-inset { - --tw-ring-inset: inset; - } - - .xxl\:focus-within\:ring-0:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xxl\:focus-within\:ring-1:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xxl\:focus-within\:ring-2:focus-within { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xxl\:focus-within\:ring-4:focus-within { - --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); - } - - .xxl\:focus-within\:ring-8:focus-within { - --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(8px + 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); - } - - .xxl\:focus-within\:ring:focus-within { - --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); - } - - .xxl\:focus-within\:ring-inset:focus-within { - --tw-ring-inset: inset; - } - - .xxl\:focus\:ring-0:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xxl\:focus\:ring-1:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xxl\:focus\:ring-2:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - - .xxl\:focus\:ring-4:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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); - } - - .xxl\:focus\:ring-8:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + 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); - } - - .xxl\:focus\:ring:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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); - } - - .xxl\:focus\:ring-inset:focus { - --tw-ring-inset: inset; - } - - .xxl\:ring-offset-transparent { - --tw-ring-offset-color: transparent; - } - - .xxl\:ring-offset-current { - --tw-ring-offset-color: currentColor; - } - - .xxl\:ring-offset-black { - --tw-ring-offset-color: #040405; - } - - .xxl\:ring-offset-white { - --tw-ring-offset-color: #fff; - } - - .xxl\:ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb; - } - - .xxl\:ring-offset-gray-100 { - --tw-ring-offset-color: #f7fafc; - } - - .xxl\:ring-offset-gray-200 { - --tw-ring-offset-color: #edf2f7; - } - - .xxl\:ring-offset-gray-300 { - --tw-ring-offset-color: #e2e8f0; - } - - .xxl\:ring-offset-gray-400 { - --tw-ring-offset-color: #cbd5e0; - } - - .xxl\:ring-offset-gray-500 { - --tw-ring-offset-color: #a0aec0; - } - - .xxl\:ring-offset-gray-600 { - --tw-ring-offset-color: #718096; - } - - .xxl\:ring-offset-gray-700 { - --tw-ring-offset-color: #4a5568; - } - - .xxl\:ring-offset-gray-800 { - --tw-ring-offset-color: #2d3748; - } - - .xxl\:ring-offset-gray-900 { - --tw-ring-offset-color: #1a202c; - } - - .xxl\:ring-offset-red-50 { - --tw-ring-offset-color: #fef2f2; - } - - .xxl\:ring-offset-red-100 { - --tw-ring-offset-color: #fee2e2; - } - - .xxl\:ring-offset-red-200 { - --tw-ring-offset-color: #fecaca; - } - - .xxl\:ring-offset-red-300 { - --tw-ring-offset-color: #fca5a5; - } - - .xxl\:ring-offset-red-400 { - --tw-ring-offset-color: #f87171; - } - - .xxl\:ring-offset-red-500 { - --tw-ring-offset-color: #ef4444; - } - - .xxl\:ring-offset-red-600 { - --tw-ring-offset-color: #dc2626; - } - - .xxl\:ring-offset-red-700 { - --tw-ring-offset-color: #b91c1c; - } - - .xxl\:ring-offset-red-800 { - --tw-ring-offset-color: #991b1b; - } - - .xxl\:ring-offset-red-900 { - --tw-ring-offset-color: #7f1d1d; - } - - .xxl\:ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb; - } - - .xxl\:ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7; - } - - .xxl\:ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a; - } - - .xxl\:ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d; - } - - .xxl\:ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24; - } - - .xxl\:ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b; - } - - .xxl\:ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706; - } - - .xxl\:ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309; - } - - .xxl\:ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e; - } - - .xxl\:ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f; - } - - .xxl\:ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5; - } - - .xxl\:ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5; - } - - .xxl\:ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0; - } - - .xxl\:ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7; - } - - .xxl\:ring-offset-green-400 { - --tw-ring-offset-color: #34d399; - } - - .xxl\:ring-offset-green-500 { - --tw-ring-offset-color: #10b981; - } - - .xxl\:ring-offset-green-600 { - --tw-ring-offset-color: #059669; - } - - .xxl\:ring-offset-green-700 { - --tw-ring-offset-color: #047857; - } - - .xxl\:ring-offset-green-800 { - --tw-ring-offset-color: #065f46; - } - - .xxl\:ring-offset-green-900 { - --tw-ring-offset-color: #064e3b; - } - - .xxl\:ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff; - } - - .xxl\:ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe; - } - - .xxl\:ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe; - } - - .xxl\:ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd; - } - - .xxl\:ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa; - } - - .xxl\:ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6; - } - - .xxl\:ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb; - } - - .xxl\:ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8; - } - - .xxl\:ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af; - } - - .xxl\:ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a; - } - - .xxl\:ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff; - } - - .xxl\:ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff; - } - - .xxl\:ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe; - } - - .xxl\:ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc; - } - - .xxl\:ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8; - } - - .xxl\:ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1; - } - - .xxl\:ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5; - } - - .xxl\:ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca; - } - - .xxl\:ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3; - } - - .xxl\:ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81; - } - - .xxl\:ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff; - } - - .xxl\:ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe; - } - - .xxl\:ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe; - } - - .xxl\:ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd; - } - - .xxl\:ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa; - } - - .xxl\:ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6; - } - - .xxl\:ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed; - } - - .xxl\:ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9; - } - - .xxl\:ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6; - } - - .xxl\:ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95; - } - - .xxl\:ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8; - } - - .xxl\:ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3; - } - - .xxl\:ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8; - } - - .xxl\:ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4; - } - - .xxl\:ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6; - } - - .xxl\:ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899; - } - - .xxl\:ring-offset-pink-600 { - --tw-ring-offset-color: #db2777; - } - - .xxl\:ring-offset-pink-700 { - --tw-ring-offset-color: #be185d; - } - - .xxl\:ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d; - } - - .xxl\:ring-offset-pink-900 { - --tw-ring-offset-color: #831843; - } - - .xxl\:ring-offset-primary-50 { - --tw-ring-offset-color: #F7F6FD; - } - - .xxl\:ring-offset-primary-100 { - --tw-ring-offset-color: #EEEEFB; - } - - .xxl\:ring-offset-primary-200 { - --tw-ring-offset-color: #D5D4F5; - } - - .xxl\:ring-offset-primary-300 { - --tw-ring-offset-color: #BCB9EF; - } - - .xxl\:ring-offset-primary-400 { - --tw-ring-offset-color: #8A85E4; - } - - .xxl\:ring-offset-primary-500 { - --tw-ring-offset-color: #5851D8; - } - - .xxl\:ring-offset-primary-600 { - --tw-ring-offset-color: #4F49C2; - } - - .xxl\:ring-offset-primary-700 { - --tw-ring-offset-color: #353182; - } - - .xxl\:ring-offset-primary-800 { - --tw-ring-offset-color: #282461; - } - - .xxl\:ring-offset-primary-900 { - --tw-ring-offset-color: #1A1841; - } - - .xxl\:ring-offset-danger { - --tw-ring-offset-color: #FB7178; - } - - .xxl\:ring-offset-success { - --tw-ring-offset-color: #00C99C; - } - - .xxl\:ring-offset-warning { - --tw-ring-offset-color: #F3AF4E; - } - - .xxl\:ring-offset-info { - --tw-ring-offset-color: #15B2EC; - } - - .xxl\:focus-within\:ring-offset-transparent:focus-within { - --tw-ring-offset-color: transparent; - } - - .xxl\:focus-within\:ring-offset-current:focus-within { - --tw-ring-offset-color: currentColor; - } - - .xxl\:focus-within\:ring-offset-black:focus-within { - --tw-ring-offset-color: #040405; - } - - .xxl\:focus-within\:ring-offset-white:focus-within { - --tw-ring-offset-color: #fff; - } - - .xxl\:focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb; - } - - .xxl\:focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f7fafc; - } - - .xxl\:focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #edf2f7; - } - - .xxl\:focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #e2e8f0; - } - - .xxl\:focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #cbd5e0; - } - - .xxl\:focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #a0aec0; - } - - .xxl\:focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #718096; - } - - .xxl\:focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #4a5568; - } - - .xxl\:focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #2d3748; - } - - .xxl\:focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #1a202c; - } - - .xxl\:focus-within\:ring-offset-red-50:focus-within { - --tw-ring-offset-color: #fef2f2; - } - - .xxl\:focus-within\:ring-offset-red-100:focus-within { - --tw-ring-offset-color: #fee2e2; - } - - .xxl\:focus-within\:ring-offset-red-200:focus-within { - --tw-ring-offset-color: #fecaca; - } - - .xxl\:focus-within\:ring-offset-red-300:focus-within { - --tw-ring-offset-color: #fca5a5; - } - - .xxl\:focus-within\:ring-offset-red-400:focus-within { - --tw-ring-offset-color: #f87171; - } - - .xxl\:focus-within\:ring-offset-red-500:focus-within { - --tw-ring-offset-color: #ef4444; - } - - .xxl\:focus-within\:ring-offset-red-600:focus-within { - --tw-ring-offset-color: #dc2626; - } - - .xxl\:focus-within\:ring-offset-red-700:focus-within { - --tw-ring-offset-color: #b91c1c; - } - - .xxl\:focus-within\:ring-offset-red-800:focus-within { - --tw-ring-offset-color: #991b1b; - } - - .xxl\:focus-within\:ring-offset-red-900:focus-within { - --tw-ring-offset-color: #7f1d1d; - } - - .xxl\:focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb; - } - - .xxl\:focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7; - } - - .xxl\:focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a; - } - - .xxl\:focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d; - } - - .xxl\:focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24; - } - - .xxl\:focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b; - } - - .xxl\:focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706; - } - - .xxl\:focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309; - } - - .xxl\:focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e; - } - - .xxl\:focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f; - } - - .xxl\:focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5; - } - - .xxl\:focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5; - } - - .xxl\:focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0; - } - - .xxl\:focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7; - } - - .xxl\:focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399; - } - - .xxl\:focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981; - } - - .xxl\:focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669; - } - - .xxl\:focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857; - } - - .xxl\:focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46; - } - - .xxl\:focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b; - } - - .xxl\:focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff; - } - - .xxl\:focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe; - } - - .xxl\:focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe; - } - - .xxl\:focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd; - } - - .xxl\:focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa; - } - - .xxl\:focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6; - } - - .xxl\:focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb; - } - - .xxl\:focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8; - } - - .xxl\:focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af; - } - - .xxl\:focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a; - } - - .xxl\:focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff; - } - - .xxl\:focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff; - } - - .xxl\:focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe; - } - - .xxl\:focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc; - } - - .xxl\:focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8; - } - - .xxl\:focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1; - } - - .xxl\:focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5; - } - - .xxl\:focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca; - } - - .xxl\:focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3; - } - - .xxl\:focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81; - } - - .xxl\:focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff; - } - - .xxl\:focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe; - } - - .xxl\:focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe; - } - - .xxl\:focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd; - } - - .xxl\:focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa; - } - - .xxl\:focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6; - } - - .xxl\:focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed; - } - - .xxl\:focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9; - } - - .xxl\:focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6; - } - - .xxl\:focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95; - } - - .xxl\:focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8; - } - - .xxl\:focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3; - } - - .xxl\:focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8; - } - - .xxl\:focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4; - } - - .xxl\:focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6; - } - - .xxl\:focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899; - } - - .xxl\:focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777; - } - - .xxl\:focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d; - } - - .xxl\:focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d; - } - - .xxl\:focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843; - } - - .xxl\:focus-within\:ring-offset-primary-50:focus-within { - --tw-ring-offset-color: #F7F6FD; - } - - .xxl\:focus-within\:ring-offset-primary-100:focus-within { - --tw-ring-offset-color: #EEEEFB; - } - - .xxl\:focus-within\:ring-offset-primary-200:focus-within { - --tw-ring-offset-color: #D5D4F5; - } - - .xxl\:focus-within\:ring-offset-primary-300:focus-within { - --tw-ring-offset-color: #BCB9EF; - } - - .xxl\:focus-within\:ring-offset-primary-400:focus-within { - --tw-ring-offset-color: #8A85E4; - } - - .xxl\:focus-within\:ring-offset-primary-500:focus-within { - --tw-ring-offset-color: #5851D8; - } - - .xxl\:focus-within\:ring-offset-primary-600:focus-within { - --tw-ring-offset-color: #4F49C2; - } - - .xxl\:focus-within\:ring-offset-primary-700:focus-within { - --tw-ring-offset-color: #353182; - } - - .xxl\:focus-within\:ring-offset-primary-800:focus-within { - --tw-ring-offset-color: #282461; - } - - .xxl\:focus-within\:ring-offset-primary-900:focus-within { - --tw-ring-offset-color: #1A1841; - } - - .xxl\:focus-within\:ring-offset-danger:focus-within { - --tw-ring-offset-color: #FB7178; - } - - .xxl\:focus-within\:ring-offset-success:focus-within { - --tw-ring-offset-color: #00C99C; - } - - .xxl\:focus-within\:ring-offset-warning:focus-within { - --tw-ring-offset-color: #F3AF4E; - } - - .xxl\:focus-within\:ring-offset-info:focus-within { - --tw-ring-offset-color: #15B2EC; - } - - .xxl\:focus\:ring-offset-transparent:focus { - --tw-ring-offset-color: transparent; - } - - .xxl\:focus\:ring-offset-current:focus { - --tw-ring-offset-color: currentColor; - } - - .xxl\:focus\:ring-offset-black:focus { - --tw-ring-offset-color: #040405; - } - - .xxl\:focus\:ring-offset-white:focus { - --tw-ring-offset-color: #fff; - } - - .xxl\:focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb; - } - - .xxl\:focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f7fafc; - } - - .xxl\:focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #edf2f7; - } - - .xxl\:focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #e2e8f0; - } - - .xxl\:focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #cbd5e0; - } - - .xxl\:focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #a0aec0; - } - - .xxl\:focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #718096; - } - - .xxl\:focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #4a5568; - } - - .xxl\:focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #2d3748; - } - - .xxl\:focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #1a202c; - } - - .xxl\:focus\:ring-offset-red-50:focus { - --tw-ring-offset-color: #fef2f2; - } - - .xxl\:focus\:ring-offset-red-100:focus { - --tw-ring-offset-color: #fee2e2; - } - - .xxl\:focus\:ring-offset-red-200:focus { - --tw-ring-offset-color: #fecaca; - } - - .xxl\:focus\:ring-offset-red-300:focus { - --tw-ring-offset-color: #fca5a5; - } - - .xxl\:focus\:ring-offset-red-400:focus { - --tw-ring-offset-color: #f87171; - } - - .xxl\:focus\:ring-offset-red-500:focus { - --tw-ring-offset-color: #ef4444; - } - - .xxl\:focus\:ring-offset-red-600:focus { - --tw-ring-offset-color: #dc2626; - } - - .xxl\:focus\:ring-offset-red-700:focus { - --tw-ring-offset-color: #b91c1c; - } - - .xxl\:focus\:ring-offset-red-800:focus { - --tw-ring-offset-color: #991b1b; - } - - .xxl\:focus\:ring-offset-red-900:focus { - --tw-ring-offset-color: #7f1d1d; - } - - .xxl\:focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb; - } - - .xxl\:focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7; - } - - .xxl\:focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a; - } - - .xxl\:focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d; - } - - .xxl\:focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24; - } - - .xxl\:focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b; - } - - .xxl\:focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706; - } - - .xxl\:focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309; - } - - .xxl\:focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e; - } - - .xxl\:focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f; - } - - .xxl\:focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5; - } - - .xxl\:focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5; - } - - .xxl\:focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0; - } - - .xxl\:focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7; - } - - .xxl\:focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399; - } - - .xxl\:focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981; - } - - .xxl\:focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669; - } - - .xxl\:focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857; - } - - .xxl\:focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46; - } - - .xxl\:focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b; - } - - .xxl\:focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff; - } - - .xxl\:focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe; - } - - .xxl\:focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe; - } - - .xxl\:focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd; - } - - .xxl\:focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa; - } - - .xxl\:focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6; - } - - .xxl\:focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb; - } - - .xxl\:focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8; - } - - .xxl\:focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af; - } - - .xxl\:focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a; - } - - .xxl\:focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff; - } - - .xxl\:focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff; - } - - .xxl\:focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe; - } - - .xxl\:focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc; - } - - .xxl\:focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8; - } - - .xxl\:focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1; - } - - .xxl\:focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5; - } - - .xxl\:focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca; - } - - .xxl\:focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3; - } - - .xxl\:focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81; - } - - .xxl\:focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff; - } - - .xxl\:focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe; - } - - .xxl\:focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe; - } - - .xxl\:focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd; - } - - .xxl\:focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa; - } - - .xxl\:focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6; - } - - .xxl\:focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed; - } - - .xxl\:focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9; - } - - .xxl\:focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6; - } - - .xxl\:focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95; - } - - .xxl\:focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8; - } - - .xxl\:focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3; - } - - .xxl\:focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8; - } - - .xxl\:focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4; - } - - .xxl\:focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6; - } - - .xxl\:focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899; - } - - .xxl\:focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777; - } - - .xxl\:focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d; - } - - .xxl\:focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d; - } - - .xxl\:focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843; - } - - .xxl\:focus\:ring-offset-primary-50:focus { - --tw-ring-offset-color: #F7F6FD; - } - - .xxl\:focus\:ring-offset-primary-100:focus { - --tw-ring-offset-color: #EEEEFB; - } - - .xxl\:focus\:ring-offset-primary-200:focus { - --tw-ring-offset-color: #D5D4F5; - } - - .xxl\:focus\:ring-offset-primary-300:focus { - --tw-ring-offset-color: #BCB9EF; - } - - .xxl\:focus\:ring-offset-primary-400:focus { - --tw-ring-offset-color: #8A85E4; - } - - .xxl\:focus\:ring-offset-primary-500:focus { - --tw-ring-offset-color: #5851D8; - } - - .xxl\:focus\:ring-offset-primary-600:focus { - --tw-ring-offset-color: #4F49C2; - } - - .xxl\:focus\:ring-offset-primary-700:focus { - --tw-ring-offset-color: #353182; - } - - .xxl\:focus\:ring-offset-primary-800:focus { - --tw-ring-offset-color: #282461; - } - - .xxl\:focus\:ring-offset-primary-900:focus { - --tw-ring-offset-color: #1A1841; - } - - .xxl\:focus\:ring-offset-danger:focus { - --tw-ring-offset-color: #FB7178; - } - - .xxl\:focus\:ring-offset-success:focus { - --tw-ring-offset-color: #00C99C; - } - - .xxl\:focus\:ring-offset-warning:focus { - --tw-ring-offset-color: #F3AF4E; - } - - .xxl\:focus\:ring-offset-info:focus { - --tw-ring-offset-color: #15B2EC; - } - - .xxl\:ring-offset-0 { - --tw-ring-offset-width: 0px; - } - - .xxl\:ring-offset-1 { - --tw-ring-offset-width: 1px; - } - - .xxl\:ring-offset-2 { - --tw-ring-offset-width: 2px; - } - - .xxl\:ring-offset-4 { - --tw-ring-offset-width: 4px; - } - - .xxl\:ring-offset-8 { - --tw-ring-offset-width: 8px; - } - - .xxl\:focus-within\:ring-offset-0:focus-within { - --tw-ring-offset-width: 0px; - } - - .xxl\:focus-within\:ring-offset-1:focus-within { - --tw-ring-offset-width: 1px; - } - - .xxl\:focus-within\:ring-offset-2:focus-within { - --tw-ring-offset-width: 2px; - } - - .xxl\:focus-within\:ring-offset-4:focus-within { - --tw-ring-offset-width: 4px; - } - - .xxl\:focus-within\:ring-offset-8:focus-within { - --tw-ring-offset-width: 8px; - } - - .xxl\:focus\:ring-offset-0:focus { - --tw-ring-offset-width: 0px; - } - - .xxl\:focus\:ring-offset-1:focus { - --tw-ring-offset-width: 1px; - } - - .xxl\:focus\:ring-offset-2:focus { - --tw-ring-offset-width: 2px; - } - - .xxl\:focus\:ring-offset-4:focus { - --tw-ring-offset-width: 4px; - } - - .xxl\:focus\:ring-offset-8:focus { - --tw-ring-offset-width: 8px; - } - - .xxl\:ring-transparent { - --tw-ring-color: transparent; - } - - .xxl\:ring-current { - --tw-ring-color: currentColor; - } - - .xxl\:ring-black { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); - } - - .xxl\:ring-white { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); - } - - .xxl\:ring-gray-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .xxl\:ring-gray-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); - } - - .xxl\:ring-gray-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); - } - - .xxl\:ring-gray-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); - } - - .xxl\:ring-gray-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); - } - - .xxl\:ring-gray-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); - } - - .xxl\:ring-gray-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); - } - - .xxl\:ring-gray-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); - } - - .xxl\:ring-gray-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); - } - - .xxl\:ring-gray-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); - } - - .xxl\:ring-red-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); - } - - .xxl\:ring-red-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); - } - - .xxl\:ring-red-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); - } - - .xxl\:ring-red-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); - } - - .xxl\:ring-red-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); - } - - .xxl\:ring-red-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); - } - - .xxl\:ring-red-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); - } - - .xxl\:ring-red-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); - } - - .xxl\:ring-red-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); - } - - .xxl\:ring-red-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); - } - - .xxl\:ring-yellow-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); - } - - .xxl\:ring-yellow-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); - } - - .xxl\:ring-yellow-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); - } - - .xxl\:ring-yellow-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); - } - - .xxl\:ring-yellow-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); - } - - .xxl\:ring-yellow-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); - } - - .xxl\:ring-yellow-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); - } - - .xxl\:ring-yellow-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); - } - - .xxl\:ring-yellow-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); - } - - .xxl\:ring-yellow-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); - } - - .xxl\:ring-green-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); - } - - .xxl\:ring-green-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); - } - - .xxl\:ring-green-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); - } - - .xxl\:ring-green-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); - } - - .xxl\:ring-green-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); - } - - .xxl\:ring-green-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); - } - - .xxl\:ring-green-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); - } - - .xxl\:ring-green-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); - } - - .xxl\:ring-green-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); - } - - .xxl\:ring-green-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); - } - - .xxl\:ring-blue-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); - } - - .xxl\:ring-blue-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); - } - - .xxl\:ring-blue-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); - } - - .xxl\:ring-blue-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); - } - - .xxl\:ring-blue-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); - } - - .xxl\:ring-blue-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); - } - - .xxl\:ring-blue-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); - } - - .xxl\:ring-blue-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); - } - - .xxl\:ring-blue-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); - } - - .xxl\:ring-blue-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .xxl\:ring-indigo-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); - } - - .xxl\:ring-indigo-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .xxl\:ring-indigo-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); - } - - .xxl\:ring-indigo-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); - } - - .xxl\:ring-indigo-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); - } - - .xxl\:ring-indigo-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); - } - - .xxl\:ring-indigo-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); - } - - .xxl\:ring-indigo-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); - } - - .xxl\:ring-indigo-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); - } - - .xxl\:ring-indigo-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .xxl\:ring-purple-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .xxl\:ring-purple-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .xxl\:ring-purple-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .xxl\:ring-purple-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .xxl\:ring-purple-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .xxl\:ring-purple-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .xxl\:ring-purple-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .xxl\:ring-purple-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .xxl\:ring-purple-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .xxl\:ring-purple-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .xxl\:ring-pink-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .xxl\:ring-pink-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .xxl\:ring-pink-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .xxl\:ring-pink-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .xxl\:ring-pink-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .xxl\:ring-pink-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .xxl\:ring-pink-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .xxl\:ring-pink-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .xxl\:ring-pink-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .xxl\:ring-pink-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); - } - - .xxl\:ring-primary-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); - } - - .xxl\:ring-primary-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); - } - - .xxl\:ring-primary-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); - } - - .xxl\:ring-primary-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); - } - - .xxl\:ring-primary-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); - } - - .xxl\:ring-primary-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); - } - - .xxl\:ring-primary-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); - } - - .xxl\:ring-primary-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); - } - - .xxl\:ring-primary-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); - } - - .xxl\:ring-primary-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); - } - - .xxl\:ring-danger { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); - } - - .xxl\:ring-success { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); - } - - .xxl\:ring-warning { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); - } - - .xxl\:ring-info { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-transparent:focus-within { - --tw-ring-color: transparent; - } - - .xxl\:focus-within\:ring-current:focus-within { - --tw-ring-color: currentColor; - } - - .xxl\:focus-within\:ring-black:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-white:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-red-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-red-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-red-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-red-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-red-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-red-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-red-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-red-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-red-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-red-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-yellow-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-yellow-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-yellow-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-yellow-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-yellow-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-yellow-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-yellow-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-yellow-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-yellow-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-yellow-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-green-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-green-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-green-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-green-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-green-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-green-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-green-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-green-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-green-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-green-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-blue-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-blue-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-blue-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-blue-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-blue-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-blue-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-blue-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-blue-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-blue-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-blue-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-indigo-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-indigo-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-indigo-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-indigo-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-indigo-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-indigo-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-indigo-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-indigo-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-primary-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-primary-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-primary-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-primary-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-primary-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-primary-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-primary-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-primary-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-primary-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-primary-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-danger:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-success:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-warning:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); - } - - .xxl\:focus-within\:ring-info:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-transparent:focus { - --tw-ring-color: transparent; - } - - .xxl\:focus\:ring-current:focus { - --tw-ring-color: currentColor; - } - - .xxl\:focus\:ring-black:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 4, 5, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-white:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-gray-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-gray-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-gray-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-gray-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-gray-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-gray-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-gray-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-gray-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-gray-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-gray-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-red-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-red-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-red-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-red-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-red-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-red-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-red-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-red-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-red-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-red-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-yellow-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-yellow-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-yellow-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-yellow-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-yellow-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-yellow-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-yellow-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-yellow-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-yellow-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-yellow-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-green-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-green-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-green-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-green-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-green-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-green-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-green-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-green-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-green-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-green-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-blue-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-blue-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-blue-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-blue-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-blue-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-blue-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-blue-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-blue-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-blue-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-blue-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-indigo-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-indigo-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-indigo-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-indigo-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-indigo-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-indigo-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-indigo-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-indigo-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-purple-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-purple-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-purple-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-purple-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-purple-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-purple-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-purple-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-purple-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-purple-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-purple-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-pink-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-pink-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-pink-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-pink-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-pink-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-pink-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-pink-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-pink-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-pink-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-pink-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-primary-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(247, 246, 253, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-primary-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 238, 251, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-primary-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(213, 212, 245, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-primary-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(188, 185, 239, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-primary-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(138, 133, 228, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-primary-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(88, 81, 216, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-primary-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 73, 194, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-primary-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(53, 49, 130, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-primary-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(40, 36, 97, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-primary-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(26, 24, 65, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-danger:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 113, 120, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-success:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(0, 201, 156, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-warning:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 175, 78, var(--tw-ring-opacity)); - } - - .xxl\:focus\:ring-info:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(21, 178, 236, var(--tw-ring-opacity)); - } - - .xxl\:ring-opacity-0 { - --tw-ring-opacity: 0; - } - - .xxl\:ring-opacity-5 { - --tw-ring-opacity: 0.05; - } - - .xxl\:ring-opacity-10 { - --tw-ring-opacity: 0.1; - } - - .xxl\:ring-opacity-20 { - --tw-ring-opacity: 0.2; - } - - .xxl\:ring-opacity-25 { - --tw-ring-opacity: 0.25; - } - - .xxl\:ring-opacity-30 { - --tw-ring-opacity: 0.3; - } - - .xxl\:ring-opacity-40 { - --tw-ring-opacity: 0.4; - } - - .xxl\:ring-opacity-50 { - --tw-ring-opacity: 0.5; - } - - .xxl\:ring-opacity-60 { - --tw-ring-opacity: 0.6; - } - - .xxl\:ring-opacity-70 { - --tw-ring-opacity: 0.7; - } - - .xxl\:ring-opacity-75 { - --tw-ring-opacity: 0.75; - } - - .xxl\:ring-opacity-80 { - --tw-ring-opacity: 0.8; - } - - .xxl\:ring-opacity-90 { - --tw-ring-opacity: 0.9; - } - - .xxl\:ring-opacity-95 { - --tw-ring-opacity: 0.95; - } - - .xxl\:ring-opacity-100 { - --tw-ring-opacity: 1; - } - - .xxl\:focus-within\:ring-opacity-0:focus-within { - --tw-ring-opacity: 0; - } - - .xxl\:focus-within\:ring-opacity-5:focus-within { - --tw-ring-opacity: 0.05; - } - - .xxl\:focus-within\:ring-opacity-10:focus-within { - --tw-ring-opacity: 0.1; - } - - .xxl\:focus-within\:ring-opacity-20:focus-within { - --tw-ring-opacity: 0.2; - } - - .xxl\:focus-within\:ring-opacity-25:focus-within { - --tw-ring-opacity: 0.25; - } - - .xxl\:focus-within\:ring-opacity-30:focus-within { - --tw-ring-opacity: 0.3; - } - - .xxl\:focus-within\:ring-opacity-40:focus-within { - --tw-ring-opacity: 0.4; - } - - .xxl\:focus-within\:ring-opacity-50:focus-within { - --tw-ring-opacity: 0.5; - } - - .xxl\:focus-within\:ring-opacity-60:focus-within { - --tw-ring-opacity: 0.6; - } - - .xxl\:focus-within\:ring-opacity-70:focus-within { - --tw-ring-opacity: 0.7; - } - - .xxl\:focus-within\:ring-opacity-75:focus-within { - --tw-ring-opacity: 0.75; - } - - .xxl\:focus-within\:ring-opacity-80:focus-within { - --tw-ring-opacity: 0.8; - } - - .xxl\:focus-within\:ring-opacity-90:focus-within { - --tw-ring-opacity: 0.9; - } - - .xxl\:focus-within\:ring-opacity-95:focus-within { - --tw-ring-opacity: 0.95; - } - - .xxl\:focus-within\:ring-opacity-100:focus-within { - --tw-ring-opacity: 1; - } - - .xxl\:focus\:ring-opacity-0:focus { - --tw-ring-opacity: 0; - } - - .xxl\:focus\:ring-opacity-5:focus { - --tw-ring-opacity: 0.05; - } - - .xxl\:focus\:ring-opacity-10:focus { - --tw-ring-opacity: 0.1; - } - - .xxl\:focus\:ring-opacity-20:focus { - --tw-ring-opacity: 0.2; - } - - .xxl\:focus\:ring-opacity-25:focus { - --tw-ring-opacity: 0.25; - } - - .xxl\:focus\:ring-opacity-30:focus { - --tw-ring-opacity: 0.3; - } - - .xxl\:focus\:ring-opacity-40:focus { - --tw-ring-opacity: 0.4; - } - - .xxl\:focus\:ring-opacity-50:focus { - --tw-ring-opacity: 0.5; - } - - .xxl\:focus\:ring-opacity-60:focus { - --tw-ring-opacity: 0.6; - } - - .xxl\:focus\:ring-opacity-70:focus { - --tw-ring-opacity: 0.7; - } - - .xxl\:focus\:ring-opacity-75:focus { - --tw-ring-opacity: 0.75; - } - - .xxl\:focus\:ring-opacity-80:focus { - --tw-ring-opacity: 0.8; - } - - .xxl\:focus\:ring-opacity-90:focus { - --tw-ring-opacity: 0.9; - } - - .xxl\:focus\:ring-opacity-95:focus { - --tw-ring-opacity: 0.95; - } - - .xxl\:focus\:ring-opacity-100:focus { - --tw-ring-opacity: 1; - } - - .xxl\:fill-current { - fill: currentColor; - } - - .xxl\:stroke-current { - stroke: currentColor; - } - - .xxl\:stroke-0 { - stroke-width: 0; - } - - .xxl\:stroke-1 { - stroke-width: 1; - } - - .xxl\:stroke-2 { - stroke-width: 2; - } - - .xxl\:table-auto { - table-layout: auto; - } - - .xxl\:table-fixed { - table-layout: fixed; - } - - .xxl\:text-left { - text-align: left; - } - - .xxl\:text-center { - text-align: center; - } - - .xxl\:text-right { - text-align: right; - } - - .xxl\:text-justify { - text-align: justify; - } - - .xxl\:text-transparent { - color: transparent; - } - - .xxl\:text-current { - color: currentColor; - } - - .xxl\:text-black { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .xxl\:text-white { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .xxl\:text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .xxl\:text-gray-100 { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .xxl\:text-gray-200 { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .xxl\:text-gray-300 { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .xxl\:text-gray-400 { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .xxl\:text-gray-500 { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .xxl\:text-gray-600 { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .xxl\:text-gray-700 { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .xxl\:text-gray-800 { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .xxl\:text-gray-900 { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .xxl\:text-red-50 { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .xxl\:text-red-100 { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .xxl\:text-red-200 { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .xxl\:text-red-300 { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .xxl\:text-red-400 { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .xxl\:text-red-500 { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .xxl\:text-red-600 { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .xxl\:text-red-700 { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .xxl\:text-red-800 { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .xxl\:text-red-900 { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .xxl\:text-yellow-50 { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .xxl\:text-yellow-100 { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .xxl\:text-yellow-200 { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .xxl\:text-yellow-300 { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .xxl\:text-yellow-400 { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .xxl\:text-yellow-500 { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .xxl\:text-yellow-600 { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .xxl\:text-yellow-700 { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .xxl\:text-yellow-800 { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .xxl\:text-yellow-900 { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .xxl\:text-green-50 { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .xxl\:text-green-100 { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .xxl\:text-green-200 { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .xxl\:text-green-300 { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .xxl\:text-green-400 { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .xxl\:text-green-500 { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .xxl\:text-green-600 { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .xxl\:text-green-700 { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .xxl\:text-green-800 { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .xxl\:text-green-900 { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .xxl\:text-blue-50 { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .xxl\:text-blue-100 { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .xxl\:text-blue-200 { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .xxl\:text-blue-300 { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .xxl\:text-blue-400 { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .xxl\:text-blue-500 { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .xxl\:text-blue-600 { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .xxl\:text-blue-700 { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .xxl\:text-blue-800 { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .xxl\:text-blue-900 { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .xxl\:text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .xxl\:text-indigo-100 { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .xxl\:text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .xxl\:text-indigo-300 { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .xxl\:text-indigo-400 { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .xxl\:text-indigo-500 { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .xxl\:text-indigo-600 { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .xxl\:text-indigo-700 { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .xxl\:text-indigo-800 { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .xxl\:text-indigo-900 { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .xxl\:text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .xxl\:text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .xxl\:text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .xxl\:text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .xxl\:text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .xxl\:text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .xxl\:text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .xxl\:text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .xxl\:text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .xxl\:text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .xxl\:text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .xxl\:text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .xxl\:text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .xxl\:text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .xxl\:text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .xxl\:text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .xxl\:text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .xxl\:text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .xxl\:text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .xxl\:text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .xxl\:text-primary-50 { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .xxl\:text-primary-100 { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .xxl\:text-primary-200 { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .xxl\:text-primary-300 { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .xxl\:text-primary-400 { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .xxl\:text-primary-500 { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .xxl\:text-primary-600 { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .xxl\:text-primary-700 { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .xxl\:text-primary-800 { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .xxl\:text-primary-900 { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .xxl\:text-danger { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .xxl\:text-success { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .xxl\:text-warning { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .xxl\:text-info { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-transparent:hover { - color: transparent; - } - - .xxl\:hover\:text-current:hover { - color: currentColor; - } - - .xxl\:hover\:text-black:hover { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-white:hover { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-gray-50:hover { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-gray-100:hover { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-gray-200:hover { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-gray-300:hover { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-gray-400:hover { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-gray-500:hover { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-gray-600:hover { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-gray-700:hover { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-gray-800:hover { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-gray-900:hover { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-red-50:hover { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-red-100:hover { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-red-200:hover { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-red-300:hover { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-red-400:hover { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-red-500:hover { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-red-600:hover { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-red-700:hover { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-red-800:hover { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-red-900:hover { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-yellow-50:hover { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-yellow-100:hover { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-yellow-200:hover { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-yellow-300:hover { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-yellow-400:hover { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-yellow-500:hover { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-yellow-600:hover { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-yellow-700:hover { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-yellow-800:hover { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-yellow-900:hover { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-green-50:hover { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-green-100:hover { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-green-200:hover { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-green-300:hover { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-green-400:hover { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-green-500:hover { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-green-600:hover { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-green-700:hover { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-green-800:hover { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-green-900:hover { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-blue-50:hover { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-blue-100:hover { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-blue-200:hover { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-blue-300:hover { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-blue-400:hover { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-blue-500:hover { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-blue-600:hover { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-blue-700:hover { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-blue-800:hover { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-blue-900:hover { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-indigo-50:hover { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-indigo-100:hover { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-indigo-200:hover { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-indigo-300:hover { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-indigo-400:hover { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-indigo-500:hover { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-indigo-600:hover { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-indigo-700:hover { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-indigo-800:hover { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-indigo-900:hover { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-purple-50:hover { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-purple-100:hover { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-purple-200:hover { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-purple-300:hover { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-purple-400:hover { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-purple-500:hover { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-purple-600:hover { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-purple-700:hover { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-purple-800:hover { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-purple-900:hover { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-pink-50:hover { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-pink-100:hover { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-pink-200:hover { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-pink-300:hover { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-pink-400:hover { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-pink-500:hover { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-pink-600:hover { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-pink-700:hover { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-pink-800:hover { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-pink-900:hover { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-primary-50:hover { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-primary-100:hover { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-primary-200:hover { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-primary-300:hover { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-primary-400:hover { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-primary-500:hover { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-primary-600:hover { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-primary-700:hover { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-primary-800:hover { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-primary-900:hover { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-danger:hover { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-success:hover { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-warning:hover { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .xxl\:hover\:text-info:hover { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-transparent:focus { - color: transparent; - } - - .xxl\:focus\:text-current:focus { - color: currentColor; - } - - .xxl\:focus\:text-black:focus { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-white:focus { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-gray-50:focus { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-gray-100:focus { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-gray-200:focus { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-gray-300:focus { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-gray-400:focus { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-gray-500:focus { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-gray-600:focus { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-gray-700:focus { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-gray-800:focus { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-gray-900:focus { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-red-50:focus { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-red-100:focus { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-red-200:focus { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-red-300:focus { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-red-400:focus { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-red-500:focus { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-red-600:focus { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-red-700:focus { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-red-800:focus { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-red-900:focus { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-yellow-50:focus { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-yellow-100:focus { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-yellow-200:focus { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-yellow-300:focus { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-yellow-400:focus { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-yellow-500:focus { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-yellow-600:focus { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-yellow-700:focus { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-yellow-800:focus { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-yellow-900:focus { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-green-50:focus { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-green-100:focus { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-green-200:focus { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-green-300:focus { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-green-400:focus { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-green-500:focus { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-green-600:focus { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-green-700:focus { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-green-800:focus { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-green-900:focus { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-blue-50:focus { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-blue-100:focus { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-blue-200:focus { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-blue-300:focus { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-blue-400:focus { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-blue-500:focus { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-blue-600:focus { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-blue-700:focus { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-blue-800:focus { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-blue-900:focus { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-indigo-50:focus { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-indigo-100:focus { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-indigo-200:focus { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-indigo-300:focus { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-indigo-400:focus { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-indigo-500:focus { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-indigo-600:focus { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-indigo-700:focus { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-indigo-800:focus { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-indigo-900:focus { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-purple-50:focus { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-purple-100:focus { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-purple-200:focus { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-purple-300:focus { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-purple-400:focus { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-purple-500:focus { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-purple-600:focus { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-purple-700:focus { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-purple-800:focus { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-purple-900:focus { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-pink-50:focus { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-pink-100:focus { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-pink-200:focus { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-pink-300:focus { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-pink-400:focus { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-pink-500:focus { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-pink-600:focus { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-pink-700:focus { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-pink-800:focus { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-pink-900:focus { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-primary-50:focus { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-primary-100:focus { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-primary-200:focus { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-primary-300:focus { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-primary-400:focus { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-primary-500:focus { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-primary-600:focus { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-primary-700:focus { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-primary-800:focus { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-primary-900:focus { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-danger:focus { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-success:focus { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-warning:focus { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .xxl\:focus\:text-info:focus { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .xxl\:active\:text-transparent:active { - color: transparent; - } - - .xxl\:active\:text-current:active { - color: currentColor; - } - - .xxl\:active\:text-black:active { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .xxl\:active\:text-white:active { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .xxl\:active\:text-gray-50:active { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .xxl\:active\:text-gray-100:active { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .xxl\:active\:text-gray-200:active { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .xxl\:active\:text-gray-300:active { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .xxl\:active\:text-gray-400:active { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .xxl\:active\:text-gray-500:active { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .xxl\:active\:text-gray-600:active { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .xxl\:active\:text-gray-700:active { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .xxl\:active\:text-gray-800:active { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .xxl\:active\:text-gray-900:active { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .xxl\:active\:text-red-50:active { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .xxl\:active\:text-red-100:active { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .xxl\:active\:text-red-200:active { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .xxl\:active\:text-red-300:active { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .xxl\:active\:text-red-400:active { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .xxl\:active\:text-red-500:active { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .xxl\:active\:text-red-600:active { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .xxl\:active\:text-red-700:active { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .xxl\:active\:text-red-800:active { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .xxl\:active\:text-red-900:active { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .xxl\:active\:text-yellow-50:active { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .xxl\:active\:text-yellow-100:active { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .xxl\:active\:text-yellow-200:active { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .xxl\:active\:text-yellow-300:active { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .xxl\:active\:text-yellow-400:active { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .xxl\:active\:text-yellow-500:active { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .xxl\:active\:text-yellow-600:active { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .xxl\:active\:text-yellow-700:active { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .xxl\:active\:text-yellow-800:active { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .xxl\:active\:text-yellow-900:active { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .xxl\:active\:text-green-50:active { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .xxl\:active\:text-green-100:active { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .xxl\:active\:text-green-200:active { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .xxl\:active\:text-green-300:active { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .xxl\:active\:text-green-400:active { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .xxl\:active\:text-green-500:active { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .xxl\:active\:text-green-600:active { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .xxl\:active\:text-green-700:active { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .xxl\:active\:text-green-800:active { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .xxl\:active\:text-green-900:active { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .xxl\:active\:text-blue-50:active { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .xxl\:active\:text-blue-100:active { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .xxl\:active\:text-blue-200:active { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .xxl\:active\:text-blue-300:active { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .xxl\:active\:text-blue-400:active { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .xxl\:active\:text-blue-500:active { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .xxl\:active\:text-blue-600:active { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .xxl\:active\:text-blue-700:active { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .xxl\:active\:text-blue-800:active { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .xxl\:active\:text-blue-900:active { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .xxl\:active\:text-indigo-50:active { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .xxl\:active\:text-indigo-100:active { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .xxl\:active\:text-indigo-200:active { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .xxl\:active\:text-indigo-300:active { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .xxl\:active\:text-indigo-400:active { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .xxl\:active\:text-indigo-500:active { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .xxl\:active\:text-indigo-600:active { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .xxl\:active\:text-indigo-700:active { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .xxl\:active\:text-indigo-800:active { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .xxl\:active\:text-indigo-900:active { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .xxl\:active\:text-purple-50:active { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .xxl\:active\:text-purple-100:active { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .xxl\:active\:text-purple-200:active { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .xxl\:active\:text-purple-300:active { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .xxl\:active\:text-purple-400:active { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .xxl\:active\:text-purple-500:active { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .xxl\:active\:text-purple-600:active { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .xxl\:active\:text-purple-700:active { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .xxl\:active\:text-purple-800:active { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .xxl\:active\:text-purple-900:active { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .xxl\:active\:text-pink-50:active { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .xxl\:active\:text-pink-100:active { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .xxl\:active\:text-pink-200:active { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .xxl\:active\:text-pink-300:active { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .xxl\:active\:text-pink-400:active { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .xxl\:active\:text-pink-500:active { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .xxl\:active\:text-pink-600:active { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .xxl\:active\:text-pink-700:active { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .xxl\:active\:text-pink-800:active { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .xxl\:active\:text-pink-900:active { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .xxl\:active\:text-primary-50:active { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .xxl\:active\:text-primary-100:active { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .xxl\:active\:text-primary-200:active { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .xxl\:active\:text-primary-300:active { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .xxl\:active\:text-primary-400:active { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .xxl\:active\:text-primary-500:active { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .xxl\:active\:text-primary-600:active { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .xxl\:active\:text-primary-700:active { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .xxl\:active\:text-primary-800:active { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .xxl\:active\:text-primary-900:active { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .xxl\:active\:text-danger:active { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .xxl\:active\:text-success:active { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .xxl\:active\:text-warning:active { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .xxl\:active\:text-info:active { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-transparent:visited { - color: transparent; - } - - .xxl\:visited\:text-current:visited { - color: currentColor; - } - - .xxl\:visited\:text-black:visited { - --tw-text-opacity: 1; - color: rgba(4, 4, 5, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-white:visited { - --tw-text-opacity: 1; - color: rgba(255, 255, 255, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-gray-50:visited { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-gray-100:visited { - --tw-text-opacity: 1; - color: rgba(247, 250, 252, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-gray-200:visited { - --tw-text-opacity: 1; - color: rgba(237, 242, 247, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-gray-300:visited { - --tw-text-opacity: 1; - color: rgba(226, 232, 240, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-gray-400:visited { - --tw-text-opacity: 1; - color: rgba(203, 213, 224, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-gray-500:visited { - --tw-text-opacity: 1; - color: rgba(160, 174, 192, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-gray-600:visited { - --tw-text-opacity: 1; - color: rgba(113, 128, 150, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-gray-700:visited { - --tw-text-opacity: 1; - color: rgba(74, 85, 104, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-gray-800:visited { - --tw-text-opacity: 1; - color: rgba(45, 55, 72, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-gray-900:visited { - --tw-text-opacity: 1; - color: rgba(26, 32, 44, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-red-50:visited { - --tw-text-opacity: 1; - color: rgba(254, 242, 242, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-red-100:visited { - --tw-text-opacity: 1; - color: rgba(254, 226, 226, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-red-200:visited { - --tw-text-opacity: 1; - color: rgba(254, 202, 202, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-red-300:visited { - --tw-text-opacity: 1; - color: rgba(252, 165, 165, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-red-400:visited { - --tw-text-opacity: 1; - color: rgba(248, 113, 113, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-red-500:visited { - --tw-text-opacity: 1; - color: rgba(239, 68, 68, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-red-600:visited { - --tw-text-opacity: 1; - color: rgba(220, 38, 38, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-red-700:visited { - --tw-text-opacity: 1; - color: rgba(185, 28, 28, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-red-800:visited { - --tw-text-opacity: 1; - color: rgba(153, 27, 27, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-red-900:visited { - --tw-text-opacity: 1; - color: rgba(127, 29, 29, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-yellow-50:visited { - --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-yellow-100:visited { - --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-yellow-200:visited { - --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-yellow-300:visited { - --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-yellow-400:visited { - --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-yellow-500:visited { - --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-yellow-600:visited { - --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-yellow-700:visited { - --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-yellow-800:visited { - --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-yellow-900:visited { - --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-green-50:visited { - --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-green-100:visited { - --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-green-200:visited { - --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-green-300:visited { - --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-green-400:visited { - --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-green-500:visited { - --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-green-600:visited { - --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-green-700:visited { - --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-green-800:visited { - --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-green-900:visited { - --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-blue-50:visited { - --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-blue-100:visited { - --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-blue-200:visited { - --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-blue-300:visited { - --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-blue-400:visited { - --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-blue-500:visited { - --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-blue-600:visited { - --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-blue-700:visited { - --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-blue-800:visited { - --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-blue-900:visited { - --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-indigo-50:visited { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-indigo-100:visited { - --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-indigo-200:visited { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-indigo-300:visited { - --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-indigo-400:visited { - --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-indigo-500:visited { - --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-indigo-600:visited { - --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-indigo-700:visited { - --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-indigo-800:visited { - --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-indigo-900:visited { - --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-purple-50:visited { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-purple-100:visited { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-purple-200:visited { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-purple-300:visited { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-purple-400:visited { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-purple-500:visited { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-purple-600:visited { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-purple-700:visited { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-purple-800:visited { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-purple-900:visited { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-pink-50:visited { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-pink-100:visited { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-pink-200:visited { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-pink-300:visited { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-pink-400:visited { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-pink-500:visited { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-pink-600:visited { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-pink-700:visited { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-pink-800:visited { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-pink-900:visited { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-primary-50:visited { - --tw-text-opacity: 1; - color: rgba(247, 246, 253, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-primary-100:visited { - --tw-text-opacity: 1; - color: rgba(238, 238, 251, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-primary-200:visited { - --tw-text-opacity: 1; - color: rgba(213, 212, 245, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-primary-300:visited { - --tw-text-opacity: 1; - color: rgba(188, 185, 239, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-primary-400:visited { - --tw-text-opacity: 1; - color: rgba(138, 133, 228, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-primary-500:visited { - --tw-text-opacity: 1; - color: rgba(88, 81, 216, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-primary-600:visited { - --tw-text-opacity: 1; - color: rgba(79, 73, 194, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-primary-700:visited { - --tw-text-opacity: 1; - color: rgba(53, 49, 130, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-primary-800:visited { - --tw-text-opacity: 1; - color: rgba(40, 36, 97, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-primary-900:visited { - --tw-text-opacity: 1; - color: rgba(26, 24, 65, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-danger:visited { - --tw-text-opacity: 1; - color: rgba(251, 113, 120, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-success:visited { - --tw-text-opacity: 1; - color: rgba(0, 201, 156, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-warning:visited { - --tw-text-opacity: 1; - color: rgba(243, 175, 78, var(--tw-text-opacity)); - } - - .xxl\:visited\:text-info:visited { - --tw-text-opacity: 1; - color: rgba(21, 178, 236, var(--tw-text-opacity)); - } - - .xxl\:text-opacity-0 { - --tw-text-opacity: 0; - } - - .xxl\:text-opacity-5 { - --tw-text-opacity: 0.05; - } - - .xxl\:text-opacity-10 { - --tw-text-opacity: 0.1; - } - - .xxl\:text-opacity-20 { - --tw-text-opacity: 0.2; - } - - .xxl\:text-opacity-25 { - --tw-text-opacity: 0.25; - } - - .xxl\:text-opacity-30 { - --tw-text-opacity: 0.3; - } - - .xxl\:text-opacity-40 { - --tw-text-opacity: 0.4; - } - - .xxl\:text-opacity-50 { - --tw-text-opacity: 0.5; - } - - .xxl\:text-opacity-60 { - --tw-text-opacity: 0.6; - } - - .xxl\:text-opacity-70 { - --tw-text-opacity: 0.7; - } - - .xxl\:text-opacity-75 { - --tw-text-opacity: 0.75; - } - - .xxl\:text-opacity-80 { - --tw-text-opacity: 0.8; - } - - .xxl\:text-opacity-90 { - --tw-text-opacity: 0.9; - } - - .xxl\:text-opacity-95 { - --tw-text-opacity: 0.95; - } - - .xxl\:text-opacity-100 { - --tw-text-opacity: 1; - } - - .group:hover .xxl\:group-hover\:text-opacity-0 { - --tw-text-opacity: 0; - } - - .group:hover .xxl\:group-hover\:text-opacity-5 { - --tw-text-opacity: 0.05; - } - - .group:hover .xxl\:group-hover\:text-opacity-10 { - --tw-text-opacity: 0.1; - } - - .group:hover .xxl\:group-hover\:text-opacity-20 { - --tw-text-opacity: 0.2; - } - - .group:hover .xxl\:group-hover\:text-opacity-25 { - --tw-text-opacity: 0.25; - } - - .group:hover .xxl\:group-hover\:text-opacity-30 { - --tw-text-opacity: 0.3; - } - - .group:hover .xxl\:group-hover\:text-opacity-40 { - --tw-text-opacity: 0.4; - } - - .group:hover .xxl\:group-hover\:text-opacity-50 { - --tw-text-opacity: 0.5; - } - - .group:hover .xxl\:group-hover\:text-opacity-60 { - --tw-text-opacity: 0.6; - } - - .group:hover .xxl\:group-hover\:text-opacity-70 { - --tw-text-opacity: 0.7; - } - - .group:hover .xxl\:group-hover\:text-opacity-75 { - --tw-text-opacity: 0.75; - } - - .group:hover .xxl\:group-hover\:text-opacity-80 { - --tw-text-opacity: 0.8; - } - - .group:hover .xxl\:group-hover\:text-opacity-90 { - --tw-text-opacity: 0.9; - } - - .group:hover .xxl\:group-hover\:text-opacity-95 { - --tw-text-opacity: 0.95; - } - - .group:hover .xxl\:group-hover\:text-opacity-100 { - --tw-text-opacity: 1; - } - - .xxl\:focus-within\:text-opacity-0:focus-within { - --tw-text-opacity: 0; - } - - .xxl\:focus-within\:text-opacity-5:focus-within { - --tw-text-opacity: 0.05; - } - - .xxl\:focus-within\:text-opacity-10:focus-within { - --tw-text-opacity: 0.1; - } - - .xxl\:focus-within\:text-opacity-20:focus-within { - --tw-text-opacity: 0.2; - } - - .xxl\:focus-within\:text-opacity-25:focus-within { - --tw-text-opacity: 0.25; - } - - .xxl\:focus-within\:text-opacity-30:focus-within { - --tw-text-opacity: 0.3; - } - - .xxl\:focus-within\:text-opacity-40:focus-within { - --tw-text-opacity: 0.4; - } - - .xxl\:focus-within\:text-opacity-50:focus-within { - --tw-text-opacity: 0.5; - } - - .xxl\:focus-within\:text-opacity-60:focus-within { - --tw-text-opacity: 0.6; - } - - .xxl\:focus-within\:text-opacity-70:focus-within { - --tw-text-opacity: 0.7; - } - - .xxl\:focus-within\:text-opacity-75:focus-within { - --tw-text-opacity: 0.75; - } - - .xxl\:focus-within\:text-opacity-80:focus-within { - --tw-text-opacity: 0.8; - } - - .xxl\:focus-within\:text-opacity-90:focus-within { - --tw-text-opacity: 0.9; - } - - .xxl\:focus-within\:text-opacity-95:focus-within { - --tw-text-opacity: 0.95; - } - - .xxl\:focus-within\:text-opacity-100:focus-within { - --tw-text-opacity: 1; - } - - .xxl\:hover\:text-opacity-0:hover { - --tw-text-opacity: 0; - } - - .xxl\:hover\:text-opacity-5:hover { - --tw-text-opacity: 0.05; - } - - .xxl\:hover\:text-opacity-10:hover { - --tw-text-opacity: 0.1; - } - - .xxl\:hover\:text-opacity-20:hover { - --tw-text-opacity: 0.2; - } - - .xxl\:hover\:text-opacity-25:hover { - --tw-text-opacity: 0.25; - } - - .xxl\:hover\:text-opacity-30:hover { - --tw-text-opacity: 0.3; - } - - .xxl\:hover\:text-opacity-40:hover { - --tw-text-opacity: 0.4; - } - - .xxl\:hover\:text-opacity-50:hover { - --tw-text-opacity: 0.5; - } - - .xxl\:hover\:text-opacity-60:hover { - --tw-text-opacity: 0.6; - } - - .xxl\:hover\:text-opacity-70:hover { - --tw-text-opacity: 0.7; - } - - .xxl\:hover\:text-opacity-75:hover { - --tw-text-opacity: 0.75; - } - - .xxl\:hover\:text-opacity-80:hover { - --tw-text-opacity: 0.8; - } - - .xxl\:hover\:text-opacity-90:hover { - --tw-text-opacity: 0.9; - } - - .xxl\:hover\:text-opacity-95:hover { - --tw-text-opacity: 0.95; - } - - .xxl\:hover\:text-opacity-100:hover { - --tw-text-opacity: 1; - } - - .xxl\:focus\:text-opacity-0:focus { - --tw-text-opacity: 0; - } - - .xxl\:focus\:text-opacity-5:focus { - --tw-text-opacity: 0.05; - } - - .xxl\:focus\:text-opacity-10:focus { - --tw-text-opacity: 0.1; - } - - .xxl\:focus\:text-opacity-20:focus { - --tw-text-opacity: 0.2; - } - - .xxl\:focus\:text-opacity-25:focus { - --tw-text-opacity: 0.25; - } - - .xxl\:focus\:text-opacity-30:focus { - --tw-text-opacity: 0.3; - } - - .xxl\:focus\:text-opacity-40:focus { - --tw-text-opacity: 0.4; - } - - .xxl\:focus\:text-opacity-50:focus { - --tw-text-opacity: 0.5; - } - - .xxl\:focus\:text-opacity-60:focus { - --tw-text-opacity: 0.6; - } - - .xxl\:focus\:text-opacity-70:focus { - --tw-text-opacity: 0.7; - } - - .xxl\:focus\:text-opacity-75:focus { - --tw-text-opacity: 0.75; - } - - .xxl\:focus\:text-opacity-80:focus { - --tw-text-opacity: 0.8; - } - - .xxl\:focus\:text-opacity-90:focus { - --tw-text-opacity: 0.9; - } - - .xxl\:focus\:text-opacity-95:focus { - --tw-text-opacity: 0.95; - } - - .xxl\:focus\:text-opacity-100:focus { - --tw-text-opacity: 1; - } - - .xxl\:truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - - .xxl\:overflow-ellipsis { - text-overflow: ellipsis; - } - - .xxl\:overflow-clip { - text-overflow: clip; - } - - .xxl\:italic { - font-style: italic; - } - - .xxl\:not-italic { - font-style: normal; - } - - .xxl\:uppercase { - text-transform: uppercase; - } - - .xxl\:lowercase { - text-transform: lowercase; - } - - .xxl\:capitalize { - text-transform: capitalize; - } - - .xxl\:normal-case { - text-transform: none; - } - - .xxl\:underline { - text-decoration: underline; - } - - .xxl\:line-through { - text-decoration: line-through; - } - - .xxl\:no-underline { - text-decoration: none; - } - - .group:hover .xxl\:group-hover\:underline { - text-decoration: underline; - } - - .group:hover .xxl\:group-hover\:line-through { - text-decoration: line-through; - } - - .group:hover .xxl\:group-hover\:no-underline { - text-decoration: none; - } - - .xxl\:focus-within\:underline:focus-within { - text-decoration: underline; - } - - .xxl\:focus-within\:line-through:focus-within { - text-decoration: line-through; - } - - .xxl\:focus-within\:no-underline:focus-within { - text-decoration: none; - } - - .xxl\:hover\:underline:hover { - text-decoration: underline; - } - - .xxl\:hover\:line-through:hover { - text-decoration: line-through; - } - - .xxl\:hover\:no-underline:hover { - text-decoration: none; - } - - .xxl\:focus\:underline:focus { - text-decoration: underline; - } - - .xxl\:focus\:line-through:focus { - text-decoration: line-through; - } - - .xxl\:focus\:no-underline:focus { - text-decoration: none; - } - - .xxl\:antialiased { - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - } - - .xxl\:subpixel-antialiased { - -webkit-font-smoothing: auto; - -moz-osx-font-smoothing: auto; - } - - .xxl\:ordinal, .xxl\:slashed-zero, .xxl\:lining-nums, .xxl\:oldstyle-nums, .xxl\:proportional-nums, .xxl\:tabular-nums, .xxl\:diagonal-fractions, .xxl\:stacked-fractions { - --tw-ordinal: var(--tw-empty,/*!*/ /*!*/); - --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/); - --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/); - font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction); - } - - .xxl\:normal-nums { - font-variant-numeric: normal; - } - - .xxl\:ordinal { - --tw-ordinal: ordinal; - } - - .xxl\:slashed-zero { - --tw-slashed-zero: slashed-zero; - } - - .xxl\:lining-nums { - --tw-numeric-figure: lining-nums; - } - - .xxl\:oldstyle-nums { - --tw-numeric-figure: oldstyle-nums; - } - - .xxl\:proportional-nums { - --tw-numeric-spacing: proportional-nums; - } - - .xxl\:tabular-nums { - --tw-numeric-spacing: tabular-nums; - } - - .xxl\:diagonal-fractions { - --tw-numeric-fraction: diagonal-fractions; - } - - .xxl\:stacked-fractions { - --tw-numeric-fraction: stacked-fractions; - } - - .xxl\:tracking-tighter { - letter-spacing: -0.05em; - } - - .xxl\:tracking-tight { - letter-spacing: -0.025em; - } - - .xxl\:tracking-normal { - letter-spacing: 0em; - } - - .xxl\:tracking-wide { - letter-spacing: 0.025em; - } - - .xxl\:tracking-wider { - letter-spacing: 0.05em; - } - - .xxl\:tracking-widest { - letter-spacing: 0.1em; - } - - .xxl\:select-none { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - } - - .xxl\:select-text { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - } - - .xxl\:select-all { - -webkit-user-select: all; - -moz-user-select: all; - user-select: all; - } - - .xxl\:select-auto { - -webkit-user-select: auto; - -moz-user-select: auto; - -ms-user-select: auto; - user-select: auto; - } - - .xxl\:align-baseline { - vertical-align: baseline; - } - - .xxl\:align-top { - vertical-align: top; - } - - .xxl\:align-middle { - vertical-align: middle; - } - - .xxl\:align-bottom { - vertical-align: bottom; - } - - .xxl\:align-text-top { - vertical-align: text-top; - } - - .xxl\:align-text-bottom { - vertical-align: text-bottom; - } - - .xxl\:visible { - visibility: visible; - } - - .xxl\:invisible { - visibility: hidden; - } - - .xxl\:whitespace-normal { - white-space: normal; - } - - .xxl\:whitespace-nowrap { - white-space: nowrap; - } - - .xxl\:whitespace-pre { - white-space: pre; - } - - .xxl\:whitespace-pre-line { - white-space: pre-line; - } - - .xxl\:whitespace-pre-wrap { - white-space: pre-wrap; - } - - .xxl\:break-normal { - overflow-wrap: normal; - word-break: normal; - } - - .xxl\:break-words { - overflow-wrap: break-word; - } - - .xxl\:break-all { - word-break: break-all; - } - - .xxl\:w-0 { - width: 0px; - } - - .xxl\:w-1 { - width: 0.25rem; - } - - .xxl\:w-2 { - width: 0.5rem; - } - - .xxl\:w-3 { - width: 0.75rem; - } - - .xxl\:w-4 { - width: 1rem; - } - - .xxl\:w-5 { - width: 1.25rem; - } - - .xxl\:w-6 { - width: 1.5rem; - } - - .xxl\:w-7 { - width: 1.75rem; - } - - .xxl\:w-8 { - width: 2rem; - } - - .xxl\:w-9 { - width: 2.25rem; - } - - .xxl\:w-10 { - width: 2.5rem; - } - - .xxl\:w-11 { - width: 2.75rem; - } - - .xxl\:w-12 { - width: 3rem; - } - - .xxl\:w-14 { - width: 3.5rem; - } - - .xxl\:w-16 { - width: 4rem; - } - - .xxl\:w-20 { - width: 5rem; - } - - .xxl\:w-22 { - width: 5.625rem; - } - - .xxl\:w-24 { - width: 6rem; - } - - .xxl\:w-28 { - width: 7rem; - } - - .xxl\:w-32 { - width: 8rem; - } - - .xxl\:w-36 { - width: 9rem; - } - - .xxl\:w-40 { - width: 10rem; - } - - .xxl\:w-44 { - width: 11rem; - } - - .xxl\:w-48 { - width: 12rem; - } - - .xxl\:w-52 { - width: 13rem; - } - - .xxl\:w-56 { - width: 14rem; - } - - .xxl\:w-60 { - width: 240px; - } - - .xxl\:w-64 { - width: 16rem; - } - - .xxl\:w-72 { - width: 18rem; - } - - .xxl\:w-80 { - width: 20rem; - } - - .xxl\:w-88 { - width: 22rem; - } - - .xxl\:w-96 { - width: 24rem; - } - - .xxl\:w-130 { - width: 560px; - } - - .xxl\:w-auto { - width: auto; - } - - .xxl\:w-px { - width: 1px; - } - - .xxl\:w-0\.5 { - width: 0.125rem; - } - - .xxl\:w-1\.5 { - width: 0.375rem; - } - - .xxl\:w-2\.5 { - width: 0.625rem; - } - - .xxl\:w-3\.5 { - width: 0.875rem; - } - - .xxl\:w-1\/2 { - width: 50%; - } - - .xxl\:w-1\/3 { - width: 33.333333%; - } - - .xxl\:w-2\/3 { - width: 66.666667%; - } - - .xxl\:w-1\/4 { - width: 25%; - } - - .xxl\:w-2\/4 { - width: 50%; - } - - .xxl\:w-3\/4 { - width: 75%; - } - - .xxl\:w-1\/5 { - width: 20%; - } - - .xxl\:w-2\/5 { - width: 40%; - } - - .xxl\:w-3\/5 { - width: 60%; - } - - .xxl\:w-4\/5 { - width: 80%; - } - - .xxl\:w-1\/6 { - width: 16.666667%; - } - - .xxl\:w-2\/6 { - width: 33.333333%; - } - - .xxl\:w-3\/6 { - width: 50%; - } - - .xxl\:w-4\/6 { - width: 66.666667%; - } - - .xxl\:w-5\/6 { - width: 83.333333%; - } - - .xxl\:w-1\/12 { - width: 8.333333%; - } - - .xxl\:w-2\/12 { - width: 16.666667%; - } - - .xxl\:w-3\/12 { - width: 25%; - } - - .xxl\:w-4\/12 { - width: 33.333333%; - } - - .xxl\:w-5\/12 { - width: 41.666667%; - } - - .xxl\:w-6\/12 { - width: 50%; - } - - .xxl\:w-7\/12 { - width: 58.333333%; - } - - .xxl\:w-8\/12 { - width: 66.666667%; - } - - .xxl\:w-9\/12 { - width: 75%; - } - - .xxl\:w-10\/12 { - width: 83.333333%; - } - - .xxl\:w-11\/12 { - width: 91.666667%; - } - - .xxl\:w-full { - width: 100%; - } - - .xxl\:w-screen { - width: 100vw; - } - - .xxl\:w-min { - width: -webkit-min-content; - width: -moz-min-content; - width: min-content; - } - - .xxl\:w-max { - width: -webkit-max-content; - width: -moz-max-content; - width: max-content; - } - - .xxl\:z-0 { - z-index: 0; - } - - .xxl\:z-5 { - z-index: 5; - } - - .xxl\:z-10 { - z-index: 10; - } - - .xxl\:z-15 { - z-index: 15; - } - - .xxl\:z-20 { - z-index: 20; - } - - .xxl\:z-25 { - z-index: 25; - } - - .xxl\:z-30 { - z-index: 30; - } - - .xxl\:z-40 { - z-index: 40; - } - - .xxl\:z-50 { - z-index: 50; - } - - .xxl\:z-auto { - z-index: auto; - } - - .xxl\:focus-within\:z-0:focus-within { - z-index: 0; - } - - .xxl\:focus-within\:z-5:focus-within { - z-index: 5; - } - - .xxl\:focus-within\:z-10:focus-within { - z-index: 10; - } - - .xxl\:focus-within\:z-15:focus-within { - z-index: 15; - } - - .xxl\:focus-within\:z-20:focus-within { - z-index: 20; - } - - .xxl\:focus-within\:z-25:focus-within { - z-index: 25; - } - - .xxl\:focus-within\:z-30:focus-within { - z-index: 30; - } - - .xxl\:focus-within\:z-40:focus-within { - z-index: 40; - } - - .xxl\:focus-within\:z-50:focus-within { - z-index: 50; - } - - .xxl\:focus-within\:z-auto:focus-within { - z-index: auto; - } - - .xxl\:focus\:z-0:focus { - z-index: 0; - } - - .xxl\:focus\:z-5:focus { - z-index: 5; - } - - .xxl\:focus\:z-10:focus { - z-index: 10; - } - - .xxl\:focus\:z-15:focus { - z-index: 15; - } - - .xxl\:focus\:z-20:focus { - z-index: 20; - } - - .xxl\:focus\:z-25:focus { - z-index: 25; - } - - .xxl\:focus\:z-30:focus { - z-index: 30; - } - - .xxl\:focus\:z-40:focus { - z-index: 40; - } - - .xxl\:focus\:z-50:focus { - z-index: 50; - } - - .xxl\:focus\:z-auto:focus { - z-index: auto; - } - - .xxl\:gap-0 { - gap: 0px; - } - - .xxl\:gap-1 { - gap: 0.25rem; - } - - .xxl\:gap-2 { - gap: 0.5rem; - } - - .xxl\:gap-3 { - gap: 0.75rem; - } - - .xxl\:gap-4 { - gap: 1rem; - } - - .xxl\:gap-5 { - gap: 1.25rem; - } - - .xxl\:gap-6 { - gap: 1.5rem; - } - - .xxl\:gap-7 { - gap: 1.75rem; - } - - .xxl\:gap-8 { - gap: 2rem; - } - - .xxl\:gap-9 { - gap: 2.25rem; - } - - .xxl\:gap-10 { - gap: 2.5rem; - } - - .xxl\:gap-11 { - gap: 2.75rem; - } - - .xxl\:gap-12 { - gap: 3rem; - } - - .xxl\:gap-14 { - gap: 3.5rem; - } - - .xxl\:gap-16 { - gap: 4rem; - } - - .xxl\:gap-20 { - gap: 5rem; - } - - .xxl\:gap-22 { - gap: 5.625rem; - } - - .xxl\:gap-24 { - gap: 6rem; - } - - .xxl\:gap-28 { - gap: 7rem; - } - - .xxl\:gap-32 { - gap: 8rem; - } - - .xxl\:gap-36 { - gap: 9rem; - } - - .xxl\:gap-40 { - gap: 10rem; - } - - .xxl\:gap-44 { - gap: 11rem; - } - - .xxl\:gap-48 { - gap: 12rem; - } - - .xxl\:gap-52 { - gap: 13rem; - } - - .xxl\:gap-56 { - gap: 14rem; - } - - .xxl\:gap-60 { - gap: 240px; - } - - .xxl\:gap-64 { - gap: 16rem; - } - - .xxl\:gap-72 { - gap: 18rem; - } - - .xxl\:gap-80 { - gap: 20rem; - } - - .xxl\:gap-88 { - gap: 22rem; - } - - .xxl\:gap-96 { - gap: 24rem; - } - - .xxl\:gap-130 { - gap: 560px; - } - - .xxl\:gap-px { - gap: 1px; - } - - .xxl\:gap-0\.5 { - gap: 0.125rem; - } - - .xxl\:gap-1\.5 { - gap: 0.375rem; - } - - .xxl\:gap-2\.5 { - gap: 0.625rem; - } - - .xxl\:gap-3\.5 { - gap: 0.875rem; - } - - .xxl\:gap-x-0 { - -moz-column-gap: 0px; - column-gap: 0px; - } - - .xxl\:gap-x-1 { - -moz-column-gap: 0.25rem; - column-gap: 0.25rem; - } - - .xxl\:gap-x-2 { - -moz-column-gap: 0.5rem; - column-gap: 0.5rem; - } - - .xxl\:gap-x-3 { - -moz-column-gap: 0.75rem; - column-gap: 0.75rem; - } - - .xxl\:gap-x-4 { - -moz-column-gap: 1rem; - column-gap: 1rem; - } - - .xxl\:gap-x-5 { - -moz-column-gap: 1.25rem; - column-gap: 1.25rem; - } - - .xxl\:gap-x-6 { - -moz-column-gap: 1.5rem; - column-gap: 1.5rem; - } - - .xxl\:gap-x-7 { - -moz-column-gap: 1.75rem; - column-gap: 1.75rem; - } - - .xxl\:gap-x-8 { - -moz-column-gap: 2rem; - column-gap: 2rem; - } - - .xxl\:gap-x-9 { - -moz-column-gap: 2.25rem; - column-gap: 2.25rem; - } - - .xxl\:gap-x-10 { - -moz-column-gap: 2.5rem; - column-gap: 2.5rem; - } - - .xxl\:gap-x-11 { - -moz-column-gap: 2.75rem; - column-gap: 2.75rem; - } - - .xxl\:gap-x-12 { - -moz-column-gap: 3rem; - column-gap: 3rem; - } - - .xxl\:gap-x-14 { - -moz-column-gap: 3.5rem; - column-gap: 3.5rem; - } - - .xxl\:gap-x-16 { - -moz-column-gap: 4rem; - column-gap: 4rem; - } - - .xxl\:gap-x-20 { - -moz-column-gap: 5rem; - column-gap: 5rem; - } - - .xxl\:gap-x-22 { - -moz-column-gap: 5.625rem; - column-gap: 5.625rem; - } - - .xxl\:gap-x-24 { - -moz-column-gap: 6rem; - column-gap: 6rem; - } - - .xxl\:gap-x-28 { - -moz-column-gap: 7rem; - column-gap: 7rem; - } - - .xxl\:gap-x-32 { - -moz-column-gap: 8rem; - column-gap: 8rem; - } - - .xxl\:gap-x-36 { - -moz-column-gap: 9rem; - column-gap: 9rem; - } - - .xxl\:gap-x-40 { - -moz-column-gap: 10rem; - column-gap: 10rem; - } - - .xxl\:gap-x-44 { - -moz-column-gap: 11rem; - column-gap: 11rem; - } - - .xxl\:gap-x-48 { - -moz-column-gap: 12rem; - column-gap: 12rem; - } - - .xxl\:gap-x-52 { - -moz-column-gap: 13rem; - column-gap: 13rem; - } - - .xxl\:gap-x-56 { - -moz-column-gap: 14rem; - column-gap: 14rem; - } - - .xxl\:gap-x-60 { - -moz-column-gap: 240px; - column-gap: 240px; - } - - .xxl\:gap-x-64 { - -moz-column-gap: 16rem; - column-gap: 16rem; - } - - .xxl\:gap-x-72 { - -moz-column-gap: 18rem; - column-gap: 18rem; - } - - .xxl\:gap-x-80 { - -moz-column-gap: 20rem; - column-gap: 20rem; - } - - .xxl\:gap-x-88 { - -moz-column-gap: 22rem; - column-gap: 22rem; - } - - .xxl\:gap-x-96 { - -moz-column-gap: 24rem; - column-gap: 24rem; - } - - .xxl\:gap-x-130 { - -moz-column-gap: 560px; - column-gap: 560px; - } - - .xxl\:gap-x-px { - -moz-column-gap: 1px; - column-gap: 1px; - } - - .xxl\:gap-x-0\.5 { - -moz-column-gap: 0.125rem; - column-gap: 0.125rem; - } - - .xxl\:gap-x-1\.5 { - -moz-column-gap: 0.375rem; - column-gap: 0.375rem; - } - - .xxl\:gap-x-2\.5 { - -moz-column-gap: 0.625rem; - column-gap: 0.625rem; - } - - .xxl\:gap-x-3\.5 { - -moz-column-gap: 0.875rem; - column-gap: 0.875rem; - } - - .xxl\:gap-y-0 { - row-gap: 0px; - } - - .xxl\:gap-y-1 { - row-gap: 0.25rem; - } - - .xxl\:gap-y-2 { - row-gap: 0.5rem; - } - - .xxl\:gap-y-3 { - row-gap: 0.75rem; - } - - .xxl\:gap-y-4 { - row-gap: 1rem; - } - - .xxl\:gap-y-5 { - row-gap: 1.25rem; - } - - .xxl\:gap-y-6 { - row-gap: 1.5rem; - } - - .xxl\:gap-y-7 { - row-gap: 1.75rem; - } - - .xxl\:gap-y-8 { - row-gap: 2rem; - } - - .xxl\:gap-y-9 { - row-gap: 2.25rem; - } - - .xxl\:gap-y-10 { - row-gap: 2.5rem; - } - - .xxl\:gap-y-11 { - row-gap: 2.75rem; - } - - .xxl\:gap-y-12 { - row-gap: 3rem; - } - - .xxl\:gap-y-14 { - row-gap: 3.5rem; - } - - .xxl\:gap-y-16 { - row-gap: 4rem; - } - - .xxl\:gap-y-20 { - row-gap: 5rem; - } - - .xxl\:gap-y-22 { - row-gap: 5.625rem; - } - - .xxl\:gap-y-24 { - row-gap: 6rem; - } - - .xxl\:gap-y-28 { - row-gap: 7rem; - } - - .xxl\:gap-y-32 { - row-gap: 8rem; - } - - .xxl\:gap-y-36 { - row-gap: 9rem; - } - - .xxl\:gap-y-40 { - row-gap: 10rem; - } - - .xxl\:gap-y-44 { - row-gap: 11rem; - } - - .xxl\:gap-y-48 { - row-gap: 12rem; - } - - .xxl\:gap-y-52 { - row-gap: 13rem; - } - - .xxl\:gap-y-56 { - row-gap: 14rem; - } - - .xxl\:gap-y-60 { - row-gap: 240px; - } - - .xxl\:gap-y-64 { - row-gap: 16rem; - } - - .xxl\:gap-y-72 { - row-gap: 18rem; - } - - .xxl\:gap-y-80 { - row-gap: 20rem; - } - - .xxl\:gap-y-88 { - row-gap: 22rem; - } - - .xxl\:gap-y-96 { - row-gap: 24rem; - } - - .xxl\:gap-y-130 { - row-gap: 560px; - } - - .xxl\:gap-y-px { - row-gap: 1px; - } - - .xxl\:gap-y-0\.5 { - row-gap: 0.125rem; - } - - .xxl\:gap-y-1\.5 { - row-gap: 0.375rem; - } - - .xxl\:gap-y-2\.5 { - row-gap: 0.625rem; - } - - .xxl\:gap-y-3\.5 { - row-gap: 0.875rem; - } - - .xxl\:grid-flow-row { - grid-auto-flow: row; - } - - .xxl\:grid-flow-col { - grid-auto-flow: column; - } - - .xxl\:grid-flow-row-dense { - grid-auto-flow: row dense; - } - - .xxl\:grid-flow-col-dense { - grid-auto-flow: column dense; - } - - .xxl\:grid-cols-1 { - grid-template-columns: repeat(1, minmax(0, 1fr)); - } - - .xxl\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - - .xxl\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } - - .xxl\:grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)); - } - - .xxl\:grid-cols-5 { - grid-template-columns: repeat(5, minmax(0, 1fr)); - } - - .xxl\:grid-cols-6 { - grid-template-columns: repeat(6, minmax(0, 1fr)); - } - - .xxl\:grid-cols-7 { - grid-template-columns: repeat(7, minmax(0, 1fr)); - } - - .xxl\:grid-cols-8 { - grid-template-columns: repeat(8, minmax(0, 1fr)); - } - - .xxl\:grid-cols-9 { - grid-template-columns: repeat(9, minmax(0, 1fr)); - } - - .xxl\:grid-cols-10 { - grid-template-columns: repeat(10, minmax(0, 1fr)); - } - - .xxl\:grid-cols-11 { - grid-template-columns: repeat(11, minmax(0, 1fr)); - } - - .xxl\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); - } - - .xxl\:grid-cols-none { - grid-template-columns: none; - } - - .xxl\:auto-cols-auto { - grid-auto-columns: auto; - } - - .xxl\:auto-cols-min { - grid-auto-columns: -webkit-min-content; - grid-auto-columns: min-content; - } - - .xxl\:auto-cols-max { - grid-auto-columns: -webkit-max-content; - grid-auto-columns: max-content; - } - - .xxl\:auto-cols-fr { - grid-auto-columns: minmax(0, 1fr); - } - - .xxl\:col-auto { - grid-column: auto; - } - - .xxl\:col-span-1 { - grid-column: span 1 / span 1; - } - - .xxl\:col-span-2 { - grid-column: span 2 / span 2; - } - - .xxl\:col-span-3 { - grid-column: span 3 / span 3; - } - - .xxl\:col-span-4 { - grid-column: span 4 / span 4; - } - - .xxl\:col-span-5 { - grid-column: span 5 / span 5; - } - - .xxl\:col-span-6 { - grid-column: span 6 / span 6; - } - - .xxl\:col-span-7 { - grid-column: span 7 / span 7; - } - - .xxl\:col-span-8 { - grid-column: span 8 / span 8; - } - - .xxl\:col-span-9 { - grid-column: span 9 / span 9; - } - - .xxl\:col-span-10 { - grid-column: span 10 / span 10; - } - - .xxl\:col-span-11 { - grid-column: span 11 / span 11; - } - - .xxl\:col-span-12 { - grid-column: span 12 / span 12; - } - - .xxl\:col-span-full { - grid-column: 1 / -1; - } - - .xxl\:col-start-1 { - grid-column-start: 1; - } - - .xxl\:col-start-2 { - grid-column-start: 2; - } - - .xxl\:col-start-3 { - grid-column-start: 3; - } - - .xxl\:col-start-4 { - grid-column-start: 4; - } - - .xxl\:col-start-5 { - grid-column-start: 5; - } - - .xxl\:col-start-6 { - grid-column-start: 6; - } - - .xxl\:col-start-7 { - grid-column-start: 7; - } - - .xxl\:col-start-8 { - grid-column-start: 8; - } - - .xxl\:col-start-9 { - grid-column-start: 9; - } - - .xxl\:col-start-10 { - grid-column-start: 10; - } - - .xxl\:col-start-11 { - grid-column-start: 11; - } - - .xxl\:col-start-12 { - grid-column-start: 12; - } - - .xxl\:col-start-13 { - grid-column-start: 13; - } - - .xxl\:col-start-auto { - grid-column-start: auto; - } - - .xxl\:col-end-1 { - grid-column-end: 1; - } - - .xxl\:col-end-2 { - grid-column-end: 2; - } - - .xxl\:col-end-3 { - grid-column-end: 3; - } - - .xxl\:col-end-4 { - grid-column-end: 4; - } - - .xxl\:col-end-5 { - grid-column-end: 5; - } - - .xxl\:col-end-6 { - grid-column-end: 6; - } - - .xxl\:col-end-7 { - grid-column-end: 7; - } - - .xxl\:col-end-8 { - grid-column-end: 8; - } - - .xxl\:col-end-9 { - grid-column-end: 9; - } - - .xxl\:col-end-10 { - grid-column-end: 10; - } - - .xxl\:col-end-11 { - grid-column-end: 11; - } - - .xxl\:col-end-12 { - grid-column-end: 12; - } - - .xxl\:col-end-13 { - grid-column-end: 13; - } - - .xxl\:col-end-auto { - grid-column-end: auto; - } - - .xxl\:grid-rows-1 { - grid-template-rows: repeat(1, minmax(0, 1fr)); - } - - .xxl\:grid-rows-2 { - grid-template-rows: repeat(2, minmax(0, 1fr)); - } - - .xxl\:grid-rows-3 { - grid-template-rows: repeat(3, minmax(0, 1fr)); - } - - .xxl\:grid-rows-4 { - grid-template-rows: repeat(4, minmax(0, 1fr)); - } - - .xxl\:grid-rows-5 { - grid-template-rows: repeat(5, minmax(0, 1fr)); - } - - .xxl\:grid-rows-6 { - grid-template-rows: repeat(6, minmax(0, 1fr)); - } - - .xxl\:grid-rows-none { - grid-template-rows: none; - } - - .xxl\:auto-rows-auto { - grid-auto-rows: auto; - } - - .xxl\:auto-rows-min { - grid-auto-rows: -webkit-min-content; - grid-auto-rows: min-content; - } - - .xxl\:auto-rows-max { - grid-auto-rows: -webkit-max-content; - grid-auto-rows: max-content; - } - - .xxl\:auto-rows-fr { - grid-auto-rows: minmax(0, 1fr); - } - - .xxl\:row-auto { - grid-row: auto; - } - - .xxl\:row-span-1 { - grid-row: span 1 / span 1; - } - - .xxl\:row-span-2 { - grid-row: span 2 / span 2; - } - - .xxl\:row-span-3 { - grid-row: span 3 / span 3; - } - - .xxl\:row-span-4 { - grid-row: span 4 / span 4; - } - - .xxl\:row-span-5 { - grid-row: span 5 / span 5; - } - - .xxl\:row-span-6 { - grid-row: span 6 / span 6; - } - - .xxl\:row-span-full { - grid-row: 1 / -1; - } - - .xxl\:row-start-1 { - grid-row-start: 1; - } - - .xxl\:row-start-2 { - grid-row-start: 2; - } - - .xxl\:row-start-3 { - grid-row-start: 3; - } - - .xxl\:row-start-4 { - grid-row-start: 4; - } - - .xxl\:row-start-5 { - grid-row-start: 5; - } - - .xxl\:row-start-6 { - grid-row-start: 6; - } - - .xxl\:row-start-7 { - grid-row-start: 7; - } - - .xxl\:row-start-auto { - grid-row-start: auto; - } - - .xxl\:row-end-1 { - grid-row-end: 1; - } - - .xxl\:row-end-2 { - grid-row-end: 2; - } - - .xxl\:row-end-3 { - grid-row-end: 3; - } - - .xxl\:row-end-4 { - grid-row-end: 4; - } - - .xxl\:row-end-5 { - grid-row-end: 5; - } - - .xxl\:row-end-6 { - grid-row-end: 6; - } - - .xxl\:row-end-7 { - grid-row-end: 7; - } - - .xxl\:row-end-auto { - grid-row-end: auto; - } - - .xxl\:transform { - --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; - 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)); - } - - .xxl\:transform-gpu { - --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; - transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); - } - - .xxl\:transform-none { - transform: none; - } - - .xxl\:origin-center { - transform-origin: center; - } - - .xxl\:origin-top { - transform-origin: top; - } - - .xxl\:origin-top-right { - transform-origin: top right; - } - - .xxl\:origin-right { - transform-origin: right; - } - - .xxl\:origin-bottom-right { - transform-origin: bottom right; - } - - .xxl\:origin-bottom { - transform-origin: bottom; - } - - .xxl\:origin-bottom-left { - transform-origin: bottom left; - } - - .xxl\:origin-left { - transform-origin: left; - } - - .xxl\:origin-top-left { - transform-origin: top left; - } - - .xxl\:scale-0 { - --tw-scale-x: 0; - --tw-scale-y: 0; - } - - .xxl\:scale-50 { - --tw-scale-x: .5; - --tw-scale-y: .5; - } - - .xxl\:scale-75 { - --tw-scale-x: .75; - --tw-scale-y: .75; - } - - .xxl\:scale-90 { - --tw-scale-x: .9; - --tw-scale-y: .9; - } - - .xxl\:scale-95 { - --tw-scale-x: .95; - --tw-scale-y: .95; - } - - .xxl\:scale-100 { - --tw-scale-x: 1; - --tw-scale-y: 1; - } - - .xxl\:scale-105 { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; - } - - .xxl\:scale-110 { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; - } - - .xxl\:scale-125 { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; - } - - .xxl\:scale-150 { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; - } - - .xxl\:scale-x-0 { - --tw-scale-x: 0; - } - - .xxl\:scale-x-50 { - --tw-scale-x: .5; - } - - .xxl\:scale-x-75 { - --tw-scale-x: .75; - } - - .xxl\:scale-x-90 { - --tw-scale-x: .9; - } - - .xxl\:scale-x-95 { - --tw-scale-x: .95; - } - - .xxl\:scale-x-100 { - --tw-scale-x: 1; - } - - .xxl\:scale-x-105 { - --tw-scale-x: 1.05; - } - - .xxl\:scale-x-110 { - --tw-scale-x: 1.1; - } - - .xxl\:scale-x-125 { - --tw-scale-x: 1.25; - } - - .xxl\:scale-x-150 { - --tw-scale-x: 1.5; - } - - .xxl\:scale-y-0 { - --tw-scale-y: 0; - } - - .xxl\:scale-y-50 { - --tw-scale-y: .5; - } - - .xxl\:scale-y-75 { - --tw-scale-y: .75; - } - - .xxl\:scale-y-90 { - --tw-scale-y: .9; - } - - .xxl\:scale-y-95 { - --tw-scale-y: .95; - } - - .xxl\:scale-y-100 { - --tw-scale-y: 1; - } - - .xxl\:scale-y-105 { - --tw-scale-y: 1.05; - } - - .xxl\:scale-y-110 { - --tw-scale-y: 1.1; - } - - .xxl\:scale-y-125 { - --tw-scale-y: 1.25; - } - - .xxl\:scale-y-150 { - --tw-scale-y: 1.5; - } - - .xxl\:hover\:scale-0:hover { - --tw-scale-x: 0; - --tw-scale-y: 0; - } - - .xxl\:hover\:scale-50:hover { - --tw-scale-x: .5; - --tw-scale-y: .5; - } - - .xxl\:hover\:scale-75:hover { - --tw-scale-x: .75; - --tw-scale-y: .75; - } - - .xxl\:hover\:scale-90:hover { - --tw-scale-x: .9; - --tw-scale-y: .9; - } - - .xxl\:hover\:scale-95:hover { - --tw-scale-x: .95; - --tw-scale-y: .95; - } - - .xxl\:hover\:scale-100:hover { - --tw-scale-x: 1; - --tw-scale-y: 1; - } - - .xxl\:hover\:scale-105:hover { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; - } - - .xxl\:hover\:scale-110:hover { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; - } - - .xxl\:hover\:scale-125:hover { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; - } - - .xxl\:hover\:scale-150:hover { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; - } - - .xxl\:hover\:scale-x-0:hover { - --tw-scale-x: 0; - } - - .xxl\:hover\:scale-x-50:hover { - --tw-scale-x: .5; - } - - .xxl\:hover\:scale-x-75:hover { - --tw-scale-x: .75; - } - - .xxl\:hover\:scale-x-90:hover { - --tw-scale-x: .9; - } - - .xxl\:hover\:scale-x-95:hover { - --tw-scale-x: .95; - } - - .xxl\:hover\:scale-x-100:hover { - --tw-scale-x: 1; - } - - .xxl\:hover\:scale-x-105:hover { - --tw-scale-x: 1.05; - } - - .xxl\:hover\:scale-x-110:hover { - --tw-scale-x: 1.1; - } - - .xxl\:hover\:scale-x-125:hover { - --tw-scale-x: 1.25; - } - - .xxl\:hover\:scale-x-150:hover { - --tw-scale-x: 1.5; - } - - .xxl\:hover\:scale-y-0:hover { - --tw-scale-y: 0; - } - - .xxl\:hover\:scale-y-50:hover { - --tw-scale-y: .5; - } - - .xxl\:hover\:scale-y-75:hover { - --tw-scale-y: .75; - } - - .xxl\:hover\:scale-y-90:hover { - --tw-scale-y: .9; - } - - .xxl\:hover\:scale-y-95:hover { - --tw-scale-y: .95; - } - - .xxl\:hover\:scale-y-100:hover { - --tw-scale-y: 1; - } - - .xxl\:hover\:scale-y-105:hover { - --tw-scale-y: 1.05; - } - - .xxl\:hover\:scale-y-110:hover { - --tw-scale-y: 1.1; - } - - .xxl\:hover\:scale-y-125:hover { - --tw-scale-y: 1.25; - } - - .xxl\:hover\:scale-y-150:hover { - --tw-scale-y: 1.5; - } - - .xxl\:focus\:scale-0:focus { - --tw-scale-x: 0; - --tw-scale-y: 0; - } - - .xxl\:focus\:scale-50:focus { - --tw-scale-x: .5; - --tw-scale-y: .5; - } - - .xxl\:focus\:scale-75:focus { - --tw-scale-x: .75; - --tw-scale-y: .75; - } - - .xxl\:focus\:scale-90:focus { - --tw-scale-x: .9; - --tw-scale-y: .9; - } - - .xxl\:focus\:scale-95:focus { - --tw-scale-x: .95; - --tw-scale-y: .95; - } - - .xxl\:focus\:scale-100:focus { - --tw-scale-x: 1; - --tw-scale-y: 1; - } - - .xxl\:focus\:scale-105:focus { - --tw-scale-x: 1.05; - --tw-scale-y: 1.05; - } - - .xxl\:focus\:scale-110:focus { - --tw-scale-x: 1.1; - --tw-scale-y: 1.1; - } - - .xxl\:focus\:scale-125:focus { - --tw-scale-x: 1.25; - --tw-scale-y: 1.25; - } - - .xxl\:focus\:scale-150:focus { - --tw-scale-x: 1.5; - --tw-scale-y: 1.5; - } - - .xxl\:focus\:scale-x-0:focus { - --tw-scale-x: 0; - } - - .xxl\:focus\:scale-x-50:focus { - --tw-scale-x: .5; - } - - .xxl\:focus\:scale-x-75:focus { - --tw-scale-x: .75; - } - - .xxl\:focus\:scale-x-90:focus { - --tw-scale-x: .9; - } - - .xxl\:focus\:scale-x-95:focus { - --tw-scale-x: .95; - } - - .xxl\:focus\:scale-x-100:focus { - --tw-scale-x: 1; - } - - .xxl\:focus\:scale-x-105:focus { - --tw-scale-x: 1.05; - } - - .xxl\:focus\:scale-x-110:focus { - --tw-scale-x: 1.1; - } - - .xxl\:focus\:scale-x-125:focus { - --tw-scale-x: 1.25; - } - - .xxl\:focus\:scale-x-150:focus { - --tw-scale-x: 1.5; - } - - .xxl\:focus\:scale-y-0:focus { - --tw-scale-y: 0; - } - - .xxl\:focus\:scale-y-50:focus { - --tw-scale-y: .5; - } - - .xxl\:focus\:scale-y-75:focus { - --tw-scale-y: .75; - } - - .xxl\:focus\:scale-y-90:focus { - --tw-scale-y: .9; - } - - .xxl\:focus\:scale-y-95:focus { - --tw-scale-y: .95; - } - - .xxl\:focus\:scale-y-100:focus { - --tw-scale-y: 1; - } - - .xxl\:focus\:scale-y-105:focus { - --tw-scale-y: 1.05; - } - - .xxl\:focus\:scale-y-110:focus { - --tw-scale-y: 1.1; - } - - .xxl\:focus\:scale-y-125:focus { - --tw-scale-y: 1.25; - } - - .xxl\:focus\:scale-y-150:focus { - --tw-scale-y: 1.5; - } - - .xxl\:rotate-0 { - --tw-rotate: 0deg; - } - - .xxl\:rotate-1 { - --tw-rotate: 1deg; - } - - .xxl\:rotate-2 { - --tw-rotate: 2deg; - } - - .xxl\:rotate-3 { - --tw-rotate: 3deg; - } - - .xxl\:rotate-6 { - --tw-rotate: 6deg; - } - - .xxl\:rotate-12 { - --tw-rotate: 12deg; - } - - .xxl\:rotate-45 { - --tw-rotate: 45deg; - } - - .xxl\:rotate-90 { - --tw-rotate: 90deg; - } - - .xxl\:rotate-180 { - --tw-rotate: 180deg; - } - - .xxl\:-rotate-180 { - --tw-rotate: -180deg; - } - - .xxl\:-rotate-90 { - --tw-rotate: -90deg; - } - - .xxl\:-rotate-45 { - --tw-rotate: -45deg; - } - - .xxl\:-rotate-12 { - --tw-rotate: -12deg; - } - - .xxl\:-rotate-6 { - --tw-rotate: -6deg; - } - - .xxl\:-rotate-3 { - --tw-rotate: -3deg; - } - - .xxl\:-rotate-2 { - --tw-rotate: -2deg; - } - - .xxl\:-rotate-1 { - --tw-rotate: -1deg; - } - - .xxl\:hover\:rotate-0:hover { - --tw-rotate: 0deg; - } - - .xxl\:hover\:rotate-1:hover { - --tw-rotate: 1deg; - } - - .xxl\:hover\:rotate-2:hover { - --tw-rotate: 2deg; - } - - .xxl\:hover\:rotate-3:hover { - --tw-rotate: 3deg; - } - - .xxl\:hover\:rotate-6:hover { - --tw-rotate: 6deg; - } - - .xxl\:hover\:rotate-12:hover { - --tw-rotate: 12deg; - } - - .xxl\:hover\:rotate-45:hover { - --tw-rotate: 45deg; - } - - .xxl\:hover\:rotate-90:hover { - --tw-rotate: 90deg; - } - - .xxl\:hover\:rotate-180:hover { - --tw-rotate: 180deg; - } - - .xxl\:hover\:-rotate-180:hover { - --tw-rotate: -180deg; - } - - .xxl\:hover\:-rotate-90:hover { - --tw-rotate: -90deg; - } - - .xxl\:hover\:-rotate-45:hover { - --tw-rotate: -45deg; - } - - .xxl\:hover\:-rotate-12:hover { - --tw-rotate: -12deg; - } - - .xxl\:hover\:-rotate-6:hover { - --tw-rotate: -6deg; - } - - .xxl\:hover\:-rotate-3:hover { - --tw-rotate: -3deg; - } - - .xxl\:hover\:-rotate-2:hover { - --tw-rotate: -2deg; - } - - .xxl\:hover\:-rotate-1:hover { - --tw-rotate: -1deg; - } - - .xxl\:focus\:rotate-0:focus { - --tw-rotate: 0deg; - } - - .xxl\:focus\:rotate-1:focus { - --tw-rotate: 1deg; - } - - .xxl\:focus\:rotate-2:focus { - --tw-rotate: 2deg; - } - - .xxl\:focus\:rotate-3:focus { - --tw-rotate: 3deg; - } - - .xxl\:focus\:rotate-6:focus { - --tw-rotate: 6deg; - } - - .xxl\:focus\:rotate-12:focus { - --tw-rotate: 12deg; - } - - .xxl\:focus\:rotate-45:focus { - --tw-rotate: 45deg; - } - - .xxl\:focus\:rotate-90:focus { - --tw-rotate: 90deg; - } - - .xxl\:focus\:rotate-180:focus { - --tw-rotate: 180deg; - } - - .xxl\:focus\:-rotate-180:focus { - --tw-rotate: -180deg; - } - - .xxl\:focus\:-rotate-90:focus { - --tw-rotate: -90deg; - } - - .xxl\:focus\:-rotate-45:focus { - --tw-rotate: -45deg; - } - - .xxl\:focus\:-rotate-12:focus { - --tw-rotate: -12deg; - } - - .xxl\:focus\:-rotate-6:focus { - --tw-rotate: -6deg; - } - - .xxl\:focus\:-rotate-3:focus { - --tw-rotate: -3deg; - } - - .xxl\:focus\:-rotate-2:focus { - --tw-rotate: -2deg; - } - - .xxl\:focus\:-rotate-1:focus { - --tw-rotate: -1deg; - } - - .xxl\:translate-x-0 { - --tw-translate-x: 0px; - } - - .xxl\:translate-x-1 { - --tw-translate-x: 0.25rem; - } - - .xxl\:translate-x-2 { - --tw-translate-x: 0.5rem; - } - - .xxl\:translate-x-3 { - --tw-translate-x: 0.75rem; - } - - .xxl\:translate-x-4 { - --tw-translate-x: 1rem; - } - - .xxl\:translate-x-5 { - --tw-translate-x: 1.25rem; - } - - .xxl\:translate-x-6 { - --tw-translate-x: 1.5rem; - } - - .xxl\:translate-x-7 { - --tw-translate-x: 1.75rem; - } - - .xxl\:translate-x-8 { - --tw-translate-x: 2rem; - } - - .xxl\:translate-x-9 { - --tw-translate-x: 2.25rem; - } - - .xxl\:translate-x-10 { - --tw-translate-x: 2.5rem; - } - - .xxl\:translate-x-11 { - --tw-translate-x: 2.75rem; - } - - .xxl\:translate-x-12 { - --tw-translate-x: 3rem; - } - - .xxl\:translate-x-14 { - --tw-translate-x: 3.5rem; - } - - .xxl\:translate-x-16 { - --tw-translate-x: 4rem; - } - - .xxl\:translate-x-20 { - --tw-translate-x: 5rem; - } - - .xxl\:translate-x-22 { - --tw-translate-x: 5.625rem; - } - - .xxl\:translate-x-24 { - --tw-translate-x: 6rem; - } - - .xxl\:translate-x-28 { - --tw-translate-x: 7rem; - } - - .xxl\:translate-x-32 { - --tw-translate-x: 8rem; - } - - .xxl\:translate-x-36 { - --tw-translate-x: 9rem; - } - - .xxl\:translate-x-40 { - --tw-translate-x: 10rem; - } - - .xxl\:translate-x-44 { - --tw-translate-x: 11rem; - } - - .xxl\:translate-x-48 { - --tw-translate-x: 12rem; - } - - .xxl\:translate-x-52 { - --tw-translate-x: 13rem; - } - - .xxl\:translate-x-56 { - --tw-translate-x: 14rem; - } - - .xxl\:translate-x-60 { - --tw-translate-x: 240px; - } - - .xxl\:translate-x-64 { - --tw-translate-x: 16rem; - } - - .xxl\:translate-x-72 { - --tw-translate-x: 18rem; - } - - .xxl\:translate-x-80 { - --tw-translate-x: 20rem; - } - - .xxl\:translate-x-88 { - --tw-translate-x: 22rem; - } - - .xxl\:translate-x-96 { - --tw-translate-x: 24rem; - } - - .xxl\:translate-x-130 { - --tw-translate-x: 560px; - } - - .xxl\:translate-x-px { - --tw-translate-x: 1px; - } - - .xxl\:translate-x-0\.5 { - --tw-translate-x: 0.125rem; - } - - .xxl\:translate-x-1\.5 { - --tw-translate-x: 0.375rem; - } - - .xxl\:translate-x-2\.5 { - --tw-translate-x: 0.625rem; - } - - .xxl\:translate-x-3\.5 { - --tw-translate-x: 0.875rem; - } - - .xxl\:-translate-x-0 { - --tw-translate-x: 0px; - } - - .xxl\:-translate-x-1 { - --tw-translate-x: -0.25rem; - } - - .xxl\:-translate-x-2 { - --tw-translate-x: -0.5rem; - } - - .xxl\:-translate-x-3 { - --tw-translate-x: -0.75rem; - } - - .xxl\:-translate-x-4 { - --tw-translate-x: -1rem; - } - - .xxl\:-translate-x-5 { - --tw-translate-x: -1.25rem; - } - - .xxl\:-translate-x-6 { - --tw-translate-x: -1.5rem; - } - - .xxl\:-translate-x-7 { - --tw-translate-x: -1.75rem; - } - - .xxl\:-translate-x-8 { - --tw-translate-x: -2rem; - } - - .xxl\:-translate-x-9 { - --tw-translate-x: -2.25rem; - } - - .xxl\:-translate-x-10 { - --tw-translate-x: -2.5rem; - } - - .xxl\:-translate-x-11 { - --tw-translate-x: -2.75rem; - } - - .xxl\:-translate-x-12 { - --tw-translate-x: -3rem; - } - - .xxl\:-translate-x-14 { - --tw-translate-x: -3.5rem; - } - - .xxl\:-translate-x-16 { - --tw-translate-x: -4rem; - } - - .xxl\:-translate-x-20 { - --tw-translate-x: -5rem; - } - - .xxl\:-translate-x-22 { - --tw-translate-x: -5.625rem; - } - - .xxl\:-translate-x-24 { - --tw-translate-x: -6rem; - } - - .xxl\:-translate-x-28 { - --tw-translate-x: -7rem; - } - - .xxl\:-translate-x-32 { - --tw-translate-x: -8rem; - } - - .xxl\:-translate-x-36 { - --tw-translate-x: -9rem; - } - - .xxl\:-translate-x-40 { - --tw-translate-x: -10rem; - } - - .xxl\:-translate-x-44 { - --tw-translate-x: -11rem; - } - - .xxl\:-translate-x-48 { - --tw-translate-x: -12rem; - } - - .xxl\:-translate-x-52 { - --tw-translate-x: -13rem; - } - - .xxl\:-translate-x-56 { - --tw-translate-x: -14rem; - } - - .xxl\:-translate-x-60 { - --tw-translate-x: -240px; - } - - .xxl\:-translate-x-64 { - --tw-translate-x: -16rem; - } - - .xxl\:-translate-x-72 { - --tw-translate-x: -18rem; - } - - .xxl\:-translate-x-80 { - --tw-translate-x: -20rem; - } - - .xxl\:-translate-x-88 { - --tw-translate-x: -22rem; - } - - .xxl\:-translate-x-96 { - --tw-translate-x: -24rem; - } - - .xxl\:-translate-x-130 { - --tw-translate-x: -560px; - } - - .xxl\:-translate-x-px { - --tw-translate-x: -1px; - } - - .xxl\:-translate-x-0\.5 { - --tw-translate-x: -0.125rem; - } - - .xxl\:-translate-x-1\.5 { - --tw-translate-x: -0.375rem; - } - - .xxl\:-translate-x-2\.5 { - --tw-translate-x: -0.625rem; - } - - .xxl\:-translate-x-3\.5 { - --tw-translate-x: -0.875rem; - } - - .xxl\:translate-x-1\/2 { - --tw-translate-x: 50%; - } - - .xxl\:translate-x-1\/3 { - --tw-translate-x: 33.333333%; - } - - .xxl\:translate-x-2\/3 { - --tw-translate-x: 66.666667%; - } - - .xxl\:translate-x-1\/4 { - --tw-translate-x: 25%; - } - - .xxl\:translate-x-2\/4 { - --tw-translate-x: 50%; - } - - .xxl\:translate-x-3\/4 { - --tw-translate-x: 75%; - } - - .xxl\:translate-x-full { - --tw-translate-x: 100%; - } - - .xxl\:-translate-x-1\/2 { - --tw-translate-x: -50%; - } - - .xxl\:-translate-x-1\/3 { - --tw-translate-x: -33.333333%; - } - - .xxl\:-translate-x-2\/3 { - --tw-translate-x: -66.666667%; - } - - .xxl\:-translate-x-1\/4 { - --tw-translate-x: -25%; - } - - .xxl\:-translate-x-2\/4 { - --tw-translate-x: -50%; - } - - .xxl\:-translate-x-3\/4 { - --tw-translate-x: -75%; - } - - .xxl\:-translate-x-full { - --tw-translate-x: -100%; - } - - .xxl\:translate-y-0 { - --tw-translate-y: 0px; - } - - .xxl\:translate-y-1 { - --tw-translate-y: 0.25rem; - } - - .xxl\:translate-y-2 { - --tw-translate-y: 0.5rem; - } - - .xxl\:translate-y-3 { - --tw-translate-y: 0.75rem; - } - - .xxl\:translate-y-4 { - --tw-translate-y: 1rem; - } - - .xxl\:translate-y-5 { - --tw-translate-y: 1.25rem; - } - - .xxl\:translate-y-6 { - --tw-translate-y: 1.5rem; - } - - .xxl\:translate-y-7 { - --tw-translate-y: 1.75rem; - } - - .xxl\:translate-y-8 { - --tw-translate-y: 2rem; - } - - .xxl\:translate-y-9 { - --tw-translate-y: 2.25rem; - } - - .xxl\:translate-y-10 { - --tw-translate-y: 2.5rem; - } - - .xxl\:translate-y-11 { - --tw-translate-y: 2.75rem; - } - - .xxl\:translate-y-12 { - --tw-translate-y: 3rem; - } - - .xxl\:translate-y-14 { - --tw-translate-y: 3.5rem; - } - - .xxl\:translate-y-16 { - --tw-translate-y: 4rem; - } - - .xxl\:translate-y-20 { - --tw-translate-y: 5rem; - } - - .xxl\:translate-y-22 { - --tw-translate-y: 5.625rem; - } - - .xxl\:translate-y-24 { - --tw-translate-y: 6rem; - } - - .xxl\:translate-y-28 { - --tw-translate-y: 7rem; - } - - .xxl\:translate-y-32 { - --tw-translate-y: 8rem; - } - - .xxl\:translate-y-36 { - --tw-translate-y: 9rem; - } - - .xxl\:translate-y-40 { - --tw-translate-y: 10rem; - } - - .xxl\:translate-y-44 { - --tw-translate-y: 11rem; - } - - .xxl\:translate-y-48 { - --tw-translate-y: 12rem; - } - - .xxl\:translate-y-52 { - --tw-translate-y: 13rem; - } - - .xxl\:translate-y-56 { - --tw-translate-y: 14rem; - } - - .xxl\:translate-y-60 { - --tw-translate-y: 240px; - } - - .xxl\:translate-y-64 { - --tw-translate-y: 16rem; - } - - .xxl\:translate-y-72 { - --tw-translate-y: 18rem; - } - - .xxl\:translate-y-80 { - --tw-translate-y: 20rem; - } - - .xxl\:translate-y-88 { - --tw-translate-y: 22rem; - } - - .xxl\:translate-y-96 { - --tw-translate-y: 24rem; - } - - .xxl\:translate-y-130 { - --tw-translate-y: 560px; - } - - .xxl\:translate-y-px { - --tw-translate-y: 1px; - } - - .xxl\:translate-y-0\.5 { - --tw-translate-y: 0.125rem; - } - - .xxl\:translate-y-1\.5 { - --tw-translate-y: 0.375rem; - } - - .xxl\:translate-y-2\.5 { - --tw-translate-y: 0.625rem; - } - - .xxl\:translate-y-3\.5 { - --tw-translate-y: 0.875rem; - } - - .xxl\:-translate-y-0 { - --tw-translate-y: 0px; - } - - .xxl\:-translate-y-1 { - --tw-translate-y: -0.25rem; - } - - .xxl\:-translate-y-2 { - --tw-translate-y: -0.5rem; - } - - .xxl\:-translate-y-3 { - --tw-translate-y: -0.75rem; - } - - .xxl\:-translate-y-4 { - --tw-translate-y: -1rem; - } - - .xxl\:-translate-y-5 { - --tw-translate-y: -1.25rem; - } - - .xxl\:-translate-y-6 { - --tw-translate-y: -1.5rem; - } - - .xxl\:-translate-y-7 { - --tw-translate-y: -1.75rem; - } - - .xxl\:-translate-y-8 { - --tw-translate-y: -2rem; - } - - .xxl\:-translate-y-9 { - --tw-translate-y: -2.25rem; - } - - .xxl\:-translate-y-10 { - --tw-translate-y: -2.5rem; - } - - .xxl\:-translate-y-11 { - --tw-translate-y: -2.75rem; - } - - .xxl\:-translate-y-12 { - --tw-translate-y: -3rem; - } - - .xxl\:-translate-y-14 { - --tw-translate-y: -3.5rem; - } - - .xxl\:-translate-y-16 { - --tw-translate-y: -4rem; - } - - .xxl\:-translate-y-20 { - --tw-translate-y: -5rem; - } - - .xxl\:-translate-y-22 { - --tw-translate-y: -5.625rem; - } - - .xxl\:-translate-y-24 { - --tw-translate-y: -6rem; - } - - .xxl\:-translate-y-28 { - --tw-translate-y: -7rem; - } - - .xxl\:-translate-y-32 { - --tw-translate-y: -8rem; - } - - .xxl\:-translate-y-36 { - --tw-translate-y: -9rem; - } - - .xxl\:-translate-y-40 { - --tw-translate-y: -10rem; - } - - .xxl\:-translate-y-44 { - --tw-translate-y: -11rem; - } - - .xxl\:-translate-y-48 { - --tw-translate-y: -12rem; - } - - .xxl\:-translate-y-52 { - --tw-translate-y: -13rem; - } - - .xxl\:-translate-y-56 { - --tw-translate-y: -14rem; - } - - .xxl\:-translate-y-60 { - --tw-translate-y: -240px; - } - - .xxl\:-translate-y-64 { - --tw-translate-y: -16rem; - } - - .xxl\:-translate-y-72 { - --tw-translate-y: -18rem; - } - - .xxl\:-translate-y-80 { - --tw-translate-y: -20rem; - } - - .xxl\:-translate-y-88 { - --tw-translate-y: -22rem; - } - - .xxl\:-translate-y-96 { - --tw-translate-y: -24rem; - } - - .xxl\:-translate-y-130 { - --tw-translate-y: -560px; - } - - .xxl\:-translate-y-px { - --tw-translate-y: -1px; - } - - .xxl\:-translate-y-0\.5 { - --tw-translate-y: -0.125rem; - } - - .xxl\:-translate-y-1\.5 { - --tw-translate-y: -0.375rem; - } - - .xxl\:-translate-y-2\.5 { - --tw-translate-y: -0.625rem; - } - - .xxl\:-translate-y-3\.5 { - --tw-translate-y: -0.875rem; - } - - .xxl\:translate-y-1\/2 { - --tw-translate-y: 50%; - } - - .xxl\:translate-y-1\/3 { - --tw-translate-y: 33.333333%; - } - - .xxl\:translate-y-2\/3 { - --tw-translate-y: 66.666667%; - } - - .xxl\:translate-y-1\/4 { - --tw-translate-y: 25%; - } - - .xxl\:translate-y-2\/4 { - --tw-translate-y: 50%; - } - - .xxl\:translate-y-3\/4 { - --tw-translate-y: 75%; - } - - .xxl\:translate-y-full { - --tw-translate-y: 100%; - } - - .xxl\:-translate-y-1\/2 { - --tw-translate-y: -50%; - } - - .xxl\:-translate-y-1\/3 { - --tw-translate-y: -33.333333%; - } - - .xxl\:-translate-y-2\/3 { - --tw-translate-y: -66.666667%; - } - - .xxl\:-translate-y-1\/4 { - --tw-translate-y: -25%; - } - - .xxl\:-translate-y-2\/4 { - --tw-translate-y: -50%; - } - - .xxl\:-translate-y-3\/4 { - --tw-translate-y: -75%; - } - - .xxl\:-translate-y-full { - --tw-translate-y: -100%; - } - - .xxl\:hover\:translate-x-0:hover { - --tw-translate-x: 0px; - } - - .xxl\:hover\:translate-x-1:hover { - --tw-translate-x: 0.25rem; - } - - .xxl\:hover\:translate-x-2:hover { - --tw-translate-x: 0.5rem; - } - - .xxl\:hover\:translate-x-3:hover { - --tw-translate-x: 0.75rem; - } - - .xxl\:hover\:translate-x-4:hover { - --tw-translate-x: 1rem; - } - - .xxl\:hover\:translate-x-5:hover { - --tw-translate-x: 1.25rem; - } - - .xxl\:hover\:translate-x-6:hover { - --tw-translate-x: 1.5rem; - } - - .xxl\:hover\:translate-x-7:hover { - --tw-translate-x: 1.75rem; - } - - .xxl\:hover\:translate-x-8:hover { - --tw-translate-x: 2rem; - } - - .xxl\:hover\:translate-x-9:hover { - --tw-translate-x: 2.25rem; - } - - .xxl\:hover\:translate-x-10:hover { - --tw-translate-x: 2.5rem; - } - - .xxl\:hover\:translate-x-11:hover { - --tw-translate-x: 2.75rem; - } - - .xxl\:hover\:translate-x-12:hover { - --tw-translate-x: 3rem; - } - - .xxl\:hover\:translate-x-14:hover { - --tw-translate-x: 3.5rem; - } - - .xxl\:hover\:translate-x-16:hover { - --tw-translate-x: 4rem; - } - - .xxl\:hover\:translate-x-20:hover { - --tw-translate-x: 5rem; - } - - .xxl\:hover\:translate-x-22:hover { - --tw-translate-x: 5.625rem; - } - - .xxl\:hover\:translate-x-24:hover { - --tw-translate-x: 6rem; - } - - .xxl\:hover\:translate-x-28:hover { - --tw-translate-x: 7rem; - } - - .xxl\:hover\:translate-x-32:hover { - --tw-translate-x: 8rem; - } - - .xxl\:hover\:translate-x-36:hover { - --tw-translate-x: 9rem; - } - - .xxl\:hover\:translate-x-40:hover { - --tw-translate-x: 10rem; - } - - .xxl\:hover\:translate-x-44:hover { - --tw-translate-x: 11rem; - } - - .xxl\:hover\:translate-x-48:hover { - --tw-translate-x: 12rem; - } - - .xxl\:hover\:translate-x-52:hover { - --tw-translate-x: 13rem; - } - - .xxl\:hover\:translate-x-56:hover { - --tw-translate-x: 14rem; - } - - .xxl\:hover\:translate-x-60:hover { - --tw-translate-x: 240px; - } - - .xxl\:hover\:translate-x-64:hover { - --tw-translate-x: 16rem; - } - - .xxl\:hover\:translate-x-72:hover { - --tw-translate-x: 18rem; - } - - .xxl\:hover\:translate-x-80:hover { - --tw-translate-x: 20rem; - } - - .xxl\:hover\:translate-x-88:hover { - --tw-translate-x: 22rem; - } - - .xxl\:hover\:translate-x-96:hover { - --tw-translate-x: 24rem; - } - - .xxl\:hover\:translate-x-130:hover { - --tw-translate-x: 560px; - } - - .xxl\:hover\:translate-x-px:hover { - --tw-translate-x: 1px; - } - - .xxl\:hover\:translate-x-0\.5:hover { - --tw-translate-x: 0.125rem; - } - - .xxl\:hover\:translate-x-1\.5:hover { - --tw-translate-x: 0.375rem; - } - - .xxl\:hover\:translate-x-2\.5:hover { - --tw-translate-x: 0.625rem; - } - - .xxl\:hover\:translate-x-3\.5:hover { - --tw-translate-x: 0.875rem; - } - - .xxl\:hover\:-translate-x-0:hover { - --tw-translate-x: 0px; - } - - .xxl\:hover\:-translate-x-1:hover { - --tw-translate-x: -0.25rem; - } - - .xxl\:hover\:-translate-x-2:hover { - --tw-translate-x: -0.5rem; - } - - .xxl\:hover\:-translate-x-3:hover { - --tw-translate-x: -0.75rem; - } - - .xxl\:hover\:-translate-x-4:hover { - --tw-translate-x: -1rem; - } - - .xxl\:hover\:-translate-x-5:hover { - --tw-translate-x: -1.25rem; - } - - .xxl\:hover\:-translate-x-6:hover { - --tw-translate-x: -1.5rem; - } - - .xxl\:hover\:-translate-x-7:hover { - --tw-translate-x: -1.75rem; - } - - .xxl\:hover\:-translate-x-8:hover { - --tw-translate-x: -2rem; - } - - .xxl\:hover\:-translate-x-9:hover { - --tw-translate-x: -2.25rem; - } - - .xxl\:hover\:-translate-x-10:hover { - --tw-translate-x: -2.5rem; - } - - .xxl\:hover\:-translate-x-11:hover { - --tw-translate-x: -2.75rem; - } - - .xxl\:hover\:-translate-x-12:hover { - --tw-translate-x: -3rem; - } - - .xxl\:hover\:-translate-x-14:hover { - --tw-translate-x: -3.5rem; - } - - .xxl\:hover\:-translate-x-16:hover { - --tw-translate-x: -4rem; - } - - .xxl\:hover\:-translate-x-20:hover { - --tw-translate-x: -5rem; - } - - .xxl\:hover\:-translate-x-22:hover { - --tw-translate-x: -5.625rem; - } - - .xxl\:hover\:-translate-x-24:hover { - --tw-translate-x: -6rem; - } - - .xxl\:hover\:-translate-x-28:hover { - --tw-translate-x: -7rem; - } - - .xxl\:hover\:-translate-x-32:hover { - --tw-translate-x: -8rem; - } - - .xxl\:hover\:-translate-x-36:hover { - --tw-translate-x: -9rem; - } - - .xxl\:hover\:-translate-x-40:hover { - --tw-translate-x: -10rem; - } - - .xxl\:hover\:-translate-x-44:hover { - --tw-translate-x: -11rem; - } - - .xxl\:hover\:-translate-x-48:hover { - --tw-translate-x: -12rem; - } - - .xxl\:hover\:-translate-x-52:hover { - --tw-translate-x: -13rem; - } - - .xxl\:hover\:-translate-x-56:hover { - --tw-translate-x: -14rem; - } - - .xxl\:hover\:-translate-x-60:hover { - --tw-translate-x: -240px; - } - - .xxl\:hover\:-translate-x-64:hover { - --tw-translate-x: -16rem; - } - - .xxl\:hover\:-translate-x-72:hover { - --tw-translate-x: -18rem; - } - - .xxl\:hover\:-translate-x-80:hover { - --tw-translate-x: -20rem; - } - - .xxl\:hover\:-translate-x-88:hover { - --tw-translate-x: -22rem; - } - - .xxl\:hover\:-translate-x-96:hover { - --tw-translate-x: -24rem; - } - - .xxl\:hover\:-translate-x-130:hover { - --tw-translate-x: -560px; - } - - .xxl\:hover\:-translate-x-px:hover { - --tw-translate-x: -1px; - } - - .xxl\:hover\:-translate-x-0\.5:hover { - --tw-translate-x: -0.125rem; - } - - .xxl\:hover\:-translate-x-1\.5:hover { - --tw-translate-x: -0.375rem; - } - - .xxl\:hover\:-translate-x-2\.5:hover { - --tw-translate-x: -0.625rem; - } - - .xxl\:hover\:-translate-x-3\.5:hover { - --tw-translate-x: -0.875rem; - } - - .xxl\:hover\:translate-x-1\/2:hover { - --tw-translate-x: 50%; - } - - .xxl\:hover\:translate-x-1\/3:hover { - --tw-translate-x: 33.333333%; - } - - .xxl\:hover\:translate-x-2\/3:hover { - --tw-translate-x: 66.666667%; - } - - .xxl\:hover\:translate-x-1\/4:hover { - --tw-translate-x: 25%; - } - - .xxl\:hover\:translate-x-2\/4:hover { - --tw-translate-x: 50%; - } - - .xxl\:hover\:translate-x-3\/4:hover { - --tw-translate-x: 75%; - } - - .xxl\:hover\:translate-x-full:hover { - --tw-translate-x: 100%; - } - - .xxl\:hover\:-translate-x-1\/2:hover { - --tw-translate-x: -50%; - } - - .xxl\:hover\:-translate-x-1\/3:hover { - --tw-translate-x: -33.333333%; - } - - .xxl\:hover\:-translate-x-2\/3:hover { - --tw-translate-x: -66.666667%; - } - - .xxl\:hover\:-translate-x-1\/4:hover { - --tw-translate-x: -25%; - } - - .xxl\:hover\:-translate-x-2\/4:hover { - --tw-translate-x: -50%; - } - - .xxl\:hover\:-translate-x-3\/4:hover { - --tw-translate-x: -75%; - } - - .xxl\:hover\:-translate-x-full:hover { - --tw-translate-x: -100%; - } - - .xxl\:hover\:translate-y-0:hover { - --tw-translate-y: 0px; - } - - .xxl\:hover\:translate-y-1:hover { - --tw-translate-y: 0.25rem; - } - - .xxl\:hover\:translate-y-2:hover { - --tw-translate-y: 0.5rem; - } - - .xxl\:hover\:translate-y-3:hover { - --tw-translate-y: 0.75rem; - } - - .xxl\:hover\:translate-y-4:hover { - --tw-translate-y: 1rem; - } - - .xxl\:hover\:translate-y-5:hover { - --tw-translate-y: 1.25rem; - } - - .xxl\:hover\:translate-y-6:hover { - --tw-translate-y: 1.5rem; - } - - .xxl\:hover\:translate-y-7:hover { - --tw-translate-y: 1.75rem; - } - - .xxl\:hover\:translate-y-8:hover { - --tw-translate-y: 2rem; - } - - .xxl\:hover\:translate-y-9:hover { - --tw-translate-y: 2.25rem; - } - - .xxl\:hover\:translate-y-10:hover { - --tw-translate-y: 2.5rem; - } - - .xxl\:hover\:translate-y-11:hover { - --tw-translate-y: 2.75rem; - } - - .xxl\:hover\:translate-y-12:hover { - --tw-translate-y: 3rem; - } - - .xxl\:hover\:translate-y-14:hover { - --tw-translate-y: 3.5rem; - } - - .xxl\:hover\:translate-y-16:hover { - --tw-translate-y: 4rem; - } - - .xxl\:hover\:translate-y-20:hover { - --tw-translate-y: 5rem; - } - - .xxl\:hover\:translate-y-22:hover { - --tw-translate-y: 5.625rem; - } - - .xxl\:hover\:translate-y-24:hover { - --tw-translate-y: 6rem; - } - - .xxl\:hover\:translate-y-28:hover { - --tw-translate-y: 7rem; - } - - .xxl\:hover\:translate-y-32:hover { - --tw-translate-y: 8rem; - } - - .xxl\:hover\:translate-y-36:hover { - --tw-translate-y: 9rem; - } - - .xxl\:hover\:translate-y-40:hover { - --tw-translate-y: 10rem; - } - - .xxl\:hover\:translate-y-44:hover { - --tw-translate-y: 11rem; - } - - .xxl\:hover\:translate-y-48:hover { - --tw-translate-y: 12rem; - } - - .xxl\:hover\:translate-y-52:hover { - --tw-translate-y: 13rem; - } - - .xxl\:hover\:translate-y-56:hover { - --tw-translate-y: 14rem; - } - - .xxl\:hover\:translate-y-60:hover { - --tw-translate-y: 240px; - } - - .xxl\:hover\:translate-y-64:hover { - --tw-translate-y: 16rem; - } - - .xxl\:hover\:translate-y-72:hover { - --tw-translate-y: 18rem; - } - - .xxl\:hover\:translate-y-80:hover { - --tw-translate-y: 20rem; - } - - .xxl\:hover\:translate-y-88:hover { - --tw-translate-y: 22rem; - } - - .xxl\:hover\:translate-y-96:hover { - --tw-translate-y: 24rem; - } - - .xxl\:hover\:translate-y-130:hover { - --tw-translate-y: 560px; - } - - .xxl\:hover\:translate-y-px:hover { - --tw-translate-y: 1px; - } - - .xxl\:hover\:translate-y-0\.5:hover { - --tw-translate-y: 0.125rem; - } - - .xxl\:hover\:translate-y-1\.5:hover { - --tw-translate-y: 0.375rem; - } - - .xxl\:hover\:translate-y-2\.5:hover { - --tw-translate-y: 0.625rem; - } - - .xxl\:hover\:translate-y-3\.5:hover { - --tw-translate-y: 0.875rem; - } - - .xxl\:hover\:-translate-y-0:hover { - --tw-translate-y: 0px; - } - - .xxl\:hover\:-translate-y-1:hover { - --tw-translate-y: -0.25rem; - } - - .xxl\:hover\:-translate-y-2:hover { - --tw-translate-y: -0.5rem; - } - - .xxl\:hover\:-translate-y-3:hover { - --tw-translate-y: -0.75rem; - } - - .xxl\:hover\:-translate-y-4:hover { - --tw-translate-y: -1rem; - } - - .xxl\:hover\:-translate-y-5:hover { - --tw-translate-y: -1.25rem; - } - - .xxl\:hover\:-translate-y-6:hover { - --tw-translate-y: -1.5rem; - } - - .xxl\:hover\:-translate-y-7:hover { - --tw-translate-y: -1.75rem; - } - - .xxl\:hover\:-translate-y-8:hover { - --tw-translate-y: -2rem; - } - - .xxl\:hover\:-translate-y-9:hover { - --tw-translate-y: -2.25rem; - } - - .xxl\:hover\:-translate-y-10:hover { - --tw-translate-y: -2.5rem; - } - - .xxl\:hover\:-translate-y-11:hover { - --tw-translate-y: -2.75rem; - } - - .xxl\:hover\:-translate-y-12:hover { - --tw-translate-y: -3rem; - } - - .xxl\:hover\:-translate-y-14:hover { - --tw-translate-y: -3.5rem; - } - - .xxl\:hover\:-translate-y-16:hover { - --tw-translate-y: -4rem; - } - - .xxl\:hover\:-translate-y-20:hover { - --tw-translate-y: -5rem; - } - - .xxl\:hover\:-translate-y-22:hover { - --tw-translate-y: -5.625rem; - } - - .xxl\:hover\:-translate-y-24:hover { - --tw-translate-y: -6rem; - } - - .xxl\:hover\:-translate-y-28:hover { - --tw-translate-y: -7rem; - } - - .xxl\:hover\:-translate-y-32:hover { - --tw-translate-y: -8rem; - } - - .xxl\:hover\:-translate-y-36:hover { - --tw-translate-y: -9rem; - } - - .xxl\:hover\:-translate-y-40:hover { - --tw-translate-y: -10rem; - } - - .xxl\:hover\:-translate-y-44:hover { - --tw-translate-y: -11rem; - } - - .xxl\:hover\:-translate-y-48:hover { - --tw-translate-y: -12rem; - } - - .xxl\:hover\:-translate-y-52:hover { - --tw-translate-y: -13rem; - } - - .xxl\:hover\:-translate-y-56:hover { - --tw-translate-y: -14rem; - } - - .xxl\:hover\:-translate-y-60:hover { - --tw-translate-y: -240px; - } - - .xxl\:hover\:-translate-y-64:hover { - --tw-translate-y: -16rem; - } - - .xxl\:hover\:-translate-y-72:hover { - --tw-translate-y: -18rem; - } - - .xxl\:hover\:-translate-y-80:hover { - --tw-translate-y: -20rem; - } - - .xxl\:hover\:-translate-y-88:hover { - --tw-translate-y: -22rem; - } - - .xxl\:hover\:-translate-y-96:hover { - --tw-translate-y: -24rem; - } - - .xxl\:hover\:-translate-y-130:hover { - --tw-translate-y: -560px; - } - - .xxl\:hover\:-translate-y-px:hover { - --tw-translate-y: -1px; - } - - .xxl\:hover\:-translate-y-0\.5:hover { - --tw-translate-y: -0.125rem; - } - - .xxl\:hover\:-translate-y-1\.5:hover { - --tw-translate-y: -0.375rem; - } - - .xxl\:hover\:-translate-y-2\.5:hover { - --tw-translate-y: -0.625rem; - } - - .xxl\:hover\:-translate-y-3\.5:hover { - --tw-translate-y: -0.875rem; - } - - .xxl\:hover\:translate-y-1\/2:hover { - --tw-translate-y: 50%; - } - - .xxl\:hover\:translate-y-1\/3:hover { - --tw-translate-y: 33.333333%; - } - - .xxl\:hover\:translate-y-2\/3:hover { - --tw-translate-y: 66.666667%; - } - - .xxl\:hover\:translate-y-1\/4:hover { - --tw-translate-y: 25%; - } - - .xxl\:hover\:translate-y-2\/4:hover { - --tw-translate-y: 50%; - } - - .xxl\:hover\:translate-y-3\/4:hover { - --tw-translate-y: 75%; - } - - .xxl\:hover\:translate-y-full:hover { - --tw-translate-y: 100%; - } - - .xxl\:hover\:-translate-y-1\/2:hover { - --tw-translate-y: -50%; - } - - .xxl\:hover\:-translate-y-1\/3:hover { - --tw-translate-y: -33.333333%; - } - - .xxl\:hover\:-translate-y-2\/3:hover { - --tw-translate-y: -66.666667%; - } - - .xxl\:hover\:-translate-y-1\/4:hover { - --tw-translate-y: -25%; - } - - .xxl\:hover\:-translate-y-2\/4:hover { - --tw-translate-y: -50%; - } - - .xxl\:hover\:-translate-y-3\/4:hover { - --tw-translate-y: -75%; - } - - .xxl\:hover\:-translate-y-full:hover { - --tw-translate-y: -100%; - } - - .xxl\:focus\:translate-x-0:focus { - --tw-translate-x: 0px; - } - - .xxl\:focus\:translate-x-1:focus { - --tw-translate-x: 0.25rem; - } - - .xxl\:focus\:translate-x-2:focus { - --tw-translate-x: 0.5rem; - } - - .xxl\:focus\:translate-x-3:focus { - --tw-translate-x: 0.75rem; - } - - .xxl\:focus\:translate-x-4:focus { - --tw-translate-x: 1rem; - } - - .xxl\:focus\:translate-x-5:focus { - --tw-translate-x: 1.25rem; - } - - .xxl\:focus\:translate-x-6:focus { - --tw-translate-x: 1.5rem; - } - - .xxl\:focus\:translate-x-7:focus { - --tw-translate-x: 1.75rem; - } - - .xxl\:focus\:translate-x-8:focus { - --tw-translate-x: 2rem; - } - - .xxl\:focus\:translate-x-9:focus { - --tw-translate-x: 2.25rem; - } - - .xxl\:focus\:translate-x-10:focus { - --tw-translate-x: 2.5rem; - } - - .xxl\:focus\:translate-x-11:focus { - --tw-translate-x: 2.75rem; - } - - .xxl\:focus\:translate-x-12:focus { - --tw-translate-x: 3rem; - } - - .xxl\:focus\:translate-x-14:focus { - --tw-translate-x: 3.5rem; - } - - .xxl\:focus\:translate-x-16:focus { - --tw-translate-x: 4rem; - } - - .xxl\:focus\:translate-x-20:focus { - --tw-translate-x: 5rem; - } - - .xxl\:focus\:translate-x-22:focus { - --tw-translate-x: 5.625rem; - } - - .xxl\:focus\:translate-x-24:focus { - --tw-translate-x: 6rem; - } - - .xxl\:focus\:translate-x-28:focus { - --tw-translate-x: 7rem; - } - - .xxl\:focus\:translate-x-32:focus { - --tw-translate-x: 8rem; - } - - .xxl\:focus\:translate-x-36:focus { - --tw-translate-x: 9rem; - } - - .xxl\:focus\:translate-x-40:focus { - --tw-translate-x: 10rem; - } - - .xxl\:focus\:translate-x-44:focus { - --tw-translate-x: 11rem; - } - - .xxl\:focus\:translate-x-48:focus { - --tw-translate-x: 12rem; - } - - .xxl\:focus\:translate-x-52:focus { - --tw-translate-x: 13rem; - } - - .xxl\:focus\:translate-x-56:focus { - --tw-translate-x: 14rem; - } - - .xxl\:focus\:translate-x-60:focus { - --tw-translate-x: 240px; - } - - .xxl\:focus\:translate-x-64:focus { - --tw-translate-x: 16rem; - } - - .xxl\:focus\:translate-x-72:focus { - --tw-translate-x: 18rem; - } - - .xxl\:focus\:translate-x-80:focus { - --tw-translate-x: 20rem; - } - - .xxl\:focus\:translate-x-88:focus { - --tw-translate-x: 22rem; - } - - .xxl\:focus\:translate-x-96:focus { - --tw-translate-x: 24rem; - } - - .xxl\:focus\:translate-x-130:focus { - --tw-translate-x: 560px; - } - - .xxl\:focus\:translate-x-px:focus { - --tw-translate-x: 1px; - } - - .xxl\:focus\:translate-x-0\.5:focus { - --tw-translate-x: 0.125rem; - } - - .xxl\:focus\:translate-x-1\.5:focus { - --tw-translate-x: 0.375rem; - } - - .xxl\:focus\:translate-x-2\.5:focus { - --tw-translate-x: 0.625rem; - } - - .xxl\:focus\:translate-x-3\.5:focus { - --tw-translate-x: 0.875rem; - } - - .xxl\:focus\:-translate-x-0:focus { - --tw-translate-x: 0px; - } - - .xxl\:focus\:-translate-x-1:focus { - --tw-translate-x: -0.25rem; - } - - .xxl\:focus\:-translate-x-2:focus { - --tw-translate-x: -0.5rem; - } - - .xxl\:focus\:-translate-x-3:focus { - --tw-translate-x: -0.75rem; - } - - .xxl\:focus\:-translate-x-4:focus { - --tw-translate-x: -1rem; - } - - .xxl\:focus\:-translate-x-5:focus { - --tw-translate-x: -1.25rem; - } - - .xxl\:focus\:-translate-x-6:focus { - --tw-translate-x: -1.5rem; - } - - .xxl\:focus\:-translate-x-7:focus { - --tw-translate-x: -1.75rem; - } - - .xxl\:focus\:-translate-x-8:focus { - --tw-translate-x: -2rem; - } - - .xxl\:focus\:-translate-x-9:focus { - --tw-translate-x: -2.25rem; - } - - .xxl\:focus\:-translate-x-10:focus { - --tw-translate-x: -2.5rem; - } - - .xxl\:focus\:-translate-x-11:focus { - --tw-translate-x: -2.75rem; - } - - .xxl\:focus\:-translate-x-12:focus { - --tw-translate-x: -3rem; - } - - .xxl\:focus\:-translate-x-14:focus { - --tw-translate-x: -3.5rem; - } - - .xxl\:focus\:-translate-x-16:focus { - --tw-translate-x: -4rem; - } - - .xxl\:focus\:-translate-x-20:focus { - --tw-translate-x: -5rem; - } - - .xxl\:focus\:-translate-x-22:focus { - --tw-translate-x: -5.625rem; - } - - .xxl\:focus\:-translate-x-24:focus { - --tw-translate-x: -6rem; - } - - .xxl\:focus\:-translate-x-28:focus { - --tw-translate-x: -7rem; - } - - .xxl\:focus\:-translate-x-32:focus { - --tw-translate-x: -8rem; - } - - .xxl\:focus\:-translate-x-36:focus { - --tw-translate-x: -9rem; - } - - .xxl\:focus\:-translate-x-40:focus { - --tw-translate-x: -10rem; - } - - .xxl\:focus\:-translate-x-44:focus { - --tw-translate-x: -11rem; - } - - .xxl\:focus\:-translate-x-48:focus { - --tw-translate-x: -12rem; - } - - .xxl\:focus\:-translate-x-52:focus { - --tw-translate-x: -13rem; - } - - .xxl\:focus\:-translate-x-56:focus { - --tw-translate-x: -14rem; - } - - .xxl\:focus\:-translate-x-60:focus { - --tw-translate-x: -240px; - } - - .xxl\:focus\:-translate-x-64:focus { - --tw-translate-x: -16rem; - } - - .xxl\:focus\:-translate-x-72:focus { - --tw-translate-x: -18rem; - } - - .xxl\:focus\:-translate-x-80:focus { - --tw-translate-x: -20rem; - } - - .xxl\:focus\:-translate-x-88:focus { - --tw-translate-x: -22rem; - } - - .xxl\:focus\:-translate-x-96:focus { - --tw-translate-x: -24rem; - } - - .xxl\:focus\:-translate-x-130:focus { - --tw-translate-x: -560px; - } - - .xxl\:focus\:-translate-x-px:focus { - --tw-translate-x: -1px; - } - - .xxl\:focus\:-translate-x-0\.5:focus { - --tw-translate-x: -0.125rem; - } - - .xxl\:focus\:-translate-x-1\.5:focus { - --tw-translate-x: -0.375rem; - } - - .xxl\:focus\:-translate-x-2\.5:focus { - --tw-translate-x: -0.625rem; - } - - .xxl\:focus\:-translate-x-3\.5:focus { - --tw-translate-x: -0.875rem; - } - - .xxl\:focus\:translate-x-1\/2:focus { - --tw-translate-x: 50%; - } - - .xxl\:focus\:translate-x-1\/3:focus { - --tw-translate-x: 33.333333%; - } - - .xxl\:focus\:translate-x-2\/3:focus { - --tw-translate-x: 66.666667%; - } - - .xxl\:focus\:translate-x-1\/4:focus { - --tw-translate-x: 25%; - } - - .xxl\:focus\:translate-x-2\/4:focus { - --tw-translate-x: 50%; - } - - .xxl\:focus\:translate-x-3\/4:focus { - --tw-translate-x: 75%; - } - - .xxl\:focus\:translate-x-full:focus { - --tw-translate-x: 100%; - } - - .xxl\:focus\:-translate-x-1\/2:focus { - --tw-translate-x: -50%; - } - - .xxl\:focus\:-translate-x-1\/3:focus { - --tw-translate-x: -33.333333%; - } - - .xxl\:focus\:-translate-x-2\/3:focus { - --tw-translate-x: -66.666667%; - } - - .xxl\:focus\:-translate-x-1\/4:focus { - --tw-translate-x: -25%; - } - - .xxl\:focus\:-translate-x-2\/4:focus { - --tw-translate-x: -50%; - } - - .xxl\:focus\:-translate-x-3\/4:focus { - --tw-translate-x: -75%; - } - - .xxl\:focus\:-translate-x-full:focus { - --tw-translate-x: -100%; - } - - .xxl\:focus\:translate-y-0:focus { - --tw-translate-y: 0px; - } - - .xxl\:focus\:translate-y-1:focus { - --tw-translate-y: 0.25rem; - } - - .xxl\:focus\:translate-y-2:focus { - --tw-translate-y: 0.5rem; - } - - .xxl\:focus\:translate-y-3:focus { - --tw-translate-y: 0.75rem; - } - - .xxl\:focus\:translate-y-4:focus { - --tw-translate-y: 1rem; - } - - .xxl\:focus\:translate-y-5:focus { - --tw-translate-y: 1.25rem; - } - - .xxl\:focus\:translate-y-6:focus { - --tw-translate-y: 1.5rem; - } - - .xxl\:focus\:translate-y-7:focus { - --tw-translate-y: 1.75rem; - } - - .xxl\:focus\:translate-y-8:focus { - --tw-translate-y: 2rem; - } - - .xxl\:focus\:translate-y-9:focus { - --tw-translate-y: 2.25rem; - } - - .xxl\:focus\:translate-y-10:focus { - --tw-translate-y: 2.5rem; - } - - .xxl\:focus\:translate-y-11:focus { - --tw-translate-y: 2.75rem; - } - - .xxl\:focus\:translate-y-12:focus { - --tw-translate-y: 3rem; - } - - .xxl\:focus\:translate-y-14:focus { - --tw-translate-y: 3.5rem; - } - - .xxl\:focus\:translate-y-16:focus { - --tw-translate-y: 4rem; - } - - .xxl\:focus\:translate-y-20:focus { - --tw-translate-y: 5rem; - } - - .xxl\:focus\:translate-y-22:focus { - --tw-translate-y: 5.625rem; - } - - .xxl\:focus\:translate-y-24:focus { - --tw-translate-y: 6rem; - } - - .xxl\:focus\:translate-y-28:focus { - --tw-translate-y: 7rem; - } - - .xxl\:focus\:translate-y-32:focus { - --tw-translate-y: 8rem; - } - - .xxl\:focus\:translate-y-36:focus { - --tw-translate-y: 9rem; - } - - .xxl\:focus\:translate-y-40:focus { - --tw-translate-y: 10rem; - } - - .xxl\:focus\:translate-y-44:focus { - --tw-translate-y: 11rem; - } - - .xxl\:focus\:translate-y-48:focus { - --tw-translate-y: 12rem; - } - - .xxl\:focus\:translate-y-52:focus { - --tw-translate-y: 13rem; - } - - .xxl\:focus\:translate-y-56:focus { - --tw-translate-y: 14rem; - } - - .xxl\:focus\:translate-y-60:focus { - --tw-translate-y: 240px; - } - - .xxl\:focus\:translate-y-64:focus { - --tw-translate-y: 16rem; - } - - .xxl\:focus\:translate-y-72:focus { - --tw-translate-y: 18rem; - } - - .xxl\:focus\:translate-y-80:focus { - --tw-translate-y: 20rem; - } - - .xxl\:focus\:translate-y-88:focus { - --tw-translate-y: 22rem; - } - - .xxl\:focus\:translate-y-96:focus { - --tw-translate-y: 24rem; - } - - .xxl\:focus\:translate-y-130:focus { - --tw-translate-y: 560px; - } - - .xxl\:focus\:translate-y-px:focus { - --tw-translate-y: 1px; - } - - .xxl\:focus\:translate-y-0\.5:focus { - --tw-translate-y: 0.125rem; - } - - .xxl\:focus\:translate-y-1\.5:focus { - --tw-translate-y: 0.375rem; - } - - .xxl\:focus\:translate-y-2\.5:focus { - --tw-translate-y: 0.625rem; - } - - .xxl\:focus\:translate-y-3\.5:focus { - --tw-translate-y: 0.875rem; - } - - .xxl\:focus\:-translate-y-0:focus { - --tw-translate-y: 0px; - } - - .xxl\:focus\:-translate-y-1:focus { - --tw-translate-y: -0.25rem; - } - - .xxl\:focus\:-translate-y-2:focus { - --tw-translate-y: -0.5rem; - } - - .xxl\:focus\:-translate-y-3:focus { - --tw-translate-y: -0.75rem; - } - - .xxl\:focus\:-translate-y-4:focus { - --tw-translate-y: -1rem; - } - - .xxl\:focus\:-translate-y-5:focus { - --tw-translate-y: -1.25rem; - } - - .xxl\:focus\:-translate-y-6:focus { - --tw-translate-y: -1.5rem; - } - - .xxl\:focus\:-translate-y-7:focus { - --tw-translate-y: -1.75rem; - } - - .xxl\:focus\:-translate-y-8:focus { - --tw-translate-y: -2rem; - } - - .xxl\:focus\:-translate-y-9:focus { - --tw-translate-y: -2.25rem; - } - - .xxl\:focus\:-translate-y-10:focus { - --tw-translate-y: -2.5rem; - } - - .xxl\:focus\:-translate-y-11:focus { - --tw-translate-y: -2.75rem; - } - - .xxl\:focus\:-translate-y-12:focus { - --tw-translate-y: -3rem; - } - - .xxl\:focus\:-translate-y-14:focus { - --tw-translate-y: -3.5rem; - } - - .xxl\:focus\:-translate-y-16:focus { - --tw-translate-y: -4rem; - } - - .xxl\:focus\:-translate-y-20:focus { - --tw-translate-y: -5rem; - } - - .xxl\:focus\:-translate-y-22:focus { - --tw-translate-y: -5.625rem; - } - - .xxl\:focus\:-translate-y-24:focus { - --tw-translate-y: -6rem; - } - - .xxl\:focus\:-translate-y-28:focus { - --tw-translate-y: -7rem; - } - - .xxl\:focus\:-translate-y-32:focus { - --tw-translate-y: -8rem; - } - - .xxl\:focus\:-translate-y-36:focus { - --tw-translate-y: -9rem; - } - - .xxl\:focus\:-translate-y-40:focus { - --tw-translate-y: -10rem; - } - - .xxl\:focus\:-translate-y-44:focus { - --tw-translate-y: -11rem; - } - - .xxl\:focus\:-translate-y-48:focus { - --tw-translate-y: -12rem; - } - - .xxl\:focus\:-translate-y-52:focus { - --tw-translate-y: -13rem; - } - - .xxl\:focus\:-translate-y-56:focus { - --tw-translate-y: -14rem; - } - - .xxl\:focus\:-translate-y-60:focus { - --tw-translate-y: -240px; - } - - .xxl\:focus\:-translate-y-64:focus { - --tw-translate-y: -16rem; - } - - .xxl\:focus\:-translate-y-72:focus { - --tw-translate-y: -18rem; - } - - .xxl\:focus\:-translate-y-80:focus { - --tw-translate-y: -20rem; - } - - .xxl\:focus\:-translate-y-88:focus { - --tw-translate-y: -22rem; - } - - .xxl\:focus\:-translate-y-96:focus { - --tw-translate-y: -24rem; - } - - .xxl\:focus\:-translate-y-130:focus { - --tw-translate-y: -560px; - } - - .xxl\:focus\:-translate-y-px:focus { - --tw-translate-y: -1px; - } - - .xxl\:focus\:-translate-y-0\.5:focus { - --tw-translate-y: -0.125rem; - } - - .xxl\:focus\:-translate-y-1\.5:focus { - --tw-translate-y: -0.375rem; - } - - .xxl\:focus\:-translate-y-2\.5:focus { - --tw-translate-y: -0.625rem; - } - - .xxl\:focus\:-translate-y-3\.5:focus { - --tw-translate-y: -0.875rem; - } - - .xxl\:focus\:translate-y-1\/2:focus { - --tw-translate-y: 50%; - } - - .xxl\:focus\:translate-y-1\/3:focus { - --tw-translate-y: 33.333333%; - } - - .xxl\:focus\:translate-y-2\/3:focus { - --tw-translate-y: 66.666667%; - } - - .xxl\:focus\:translate-y-1\/4:focus { - --tw-translate-y: 25%; - } - - .xxl\:focus\:translate-y-2\/4:focus { - --tw-translate-y: 50%; - } - - .xxl\:focus\:translate-y-3\/4:focus { - --tw-translate-y: 75%; - } - - .xxl\:focus\:translate-y-full:focus { - --tw-translate-y: 100%; - } - - .xxl\:focus\:-translate-y-1\/2:focus { - --tw-translate-y: -50%; - } - - .xxl\:focus\:-translate-y-1\/3:focus { - --tw-translate-y: -33.333333%; - } - - .xxl\:focus\:-translate-y-2\/3:focus { - --tw-translate-y: -66.666667%; - } - - .xxl\:focus\:-translate-y-1\/4:focus { - --tw-translate-y: -25%; - } - - .xxl\:focus\:-translate-y-2\/4:focus { - --tw-translate-y: -50%; - } - - .xxl\:focus\:-translate-y-3\/4:focus { - --tw-translate-y: -75%; - } - - .xxl\:focus\:-translate-y-full:focus { - --tw-translate-y: -100%; - } - - .xxl\:skew-x-0 { - --tw-skew-x: 0deg; - } - - .xxl\:skew-x-1 { - --tw-skew-x: 1deg; - } - - .xxl\:skew-x-2 { - --tw-skew-x: 2deg; - } - - .xxl\:skew-x-3 { - --tw-skew-x: 3deg; - } - - .xxl\:skew-x-6 { - --tw-skew-x: 6deg; - } - - .xxl\:skew-x-12 { - --tw-skew-x: 12deg; - } - - .xxl\:-skew-x-12 { - --tw-skew-x: -12deg; - } - - .xxl\:-skew-x-6 { - --tw-skew-x: -6deg; - } - - .xxl\:-skew-x-3 { - --tw-skew-x: -3deg; - } - - .xxl\:-skew-x-2 { - --tw-skew-x: -2deg; - } - - .xxl\:-skew-x-1 { - --tw-skew-x: -1deg; - } - - .xxl\:skew-y-0 { - --tw-skew-y: 0deg; - } - - .xxl\:skew-y-1 { - --tw-skew-y: 1deg; - } - - .xxl\:skew-y-2 { - --tw-skew-y: 2deg; - } - - .xxl\:skew-y-3 { - --tw-skew-y: 3deg; - } - - .xxl\:skew-y-6 { - --tw-skew-y: 6deg; - } - - .xxl\:skew-y-12 { - --tw-skew-y: 12deg; - } - - .xxl\:-skew-y-12 { - --tw-skew-y: -12deg; - } - - .xxl\:-skew-y-6 { - --tw-skew-y: -6deg; - } - - .xxl\:-skew-y-3 { - --tw-skew-y: -3deg; - } - - .xxl\:-skew-y-2 { - --tw-skew-y: -2deg; - } - - .xxl\:-skew-y-1 { - --tw-skew-y: -1deg; - } - - .xxl\:hover\:skew-x-0:hover { - --tw-skew-x: 0deg; - } - - .xxl\:hover\:skew-x-1:hover { - --tw-skew-x: 1deg; - } - - .xxl\:hover\:skew-x-2:hover { - --tw-skew-x: 2deg; - } - - .xxl\:hover\:skew-x-3:hover { - --tw-skew-x: 3deg; - } - - .xxl\:hover\:skew-x-6:hover { - --tw-skew-x: 6deg; - } - - .xxl\:hover\:skew-x-12:hover { - --tw-skew-x: 12deg; - } - - .xxl\:hover\:-skew-x-12:hover { - --tw-skew-x: -12deg; - } - - .xxl\:hover\:-skew-x-6:hover { - --tw-skew-x: -6deg; - } - - .xxl\:hover\:-skew-x-3:hover { - --tw-skew-x: -3deg; - } - - .xxl\:hover\:-skew-x-2:hover { - --tw-skew-x: -2deg; - } - - .xxl\:hover\:-skew-x-1:hover { - --tw-skew-x: -1deg; - } - - .xxl\:hover\:skew-y-0:hover { - --tw-skew-y: 0deg; - } - - .xxl\:hover\:skew-y-1:hover { - --tw-skew-y: 1deg; - } - - .xxl\:hover\:skew-y-2:hover { - --tw-skew-y: 2deg; - } - - .xxl\:hover\:skew-y-3:hover { - --tw-skew-y: 3deg; - } - - .xxl\:hover\:skew-y-6:hover { - --tw-skew-y: 6deg; - } - - .xxl\:hover\:skew-y-12:hover { - --tw-skew-y: 12deg; - } - - .xxl\:hover\:-skew-y-12:hover { - --tw-skew-y: -12deg; - } - - .xxl\:hover\:-skew-y-6:hover { - --tw-skew-y: -6deg; - } - - .xxl\:hover\:-skew-y-3:hover { - --tw-skew-y: -3deg; - } - - .xxl\:hover\:-skew-y-2:hover { - --tw-skew-y: -2deg; - } - - .xxl\:hover\:-skew-y-1:hover { - --tw-skew-y: -1deg; - } - - .xxl\:focus\:skew-x-0:focus { - --tw-skew-x: 0deg; - } - - .xxl\:focus\:skew-x-1:focus { - --tw-skew-x: 1deg; - } - - .xxl\:focus\:skew-x-2:focus { - --tw-skew-x: 2deg; - } - - .xxl\:focus\:skew-x-3:focus { - --tw-skew-x: 3deg; - } - - .xxl\:focus\:skew-x-6:focus { - --tw-skew-x: 6deg; - } - - .xxl\:focus\:skew-x-12:focus { - --tw-skew-x: 12deg; - } - - .xxl\:focus\:-skew-x-12:focus { - --tw-skew-x: -12deg; - } - - .xxl\:focus\:-skew-x-6:focus { - --tw-skew-x: -6deg; - } - - .xxl\:focus\:-skew-x-3:focus { - --tw-skew-x: -3deg; - } - - .xxl\:focus\:-skew-x-2:focus { - --tw-skew-x: -2deg; - } - - .xxl\:focus\:-skew-x-1:focus { - --tw-skew-x: -1deg; - } - - .xxl\:focus\:skew-y-0:focus { - --tw-skew-y: 0deg; - } - - .xxl\:focus\:skew-y-1:focus { - --tw-skew-y: 1deg; - } - - .xxl\:focus\:skew-y-2:focus { - --tw-skew-y: 2deg; - } - - .xxl\:focus\:skew-y-3:focus { - --tw-skew-y: 3deg; - } - - .xxl\:focus\:skew-y-6:focus { - --tw-skew-y: 6deg; - } - - .xxl\:focus\:skew-y-12:focus { - --tw-skew-y: 12deg; - } - - .xxl\:focus\:-skew-y-12:focus { - --tw-skew-y: -12deg; - } - - .xxl\:focus\:-skew-y-6:focus { - --tw-skew-y: -6deg; - } - - .xxl\:focus\:-skew-y-3:focus { - --tw-skew-y: -3deg; - } - - .xxl\:focus\:-skew-y-2:focus { - --tw-skew-y: -2deg; - } - - .xxl\:focus\:-skew-y-1:focus { - --tw-skew-y: -1deg; - } - - .xxl\:transition-none { - transition-property: none; - } - - .xxl\:transition-all { - transition-property: all; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .xxl\:transition { - transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .xxl\:transition-colors { - transition-property: background-color, border-color, color, fill, stroke; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .xxl\:transition-opacity { - transition-property: opacity; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .xxl\:transition-shadow { - transition-property: box-shadow; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .xxl\:transition-transform { - transition-property: transform; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - - .xxl\:ease-linear { - transition-timing-function: linear; - } - - .xxl\:ease-in { - transition-timing-function: cubic-bezier(0.4, 0, 1, 1); - } - - .xxl\:ease-out { - transition-timing-function: cubic-bezier(0, 0, 0.2, 1); - } - - .xxl\:ease-in-out { - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - } - - .xxl\:duration-75 { - transition-duration: 75ms; - } - - .xxl\:duration-100 { - transition-duration: 100ms; - } - - .xxl\:duration-150 { - transition-duration: 150ms; - } - - .xxl\:duration-200 { - transition-duration: 200ms; - } - - .xxl\:duration-300 { - transition-duration: 300ms; - } - - .xxl\:duration-500 { - transition-duration: 500ms; - } - - .xxl\:duration-700 { - transition-duration: 700ms; - } - - .xxl\:duration-1000 { - transition-duration: 1000ms; - } - - .xxl\:delay-75 { - transition-delay: 75ms; - } - - .xxl\:delay-100 { - transition-delay: 100ms; - } - - .xxl\:delay-150 { - transition-delay: 150ms; - } - - .xxl\:delay-200 { - transition-delay: 200ms; - } - - .xxl\:delay-300 { - transition-delay: 300ms; - } - - .xxl\:delay-500 { - transition-delay: 500ms; - } - - .xxl\:delay-700 { - transition-delay: 700ms; - } - - .xxl\:delay-1000 { - transition-delay: 1000ms; - } - - .xxl\:animate-none { - -webkit-animation: none; - animation: none; - } - - .xxl\:animate-spin { - -webkit-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; - } - - .xxl\:animate-ping { - -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; - animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; - } - - .xxl\:animate-pulse { - -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; - animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; - } - - .xxl\:animate-bounce { - -webkit-animation: bounce 0.6s ease-in-out; - animation: bounce 0.6s ease-in-out; - } -} - -/*# sourceMappingURL=crater.css.map*/ \ No newline at end of file +/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}hr{height:0;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=submit],button{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}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;line-height:1.5}body{font-family:inherit;line-height:inherit}*,:after,:before{box-sizing:border-box;border:0 solid #edf2f7}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder, textarea::-moz-placeholder{color:#cbd5e0}input:-ms-input-placeholder, textarea:-ms-input-placeholder{color:#cbd5e0}input::placeholder,textarea::placeholder{color:#cbd5e0}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}.sw-h1{font-size:35px}.sw-h1,.sw-h2{font-weight:600;color:#040405}.sw-h2{font-size:28px}.sw-h3{font-size:24.5px}.sw-h3,.sw-h4{font-weight:600;color:#040405}.sw-h4{font-size:21px}.sw-h5{font-size:17.5px}.sw-h5,.sw-h6{font-weight:600;color:#040405}.sw-h6{font-size:14px}.sw-page-title{font-weight:600;color:#040405;font-size:24.5px}.sw-section-title{font-weight:500;color:#040405;font-size:17.5px}.h1,.h2,.h3,.h4,.h5,.h6{font-family:Poppins;font-family:sans-serif}.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:1440px){.container{max-width:1440px}}@media (min-width:1536px){.container{max-width:1536px}}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-preview{min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-remove{top:-24px;right:-24px}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid #cbd5e0;background-color:#cbd5e0}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-success-mark{opacity:0}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{z-index:500;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{display:none;z-index:1000;left:50%;top:50%;margin-top:-8px;margin-left:-40px}.dropzone .dz-preview .dz-progress .dz-upload{transition:width .3s ease-in-out}.dropzone .dz-preview .dz-error-message{z-index:1000;top:130px;left:-10px}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview.dz-success .dz-success-mark{opacity:1;-webkit-animation:passing-through 3s cubic-bezier(.77,0,.175,1);animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(.77,0,.175,1);animation:slide-in 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview.dz-processing .dz-progress{display:block;opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview.dz-complete .dz-success-mark{opacity:0;transition:all .2s linear}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.switch[type=checkbox]{height:0;width:0;visibility:hidden}.switch-label{text-indent:-9999px;width:35px;border-radius:16px}.switch-label .switch-circle{position:absolute;top:-3px;left:0;width:20px;height:20px;background:#a0aec0;border-radius:15px;transition:.3s}.switch-label:active .switch-circle{width:20px}.switch:checked+.switch-label{background:#bcb9ef}.switch:checked+.switch-label .switch-circle{left:100%;transform:translateX(-100%);background:#5851d8}.checkbox input[type=checkbox]{-webkit-print-color-adjust:exact;color-adjust:exact;background-origin:border-box}.checkbox input[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4a1 1 0 00-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}.radio input[type=radio]{-webkit-print-color-adjust:exact;color-adjust:exact;background-origin:border-box}.radio input[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}.flatpickr-calendar.open{z-index:40!important}.base-date-picker-input:focus{box-shadow:none}.flatpickr-day.endRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{box-shadow:none;background-color:#5851d8;boader-color:#5851d8;color:#fff}.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day:focus,.flatpickr-day:hover{cursor:pointer;outline:0;background:#e2e8f0;border-color:#e2e8f0}.header-editior .editor-menu-bar{margin-left:.6px;margin-right:0}.editor__content .ProseMirror{border-radius:5px;min-height:200px;border:1px solid #cbd5e0}.editor__content .ProseMirror.ProseMirror-focused{border:1px solid #5851d8;outline:none}.editor__content pre{padding:.7rem 1rem;border-radius:5px;font-size:.8rem;overflow-x:auto;background-color:#2d3748;color:#fff}.editor__content pre code{display:block}.editor__content *{caret-color:currentColor}.editor__content ul{list-style-type:disc!important}.editor__content ol,.editor__content ul{display:block!important;-webkit-margin-before: 1em!important;margin-block-start: 1em!important;-webkit-margin-after:1em!important;margin-block-end:1em!important;-webkit-margin-start:0!important;margin-inline-start:0!important;-webkit-margin-end:0!important;margin-inline-end:0!important;-webkit-padding-start:40px!important;padding-inline-start:40px!important}.editor__content ol{list-style-type:decimal}.editor__content blockquote{border-left-width:3px!important;border-left-style:solid!important;border-left-color:#cbd5e0;color:#2d3748;padding-left:.8rem!important;font-style:italic!important}.editor__content h1{font-size:2em;-webkit-margin-before:.67em;margin-block-start:.67em;-webkit-margin-after:.67em;margin-block-end:.67em}.editor__content h1,.editor__content h2{display:block;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.editor__content h2{font-size:1.5em;-webkit-margin-before:.83em;margin-block-start:.83em;-webkit-margin-after: .83em;margin-block-end: .83em}.editor__content h3{display:block;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700;font-size:1.17em;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em}.flat-table tr:last-child td{border:none!important}.table-component__filter{align-self:flex-end;position:relative}.table-component__filter__field{padding:.15em 1.25em .15em .75em;border:1px solid #f7fafc;font-size:15px;border-radius:3px}.table-component__filter__field:focus{outline:0;border-color:#5851d8}.table-component__table{border-spacing:0 15px}.asc-direction,.desc-direction{display:none}.table-component__th--sort-asc .asc-direction,.table-component__th--sort-desc .desc-direction{display:inline}.table-component .pagination .page-item.active .page-link{color:#fff!important}.table-component .pagination a i{padding:.5rem .75rem;margin-left:-1px}table.full-width{width:100%}.selectall{cursor:pointer;z-index:10}.table-component td>span:first-child{background:#ebf1fa;color:#5851d8;display:none;font-size:10px;font-weight:700;padding:5px;left:0;position:absolute;text-transform:uppercase;top:0}.select-all-label{display:none!important}@media (max-width:768px){.select-all-label{display:inline!important;color:#353182;cursor:pointer}.selectall{top:20px}.table-component .dropdown-group{position:absolute;visibility:visible;top:15px;right:10px}.table-component thead{left:-9999px;position:absolute;visibility:hidden}.table-component tr{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:50px;position:relative}.table-component td{margin:0 -1px -1px 0;padding-top:40px!important;position:relative;width:50%;left:0;border:1px solid #f7fafc}.table-component td:not(:first-child){text-align:center!important}.table-component td:first-child{display:flex;justify-content:space-between;flex:1 100%;height:50px;padding-top:25px!important;align-items:center;border-bottom-left-radius:0!important;border-top-left-radius:5px!important;border-top-right-radius:5px!important}.table-component td:last-child{position:unset;visibility:hidden;height:0!important;padding:0!important}.table-component td:nth-last-child(3){border-bottom-left-radius:5px!important}.table-component td:nth-last-child(2){border-bottom-right-radius:5px!important}.table-component td>span:first-child{display:block}.table-component .dropdown-container{right:0;left:120px}}.wizard .indicator-line{border-width:5px;width:530px}.wizard .center{margin-top:-11px;width:105%}.wizard .steps{float:left;border-width:5px;height:25px;width:25px}@media (max-width:480px){.wizard .indicator-line{width:90%}}.multiselect .multiselect__option--highlight{background-color:#f7fafc;color:#040405;font-weight:400!important}.multiselect .multiselect__option--highlight.multiselect__option--selected{background-color:#eeeefb;color:#040405;cursor:text;font-weight:400!important}.multiselect .multiselect__option--highlight.multiselect__option--selected:after,.multiselect .multiselect__option--highlight:after{background:#040405;color:#fff}.multiselect .multiselect__option--selected{font-weight:400!important;background-color:#eeeefb}.multiselect.error{border:1px solid #fb7178;border-radius:5px}.multiselect__spinner{right:1px;top:1px}.multiselect__spinner-after,.multiselect__spinner-before{position:absolute;top:50%;left:50%;margin:-8px 0 0 -8px;z-index:5;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner-after{-webkit-animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner-before{-webkit-animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1;opacity:0}fieldset[disabled] .multiselect{pointer-events:none}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;touch-action:manipulation}.multiselect *{box-sizing:border-box}.multiselect:focus{border:1px solid #8a85e4}.multiselect--disabled{pointer-events:none;opacity:.6}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{min-height:20px;transition:border .1s ease}.multiselect__input::-moz-placeholder{color:#cbd5e0}.multiselect__input:-ms-input-placeholder{color:#cbd5e0}.multiselect__input::placeholder{color:#cbd5e0}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__tag{text-overflow:ellipsis}.multiselect__tag-icon{font-style:normal}.multiselect__tag-icon-after{content:×;color:#fff;font-size:14px}.multiselect__placeholder{color:#cbd5e0;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{max-height:240px;-webkit-overflow-scrolling:touch}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__option{min-height:40px}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.25rem*var(--tw-space-x-reverse));margin-left:calc(0.25rem*(1 - var(--tw-space-x-reverse)))}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.bg-transparent{background-color:transparent}.bg-black{--tw-bg-opacity:1;background-color:rgba(4,4,5,var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgba(247,250,252,var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgba(237,242,247,var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgba(226,232,240,var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgba(203,213,224,var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgba(160,174,192,var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity:1;background-color:rgba(74,85,104,var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.bg-primary-100{--tw-bg-opacity:1;background-color:rgba(238,238,251,var(--tw-bg-opacity))}.bg-primary-200{--tw-bg-opacity:1;background-color:rgba(213,212,245,var(--tw-bg-opacity))}.bg-primary-400{--tw-bg-opacity:1;background-color:rgba(138,133,228,var(--tw-bg-opacity))}.bg-primary-500{--tw-bg-opacity:1;background-color:rgba(88,81,216,var(--tw-bg-opacity))}.bg-danger{--tw-bg-opacity:1;background-color:rgba(251,113,120,var(--tw-bg-opacity))}.bg-success{--tw-bg-opacity:1;background-color:rgba(0,201,156,var(--tw-bg-opacity))}.bg-warning{--tw-bg-opacity:1;background-color:rgba(243,175,78,var(--tw-bg-opacity))}.bg-info{--tw-bg-opacity:1;background-color:rgba(21,178,236,var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgba(247,250,252,var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgba(237,242,247,var(--tw-bg-opacity))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgba(226,232,240,var(--tw-bg-opacity))}.hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgba(203,213,224,var(--tw-bg-opacity))}.hover\:bg-primary-50:hover{--tw-bg-opacity:1;background-color:rgba(247,246,253,var(--tw-bg-opacity))}.hover\:bg-primary-100:hover{--tw-bg-opacity:1;background-color:rgba(238,238,251,var(--tw-bg-opacity))}.hover\:bg-primary-200:hover{--tw-bg-opacity:1;background-color:rgba(213,212,245,var(--tw-bg-opacity))}.hover\:bg-primary-400:hover{--tw-bg-opacity:1;background-color:rgba(138,133,228,var(--tw-bg-opacity))}.hover\:bg-danger:hover{--tw-bg-opacity:1;background-color:rgba(251,113,120,var(--tw-bg-opacity))}.hover\:bg-success:hover{--tw-bg-opacity:1;background-color:rgba(0,201,156,var(--tw-bg-opacity))}.hover\:bg-warning:hover{--tw-bg-opacity:1;background-color:rgba(243,175,78,var(--tw-bg-opacity))}.hover\:bg-info:hover{--tw-bg-opacity:1;background-color:rgba(21,178,236,var(--tw-bg-opacity))}.bg-gradient-to-r{background-image:linear-gradient(90deg,var(--tw-gradient-stops))}.bg-gradient-to-b{background-image:linear-gradient(180deg,var(--tw-gradient-stops))}.from-gray-300{--tw-gradient-from:#e2e8f0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(226,232,240,0))}.from-red-500{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,68,68,0))}.from-primary-500{--tw-gradient-from:#5851d8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(88,81,216,0))}.to-gray-400{--tw-gradient-to:#cbd5e0}.to-red-600{--tw-gradient-to:#dc2626}.to-primary-400{--tw-gradient-to:#8a85e4}.bg-opacity-25,.hover\:bg-opacity-25:hover{--tw-bg-opacity:0.25}.hover\:bg-opacity-75:hover{--tw-bg-opacity:0.75}.bg-no-repeat{background-repeat:no-repeat}.bg-cover{background-size:cover}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.border-transparent{border-color:transparent}.border-gray-100{--tw-border-opacity:1;border-color:rgba(247,250,252,var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgba(237,242,247,var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgba(226,232,240,var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity:1;border-color:rgba(203,213,224,var(--tw-border-opacity))}.border-primary-400{--tw-border-opacity:1;border-color:rgba(138,133,228,var(--tw-border-opacity))}.border-primary-500{--tw-border-opacity:1;border-color:rgba(88,81,216,var(--tw-border-opacity))}.border-danger{--tw-border-opacity:1;border-color:rgba(251,113,120,var(--tw-border-opacity))}.border-success{--tw-border-opacity:1;border-color:rgba(0,201,156,var(--tw-border-opacity))}.border-warning{--tw-border-opacity:1;border-color:rgba(243,175,78,var(--tw-border-opacity))}.border-info{--tw-border-opacity:1;border-color:rgba(21,178,236,var(--tw-border-opacity))}.hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgba(203,213,224,var(--tw-border-opacity))}.hover\:border-gray-500:hover{--tw-border-opacity:1;border-color:rgba(160,174,192,var(--tw-border-opacity))}.hover\:border-primary-300:hover{--tw-border-opacity:1;border-color:rgba(188,185,239,var(--tw-border-opacity))}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-primary-400:focus{--tw-border-opacity:1;border-color:rgba(138,133,228,var(--tw-border-opacity))}.focus\:border-primary-500:focus{--tw-border-opacity:1;border-color:rgba(88,81,216,var(--tw-border-opacity))}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-tr-none{border-top-right-radius:0}.rounded-br-none{border-bottom-right-radius:0}.rounded-tr-sm{border-top-right-radius:.125rem}.rounded-br-sm{border-bottom-right-radius:.125rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-bl{border-bottom-left-radius:.25rem}.first\:rounded-tl-md:first-child{border-top-left-radius:.375rem}.first\:rounded-bl-md:first-child{border-bottom-left-radius:.375rem}.last\:rounded-tr-md:last-child{border-top-right-radius:.375rem}.last\:rounded-br-md:last-child{border-bottom-right-radius:.375rem}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border{border-width:1px}.border-t-0{border-top-width:0}.border-r-0{border-right-width:0}.border-t-2{border-top-width:2px}.border-b-2{border-bottom-width:2px}.border-b-3{border-bottom-width:3px}.border-l-3{border-left-width:3px}.border-r-4{border-right-width:4px}.border-b-4{border-bottom-width:4px}.border-l-4{border-left-width:4px}.border-t-8{border-top-width:8px}.border-t{border-top-width:1px}.border-r{border-right-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.last\:border-b-0:last-child{border-bottom-width:0}.focus\:border:focus{border-width:1px}.box-border{box-sizing:border-box}.box-content{box-sizing:content-box}.cursor-auto{cursor:auto}.cursor-pointer{cursor:pointer}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-cell{display:table-cell}.table-row{display:table-row}.grid{display:grid}.contents{display:contents}.hidden{display:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.content-center{align-content:center}.self-end{align-self:flex-end}.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}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-shrink-0{flex-shrink:0}.float-right{float:right}.float-left{float:left}.float-none{float:none}.font-base{font-family:Poppins,sans-serif}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-black{font-weight:900}.h-0{height:0}.h-1{height:.25rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-32{height:8rem}.h-40{height:10rem}.h-130{height:560px}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-9{line-height:2.25rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.list-none{list-style-type:none}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.m-6{margin:1.5rem}.my-0{margin-top:0;margin-bottom:0}.mx-0{margin-left:0;margin-right:0}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mt-1{margin-top:.25rem}.mr-1{margin-right:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mt-3{margin-top:.75rem}.mr-3{margin-right:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mt-4{margin-top:1rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mt-5{margin-top:1.25rem}.mr-5{margin-right:1.25rem}.mb-5{margin-bottom:1.25rem}.mt-6{margin-top:1.5rem}.mr-6{margin-right:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.mt-10{margin-top:2.5rem}.mb-10{margin-bottom:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mb-32{margin-bottom:8rem}.ml-56{margin-left:14rem}.mt-2\.5{margin-top:.625rem}.-mr-1{margin-right:-.25rem}.-ml-1{margin-left:-.25rem}.-mt-2{margin-top:-.5rem}.-ml-2{margin-left:-.5rem}.-mt-3{margin-top:-.75rem}.first\:mt-6:first-child{margin-top:1.5rem}.max-h-60{max-height:240px}.max-h-130{max-height:560px}.max-w-sm{max-width:24rem}.max-w-lg{max-width:32rem}.max-w-full{max-width:100%}.min-h-0{min-height:0}.min-h-10{min-height:2.5rem}.min-h-screen{min-height:100vh}.min-w-0{min-width:0}.min-w-full{min-width:100%}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.hover\:opacity-100:hover,.opacity-100{opacity:1}.focus\:outline-none:focus,.outline-none{outline:2px solid transparent;outline-offset:2px}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.py-0{padding-top:0;padding-bottom:0}.px-0{padding-left:0;padding-right:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-8{padding-left:2rem;padding-right:2rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.pr-0{padding-right:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.pt-1{padding-top:.25rem}.pr-1{padding-right:.25rem}.pb-1{padding-bottom:.25rem}.pl-1{padding-left:.25rem}.pt-2{padding-top:.5rem}.pr-2{padding-right:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pt-3{padding-top:.75rem}.pr-3{padding-right:.75rem}.pl-3{padding-left:.75rem}.pt-4{padding-top:1rem}.pr-4{padding-right:1rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pt-5{padding-top:1.25rem}.pr-5{padding-right:1.25rem}.pb-5{padding-bottom:1.25rem}.pl-5{padding-left:1.25rem}.pt-6{padding-top:1.5rem}.pr-6{padding-right:1.5rem}.pb-6{padding-bottom:1.5rem}.pt-8{padding-top:2rem}.pr-8{padding-right:2rem}.pl-8{padding-left:2rem}.pt-10{padding-top:2.5rem}.pr-10{padding-right:2.5rem}.pb-10{padding-bottom:2.5rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pt-16{padding-top:4rem}.pr-20{padding-right:5rem}.pl-20{padding-left:5rem}.pt-24{padding-top:6rem}.pb-32{padding-bottom:8rem}.pt-1\.5{padding-top:.375rem}.placeholder-gray-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(226,232,240,var(--tw-placeholder-opacity))}.placeholder-gray-300:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgba(226,232,240,var(--tw-placeholder-opacity))}.placeholder-gray-300::placeholder{--tw-placeholder-opacity:1;color:rgba(226,232,240,var(--tw-placeholder-opacity))}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(203,213,224,var(--tw-placeholder-opacity))}.placeholder-gray-400:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgba(203,213,224,var(--tw-placeholder-opacity))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgba(203,213,224,var(--tw-placeholder-opacity))}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(160,174,192,var(--tw-placeholder-opacity))}.placeholder-gray-500:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgba(160,174,192,var(--tw-placeholder-opacity))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgba(160,174,192,var(--tw-placeholder-opacity))}.pointer-events-none{pointer-events:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.top-auto{top:auto}.top-1\/2{top:50%}.bottom-full{bottom:100%}.resize-none{resize:none}.resize{resize:both}*{--tw-shadow:0 0 transparent}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06)}.shadow,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04)}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,0.06)}.hover\:shadow-lg:hover,.shadow-inner{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}*{--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 transparent;--tw-ring-shadow:0 0 transparent}.fill-current{fill:currentColor}.table-auto{table-layout:auto}.table-fixed{table-layout:fixed}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-current{color:currentColor}.text-black{--tw-text-opacity:1;color:rgba(4,4,5,var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity:1;color:rgba(247,250,252,var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgba(226,232,240,var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgba(203,213,224,var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgba(160,174,192,var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgba(113,128,150,var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgba(74,85,104,var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgba(45,55,72,var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgba(26,32,44,var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.text-green-800{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.text-indigo-900{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.text-primary-400{--tw-text-opacity:1;color:rgba(138,133,228,var(--tw-text-opacity))}.text-primary-500{--tw-text-opacity:1;color:rgba(88,81,216,var(--tw-text-opacity))}.text-primary-800{--tw-text-opacity:1;color:rgba(40,36,97,var(--tw-text-opacity))}.text-danger{--tw-text-opacity:1;color:rgba(251,113,120,var(--tw-text-opacity))}.text-success{--tw-text-opacity:1;color:rgba(0,201,156,var(--tw-text-opacity))}.text-warning{--tw-text-opacity:1;color:rgba(243,175,78,var(--tw-text-opacity))}.text-info{--tw-text-opacity:1;color:rgba(21,178,236,var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgba(113,128,150,var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgba(74,85,104,var(--tw-text-opacity))}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.italic{font-style:italic}.not-italic{font-style:normal}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.underline{text-decoration:underline}.no-underline{text-decoration:none}.hover\:underline:hover{text-decoration:underline}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.visible{visibility:visible}.whitespace-nowrap{white-space:nowrap}.w-0{width:0}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-32{width:8rem}.w-40{width:10rem}.w-48{width:12rem}.w-56{width:14rem}.w-60{width:240px}.w-64{width:16rem}.w-88{width:22rem}.w-1\/2{width:50%}.w-11\/12{width:91.666667%}.w-full{width:100%}.z-0{z-index:0}.z-5{z-index:5}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-2{row-gap:.5rem}.gap-y-6{row-gap:1.5rem}.grid-flow-row{grid-auto-flow:row}.grid-flow-col{grid-auto-flow:column}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-5{grid-column:span 5/span 5}.col-span-7{grid-column:span 7/span 7}.col-span-8{grid-column:span 8/span 8}.col-span-10{grid-column:span 10/span 10}.col-span-12{grid-column:span 12/span 12}.transform{--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;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))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.rotate-90{--tw-rotate:90deg}.translate-x-0{--tw-translate-x:0px}.-translate-x-full{--tw-translate-x:-100%}.translate-y-0{--tw-translate-y:0px}.translate-y-4{--tw-translate-y:1rem}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-linear{transition-timing-function:linear}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-75{transition-duration:75ms}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.delay-200{transition-delay:.2s}@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}@-webkit-keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}0%{transform:scale(0)}}@keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}0%{transform:scale(0)}}.animate-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.sw-page{min-height:calc(100vh - 39px)!important}.sw-scroll::-webkit-scrollbar{width:4px;cursor:pointer}.sw-scroll::-webkit-scrollbar-track{background-color:#e5e7eb;cursor:pointer}.sw-scroll::-webkit-scrollbar-thumb{cursor:pointer;background-color:#a0aec0}.sw-border-gap-15{border-spacing:0 15px}.sw-border-gap-0{border-spacing:0}input:-webkit-autofill{background-color:transparent!important;-webkit-box-shadow:0 0 0 50px #fff inset}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{box-sizing:border-box}#toast-container>div{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px 3px 3px 3px;background-position:15px;background-repeat:no-repeat;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div:hover{box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=")!important}#toast-container>.toast-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=")!important}#toast-container>.toast-success{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==")!important}#toast-container>.toast-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=")!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}.tooltip{display:block!important;z-index:10000}.tooltip .tooltip-inner{background:#000;color:#fff;border-radius:16px;padding:5px 10px 4px}.tooltip .tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#000;z-index:1}.tooltip[x-placement^=top]{margin-bottom:5px}.tooltip[x-placement^=top] .tooltip-arrow{border-width:5px 5px 0;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important;bottom:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.tooltip[x-placement^=bottom]{margin-top:5px}.tooltip[x-placement^=bottom] .tooltip-arrow{border-width:0 5px 5px;border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important;top:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.tooltip[x-placement^=right]{margin-left:5px}.tooltip[x-placement^=right] .tooltip-arrow{border-width:5px 5px 5px 0;border-left-color:transparent!important;border-top-color:transparent!important;border-bottom-color:transparent!important;left:-5px;top:calc(50% - 5px);margin-left:0;margin-right:0}.tooltip[x-placement^=left]{margin-right:5px}.tooltip[x-placement^=left] .tooltip-arrow{border-width:5px 0 5px 5px;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important;right:-5px;top:calc(50% - 5px);margin-left:0;margin-right:0}.tooltip.popover .popover-inner{background:#f9f9f9;color:#000;padding:24px;border-radius:5px;box-shadow:0 5px 30px rgba(0,0,0,.1)}.tooltip.popover .popover-arrow{border-color:#f9f9f9}.tooltip[aria-hidden=true]{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s}.tooltip[aria-hidden=false]{visibility:visible;opacity:1;transition:opacity .15s}.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#352dc9;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:2px}.pace .pace-progress-inner{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #5851d8,0 0 5px #5851d8;opacity:1;transform:rotate(3deg) translateY(-4px)}.pace .pace-activity{display:block;position:fixed;z-index:2000;top:15px;right:15px;width:14px;height:14px;border-color:#5851d8 transparent transparent #5851d8;border-style:solid;border-width:2px;border-radius:10px;-webkit-animation:pace-spinner .4s linear infinite;animation:pace-spinner .4s linear infinite}@-webkit-keyframes pace-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pace-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.shake{-webkit-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}@-webkit-keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.swal-icon--custom{height:80px;width:80px}@media (max-width:768px){.table-component .sw-dropdown{position:absolute;visibility:visible;top:15px;right:10px}}@media (min-width:640px){.sm\:inline-block{display:inline-block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-screen{height:100vh}.sm\:m-0{margin:0}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:max-w-xl{max-width:36rem}.sm\:max-w-4xl{max-width:56rem}.sm\:p-0{padding:0}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:pt-8{padding-top:2rem}.sm\:align-middle{vertical-align:middle}.sm\:w-7\/12{width:58.333333%}.sm\:w-full{width:100%}.sm\:gap-4{gap:1rem}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.sm\:translate-y-0{--tw-translate-y:0px}}@media (min-width:768px){.md\:border-b{border-bottom-width:1px}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:flex-row{flex-direction:row}.md\:justify-end{justify-content:flex-end}.md\:float-left{float:left}.md\:h-9{height:2.25rem}.md\:h-16{height:4rem}.md\:mt-0{margin-top:0}.md\:mb-0{margin-bottom:0}.md\:ml-0{margin-left:0}.md\:mt-2{margin-top:.5rem}.md\:mt-6{margin-top:1.5rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mt-8{margin-top:2rem}.md\:mb-8{margin-bottom:2rem}.md\:mt-12{margin-top:3rem}.md\:p-8{padding:2rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:pt-4{padding-top:1rem}.md\:pt-16{padding-top:4rem}.md\:pt-40{padding-top:10rem}.md\:pb-48{padding-bottom:12rem}.md\:relative{position:relative}.md\:text-right{text-align:right}.md\:w-9{width:2.25rem}.md\:w-auto{width:auto}.md\:w-2\/3{width:66.666667%}.md\:w-2\/6{width:33.333333%}.md\:w-7\/12{width:58.333333%}.md\:w-full{width:100%}.md\:gap-10{gap:2.5rem}.md\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.md\:gap-y-4{row-gap:1rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-4{grid-column:span 4/span 4}.md\:col-span-6{grid-column:span 6/span 6}.md\:col-span-8{grid-column:span 8/span 8}.md\:col-start-5{grid-column-start:5}}@media (min-width:1024px){.lg\:border-t-0{border-top-width:0}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:items-start{align-items:flex-start}.lg\:justify-between{justify-content:space-between}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:mt-0{margin-top:0}.lg\:mt-2{margin-top:.5rem}.lg\:ml-2{margin-left:.5rem}.lg\:mb-6{margin-bottom:1.5rem}.lg\:ml-6{margin-left:1.5rem}.lg\:pt-8{padding-top:2rem}.lg\:text-right{text-align:right}.lg\:w-auto{width:auto}.lg\:w-1\/2{width:50%}.lg\:w-7\/12{width:58.333333%}.lg\:w-9\/12{width:75%}.lg\:gap-6{gap:1.5rem}.lg\:gap-24{gap:6rem}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:col-span-8{grid-column:span 8/span 8}}@media (min-width:1280px){.xl\:block{display:block}.xl\:hidden{display:none}.xl\:h-12{height:3rem}.xl\:text-base{font-size:1rem;line-height:1.5rem}.xl\:text-lg{font-size:1.125rem;line-height:1.75rem}.xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}.xl\:text-5xl{font-size:3rem;line-height:1}.xl\:leading-6{line-height:1.5rem}.xl\:leading-tight{line-height:1.25}.xl\:mx-8{margin-left:2rem;margin-right:2rem}.xl\:mt-0{margin-top:0}.xl\:ml-8{margin-left:2rem}.xl\:ml-64{margin-left:16rem}.xl\:p-4{padding:1rem}.xl\:pl-0{padding-left:0}.xl\:pl-96{padding-left:24rem}.xl\:text-right{text-align:right}.xl\:w-12{width:3rem}.xl\:w-64{width:16rem}.xl\:gap-8{gap:2rem}.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:col-span-2{grid-column:span 2/span 2}.xl\:col-span-3{grid-column:span 3/span 3}.xl\:col-span-8{grid-column:span 8/span 8}.xl\:col-span-9{grid-column:span 9/span 9}}@media (min-width:1440px){.xxl\:col-span-2{grid-column:span 2/span 2}.xxl\:col-span-10{grid-column:span 10/span 10}} diff --git a/public/assets/js/app.js b/public/assets/js/app.js index b5f71c9f..e0f8c5ba 100644 --- a/public/assets/js/app.js +++ b/public/assets/js/app.js @@ -1,308281 +1,2 @@ -/******/ (() => { // webpackBootstrap -/******/ var __webpack_modules__ = ({ - -/***/ "./node_modules/@babel/runtime/regenerator/index.js": -/*!**********************************************************!*\ - !*** ./node_modules/@babel/runtime/regenerator/index.js ***! - \**********************************************************/ -/***/ ((module, __unused_webpack_exports, __webpack_require__) => { - -module.exports = __webpack_require__(/*! regenerator-runtime */ "./node_modules/regenerator-runtime/runtime.js"); - - -/***/ }), - -/***/ "./node_modules/@bytefury/spacewind/dist/spacewind.umd.js": -/*!****************************************************************!*\ - !*** ./node_modules/@bytefury/spacewind/dist/spacewind.umd.js ***! - \****************************************************************/ -/***/ (function(module, __unused_webpack_exports, __webpack_require__) { - -(function webpackUniversalModuleDefinition(root, factory) { - if(true) - module.exports = factory(__webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm.js")); - else {} -})((typeof self !== 'undefined' ? self : this), function(__WEBPACK_EXTERNAL_MODULE__8bbf__) { -return /******/ (function(modules) { // webpackBootstrap -/******/ // The module cache -/******/ var installedModules = {}; -/******/ -/******/ // The require function -/******/ function __nested_webpack_require_652__(moduleId) { -/******/ -/******/ // Check if module is in cache -/******/ if(installedModules[moduleId]) { -/******/ return installedModules[moduleId].exports; -/******/ } -/******/ // Create a new module (and put it into the cache) -/******/ var module = installedModules[moduleId] = { -/******/ i: moduleId, -/******/ l: false, -/******/ exports: {} -/******/ }; -/******/ -/******/ // Execute the module function -/******/ modules[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_652__); -/******/ -/******/ // Flag the module as loaded -/******/ module.l = true; -/******/ -/******/ // Return the exports of the module -/******/ return module.exports; -/******/ } -/******/ -/******/ -/******/ // expose the modules object (__webpack_modules__) -/******/ __nested_webpack_require_652__.m = modules; -/******/ -/******/ // expose the module cache -/******/ __nested_webpack_require_652__.c = installedModules; -/******/ -/******/ // define getter function for harmony exports -/******/ __nested_webpack_require_652__.d = function(exports, name, getter) { -/******/ if(!__nested_webpack_require_652__.o(exports, name)) { -/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); -/******/ } -/******/ }; -/******/ -/******/ // define __esModule on exports -/******/ __nested_webpack_require_652__.r = function(exports) { -/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { -/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); -/******/ } -/******/ Object.defineProperty(exports, '__esModule', { value: true }); -/******/ }; -/******/ -/******/ // create a fake namespace object -/******/ // mode & 1: value is a module id, require it -/******/ // mode & 2: merge all properties of value into the ns -/******/ // mode & 4: return value when already ns object -/******/ // mode & 8|1: behave like require -/******/ __nested_webpack_require_652__.t = function(value, mode) { -/******/ if(mode & 1) value = __nested_webpack_require_652__(value); -/******/ if(mode & 8) return value; -/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; -/******/ var ns = Object.create(null); -/******/ __nested_webpack_require_652__.r(ns); -/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); -/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __nested_webpack_require_652__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); -/******/ return ns; -/******/ }; -/******/ -/******/ // getDefaultExport function for compatibility with non-harmony modules -/******/ __nested_webpack_require_652__.n = function(module) { -/******/ var getter = module && module.__esModule ? -/******/ function getDefault() { return module['default']; } : -/******/ function getModuleExports() { return module; }; -/******/ __nested_webpack_require_652__.d(getter, 'a', getter); -/******/ return getter; -/******/ }; -/******/ -/******/ // Object.prototype.hasOwnProperty.call -/******/ __nested_webpack_require_652__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; -/******/ -/******/ // __webpack_public_path__ -/******/ __nested_webpack_require_652__.p = ""; -/******/ -/******/ -/******/ // Load entry module and return exports -/******/ return __nested_webpack_require_652__(__nested_webpack_require_652__.s = "fb15"); -/******/ }) -/************************************************************************/ -/******/ ({ - -/***/ "00ee": -/***/ (function(module, exports, __nested_webpack_require_4128__) { - -var wellKnownSymbol = __nested_webpack_require_4128__("b622"); - -var TO_STRING_TAG = wellKnownSymbol('toStringTag'); -var test = {}; - -test[TO_STRING_TAG] = 'z'; - -module.exports = String(test) === '[object z]'; - - -/***/ }), - -/***/ "00fd": -/***/ (function(module, exports, __nested_webpack_require_4408__) { - -var Symbol = __nested_webpack_require_4408__("9e69"); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Used to resolve the - * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) - * of values. - */ -var nativeObjectToString = objectProto.toString; - -/** Built-in value references. */ -var symToStringTag = Symbol ? Symbol.toStringTag : undefined; - -/** - * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values. - * - * @private - * @param {*} value The value to query. - * @returns {string} Returns the raw `toStringTag`. - */ -function getRawTag(value) { - var isOwn = hasOwnProperty.call(value, symToStringTag), - tag = value[symToStringTag]; - - try { - value[symToStringTag] = undefined; - var unmasked = true; - } catch (e) {} - - var result = nativeObjectToString.call(value); - if (unmasked) { - if (isOwn) { - value[symToStringTag] = tag; - } else { - delete value[symToStringTag]; - } - } - return result; -} - -module.exports = getRawTag; - - -/***/ }), - -/***/ "010e": -/***/ (function(module, exports, __nested_webpack_require_5638__) { - -//! moment.js locale configuration -//! locale : Uzbek Latin [uz-latn] -//! author : Rasulbek Mirzayev : github.com/Rasulbeeek - -;(function (global, factory) { - true ? factory(__nested_webpack_require_5638__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var uzLatn = moment.defineLocale('uz-latn', { - months: 'Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr'.split( - '_' - ), - monthsShort: 'Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek'.split('_'), - weekdays: 'Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba'.split( - '_' - ), - weekdaysShort: 'Yak_Dush_Sesh_Chor_Pay_Jum_Shan'.split('_'), - weekdaysMin: 'Ya_Du_Se_Cho_Pa_Ju_Sha'.split('_'), - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD/MM/YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY HH:mm', - LLLL: 'D MMMM YYYY, dddd HH:mm', - }, - calendar: { - sameDay: '[Bugun soat] LT [da]', - nextDay: '[Ertaga] LT [da]', - nextWeek: 'dddd [kuni soat] LT [da]', - lastDay: '[Kecha soat] LT [da]', - lastWeek: "[O'tgan] dddd [kuni soat] LT [da]", - sameElse: 'L', - }, - relativeTime: { - future: 'Yaqin %s ichida', - past: 'Bir necha %s oldin', - s: 'soniya', - ss: '%d soniya', - m: 'bir daqiqa', - mm: '%d daqiqa', - h: 'bir soat', - hh: '%d soat', - d: 'bir kun', - dd: '%d kun', - M: 'bir oy', - MM: '%d oy', - y: 'bir yil', - yy: '%d yil', - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 7, // The week that contains Jan 7th is the first week of the year. - }, - }); - - return uzLatn; - -}))); - - -/***/ }), - -/***/ "02fb": -/***/ (function(module, exports, __nested_webpack_require_7703__) { - -//! moment.js locale configuration -//! locale : Malayalam [ml] -//! author : Floyd Pink : https://github.com/floydpink - -;(function (global, factory) { - true ? factory(__nested_webpack_require_7703__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var ml = moment.defineLocale('ml', { - months: 'ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ'.split( - '_' - ), - monthsShort: 'ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.'.split( - '_' - ), - monthsParseExact: true, - weekdays: 'ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച'.split( - '_' - ), - weekdaysShort: 'ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി'.split('_'), - weekdaysMin: 'ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ'.split('_'), - longDateFormat: { - LT: 'A h:mm -നു', - LTS: 'A h:mm:ss -നു', - L: 'DD/MM/YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY, A h:mm -നു', - LLLL: 'dddd, D MMMM YYYY, A h:mm -നു', - }, - calendar: { - sameDay: '[ഇന്ന്] LT', - nextDay: '[നാളെ] LT', - nextWeek: 'dddd, LT', - lastDay: '[ഇന്നലെ] LT', - lastWeek: '[കഴിഞ്ഞ] dddd, LT', - sameElse: 'L', - }, - relativeTime: { - future: '%s കഴിഞ്ഞ്', - past: '%s മുൻപ്', - s: 'അൽപ നിമിഷങ്ങൾ', - ss: '%d സെക്കൻഡ്', - m: 'ഒരു മിനിറ്റ്', - mm: '%d മിനിറ്റ്', - h: 'ഒരു മണിക്കൂർ', - hh: '%d മണിക്കൂർ', - d: 'ഒരു ദിവസം', - dd: '%d ദിവസം', - M: 'ഒരു മാസം', - MM: '%d മാസം', - y: 'ഒരു വർഷം', - yy: '%d വർഷം', - }, - meridiemParse: /രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i, - meridiemHour: function (hour, meridiem) { - if (hour === 12) { - hour = 0; - } - if ( - (meridiem === 'രാത്രി' && hour >= 4) || - meridiem === 'ഉച്ച കഴിഞ്ഞ്' || - meridiem === 'വൈകുന്നേരം' - ) { - return hour + 12; - } else { - return hour; - } - }, - meridiem: function (hour, minute, isLower) { - if (hour < 4) { - return 'രാത്രി'; - } else if (hour < 12) { - return 'രാവിലെ'; - } else if (hour < 17) { - return 'ഉച്ച കഴിഞ്ഞ്'; - } else if (hour < 20) { - return 'വൈകുന്നേരം'; - } else { - return 'രാത്രി'; - } - }, - }); - - return ml; - -}))); - - -/***/ }), - -/***/ "0366": -/***/ (function(module, exports, __nested_webpack_require_10550__) { - -var aFunction = __nested_webpack_require_10550__("1c0b"); - -// optional / simple context binding -module.exports = function (fn, that, length) { - aFunction(fn); - if (that === undefined) return fn; - switch (length) { - case 0: return function () { - return fn.call(that); - }; - case 1: return function (a) { - return fn.call(that, a); - }; - case 2: return function (a, b) { - return fn.call(that, a, b); - }; - case 3: return function (a, b, c) { - return fn.call(that, a, b, c); - }; - } - return function (/* ...args */) { - return fn.apply(that, arguments); - }; -}; - - -/***/ }), - -/***/ "03dd": -/***/ (function(module, exports, __nested_webpack_require_11226__) { - -var isPrototype = __nested_webpack_require_11226__("eac5"), - nativeKeys = __nested_webpack_require_11226__("57a5"); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * The base implementation of `_.keys` which doesn't treat sparse arrays as dense. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names. - */ -function baseKeys(object) { - if (!isPrototype(object)) { - return nativeKeys(object); - } - var result = []; - for (var key in Object(object)) { - if (hasOwnProperty.call(object, key) && key != 'constructor') { - result.push(key); - } - } - return result; -} - -module.exports = baseKeys; - - -/***/ }), - -/***/ "03ec": -/***/ (function(module, exports, __nested_webpack_require_12091__) { - -//! moment.js locale configuration -//! locale : Chuvash [cv] -//! author : Anatoly Mironov : https://github.com/mirontoli - -;(function (global, factory) { - true ? factory(__nested_webpack_require_12091__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var cv = moment.defineLocale('cv', { - months: 'кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав'.split( - '_' - ), - monthsShort: 'кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш'.split('_'), - weekdays: 'вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун'.split( - '_' - ), - weekdaysShort: 'выр_тун_ытл_юн_кӗҫ_эрн_шӑм'.split('_'), - weekdaysMin: 'вр_тн_ыт_юн_кҫ_эр_шм'.split('_'), - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD-MM-YYYY', - LL: 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]', - LLL: 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm', - LLLL: 'dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm', - }, - calendar: { - sameDay: '[Паян] LT [сехетре]', - nextDay: '[Ыран] LT [сехетре]', - lastDay: '[Ӗнер] LT [сехетре]', - nextWeek: '[Ҫитес] dddd LT [сехетре]', - lastWeek: '[Иртнӗ] dddd LT [сехетре]', - sameElse: 'L', - }, - relativeTime: { - future: function (output) { - var affix = /сехет$/i.exec(output) - ? 'рен' - : /ҫул$/i.exec(output) - ? 'тан' - : 'ран'; - return output + affix; - }, - past: '%s каялла', - s: 'пӗр-ик ҫеккунт', - ss: '%d ҫеккунт', - m: 'пӗр минут', - mm: '%d минут', - h: 'пӗр сехет', - hh: '%d сехет', - d: 'пӗр кун', - dd: '%d кун', - M: 'пӗр уйӑх', - MM: '%d уйӑх', - y: 'пӗр ҫул', - yy: '%d ҫул', - }, - dayOfMonthOrdinalParse: /\d{1,2}-мӗш/, - ordinal: '%d-мӗш', - week: { - dow: 1, // Monday is the first day of the week. - doy: 7, // The week that contains Jan 7th is the first week of the year. - }, - }); - - return cv; - -}))); - - -/***/ }), - -/***/ "0558": -/***/ (function(module, exports, __nested_webpack_require_14502__) { - -//! moment.js locale configuration -//! locale : Icelandic [is] -//! author : Hinrik Örn Sigurðsson : https://github.com/hinrik - -;(function (global, factory) { - true ? factory(__nested_webpack_require_14502__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - function plural(n) { - if (n % 100 === 11) { - return true; - } else if (n % 10 === 1) { - return false; - } - return true; - } - function translate(number, withoutSuffix, key, isFuture) { - var result = number + ' '; - switch (key) { - case 's': - return withoutSuffix || isFuture - ? 'nokkrar sekúndur' - : 'nokkrum sekúndum'; - case 'ss': - if (plural(number)) { - return ( - result + - (withoutSuffix || isFuture ? 'sekúndur' : 'sekúndum') - ); - } - return result + 'sekúnda'; - case 'm': - return withoutSuffix ? 'mínúta' : 'mínútu'; - case 'mm': - if (plural(number)) { - return ( - result + (withoutSuffix || isFuture ? 'mínútur' : 'mínútum') - ); - } else if (withoutSuffix) { - return result + 'mínúta'; - } - return result + 'mínútu'; - case 'hh': - if (plural(number)) { - return ( - result + - (withoutSuffix || isFuture - ? 'klukkustundir' - : 'klukkustundum') - ); - } - return result + 'klukkustund'; - case 'd': - if (withoutSuffix) { - return 'dagur'; - } - return isFuture ? 'dag' : 'degi'; - case 'dd': - if (plural(number)) { - if (withoutSuffix) { - return result + 'dagar'; - } - return result + (isFuture ? 'daga' : 'dögum'); - } else if (withoutSuffix) { - return result + 'dagur'; - } - return result + (isFuture ? 'dag' : 'degi'); - case 'M': - if (withoutSuffix) { - return 'mánuður'; - } - return isFuture ? 'mánuð' : 'mánuði'; - case 'MM': - if (plural(number)) { - if (withoutSuffix) { - return result + 'mánuðir'; - } - return result + (isFuture ? 'mánuði' : 'mánuðum'); - } else if (withoutSuffix) { - return result + 'mánuður'; - } - return result + (isFuture ? 'mánuð' : 'mánuði'); - case 'y': - return withoutSuffix || isFuture ? 'ár' : 'ári'; - case 'yy': - if (plural(number)) { - return result + (withoutSuffix || isFuture ? 'ár' : 'árum'); - } - return result + (withoutSuffix || isFuture ? 'ár' : 'ári'); - } - } - - var is = moment.defineLocale('is', { - months: 'janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember'.split( - '_' - ), - monthsShort: 'jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des'.split('_'), - weekdays: 'sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur'.split( - '_' - ), - weekdaysShort: 'sun_mán_þri_mið_fim_fös_lau'.split('_'), - weekdaysMin: 'Su_Má_Þr_Mi_Fi_Fö_La'.split('_'), - longDateFormat: { - LT: 'H:mm', - LTS: 'H:mm:ss', - L: 'DD.MM.YYYY', - LL: 'D. MMMM YYYY', - LLL: 'D. MMMM YYYY [kl.] H:mm', - LLLL: 'dddd, D. MMMM YYYY [kl.] H:mm', - }, - calendar: { - sameDay: '[í dag kl.] LT', - nextDay: '[á morgun kl.] LT', - nextWeek: 'dddd [kl.] LT', - lastDay: '[í gær kl.] LT', - lastWeek: '[síðasta] dddd [kl.] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'eftir %s', - past: 'fyrir %s síðan', - s: translate, - ss: translate, - m: translate, - mm: translate, - h: 'klukkustund', - hh: translate, - d: translate, - dd: translate, - M: translate, - MM: translate, - y: translate, - yy: translate, - }, - dayOfMonthOrdinalParse: /\d{1,2}\./, - ordinal: '%d.', - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return is; - -}))); - - -/***/ }), - -/***/ "057f": -/***/ (function(module, exports, __nested_webpack_require_19636__) { - -var toIndexedObject = __nested_webpack_require_19636__("fc6a"); -var nativeGetOwnPropertyNames = __nested_webpack_require_19636__("241c").f; - -var toString = {}.toString; - -var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames - ? Object.getOwnPropertyNames(window) : []; - -var getWindowNames = function (it) { - try { - return nativeGetOwnPropertyNames(it); - } catch (error) { - return windowNames.slice(); - } -}; - -// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window -module.exports.f = function getOwnPropertyNames(it) { - return windowNames && toString.call(it) == '[object Window]' - ? getWindowNames(it) - : nativeGetOwnPropertyNames(toIndexedObject(it)); -}; - - -/***/ }), - -/***/ "06cf": -/***/ (function(module, exports, __nested_webpack_require_20417__) { - -var DESCRIPTORS = __nested_webpack_require_20417__("83ab"); -var propertyIsEnumerableModule = __nested_webpack_require_20417__("d1e7"); -var createPropertyDescriptor = __nested_webpack_require_20417__("5c6c"); -var toIndexedObject = __nested_webpack_require_20417__("fc6a"); -var toPrimitive = __nested_webpack_require_20417__("c04e"); -var has = __nested_webpack_require_20417__("5135"); -var IE8_DOM_DEFINE = __nested_webpack_require_20417__("0cfb"); - -var nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; - -// `Object.getOwnPropertyDescriptor` method -// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor -exports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) { - O = toIndexedObject(O); - P = toPrimitive(P, true); - if (IE8_DOM_DEFINE) try { - return nativeGetOwnPropertyDescriptor(O, P); - } catch (error) { /* empty */ } - if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]); -}; - - -/***/ }), - -/***/ "0721": -/***/ (function(module, exports, __nested_webpack_require_21411__) { - -//! moment.js locale configuration -//! locale : Faroese [fo] -//! author : Ragnar Johannesen : https://github.com/ragnar123 -//! author : Kristian Sakarisson : https://github.com/sakarisson - -;(function (global, factory) { - true ? factory(__nested_webpack_require_21411__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var fo = moment.defineLocale('fo', { - months: 'januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember'.split( - '_' - ), - monthsShort: 'jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'), - weekdays: 'sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur'.split( - '_' - ), - weekdaysShort: 'sun_mán_týs_mik_hós_frí_ley'.split('_'), - weekdaysMin: 'su_má_tý_mi_hó_fr_le'.split('_'), - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD/MM/YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY HH:mm', - LLLL: 'dddd D. MMMM, YYYY HH:mm', - }, - calendar: { - sameDay: '[Í dag kl.] LT', - nextDay: '[Í morgin kl.] LT', - nextWeek: 'dddd [kl.] LT', - lastDay: '[Í gjár kl.] LT', - lastWeek: '[síðstu] dddd [kl] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'um %s', - past: '%s síðani', - s: 'fá sekund', - ss: '%d sekundir', - m: 'ein minuttur', - mm: '%d minuttir', - h: 'ein tími', - hh: '%d tímar', - d: 'ein dagur', - dd: '%d dagar', - M: 'ein mánaður', - MM: '%d mánaðir', - y: 'eitt ár', - yy: '%d ár', - }, - dayOfMonthOrdinalParse: /\d{1,2}\./, - ordinal: '%d.', - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return fo; - -}))); - - -/***/ }), - -/***/ "073e": -/***/ (function(module, exports, __nested_webpack_require_23580__) { - -"use strict"; - - -var formatter = __nested_webpack_require_23580__("5dbe") - -var fault = create(Error) - -module.exports = fault - -fault.eval = create(EvalError) -fault.range = create(RangeError) -fault.reference = create(ReferenceError) -fault.syntax = create(SyntaxError) -fault.type = create(TypeError) -fault.uri = create(URIError) - -fault.create = create - -// Create a new `EConstructor`, with the formatted `format` as a first argument. -function create(EConstructor) { - FormattedError.displayName = EConstructor.displayName || EConstructor.name - - return FormattedError - - function FormattedError(format) { - if (format) { - format = formatter.apply(null, arguments) - } - - return new EConstructor(format) - } -} - - -/***/ }), - -/***/ "079e": -/***/ (function(module, exports, __nested_webpack_require_24367__) { - -//! moment.js locale configuration -//! locale : Japanese [ja] -//! author : LI Long : https://github.com/baryon - -;(function (global, factory) { - true ? factory(__nested_webpack_require_24367__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var ja = moment.defineLocale('ja', { - eras: [ - { - since: '2019-05-01', - offset: 1, - name: '令和', - narrow: '㋿', - abbr: 'R', - }, - { - since: '1989-01-08', - until: '2019-04-30', - offset: 1, - name: '平成', - narrow: '㍻', - abbr: 'H', - }, - { - since: '1926-12-25', - until: '1989-01-07', - offset: 1, - name: '昭和', - narrow: '㍼', - abbr: 'S', - }, - { - since: '1912-07-30', - until: '1926-12-24', - offset: 1, - name: '大正', - narrow: '㍽', - abbr: 'T', - }, - { - since: '1873-01-01', - until: '1912-07-29', - offset: 6, - name: '明治', - narrow: '㍾', - abbr: 'M', - }, - { - since: '0001-01-01', - until: '1873-12-31', - offset: 1, - name: '西暦', - narrow: 'AD', - abbr: 'AD', - }, - { - since: '0000-12-31', - until: -Infinity, - offset: 1, - name: '紀元前', - narrow: 'BC', - abbr: 'BC', - }, - ], - eraYearOrdinalRegex: /(元|\d+)年/, - eraYearOrdinalParse: function (input, match) { - return match[1] === '元' ? 1 : parseInt(match[1] || input, 10); - }, - months: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'), - monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split( - '_' - ), - weekdays: '日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日'.split('_'), - weekdaysShort: '日_月_火_水_木_金_土'.split('_'), - weekdaysMin: '日_月_火_水_木_金_土'.split('_'), - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'YYYY/MM/DD', - LL: 'YYYY年M月D日', - LLL: 'YYYY年M月D日 HH:mm', - LLLL: 'YYYY年M月D日 dddd HH:mm', - l: 'YYYY/MM/DD', - ll: 'YYYY年M月D日', - lll: 'YYYY年M月D日 HH:mm', - llll: 'YYYY年M月D日(ddd) HH:mm', - }, - meridiemParse: /午前|午後/i, - isPM: function (input) { - return input === '午後'; - }, - meridiem: function (hour, minute, isLower) { - if (hour < 12) { - return '午前'; - } else { - return '午後'; - } - }, - calendar: { - sameDay: '[今日] LT', - nextDay: '[明日] LT', - nextWeek: function (now) { - if (now.week() !== this.week()) { - return '[来週]dddd LT'; - } else { - return 'dddd LT'; - } - }, - lastDay: '[昨日] LT', - lastWeek: function (now) { - if (this.week() !== now.week()) { - return '[先週]dddd LT'; - } else { - return 'dddd LT'; - } - }, - sameElse: 'L', - }, - dayOfMonthOrdinalParse: /\d{1,2}日/, - ordinal: function (number, period) { - switch (period) { - case 'y': - return number === 1 ? '元年' : number + '年'; - case 'd': - case 'D': - case 'DDD': - return number + '日'; - default: - return number; - } - }, - relativeTime: { - future: '%s後', - past: '%s前', - s: '数秒', - ss: '%d秒', - m: '1分', - mm: '%d分', - h: '1時間', - hh: '%d時間', - d: '1日', - dd: '%d日', - M: '1ヶ月', - MM: '%dヶ月', - y: '1年', - yy: '%d年', - }, - }); - - return ja; - -}))); - - -/***/ }), - -/***/ "07c7": -/***/ (function(module, exports) { - -/** - * This method returns `false`. - * - * @static - * @memberOf _ - * @since 4.13.0 - * @category Util - * @returns {boolean} Returns `false`. - * @example - * - * _.times(2, _.stubFalse); - * // => [false, false] - */ -function stubFalse() { - return false; -} - -module.exports = stubFalse; - - -/***/ }), - -/***/ "087d": -/***/ (function(module, exports) { - -/** - * Appends the elements of `values` to `array`. - * - * @private - * @param {Array} array The array to modify. - * @param {Array} values The values to append. - * @returns {Array} Returns `array`. - */ -function arrayPush(array, values) { - var index = -1, - length = values.length, - offset = array.length; - - while (++index < length) { - array[offset + index] = values[index]; - } - return array; -} - -module.exports = arrayPush; - - -/***/ }), - -/***/ "0a3c": -/***/ (function(module, exports, __nested_webpack_require_29691__) { - -//! moment.js locale configuration -//! locale : Spanish (Dominican Republic) [es-do] - -;(function (global, factory) { - true ? factory(__nested_webpack_require_29691__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split( - '_' - ), - monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'), - monthsParse = [ - /^ene/i, - /^feb/i, - /^mar/i, - /^abr/i, - /^may/i, - /^jun/i, - /^jul/i, - /^ago/i, - /^sep/i, - /^oct/i, - /^nov/i, - /^dic/i, - ], - monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i; - - var esDo = moment.defineLocale('es-do', { - months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split( - '_' - ), - monthsShort: function (m, format) { - if (!m) { - return monthsShortDot; - } else if (/-MMM-/.test(format)) { - return monthsShort[m.month()]; - } else { - return monthsShortDot[m.month()]; - } - }, - monthsRegex: monthsRegex, - monthsShortRegex: monthsRegex, - monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i, - monthsShortStrictRegex: /^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i, - monthsParse: monthsParse, - longMonthsParse: monthsParse, - shortMonthsParse: monthsParse, - weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'), - weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'), - weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'), - weekdaysParseExact: true, - longDateFormat: { - LT: 'h:mm A', - LTS: 'h:mm:ss A', - L: 'DD/MM/YYYY', - LL: 'D [de] MMMM [de] YYYY', - LLL: 'D [de] MMMM [de] YYYY h:mm A', - LLLL: 'dddd, D [de] MMMM [de] YYYY h:mm A', - }, - calendar: { - sameDay: function () { - return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT'; - }, - nextDay: function () { - return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT'; - }, - nextWeek: function () { - return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT'; - }, - lastDay: function () { - return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT'; - }, - lastWeek: function () { - return ( - '[el] dddd [pasado a la' + - (this.hours() !== 1 ? 's' : '') + - '] LT' - ); - }, - sameElse: 'L', - }, - relativeTime: { - future: 'en %s', - past: 'hace %s', - s: 'unos segundos', - ss: '%d segundos', - m: 'un minuto', - mm: '%d minutos', - h: 'una hora', - hh: '%d horas', - d: 'un día', - dd: '%d días', - w: 'una semana', - ww: '%d semanas', - M: 'un mes', - MM: '%d meses', - y: 'un año', - yy: '%d años', - }, - dayOfMonthOrdinalParse: /\d{1,2}º/, - ordinal: '%dº', - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return esDo; - -}))); - - -/***/ }), - -/***/ "0a84": -/***/ (function(module, exports, __nested_webpack_require_33722__) { - -//! moment.js locale configuration -//! locale : Arabic (Morocco) [ar-ma] -//! author : ElFadili Yassine : https://github.com/ElFadiliY -//! author : Abdel Said : https://github.com/abdelsaid - -;(function (global, factory) { - true ? factory(__nested_webpack_require_33722__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var arMa = moment.defineLocale('ar-ma', { - months: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split( - '_' - ), - monthsShort: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split( - '_' - ), - weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'), - weekdaysShort: 'احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'), - weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'), - weekdaysParseExact: true, - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD/MM/YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY HH:mm', - LLLL: 'dddd D MMMM YYYY HH:mm', - }, - calendar: { - sameDay: '[اليوم على الساعة] LT', - nextDay: '[غدا على الساعة] LT', - nextWeek: 'dddd [على الساعة] LT', - lastDay: '[أمس على الساعة] LT', - lastWeek: 'dddd [على الساعة] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'في %s', - past: 'منذ %s', - s: 'ثوان', - ss: '%d ثانية', - m: 'دقيقة', - mm: '%d دقائق', - h: 'ساعة', - hh: '%d ساعات', - d: 'يوم', - dd: '%d أيام', - M: 'شهر', - MM: '%d أشهر', - y: 'سنة', - yy: '%d سنوات', - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return arMa; - -}))); - - -/***/ }), - -/***/ "0ac0": -/***/ (function(module, __webpack_exports__, __nested_webpack_require_35839__) { - -"use strict"; -/* unused harmony export AddMarkStep */ -/* unused harmony export MapResult */ -/* harmony export (binding) */ __nested_webpack_require_35839__.d(__webpack_exports__, "a", function() { return Mapping; }); -/* unused harmony export RemoveMarkStep */ -/* harmony export (binding) */ __nested_webpack_require_35839__.d(__webpack_exports__, "b", function() { return ReplaceAroundStep; }); -/* harmony export (binding) */ __nested_webpack_require_35839__.d(__webpack_exports__, "c", function() { return ReplaceStep; }); -/* harmony export (binding) */ __nested_webpack_require_35839__.d(__webpack_exports__, "d", function() { return Step; }); -/* unused harmony export StepMap */ -/* unused harmony export StepResult */ -/* harmony export (binding) */ __nested_webpack_require_35839__.d(__webpack_exports__, "e", function() { return Transform; }); -/* unused harmony export TransformError */ -/* harmony export (binding) */ __nested_webpack_require_35839__.d(__webpack_exports__, "f", function() { return canJoin; }); -/* harmony export (binding) */ __nested_webpack_require_35839__.d(__webpack_exports__, "g", function() { return canSplit; }); -/* harmony export (binding) */ __nested_webpack_require_35839__.d(__webpack_exports__, "h", function() { return dropPoint; }); -/* harmony export (binding) */ __nested_webpack_require_35839__.d(__webpack_exports__, "i", function() { return findWrapping; }); -/* unused harmony export insertPoint */ -/* harmony export (binding) */ __nested_webpack_require_35839__.d(__webpack_exports__, "j", function() { return joinPoint; }); -/* harmony export (binding) */ __nested_webpack_require_35839__.d(__webpack_exports__, "k", function() { return liftTarget; }); -/* unused harmony export replaceStep */ -/* harmony import */ var prosemirror_model__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_35839__("304a"); - - -// Mappable:: interface -// There are several things that positions can be mapped through. -// Such objects conform to this interface. -// -// map:: (pos: number, assoc: ?number) → number -// Map a position through this object. When given, `assoc` (should -// be -1 or 1, defaults to 1) determines with which side the -// position is associated, which determines in which direction to -// move when a chunk of content is inserted at the mapped position. -// -// mapResult:: (pos: number, assoc: ?number) → MapResult -// Map a position, and return an object containing additional -// information about the mapping. The result's `deleted` field tells -// you whether the position was deleted (completely enclosed in a -// replaced range) during the mapping. When content on only one side -// is deleted, the position itself is only considered deleted when -// `assoc` points in the direction of the deleted content. - -// Recovery values encode a range index and an offset. They are -// represented as numbers, because tons of them will be created when -// mapping, for example, a large number of decorations. The number's -// lower 16 bits provide the index, the remaining bits the offset. -// -// Note: We intentionally don't use bit shift operators to en- and -// decode these, since those clip to 32 bits, which we might in rare -// cases want to overflow. A 64-bit float can represent 48-bit -// integers precisely. - -var lower16 = 0xffff; -var factor16 = Math.pow(2, 16); - -function makeRecover(index, offset) { return index + offset * factor16 } -function recoverIndex(value) { return value & lower16 } -function recoverOffset(value) { return (value - (value & lower16)) / factor16 } - -// ::- An object representing a mapped position with extra -// information. -var MapResult = function MapResult(pos, deleted, recover) { - if ( deleted === void 0 ) deleted = false; - if ( recover === void 0 ) recover = null; - - // :: number The mapped version of the position. - this.pos = pos; - // :: bool Tells you whether the position was deleted, that is, - // whether the step removed its surroundings from the document. - this.deleted = deleted; - this.recover = recover; -}; - -// :: class extends Mappable -// A map describing the deletions and insertions made by a step, which -// can be used to find the correspondence between positions in the -// pre-step version of a document and the same position in the -// post-step version. -var StepMap = function StepMap(ranges, inverted) { - if ( inverted === void 0 ) inverted = false; - - this.ranges = ranges; - this.inverted = inverted; -}; - -StepMap.prototype.recover = function recover (value) { - var diff = 0, index = recoverIndex(value); - if (!this.inverted) { for (var i = 0; i < index; i++) - { diff += this.ranges[i * 3 + 2] - this.ranges[i * 3 + 1]; } } - return this.ranges[index * 3] + diff + recoverOffset(value) -}; - -// : (number, ?number) → MapResult -StepMap.prototype.mapResult = function mapResult (pos, assoc) { - if ( assoc === void 0 ) assoc = 1; - return this._map(pos, assoc, false) }; - -// : (number, ?number) → number -StepMap.prototype.map = function map (pos, assoc) { - if ( assoc === void 0 ) assoc = 1; - return this._map(pos, assoc, true) }; - -StepMap.prototype._map = function _map (pos, assoc, simple) { - var diff = 0, oldIndex = this.inverted ? 2 : 1, newIndex = this.inverted ? 1 : 2; - for (var i = 0; i < this.ranges.length; i += 3) { - var start = this.ranges[i] - (this.inverted ? diff : 0); - if (start > pos) { break } - var oldSize = this.ranges[i + oldIndex], newSize = this.ranges[i + newIndex], end = start + oldSize; - if (pos <= end) { - var side = !oldSize ? assoc : pos == start ? -1 : pos == end ? 1 : assoc; - var result = start + diff + (side < 0 ? 0 : newSize); - if (simple) { return result } - var recover = pos == (assoc < 0 ? start : end) ? null : makeRecover(i / 3, pos - start); - return new MapResult(result, assoc < 0 ? pos != start : pos != end, recover) - } - diff += newSize - oldSize; - } - return simple ? pos + diff : new MapResult(pos + diff) -}; - -StepMap.prototype.touches = function touches (pos, recover) { - var diff = 0, index = recoverIndex(recover); - var oldIndex = this.inverted ? 2 : 1, newIndex = this.inverted ? 1 : 2; - for (var i = 0; i < this.ranges.length; i += 3) { - var start = this.ranges[i] - (this.inverted ? diff : 0); - if (start > pos) { break } - var oldSize = this.ranges[i + oldIndex], end = start + oldSize; - if (pos <= end && i == index * 3) { return true } - diff += this.ranges[i + newIndex] - oldSize; - } - return false -}; - -// :: ((oldStart: number, oldEnd: number, newStart: number, newEnd: number)) -// Calls the given function on each of the changed ranges included in -// this map. -StepMap.prototype.forEach = function forEach (f) { - var oldIndex = this.inverted ? 2 : 1, newIndex = this.inverted ? 1 : 2; - for (var i = 0, diff = 0; i < this.ranges.length; i += 3) { - var start = this.ranges[i], oldStart = start - (this.inverted ? diff : 0), newStart = start + (this.inverted ? 0 : diff); - var oldSize = this.ranges[i + oldIndex], newSize = this.ranges[i + newIndex]; - f(oldStart, oldStart + oldSize, newStart, newStart + newSize); - diff += newSize - oldSize; - } -}; - -// :: () → StepMap -// Create an inverted version of this map. The result can be used to -// map positions in the post-step document to the pre-step document. -StepMap.prototype.invert = function invert () { - return new StepMap(this.ranges, !this.inverted) -}; - -StepMap.prototype.toString = function toString () { - return (this.inverted ? "-" : "") + JSON.stringify(this.ranges) -}; - -// :: (n: number) → StepMap -// Create a map that moves all positions by offset `n` (which may be -// negative). This can be useful when applying steps meant for a -// sub-document to a larger document, or vice-versa. -StepMap.offset = function offset (n) { - return n == 0 ? StepMap.empty : new StepMap(n < 0 ? [0, -n, 0] : [0, 0, n]) -}; - -StepMap.empty = new StepMap([]); - -// :: class extends Mappable -// A mapping represents a pipeline of zero or more [step -// maps](#transform.StepMap). It has special provisions for losslessly -// handling mapping positions through a series of steps in which some -// steps are inverted versions of earlier steps. (This comes up when -// ‘[rebasing](/docs/guide/#transform.rebasing)’ steps for -// collaboration or history management.) -var Mapping = function Mapping(maps, mirror, from, to) { - // :: [StepMap] - // The step maps in this mapping. - this.maps = maps || []; - // :: number - // The starting position in the `maps` array, used when `map` or - // `mapResult` is called. - this.from = from || 0; - // :: number - // The end position in the `maps` array. - this.to = to == null ? this.maps.length : to; - this.mirror = mirror; -}; - -// :: (?number, ?number) → Mapping -// Create a mapping that maps only through a part of this one. -Mapping.prototype.slice = function slice (from, to) { - if ( from === void 0 ) from = 0; - if ( to === void 0 ) to = this.maps.length; - - return new Mapping(this.maps, this.mirror, from, to) -}; - -Mapping.prototype.copy = function copy () { - return new Mapping(this.maps.slice(), this.mirror && this.mirror.slice(), this.from, this.to) -}; - -// :: (StepMap, ?number) -// Add a step map to the end of this mapping. If `mirrors` is -// given, it should be the index of the step map that is the mirror -// image of this one. -Mapping.prototype.appendMap = function appendMap (map, mirrors) { - this.to = this.maps.push(map); - if (mirrors != null) { this.setMirror(this.maps.length - 1, mirrors); } -}; - -// :: (Mapping) -// Add all the step maps in a given mapping to this one (preserving -// mirroring information). -Mapping.prototype.appendMapping = function appendMapping (mapping) { - for (var i = 0, startSize = this.maps.length; i < mapping.maps.length; i++) { - var mirr = mapping.getMirror(i); - this.appendMap(mapping.maps[i], mirr != null && mirr < i ? startSize + mirr : null); - } -}; - -// :: (number) → ?number -// Finds the offset of the step map that mirrors the map at the -// given offset, in this mapping (as per the second argument to -// `appendMap`). -Mapping.prototype.getMirror = function getMirror (n) { - if (this.mirror) { for (var i = 0; i < this.mirror.length; i++) - { if (this.mirror[i] == n) { return this.mirror[i + (i % 2 ? -1 : 1)] } } } -}; - -Mapping.prototype.setMirror = function setMirror (n, m) { - if (!this.mirror) { this.mirror = []; } - this.mirror.push(n, m); -}; - -// :: (Mapping) -// Append the inverse of the given mapping to this one. -Mapping.prototype.appendMappingInverted = function appendMappingInverted (mapping) { - for (var i = mapping.maps.length - 1, totalSize = this.maps.length + mapping.maps.length; i >= 0; i--) { - var mirr = mapping.getMirror(i); - this.appendMap(mapping.maps[i].invert(), mirr != null && mirr > i ? totalSize - mirr - 1 : null); - } -}; - -// :: () → Mapping -// Create an inverted version of this mapping. -Mapping.prototype.invert = function invert () { - var inverse = new Mapping; - inverse.appendMappingInverted(this); - return inverse -}; - -// : (number, ?number) → number -// Map a position through this mapping. -Mapping.prototype.map = function map (pos, assoc) { - if ( assoc === void 0 ) assoc = 1; - - if (this.mirror) { return this._map(pos, assoc, true) } - for (var i = this.from; i < this.to; i++) - { pos = this.maps[i].map(pos, assoc); } - return pos -}; - -// : (number, ?number) → MapResult -// Map a position through this mapping, returning a mapping -// result. -Mapping.prototype.mapResult = function mapResult (pos, assoc) { - if ( assoc === void 0 ) assoc = 1; - return this._map(pos, assoc, false) }; - -Mapping.prototype._map = function _map (pos, assoc, simple) { - var deleted = false; - - for (var i = this.from; i < this.to; i++) { - var map = this.maps[i], result = map.mapResult(pos, assoc); - if (result.recover != null) { - var corr = this.getMirror(i); - if (corr != null && corr > i && corr < this.to) { - i = corr; - pos = this.maps[corr].recover(result.recover); - continue - } - } - - if (result.deleted) { deleted = true; } - pos = result.pos; - } - - return simple ? pos : new MapResult(pos, deleted) -}; - -function TransformError(message) { - var err = Error.call(this, message); - err.__proto__ = TransformError.prototype; - return err -} - -TransformError.prototype = Object.create(Error.prototype); -TransformError.prototype.constructor = TransformError; -TransformError.prototype.name = "TransformError"; - -// ::- Abstraction to build up and track an array of -// [steps](#transform.Step) representing a document transformation. -// -// Most transforming methods return the `Transform` object itself, so -// that they can be chained. -var Transform = function Transform(doc) { - // :: Node - // The current document (the result of applying the steps in the - // transform). - this.doc = doc; - // :: [Step] - // The steps in this transform. - this.steps = []; - // :: [Node] - // The documents before each of the steps. - this.docs = []; - // :: Mapping - // A mapping with the maps for each of the steps in this transform. - this.mapping = new Mapping; -}; - -var prototypeAccessors = { before: { configurable: true },docChanged: { configurable: true } }; - -// :: Node The starting document. -prototypeAccessors.before.get = function () { return this.docs.length ? this.docs[0] : this.doc }; - -// :: (step: Step) → this -// Apply a new step in this transform, saving the result. Throws an -// error when the step fails. -Transform.prototype.step = function step (object) { - var result = this.maybeStep(object); - if (result.failed) { throw new TransformError(result.failed) } - return this -}; - -// :: (Step) → StepResult -// Try to apply a step in this transformation, ignoring it if it -// fails. Returns the step result. -Transform.prototype.maybeStep = function maybeStep (step) { - var result = step.apply(this.doc); - if (!result.failed) { this.addStep(step, result.doc); } - return result -}; - -// :: bool -// True when the document has been changed (when there are any -// steps). -prototypeAccessors.docChanged.get = function () { - return this.steps.length > 0 -}; - -Transform.prototype.addStep = function addStep (step, doc) { - this.docs.push(this.doc); - this.steps.push(step); - this.mapping.appendMap(step.getMap()); - this.doc = doc; -}; - -Object.defineProperties( Transform.prototype, prototypeAccessors ); - -function mustOverride() { throw new Error("Override me") } - -var stepsByID = Object.create(null); - -// ::- A step object represents an atomic change. It generally applies -// only to the document it was created for, since the positions -// stored in it will only make sense for that document. -// -// New steps are defined by creating classes that extend `Step`, -// overriding the `apply`, `invert`, `map`, `getMap` and `fromJSON` -// methods, and registering your class with a unique -// JSON-serialization identifier using -// [`Step.jsonID`](#transform.Step^jsonID). -var Step = function Step () {}; - -Step.prototype.apply = function apply (_doc) { return mustOverride() }; - -// :: () → StepMap -// Get the step map that represents the changes made by this step, -// and which can be used to transform between positions in the old -// and the new document. -Step.prototype.getMap = function getMap () { return StepMap.empty }; - -// :: (doc: Node) → Step -// Create an inverted version of this step. Needs the document as it -// was before the step as argument. -Step.prototype.invert = function invert (_doc) { return mustOverride() }; - -// :: (mapping: Mappable) → ?Step -// Map this step through a mappable thing, returning either a -// version of that step with its positions adjusted, or `null` if -// the step was entirely deleted by the mapping. -Step.prototype.map = function map (_mapping) { return mustOverride() }; - -// :: (other: Step) → ?Step -// Try to merge this step with another one, to be applied directly -// after it. Returns the merged step when possible, null if the -// steps can't be merged. -Step.prototype.merge = function merge (_other) { return null }; - -// :: () → Object -// Create a JSON-serializeable representation of this step. When -// defining this for a custom subclass, make sure the result object -// includes the step type's [JSON id](#transform.Step^jsonID) under -// the `stepType` property. -Step.prototype.toJSON = function toJSON () { return mustOverride() }; - -// :: (Schema, Object) → Step -// Deserialize a step from its JSON representation. Will call -// through to the step class' own implementation of this method. -Step.fromJSON = function fromJSON (schema, json) { - if (!json || !json.stepType) { throw new RangeError("Invalid input for Step.fromJSON") } - var type = stepsByID[json.stepType]; - if (!type) { throw new RangeError(("No step type " + (json.stepType) + " defined")) } - return type.fromJSON(schema, json) -}; - -// :: (string, constructor) -// To be able to serialize steps to JSON, each step needs a string -// ID to attach to its JSON representation. Use this method to -// register an ID for your step classes. Try to pick something -// that's unlikely to clash with steps from other modules. -Step.jsonID = function jsonID (id, stepClass) { - if (id in stepsByID) { throw new RangeError("Duplicate use of step JSON ID " + id) } - stepsByID[id] = stepClass; - stepClass.prototype.jsonID = id; - return stepClass -}; - -// ::- The result of [applying](#transform.Step.apply) a step. Contains either a -// new document or a failure value. -var StepResult = function StepResult(doc, failed) { - // :: ?Node The transformed document. - this.doc = doc; - // :: ?string Text providing information about a failed step. - this.failed = failed; -}; - -// :: (Node) → StepResult -// Create a successful step result. -StepResult.ok = function ok (doc) { return new StepResult(doc, null) }; - -// :: (string) → StepResult -// Create a failed step result. -StepResult.fail = function fail (message) { return new StepResult(null, message) }; - -// :: (Node, number, number, Slice) → StepResult -// Call [`Node.replace`](#model.Node.replace) with the given -// arguments. Create a successful result if it succeeds, and a -// failed one if it throws a `ReplaceError`. -StepResult.fromReplace = function fromReplace (doc, from, to, slice) { - try { - return StepResult.ok(doc.replace(from, to, slice)) - } catch (e) { - if (e instanceof prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["ReplaceError"]) { return StepResult.fail(e.message) } - throw e - } -}; - -// ::- Replace a part of the document with a slice of new content. -var ReplaceStep = /*@__PURE__*/(function (Step) { - function ReplaceStep(from, to, slice, structure) { - Step.call(this); - this.from = from; - this.to = to; - this.slice = slice; - this.structure = !!structure; - } - - if ( Step ) ReplaceStep.__proto__ = Step; - ReplaceStep.prototype = Object.create( Step && Step.prototype ); - ReplaceStep.prototype.constructor = ReplaceStep; - - ReplaceStep.prototype.apply = function apply (doc) { - if (this.structure && contentBetween(doc, this.from, this.to)) - { return StepResult.fail("Structure replace would overwrite content") } - return StepResult.fromReplace(doc, this.from, this.to, this.slice) - }; - - ReplaceStep.prototype.getMap = function getMap () { - return new StepMap([this.from, this.to - this.from, this.slice.size]) - }; - - ReplaceStep.prototype.invert = function invert (doc) { - return new ReplaceStep(this.from, this.from + this.slice.size, doc.slice(this.from, this.to)) - }; - - ReplaceStep.prototype.map = function map (mapping) { - var from = mapping.mapResult(this.from, 1), to = mapping.mapResult(this.to, -1); - if (from.deleted && to.deleted) { return null } - return new ReplaceStep(from.pos, Math.max(from.pos, to.pos), this.slice) - }; - - ReplaceStep.prototype.merge = function merge (other) { - if (!(other instanceof ReplaceStep) || other.structure != this.structure) { return null } - - if (this.from + this.slice.size == other.from && !this.slice.openEnd && !other.slice.openStart) { - var slice = this.slice.size + other.slice.size == 0 ? prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"].empty - : new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](this.slice.content.append(other.slice.content), this.slice.openStart, other.slice.openEnd); - return new ReplaceStep(this.from, this.to + (other.to - other.from), slice, this.structure) - } else if (other.to == this.from && !this.slice.openStart && !other.slice.openEnd) { - var slice$1 = this.slice.size + other.slice.size == 0 ? prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"].empty - : new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](other.slice.content.append(this.slice.content), other.slice.openStart, this.slice.openEnd); - return new ReplaceStep(other.from, this.to, slice$1, this.structure) - } else { - return null - } - }; - - ReplaceStep.prototype.toJSON = function toJSON () { - var json = {stepType: "replace", from: this.from, to: this.to}; - if (this.slice.size) { json.slice = this.slice.toJSON(); } - if (this.structure) { json.structure = true; } - return json - }; - - ReplaceStep.fromJSON = function fromJSON (schema, json) { - if (typeof json.from != "number" || typeof json.to != "number") - { throw new RangeError("Invalid input for ReplaceStep.fromJSON") } - return new ReplaceStep(json.from, json.to, prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"].fromJSON(schema, json.slice), !!json.structure) - }; - - return ReplaceStep; -}(Step)); - -Step.jsonID("replace", ReplaceStep); - -// ::- Replace a part of the document with a slice of content, but -// preserve a range of the replaced content by moving it into the -// slice. -var ReplaceAroundStep = /*@__PURE__*/(function (Step) { - function ReplaceAroundStep(from, to, gapFrom, gapTo, slice, insert, structure) { - Step.call(this); - this.from = from; - this.to = to; - this.gapFrom = gapFrom; - this.gapTo = gapTo; - this.slice = slice; - this.insert = insert; - this.structure = !!structure; - } - - if ( Step ) ReplaceAroundStep.__proto__ = Step; - ReplaceAroundStep.prototype = Object.create( Step && Step.prototype ); - ReplaceAroundStep.prototype.constructor = ReplaceAroundStep; - - ReplaceAroundStep.prototype.apply = function apply (doc) { - if (this.structure && (contentBetween(doc, this.from, this.gapFrom) || - contentBetween(doc, this.gapTo, this.to))) - { return StepResult.fail("Structure gap-replace would overwrite content") } - - var gap = doc.slice(this.gapFrom, this.gapTo); - if (gap.openStart || gap.openEnd) - { return StepResult.fail("Gap is not a flat range") } - var inserted = this.slice.insertAt(this.insert, gap.content); - if (!inserted) { return StepResult.fail("Content does not fit in gap") } - return StepResult.fromReplace(doc, this.from, this.to, inserted) - }; - - ReplaceAroundStep.prototype.getMap = function getMap () { - return new StepMap([this.from, this.gapFrom - this.from, this.insert, - this.gapTo, this.to - this.gapTo, this.slice.size - this.insert]) - }; - - ReplaceAroundStep.prototype.invert = function invert (doc) { - var gap = this.gapTo - this.gapFrom; - return new ReplaceAroundStep(this.from, this.from + this.slice.size + gap, - this.from + this.insert, this.from + this.insert + gap, - doc.slice(this.from, this.to).removeBetween(this.gapFrom - this.from, this.gapTo - this.from), - this.gapFrom - this.from, this.structure) - }; - - ReplaceAroundStep.prototype.map = function map (mapping) { - var from = mapping.mapResult(this.from, 1), to = mapping.mapResult(this.to, -1); - var gapFrom = mapping.map(this.gapFrom, -1), gapTo = mapping.map(this.gapTo, 1); - if ((from.deleted && to.deleted) || gapFrom < from.pos || gapTo > to.pos) { return null } - return new ReplaceAroundStep(from.pos, to.pos, gapFrom, gapTo, this.slice, this.insert, this.structure) - }; - - ReplaceAroundStep.prototype.toJSON = function toJSON () { - var json = {stepType: "replaceAround", from: this.from, to: this.to, - gapFrom: this.gapFrom, gapTo: this.gapTo, insert: this.insert}; - if (this.slice.size) { json.slice = this.slice.toJSON(); } - if (this.structure) { json.structure = true; } - return json - }; - - ReplaceAroundStep.fromJSON = function fromJSON (schema, json) { - if (typeof json.from != "number" || typeof json.to != "number" || - typeof json.gapFrom != "number" || typeof json.gapTo != "number" || typeof json.insert != "number") - { throw new RangeError("Invalid input for ReplaceAroundStep.fromJSON") } - return new ReplaceAroundStep(json.from, json.to, json.gapFrom, json.gapTo, - prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"].fromJSON(schema, json.slice), json.insert, !!json.structure) - }; - - return ReplaceAroundStep; -}(Step)); - -Step.jsonID("replaceAround", ReplaceAroundStep); - -function contentBetween(doc, from, to) { - var $from = doc.resolve(from), dist = to - from, depth = $from.depth; - while (dist > 0 && depth > 0 && $from.indexAfter(depth) == $from.node(depth).childCount) { - depth--; - dist--; - } - if (dist > 0) { - var next = $from.node(depth).maybeChild($from.indexAfter(depth)); - while (dist > 0) { - if (!next || next.isLeaf) { return true } - next = next.firstChild; - dist--; - } - } - return false -} - -function canCut(node, start, end) { - return (start == 0 || node.canReplace(start, node.childCount)) && - (end == node.childCount || node.canReplace(0, end)) -} - -// :: (NodeRange) → ?number -// Try to find a target depth to which the content in the given range -// can be lifted. Will not go across -// [isolating](#model.NodeSpec.isolating) parent nodes. -function liftTarget(range) { - var parent = range.parent; - var content = parent.content.cutByIndex(range.startIndex, range.endIndex); - for (var depth = range.depth;; --depth) { - var node = range.$from.node(depth); - var index = range.$from.index(depth), endIndex = range.$to.indexAfter(depth); - if (depth < range.depth && node.canReplace(index, endIndex, content)) - { return depth } - if (depth == 0 || node.type.spec.isolating || !canCut(node, index, endIndex)) { break } - } -} - -// :: (NodeRange, number) → this -// Split the content in the given range off from its parent, if there -// is sibling content before or after it, and move it up the tree to -// the depth specified by `target`. You'll probably want to use -// [`liftTarget`](#transform.liftTarget) to compute `target`, to make -// sure the lift is valid. -Transform.prototype.lift = function(range, target) { - var $from = range.$from; - var $to = range.$to; - var depth = range.depth; - - var gapStart = $from.before(depth + 1), gapEnd = $to.after(depth + 1); - var start = gapStart, end = gapEnd; - - var before = prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].empty, openStart = 0; - for (var d = depth, splitting = false; d > target; d--) - { if (splitting || $from.index(d) > 0) { - splitting = true; - before = prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].from($from.node(d).copy(before)); - openStart++; - } else { - start--; - } } - var after = prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].empty, openEnd = 0; - for (var d$1 = depth, splitting$1 = false; d$1 > target; d$1--) - { if (splitting$1 || $to.after(d$1 + 1) < $to.end(d$1)) { - splitting$1 = true; - after = prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].from($to.node(d$1).copy(after)); - openEnd++; - } else { - end++; - } } - - return this.step(new ReplaceAroundStep(start, end, gapStart, gapEnd, - new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](before.append(after), openStart, openEnd), - before.size - openStart, true)) -}; - -// :: (NodeRange, NodeType, ?Object, ?NodeRange) → ?[{type: NodeType, attrs: ?Object}] -// Try to find a valid way to wrap the content in the given range in a -// node of the given type. May introduce extra nodes around and inside -// the wrapper node, if necessary. Returns null if no valid wrapping -// could be found. When `innerRange` is given, that range's content is -// used as the content to fit into the wrapping, instead of the -// content of `range`. -function findWrapping(range, nodeType, attrs, innerRange) { - if ( innerRange === void 0 ) innerRange = range; - - var around = findWrappingOutside(range, nodeType); - var inner = around && findWrappingInside(innerRange, nodeType); - if (!inner) { return null } - return around.map(withAttrs).concat({type: nodeType, attrs: attrs}).concat(inner.map(withAttrs)) -} - -function withAttrs(type) { return {type: type, attrs: null} } - -function findWrappingOutside(range, type) { - var parent = range.parent; - var startIndex = range.startIndex; - var endIndex = range.endIndex; - var around = parent.contentMatchAt(startIndex).findWrapping(type); - if (!around) { return null } - var outer = around.length ? around[0] : type; - return parent.canReplaceWith(startIndex, endIndex, outer) ? around : null -} - -function findWrappingInside(range, type) { - var parent = range.parent; - var startIndex = range.startIndex; - var endIndex = range.endIndex; - var inner = parent.child(startIndex); - var inside = type.contentMatch.findWrapping(inner.type); - if (!inside) { return null } - var lastType = inside.length ? inside[inside.length - 1] : type; - var innerMatch = lastType.contentMatch; - for (var i = startIndex; innerMatch && i < endIndex; i++) - { innerMatch = innerMatch.matchType(parent.child(i).type); } - if (!innerMatch || !innerMatch.validEnd) { return null } - return inside -} - -// :: (NodeRange, [{type: NodeType, attrs: ?Object}]) → this -// Wrap the given [range](#model.NodeRange) in the given set of wrappers. -// The wrappers are assumed to be valid in this position, and should -// probably be computed with [`findWrapping`](#transform.findWrapping). -Transform.prototype.wrap = function(range, wrappers) { - var content = prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].empty; - for (var i = wrappers.length - 1; i >= 0; i--) - { content = prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].from(wrappers[i].type.create(wrappers[i].attrs, content)); } - - var start = range.start, end = range.end; - return this.step(new ReplaceAroundStep(start, end, start, end, new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](content, 0, 0), wrappers.length, true)) -}; - -// :: (number, ?number, NodeType, ?Object) → this -// Set the type of all textblocks (partly) between `from` and `to` to -// the given node type with the given attributes. -Transform.prototype.setBlockType = function(from, to, type, attrs) { - var this$1 = this; - if ( to === void 0 ) to = from; - - if (!type.isTextblock) { throw new RangeError("Type given to setBlockType should be a textblock") } - var mapFrom = this.steps.length; - this.doc.nodesBetween(from, to, function (node, pos) { - if (node.isTextblock && !node.hasMarkup(type, attrs) && canChangeType(this$1.doc, this$1.mapping.slice(mapFrom).map(pos), type)) { - // Ensure all markup that isn't allowed in the new node type is cleared - this$1.clearIncompatible(this$1.mapping.slice(mapFrom).map(pos, 1), type); - var mapping = this$1.mapping.slice(mapFrom); - var startM = mapping.map(pos, 1), endM = mapping.map(pos + node.nodeSize, 1); - this$1.step(new ReplaceAroundStep(startM, endM, startM + 1, endM - 1, - new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].from(type.create(attrs, null, node.marks)), 0, 0), 1, true)); - return false - } - }); - return this -}; - -function canChangeType(doc, pos, type) { - var $pos = doc.resolve(pos), index = $pos.index(); - return $pos.parent.canReplaceWith(index, index + 1, type) -} - -// :: (number, ?NodeType, ?Object, ?[Mark]) → this -// Change the type, attributes, and/or marks of the node at `pos`. -// When `type` isn't given, the existing node type is preserved, -Transform.prototype.setNodeMarkup = function(pos, type, attrs, marks) { - var node = this.doc.nodeAt(pos); - if (!node) { throw new RangeError("No node at given position") } - if (!type) { type = node.type; } - var newNode = type.create(attrs, null, marks || node.marks); - if (node.isLeaf) - { return this.replaceWith(pos, pos + node.nodeSize, newNode) } - - if (!type.validContent(node.content)) - { throw new RangeError("Invalid content for node type " + type.name) } - - return this.step(new ReplaceAroundStep(pos, pos + node.nodeSize, pos + 1, pos + node.nodeSize - 1, - new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].from(newNode), 0, 0), 1, true)) -}; - -// :: (Node, number, number, ?[?{type: NodeType, attrs: ?Object}]) → bool -// Check whether splitting at the given position is allowed. -function canSplit(doc, pos, depth, typesAfter) { - if ( depth === void 0 ) depth = 1; - - var $pos = doc.resolve(pos), base = $pos.depth - depth; - var innerType = (typesAfter && typesAfter[typesAfter.length - 1]) || $pos.parent; - if (base < 0 || $pos.parent.type.spec.isolating || - !$pos.parent.canReplace($pos.index(), $pos.parent.childCount) || - !innerType.type.validContent($pos.parent.content.cutByIndex($pos.index(), $pos.parent.childCount))) - { return false } - for (var d = $pos.depth - 1, i = depth - 2; d > base; d--, i--) { - var node = $pos.node(d), index$1 = $pos.index(d); - if (node.type.spec.isolating) { return false } - var rest = node.content.cutByIndex(index$1, node.childCount); - var after = (typesAfter && typesAfter[i]) || node; - if (after != node) { rest = rest.replaceChild(0, after.type.create(after.attrs)); } - if (!node.canReplace(index$1 + 1, node.childCount) || !after.type.validContent(rest)) - { return false } - } - var index = $pos.indexAfter(base); - var baseType = typesAfter && typesAfter[0]; - return $pos.node(base).canReplaceWith(index, index, baseType ? baseType.type : $pos.node(base + 1).type) -} - -// :: (number, ?number, ?[?{type: NodeType, attrs: ?Object}]) → this -// Split the node at the given position, and optionally, if `depth` is -// greater than one, any number of nodes above that. By default, the -// parts split off will inherit the node type of the original node. -// This can be changed by passing an array of types and attributes to -// use after the split. -Transform.prototype.split = function(pos, depth, typesAfter) { - if ( depth === void 0 ) depth = 1; - - var $pos = this.doc.resolve(pos), before = prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].empty, after = prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].empty; - for (var d = $pos.depth, e = $pos.depth - depth, i = depth - 1; d > e; d--, i--) { - before = prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].from($pos.node(d).copy(before)); - var typeAfter = typesAfter && typesAfter[i]; - after = prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].from(typeAfter ? typeAfter.type.create(typeAfter.attrs, after) : $pos.node(d).copy(after)); - } - return this.step(new ReplaceStep(pos, pos, new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](before.append(after), depth, depth), true)) -}; - -// :: (Node, number) → bool -// Test whether the blocks before and after a given position can be -// joined. -function canJoin(doc, pos) { - var $pos = doc.resolve(pos), index = $pos.index(); - return joinable($pos.nodeBefore, $pos.nodeAfter) && - $pos.parent.canReplace(index, index + 1) -} - -function joinable(a, b) { - return a && b && !a.isLeaf && a.canAppend(b) -} - -// :: (Node, number, ?number) → ?number -// Find an ancestor of the given position that can be joined to the -// block before (or after if `dir` is positive). Returns the joinable -// point, if any. -function joinPoint(doc, pos, dir) { - if ( dir === void 0 ) dir = -1; - - var $pos = doc.resolve(pos); - for (var d = $pos.depth;; d--) { - var before = (void 0), after = (void 0), index = $pos.index(d); - if (d == $pos.depth) { - before = $pos.nodeBefore; - after = $pos.nodeAfter; - } else if (dir > 0) { - before = $pos.node(d + 1); - index++; - after = $pos.node(d).maybeChild(index); - } else { - before = $pos.node(d).maybeChild(index - 1); - after = $pos.node(d + 1); - } - if (before && !before.isTextblock && joinable(before, after) && - $pos.node(d).canReplace(index, index + 1)) { return pos } - if (d == 0) { break } - pos = dir < 0 ? $pos.before(d) : $pos.after(d); - } -} - -// :: (number, ?number) → this -// Join the blocks around the given position. If depth is 2, their -// last and first siblings are also joined, and so on. -Transform.prototype.join = function(pos, depth) { - if ( depth === void 0 ) depth = 1; - - var step = new ReplaceStep(pos - depth, pos + depth, prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"].empty, true); - return this.step(step) -}; - -// :: (Node, number, NodeType) → ?number -// Try to find a point where a node of the given type can be inserted -// near `pos`, by searching up the node hierarchy when `pos` itself -// isn't a valid place but is at the start or end of a node. Return -// null if no position was found. -function insertPoint(doc, pos, nodeType) { - var $pos = doc.resolve(pos); - if ($pos.parent.canReplaceWith($pos.index(), $pos.index(), nodeType)) { return pos } - - if ($pos.parentOffset == 0) - { for (var d = $pos.depth - 1; d >= 0; d--) { - var index = $pos.index(d); - if ($pos.node(d).canReplaceWith(index, index, nodeType)) { return $pos.before(d + 1) } - if (index > 0) { return null } - } } - if ($pos.parentOffset == $pos.parent.content.size) - { for (var d$1 = $pos.depth - 1; d$1 >= 0; d$1--) { - var index$1 = $pos.indexAfter(d$1); - if ($pos.node(d$1).canReplaceWith(index$1, index$1, nodeType)) { return $pos.after(d$1 + 1) } - if (index$1 < $pos.node(d$1).childCount) { return null } - } } -} - -// :: (Node, number, Slice) → ?number -// Finds a position at or around the given position where the given -// slice can be inserted. Will look at parent nodes' nearest boundary -// and try there, even if the original position wasn't directly at the -// start or end of that node. Returns null when no position was found. -function dropPoint(doc, pos, slice) { - var $pos = doc.resolve(pos); - if (!slice.content.size) { return pos } - var content = slice.content; - for (var i = 0; i < slice.openStart; i++) { content = content.firstChild.content; } - for (var pass = 1; pass <= (slice.openStart == 0 && slice.size ? 2 : 1); pass++) { - for (var d = $pos.depth; d >= 0; d--) { - var bias = d == $pos.depth ? 0 : $pos.pos <= ($pos.start(d + 1) + $pos.end(d + 1)) / 2 ? -1 : 1; - var insertPos = $pos.index(d) + (bias > 0 ? 1 : 0); - if (pass == 1 - ? $pos.node(d).canReplace(insertPos, insertPos, content) - : $pos.node(d).contentMatchAt(insertPos).findWrapping(content.firstChild.type)) - { return bias == 0 ? $pos.pos : bias < 0 ? $pos.before(d + 1) : $pos.after(d + 1) } - } - } - return null -} - -function mapFragment(fragment, f, parent) { - var mapped = []; - for (var i = 0; i < fragment.childCount; i++) { - var child = fragment.child(i); - if (child.content.size) { child = child.copy(mapFragment(child.content, f, child)); } - if (child.isInline) { child = f(child, parent, i); } - mapped.push(child); - } - return prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].fromArray(mapped) -} - -// ::- Add a mark to all inline content between two positions. -var AddMarkStep = /*@__PURE__*/(function (Step) { - function AddMarkStep(from, to, mark) { - Step.call(this); - this.from = from; - this.to = to; - this.mark = mark; - } - - if ( Step ) AddMarkStep.__proto__ = Step; - AddMarkStep.prototype = Object.create( Step && Step.prototype ); - AddMarkStep.prototype.constructor = AddMarkStep; - - AddMarkStep.prototype.apply = function apply (doc) { - var this$1 = this; - - var oldSlice = doc.slice(this.from, this.to), $from = doc.resolve(this.from); - var parent = $from.node($from.sharedDepth(this.to)); - var slice = new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](mapFragment(oldSlice.content, function (node, parent) { - if (!parent.type.allowsMarkType(this$1.mark.type)) { return node } - return node.mark(this$1.mark.addToSet(node.marks)) - }, parent), oldSlice.openStart, oldSlice.openEnd); - return StepResult.fromReplace(doc, this.from, this.to, slice) - }; - - AddMarkStep.prototype.invert = function invert () { - return new RemoveMarkStep(this.from, this.to, this.mark) - }; - - AddMarkStep.prototype.map = function map (mapping) { - var from = mapping.mapResult(this.from, 1), to = mapping.mapResult(this.to, -1); - if (from.deleted && to.deleted || from.pos >= to.pos) { return null } - return new AddMarkStep(from.pos, to.pos, this.mark) - }; - - AddMarkStep.prototype.merge = function merge (other) { - if (other instanceof AddMarkStep && - other.mark.eq(this.mark) && - this.from <= other.to && this.to >= other.from) - { return new AddMarkStep(Math.min(this.from, other.from), - Math.max(this.to, other.to), this.mark) } - }; - - AddMarkStep.prototype.toJSON = function toJSON () { - return {stepType: "addMark", mark: this.mark.toJSON(), - from: this.from, to: this.to} - }; - - AddMarkStep.fromJSON = function fromJSON (schema, json) { - if (typeof json.from != "number" || typeof json.to != "number") - { throw new RangeError("Invalid input for AddMarkStep.fromJSON") } - return new AddMarkStep(json.from, json.to, schema.markFromJSON(json.mark)) - }; - - return AddMarkStep; -}(Step)); - -Step.jsonID("addMark", AddMarkStep); - -// ::- Remove a mark from all inline content between two positions. -var RemoveMarkStep = /*@__PURE__*/(function (Step) { - function RemoveMarkStep(from, to, mark) { - Step.call(this); - this.from = from; - this.to = to; - this.mark = mark; - } - - if ( Step ) RemoveMarkStep.__proto__ = Step; - RemoveMarkStep.prototype = Object.create( Step && Step.prototype ); - RemoveMarkStep.prototype.constructor = RemoveMarkStep; - - RemoveMarkStep.prototype.apply = function apply (doc) { - var this$1 = this; - - var oldSlice = doc.slice(this.from, this.to); - var slice = new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](mapFragment(oldSlice.content, function (node) { - return node.mark(this$1.mark.removeFromSet(node.marks)) - }), oldSlice.openStart, oldSlice.openEnd); - return StepResult.fromReplace(doc, this.from, this.to, slice) - }; - - RemoveMarkStep.prototype.invert = function invert () { - return new AddMarkStep(this.from, this.to, this.mark) - }; - - RemoveMarkStep.prototype.map = function map (mapping) { - var from = mapping.mapResult(this.from, 1), to = mapping.mapResult(this.to, -1); - if (from.deleted && to.deleted || from.pos >= to.pos) { return null } - return new RemoveMarkStep(from.pos, to.pos, this.mark) - }; - - RemoveMarkStep.prototype.merge = function merge (other) { - if (other instanceof RemoveMarkStep && - other.mark.eq(this.mark) && - this.from <= other.to && this.to >= other.from) - { return new RemoveMarkStep(Math.min(this.from, other.from), - Math.max(this.to, other.to), this.mark) } - }; - - RemoveMarkStep.prototype.toJSON = function toJSON () { - return {stepType: "removeMark", mark: this.mark.toJSON(), - from: this.from, to: this.to} - }; - - RemoveMarkStep.fromJSON = function fromJSON (schema, json) { - if (typeof json.from != "number" || typeof json.to != "number") - { throw new RangeError("Invalid input for RemoveMarkStep.fromJSON") } - return new RemoveMarkStep(json.from, json.to, schema.markFromJSON(json.mark)) - }; - - return RemoveMarkStep; -}(Step)); - -Step.jsonID("removeMark", RemoveMarkStep); - -// :: (number, number, Mark) → this -// Add the given mark to the inline content between `from` and `to`. -Transform.prototype.addMark = function(from, to, mark) { - var this$1 = this; - - var removed = [], added = [], removing = null, adding = null; - this.doc.nodesBetween(from, to, function (node, pos, parent) { - if (!node.isInline) { return } - var marks = node.marks; - if (!mark.isInSet(marks) && parent.type.allowsMarkType(mark.type)) { - var start = Math.max(pos, from), end = Math.min(pos + node.nodeSize, to); - var newSet = mark.addToSet(marks); - - for (var i = 0; i < marks.length; i++) { - if (!marks[i].isInSet(newSet)) { - if (removing && removing.to == start && removing.mark.eq(marks[i])) - { removing.to = end; } - else - { removed.push(removing = new RemoveMarkStep(start, end, marks[i])); } - } - } - - if (adding && adding.to == start) - { adding.to = end; } - else - { added.push(adding = new AddMarkStep(start, end, mark)); } - } - }); - - removed.forEach(function (s) { return this$1.step(s); }); - added.forEach(function (s) { return this$1.step(s); }); - return this -}; - -// :: (number, number, ?union) → this -// Remove marks from inline nodes between `from` and `to`. When `mark` -// is a single mark, remove precisely that mark. When it is a mark type, -// remove all marks of that type. When it is null, remove all marks of -// any type. -Transform.prototype.removeMark = function(from, to, mark) { - var this$1 = this; - if ( mark === void 0 ) mark = null; - - var matched = [], step = 0; - this.doc.nodesBetween(from, to, function (node, pos) { - if (!node.isInline) { return } - step++; - var toRemove = null; - if (mark instanceof prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["MarkType"]) { - var found = mark.isInSet(node.marks); - if (found) { toRemove = [found]; } - } else if (mark) { - if (mark.isInSet(node.marks)) { toRemove = [mark]; } - } else { - toRemove = node.marks; - } - if (toRemove && toRemove.length) { - var end = Math.min(pos + node.nodeSize, to); - for (var i = 0; i < toRemove.length; i++) { - var style = toRemove[i], found$1 = (void 0); - for (var j = 0; j < matched.length; j++) { - var m = matched[j]; - if (m.step == step - 1 && style.eq(matched[j].style)) { found$1 = m; } - } - if (found$1) { - found$1.to = end; - found$1.step = step; - } else { - matched.push({style: style, from: Math.max(pos, from), to: end, step: step}); - } - } - } - }); - matched.forEach(function (m) { return this$1.step(new RemoveMarkStep(m.from, m.to, m.style)); }); - return this -}; - -// :: (number, NodeType, ?ContentMatch) → this -// Removes all marks and nodes from the content of the node at `pos` -// that don't match the given new parent node type. Accepts an -// optional starting [content match](#model.ContentMatch) as third -// argument. -Transform.prototype.clearIncompatible = function(pos, parentType, match) { - if ( match === void 0 ) match = parentType.contentMatch; - - var node = this.doc.nodeAt(pos); - var delSteps = [], cur = pos + 1; - for (var i = 0; i < node.childCount; i++) { - var child = node.child(i), end = cur + child.nodeSize; - var allowed = match.matchType(child.type, child.attrs); - if (!allowed) { - delSteps.push(new ReplaceStep(cur, end, prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"].empty)); - } else { - match = allowed; - for (var j = 0; j < child.marks.length; j++) { if (!parentType.allowsMarkType(child.marks[j].type)) - { this.step(new RemoveMarkStep(cur, end, child.marks[j])); } } - } - cur = end; - } - if (!match.validEnd) { - var fill = match.fillBefore(prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].empty, true); - this.replace(cur, cur, new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](fill, 0, 0)); - } - for (var i$1 = delSteps.length - 1; i$1 >= 0; i$1--) { this.step(delSteps[i$1]); } - return this -}; - -// :: (Node, number, ?number, ?Slice) → ?Step -// ‘Fit’ a slice into a given position in the document, producing a -// [step](#transform.Step) that inserts it. Will return null if -// there's no meaningful way to insert the slice here, or inserting it -// would be a no-op (an empty slice over an empty range). -function replaceStep(doc, from, to, slice) { - if ( to === void 0 ) to = from; - if ( slice === void 0 ) slice = prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"].empty; - - if (from == to && !slice.size) { return null } - - var $from = doc.resolve(from), $to = doc.resolve(to); - // Optimization -- avoid work if it's obvious that it's not needed. - if (fitsTrivially($from, $to, slice)) { return new ReplaceStep(from, to, slice) } - return new Fitter($from, $to, slice).fit() -} - -// :: (number, ?number, ?Slice) → this -// Replace the part of the document between `from` and `to` with the -// given `slice`. -Transform.prototype.replace = function(from, to, slice) { - if ( to === void 0 ) to = from; - if ( slice === void 0 ) slice = prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"].empty; - - var step = replaceStep(this.doc, from, to, slice); - if (step) { this.step(step); } - return this -}; - -// :: (number, number, union) → this -// Replace the given range with the given content, which may be a -// fragment, node, or array of nodes. -Transform.prototype.replaceWith = function(from, to, content) { - return this.replace(from, to, new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].from(content), 0, 0)) -}; - -// :: (number, number) → this -// Delete the content between the given positions. -Transform.prototype.delete = function(from, to) { - return this.replace(from, to, prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"].empty) -}; - -// :: (number, union) → this -// Insert the given content at the given position. -Transform.prototype.insert = function(pos, content) { - return this.replaceWith(pos, pos, content) -}; - -function fitsTrivially($from, $to, slice) { - return !slice.openStart && !slice.openEnd && $from.start() == $to.start() && - $from.parent.canReplace($from.index(), $to.index(), slice.content) -} - -// Algorithm for 'placing' the elements of a slice into a gap: -// -// We consider the content of each node that is open to the left to be -// independently placeable. I.e. in , when the -// paragraph on the left is open, "foo" can be placed (somewhere on -// the left side of the replacement gap) independently from p("bar"). -// -// This class tracks the state of the placement progress in the -// following properties: -// -// - `frontier` holds a stack of `{type, match}` objects that -// represent the open side of the replacement. It starts at -// `$from`, then moves forward as content is placed, and is finally -// reconciled with `$to`. -// -// - `unplaced` is a slice that represents the content that hasn't -// been placed yet. -// -// - `placed` is a fragment of placed content. Its open-start value -// is implicit in `$from`, and its open-end value in `frontier`. -var Fitter = function Fitter($from, $to, slice) { - this.$to = $to; - this.$from = $from; - this.unplaced = slice; - - this.frontier = []; - for (var i = 0; i <= $from.depth; i++) { - var node = $from.node(i); - this.frontier.push({ - type: node.type, - match: node.contentMatchAt($from.indexAfter(i)) - }); - } - - this.placed = prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].empty; - for (var i$1 = $from.depth; i$1 > 0; i$1--) - { this.placed = prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].from($from.node(i$1).copy(this.placed)); } -}; - -var prototypeAccessors$1 = { depth: { configurable: true } }; - -prototypeAccessors$1.depth.get = function () { return this.frontier.length - 1 }; - -Fitter.prototype.fit = function fit () { - // As long as there's unplaced content, try to place some of it. - // If that fails, either increase the open score of the unplaced - // slice, or drop nodes from it, and then try again. - while (this.unplaced.size) { - var fit = this.findFittable(); - if (fit) { this.placeNodes(fit); } - else { this.openMore() || this.dropNode(); } - } - // When there's inline content directly after the frontier _and_ - // directly after `this.$to`, we must generate a `ReplaceAround` - // step that pulls that content into the node after the frontier. - // That means the fitting must be done to the end of the textblock - // node after `this.$to`, not `this.$to` itself. - var moveInline = this.mustMoveInline(), placedSize = this.placed.size - this.depth - this.$from.depth; - var $from = this.$from, $to = this.close(moveInline < 0 ? this.$to : $from.doc.resolve(moveInline)); - if (!$to) { return null } - - // If closing to `$to` succeeded, create a step - var content = this.placed, openStart = $from.depth, openEnd = $to.depth; - while (openStart && openEnd && content.childCount == 1) { // Normalize by dropping open parent nodes - content = content.firstChild.content; - openStart--; openEnd--; - } - var slice = new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](content, openStart, openEnd); - if (moveInline > -1) - { return new ReplaceAroundStep($from.pos, moveInline, this.$to.pos, this.$to.end(), slice, placedSize) } - if (slice.size || $from.pos != this.$to.pos) // Don't generate no-op steps - { return new ReplaceStep($from.pos, $to.pos, slice) } -}; - -// Find a position on the start spine of `this.unplaced` that has -// content that can be moved somewhere on the frontier. Returns two -// depths, one for the slice and one for the frontier. -Fitter.prototype.findFittable = function findFittable () { - // Only try wrapping nodes (pass 2) after finding a place without - // wrapping failed. - for (var pass = 1; pass <= 2; pass++) { - for (var sliceDepth = this.unplaced.openStart; sliceDepth >= 0; sliceDepth--) { - var fragment = (void 0), parent = (void 0); - if (sliceDepth) { - parent = contentAt(this.unplaced.content, sliceDepth - 1).firstChild; - fragment = parent.content; - } else { - fragment = this.unplaced.content; - } - var first = fragment.firstChild; - for (var frontierDepth = this.depth; frontierDepth >= 0; frontierDepth--) { - var ref = this.frontier[frontierDepth]; - var type = ref.type; - var match = ref.match; - var wrap = (void 0), inject = (void 0); - // In pass 1, if the next node matches, or there is no next - // node but the parents look compatible, we've found a - // place. - if (pass == 1 && (first ? match.matchType(first.type) || (inject = match.fillBefore(prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].from(first), false)) - : type.compatibleContent(parent.type))) - { return {sliceDepth: sliceDepth, frontierDepth: frontierDepth, parent: parent, inject: inject} } - // In pass 2, look for a set of wrapping nodes that make - // `first` fit here. - else if (pass == 2 && first && (wrap = match.findWrapping(first.type))) - { return {sliceDepth: sliceDepth, frontierDepth: frontierDepth, parent: parent, wrap: wrap} } - // Don't continue looking further up if the parent node - // would fit here. - if (parent && match.matchType(parent.type)) { break } - } - } - } -}; - -Fitter.prototype.openMore = function openMore () { - var ref = this.unplaced; - var content = ref.content; - var openStart = ref.openStart; - var openEnd = ref.openEnd; - var inner = contentAt(content, openStart); - if (!inner.childCount || inner.firstChild.isLeaf) { return false } - this.unplaced = new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](content, openStart + 1, - Math.max(openEnd, inner.size + openStart >= content.size - openEnd ? openStart + 1 : 0)); - return true -}; - -Fitter.prototype.dropNode = function dropNode () { - var ref = this.unplaced; - var content = ref.content; - var openStart = ref.openStart; - var openEnd = ref.openEnd; - var inner = contentAt(content, openStart); - if (inner.childCount <= 1 && openStart > 0) { - var openAtEnd = content.size - openStart <= openStart + inner.size; - this.unplaced = new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](dropFromFragment(content, openStart - 1, 1), openStart - 1, - openAtEnd ? openStart - 1 : openEnd); - } else { - this.unplaced = new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](dropFromFragment(content, openStart, 1), openStart, openEnd); - } -}; - -// : ({sliceDepth: number, frontierDepth: number, parent: ?Node, wrap: ?[NodeType], inject: ?Fragment}) -// Move content from the unplaced slice at `sliceDepth` to the -// frontier node at `frontierDepth`. Close that frontier node when -// applicable. -Fitter.prototype.placeNodes = function placeNodes (ref) { - var sliceDepth = ref.sliceDepth; - var frontierDepth = ref.frontierDepth; - var parent = ref.parent; - var inject = ref.inject; - var wrap = ref.wrap; - - while (this.depth > frontierDepth) { this.closeFrontierNode(); } - if (wrap) { for (var i = 0; i < wrap.length; i++) { this.openFrontierNode(wrap[i]); } } - - var slice = this.unplaced, fragment = parent ? parent.content : slice.content; - var openStart = slice.openStart - sliceDepth; - var taken = 0, add = []; - var ref$1 = this.frontier[frontierDepth]; - var match = ref$1.match; - var type = ref$1.type; - if (inject) { - for (var i$1 = 0; i$1 < inject.childCount; i$1++) { add.push(inject.child(i$1)); } - match = match.matchFragment(inject); - } - // Computes the amount of (end) open nodes at the end of the - // fragment. When 0, the parent is open, but no more. When - // negative, nothing is open. - var openEndCount = (fragment.size + sliceDepth) - (slice.content.size - slice.openEnd); - // Scan over the fragment, fitting as many child nodes as - // possible. - while (taken < fragment.childCount) { - var next = fragment.child(taken), matches = match.matchType(next.type); - if (!matches) { break } - taken++; - if (taken > 1 || openStart == 0 || next.content.size) { // Drop empty open nodes - match = matches; - add.push(closeNodeStart(next.mark(type.allowedMarks(next.marks)), taken == 1 ? openStart : 0, - taken == fragment.childCount ? openEndCount : -1)); - } - } - var toEnd = taken == fragment.childCount; - if (!toEnd) { openEndCount = -1; } - - this.placed = addToFragment(this.placed, frontierDepth, prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].from(add)); - this.frontier[frontierDepth].match = match; - - // If the parent types match, and the entire node was moved, and - // it's not open, close this frontier node right away. - if (toEnd && openEndCount < 0 && parent && parent.type == this.frontier[this.depth].type && this.frontier.length > 1) - { this.closeFrontierNode(); } - - // Add new frontier nodes for any open nodes at the end. - for (var i$2 = 0, cur = fragment; i$2 < openEndCount; i$2++) { - var node = cur.lastChild; - this.frontier.push({type: node.type, match: node.contentMatchAt(node.childCount)}); - cur = node.content; - } - - // Update `this.unplaced`. Drop the entire node from which we - // placed it we got to its end, otherwise just drop the placed - // nodes. - this.unplaced = !toEnd ? new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](dropFromFragment(slice.content, sliceDepth, taken), slice.openStart, slice.openEnd) - : sliceDepth == 0 ? prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"].empty - : new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](dropFromFragment(slice.content, sliceDepth - 1, 1), - sliceDepth - 1, openEndCount < 0 ? slice.openEnd : sliceDepth - 1); -}; - -Fitter.prototype.mustMoveInline = function mustMoveInline () { - if (!this.$to.parent.isTextblock || this.$to.end() == this.$to.pos) { return -1 } - var top = this.frontier[this.depth], level; - if (!top.type.isTextblock || !contentAfterFits(this.$to, this.$to.depth, top.type, top.match, false) || - (this.$to.depth == this.depth && (level = this.findCloseLevel(this.$to)) && level.depth == this.depth)) { return -1 } - - var ref = this.$to; - var depth = ref.depth; - var after = this.$to.after(depth); - while (depth > 1 && after == this.$to.end(--depth)) { ++after; } - return after -}; - -Fitter.prototype.findCloseLevel = function findCloseLevel ($to) { - scan: for (var i = Math.min(this.depth, $to.depth); i >= 0; i--) { - var ref = this.frontier[i]; - var match = ref.match; - var type = ref.type; - var dropInner = i < $to.depth && $to.end(i + 1) == $to.pos + ($to.depth - (i + 1)); - var fit = contentAfterFits($to, i, type, match, dropInner); - if (!fit) { continue } - for (var d = i - 1; d >= 0; d--) { - var ref$1 = this.frontier[d]; - var match$1 = ref$1.match; - var type$1 = ref$1.type; - var matches = contentAfterFits($to, d, type$1, match$1, true); - if (!matches || matches.childCount) { continue scan } - } - return {depth: i, fit: fit, move: dropInner ? $to.doc.resolve($to.after(i + 1)) : $to} - } -}; - -Fitter.prototype.close = function close ($to) { - var close = this.findCloseLevel($to); - if (!close) { return null } - - while (this.depth > close.depth) { this.closeFrontierNode(); } - if (close.fit.childCount) { this.placed = addToFragment(this.placed, close.depth, close.fit); } - $to = close.move; - for (var d = close.depth + 1; d <= $to.depth; d++) { - var node = $to.node(d), add = node.type.contentMatch.fillBefore(node.content, true, $to.index(d)); - this.openFrontierNode(node.type, node.attrs, add); - } - return $to -}; - -Fitter.prototype.openFrontierNode = function openFrontierNode (type, attrs, content) { - var top = this.frontier[this.depth]; - top.match = top.match.matchType(type); - this.placed = addToFragment(this.placed, this.depth, prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].from(type.create(attrs, content))); - this.frontier.push({type: type, match: type.contentMatch}); -}; - -Fitter.prototype.closeFrontierNode = function closeFrontierNode () { - var open = this.frontier.pop(); - var add = open.match.fillBefore(prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].empty, true); - if (add.childCount) { this.placed = addToFragment(this.placed, this.frontier.length, add); } -}; - -Object.defineProperties( Fitter.prototype, prototypeAccessors$1 ); - -function dropFromFragment(fragment, depth, count) { - if (depth == 0) { return fragment.cutByIndex(count) } - return fragment.replaceChild(0, fragment.firstChild.copy(dropFromFragment(fragment.firstChild.content, depth - 1, count))) -} - -function addToFragment(fragment, depth, content) { - if (depth == 0) { return fragment.append(content) } - return fragment.replaceChild(fragment.childCount - 1, - fragment.lastChild.copy(addToFragment(fragment.lastChild.content, depth - 1, content))) -} - -function contentAt(fragment, depth) { - for (var i = 0; i < depth; i++) { fragment = fragment.firstChild.content; } - return fragment -} - -function closeNodeStart(node, openStart, openEnd) { - if (openStart <= 0) { return node } - var frag = node.content; - if (openStart > 1) - { frag = frag.replaceChild(0, closeNodeStart(frag.firstChild, openStart - 1, frag.childCount == 1 ? openEnd - 1 : 0)); } - if (openStart > 0) { - frag = node.type.contentMatch.fillBefore(frag).append(frag); - if (openEnd <= 0) { frag = frag.append(node.type.contentMatch.matchFragment(frag).fillBefore(prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].empty, true)); } - } - return node.copy(frag) -} - -function contentAfterFits($to, depth, type, match, open) { - var node = $to.node(depth), index = open ? $to.indexAfter(depth) : $to.index(depth); - if (index == node.childCount && !type.compatibleContent(node.type)) { return null } - var fit = match.fillBefore(node.content, true, index); - return fit && !invalidMarks(type, node.content, index) ? fit : null -} - -function invalidMarks(type, fragment, start) { - for (var i = start; i < fragment.childCount; i++) - { if (!type.allowsMarks(fragment.child(i).marks)) { return true } } - return false -} - -// :: (number, number, Slice) → this -// Replace a range of the document with a given slice, using `from`, -// `to`, and the slice's [`openStart`](#model.Slice.openStart) property -// as hints, rather than fixed start and end points. This method may -// grow the replaced area or close open nodes in the slice in order to -// get a fit that is more in line with WYSIWYG expectations, by -// dropping fully covered parent nodes of the replaced region when -// they are marked [non-defining](#model.NodeSpec.defining), or -// including an open parent node from the slice that _is_ marked as -// [defining](#model.NodeSpec.defining). -// -// This is the method, for example, to handle paste. The similar -// [`replace`](#transform.Transform.replace) method is a more -// primitive tool which will _not_ move the start and end of its given -// range, and is useful in situations where you need more precise -// control over what happens. -Transform.prototype.replaceRange = function(from, to, slice) { - if (!slice.size) { return this.deleteRange(from, to) } - - var $from = this.doc.resolve(from), $to = this.doc.resolve(to); - if (fitsTrivially($from, $to, slice)) - { return this.step(new ReplaceStep(from, to, slice)) } - - var targetDepths = coveredDepths($from, this.doc.resolve(to)); - // Can't replace the whole document, so remove 0 if it's present - if (targetDepths[targetDepths.length - 1] == 0) { targetDepths.pop(); } - // Negative numbers represent not expansion over the whole node at - // that depth, but replacing from $from.before(-D) to $to.pos. - var preferredTarget = -($from.depth + 1); - targetDepths.unshift(preferredTarget); - // This loop picks a preferred target depth, if one of the covering - // depths is not outside of a defining node, and adds negative - // depths for any depth that has $from at its start and does not - // cross a defining node. - for (var d = $from.depth, pos = $from.pos - 1; d > 0; d--, pos--) { - var spec = $from.node(d).type.spec; - if (spec.defining || spec.isolating) { break } - if (targetDepths.indexOf(d) > -1) { preferredTarget = d; } - else if ($from.before(d) == pos) { targetDepths.splice(1, 0, -d); } - } - // Try to fit each possible depth of the slice into each possible - // target depth, starting with the preferred depths. - var preferredTargetIndex = targetDepths.indexOf(preferredTarget); - - var leftNodes = [], preferredDepth = slice.openStart; - for (var content = slice.content, i = 0;; i++) { - var node = content.firstChild; - leftNodes.push(node); - if (i == slice.openStart) { break } - content = node.content; - } - // Back up if the node directly above openStart, or the node above - // that separated only by a non-defining textblock node, is defining. - if (preferredDepth > 0 && leftNodes[preferredDepth - 1].type.spec.defining && - $from.node(preferredTargetIndex).type != leftNodes[preferredDepth - 1].type) - { preferredDepth -= 1; } - else if (preferredDepth >= 2 && leftNodes[preferredDepth - 1].isTextblock && leftNodes[preferredDepth - 2].type.spec.defining && - $from.node(preferredTargetIndex).type != leftNodes[preferredDepth - 2].type) - { preferredDepth -= 2; } - - for (var j = slice.openStart; j >= 0; j--) { - var openDepth = (j + preferredDepth + 1) % (slice.openStart + 1); - var insert = leftNodes[openDepth]; - if (!insert) { continue } - for (var i$1 = 0; i$1 < targetDepths.length; i$1++) { - // Loop over possible expansion levels, starting with the - // preferred one - var targetDepth = targetDepths[(i$1 + preferredTargetIndex) % targetDepths.length], expand = true; - if (targetDepth < 0) { expand = false; targetDepth = -targetDepth; } - var parent = $from.node(targetDepth - 1), index = $from.index(targetDepth - 1); - if (parent.canReplaceWith(index, index, insert.type, insert.marks)) - { return this.replace($from.before(targetDepth), expand ? $to.after(targetDepth) : to, - new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](closeFragment(slice.content, 0, slice.openStart, openDepth), - openDepth, slice.openEnd)) } - } - } - - var startSteps = this.steps.length; - for (var i$2 = targetDepths.length - 1; i$2 >= 0; i$2--) { - this.replace(from, to, slice); - if (this.steps.length > startSteps) { break } - var depth = targetDepths[i$2]; - if (i$2 < 0) { continue } - from = $from.before(depth); to = $to.after(depth); - } - return this -}; - -function closeFragment(fragment, depth, oldOpen, newOpen, parent) { - if (depth < oldOpen) { - var first = fragment.firstChild; - fragment = fragment.replaceChild(0, first.copy(closeFragment(first.content, depth + 1, oldOpen, newOpen, first))); - } - if (depth > newOpen) { - var match = parent.contentMatchAt(0); - var start = match.fillBefore(fragment).append(fragment); - fragment = start.append(match.matchFragment(start).fillBefore(prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].empty, true)); - } - return fragment -} - -// :: (number, number, Node) → this -// Replace the given range with a node, but use `from` and `to` as -// hints, rather than precise positions. When from and to are the same -// and are at the start or end of a parent node in which the given -// node doesn't fit, this method may _move_ them out towards a parent -// that does allow the given node to be placed. When the given range -// completely covers a parent node, this method may completely replace -// that parent node. -Transform.prototype.replaceRangeWith = function(from, to, node) { - if (!node.isInline && from == to && this.doc.resolve(from).parent.content.size) { - var point = insertPoint(this.doc, from, node.type); - if (point != null) { from = to = point; } - } - return this.replaceRange(from, to, new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].from(node), 0, 0)) -}; - -// :: (number, number) → this -// Delete the given range, expanding it to cover fully covered -// parent nodes until a valid replace is found. -Transform.prototype.deleteRange = function(from, to) { - var $from = this.doc.resolve(from), $to = this.doc.resolve(to); - var covered = coveredDepths($from, $to); - for (var i = 0; i < covered.length; i++) { - var depth = covered[i], last = i == covered.length - 1; - if ((last && depth == 0) || $from.node(depth).type.contentMatch.validEnd) - { return this.delete($from.start(depth), $to.end(depth)) } - if (depth > 0 && (last || $from.node(depth - 1).canReplace($from.index(depth - 1), $to.indexAfter(depth - 1)))) - { return this.delete($from.before(depth), $to.after(depth)) } - } - for (var d = 1; d <= $from.depth && d <= $to.depth; d++) { - if (from - $from.start(d) == $from.depth - d && to > $from.end(d) && $to.end(d) - to != $to.depth - d) - { return this.delete($from.before(d), to) } - } - return this.delete(from, to) -}; - -// : (ResolvedPos, ResolvedPos) → [number] -// Returns an array of all depths for which $from - $to spans the -// whole content of the nodes at that depth. -function coveredDepths($from, $to) { - var result = [], minDepth = Math.min($from.depth, $to.depth); - for (var d = minDepth; d >= 0; d--) { - var start = $from.start(d); - if (start < $from.pos - ($from.depth - d) || - $to.end(d) > $to.pos + ($to.depth - d) || - $from.node(d).type.spec.isolating || - $to.node(d).type.spec.isolating) { break } - if (start == $to.start(d)) { result.push(d); } - } - return result -} - - -//# sourceMappingURL=index.es.js.map - - -/***/ }), - -/***/ "0b07": -/***/ (function(module, exports, __nested_webpack_require_107899__) { - -var baseIsNative = __nested_webpack_require_107899__("34ac"), - getValue = __nested_webpack_require_107899__("3698"); - -/** - * Gets the native function at `key` of `object`. - * - * @private - * @param {Object} object The object to query. - * @param {string} key The key of the method to get. - * @returns {*} Returns the function if it's native, else `undefined`. - */ -function getNative(object, key) { - var value = getValue(object, key); - return baseIsNative(value) ? value : undefined; -} - -module.exports = getNative; - - -/***/ }), - -/***/ "0caa": -/***/ (function(module, exports, __nested_webpack_require_108472__) { - -//! moment.js locale configuration -//! locale : Konkani Latin script [gom-latn] -//! author : The Discoverer : https://github.com/WikiDiscoverer - -;(function (global, factory) { - true ? factory(__nested_webpack_require_108472__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - function processRelativeTime(number, withoutSuffix, key, isFuture) { - var format = { - s: ['thoddea sekondamni', 'thodde sekond'], - ss: [number + ' sekondamni', number + ' sekond'], - m: ['eka mintan', 'ek minut'], - mm: [number + ' mintamni', number + ' mintam'], - h: ['eka voran', 'ek vor'], - hh: [number + ' voramni', number + ' voram'], - d: ['eka disan', 'ek dis'], - dd: [number + ' disamni', number + ' dis'], - M: ['eka mhoinean', 'ek mhoino'], - MM: [number + ' mhoineamni', number + ' mhoine'], - y: ['eka vorsan', 'ek voros'], - yy: [number + ' vorsamni', number + ' vorsam'], - }; - return isFuture ? format[key][0] : format[key][1]; - } - - var gomLatn = moment.defineLocale('gom-latn', { - months: { - standalone: 'Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr'.split( - '_' - ), - format: 'Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea'.split( - '_' - ), - isFormat: /MMMM(\s)+D[oD]?/, - }, - monthsShort: 'Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.'.split( - '_' - ), - monthsParseExact: true, - weekdays: "Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split('_'), - weekdaysShort: 'Ait._Som._Mon._Bud._Bre._Suk._Son.'.split('_'), - weekdaysMin: 'Ai_Sm_Mo_Bu_Br_Su_Sn'.split('_'), - weekdaysParseExact: true, - longDateFormat: { - LT: 'A h:mm [vazta]', - LTS: 'A h:mm:ss [vazta]', - L: 'DD-MM-YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY A h:mm [vazta]', - LLLL: 'dddd, MMMM Do, YYYY, A h:mm [vazta]', - llll: 'ddd, D MMM YYYY, A h:mm [vazta]', - }, - calendar: { - sameDay: '[Aiz] LT', - nextDay: '[Faleam] LT', - nextWeek: '[Fuddlo] dddd[,] LT', - lastDay: '[Kal] LT', - lastWeek: '[Fattlo] dddd[,] LT', - sameElse: 'L', - }, - relativeTime: { - future: '%s', - past: '%s adim', - s: processRelativeTime, - ss: processRelativeTime, - m: processRelativeTime, - mm: processRelativeTime, - h: processRelativeTime, - hh: processRelativeTime, - d: processRelativeTime, - dd: processRelativeTime, - M: processRelativeTime, - MM: processRelativeTime, - y: processRelativeTime, - yy: processRelativeTime, - }, - dayOfMonthOrdinalParse: /\d{1,2}(er)/, - ordinal: function (number, period) { - switch (period) { - // the ordinal 'er' only applies to day of the month - case 'D': - return number + 'er'; - default: - case 'M': - case 'Q': - case 'DDD': - case 'd': - case 'w': - case 'W': - return number; - } - }, - week: { - dow: 0, // Sunday is the first day of the week - doy: 3, // The week that contains Jan 4th is the first week of the year (7 + 0 - 4) - }, - meridiemParse: /rati|sokallim|donparam|sanje/, - meridiemHour: function (hour, meridiem) { - if (hour === 12) { - hour = 0; - } - if (meridiem === 'rati') { - return hour < 4 ? hour : hour + 12; - } else if (meridiem === 'sokallim') { - return hour; - } else if (meridiem === 'donparam') { - return hour > 12 ? hour : hour + 12; - } else if (meridiem === 'sanje') { - return hour + 12; - } - }, - meridiem: function (hour, minute, isLower) { - if (hour < 4) { - return 'rati'; - } else if (hour < 12) { - return 'sokallim'; - } else if (hour < 16) { - return 'donparam'; - } else if (hour < 20) { - return 'sanje'; - } else { - return 'rati'; - } - }, - }); - - return gomLatn; - -}))); - - -/***/ }), - -/***/ "0cfb": -/***/ (function(module, exports, __nested_webpack_require_113312__) { - -var DESCRIPTORS = __nested_webpack_require_113312__("83ab"); -var fails = __nested_webpack_require_113312__("d039"); -var createElement = __nested_webpack_require_113312__("cc12"); - -// Thank's IE8 for his funny defineProperty -module.exports = !DESCRIPTORS && !fails(function () { - return Object.defineProperty(createElement('div'), 'a', { - get: function () { return 7; } - }).a != 7; -}); - - -/***/ }), - -/***/ "0d24": -/***/ (function(module, exports, __nested_webpack_require_113744__) { - -/* WEBPACK VAR INJECTION */(function(module) {var root = __nested_webpack_require_113744__("2b3e"), - stubFalse = __nested_webpack_require_113744__("07c7"); - -/** Detect free variable `exports`. */ -var freeExports = true && exports && !exports.nodeType && exports; - -/** Detect free variable `module`. */ -var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; - -/** Detect the popular CommonJS extension `module.exports`. */ -var moduleExports = freeModule && freeModule.exports === freeExports; - -/** Built-in value references. */ -var Buffer = moduleExports ? root.Buffer : undefined; - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined; - -/** - * Checks if `value` is a buffer. - * - * @static - * @memberOf _ - * @since 4.3.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a buffer, else `false`. - * @example - * - * _.isBuffer(new Buffer(2)); - * // => true - * - * _.isBuffer(new Uint8Array(2)); - * // => false - */ -var isBuffer = nativeIsBuffer || stubFalse; - -module.exports = isBuffer; - -/* WEBPACK VAR INJECTION */}.call(this, __nested_webpack_require_113744__("62e4")(module))) - -/***/ }), - -/***/ "0e49": -/***/ (function(module, exports, __nested_webpack_require_115059__) { - -//! moment.js locale configuration -//! locale : French (Switzerland) [fr-ch] -//! author : Gaspard Bucher : https://github.com/gaspard - -;(function (global, factory) { - true ? factory(__nested_webpack_require_115059__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var frCh = moment.defineLocale('fr-ch', { - months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split( - '_' - ), - monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split( - '_' - ), - monthsParseExact: true, - weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'), - weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'), - weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'), - weekdaysParseExact: true, - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD.MM.YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY HH:mm', - LLLL: 'dddd D MMMM YYYY HH:mm', - }, - calendar: { - sameDay: '[Aujourd’hui à] LT', - nextDay: '[Demain à] LT', - nextWeek: 'dddd [à] LT', - lastDay: '[Hier à] LT', - lastWeek: 'dddd [dernier à] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'dans %s', - past: 'il y a %s', - s: 'quelques secondes', - ss: '%d secondes', - m: 'une minute', - mm: '%d minutes', - h: 'une heure', - hh: '%d heures', - d: 'un jour', - dd: '%d jours', - M: 'un mois', - MM: '%d mois', - y: 'un an', - yy: '%d ans', - }, - dayOfMonthOrdinalParse: /\d{1,2}(er|e)/, - ordinal: function (number, period) { - switch (period) { - // Words with masculine grammatical gender: mois, trimestre, jour - default: - case 'M': - case 'Q': - case 'D': - case 'DDD': - case 'd': - return number + (number === 1 ? 'er' : 'e'); - - // Words with feminine grammatical gender: semaine - case 'w': - case 'W': - return number + (number === 1 ? 're' : 'e'); - } - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return frCh; - -}))); - - -/***/ }), - -/***/ "0e6b": -/***/ (function(module, exports, __nested_webpack_require_117807__) { - -//! moment.js locale configuration -//! locale : English (Australia) [en-au] -//! author : Jared Morse : https://github.com/jarcoal - -;(function (global, factory) { - true ? factory(__nested_webpack_require_117807__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var enAu = moment.defineLocale('en-au', { - months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split( - '_' - ), - monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'), - weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split( - '_' - ), - weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'), - weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'), - longDateFormat: { - LT: 'h:mm A', - LTS: 'h:mm:ss A', - L: 'DD/MM/YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY h:mm A', - LLLL: 'dddd, D MMMM YYYY h:mm A', - }, - calendar: { - sameDay: '[Today at] LT', - nextDay: '[Tomorrow at] LT', - nextWeek: 'dddd [at] LT', - lastDay: '[Yesterday at] LT', - lastWeek: '[Last] dddd [at] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'in %s', - past: '%s ago', - s: 'a few seconds', - ss: '%d seconds', - m: 'a minute', - mm: '%d minutes', - h: 'an hour', - hh: '%d hours', - d: 'a day', - dd: '%d days', - M: 'a month', - MM: '%d months', - y: 'a year', - yy: '%d years', - }, - dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/, - ordinal: function (number) { - var b = number % 10, - output = - ~~((number % 100) / 10) === 1 - ? 'th' - : b === 1 - ? 'st' - : b === 2 - ? 'nd' - : b === 3 - ? 'rd' - : 'th'; - return number + output; - }, - week: { - dow: 0, // Sunday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return enAu; - -}))); - - -/***/ }), - -/***/ "0e81": -/***/ (function(module, exports, __nested_webpack_require_120334__) { - -//! moment.js locale configuration -//! locale : Turkish [tr] -//! authors : Erhan Gundogan : https://github.com/erhangundogan, -//! Burak Yiğit Kaya: https://github.com/BYK - -;(function (global, factory) { - true ? factory(__nested_webpack_require_120334__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var suffixes = { - 1: "'inci", - 5: "'inci", - 8: "'inci", - 70: "'inci", - 80: "'inci", - 2: "'nci", - 7: "'nci", - 20: "'nci", - 50: "'nci", - 3: "'üncü", - 4: "'üncü", - 100: "'üncü", - 6: "'ncı", - 9: "'uncu", - 10: "'uncu", - 30: "'uncu", - 60: "'ıncı", - 90: "'ıncı", - }; - - var tr = moment.defineLocale('tr', { - months: 'Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık'.split( - '_' - ), - monthsShort: 'Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara'.split('_'), - weekdays: 'Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi'.split( - '_' - ), - weekdaysShort: 'Paz_Pts_Sal_Çar_Per_Cum_Cts'.split('_'), - weekdaysMin: 'Pz_Pt_Sa_Ça_Pe_Cu_Ct'.split('_'), - meridiem: function (hours, minutes, isLower) { - if (hours < 12) { - return isLower ? 'öö' : 'ÖÖ'; - } else { - return isLower ? 'ös' : 'ÖS'; - } - }, - meridiemParse: /öö|ÖÖ|ös|ÖS/, - isPM: function (input) { - return input === 'ös' || input === 'ÖS'; - }, - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD.MM.YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY HH:mm', - LLLL: 'dddd, D MMMM YYYY HH:mm', - }, - calendar: { - sameDay: '[bugün saat] LT', - nextDay: '[yarın saat] LT', - nextWeek: '[gelecek] dddd [saat] LT', - lastDay: '[dün] LT', - lastWeek: '[geçen] dddd [saat] LT', - sameElse: 'L', - }, - relativeTime: { - future: '%s sonra', - past: '%s önce', - s: 'birkaç saniye', - ss: '%d saniye', - m: 'bir dakika', - mm: '%d dakika', - h: 'bir saat', - hh: '%d saat', - d: 'bir gün', - dd: '%d gün', - w: 'bir hafta', - ww: '%d hafta', - M: 'bir ay', - MM: '%d ay', - y: 'bir yıl', - yy: '%d yıl', - }, - ordinal: function (number, period) { - switch (period) { - case 'd': - case 'D': - case 'Do': - case 'DD': - return number; - default: - if (number === 0) { - // special case for zero - return number + "'ıncı"; - } - var a = number % 10, - b = (number % 100) - a, - c = number >= 100 ? 100 : null; - return number + (suffixes[a] || suffixes[b] || suffixes[c]); - } - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 7, // The week that contains Jan 7th is the first week of the year. - }, - }); - - return tr; - -}))); - - -/***/ }), - -/***/ "0f14": -/***/ (function(module, exports, __nested_webpack_require_123847__) { - -//! moment.js locale configuration -//! locale : Danish [da] -//! author : Ulrik Nielsen : https://github.com/mrbase - -;(function (global, factory) { - true ? factory(__nested_webpack_require_123847__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var da = moment.defineLocale('da', { - months: 'januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december'.split( - '_' - ), - monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'), - weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'), - weekdaysShort: 'søn_man_tir_ons_tor_fre_lør'.split('_'), - weekdaysMin: 'sø_ma_ti_on_to_fr_lø'.split('_'), - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD.MM.YYYY', - LL: 'D. MMMM YYYY', - LLL: 'D. MMMM YYYY HH:mm', - LLLL: 'dddd [d.] D. MMMM YYYY [kl.] HH:mm', - }, - calendar: { - sameDay: '[i dag kl.] LT', - nextDay: '[i morgen kl.] LT', - nextWeek: 'på dddd [kl.] LT', - lastDay: '[i går kl.] LT', - lastWeek: '[i] dddd[s kl.] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'om %s', - past: '%s siden', - s: 'få sekunder', - ss: '%d sekunder', - m: 'et minut', - mm: '%d minutter', - h: 'en time', - hh: '%d timer', - d: 'en dag', - dd: '%d dage', - M: 'en måned', - MM: '%d måneder', - y: 'et år', - yy: '%d år', - }, - dayOfMonthOrdinalParse: /\d{1,2}\./, - ordinal: '%d.', - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return da; - -}))); - - -/***/ }), - -/***/ "0f38": -/***/ (function(module, exports, __nested_webpack_require_125897__) { - -//! moment.js locale configuration -//! locale : Tagalog (Philippines) [tl-ph] -//! author : Dan Hagman : https://github.com/hagmandan - -;(function (global, factory) { - true ? factory(__nested_webpack_require_125897__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var tlPh = moment.defineLocale('tl-ph', { - months: 'Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre'.split( - '_' - ), - monthsShort: 'Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis'.split('_'), - weekdays: 'Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado'.split( - '_' - ), - weekdaysShort: 'Lin_Lun_Mar_Miy_Huw_Biy_Sab'.split('_'), - weekdaysMin: 'Li_Lu_Ma_Mi_Hu_Bi_Sab'.split('_'), - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'MM/D/YYYY', - LL: 'MMMM D, YYYY', - LLL: 'MMMM D, YYYY HH:mm', - LLLL: 'dddd, MMMM DD, YYYY HH:mm', - }, - calendar: { - sameDay: 'LT [ngayong araw]', - nextDay: '[Bukas ng] LT', - nextWeek: 'LT [sa susunod na] dddd', - lastDay: 'LT [kahapon]', - lastWeek: 'LT [noong nakaraang] dddd', - sameElse: 'L', - }, - relativeTime: { - future: 'sa loob ng %s', - past: '%s ang nakalipas', - s: 'ilang segundo', - ss: '%d segundo', - m: 'isang minuto', - mm: '%d minuto', - h: 'isang oras', - hh: '%d oras', - d: 'isang araw', - dd: '%d araw', - M: 'isang buwan', - MM: '%d buwan', - y: 'isang taon', - yy: '%d taon', - }, - dayOfMonthOrdinalParse: /\d{1,2}/, - ordinal: function (number) { - return number; - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return tlPh; - -}))); - - -/***/ }), - -/***/ "0ff2": -/***/ (function(module, exports, __nested_webpack_require_128086__) { - -//! moment.js locale configuration -//! locale : Basque [eu] -//! author : Eneko Illarramendi : https://github.com/eillarra - -;(function (global, factory) { - true ? factory(__nested_webpack_require_128086__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var eu = moment.defineLocale('eu', { - months: 'urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua'.split( - '_' - ), - monthsShort: 'urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.'.split( - '_' - ), - monthsParseExact: true, - weekdays: 'igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata'.split( - '_' - ), - weekdaysShort: 'ig._al._ar._az._og._ol._lr.'.split('_'), - weekdaysMin: 'ig_al_ar_az_og_ol_lr'.split('_'), - weekdaysParseExact: true, - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'YYYY-MM-DD', - LL: 'YYYY[ko] MMMM[ren] D[a]', - LLL: 'YYYY[ko] MMMM[ren] D[a] HH:mm', - LLLL: 'dddd, YYYY[ko] MMMM[ren] D[a] HH:mm', - l: 'YYYY-M-D', - ll: 'YYYY[ko] MMM D[a]', - lll: 'YYYY[ko] MMM D[a] HH:mm', - llll: 'ddd, YYYY[ko] MMM D[a] HH:mm', - }, - calendar: { - sameDay: '[gaur] LT[etan]', - nextDay: '[bihar] LT[etan]', - nextWeek: 'dddd LT[etan]', - lastDay: '[atzo] LT[etan]', - lastWeek: '[aurreko] dddd LT[etan]', - sameElse: 'L', - }, - relativeTime: { - future: '%s barru', - past: 'duela %s', - s: 'segundo batzuk', - ss: '%d segundo', - m: 'minutu bat', - mm: '%d minutu', - h: 'ordu bat', - hh: '%d ordu', - d: 'egun bat', - dd: '%d egun', - M: 'hilabete bat', - MM: '%d hilabete', - y: 'urte bat', - yy: '%d urte', - }, - dayOfMonthOrdinalParse: /\d{1,2}\./, - ordinal: '%d.', - week: { - dow: 1, // Monday is the first day of the week. - doy: 7, // The week that contains Jan 7th is the first week of the year. - }, - }); - - return eu; - -}))); - - -/***/ }), - -/***/ "100e": -/***/ (function(module, exports, __nested_webpack_require_130492__) { - -var identity = __nested_webpack_require_130492__("cd9d"), - overRest = __nested_webpack_require_130492__("2286"), - setToString = __nested_webpack_require_130492__("c1c9"); - -/** - * The base implementation of `_.rest` which doesn't validate or coerce arguments. - * - * @private - * @param {Function} func The function to apply a rest parameter to. - * @param {number} [start=func.length-1] The start position of the rest parameter. - * @returns {Function} Returns the new function. - */ -function baseRest(func, start) { - return setToString(overRest(func, start, identity), func + ''); -} - -module.exports = baseRest; - - -/***/ }), - -/***/ "1020": -/***/ (function(module, exports) { - -function deepFreeze(obj) { - if (obj instanceof Map) { - obj.clear = obj.delete = obj.set = function () { - throw new Error('map is read-only'); - }; - } else if (obj instanceof Set) { - obj.add = obj.clear = obj.delete = function () { - throw new Error('set is read-only'); - }; - } - - // Freeze self - Object.freeze(obj); - - Object.getOwnPropertyNames(obj).forEach(function (name) { - var prop = obj[name]; - - // Freeze prop if it is an object - if (typeof prop == 'object' && !Object.isFrozen(prop)) { - deepFreeze(prop); - } - }); - - return obj; -} - -var deepFreezeEs6 = deepFreeze; -var _default = deepFreeze; -deepFreezeEs6.default = _default; - -class Response { - /** - * @param {CompiledMode} mode - */ - constructor(mode) { - // eslint-disable-next-line no-undefined - if (mode.data === undefined) mode.data = {}; - - this.data = mode.data; - } - - ignoreMatch() { - this.ignore = true; - } -} - -/** - * @param {string} value - * @returns {string} - */ -function escapeHTML(value) { - return value - .replace(/&/g, '&') - .replace(//g, '>') - .replace(/"/g, '"') - .replace(/'/g, '''); -} - -/** - * performs a shallow merge of multiple objects into one - * - * @template T - * @param {T} original - * @param {Record[]} objects - * @returns {T} a single new object - */ -function inherit(original, ...objects) { - /** @type Record */ - const result = Object.create(null); - - for (const key in original) { - result[key] = original[key]; - } - objects.forEach(function(obj) { - for (const key in obj) { - result[key] = obj[key]; - } - }); - return /** @type {T} */ (result); -} - -/* Stream merging */ - -/** - * @typedef Event - * @property {'start'|'stop'} event - * @property {number} offset - * @property {Node} node - */ - -/** - * @param {Node} node - */ -function tag(node) { - return node.nodeName.toLowerCase(); -} - -/** - * @param {Node} node - */ -function nodeStream(node) { - /** @type Event[] */ - const result = []; - (function _nodeStream(node, offset) { - for (let child = node.firstChild; child; child = child.nextSibling) { - if (child.nodeType === 3) { - offset += child.nodeValue.length; - } else if (child.nodeType === 1) { - result.push({ - event: 'start', - offset: offset, - node: child - }); - offset = _nodeStream(child, offset); - // Prevent void elements from having an end tag that would actually - // double them in the output. There are more void elements in HTML - // but we list only those realistically expected in code display. - if (!tag(child).match(/br|hr|img|input/)) { - result.push({ - event: 'stop', - offset: offset, - node: child - }); - } - } - } - return offset; - })(node, 0); - return result; -} - -/** - * @param {any} original - the original stream - * @param {any} highlighted - stream of the highlighted source - * @param {string} value - the original source itself - */ -function mergeStreams(original, highlighted, value) { - let processed = 0; - let result = ''; - const nodeStack = []; - - function selectStream() { - if (!original.length || !highlighted.length) { - return original.length ? original : highlighted; - } - if (original[0].offset !== highlighted[0].offset) { - return (original[0].offset < highlighted[0].offset) ? original : highlighted; - } - - /* - To avoid starting the stream just before it should stop the order is - ensured that original always starts first and closes last: - - if (event1 == 'start' && event2 == 'start') - return original; - if (event1 == 'start' && event2 == 'stop') - return highlighted; - if (event1 == 'stop' && event2 == 'start') - return original; - if (event1 == 'stop' && event2 == 'stop') - return highlighted; - - ... which is collapsed to: - */ - return highlighted[0].event === 'start' ? original : highlighted; - } - - /** - * @param {Node} node - */ - function open(node) { - /** @param {Attr} attr */ - function attributeString(attr) { - return ' ' + attr.nodeName + '="' + escapeHTML(attr.value) + '"'; - } - // @ts-ignore - result += '<' + tag(node) + [].map.call(node.attributes, attributeString).join('') + '>'; - } - - /** - * @param {Node} node - */ - function close(node) { - result += ''; - } - - /** - * @param {Event} event - */ - function render(event) { - (event.event === 'start' ? open : close)(event.node); - } - - while (original.length || highlighted.length) { - let stream = selectStream(); - result += escapeHTML(value.substring(processed, stream[0].offset)); - processed = stream[0].offset; - if (stream === original) { - /* - On any opening or closing tag of the original markup we first close - the entire highlighted node stack, then render the original tag along - with all the following original tags at the same offset and then - reopen all the tags on the highlighted stack. - */ - nodeStack.reverse().forEach(close); - do { - render(stream.splice(0, 1)[0]); - stream = selectStream(); - } while (stream === original && stream.length && stream[0].offset === processed); - nodeStack.reverse().forEach(open); - } else { - if (stream[0].event === 'start') { - nodeStack.push(stream[0].node); - } else { - nodeStack.pop(); - } - render(stream.splice(0, 1)[0]); - } - } - return result + escapeHTML(value.substr(processed)); -} - -var utils = /*#__PURE__*/Object.freeze({ - __proto__: null, - escapeHTML: escapeHTML, - inherit: inherit, - nodeStream: nodeStream, - mergeStreams: mergeStreams -}); - -/** - * @typedef {object} Renderer - * @property {(text: string) => void} addText - * @property {(node: Node) => void} openNode - * @property {(node: Node) => void} closeNode - * @property {() => string} value - */ - -/** @typedef {{kind?: string, sublanguage?: boolean}} Node */ -/** @typedef {{walk: (r: Renderer) => void}} Tree */ -/** */ - -const SPAN_CLOSE = ''; - -/** - * Determines if a node needs to be wrapped in - * - * @param {Node} node */ -const emitsWrappingTags = (node) => { - return !!node.kind; -}; - -/** @type {Renderer} */ -class HTMLRenderer { - /** - * Creates a new HTMLRenderer - * - * @param {Tree} parseTree - the parse tree (must support `walk` API) - * @param {{classPrefix: string}} options - */ - constructor(parseTree, options) { - this.buffer = ""; - this.classPrefix = options.classPrefix; - parseTree.walk(this); - } - - /** - * Adds texts to the output stream - * - * @param {string} text */ - addText(text) { - this.buffer += escapeHTML(text); - } - - /** - * Adds a node open to the output stream (if needed) - * - * @param {Node} node */ - openNode(node) { - if (!emitsWrappingTags(node)) return; - - let className = node.kind; - if (!node.sublanguage) { - className = `${this.classPrefix}${className}`; - } - this.span(className); - } - - /** - * Adds a node close to the output stream (if needed) - * - * @param {Node} node */ - closeNode(node) { - if (!emitsWrappingTags(node)) return; - - this.buffer += SPAN_CLOSE; - } - - /** - * returns the accumulated buffer - */ - value() { - return this.buffer; - } - - // helpers - - /** - * Builds a span element - * - * @param {string} className */ - span(className) { - this.buffer += ``; - } -} - -/** @typedef {{kind?: string, sublanguage?: boolean, children: Node[]} | string} Node */ -/** @typedef {{kind?: string, sublanguage?: boolean, children: Node[]} } DataNode */ -/** */ - -class TokenTree { - constructor() { - /** @type DataNode */ - this.rootNode = { children: [] }; - this.stack = [this.rootNode]; - } - - get top() { - return this.stack[this.stack.length - 1]; - } - - get root() { return this.rootNode; } - - /** @param {Node} node */ - add(node) { - this.top.children.push(node); - } - - /** @param {string} kind */ - openNode(kind) { - /** @type Node */ - const node = { kind, children: [] }; - this.add(node); - this.stack.push(node); - } - - closeNode() { - if (this.stack.length > 1) { - return this.stack.pop(); - } - // eslint-disable-next-line no-undefined - return undefined; - } - - closeAllNodes() { - while (this.closeNode()); - } - - toJSON() { - return JSON.stringify(this.rootNode, null, 4); - } - - /** - * @typedef { import("./html_renderer").Renderer } Renderer - * @param {Renderer} builder - */ - walk(builder) { - // this does not - return this.constructor._walk(builder, this.rootNode); - // this works - // return TokenTree._walk(builder, this.rootNode); - } - - /** - * @param {Renderer} builder - * @param {Node} node - */ - static _walk(builder, node) { - if (typeof node === "string") { - builder.addText(node); - } else if (node.children) { - builder.openNode(node); - node.children.forEach((child) => this._walk(builder, child)); - builder.closeNode(node); - } - return builder; - } - - /** - * @param {Node} node - */ - static _collapse(node) { - if (typeof node === "string") return; - if (!node.children) return; - - if (node.children.every(el => typeof el === "string")) { - // node.text = node.children.join(""); - // delete node.children; - node.children = [node.children.join("")]; - } else { - node.children.forEach((child) => { - TokenTree._collapse(child); - }); - } - } -} - -/** - Currently this is all private API, but this is the minimal API necessary - that an Emitter must implement to fully support the parser. - - Minimal interface: - - - addKeyword(text, kind) - - addText(text) - - addSublanguage(emitter, subLanguageName) - - finalize() - - openNode(kind) - - closeNode() - - closeAllNodes() - - toHTML() - -*/ - -/** - * @implements {Emitter} - */ -class TokenTreeEmitter extends TokenTree { - /** - * @param {*} options - */ - constructor(options) { - super(); - this.options = options; - } - - /** - * @param {string} text - * @param {string} kind - */ - addKeyword(text, kind) { - if (text === "") { return; } - - this.openNode(kind); - this.addText(text); - this.closeNode(); - } - - /** - * @param {string} text - */ - addText(text) { - if (text === "") { return; } - - this.add(text); - } - - /** - * @param {Emitter & {root: DataNode}} emitter - * @param {string} name - */ - addSublanguage(emitter, name) { - /** @type DataNode */ - const node = emitter.root; - node.kind = name; - node.sublanguage = true; - this.add(node); - } - - toHTML() { - const renderer = new HTMLRenderer(this, this.options); - return renderer.value(); - } - - finalize() { - return true; - } -} - -/** - * @param {string} value - * @returns {RegExp} - * */ -function escape(value) { - return new RegExp(value.replace(/[-/\\^$*+?.()|[\]{}]/g, '\\$&'), 'm'); -} - -/** - * @param {RegExp | string } re - * @returns {string} - */ -function source(re) { - if (!re) return null; - if (typeof re === "string") return re; - - return re.source; -} - -/** - * @param {...(RegExp | string) } args - * @returns {string} - */ -function concat(...args) { - const joined = args.map((x) => source(x)).join(""); - return joined; -} - -/** - * @param {RegExp} re - * @returns {number} - */ -function countMatchGroups(re) { - return (new RegExp(re.toString() + '|')).exec('').length - 1; -} - -/** - * Does lexeme start with a regular expression match at the beginning - * @param {RegExp} re - * @param {string} lexeme - */ -function startsWith(re, lexeme) { - const match = re && re.exec(lexeme); - return match && match.index === 0; -} - -// join logically computes regexps.join(separator), but fixes the -// backreferences so they continue to match. -// it also places each individual regular expression into it's own -// match group, keeping track of the sequencing of those match groups -// is currently an exercise for the caller. :-) -/** - * @param {(string | RegExp)[]} regexps - * @param {string} separator - * @returns {string} - */ -function join(regexps, separator = "|") { - // backreferenceRe matches an open parenthesis or backreference. To avoid - // an incorrect parse, it additionally matches the following: - // - [...] elements, where the meaning of parentheses and escapes change - // - other escape sequences, so we do not misparse escape sequences as - // interesting elements - // - non-matching or lookahead parentheses, which do not capture. These - // follow the '(' with a '?'. - const backreferenceRe = /\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./; - let numCaptures = 0; - let ret = ''; - for (let i = 0; i < regexps.length; i++) { - numCaptures += 1; - const offset = numCaptures; - let re = source(regexps[i]); - if (i > 0) { - ret += separator; - } - ret += "("; - while (re.length > 0) { - const match = backreferenceRe.exec(re); - if (match == null) { - ret += re; - break; - } - ret += re.substring(0, match.index); - re = re.substring(match.index + match[0].length); - if (match[0][0] === '\\' && match[1]) { - // Adjust the backreference. - ret += '\\' + String(Number(match[1]) + offset); - } else { - ret += match[0]; - if (match[0] === '(') { - numCaptures++; - } - } - } - ret += ")"; - } - return ret; -} - -// Common regexps -const IDENT_RE = '[a-zA-Z]\\w*'; -const UNDERSCORE_IDENT_RE = '[a-zA-Z_]\\w*'; -const NUMBER_RE = '\\b\\d+(\\.\\d+)?'; -const C_NUMBER_RE = '(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)'; // 0x..., 0..., decimal, float -const BINARY_NUMBER_RE = '\\b(0b[01]+)'; // 0b... -const RE_STARTERS_RE = '!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~'; - -/** -* @param { Partial & {binary?: string | RegExp} } opts -*/ -const SHEBANG = (opts = {}) => { - const beginShebang = /^#![ ]*\//; - if (opts.binary) { - opts.begin = concat( - beginShebang, - /.*\b/, - opts.binary, - /\b.*/); - } - return inherit({ - className: 'meta', - begin: beginShebang, - end: /$/, - relevance: 0, - /** @type {ModeCallback} */ - "on:begin": (m, resp) => { - if (m.index !== 0) resp.ignoreMatch(); - } - }, opts); -}; - -// Common modes -const BACKSLASH_ESCAPE = { - begin: '\\\\[\\s\\S]', relevance: 0 -}; -const APOS_STRING_MODE = { - className: 'string', - begin: '\'', - end: '\'', - illegal: '\\n', - contains: [BACKSLASH_ESCAPE] -}; -const QUOTE_STRING_MODE = { - className: 'string', - begin: '"', - end: '"', - illegal: '\\n', - contains: [BACKSLASH_ESCAPE] -}; -const PHRASAL_WORDS_MODE = { - begin: /\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/ -}; -/** - * Creates a comment mode - * - * @param {string | RegExp} begin - * @param {string | RegExp} end - * @param {Mode | {}} [modeOptions] - * @returns {Partial} - */ -const COMMENT = function(begin, end, modeOptions = {}) { - const mode = inherit( - { - className: 'comment', - begin, - end, - contains: [] - }, - modeOptions - ); - mode.contains.push(PHRASAL_WORDS_MODE); - mode.contains.push({ - className: 'doctag', - begin: '(?:TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):', - relevance: 0 - }); - return mode; -}; -const C_LINE_COMMENT_MODE = COMMENT('//', '$'); -const C_BLOCK_COMMENT_MODE = COMMENT('/\\*', '\\*/'); -const HASH_COMMENT_MODE = COMMENT('#', '$'); -const NUMBER_MODE = { - className: 'number', - begin: NUMBER_RE, - relevance: 0 -}; -const C_NUMBER_MODE = { - className: 'number', - begin: C_NUMBER_RE, - relevance: 0 -}; -const BINARY_NUMBER_MODE = { - className: 'number', - begin: BINARY_NUMBER_RE, - relevance: 0 -}; -const CSS_NUMBER_MODE = { - className: 'number', - begin: NUMBER_RE + '(' + - '%|em|ex|ch|rem' + - '|vw|vh|vmin|vmax' + - '|cm|mm|in|pt|pc|px' + - '|deg|grad|rad|turn' + - '|s|ms' + - '|Hz|kHz' + - '|dpi|dpcm|dppx' + - ')?', - relevance: 0 -}; -const REGEXP_MODE = { - // this outer rule makes sure we actually have a WHOLE regex and not simply - // an expression such as: - // - // 3 / something - // - // (which will then blow up when regex's `illegal` sees the newline) - begin: /(?=\/[^/\n]*\/)/, - contains: [{ - className: 'regexp', - begin: /\//, - end: /\/[gimuy]*/, - illegal: /\n/, - contains: [ - BACKSLASH_ESCAPE, - { - begin: /\[/, - end: /\]/, - relevance: 0, - contains: [BACKSLASH_ESCAPE] - } - ] - }] -}; -const TITLE_MODE = { - className: 'title', - begin: IDENT_RE, - relevance: 0 -}; -const UNDERSCORE_TITLE_MODE = { - className: 'title', - begin: UNDERSCORE_IDENT_RE, - relevance: 0 -}; -const METHOD_GUARD = { - // excludes method names from keyword processing - begin: '\\.\\s*' + UNDERSCORE_IDENT_RE, - relevance: 0 -}; - -/** - * Adds end same as begin mechanics to a mode - * - * Your mode must include at least a single () match group as that first match - * group is what is used for comparison - * @param {Partial} mode - */ -const END_SAME_AS_BEGIN = function(mode) { - return Object.assign(mode, - { - /** @type {ModeCallback} */ - 'on:begin': (m, resp) => { resp.data._beginMatch = m[1]; }, - /** @type {ModeCallback} */ - 'on:end': (m, resp) => { if (resp.data._beginMatch !== m[1]) resp.ignoreMatch(); } - }); -}; - -var MODES = /*#__PURE__*/Object.freeze({ - __proto__: null, - IDENT_RE: IDENT_RE, - UNDERSCORE_IDENT_RE: UNDERSCORE_IDENT_RE, - NUMBER_RE: NUMBER_RE, - C_NUMBER_RE: C_NUMBER_RE, - BINARY_NUMBER_RE: BINARY_NUMBER_RE, - RE_STARTERS_RE: RE_STARTERS_RE, - SHEBANG: SHEBANG, - BACKSLASH_ESCAPE: BACKSLASH_ESCAPE, - APOS_STRING_MODE: APOS_STRING_MODE, - QUOTE_STRING_MODE: QUOTE_STRING_MODE, - PHRASAL_WORDS_MODE: PHRASAL_WORDS_MODE, - COMMENT: COMMENT, - C_LINE_COMMENT_MODE: C_LINE_COMMENT_MODE, - C_BLOCK_COMMENT_MODE: C_BLOCK_COMMENT_MODE, - HASH_COMMENT_MODE: HASH_COMMENT_MODE, - NUMBER_MODE: NUMBER_MODE, - C_NUMBER_MODE: C_NUMBER_MODE, - BINARY_NUMBER_MODE: BINARY_NUMBER_MODE, - CSS_NUMBER_MODE: CSS_NUMBER_MODE, - REGEXP_MODE: REGEXP_MODE, - TITLE_MODE: TITLE_MODE, - UNDERSCORE_TITLE_MODE: UNDERSCORE_TITLE_MODE, - METHOD_GUARD: METHOD_GUARD, - END_SAME_AS_BEGIN: END_SAME_AS_BEGIN -}); - -// keywords that should have no default relevance value -const COMMON_KEYWORDS = [ - 'of', - 'and', - 'for', - 'in', - 'not', - 'or', - 'if', - 'then', - 'parent', // common variable name - 'list', // common variable name - 'value' // common variable name -]; - -// compilation - -/** - * Compiles a language definition result - * - * Given the raw result of a language definition (Language), compiles this so - * that it is ready for highlighting code. - * @param {Language} language - * @returns {CompiledLanguage} - */ -function compileLanguage(language) { - /** - * Builds a regex with the case sensativility of the current language - * - * @param {RegExp | string} value - * @param {boolean} [global] - */ - function langRe(value, global) { - return new RegExp( - source(value), - 'm' + (language.case_insensitive ? 'i' : '') + (global ? 'g' : '') - ); - } - - /** - Stores multiple regular expressions and allows you to quickly search for - them all in a string simultaneously - returning the first match. It does - this by creating a huge (a|b|c) regex - each individual item wrapped with () - and joined by `|` - using match groups to track position. When a match is - found checking which position in the array has content allows us to figure - out which of the original regexes / match groups triggered the match. - - The match object itself (the result of `Regex.exec`) is returned but also - enhanced by merging in any meta-data that was registered with the regex. - This is how we keep track of which mode matched, and what type of rule - (`illegal`, `begin`, end, etc). - */ - class MultiRegex { - constructor() { - this.matchIndexes = {}; - // @ts-ignore - this.regexes = []; - this.matchAt = 1; - this.position = 0; - } - - // @ts-ignore - addRule(re, opts) { - opts.position = this.position++; - // @ts-ignore - this.matchIndexes[this.matchAt] = opts; - this.regexes.push([opts, re]); - this.matchAt += countMatchGroups(re) + 1; - } - - compile() { - if (this.regexes.length === 0) { - // avoids the need to check length every time exec is called - // @ts-ignore - this.exec = () => null; - } - const terminators = this.regexes.map(el => el[1]); - this.matcherRe = langRe(join(terminators), true); - this.lastIndex = 0; - } - - /** @param {string} s */ - exec(s) { - this.matcherRe.lastIndex = this.lastIndex; - const match = this.matcherRe.exec(s); - if (!match) { return null; } - - // eslint-disable-next-line no-undefined - const i = match.findIndex((el, i) => i > 0 && el !== undefined); - // @ts-ignore - const matchData = this.matchIndexes[i]; - // trim off any earlier non-relevant match groups (ie, the other regex - // match groups that make up the multi-matcher) - match.splice(0, i); - - return Object.assign(match, matchData); - } - } - - /* - Created to solve the key deficiently with MultiRegex - there is no way to - test for multiple matches at a single location. Why would we need to do - that? In the future a more dynamic engine will allow certain matches to be - ignored. An example: if we matched say the 3rd regex in a large group but - decided to ignore it - we'd need to started testing again at the 4th - regex... but MultiRegex itself gives us no real way to do that. - - So what this class creates MultiRegexs on the fly for whatever search - position they are needed. - - NOTE: These additional MultiRegex objects are created dynamically. For most - grammars most of the time we will never actually need anything more than the - first MultiRegex - so this shouldn't have too much overhead. - - Say this is our search group, and we match regex3, but wish to ignore it. - - regex1 | regex2 | regex3 | regex4 | regex5 ' ie, startAt = 0 - - What we need is a new MultiRegex that only includes the remaining - possibilities: - - regex4 | regex5 ' ie, startAt = 3 - - This class wraps all that complexity up in a simple API... `startAt` decides - where in the array of expressions to start doing the matching. It - auto-increments, so if a match is found at position 2, then startAt will be - set to 3. If the end is reached startAt will return to 0. - - MOST of the time the parser will be setting startAt manually to 0. - */ - class ResumableMultiRegex { - constructor() { - // @ts-ignore - this.rules = []; - // @ts-ignore - this.multiRegexes = []; - this.count = 0; - - this.lastIndex = 0; - this.regexIndex = 0; - } - - // @ts-ignore - getMatcher(index) { - if (this.multiRegexes[index]) return this.multiRegexes[index]; - - const matcher = new MultiRegex(); - this.rules.slice(index).forEach(([re, opts]) => matcher.addRule(re, opts)); - matcher.compile(); - this.multiRegexes[index] = matcher; - return matcher; - } - - resumingScanAtSamePosition() { - return this.regexIndex !== 0; - } - - considerAll() { - this.regexIndex = 0; - } - - // @ts-ignore - addRule(re, opts) { - this.rules.push([re, opts]); - if (opts.type === "begin") this.count++; - } - - /** @param {string} s */ - exec(s) { - const m = this.getMatcher(this.regexIndex); - m.lastIndex = this.lastIndex; - let result = m.exec(s); - - // The following is because we have no easy way to say "resume scanning at the - // existing position but also skip the current rule ONLY". What happens is - // all prior rules are also skipped which can result in matching the wrong - // thing. Example of matching "booger": - - // our matcher is [string, "booger", number] - // - // ....booger.... - - // if "booger" is ignored then we'd really need a regex to scan from the - // SAME position for only: [string, number] but ignoring "booger" (if it - // was the first match), a simple resume would scan ahead who knows how - // far looking only for "number", ignoring potential string matches (or - // future "booger" matches that might be valid.) - - // So what we do: We execute two matchers, one resuming at the same - // position, but the second full matcher starting at the position after: - - // /--- resume first regex match here (for [number]) - // |/---- full match here for [string, "booger", number] - // vv - // ....booger.... - - // Which ever results in a match first is then used. So this 3-4 step - // process essentially allows us to say "match at this position, excluding - // a prior rule that was ignored". - // - // 1. Match "booger" first, ignore. Also proves that [string] does non match. - // 2. Resume matching for [number] - // 3. Match at index + 1 for [string, "booger", number] - // 4. If #2 and #3 result in matches, which came first? - if (this.resumingScanAtSamePosition()) { - if (result && result.index === this.lastIndex) ; else { // use the second matcher result - const m2 = this.getMatcher(0); - m2.lastIndex = this.lastIndex + 1; - result = m2.exec(s); - } - } - - if (result) { - this.regexIndex += result.position + 1; - if (this.regexIndex === this.count) { - // wrap-around to considering all matches again - this.considerAll(); - } - } - - return result; - } - } - - /** - * Given a mode, builds a huge ResumableMultiRegex that can be used to walk - * the content and find matches. - * - * @param {CompiledMode} mode - * @returns {ResumableMultiRegex} - */ - function buildModeRegex(mode) { - const mm = new ResumableMultiRegex(); - - mode.contains.forEach(term => mm.addRule(term.begin, { rule: term, type: "begin" })); - - if (mode.terminator_end) { - mm.addRule(mode.terminator_end, { type: "end" }); - } - if (mode.illegal) { - mm.addRule(mode.illegal, { type: "illegal" }); - } - - return mm; - } - - // TODO: We need negative look-behind support to do this properly - /** - * Skip a match if it has a preceding dot - * - * This is used for `beginKeywords` to prevent matching expressions such as - * `bob.keyword.do()`. The mode compiler automatically wires this up as a - * special _internal_ 'on:begin' callback for modes with `beginKeywords` - * @param {RegExpMatchArray} match - * @param {CallbackResponse} response - */ - function skipIfhasPrecedingDot(match, response) { - const before = match.input[match.index - 1]; - if (before === ".") { - response.ignoreMatch(); - } - } - - /** skip vs abort vs ignore - * - * @skip - The mode is still entered and exited normally (and contains rules apply), - * but all content is held and added to the parent buffer rather than being - * output when the mode ends. Mostly used with `sublanguage` to build up - * a single large buffer than can be parsed by sublanguage. - * - * - The mode begin ands ends normally. - * - Content matched is added to the parent mode buffer. - * - The parser cursor is moved forward normally. - * - * @abort - A hack placeholder until we have ignore. Aborts the mode (as if it - * never matched) but DOES NOT continue to match subsequent `contains` - * modes. Abort is bad/suboptimal because it can result in modes - * farther down not getting applied because an earlier rule eats the - * content but then aborts. - * - * - The mode does not begin. - * - Content matched by `begin` is added to the mode buffer. - * - The parser cursor is moved forward accordingly. - * - * @ignore - Ignores the mode (as if it never matched) and continues to match any - * subsequent `contains` modes. Ignore isn't technically possible with - * the current parser implementation. - * - * - The mode does not begin. - * - Content matched by `begin` is ignored. - * - The parser cursor is not moved forward. - */ - - /** - * Compiles an individual mode - * - * This can raise an error if the mode contains certain detectable known logic - * issues. - * @param {Mode} mode - * @param {CompiledMode | null} [parent] - * @returns {CompiledMode | never} - */ - function compileMode(mode, parent) { - const cmode = /** @type CompiledMode */ (mode); - if (mode.compiled) return cmode; - mode.compiled = true; - - // __beforeBegin is considered private API, internal use only - mode.__beforeBegin = null; - - mode.keywords = mode.keywords || mode.beginKeywords; - - let keywordPattern = null; - if (typeof mode.keywords === "object") { - keywordPattern = mode.keywords.$pattern; - delete mode.keywords.$pattern; - } - - if (mode.keywords) { - mode.keywords = compileKeywords(mode.keywords, language.case_insensitive); - } - - // both are not allowed - if (mode.lexemes && keywordPattern) { - throw new Error("ERR: Prefer `keywords.$pattern` to `mode.lexemes`, BOTH are not allowed. (see mode reference) "); - } - - // `mode.lexemes` was the old standard before we added and now recommend - // using `keywords.$pattern` to pass the keyword pattern - cmode.keywordPatternRe = langRe(mode.lexemes || keywordPattern || /\w+/, true); - - if (parent) { - if (mode.beginKeywords) { - // for languages with keywords that include non-word characters checking for - // a word boundary is not sufficient, so instead we check for a word boundary - // or whitespace - this does no harm in any case since our keyword engine - // doesn't allow spaces in keywords anyways and we still check for the boundary - // first - mode.begin = '\\b(' + mode.beginKeywords.split(' ').join('|') + ')(?!\\.)(?=\\b|\\s)'; - mode.__beforeBegin = skipIfhasPrecedingDot; - } - if (!mode.begin) mode.begin = /\B|\b/; - cmode.beginRe = langRe(mode.begin); - if (mode.endSameAsBegin) mode.end = mode.begin; - if (!mode.end && !mode.endsWithParent) mode.end = /\B|\b/; - if (mode.end) cmode.endRe = langRe(mode.end); - cmode.terminator_end = source(mode.end) || ''; - if (mode.endsWithParent && parent.terminator_end) { - cmode.terminator_end += (mode.end ? '|' : '') + parent.terminator_end; - } - } - if (mode.illegal) cmode.illegalRe = langRe(mode.illegal); - // eslint-disable-next-line no-undefined - if (mode.relevance === undefined) mode.relevance = 1; - if (!mode.contains) mode.contains = []; - - mode.contains = [].concat(...mode.contains.map(function(c) { - return expandOrCloneMode(c === 'self' ? mode : c); - })); - mode.contains.forEach(function(c) { compileMode(/** @type Mode */ (c), cmode); }); - - if (mode.starts) { - compileMode(mode.starts, parent); - } - - cmode.matcher = buildModeRegex(cmode); - return cmode; - } - - // self is not valid at the top-level - if (language.contains && language.contains.includes('self')) { - throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation."); - } - - // we need a null object, which inherit will guarantee - language.classNameAliases = inherit(language.classNameAliases || {}); - - return compileMode(/** @type Mode */ (language)); -} - -/** - * Determines if a mode has a dependency on it's parent or not - * - * If a mode does have a parent dependency then often we need to clone it if - * it's used in multiple places so that each copy points to the correct parent, - * where-as modes without a parent can often safely be re-used at the bottom of - * a mode chain. - * - * @param {Mode | null} mode - * @returns {boolean} - is there a dependency on the parent? - * */ -function dependencyOnParent(mode) { - if (!mode) return false; - - return mode.endsWithParent || dependencyOnParent(mode.starts); -} - -/** - * Expands a mode or clones it if necessary - * - * This is necessary for modes with parental dependenceis (see notes on - * `dependencyOnParent`) and for nodes that have `variants` - which must then be - * exploded into their own individual modes at compile time. - * - * @param {Mode} mode - * @returns {Mode | Mode[]} - * */ -function expandOrCloneMode(mode) { - if (mode.variants && !mode.cached_variants) { - mode.cached_variants = mode.variants.map(function(variant) { - return inherit(mode, { variants: null }, variant); - }); - } - - // EXPAND - // if we have variants then essentially "replace" the mode with the variants - // this happens in compileMode, where this function is called from - if (mode.cached_variants) { - return mode.cached_variants; - } - - // CLONE - // if we have dependencies on parents then we need a unique - // instance of ourselves, so we can be reused with many - // different parents without issue - if (dependencyOnParent(mode)) { - return inherit(mode, { starts: mode.starts ? inherit(mode.starts) : null }); - } - - if (Object.isFrozen(mode)) { - return inherit(mode); - } - - // no special dependency issues, just return ourselves - return mode; -} - -/*********************************************** - Keywords -***********************************************/ - -/** - * Given raw keywords from a language definition, compile them. - * - * @param {string | Record} rawKeywords - * @param {boolean} caseInsensitive - */ -function compileKeywords(rawKeywords, caseInsensitive) { - /** @type KeywordDict */ - const compiledKeywords = {}; - - if (typeof rawKeywords === 'string') { // string - splitAndCompile('keyword', rawKeywords); - } else { - Object.keys(rawKeywords).forEach(function(className) { - splitAndCompile(className, rawKeywords[className]); - }); - } - return compiledKeywords; - - // --- - - /** - * Compiles an individual list of keywords - * - * Ex: "for if when while|5" - * - * @param {string} className - * @param {string} keywordList - */ - function splitAndCompile(className, keywordList) { - if (caseInsensitive) { - keywordList = keywordList.toLowerCase(); - } - keywordList.split(' ').forEach(function(keyword) { - const pair = keyword.split('|'); - compiledKeywords[pair[0]] = [className, scoreForKeyword(pair[0], pair[1])]; - }); - } -} - -/** - * Returns the proper score for a given keyword - * - * Also takes into account comment keywords, which will be scored 0 UNLESS - * another score has been manually assigned. - * @param {string} keyword - * @param {string} [providedScore] - */ -function scoreForKeyword(keyword, providedScore) { - // manual scores always win over common keywords - // so you can force a score of 1 if you really insist - if (providedScore) { - return Number(providedScore); - } - - return commonKeyword(keyword) ? 0 : 1; -} - -/** - * Determines if a given keyword is common or not - * - * @param {string} keyword */ -function commonKeyword(keyword) { - return COMMON_KEYWORDS.includes(keyword.toLowerCase()); -} - -var version = "10.4.0"; - -// @ts-nocheck - -function hasValueOrEmptyAttribute(value) { - return Boolean(value || value === ""); -} - -function BuildVuePlugin(hljs) { - const Component = { - props: ["language", "code", "autodetect"], - data: function() { - return { - detectedLanguage: "", - unknownLanguage: false - }; - }, - computed: { - className() { - if (this.unknownLanguage) return ""; - - return "hljs " + this.detectedLanguage; - }, - highlighted() { - // no idea what language to use, return raw code - if (!this.autoDetect && !hljs.getLanguage(this.language)) { - console.warn(`The language "${this.language}" you specified could not be found.`); - this.unknownLanguage = true; - return escapeHTML(this.code); - } - - let result; - if (this.autoDetect) { - result = hljs.highlightAuto(this.code); - this.detectedLanguage = result.language; - } else { - result = hljs.highlight(this.language, this.code, this.ignoreIllegals); - this.detectedLanguage = this.language; - } - return result.value; - }, - autoDetect() { - return !this.language || hasValueOrEmptyAttribute(this.autodetect); - }, - ignoreIllegals() { - return true; - } - }, - // this avoids needing to use a whole Vue compilation pipeline just - // to build Highlight.js - render(createElement) { - return createElement("pre", {}, [ - createElement("code", { - class: this.className, - domProps: { innerHTML: this.highlighted }}) - ]); - } - // template: `
` - }; - - const VuePlugin = { - install(Vue) { - Vue.component('highlightjs', Component); - } - }; - - return { Component, VuePlugin }; -} - -/* -Syntax highlighting with language autodetection. -https://highlightjs.org/ -*/ - -const escape$1 = escapeHTML; -const inherit$1 = inherit; - -const { nodeStream: nodeStream$1, mergeStreams: mergeStreams$1 } = utils; -const NO_MATCH = Symbol("nomatch"); - -/** - * @param {any} hljs - object that is extended (legacy) - * @returns {HLJSApi} - */ -const HLJS = function(hljs) { - // Convenience variables for build-in objects - /** @type {unknown[]} */ - const ArrayProto = []; - - // Global internal variables used within the highlight.js library. - /** @type {Record} */ - const languages = Object.create(null); - /** @type {Record} */ - const aliases = Object.create(null); - /** @type {HLJSPlugin[]} */ - const plugins = []; - - // safe/production mode - swallows more errors, tries to keep running - // even if a single syntax or parse hits a fatal error - let SAFE_MODE = true; - const fixMarkupRe = /(^(<[^>]+>|\t|)+|\n)/gm; - const LANGUAGE_NOT_FOUND = "Could not find the language '{}', did you forget to load/include a language module?"; - /** @type {Language} */ - const PLAINTEXT_LANGUAGE = { disableAutodetect: true, name: 'Plain text', contains: [] }; - - // Global options used when within external APIs. This is modified when - // calling the `hljs.configure` function. - /** @type HLJSOptions */ - let options = { - noHighlightRe: /^(no-?highlight)$/i, - languageDetectRe: /\blang(?:uage)?-([\w-]+)\b/i, - classPrefix: 'hljs-', - tabReplace: null, - useBR: false, - languages: null, - // beta configuration options, subject to change, welcome to discuss - // https://github.com/highlightjs/highlight.js/issues/1086 - __emitter: TokenTreeEmitter - }; - - /* Utility functions */ - - /** - * Tests a language name to see if highlighting should be skipped - * @param {string} languageName - */ - function shouldNotHighlight(languageName) { - return options.noHighlightRe.test(languageName); - } - - /** - * @param {HighlightedHTMLElement} block - the HTML element to determine language for - */ - function blockLanguage(block) { - let classes = block.className + ' '; - - classes += block.parentNode ? block.parentNode.className : ''; - - // language-* takes precedence over non-prefixed class names. - const match = options.languageDetectRe.exec(classes); - if (match) { - const language = getLanguage(match[1]); - if (!language) { - console.warn(LANGUAGE_NOT_FOUND.replace("{}", match[1])); - console.warn("Falling back to no-highlight mode for this block.", block); - } - return language ? match[1] : 'no-highlight'; - } - - return classes - .split(/\s+/) - .find((_class) => shouldNotHighlight(_class) || getLanguage(_class)); - } - - /** - * Core highlighting function. - * - * @param {string} languageName - the language to use for highlighting - * @param {string} code - the code to highlight - * @param {boolean} [ignoreIllegals] - whether to ignore illegal matches, default is to bail - * @param {CompiledMode} [continuation] - current continuation mode, if any - * - * @returns {HighlightResult} Result - an object that represents the result - * @property {string} language - the language name - * @property {number} relevance - the relevance score - * @property {string} value - the highlighted HTML code - * @property {string} code - the original raw code - * @property {CompiledMode} top - top of the current mode stack - * @property {boolean} illegal - indicates whether any illegal matches were found - */ - function highlight(languageName, code, ignoreIllegals, continuation) { - /** @type {{ code: string, language: string, result?: any }} */ - const context = { - code, - language: languageName - }; - // the plugin can change the desired language or the code to be highlighted - // just be changing the object it was passed - fire("before:highlight", context); - - // a before plugin can usurp the result completely by providing it's own - // in which case we don't even need to call highlight - const result = context.result ? - context.result : - _highlight(context.language, context.code, ignoreIllegals, continuation); - - result.code = context.code; - // the plugin can change anything in result to suite it - fire("after:highlight", result); - - return result; - } - - /** - * private highlight that's used internally and does not fire callbacks - * - * @param {string} languageName - the language to use for highlighting - * @param {string} code - the code to highlight - * @param {boolean} [ignoreIllegals] - whether to ignore illegal matches, default is to bail - * @param {CompiledMode} [continuation] - current continuation mode, if any - * @returns {HighlightResult} - result of the highlight operation - */ - function _highlight(languageName, code, ignoreIllegals, continuation) { - const codeToHighlight = code; - - /** - * Return keyword data if a match is a keyword - * @param {CompiledMode} mode - current mode - * @param {RegExpMatchArray} match - regexp match data - * @returns {KeywordData | false} - */ - function keywordData(mode, match) { - const matchText = language.case_insensitive ? match[0].toLowerCase() : match[0]; - return Object.prototype.hasOwnProperty.call(mode.keywords, matchText) && mode.keywords[matchText]; - } - - function processKeywords() { - if (!top.keywords) { - emitter.addText(modeBuffer); - return; - } - - let lastIndex = 0; - top.keywordPatternRe.lastIndex = 0; - let match = top.keywordPatternRe.exec(modeBuffer); - let buf = ""; - - while (match) { - buf += modeBuffer.substring(lastIndex, match.index); - const data = keywordData(top, match); - if (data) { - const [kind, keywordRelevance] = data; - emitter.addText(buf); - buf = ""; - - relevance += keywordRelevance; - const cssClass = language.classNameAliases[kind] || kind; - emitter.addKeyword(match[0], cssClass); - } else { - buf += match[0]; - } - lastIndex = top.keywordPatternRe.lastIndex; - match = top.keywordPatternRe.exec(modeBuffer); - } - buf += modeBuffer.substr(lastIndex); - emitter.addText(buf); - } - - function processSubLanguage() { - if (modeBuffer === "") return; - /** @type HighlightResult */ - let result = null; - - if (typeof top.subLanguage === 'string') { - if (!languages[top.subLanguage]) { - emitter.addText(modeBuffer); - return; - } - result = _highlight(top.subLanguage, modeBuffer, true, continuations[top.subLanguage]); - continuations[top.subLanguage] = /** @type {CompiledMode} */ (result.top); - } else { - result = highlightAuto(modeBuffer, top.subLanguage.length ? top.subLanguage : null); - } - - // Counting embedded language score towards the host language may be disabled - // with zeroing the containing mode relevance. Use case in point is Markdown that - // allows XML everywhere and makes every XML snippet to have a much larger Markdown - // score. - if (top.relevance > 0) { - relevance += result.relevance; - } - emitter.addSublanguage(result.emitter, result.language); - } - - function processBuffer() { - if (top.subLanguage != null) { - processSubLanguage(); - } else { - processKeywords(); - } - modeBuffer = ''; - } - - /** - * @param {Mode} mode - new mode to start - */ - function startNewMode(mode) { - if (mode.className) { - emitter.openNode(language.classNameAliases[mode.className] || mode.className); - } - top = Object.create(mode, { parent: { value: top } }); - return top; - } - - /** - * @param {CompiledMode } mode - the mode to potentially end - * @param {RegExpMatchArray} match - the latest match - * @param {string} matchPlusRemainder - match plus remainder of content - * @returns {CompiledMode | void} - the next mode, or if void continue on in current mode - */ - function endOfMode(mode, match, matchPlusRemainder) { - let matched = startsWith(mode.endRe, matchPlusRemainder); - - if (matched) { - if (mode["on:end"]) { - const resp = new Response(mode); - mode["on:end"](match, resp); - if (resp.ignore) matched = false; - } - - if (matched) { - while (mode.endsParent && mode.parent) { - mode = mode.parent; - } - return mode; - } - } - // even if on:end fires an `ignore` it's still possible - // that we might trigger the end node because of a parent mode - if (mode.endsWithParent) { - return endOfMode(mode.parent, match, matchPlusRemainder); - } - } - - /** - * Handle matching but then ignoring a sequence of text - * - * @param {string} lexeme - string containing full match text - */ - function doIgnore(lexeme) { - if (top.matcher.regexIndex === 0) { - // no more regexs to potentially match here, so we move the cursor forward one - // space - modeBuffer += lexeme[0]; - return 1; - } else { - // no need to move the cursor, we still have additional regexes to try and - // match at this very spot - resumeScanAtSamePosition = true; - return 0; - } - } - - /** - * Handle the start of a new potential mode match - * - * @param {EnhancedMatch} match - the current match - * @returns {number} how far to advance the parse cursor - */ - function doBeginMatch(match) { - const lexeme = match[0]; - const newMode = match.rule; - - const resp = new Response(newMode); - // first internal before callbacks, then the public ones - const beforeCallbacks = [newMode.__beforeBegin, newMode["on:begin"]]; - for (const cb of beforeCallbacks) { - if (!cb) continue; - cb(match, resp); - if (resp.ignore) return doIgnore(lexeme); - } - - if (newMode && newMode.endSameAsBegin) { - newMode.endRe = escape(lexeme); - } - - if (newMode.skip) { - modeBuffer += lexeme; - } else { - if (newMode.excludeBegin) { - modeBuffer += lexeme; - } - processBuffer(); - if (!newMode.returnBegin && !newMode.excludeBegin) { - modeBuffer = lexeme; - } - } - startNewMode(newMode); - // if (mode["after:begin"]) { - // let resp = new Response(mode); - // mode["after:begin"](match, resp); - // } - return newMode.returnBegin ? 0 : lexeme.length; - } - - /** - * Handle the potential end of mode - * - * @param {RegExpMatchArray} match - the current match - */ - function doEndMatch(match) { - const lexeme = match[0]; - const matchPlusRemainder = codeToHighlight.substr(match.index); - - const endMode = endOfMode(top, match, matchPlusRemainder); - if (!endMode) { return NO_MATCH; } - - const origin = top; - if (origin.skip) { - modeBuffer += lexeme; - } else { - if (!(origin.returnEnd || origin.excludeEnd)) { - modeBuffer += lexeme; - } - processBuffer(); - if (origin.excludeEnd) { - modeBuffer = lexeme; - } - } - do { - if (top.className) { - emitter.closeNode(); - } - if (!top.skip && !top.subLanguage) { - relevance += top.relevance; - } - top = top.parent; - } while (top !== endMode.parent); - if (endMode.starts) { - if (endMode.endSameAsBegin) { - endMode.starts.endRe = endMode.endRe; - } - startNewMode(endMode.starts); - } - return origin.returnEnd ? 0 : lexeme.length; - } - - function processContinuations() { - const list = []; - for (let current = top; current !== language; current = current.parent) { - if (current.className) { - list.unshift(current.className); - } - } - list.forEach(item => emitter.openNode(item)); - } - - /** @type {{type?: MatchType, index?: number, rule?: Mode}}} */ - let lastMatch = {}; - - /** - * Process an individual match - * - * @param {string} textBeforeMatch - text preceeding the match (since the last match) - * @param {EnhancedMatch} [match] - the match itself - */ - function processLexeme(textBeforeMatch, match) { - const lexeme = match && match[0]; - - // add non-matched text to the current mode buffer - modeBuffer += textBeforeMatch; - - if (lexeme == null) { - processBuffer(); - return 0; - } - - // we've found a 0 width match and we're stuck, so we need to advance - // this happens when we have badly behaved rules that have optional matchers to the degree that - // sometimes they can end up matching nothing at all - // Ref: https://github.com/highlightjs/highlight.js/issues/2140 - if (lastMatch.type === "begin" && match.type === "end" && lastMatch.index === match.index && lexeme === "") { - // spit the "skipped" character that our regex choked on back into the output sequence - modeBuffer += codeToHighlight.slice(match.index, match.index + 1); - if (!SAFE_MODE) { - /** @type {AnnotatedError} */ - const err = new Error('0 width match regex'); - err.languageName = languageName; - err.badRule = lastMatch.rule; - throw err; - } - return 1; - } - lastMatch = match; - - if (match.type === "begin") { - return doBeginMatch(match); - } else if (match.type === "illegal" && !ignoreIllegals) { - // illegal match, we do not continue processing - /** @type {AnnotatedError} */ - const err = new Error('Illegal lexeme "' + lexeme + '" for mode "' + (top.className || '') + '"'); - err.mode = top; - throw err; - } else if (match.type === "end") { - const processed = doEndMatch(match); - if (processed !== NO_MATCH) { - return processed; - } - } - - // edge case for when illegal matches $ (end of line) which is technically - // a 0 width match but not a begin/end match so it's not caught by the - // first handler (when ignoreIllegals is true) - if (match.type === "illegal" && lexeme === "") { - // advance so we aren't stuck in an infinite loop - return 1; - } - - // infinite loops are BAD, this is a last ditch catch all. if we have a - // decent number of iterations yet our index (cursor position in our - // parsing) still 3x behind our index then something is very wrong - // so we bail - if (iterations > 100000 && iterations > match.index * 3) { - const err = new Error('potential infinite loop, way more iterations than matches'); - throw err; - } - - /* - Why might be find ourselves here? Only one occasion now. An end match that was - triggered but could not be completed. When might this happen? When an `endSameasBegin` - rule sets the end rule to a specific match. Since the overall mode termination rule that's - being used to scan the text isn't recompiled that means that any match that LOOKS like - the end (but is not, because it is not an exact match to the beginning) will - end up here. A definite end match, but when `doEndMatch` tries to "reapply" - the end rule and fails to match, we wind up here, and just silently ignore the end. - - This causes no real harm other than stopping a few times too many. - */ - - modeBuffer += lexeme; - return lexeme.length; - } - - const language = getLanguage(languageName); - if (!language) { - console.error(LANGUAGE_NOT_FOUND.replace("{}", languageName)); - throw new Error('Unknown language: "' + languageName + '"'); - } - - const md = compileLanguage(language); - let result = ''; - /** @type {CompiledMode} */ - let top = continuation || md; - /** @type Record */ - const continuations = {}; // keep continuations for sub-languages - const emitter = new options.__emitter(options); - processContinuations(); - let modeBuffer = ''; - let relevance = 0; - let index = 0; - let iterations = 0; - let resumeScanAtSamePosition = false; - - try { - top.matcher.considerAll(); - - for (;;) { - iterations++; - if (resumeScanAtSamePosition) { - // only regexes not matched previously will now be - // considered for a potential match - resumeScanAtSamePosition = false; - } else { - top.matcher.considerAll(); - } - top.matcher.lastIndex = index; - - const match = top.matcher.exec(codeToHighlight); - // console.log("match", match[0], match.rule && match.rule.begin) - - if (!match) break; - - const beforeMatch = codeToHighlight.substring(index, match.index); - const processedCount = processLexeme(beforeMatch, match); - index = match.index + processedCount; - } - processLexeme(codeToHighlight.substr(index)); - emitter.closeAllNodes(); - emitter.finalize(); - result = emitter.toHTML(); - - return { - relevance: relevance, - value: result, - language: languageName, - illegal: false, - emitter: emitter, - top: top - }; - } catch (err) { - if (err.message && err.message.includes('Illegal')) { - return { - illegal: true, - illegalBy: { - msg: err.message, - context: codeToHighlight.slice(index - 100, index + 100), - mode: err.mode - }, - sofar: result, - relevance: 0, - value: escape$1(codeToHighlight), - emitter: emitter - }; - } else if (SAFE_MODE) { - return { - illegal: false, - relevance: 0, - value: escape$1(codeToHighlight), - emitter: emitter, - language: languageName, - top: top, - errorRaised: err - }; - } else { - throw err; - } - } - } - - /** - * returns a valid highlight result, without actually doing any actual work, - * auto highlight starts with this and it's possible for small snippets that - * auto-detection may not find a better match - * @param {string} code - * @returns {HighlightResult} - */ - function justTextHighlightResult(code) { - const result = { - relevance: 0, - emitter: new options.__emitter(options), - value: escape$1(code), - illegal: false, - top: PLAINTEXT_LANGUAGE - }; - result.emitter.addText(code); - return result; - } - - /** - Highlighting with language detection. Accepts a string with the code to - highlight. Returns an object with the following properties: - - - language (detected language) - - relevance (int) - - value (an HTML string with highlighting markup) - - second_best (object with the same structure for second-best heuristically - detected language, may be absent) - - @param {string} code - @param {Array} [languageSubset] - @returns {AutoHighlightResult} - */ - function highlightAuto(code, languageSubset) { - languageSubset = languageSubset || options.languages || Object.keys(languages); - const plaintext = justTextHighlightResult(code); - - const results = languageSubset.filter(getLanguage).filter(autoDetection).map(name => - _highlight(name, code, false) - ); - results.unshift(plaintext); // plaintext is always an option - - const sorted = results.sort((a, b) => { - // sort base on relevance - if (a.relevance !== b.relevance) return b.relevance - a.relevance; - - // always award the tie to the base language - // ie if C++ and Arduino are tied, it's more likely to be C++ - if (a.language && b.language) { - if (getLanguage(a.language).supersetOf === b.language) { - return 1; - } else if (getLanguage(b.language).supersetOf === a.language) { - return -1; - } - } - - // otherwise say they are equal, which has the effect of sorting on - // relevance while preserving the original ordering - which is how ties - // have historically been settled, ie the language that comes first always - // wins in the case of a tie - return 0; - }); - - const [best, secondBest] = sorted; - - /** @type {AutoHighlightResult} */ - const result = best; - result.second_best = secondBest; - - return result; - } - - /** - Post-processing of the highlighted markup: - - - replace TABs with something more useful - - replace real line-breaks with '
' for non-pre containers - - @param {string} html - @returns {string} - */ - function fixMarkup(html) { - if (!(options.tabReplace || options.useBR)) { - return html; - } - - return html.replace(fixMarkupRe, match => { - if (match === '\n') { - return options.useBR ? '
' : match; - } else if (options.tabReplace) { - return match.replace(/\t/g, options.tabReplace); - } - return match; - }); - } - - /** - * Builds new class name for block given the language name - * - * @param {string} prevClassName - * @param {string} [currentLang] - * @param {string} [resultLang] - */ - function buildClassName(prevClassName, currentLang, resultLang) { - const language = currentLang ? aliases[currentLang] : resultLang; - const result = [prevClassName.trim()]; - - if (!prevClassName.match(/\bhljs\b/)) { - result.push('hljs'); - } - - if (!prevClassName.includes(language)) { - result.push(language); - } - - return result.join(' ').trim(); - } - - /** - * Applies highlighting to a DOM node containing code. Accepts a DOM node and - * two optional parameters for fixMarkup. - * - * @param {HighlightedHTMLElement} element - the HTML element to highlight - */ - function highlightBlock(element) { - /** @type HTMLElement */ - let node = null; - const language = blockLanguage(element); - - if (shouldNotHighlight(language)) return; - - fire("before:highlightBlock", - { block: element, language: language }); - - if (options.useBR) { - node = document.createElement('div'); - node.innerHTML = element.innerHTML.replace(/\n/g, '').replace(//g, '\n'); - } else { - node = element; - } - const text = node.textContent; - const result = language ? highlight(language, text, true) : highlightAuto(text); - - const originalStream = nodeStream$1(node); - if (originalStream.length) { - const resultNode = document.createElement('div'); - resultNode.innerHTML = result.value; - result.value = mergeStreams$1(originalStream, nodeStream$1(resultNode), text); - } - result.value = fixMarkup(result.value); - - fire("after:highlightBlock", { block: element, result: result }); - - element.innerHTML = result.value; - element.className = buildClassName(element.className, language, result.language); - element.result = { - language: result.language, - // TODO: remove with version 11.0 - re: result.relevance, - relavance: result.relevance - }; - if (result.second_best) { - element.second_best = { - language: result.second_best.language, - // TODO: remove with version 11.0 - re: result.second_best.relevance, - relavance: result.second_best.relevance - }; - } - } - - /** - * Updates highlight.js global options with the passed options - * - * @param {Partial} userOptions - */ - function configure(userOptions) { - if (userOptions.useBR) { - console.warn("'useBR' option is deprecated and will be removed entirely in v11.0"); - console.warn("Please see https://github.com/highlightjs/highlight.js/issues/2559"); - } - options = inherit$1(options, userOptions); - } - - /** - * Highlights to all
 blocks on a page
-   *
-   * @type {Function & {called?: boolean}}
-   */
-  const initHighlighting = () => {
-    if (initHighlighting.called) return;
-    initHighlighting.called = true;
-
-    const blocks = document.querySelectorAll('pre code');
-    ArrayProto.forEach.call(blocks, highlightBlock);
-  };
-
-  // Higlights all when DOMContentLoaded fires
-  function initHighlightingOnLoad() {
-    // @ts-ignore
-    window.addEventListener('DOMContentLoaded', initHighlighting, false);
-  }
-
-  /**
-   * Register a language grammar module
-   *
-   * @param {string} languageName
-   * @param {LanguageFn} languageDefinition
-   */
-  function registerLanguage(languageName, languageDefinition) {
-    let lang = null;
-    try {
-      lang = languageDefinition(hljs);
-    } catch (error) {
-      console.error("Language definition for '{}' could not be registered.".replace("{}", languageName));
-      // hard or soft error
-      if (!SAFE_MODE) { throw error; } else { console.error(error); }
-      // languages that have serious errors are replaced with essentially a
-      // "plaintext" stand-in so that the code blocks will still get normal
-      // css classes applied to them - and one bad language won't break the
-      // entire highlighter
-      lang = PLAINTEXT_LANGUAGE;
-    }
-    // give it a temporary name if it doesn't have one in the meta-data
-    if (!lang.name) lang.name = languageName;
-    languages[languageName] = lang;
-    lang.rawDefinition = languageDefinition.bind(null, hljs);
-
-    if (lang.aliases) {
-      registerAliases(lang.aliases, { languageName });
-    }
-  }
-
-  /**
-   * @returns {string[]} List of language internal names
-   */
-  function listLanguages() {
-    return Object.keys(languages);
-  }
-
-  /**
-    intended usage: When one language truly requires another
-
-    Unlike `getLanguage`, this will throw when the requested language
-    is not available.
-
-    @param {string} name - name of the language to fetch/require
-    @returns {Language | never}
-  */
-  function requireLanguage(name) {
-    console.warn("requireLanguage is deprecated and will be removed entirely in the future.");
-    console.warn("Please see https://github.com/highlightjs/highlight.js/pull/2844");
-
-    const lang = getLanguage(name);
-    if (lang) { return lang; }
-
-    const err = new Error('The \'{}\' language is required, but not loaded.'.replace('{}', name));
-    throw err;
-  }
-
-  /**
-   * @param {string} name - name of the language to retrieve
-   * @returns {Language | undefined}
-   */
-  function getLanguage(name) {
-    name = (name || '').toLowerCase();
-    return languages[name] || languages[aliases[name]];
-  }
-
-  /**
-   *
-   * @param {string|string[]} aliasList - single alias or list of aliases
-   * @param {{languageName: string}} opts
-   */
-  function registerAliases(aliasList, { languageName }) {
-    if (typeof aliasList === 'string') {
-      aliasList = [aliasList];
-    }
-    aliasList.forEach(alias => { aliases[alias] = languageName; });
-  }
-
-  /**
-   * Determines if a given language has auto-detection enabled
-   * @param {string} name - name of the language
-   */
-  function autoDetection(name) {
-    const lang = getLanguage(name);
-    return lang && !lang.disableAutodetect;
-  }
-
-  /**
-   * @param {HLJSPlugin} plugin
-   */
-  function addPlugin(plugin) {
-    plugins.push(plugin);
-  }
-
-  /**
-   *
-   * @param {PluginEvent} event
-   * @param {any} args
-   */
-  function fire(event, args) {
-    const cb = event;
-    plugins.forEach(function(plugin) {
-      if (plugin[cb]) {
-        plugin[cb](args);
-      }
-    });
-  }
-
-  /**
-  Note: fixMarkup is deprecated and will be removed entirely in v11
-
-  @param {string} arg
-  @returns {string}
-  */
-  function deprecateFixMarkup(arg) {
-    console.warn("fixMarkup is deprecated and will be removed entirely in v11.0");
-    console.warn("Please see https://github.com/highlightjs/highlight.js/issues/2534");
-
-    return fixMarkup(arg);
-  }
-
-  /* Interface definition */
-  Object.assign(hljs, {
-    highlight,
-    highlightAuto,
-    fixMarkup: deprecateFixMarkup,
-    highlightBlock,
-    configure,
-    initHighlighting,
-    initHighlightingOnLoad,
-    registerLanguage,
-    listLanguages,
-    getLanguage,
-    registerAliases,
-    requireLanguage,
-    autoDetection,
-    inherit: inherit$1,
-    addPlugin,
-    // plugins for frameworks
-    vuePlugin: BuildVuePlugin(hljs).VuePlugin
-  });
-
-  hljs.debugMode = function() { SAFE_MODE = false; };
-  hljs.safeMode = function() { SAFE_MODE = true; };
-  hljs.versionString = version;
-
-  for (const key in MODES) {
-    // @ts-ignore
-    if (typeof MODES[key] === "object") {
-      // @ts-ignore
-      deepFreezeEs6(MODES[key]);
-    }
-  }
-
-  // merge all the modes/regexs into our main object
-  Object.assign(hljs, MODES);
-
-  return hljs;
-};
-
-// export an "instance" of the highlighter
-var highlight = HLJS({});
-
-module.exports = highlight;
-
-
-/***/ }),
-
-/***/ "10e8":
-/***/ (function(module, exports, __nested_webpack_require_197135__) {
-
-//! moment.js locale configuration
-//! locale : Thai [th]
-//! author : Kridsada Thanabulpong : https://github.com/sirn
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_197135__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var th = moment.defineLocale('th', {
-        months: 'มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม'.split(
-            '_'
-        ),
-        monthsShort: 'ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.'.split(
-            '_'
-        ),
-        monthsParseExact: true,
-        weekdays: 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์'.split('_'),
-        weekdaysShort: 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์'.split('_'), // yes, three characters difference
-        weekdaysMin: 'อา._จ._อ._พ._พฤ._ศ._ส.'.split('_'),
-        weekdaysParseExact: true,
-        longDateFormat: {
-            LT: 'H:mm',
-            LTS: 'H:mm:ss',
-            L: 'DD/MM/YYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY เวลา H:mm',
-            LLLL: 'วันddddที่ D MMMM YYYY เวลา H:mm',
-        },
-        meridiemParse: /ก่อนเที่ยง|หลังเที่ยง/,
-        isPM: function (input) {
-            return input === 'หลังเที่ยง';
-        },
-        meridiem: function (hour, minute, isLower) {
-            if (hour < 12) {
-                return 'ก่อนเที่ยง';
-            } else {
-                return 'หลังเที่ยง';
-            }
-        },
-        calendar: {
-            sameDay: '[วันนี้ เวลา] LT',
-            nextDay: '[พรุ่งนี้ เวลา] LT',
-            nextWeek: 'dddd[หน้า เวลา] LT',
-            lastDay: '[เมื่อวานนี้ เวลา] LT',
-            lastWeek: '[วัน]dddd[ที่แล้ว เวลา] LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'อีก %s',
-            past: '%sที่แล้ว',
-            s: 'ไม่กี่วินาที',
-            ss: '%d วินาที',
-            m: '1 นาที',
-            mm: '%d นาที',
-            h: '1 ชั่วโมง',
-            hh: '%d ชั่วโมง',
-            d: '1 วัน',
-            dd: '%d วัน',
-            w: '1 สัปดาห์',
-            ww: '%d สัปดาห์',
-            M: '1 เดือน',
-            MM: '%d เดือน',
-            y: '1 ปี',
-            yy: '%d ปี',
-        },
-    });
-
-    return th;
-
-})));
-
-
-/***/ }),
-
-/***/ "1276":
-/***/ (function(module, exports, __nested_webpack_require_199521__) {
-
-"use strict";
-
-var fixRegExpWellKnownSymbolLogic = __nested_webpack_require_199521__("d784");
-var isRegExp = __nested_webpack_require_199521__("44e7");
-var anObject = __nested_webpack_require_199521__("825a");
-var requireObjectCoercible = __nested_webpack_require_199521__("1d80");
-var speciesConstructor = __nested_webpack_require_199521__("4840");
-var advanceStringIndex = __nested_webpack_require_199521__("8aa5");
-var toLength = __nested_webpack_require_199521__("50c4");
-var callRegExpExec = __nested_webpack_require_199521__("14c3");
-var regexpExec = __nested_webpack_require_199521__("9263");
-var fails = __nested_webpack_require_199521__("d039");
-
-var arrayPush = [].push;
-var min = Math.min;
-var MAX_UINT32 = 0xFFFFFFFF;
-
-// babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError
-var SUPPORTS_Y = !fails(function () { return !RegExp(MAX_UINT32, 'y'); });
-
-// @@split logic
-fixRegExpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {
-  var internalSplit;
-  if (
-    'abbc'.split(/(b)*/)[1] == 'c' ||
-    'test'.split(/(?:)/, -1).length != 4 ||
-    'ab'.split(/(?:ab)*/).length != 2 ||
-    '.'.split(/(.?)(.?)/).length != 4 ||
-    '.'.split(/()()/).length > 1 ||
-    ''.split(/.?/).length
-  ) {
-    // based on es5-shim implementation, need to rework it
-    internalSplit = function (separator, limit) {
-      var string = String(requireObjectCoercible(this));
-      var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
-      if (lim === 0) return [];
-      if (separator === undefined) return [string];
-      // If `separator` is not a regex, use native split
-      if (!isRegExp(separator)) {
-        return nativeSplit.call(string, separator, lim);
-      }
-      var output = [];
-      var flags = (separator.ignoreCase ? 'i' : '') +
-                  (separator.multiline ? 'm' : '') +
-                  (separator.unicode ? 'u' : '') +
-                  (separator.sticky ? 'y' : '');
-      var lastLastIndex = 0;
-      // Make `global` and avoid `lastIndex` issues by working with a copy
-      var separatorCopy = new RegExp(separator.source, flags + 'g');
-      var match, lastIndex, lastLength;
-      while (match = regexpExec.call(separatorCopy, string)) {
-        lastIndex = separatorCopy.lastIndex;
-        if (lastIndex > lastLastIndex) {
-          output.push(string.slice(lastLastIndex, match.index));
-          if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));
-          lastLength = match[0].length;
-          lastLastIndex = lastIndex;
-          if (output.length >= lim) break;
-        }
-        if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop
-      }
-      if (lastLastIndex === string.length) {
-        if (lastLength || !separatorCopy.test('')) output.push('');
-      } else output.push(string.slice(lastLastIndex));
-      return output.length > lim ? output.slice(0, lim) : output;
-    };
-  // Chakra, V8
-  } else if ('0'.split(undefined, 0).length) {
-    internalSplit = function (separator, limit) {
-      return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);
-    };
-  } else internalSplit = nativeSplit;
-
-  return [
-    // `String.prototype.split` method
-    // https://tc39.github.io/ecma262/#sec-string.prototype.split
-    function split(separator, limit) {
-      var O = requireObjectCoercible(this);
-      var splitter = separator == undefined ? undefined : separator[SPLIT];
-      return splitter !== undefined
-        ? splitter.call(separator, O, limit)
-        : internalSplit.call(String(O), separator, limit);
-    },
-    // `RegExp.prototype[@@split]` method
-    // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@split
-    //
-    // NOTE: This cannot be properly polyfilled in engines that don't support
-    // the 'y' flag.
-    function (regexp, limit) {
-      var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);
-      if (res.done) return res.value;
-
-      var rx = anObject(regexp);
-      var S = String(this);
-      var C = speciesConstructor(rx, RegExp);
-
-      var unicodeMatching = rx.unicode;
-      var flags = (rx.ignoreCase ? 'i' : '') +
-                  (rx.multiline ? 'm' : '') +
-                  (rx.unicode ? 'u' : '') +
-                  (SUPPORTS_Y ? 'y' : 'g');
-
-      // ^(? + rx + ) is needed, in combination with some S slicing, to
-      // simulate the 'y' flag.
-      var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);
-      var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
-      if (lim === 0) return [];
-      if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];
-      var p = 0;
-      var q = 0;
-      var A = [];
-      while (q < S.length) {
-        splitter.lastIndex = SUPPORTS_Y ? q : 0;
-        var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));
-        var e;
-        if (
-          z === null ||
-          (e = min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p
-        ) {
-          q = advanceStringIndex(S, q, unicodeMatching);
-        } else {
-          A.push(S.slice(p, q));
-          if (A.length === lim) return A;
-          for (var i = 1; i <= z.length - 1; i++) {
-            A.push(z[i]);
-            if (A.length === lim) return A;
-          }
-          q = p = e;
-        }
-      }
-      A.push(S.slice(p));
-      return A;
-    }
-  ];
-}, !SUPPORTS_Y);
-
-
-/***/ }),
-
-/***/ "1290":
-/***/ (function(module, exports) {
-
-/**
- * Checks if `value` is suitable for use as unique object key.
- *
- * @private
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is suitable, else `false`.
- */
-function isKeyable(value) {
-  var type = typeof value;
-  return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')
-    ? (value !== '__proto__')
-    : (value === null);
-}
-
-module.exports = isKeyable;
-
-
-/***/ }),
-
-/***/ "129f":
-/***/ (function(module, exports) {
-
-// `SameValue` abstract operation
-// https://tc39.github.io/ecma262/#sec-samevalue
-module.exports = Object.is || function is(x, y) {
-  // eslint-disable-next-line no-self-compare
-  return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y;
-};
-
-
-/***/ }),
-
-/***/ "1310":
-/***/ (function(module, exports) {
-
-/**
- * Checks if `value` is object-like. A value is object-like if it's not `null`
- * and has a `typeof` result of "object".
- *
- * @static
- * @memberOf _
- * @since 4.0.0
- * @category Lang
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is object-like, else `false`.
- * @example
- *
- * _.isObjectLike({});
- * // => true
- *
- * _.isObjectLike([1, 2, 3]);
- * // => true
- *
- * _.isObjectLike(_.noop);
- * // => false
- *
- * _.isObjectLike(null);
- * // => false
- */
-function isObjectLike(value) {
-  return value != null && typeof value == 'object';
-}
-
-module.exports = isObjectLike;
-
-
-/***/ }),
-
-/***/ "1368":
-/***/ (function(module, exports, __nested_webpack_require_206420__) {
-
-var coreJsData = __nested_webpack_require_206420__("da03");
-
-/** Used to detect methods masquerading as native. */
-var maskSrcKey = (function() {
-  var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');
-  return uid ? ('Symbol(src)_1.' + uid) : '';
-}());
-
-/**
- * Checks if `func` has its source masked.
- *
- * @private
- * @param {Function} func The function to check.
- * @returns {boolean} Returns `true` if `func` is masked, else `false`.
- */
-function isMasked(func) {
-  return !!maskSrcKey && (maskSrcKey in func);
-}
-
-module.exports = isMasked;
-
-
-/***/ }),
-
-/***/ "13d5":
-/***/ (function(module, exports, __nested_webpack_require_207071__) {
-
-"use strict";
-
-var $ = __nested_webpack_require_207071__("23e7");
-var $reduce = __nested_webpack_require_207071__("d58f").left;
-var arrayMethodIsStrict = __nested_webpack_require_207071__("a640");
-var arrayMethodUsesToLength = __nested_webpack_require_207071__("ae40");
-var CHROME_VERSION = __nested_webpack_require_207071__("2d00");
-var IS_NODE = __nested_webpack_require_207071__("605d");
-
-var STRICT_METHOD = arrayMethodIsStrict('reduce');
-var USES_TO_LENGTH = arrayMethodUsesToLength('reduce', { 1: 0 });
-// Chrome 80-82 has a critical bug
-// https://bugs.chromium.org/p/chromium/issues/detail?id=1049982
-var CHROME_BUG = !IS_NODE && CHROME_VERSION > 79 && CHROME_VERSION < 83;
-
-// `Array.prototype.reduce` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.reduce
-$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH || CHROME_BUG }, {
-  reduce: function reduce(callbackfn /* , initialValue */) {
-    return $reduce(this, callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);
-  }
-});
-
-
-/***/ }),
-
-/***/ "13e9":
-/***/ (function(module, exports, __nested_webpack_require_208120__) {
-
-//! moment.js locale configuration
-//! locale : Serbian Cyrillic [sr-cyrl]
-//! author : Milan Janačković : https://github.com/milan-j
-//! author : Stefan Crnjaković  : https://github.com/crnjakovic
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_208120__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var translator = {
-        words: {
-            //Different grammatical cases
-            ss: ['секунда', 'секунде', 'секунди'],
-            m: ['један минут', 'једне минуте'],
-            mm: ['минут', 'минуте', 'минута'],
-            h: ['један сат', 'једног сата'],
-            hh: ['сат', 'сата', 'сати'],
-            dd: ['дан', 'дана', 'дана'],
-            MM: ['месец', 'месеца', 'месеци'],
-            yy: ['година', 'године', 'година'],
-        },
-        correctGrammaticalCase: function (number, wordKey) {
-            return number === 1
-                ? wordKey[0]
-                : number >= 2 && number <= 4
-                ? wordKey[1]
-                : wordKey[2];
-        },
-        translate: function (number, withoutSuffix, key) {
-            var wordKey = translator.words[key];
-            if (key.length === 1) {
-                return withoutSuffix ? wordKey[0] : wordKey[1];
-            } else {
-                return (
-                    number +
-                    ' ' +
-                    translator.correctGrammaticalCase(number, wordKey)
-                );
-            }
-        },
-    };
-
-    var srCyrl = moment.defineLocale('sr-cyrl', {
-        months: 'јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар'.split(
-            '_'
-        ),
-        monthsShort: 'јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.'.split(
-            '_'
-        ),
-        monthsParseExact: true,
-        weekdays: 'недеља_понедељак_уторак_среда_четвртак_петак_субота'.split('_'),
-        weekdaysShort: 'нед._пон._уто._сре._чет._пет._суб.'.split('_'),
-        weekdaysMin: 'не_по_ут_ср_че_пе_су'.split('_'),
-        weekdaysParseExact: true,
-        longDateFormat: {
-            LT: 'H:mm',
-            LTS: 'H:mm:ss',
-            L: 'D. M. YYYY.',
-            LL: 'D. MMMM YYYY.',
-            LLL: 'D. MMMM YYYY. H:mm',
-            LLLL: 'dddd, D. MMMM YYYY. H:mm',
-        },
-        calendar: {
-            sameDay: '[данас у] LT',
-            nextDay: '[сутра у] LT',
-            nextWeek: function () {
-                switch (this.day()) {
-                    case 0:
-                        return '[у] [недељу] [у] LT';
-                    case 3:
-                        return '[у] [среду] [у] LT';
-                    case 6:
-                        return '[у] [суботу] [у] LT';
-                    case 1:
-                    case 2:
-                    case 4:
-                    case 5:
-                        return '[у] dddd [у] LT';
-                }
-            },
-            lastDay: '[јуче у] LT',
-            lastWeek: function () {
-                var lastWeekDays = [
-                    '[прошле] [недеље] [у] LT',
-                    '[прошлог] [понедељка] [у] LT',
-                    '[прошлог] [уторка] [у] LT',
-                    '[прошле] [среде] [у] LT',
-                    '[прошлог] [четвртка] [у] LT',
-                    '[прошлог] [петка] [у] LT',
-                    '[прошле] [суботе] [у] LT',
-                ];
-                return lastWeekDays[this.day()];
-            },
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'за %s',
-            past: 'пре %s',
-            s: 'неколико секунди',
-            ss: translator.translate,
-            m: translator.translate,
-            mm: translator.translate,
-            h: translator.translate,
-            hh: translator.translate,
-            d: 'дан',
-            dd: translator.translate,
-            M: 'месец',
-            MM: translator.translate,
-            y: 'годину',
-            yy: translator.translate,
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}\./,
-        ordinal: '%d.',
-        week: {
-            dow: 1, // Monday is the first day of the week.
-            doy: 7, // The week that contains Jan 1st is the first week of the year.
-        },
-    });
-
-    return srCyrl;
-
-})));
-
-
-/***/ }),
-
-/***/ "14c3":
-/***/ (function(module, exports, __nested_webpack_require_212526__) {
-
-var classof = __nested_webpack_require_212526__("c6b6");
-var regexpExec = __nested_webpack_require_212526__("9263");
-
-// `RegExpExec` abstract operation
-// https://tc39.github.io/ecma262/#sec-regexpexec
-module.exports = function (R, S) {
-  var exec = R.exec;
-  if (typeof exec === 'function') {
-    var result = exec.call(R, S);
-    if (typeof result !== 'object') {
-      throw TypeError('RegExp exec method returned something other than an Object or null');
-    }
-    return result;
-  }
-
-  if (classof(R) !== 'RegExp') {
-    throw TypeError('RegExp#exec called on incompatible receiver');
-  }
-
-  return regexpExec.call(R, S);
-};
-
-
-
-/***/ }),
-
-/***/ "159b":
-/***/ (function(module, exports, __nested_webpack_require_213214__) {
-
-var global = __nested_webpack_require_213214__("da84");
-var DOMIterables = __nested_webpack_require_213214__("fdbc");
-var forEach = __nested_webpack_require_213214__("17c2");
-var createNonEnumerableProperty = __nested_webpack_require_213214__("9112");
-
-for (var COLLECTION_NAME in DOMIterables) {
-  var Collection = global[COLLECTION_NAME];
-  var CollectionPrototype = Collection && Collection.prototype;
-  // some Chrome versions have non-configurable methods on DOMTokenList
-  if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {
-    createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);
-  } catch (error) {
-    CollectionPrototype.forEach = forEach;
-  }
-}
-
-
-/***/ }),
-
-/***/ "167b":
-/***/ (function(module, exports, __nested_webpack_require_213938__) {
-
-//! moment.js locale configuration
-//! locale : Occitan, lengadocian dialecte [oc-lnc]
-//! author : Quentin PAGÈS : https://github.com/Quenty31
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_213938__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var ocLnc = moment.defineLocale('oc-lnc', {
-        months: {
-            standalone: 'genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre'.split(
-                '_'
-            ),
-            format: "de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split(
-                '_'
-            ),
-            isFormat: /D[oD]?(\s)+MMMM/,
-        },
-        monthsShort: 'gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.'.split(
-            '_'
-        ),
-        monthsParseExact: true,
-        weekdays: 'dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte'.split(
-            '_'
-        ),
-        weekdaysShort: 'dg._dl._dm._dc._dj._dv._ds.'.split('_'),
-        weekdaysMin: 'dg_dl_dm_dc_dj_dv_ds'.split('_'),
-        weekdaysParseExact: true,
-        longDateFormat: {
-            LT: 'H:mm',
-            LTS: 'H:mm:ss',
-            L: 'DD/MM/YYYY',
-            LL: 'D MMMM [de] YYYY',
-            ll: 'D MMM YYYY',
-            LLL: 'D MMMM [de] YYYY [a] H:mm',
-            lll: 'D MMM YYYY, H:mm',
-            LLLL: 'dddd D MMMM [de] YYYY [a] H:mm',
-            llll: 'ddd D MMM YYYY, H:mm',
-        },
-        calendar: {
-            sameDay: '[uèi a] LT',
-            nextDay: '[deman a] LT',
-            nextWeek: 'dddd [a] LT',
-            lastDay: '[ièr a] LT',
-            lastWeek: 'dddd [passat a] LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: "d'aquí %s",
-            past: 'fa %s',
-            s: 'unas segondas',
-            ss: '%d segondas',
-            m: 'una minuta',
-            mm: '%d minutas',
-            h: 'una ora',
-            hh: '%d oras',
-            d: 'un jorn',
-            dd: '%d jorns',
-            M: 'un mes',
-            MM: '%d meses',
-            y: 'un an',
-            yy: '%d ans',
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}(r|n|t|è|a)/,
-        ordinal: function (number, period) {
-            var output =
-                number === 1
-                    ? 'r'
-                    : number === 2
-                    ? 'n'
-                    : number === 3
-                    ? 'r'
-                    : number === 4
-                    ? 't'
-                    : 'è';
-            if (period === 'w' || period === 'W') {
-                output = 'a';
-            }
-            return number + output;
-        },
-        week: {
-            dow: 1, // Monday is the first day of the week.
-            doy: 4,
-        },
-    });
-
-    return ocLnc;
-
-})));
-
-
-/***/ }),
-
-/***/ "17c2":
-/***/ (function(module, exports, __nested_webpack_require_216917__) {
-
-"use strict";
-
-var $forEach = __nested_webpack_require_216917__("b727").forEach;
-var arrayMethodIsStrict = __nested_webpack_require_216917__("a640");
-var arrayMethodUsesToLength = __nested_webpack_require_216917__("ae40");
-
-var STRICT_METHOD = arrayMethodIsStrict('forEach');
-var USES_TO_LENGTH = arrayMethodUsesToLength('forEach');
-
-// `Array.prototype.forEach` method implementation
-// https://tc39.github.io/ecma262/#sec-array.prototype.foreach
-module.exports = (!STRICT_METHOD || !USES_TO_LENGTH) ? function forEach(callbackfn /* , thisArg */) {
-  return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
-} : [].forEach;
-
-
-/***/ }),
-
-/***/ "19aa":
-/***/ (function(module, exports) {
-
-module.exports = function (it, Constructor, name) {
-  if (!(it instanceof Constructor)) {
-    throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');
-  } return it;
-};
-
-
-/***/ }),
-
-/***/ "1a8c":
-/***/ (function(module, exports) {
-
-/**
- * Checks if `value` is the
- * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)
- * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
- *
- * @static
- * @memberOf _
- * @since 0.1.0
- * @category Lang
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is an object, else `false`.
- * @example
- *
- * _.isObject({});
- * // => true
- *
- * _.isObject([1, 2, 3]);
- * // => true
- *
- * _.isObject(_.noop);
- * // => true
- *
- * _.isObject(null);
- * // => false
- */
-function isObject(value) {
-  var type = typeof value;
-  return value != null && (type == 'object' || type == 'function');
-}
-
-module.exports = isObject;
-
-
-/***/ }),
-
-/***/ "1b45":
-/***/ (function(module, exports, __nested_webpack_require_218655__) {
-
-//! moment.js locale configuration
-//! locale : Maltese (Malta) [mt]
-//! author : Alessandro Maruccia : https://github.com/alesma
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_218655__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var mt = moment.defineLocale('mt', {
-        months: 'Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru'.split(
-            '_'
-        ),
-        monthsShort: 'Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ'.split('_'),
-        weekdays: 'Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt'.split(
-            '_'
-        ),
-        weekdaysShort: 'Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib'.split('_'),
-        weekdaysMin: 'Ħa_Tn_Tl_Er_Ħa_Ġi_Si'.split('_'),
-        longDateFormat: {
-            LT: 'HH:mm',
-            LTS: 'HH:mm:ss',
-            L: 'DD/MM/YYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY HH:mm',
-            LLLL: 'dddd, D MMMM YYYY HH:mm',
-        },
-        calendar: {
-            sameDay: '[Illum fil-]LT',
-            nextDay: '[Għada fil-]LT',
-            nextWeek: 'dddd [fil-]LT',
-            lastDay: '[Il-bieraħ fil-]LT',
-            lastWeek: 'dddd [li għadda] [fil-]LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'f’ %s',
-            past: '%s ilu',
-            s: 'ftit sekondi',
-            ss: '%d sekondi',
-            m: 'minuta',
-            mm: '%d minuti',
-            h: 'siegħa',
-            hh: '%d siegħat',
-            d: 'ġurnata',
-            dd: '%d ġranet',
-            M: 'xahar',
-            MM: '%d xhur',
-            y: 'sena',
-            yy: '%d sni',
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}º/,
-        ordinal: '%dº',
-        week: {
-            dow: 1, // Monday is the first day of the week.
-            doy: 4, // The week that contains Jan 4th is the first week of the year.
-        },
-    });
-
-    return mt;
-
-})));
-
-
-/***/ }),
-
-/***/ "1be4":
-/***/ (function(module, exports, __nested_webpack_require_220739__) {
-
-var getBuiltIn = __nested_webpack_require_220739__("d066");
-
-module.exports = getBuiltIn('document', 'documentElement');
-
-
-/***/ }),
-
-/***/ "1c0b":
-/***/ (function(module, exports) {
-
-module.exports = function (it) {
-  if (typeof it != 'function') {
-    throw TypeError(String(it) + ' is not a function');
-  } return it;
-};
-
-
-/***/ }),
-
-/***/ "1c3c":
-/***/ (function(module, exports, __nested_webpack_require_221133__) {
-
-var Symbol = __nested_webpack_require_221133__("9e69"),
-    Uint8Array = __nested_webpack_require_221133__("2474"),
-    eq = __nested_webpack_require_221133__("9638"),
-    equalArrays = __nested_webpack_require_221133__("a2be"),
-    mapToArray = __nested_webpack_require_221133__("edfa"),
-    setToArray = __nested_webpack_require_221133__("ac41");
-
-/** Used to compose bitmasks for value comparisons. */
-var COMPARE_PARTIAL_FLAG = 1,
-    COMPARE_UNORDERED_FLAG = 2;
-
-/** `Object#toString` result references. */
-var boolTag = '[object Boolean]',
-    dateTag = '[object Date]',
-    errorTag = '[object Error]',
-    mapTag = '[object Map]',
-    numberTag = '[object Number]',
-    regexpTag = '[object RegExp]',
-    setTag = '[object Set]',
-    stringTag = '[object String]',
-    symbolTag = '[object Symbol]';
-
-var arrayBufferTag = '[object ArrayBuffer]',
-    dataViewTag = '[object DataView]';
-
-/** Used to convert symbols to primitives and strings. */
-var symbolProto = Symbol ? Symbol.prototype : undefined,
-    symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;
-
-/**
- * A specialized version of `baseIsEqualDeep` for comparing objects of
- * the same `toStringTag`.
- *
- * **Note:** This function only supports comparing values with tags of
- * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.
- *
- * @private
- * @param {Object} object The object to compare.
- * @param {Object} other The other object to compare.
- * @param {string} tag The `toStringTag` of the objects to compare.
- * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
- * @param {Function} customizer The function to customize comparisons.
- * @param {Function} equalFunc The function to determine equivalents of values.
- * @param {Object} stack Tracks traversed `object` and `other` objects.
- * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
- */
-function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) {
-  switch (tag) {
-    case dataViewTag:
-      if ((object.byteLength != other.byteLength) ||
-          (object.byteOffset != other.byteOffset)) {
-        return false;
-      }
-      object = object.buffer;
-      other = other.buffer;
-
-    case arrayBufferTag:
-      if ((object.byteLength != other.byteLength) ||
-          !equalFunc(new Uint8Array(object), new Uint8Array(other))) {
-        return false;
-      }
-      return true;
-
-    case boolTag:
-    case dateTag:
-    case numberTag:
-      // Coerce booleans to `1` or `0` and dates to milliseconds.
-      // Invalid dates are coerced to `NaN`.
-      return eq(+object, +other);
-
-    case errorTag:
-      return object.name == other.name && object.message == other.message;
-
-    case regexpTag:
-    case stringTag:
-      // Coerce regexes to strings and treat strings, primitives and objects,
-      // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring
-      // for more details.
-      return object == (other + '');
-
-    case mapTag:
-      var convert = mapToArray;
-
-    case setTag:
-      var isPartial = bitmask & COMPARE_PARTIAL_FLAG;
-      convert || (convert = setToArray);
-
-      if (object.size != other.size && !isPartial) {
-        return false;
-      }
-      // Assume cyclic values are equal.
-      var stacked = stack.get(object);
-      if (stacked) {
-        return stacked == other;
-      }
-      bitmask |= COMPARE_UNORDERED_FLAG;
-
-      // Recursively compare objects (susceptible to call stack limits).
-      stack.set(object, other);
-      var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack);
-      stack['delete'](object);
-      return result;
-
-    case symbolTag:
-      if (symbolValueOf) {
-        return symbolValueOf.call(object) == symbolValueOf.call(other);
-      }
-  }
-  return false;
-}
-
-module.exports = equalByTag;
-
-
-/***/ }),
-
-/***/ "1c7e":
-/***/ (function(module, exports, __nested_webpack_require_224993__) {
-
-var wellKnownSymbol = __nested_webpack_require_224993__("b622");
-
-var ITERATOR = wellKnownSymbol('iterator');
-var SAFE_CLOSING = false;
-
-try {
-  var called = 0;
-  var iteratorWithReturn = {
-    next: function () {
-      return { done: !!called++ };
-    },
-    'return': function () {
-      SAFE_CLOSING = true;
-    }
-  };
-  iteratorWithReturn[ITERATOR] = function () {
-    return this;
-  };
-  // eslint-disable-next-line no-throw-literal
-  Array.from(iteratorWithReturn, function () { throw 2; });
-} catch (error) { /* empty */ }
-
-module.exports = function (exec, SKIP_CLOSING) {
-  if (!SKIP_CLOSING && !SAFE_CLOSING) return false;
-  var ITERATION_SUPPORT = false;
-  try {
-    var object = {};
-    object[ITERATOR] = function () {
-      return {
-        next: function () {
-          return { done: ITERATION_SUPPORT = true };
-        }
-      };
-    };
-    exec(object);
-  } catch (error) { /* empty */ }
-  return ITERATION_SUPPORT;
-};
-
-
-/***/ }),
-
-/***/ "1cdc":
-/***/ (function(module, exports, __nested_webpack_require_225999__) {
-
-var userAgent = __nested_webpack_require_225999__("342f");
-
-module.exports = /(iphone|ipod|ipad).*applewebkit/i.test(userAgent);
-
-
-/***/ }),
-
-/***/ "1cec":
-/***/ (function(module, exports, __nested_webpack_require_226198__) {
-
-var getNative = __nested_webpack_require_226198__("0b07"),
-    root = __nested_webpack_require_226198__("2b3e");
-
-/* Built-in method references that are verified to be native. */
-var Promise = getNative(root, 'Promise');
-
-module.exports = Promise;
-
-
-/***/ }),
-
-/***/ "1cfd":
-/***/ (function(module, exports, __nested_webpack_require_226502__) {
-
-//! moment.js locale configuration
-//! locale : Arabic (Lybia) [ar-ly]
-//! author : Ali Hmer: https://github.com/kikoanis
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_226502__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var symbolMap = {
-            1: '1',
-            2: '2',
-            3: '3',
-            4: '4',
-            5: '5',
-            6: '6',
-            7: '7',
-            8: '8',
-            9: '9',
-            0: '0',
-        },
-        pluralForm = function (n) {
-            return n === 0
-                ? 0
-                : n === 1
-                ? 1
-                : n === 2
-                ? 2
-                : n % 100 >= 3 && n % 100 <= 10
-                ? 3
-                : n % 100 >= 11
-                ? 4
-                : 5;
-        },
-        plurals = {
-            s: [
-                'أقل من ثانية',
-                'ثانية واحدة',
-                ['ثانيتان', 'ثانيتين'],
-                '%d ثوان',
-                '%d ثانية',
-                '%d ثانية',
-            ],
-            m: [
-                'أقل من دقيقة',
-                'دقيقة واحدة',
-                ['دقيقتان', 'دقيقتين'],
-                '%d دقائق',
-                '%d دقيقة',
-                '%d دقيقة',
-            ],
-            h: [
-                'أقل من ساعة',
-                'ساعة واحدة',
-                ['ساعتان', 'ساعتين'],
-                '%d ساعات',
-                '%d ساعة',
-                '%d ساعة',
-            ],
-            d: [
-                'أقل من يوم',
-                'يوم واحد',
-                ['يومان', 'يومين'],
-                '%d أيام',
-                '%d يومًا',
-                '%d يوم',
-            ],
-            M: [
-                'أقل من شهر',
-                'شهر واحد',
-                ['شهران', 'شهرين'],
-                '%d أشهر',
-                '%d شهرا',
-                '%d شهر',
-            ],
-            y: [
-                'أقل من عام',
-                'عام واحد',
-                ['عامان', 'عامين'],
-                '%d أعوام',
-                '%d عامًا',
-                '%d عام',
-            ],
-        },
-        pluralize = function (u) {
-            return function (number, withoutSuffix, string, isFuture) {
-                var f = pluralForm(number),
-                    str = plurals[u][pluralForm(number)];
-                if (f === 2) {
-                    str = str[withoutSuffix ? 0 : 1];
-                }
-                return str.replace(/%d/i, number);
-            };
-        },
-        months = [
-            'يناير',
-            'فبراير',
-            'مارس',
-            'أبريل',
-            'مايو',
-            'يونيو',
-            'يوليو',
-            'أغسطس',
-            'سبتمبر',
-            'أكتوبر',
-            'نوفمبر',
-            'ديسمبر',
-        ];
-
-    var arLy = moment.defineLocale('ar-ly', {
-        months: months,
-        monthsShort: months,
-        weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
-        weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),
-        weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),
-        weekdaysParseExact: true,
-        longDateFormat: {
-            LT: 'HH:mm',
-            LTS: 'HH:mm:ss',
-            L: 'D/\u200FM/\u200FYYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY HH:mm',
-            LLLL: 'dddd D MMMM YYYY HH:mm',
-        },
-        meridiemParse: /ص|م/,
-        isPM: function (input) {
-            return 'م' === input;
-        },
-        meridiem: function (hour, minute, isLower) {
-            if (hour < 12) {
-                return 'ص';
-            } else {
-                return 'م';
-            }
-        },
-        calendar: {
-            sameDay: '[اليوم عند الساعة] LT',
-            nextDay: '[غدًا عند الساعة] LT',
-            nextWeek: 'dddd [عند الساعة] LT',
-            lastDay: '[أمس عند الساعة] LT',
-            lastWeek: 'dddd [عند الساعة] LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'بعد %s',
-            past: 'منذ %s',
-            s: pluralize('s'),
-            ss: pluralize('s'),
-            m: pluralize('m'),
-            mm: pluralize('m'),
-            h: pluralize('h'),
-            hh: pluralize('h'),
-            d: pluralize('d'),
-            dd: pluralize('d'),
-            M: pluralize('M'),
-            MM: pluralize('M'),
-            y: pluralize('y'),
-            yy: pluralize('y'),
-        },
-        preparse: function (string) {
-            return string.replace(/،/g, ',');
-        },
-        postformat: function (string) {
-            return string
-                .replace(/\d/g, function (match) {
-                    return symbolMap[match];
-                })
-                .replace(/,/g, '،');
-        },
-        week: {
-            dow: 6, // Saturday is the first day of the week.
-            doy: 12, // The week that contains Jan 12th is the first week of the year.
-        },
-    });
-
-    return arLy;
-
-})));
-
-
-/***/ }),
-
-/***/ "1d80":
-/***/ (function(module, exports) {
-
-// `RequireObjectCoercible` abstract operation
-// https://tc39.github.io/ecma262/#sec-requireobjectcoercible
-module.exports = function (it) {
-  if (it == undefined) throw TypeError("Can't call method on " + it);
-  return it;
-};
-
-
-/***/ }),
-
-/***/ "1dde":
-/***/ (function(module, exports, __nested_webpack_require_231880__) {
-
-var fails = __nested_webpack_require_231880__("d039");
-var wellKnownSymbol = __nested_webpack_require_231880__("b622");
-var V8_VERSION = __nested_webpack_require_231880__("2d00");
-
-var SPECIES = wellKnownSymbol('species');
-
-module.exports = function (METHOD_NAME) {
-  // We can't use this feature detection in V8 since it causes
-  // deoptimization and serious performance degradation
-  // https://github.com/zloirock/core-js/issues/677
-  return V8_VERSION >= 51 || !fails(function () {
-    var array = [];
-    var constructor = array.constructor = {};
-    constructor[SPECIES] = function () {
-      return { foo: 1 };
-    };
-    return array[METHOD_NAME](Boolean).foo !== 1;
-  });
-};
-
-
-/***/ }),
-
-/***/ "1efc":
-/***/ (function(module, exports) {
-
-/**
- * Removes `key` and its value from the hash.
- *
- * @private
- * @name delete
- * @memberOf Hash
- * @param {Object} hash The hash to modify.
- * @param {string} key The key of the value to remove.
- * @returns {boolean} Returns `true` if the entry was removed, else `false`.
- */
-function hashDelete(key) {
-  var result = this.has(key) && delete this.__data__[key];
-  this.size -= result ? 1 : 0;
-  return result;
-}
-
-module.exports = hashDelete;
-
-
-/***/ }),
-
-/***/ "1fc1":
-/***/ (function(module, exports, __nested_webpack_require_233115__) {
-
-//! moment.js locale configuration
-//! locale : Belarusian [be]
-//! author : Dmitry Demidov : https://github.com/demidov91
-//! author: Praleska: http://praleska.pro/
-//! Author : Menelion Elensúle : https://github.com/Oire
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_233115__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    function plural(word, num) {
-        var forms = word.split('_');
-        return num % 10 === 1 && num % 100 !== 11
-            ? forms[0]
-            : num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20)
-            ? forms[1]
-            : forms[2];
-    }
-    function relativeTimeWithPlural(number, withoutSuffix, key) {
-        var format = {
-            ss: withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',
-            mm: withoutSuffix ? 'хвіліна_хвіліны_хвілін' : 'хвіліну_хвіліны_хвілін',
-            hh: withoutSuffix ? 'гадзіна_гадзіны_гадзін' : 'гадзіну_гадзіны_гадзін',
-            dd: 'дзень_дні_дзён',
-            MM: 'месяц_месяцы_месяцаў',
-            yy: 'год_гады_гадоў',
-        };
-        if (key === 'm') {
-            return withoutSuffix ? 'хвіліна' : 'хвіліну';
-        } else if (key === 'h') {
-            return withoutSuffix ? 'гадзіна' : 'гадзіну';
-        } else {
-            return number + ' ' + plural(format[key], +number);
-        }
-    }
-
-    var be = moment.defineLocale('be', {
-        months: {
-            format: 'студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня'.split(
-                '_'
-            ),
-            standalone: 'студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань'.split(
-                '_'
-            ),
-        },
-        monthsShort: 'студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж'.split(
-            '_'
-        ),
-        weekdays: {
-            format: 'нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу'.split(
-                '_'
-            ),
-            standalone: 'нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота'.split(
-                '_'
-            ),
-            isFormat: /\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/,
-        },
-        weekdaysShort: 'нд_пн_ат_ср_чц_пт_сб'.split('_'),
-        weekdaysMin: 'нд_пн_ат_ср_чц_пт_сб'.split('_'),
-        longDateFormat: {
-            LT: 'HH:mm',
-            LTS: 'HH:mm:ss',
-            L: 'DD.MM.YYYY',
-            LL: 'D MMMM YYYY г.',
-            LLL: 'D MMMM YYYY г., HH:mm',
-            LLLL: 'dddd, D MMMM YYYY г., HH:mm',
-        },
-        calendar: {
-            sameDay: '[Сёння ў] LT',
-            nextDay: '[Заўтра ў] LT',
-            lastDay: '[Учора ў] LT',
-            nextWeek: function () {
-                return '[У] dddd [ў] LT';
-            },
-            lastWeek: function () {
-                switch (this.day()) {
-                    case 0:
-                    case 3:
-                    case 5:
-                    case 6:
-                        return '[У мінулую] dddd [ў] LT';
-                    case 1:
-                    case 2:
-                    case 4:
-                        return '[У мінулы] dddd [ў] LT';
-                }
-            },
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'праз %s',
-            past: '%s таму',
-            s: 'некалькі секунд',
-            m: relativeTimeWithPlural,
-            mm: relativeTimeWithPlural,
-            h: relativeTimeWithPlural,
-            hh: relativeTimeWithPlural,
-            d: 'дзень',
-            dd: relativeTimeWithPlural,
-            M: 'месяц',
-            MM: relativeTimeWithPlural,
-            y: 'год',
-            yy: relativeTimeWithPlural,
-        },
-        meridiemParse: /ночы|раніцы|дня|вечара/,
-        isPM: function (input) {
-            return /^(дня|вечара)$/.test(input);
-        },
-        meridiem: function (hour, minute, isLower) {
-            if (hour < 4) {
-                return 'ночы';
-            } else if (hour < 12) {
-                return 'раніцы';
-            } else if (hour < 17) {
-                return 'дня';
-            } else {
-                return 'вечара';
-            }
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}-(і|ы|га)/,
-        ordinal: function (number, period) {
-            switch (period) {
-                case 'M':
-                case 'd':
-                case 'DDD':
-                case 'w':
-                case 'W':
-                    return (number % 10 === 2 || number % 10 === 3) &&
-                        number % 100 !== 12 &&
-                        number % 100 !== 13
-                        ? number + '-і'
-                        : number + '-ы';
-                case 'D':
-                    return number + '-га';
-                default:
-                    return number;
-            }
-        },
-        week: {
-            dow: 1, // Monday is the first day of the week.
-            doy: 7, // The week that contains Jan 7th is the first week of the year.
-        },
-    });
-
-    return be;
-
-})));
-
-
-/***/ }),
-
-/***/ "1fc8":
-/***/ (function(module, exports, __nested_webpack_require_238322__) {
-
-var getMapData = __nested_webpack_require_238322__("4245");
-
-/**
- * Sets the map `key` to `value`.
- *
- * @private
- * @name set
- * @memberOf MapCache
- * @param {string} key The key of the value to set.
- * @param {*} value The value to set.
- * @returns {Object} Returns the map cache instance.
- */
-function mapCacheSet(key, value) {
-  var data = getMapData(this, key),
-      size = data.size;
-
-  data.set(key, value);
-  this.size += data.size == size ? 0 : 1;
-  return this;
-}
-
-module.exports = mapCacheSet;
-
-
-/***/ }),
-
-/***/ "201b":
-/***/ (function(module, exports, __nested_webpack_require_238898__) {
-
-//! moment.js locale configuration
-//! locale : Georgian [ka]
-//! author : Irakli Janiashvili : https://github.com/IrakliJani
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_238898__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var ka = moment.defineLocale('ka', {
-        months: 'იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი'.split(
-            '_'
-        ),
-        monthsShort: 'იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ'.split('_'),
-        weekdays: {
-            standalone: 'კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი'.split(
-                '_'
-            ),
-            format: 'კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს'.split(
-                '_'
-            ),
-            isFormat: /(წინა|შემდეგ)/,
-        },
-        weekdaysShort: 'კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ'.split('_'),
-        weekdaysMin: 'კვ_ორ_სა_ოთ_ხუ_პა_შა'.split('_'),
-        longDateFormat: {
-            LT: 'HH:mm',
-            LTS: 'HH:mm:ss',
-            L: 'DD/MM/YYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY HH:mm',
-            LLLL: 'dddd, D MMMM YYYY HH:mm',
-        },
-        calendar: {
-            sameDay: '[დღეს] LT[-ზე]',
-            nextDay: '[ხვალ] LT[-ზე]',
-            lastDay: '[გუშინ] LT[-ზე]',
-            nextWeek: '[შემდეგ] dddd LT[-ზე]',
-            lastWeek: '[წინა] dddd LT-ზე',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: function (s) {
-                return s.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/, function (
-                    $0,
-                    $1,
-                    $2
-                ) {
-                    return $2 === 'ი' ? $1 + 'ში' : $1 + $2 + 'ში';
-                });
-            },
-            past: function (s) {
-                if (/(წამი|წუთი|საათი|დღე|თვე)/.test(s)) {
-                    return s.replace(/(ი|ე)$/, 'ის წინ');
-                }
-                if (/წელი/.test(s)) {
-                    return s.replace(/წელი$/, 'წლის წინ');
-                }
-                return s;
-            },
-            s: 'რამდენიმე წამი',
-            ss: '%d წამი',
-            m: 'წუთი',
-            mm: '%d წუთი',
-            h: 'საათი',
-            hh: '%d საათი',
-            d: 'დღე',
-            dd: '%d დღე',
-            M: 'თვე',
-            MM: '%d თვე',
-            y: 'წელი',
-            yy: '%d წელი',
-        },
-        dayOfMonthOrdinalParse: /0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,
-        ordinal: function (number) {
-            if (number === 0) {
-                return number;
-            }
-            if (number === 1) {
-                return number + '-ლი';
-            }
-            if (
-                number < 20 ||
-                (number <= 100 && number % 20 === 0) ||
-                number % 100 === 0
-            ) {
-                return 'მე-' + number;
-            }
-            return number + '-ე';
-        },
-        week: {
-            dow: 1,
-            doy: 7,
-        },
-    });
-
-    return ka;
-
-})));
-
-
-/***/ }),
-
-/***/ "2266":
-/***/ (function(module, exports, __nested_webpack_require_242096__) {
-
-var anObject = __nested_webpack_require_242096__("825a");
-var isArrayIteratorMethod = __nested_webpack_require_242096__("e95a");
-var toLength = __nested_webpack_require_242096__("50c4");
-var bind = __nested_webpack_require_242096__("0366");
-var getIteratorMethod = __nested_webpack_require_242096__("35a1");
-var iteratorClose = __nested_webpack_require_242096__("2a62");
-
-var Result = function (stopped, result) {
-  this.stopped = stopped;
-  this.result = result;
-};
-
-module.exports = function (iterable, unboundFunction, options) {
-  var that = options && options.that;
-  var AS_ENTRIES = !!(options && options.AS_ENTRIES);
-  var IS_ITERATOR = !!(options && options.IS_ITERATOR);
-  var INTERRUPTED = !!(options && options.INTERRUPTED);
-  var fn = bind(unboundFunction, that, 1 + AS_ENTRIES + INTERRUPTED);
-  var iterator, iterFn, index, length, result, next, step;
-
-  var stop = function (condition) {
-    if (iterator) iteratorClose(iterator);
-    return new Result(true, condition);
-  };
-
-  var callFn = function (value) {
-    if (AS_ENTRIES) {
-      anObject(value);
-      return INTERRUPTED ? fn(value[0], value[1], stop) : fn(value[0], value[1]);
-    } return INTERRUPTED ? fn(value, stop) : fn(value);
-  };
-
-  if (IS_ITERATOR) {
-    iterator = iterable;
-  } else {
-    iterFn = getIteratorMethod(iterable);
-    if (typeof iterFn != 'function') throw TypeError('Target is not iterable');
-    // optimisation for array iterators
-    if (isArrayIteratorMethod(iterFn)) {
-      for (index = 0, length = toLength(iterable.length); length > index; index++) {
-        result = callFn(iterable[index]);
-        if (result && result instanceof Result) return result;
-      } return new Result(false);
-    }
-    iterator = iterFn.call(iterable);
-  }
-
-  next = iterator.next;
-  while (!(step = next.call(iterator)).done) {
-    try {
-      result = callFn(step.value);
-    } catch (error) {
-      iteratorClose(iterator);
-      throw error;
-    }
-    if (typeof result == 'object' && result && result instanceof Result) return result;
-  } return new Result(false);
-};
-
-
-/***/ }),
-
-/***/ "2286":
-/***/ (function(module, exports, __nested_webpack_require_244159__) {
-
-var apply = __nested_webpack_require_244159__("85e3");
-
-/* Built-in method references for those with the same name as other `lodash` methods. */
-var nativeMax = Math.max;
-
-/**
- * A specialized version of `baseRest` which transforms the rest array.
- *
- * @private
- * @param {Function} func The function to apply a rest parameter to.
- * @param {number} [start=func.length-1] The start position of the rest parameter.
- * @param {Function} transform The rest array transform.
- * @returns {Function} Returns the new function.
- */
-function overRest(func, start, transform) {
-  start = nativeMax(start === undefined ? (func.length - 1) : start, 0);
-  return function() {
-    var args = arguments,
-        index = -1,
-        length = nativeMax(args.length - start, 0),
-        array = Array(length);
-
-    while (++index < length) {
-      array[index] = args[start + index];
-    }
-    index = -1;
-    var otherArgs = Array(start + 1);
-    while (++index < start) {
-      otherArgs[index] = args[index];
-    }
-    otherArgs[start] = transform(array);
-    return apply(func, this, otherArgs);
-  };
-}
-
-module.exports = overRest;
-
-
-/***/ }),
-
-/***/ "22f8":
-/***/ (function(module, exports, __nested_webpack_require_245347__) {
-
-//! moment.js locale configuration
-//! locale : Korean [ko]
-//! author : Kyungwook, Park : https://github.com/kyungw00k
-//! author : Jeeeyul Lee 
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_245347__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var ko = moment.defineLocale('ko', {
-        months: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
-        monthsShort: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split(
-            '_'
-        ),
-        weekdays: '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),
-        weekdaysShort: '일_월_화_수_목_금_토'.split('_'),
-        weekdaysMin: '일_월_화_수_목_금_토'.split('_'),
-        longDateFormat: {
-            LT: 'A h:mm',
-            LTS: 'A h:mm:ss',
-            L: 'YYYY.MM.DD.',
-            LL: 'YYYY년 MMMM D일',
-            LLL: 'YYYY년 MMMM D일 A h:mm',
-            LLLL: 'YYYY년 MMMM D일 dddd A h:mm',
-            l: 'YYYY.MM.DD.',
-            ll: 'YYYY년 MMMM D일',
-            lll: 'YYYY년 MMMM D일 A h:mm',
-            llll: 'YYYY년 MMMM D일 dddd A h:mm',
-        },
-        calendar: {
-            sameDay: '오늘 LT',
-            nextDay: '내일 LT',
-            nextWeek: 'dddd LT',
-            lastDay: '어제 LT',
-            lastWeek: '지난주 dddd LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: '%s 후',
-            past: '%s 전',
-            s: '몇 초',
-            ss: '%d초',
-            m: '1분',
-            mm: '%d분',
-            h: '한 시간',
-            hh: '%d시간',
-            d: '하루',
-            dd: '%d일',
-            M: '한 달',
-            MM: '%d달',
-            y: '일 년',
-            yy: '%d년',
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}(일|월|주)/,
-        ordinal: function (number, period) {
-            switch (period) {
-                case 'd':
-                case 'D':
-                case 'DDD':
-                    return number + '일';
-                case 'M':
-                    return number + '월';
-                case 'w':
-                case 'W':
-                    return number + '주';
-                default:
-                    return number;
-            }
-        },
-        meridiemParse: /오전|오후/,
-        isPM: function (token) {
-            return token === '오후';
-        },
-        meridiem: function (hour, minute, isUpper) {
-            return hour < 12 ? '오전' : '오후';
-        },
-    });
-
-    return ko;
-
-})));
-
-
-/***/ }),
-
-/***/ "23cb":
-/***/ (function(module, exports, __nested_webpack_require_247854__) {
-
-var toInteger = __nested_webpack_require_247854__("a691");
-
-var max = Math.max;
-var min = Math.min;
-
-// Helper for a popular repeating case of the spec:
-// Let integer be ? ToInteger(index).
-// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
-module.exports = function (index, length) {
-  var integer = toInteger(index);
-  return integer < 0 ? max(integer + length, 0) : min(integer, length);
-};
-
-
-/***/ }),
-
-/***/ "23e7":
-/***/ (function(module, exports, __nested_webpack_require_248370__) {
-
-var global = __nested_webpack_require_248370__("da84");
-var getOwnPropertyDescriptor = __nested_webpack_require_248370__("06cf").f;
-var createNonEnumerableProperty = __nested_webpack_require_248370__("9112");
-var redefine = __nested_webpack_require_248370__("6eeb");
-var setGlobal = __nested_webpack_require_248370__("ce4e");
-var copyConstructorProperties = __nested_webpack_require_248370__("e893");
-var isForced = __nested_webpack_require_248370__("94ca");
-
-/*
-  options.target      - name of the target object
-  options.global      - target is the global object
-  options.stat        - export as static methods of target
-  options.proto       - export as prototype methods of target
-  options.real        - real prototype method for the `pure` version
-  options.forced      - export even if the native feature is available
-  options.bind        - bind methods to the target, required for the `pure` version
-  options.wrap        - wrap constructors to preventing global pollution, required for the `pure` version
-  options.unsafe      - use the simple assignment of property instead of delete + defineProperty
-  options.sham        - add a flag to not completely full polyfills
-  options.enumerable  - export as enumerable property
-  options.noTargetGet - prevent calling a getter on target
-*/
-module.exports = function (options, source) {
-  var TARGET = options.target;
-  var GLOBAL = options.global;
-  var STATIC = options.stat;
-  var FORCED, target, key, targetProperty, sourceProperty, descriptor;
-  if (GLOBAL) {
-    target = global;
-  } else if (STATIC) {
-    target = global[TARGET] || setGlobal(TARGET, {});
-  } else {
-    target = (global[TARGET] || {}).prototype;
-  }
-  if (target) for (key in source) {
-    sourceProperty = source[key];
-    if (options.noTargetGet) {
-      descriptor = getOwnPropertyDescriptor(target, key);
-      targetProperty = descriptor && descriptor.value;
-    } else targetProperty = target[key];
-    FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
-    // contained in target
-    if (!FORCED && targetProperty !== undefined) {
-      if (typeof sourceProperty === typeof targetProperty) continue;
-      copyConstructorProperties(sourceProperty, targetProperty);
-    }
-    // add a flag to not completely full polyfills
-    if (options.sham || (targetProperty && targetProperty.sham)) {
-      createNonEnumerableProperty(sourceProperty, 'sham', true);
-    }
-    // extend global
-    redefine(target, key, sourceProperty, options);
-  }
-};
-
-
-/***/ }),
-
-/***/ "241c":
-/***/ (function(module, exports, __nested_webpack_require_250870__) {
-
-var internalObjectKeys = __nested_webpack_require_250870__("ca84");
-var enumBugKeys = __nested_webpack_require_250870__("7839");
-
-var hiddenKeys = enumBugKeys.concat('length', 'prototype');
-
-// `Object.getOwnPropertyNames` method
-// https://tc39.github.io/ecma262/#sec-object.getownpropertynames
-exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
-  return internalObjectKeys(O, hiddenKeys);
-};
-
-
-/***/ }),
-
-/***/ "2421":
-/***/ (function(module, exports, __nested_webpack_require_251345__) {
-
-//! moment.js locale configuration
-//! locale : Kurdish [ku]
-//! author : Shahram Mebashar : https://github.com/ShahramMebashar
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_251345__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var symbolMap = {
-            1: '١',
-            2: '٢',
-            3: '٣',
-            4: '٤',
-            5: '٥',
-            6: '٦',
-            7: '٧',
-            8: '٨',
-            9: '٩',
-            0: '٠',
-        },
-        numberMap = {
-            '١': '1',
-            '٢': '2',
-            '٣': '3',
-            '٤': '4',
-            '٥': '5',
-            '٦': '6',
-            '٧': '7',
-            '٨': '8',
-            '٩': '9',
-            '٠': '0',
-        },
-        months = [
-            'کانونی دووەم',
-            'شوبات',
-            'ئازار',
-            'نیسان',
-            'ئایار',
-            'حوزەیران',
-            'تەمموز',
-            'ئاب',
-            'ئەیلوول',
-            'تشرینی یەكەم',
-            'تشرینی دووەم',
-            'كانونی یەکەم',
-        ];
-
-    var ku = moment.defineLocale('ku', {
-        months: months,
-        monthsShort: months,
-        weekdays: 'یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌'.split(
-            '_'
-        ),
-        weekdaysShort: 'یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌'.split(
-            '_'
-        ),
-        weekdaysMin: 'ی_د_س_چ_پ_ه_ش'.split('_'),
-        weekdaysParseExact: true,
-        longDateFormat: {
-            LT: 'HH:mm',
-            LTS: 'HH:mm:ss',
-            L: 'DD/MM/YYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY HH:mm',
-            LLLL: 'dddd, D MMMM YYYY HH:mm',
-        },
-        meridiemParse: /ئێواره‌|به‌یانی/,
-        isPM: function (input) {
-            return /ئێواره‌/.test(input);
-        },
-        meridiem: function (hour, minute, isLower) {
-            if (hour < 12) {
-                return 'به‌یانی';
-            } else {
-                return 'ئێواره‌';
-            }
-        },
-        calendar: {
-            sameDay: '[ئه‌مرۆ كاتژمێر] LT',
-            nextDay: '[به‌یانی كاتژمێر] LT',
-            nextWeek: 'dddd [كاتژمێر] LT',
-            lastDay: '[دوێنێ كاتژمێر] LT',
-            lastWeek: 'dddd [كاتژمێر] LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'له‌ %s',
-            past: '%s',
-            s: 'چه‌ند چركه‌یه‌ك',
-            ss: 'چركه‌ %d',
-            m: 'یه‌ك خوله‌ك',
-            mm: '%d خوله‌ك',
-            h: 'یه‌ك كاتژمێر',
-            hh: '%d كاتژمێر',
-            d: 'یه‌ك ڕۆژ',
-            dd: '%d ڕۆژ',
-            M: 'یه‌ك مانگ',
-            MM: '%d مانگ',
-            y: 'یه‌ك ساڵ',
-            yy: '%d ساڵ',
-        },
-        preparse: function (string) {
-            return string
-                .replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {
-                    return numberMap[match];
-                })
-                .replace(/،/g, ',');
-        },
-        postformat: function (string) {
-            return string
-                .replace(/\d/g, function (match) {
-                    return symbolMap[match];
-                })
-                .replace(/,/g, '،');
-        },
-        week: {
-            dow: 6, // Saturday is the first day of the week.
-            doy: 12, // The week that contains Jan 12th is the first week of the year.
-        },
-    });
-
-    return ku;
-
-})));
-
-
-/***/ }),
-
-/***/ "2474":
-/***/ (function(module, exports, __nested_webpack_require_254895__) {
-
-var root = __nested_webpack_require_254895__("2b3e");
-
-/** Built-in value references. */
-var Uint8Array = root.Uint8Array;
-
-module.exports = Uint8Array;
-
-
-/***/ }),
-
-/***/ "2478":
-/***/ (function(module, exports, __nested_webpack_require_255118__) {
-
-var getMapData = __nested_webpack_require_255118__("4245");
-
-/**
- * Gets the map value for `key`.
- *
- * @private
- * @name get
- * @memberOf MapCache
- * @param {string} key The key of the value to get.
- * @returns {*} Returns the entry value.
- */
-function mapCacheGet(key) {
-  return getMapData(this, key).get(key);
-}
-
-module.exports = mapCacheGet;
-
-
-/***/ }),
-
-/***/ "2524":
-/***/ (function(module, exports, __nested_webpack_require_255535__) {
-
-var nativeCreate = __nested_webpack_require_255535__("6044");
-
-/** Used to stand-in for `undefined` hash values. */
-var HASH_UNDEFINED = '__lodash_hash_undefined__';
-
-/**
- * Sets the hash `key` to `value`.
- *
- * @private
- * @name set
- * @memberOf Hash
- * @param {string} key The key of the value to set.
- * @param {*} value The value to set.
- * @returns {Object} Returns the hash instance.
- */
-function hashSet(key, value) {
-  var data = this.__data__;
-  this.size += this.has(key) ? 0 : 1;
-  data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;
-  return this;
-}
-
-module.exports = hashSet;
-
-
-/***/ }),
-
-/***/ "252c":
-/***/ (function(module, __webpack_exports__, __nested_webpack_require_256230__) {
-
-"use strict";
-/* WEBPACK VAR INJECTION */(function(global) {/* harmony export (binding) */ __nested_webpack_require_256230__.d(__webpack_exports__, "a", function() { return __vue_component__; });
-/* unused harmony export install */
-function getInternetExplorerVersion() {
-  var ua = window.navigator.userAgent;
-  var msie = ua.indexOf('MSIE ');
-
-  if (msie > 0) {
-    // IE 10 or older => return version number
-    return parseInt(ua.substring(msie + 5, ua.indexOf('.', msie)), 10);
-  }
-
-  var trident = ua.indexOf('Trident/');
-
-  if (trident > 0) {
-    // IE 11 => return version number
-    var rv = ua.indexOf('rv:');
-    return parseInt(ua.substring(rv + 3, ua.indexOf('.', rv)), 10);
-  }
-
-  var edge = ua.indexOf('Edge/');
-
-  if (edge > 0) {
-    // Edge (IE 12+) => return version number
-    return parseInt(ua.substring(edge + 5, ua.indexOf('.', edge)), 10);
-  } // other browser
-
-
-  return -1;
-}
-
-//
-
-let isIE;
-
-function initCompat () {
-  if (!initCompat.init) {
-    initCompat.init = true;
-    isIE = getInternetExplorerVersion() !== -1;
-  }
-}
-
-var script = {
-  name: 'ResizeObserver',
-
-  props: {
-    emitOnMount: {
-      type: Boolean,
-      default: false,
-    },
-
-    ignoreWidth: {
-      type: Boolean,
-      default: false,
-    },
-
-    ignoreHeight: {
-      type: Boolean,
-      default: false,
-    },
-  },
-
-  mounted () {
-    initCompat();
-    this.$nextTick(() => {
-      this._w = this.$el.offsetWidth;
-      this._h = this.$el.offsetHeight;
-      if (this.emitOnMount) {
-        this.emitSize();
-      }
-    });
-    const object = document.createElement('object');
-    this._resizeObject = object;
-    object.setAttribute('aria-hidden', 'true');
-    object.setAttribute('tabindex', -1);
-    object.onload = this.addResizeHandlers;
-    object.type = 'text/html';
-    if (isIE) {
-      this.$el.appendChild(object);
-    }
-    object.data = 'about:blank';
-    if (!isIE) {
-      this.$el.appendChild(object);
-    }
-  },
-
-  beforeDestroy () {
-    this.removeResizeHandlers();
-  },
-
-  methods: {
-    compareAndNotify () {
-      if ((!this.ignoreWidth && this._w !== this.$el.offsetWidth) || (!this.ignoreHeight && this._h !== this.$el.offsetHeight)) {
-        this._w = this.$el.offsetWidth;
-        this._h = this.$el.offsetHeight;
-        this.emitSize();
-      }
-    },
-
-    emitSize () {
-      this.$emit('notify', {
-        width: this._w,
-        height: this._h,
-      });
-    },
-
-    addResizeHandlers () {
-      this._resizeObject.contentDocument.defaultView.addEventListener('resize', this.compareAndNotify);
-      this.compareAndNotify();
-    },
-
-    removeResizeHandlers () {
-      if (this._resizeObject && this._resizeObject.onload) {
-        if (!isIE && this._resizeObject.contentDocument) {
-          this._resizeObject.contentDocument.defaultView.removeEventListener('resize', this.compareAndNotify);
-        }
-        this.$el.removeChild(this._resizeObject);
-        this._resizeObject.onload = null;
-        this._resizeObject = null;
-      }
-    },
-  },
-};
-
-function normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier
-/* server only */
-, shadowMode, createInjector, createInjectorSSR, createInjectorShadow) {
-  if (typeof shadowMode !== 'boolean') {
-    createInjectorSSR = createInjector;
-    createInjector = shadowMode;
-    shadowMode = false;
-  } // Vue.extend constructor export interop.
-
-
-  var options = typeof script === 'function' ? script.options : script; // render functions
-
-  if (template && template.render) {
-    options.render = template.render;
-    options.staticRenderFns = template.staticRenderFns;
-    options._compiled = true; // functional template
-
-    if (isFunctionalTemplate) {
-      options.functional = true;
-    }
-  } // scopedId
-
-
-  if (scopeId) {
-    options._scopeId = scopeId;
-  }
-
-  var hook;
-
-  if (moduleIdentifier) {
-    // server build
-    hook = function hook(context) {
-      // 2.3 injection
-      context = context || // cached call
-      this.$vnode && this.$vnode.ssrContext || // stateful
-      this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext; // functional
-      // 2.2 with runInNewContext: true
-
-      if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
-        context = __VUE_SSR_CONTEXT__;
-      } // inject component styles
-
-
-      if (style) {
-        style.call(this, createInjectorSSR(context));
-      } // register component module identifier for async chunk inference
-
-
-      if (context && context._registeredComponents) {
-        context._registeredComponents.add(moduleIdentifier);
-      }
-    }; // used by ssr in case component is cached and beforeCreate
-    // never gets called
-
-
-    options._ssrRegister = hook;
-  } else if (style) {
-    hook = shadowMode ? function (context) {
-      style.call(this, createInjectorShadow(context, this.$root.$options.shadowRoot));
-    } : function (context) {
-      style.call(this, createInjector(context));
-    };
-  }
-
-  if (hook) {
-    if (options.functional) {
-      // register for functional component in vue file
-      var originalRender = options.render;
-
-      options.render = function renderWithStyleInjection(h, context) {
-        hook.call(context);
-        return originalRender(h, context);
-      };
-    } else {
-      // inject component registration as beforeCreate hook
-      var existing = options.beforeCreate;
-      options.beforeCreate = existing ? [].concat(existing, hook) : [hook];
-    }
-  }
-
-  return script;
-}
-
-/* script */
-const __vue_script__ = script;
-/* template */
-var __vue_render__ = function() {
-  var _vm = this;
-  var _h = _vm.$createElement;
-  var _c = _vm._self._c || _h;
-  return _c("div", {
-    staticClass: "resize-observer",
-    attrs: { tabindex: "-1" }
-  })
-};
-var __vue_staticRenderFns__ = [];
-__vue_render__._withStripped = true;
-
-  /* style */
-  const __vue_inject_styles__ = undefined;
-  /* scoped */
-  const __vue_scope_id__ = "data-v-8859cc6c";
-  /* module identifier */
-  const __vue_module_identifier__ = undefined;
-  /* functional template */
-  const __vue_is_functional_template__ = false;
-  /* style inject */
-  
-  /* style inject SSR */
-  
-  /* style inject shadow dom */
-  
-
-  
-  const __vue_component__ = /*#__PURE__*/normalizeComponent(
-    { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
-    __vue_inject_styles__,
-    __vue_script__,
-    __vue_scope_id__,
-    __vue_is_functional_template__,
-    __vue_module_identifier__,
-    false,
-    undefined,
-    undefined,
-    undefined
-  );
-
-function install(Vue) {
-  // eslint-disable-next-line vue/component-definition-name-casing
-  Vue.component('resize-observer', __vue_component__);
-  Vue.component('ResizeObserver', __vue_component__);
-}
-
-var plugin = {
-  // eslint-disable-next-line no-undef
-  version: "1.0.0",
-  install: install
-};
-
-var GlobalVue = null;
-
-if (typeof window !== 'undefined') {
-  GlobalVue = window.Vue;
-} else if (typeof global !== 'undefined') {
-  GlobalVue = global.Vue;
-}
-
-if (GlobalVue) {
-  GlobalVue.use(plugin);
-}
-
-/* unused harmony default export */ var _unused_webpack_default_export = (plugin);
-
-//# sourceMappingURL=vue-resize.esm.js.map
-
-/* WEBPACK VAR INJECTION */}.call(this, __nested_webpack_require_256230__("c8ba")))
-
-/***/ }),
-
-/***/ "2532":
-/***/ (function(module, exports, __nested_webpack_require_263474__) {
-
-"use strict";
-
-var $ = __nested_webpack_require_263474__("23e7");
-var notARegExp = __nested_webpack_require_263474__("5a34");
-var requireObjectCoercible = __nested_webpack_require_263474__("1d80");
-var correctIsRegExpLogic = __nested_webpack_require_263474__("ab13");
-
-// `String.prototype.includes` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.includes
-$({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }, {
-  includes: function includes(searchString /* , position = 0 */) {
-    return !!~String(requireObjectCoercible(this))
-      .indexOf(notARegExp(searchString), arguments.length > 1 ? arguments[1] : undefined);
-  }
-});
-
-
-/***/ }),
-
-/***/ "253c":
-/***/ (function(module, exports, __nested_webpack_require_264173__) {
-
-var baseGetTag = __nested_webpack_require_264173__("3729"),
-    isObjectLike = __nested_webpack_require_264173__("1310");
-
-/** `Object#toString` result references. */
-var argsTag = '[object Arguments]';
-
-/**
- * The base implementation of `_.isArguments`.
- *
- * @private
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is an `arguments` object,
- */
-function baseIsArguments(value) {
-  return isObjectLike(value) && baseGetTag(value) == argsTag;
-}
-
-module.exports = baseIsArguments;
-
-
-/***/ }),
-
-/***/ "2554":
-/***/ (function(module, exports, __nested_webpack_require_264750__) {
-
-//! moment.js locale configuration
-//! locale : Bosnian [bs]
-//! author : Nedim Cholich : https://github.com/frontyard
-//! based on (hr) translation by Bojan Marković
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_264750__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    function translate(number, withoutSuffix, key) {
-        var result = number + ' ';
-        switch (key) {
-            case 'ss':
-                if (number === 1) {
-                    result += 'sekunda';
-                } else if (number === 2 || number === 3 || number === 4) {
-                    result += 'sekunde';
-                } else {
-                    result += 'sekundi';
-                }
-                return result;
-            case 'm':
-                return withoutSuffix ? 'jedna minuta' : 'jedne minute';
-            case 'mm':
-                if (number === 1) {
-                    result += 'minuta';
-                } else if (number === 2 || number === 3 || number === 4) {
-                    result += 'minute';
-                } else {
-                    result += 'minuta';
-                }
-                return result;
-            case 'h':
-                return withoutSuffix ? 'jedan sat' : 'jednog sata';
-            case 'hh':
-                if (number === 1) {
-                    result += 'sat';
-                } else if (number === 2 || number === 3 || number === 4) {
-                    result += 'sata';
-                } else {
-                    result += 'sati';
-                }
-                return result;
-            case 'dd':
-                if (number === 1) {
-                    result += 'dan';
-                } else {
-                    result += 'dana';
-                }
-                return result;
-            case 'MM':
-                if (number === 1) {
-                    result += 'mjesec';
-                } else if (number === 2 || number === 3 || number === 4) {
-                    result += 'mjeseca';
-                } else {
-                    result += 'mjeseci';
-                }
-                return result;
-            case 'yy':
-                if (number === 1) {
-                    result += 'godina';
-                } else if (number === 2 || number === 3 || number === 4) {
-                    result += 'godine';
-                } else {
-                    result += 'godina';
-                }
-                return result;
-        }
-    }
-
-    var bs = moment.defineLocale('bs', {
-        months: 'januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar'.split(
-            '_'
-        ),
-        monthsShort: 'jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.'.split(
-            '_'
-        ),
-        monthsParseExact: true,
-        weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split(
-            '_'
-        ),
-        weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),
-        weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),
-        weekdaysParseExact: true,
-        longDateFormat: {
-            LT: 'H:mm',
-            LTS: 'H:mm:ss',
-            L: 'DD.MM.YYYY',
-            LL: 'D. MMMM YYYY',
-            LLL: 'D. MMMM YYYY H:mm',
-            LLLL: 'dddd, D. MMMM YYYY H:mm',
-        },
-        calendar: {
-            sameDay: '[danas u] LT',
-            nextDay: '[sutra u] LT',
-            nextWeek: function () {
-                switch (this.day()) {
-                    case 0:
-                        return '[u] [nedjelju] [u] LT';
-                    case 3:
-                        return '[u] [srijedu] [u] LT';
-                    case 6:
-                        return '[u] [subotu] [u] LT';
-                    case 1:
-                    case 2:
-                    case 4:
-                    case 5:
-                        return '[u] dddd [u] LT';
-                }
-            },
-            lastDay: '[jučer u] LT',
-            lastWeek: function () {
-                switch (this.day()) {
-                    case 0:
-                    case 3:
-                        return '[prošlu] dddd [u] LT';
-                    case 6:
-                        return '[prošle] [subote] [u] LT';
-                    case 1:
-                    case 2:
-                    case 4:
-                    case 5:
-                        return '[prošli] dddd [u] LT';
-                }
-            },
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'za %s',
-            past: 'prije %s',
-            s: 'par sekundi',
-            ss: translate,
-            m: translate,
-            mm: translate,
-            h: translate,
-            hh: translate,
-            d: 'dan',
-            dd: translate,
-            M: 'mjesec',
-            MM: translate,
-            y: 'godinu',
-            yy: translate,
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}\./,
-        ordinal: '%d.',
-        week: {
-            dow: 1, // Monday is the first day of the week.
-            doy: 7, // The week that contains Jan 7th is the first week of the year.
-        },
-    });
-
-    return bs;
-
-})));
-
-
-/***/ }),
-
-/***/ "25f0":
-/***/ (function(module, exports, __nested_webpack_require_270011__) {
-
-"use strict";
-
-var redefine = __nested_webpack_require_270011__("6eeb");
-var anObject = __nested_webpack_require_270011__("825a");
-var fails = __nested_webpack_require_270011__("d039");
-var flags = __nested_webpack_require_270011__("ad6d");
-
-var TO_STRING = 'toString';
-var RegExpPrototype = RegExp.prototype;
-var nativeToString = RegExpPrototype[TO_STRING];
-
-var NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });
-// FF44- RegExp#toString has a wrong name
-var INCORRECT_NAME = nativeToString.name != TO_STRING;
-
-// `RegExp.prototype.toString` method
-// https://tc39.github.io/ecma262/#sec-regexp.prototype.tostring
-if (NOT_GENERIC || INCORRECT_NAME) {
-  redefine(RegExp.prototype, TO_STRING, function toString() {
-    var R = anObject(this);
-    var p = String(R.source);
-    var rf = R.flags;
-    var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);
-    return '/' + p + '/' + f;
-  }, { unsafe: true });
-}
-
-
-/***/ }),
-
-/***/ "2626":
-/***/ (function(module, exports, __nested_webpack_require_271059__) {
-
-"use strict";
-
-var getBuiltIn = __nested_webpack_require_271059__("d066");
-var definePropertyModule = __nested_webpack_require_271059__("9bf2");
-var wellKnownSymbol = __nested_webpack_require_271059__("b622");
-var DESCRIPTORS = __nested_webpack_require_271059__("83ab");
-
-var SPECIES = wellKnownSymbol('species');
-
-module.exports = function (CONSTRUCTOR_NAME) {
-  var Constructor = getBuiltIn(CONSTRUCTOR_NAME);
-  var defineProperty = definePropertyModule.f;
-
-  if (DESCRIPTORS && Constructor && !Constructor[SPECIES]) {
-    defineProperty(Constructor, SPECIES, {
-      configurable: true,
-      get: function () { return this; }
-    });
-  }
-};
-
-
-/***/ }),
-
-/***/ "26f9":
-/***/ (function(module, exports, __nested_webpack_require_271732__) {
-
-//! moment.js locale configuration
-//! locale : Lithuanian [lt]
-//! author : Mindaugas Mozūras : https://github.com/mmozuras
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_271732__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var units = {
-        ss: 'sekundė_sekundžių_sekundes',
-        m: 'minutė_minutės_minutę',
-        mm: 'minutės_minučių_minutes',
-        h: 'valanda_valandos_valandą',
-        hh: 'valandos_valandų_valandas',
-        d: 'diena_dienos_dieną',
-        dd: 'dienos_dienų_dienas',
-        M: 'mėnuo_mėnesio_mėnesį',
-        MM: 'mėnesiai_mėnesių_mėnesius',
-        y: 'metai_metų_metus',
-        yy: 'metai_metų_metus',
-    };
-    function translateSeconds(number, withoutSuffix, key, isFuture) {
-        if (withoutSuffix) {
-            return 'kelios sekundės';
-        } else {
-            return isFuture ? 'kelių sekundžių' : 'kelias sekundes';
-        }
-    }
-    function translateSingular(number, withoutSuffix, key, isFuture) {
-        return withoutSuffix
-            ? forms(key)[0]
-            : isFuture
-            ? forms(key)[1]
-            : forms(key)[2];
-    }
-    function special(number) {
-        return number % 10 === 0 || (number > 10 && number < 20);
-    }
-    function forms(key) {
-        return units[key].split('_');
-    }
-    function translate(number, withoutSuffix, key, isFuture) {
-        var result = number + ' ';
-        if (number === 1) {
-            return (
-                result + translateSingular(number, withoutSuffix, key[0], isFuture)
-            );
-        } else if (withoutSuffix) {
-            return result + (special(number) ? forms(key)[1] : forms(key)[0]);
-        } else {
-            if (isFuture) {
-                return result + forms(key)[1];
-            } else {
-                return result + (special(number) ? forms(key)[1] : forms(key)[2]);
-            }
-        }
-    }
-    var lt = moment.defineLocale('lt', {
-        months: {
-            format: 'sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio'.split(
-                '_'
-            ),
-            standalone: 'sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis'.split(
-                '_'
-            ),
-            isFormat: /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/,
-        },
-        monthsShort: 'sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd'.split('_'),
-        weekdays: {
-            format: 'sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį'.split(
-                '_'
-            ),
-            standalone: 'sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis'.split(
-                '_'
-            ),
-            isFormat: /dddd HH:mm/,
-        },
-        weekdaysShort: 'Sek_Pir_Ant_Tre_Ket_Pen_Šeš'.split('_'),
-        weekdaysMin: 'S_P_A_T_K_Pn_Š'.split('_'),
-        weekdaysParseExact: true,
-        longDateFormat: {
-            LT: 'HH:mm',
-            LTS: 'HH:mm:ss',
-            L: 'YYYY-MM-DD',
-            LL: 'YYYY [m.] MMMM D [d.]',
-            LLL: 'YYYY [m.] MMMM D [d.], HH:mm [val.]',
-            LLLL: 'YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]',
-            l: 'YYYY-MM-DD',
-            ll: 'YYYY [m.] MMMM D [d.]',
-            lll: 'YYYY [m.] MMMM D [d.], HH:mm [val.]',
-            llll: 'YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]',
-        },
-        calendar: {
-            sameDay: '[Šiandien] LT',
-            nextDay: '[Rytoj] LT',
-            nextWeek: 'dddd LT',
-            lastDay: '[Vakar] LT',
-            lastWeek: '[Praėjusį] dddd LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'po %s',
-            past: 'prieš %s',
-            s: translateSeconds,
-            ss: translate,
-            m: translateSingular,
-            mm: translate,
-            h: translateSingular,
-            hh: translate,
-            d: translateSingular,
-            dd: translate,
-            M: translateSingular,
-            MM: translate,
-            y: translateSingular,
-            yy: translate,
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}-oji/,
-        ordinal: function (number) {
-            return number + '-oji';
-        },
-        week: {
-            dow: 1, // Monday is the first day of the week.
-            doy: 4, // The week that contains Jan 4th is the first week of the year.
-        },
-    });
-
-    return lt;
-
-})));
-
-
-/***/ }),
-
-/***/ "28c9":
-/***/ (function(module, exports) {
-
-/**
- * Removes all key-value entries from the list cache.
- *
- * @private
- * @name clear
- * @memberOf ListCache
- */
-function listCacheClear() {
-  this.__data__ = [];
-  this.size = 0;
-}
-
-module.exports = listCacheClear;
-
-
-/***/ }),
-
-/***/ "2921":
-/***/ (function(module, exports, __nested_webpack_require_276630__) {
-
-//! moment.js locale configuration
-//! locale : Vietnamese [vi]
-//! author : Bang Nguyen : https://github.com/bangnk
-//! author : Chien Kira : https://github.com/chienkira
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_276630__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var vi = moment.defineLocale('vi', {
-        months: 'tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12'.split(
-            '_'
-        ),
-        monthsShort: 'Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12'.split(
-            '_'
-        ),
-        monthsParseExact: true,
-        weekdays: 'chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy'.split(
-            '_'
-        ),
-        weekdaysShort: 'CN_T2_T3_T4_T5_T6_T7'.split('_'),
-        weekdaysMin: 'CN_T2_T3_T4_T5_T6_T7'.split('_'),
-        weekdaysParseExact: true,
-        meridiemParse: /sa|ch/i,
-        isPM: function (input) {
-            return /^ch$/i.test(input);
-        },
-        meridiem: function (hours, minutes, isLower) {
-            if (hours < 12) {
-                return isLower ? 'sa' : 'SA';
-            } else {
-                return isLower ? 'ch' : 'CH';
-            }
-        },
-        longDateFormat: {
-            LT: 'HH:mm',
-            LTS: 'HH:mm:ss',
-            L: 'DD/MM/YYYY',
-            LL: 'D MMMM [năm] YYYY',
-            LLL: 'D MMMM [năm] YYYY HH:mm',
-            LLLL: 'dddd, D MMMM [năm] YYYY HH:mm',
-            l: 'DD/M/YYYY',
-            ll: 'D MMM YYYY',
-            lll: 'D MMM YYYY HH:mm',
-            llll: 'ddd, D MMM YYYY HH:mm',
-        },
-        calendar: {
-            sameDay: '[Hôm nay lúc] LT',
-            nextDay: '[Ngày mai lúc] LT',
-            nextWeek: 'dddd [tuần tới lúc] LT',
-            lastDay: '[Hôm qua lúc] LT',
-            lastWeek: 'dddd [tuần trước lúc] LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: '%s tới',
-            past: '%s trước',
-            s: 'vài giây',
-            ss: '%d giây',
-            m: 'một phút',
-            mm: '%d phút',
-            h: 'một giờ',
-            hh: '%d giờ',
-            d: 'một ngày',
-            dd: '%d ngày',
-            w: 'một tuần',
-            ww: '%d tuần',
-            M: 'một tháng',
-            MM: '%d tháng',
-            y: 'một năm',
-            yy: '%d năm',
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}/,
-        ordinal: function (number) {
-            return number;
-        },
-        week: {
-            dow: 1, // Monday is the first day of the week.
-            doy: 4, // The week that contains Jan 4th is the first week of the year.
-        },
-    });
-
-    return vi;
-
-})));
-
-
-/***/ }),
-
-/***/ "293c":
-/***/ (function(module, exports, __nested_webpack_require_279489__) {
-
-//! moment.js locale configuration
-//! locale : Montenegrin [me]
-//! author : Miodrag Nikač  : https://github.com/miodragnikac
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_279489__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var translator = {
-        words: {
-            //Different grammatical cases
-            ss: ['sekund', 'sekunda', 'sekundi'],
-            m: ['jedan minut', 'jednog minuta'],
-            mm: ['minut', 'minuta', 'minuta'],
-            h: ['jedan sat', 'jednog sata'],
-            hh: ['sat', 'sata', 'sati'],
-            dd: ['dan', 'dana', 'dana'],
-            MM: ['mjesec', 'mjeseca', 'mjeseci'],
-            yy: ['godina', 'godine', 'godina'],
-        },
-        correctGrammaticalCase: function (number, wordKey) {
-            return number === 1
-                ? wordKey[0]
-                : number >= 2 && number <= 4
-                ? wordKey[1]
-                : wordKey[2];
-        },
-        translate: function (number, withoutSuffix, key) {
-            var wordKey = translator.words[key];
-            if (key.length === 1) {
-                return withoutSuffix ? wordKey[0] : wordKey[1];
-            } else {
-                return (
-                    number +
-                    ' ' +
-                    translator.correctGrammaticalCase(number, wordKey)
-                );
-            }
-        },
-    };
-
-    var me = moment.defineLocale('me', {
-        months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split(
-            '_'
-        ),
-        monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split(
-            '_'
-        ),
-        monthsParseExact: true,
-        weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split(
-            '_'
-        ),
-        weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),
-        weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),
-        weekdaysParseExact: true,
-        longDateFormat: {
-            LT: 'H:mm',
-            LTS: 'H:mm:ss',
-            L: 'DD.MM.YYYY',
-            LL: 'D. MMMM YYYY',
-            LLL: 'D. MMMM YYYY H:mm',
-            LLLL: 'dddd, D. MMMM YYYY H:mm',
-        },
-        calendar: {
-            sameDay: '[danas u] LT',
-            nextDay: '[sjutra u] LT',
-
-            nextWeek: function () {
-                switch (this.day()) {
-                    case 0:
-                        return '[u] [nedjelju] [u] LT';
-                    case 3:
-                        return '[u] [srijedu] [u] LT';
-                    case 6:
-                        return '[u] [subotu] [u] LT';
-                    case 1:
-                    case 2:
-                    case 4:
-                    case 5:
-                        return '[u] dddd [u] LT';
-                }
-            },
-            lastDay: '[juče u] LT',
-            lastWeek: function () {
-                var lastWeekDays = [
-                    '[prošle] [nedjelje] [u] LT',
-                    '[prošlog] [ponedjeljka] [u] LT',
-                    '[prošlog] [utorka] [u] LT',
-                    '[prošle] [srijede] [u] LT',
-                    '[prošlog] [četvrtka] [u] LT',
-                    '[prošlog] [petka] [u] LT',
-                    '[prošle] [subote] [u] LT',
-                ];
-                return lastWeekDays[this.day()];
-            },
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'za %s',
-            past: 'prije %s',
-            s: 'nekoliko sekundi',
-            ss: translator.translate,
-            m: translator.translate,
-            mm: translator.translate,
-            h: translator.translate,
-            hh: translator.translate,
-            d: 'dan',
-            dd: translator.translate,
-            M: 'mjesec',
-            MM: translator.translate,
-            y: 'godinu',
-            yy: translator.translate,
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}\./,
-        ordinal: '%d.',
-        week: {
-            dow: 1, // Monday is the first day of the week.
-            doy: 7, // The week that contains Jan 7th is the first week of the year.
-        },
-    });
-
-    return me;
-
-})));
-
-
-/***/ }),
-
-/***/ "29f3":
-/***/ (function(module, exports) {
-
-/** Used for built-in method references. */
-var objectProto = Object.prototype;
-
-/**
- * Used to resolve the
- * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
- * of values.
- */
-var nativeObjectToString = objectProto.toString;
-
-/**
- * Converts `value` to a string using `Object.prototype.toString`.
- *
- * @private
- * @param {*} value The value to convert.
- * @returns {string} Returns the converted string.
- */
-function objectToString(value) {
-  return nativeObjectToString.call(value);
-}
-
-module.exports = objectToString;
-
-
-/***/ }),
-
-/***/ "2a62":
-/***/ (function(module, exports, __nested_webpack_require_284457__) {
-
-var anObject = __nested_webpack_require_284457__("825a");
-
-module.exports = function (iterator) {
-  var returnMethod = iterator['return'];
-  if (returnMethod !== undefined) {
-    return anObject(returnMethod.call(iterator)).value;
-  }
-};
-
-
-/***/ }),
-
-/***/ "2b3e":
-/***/ (function(module, exports, __nested_webpack_require_284765__) {
-
-var freeGlobal = __nested_webpack_require_284765__("585a");
-
-/** Detect free variable `self`. */
-var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
-
-/** Used as a reference to the global object. */
-var root = freeGlobal || freeSelf || Function('return this')();
-
-module.exports = root;
-
-
-/***/ }),
-
-/***/ "2bfb":
-/***/ (function(module, exports, __nested_webpack_require_285152__) {
-
-//! moment.js locale configuration
-//! locale : Afrikaans [af]
-//! author : Werner Mollentze : https://github.com/wernerm
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_285152__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var af = moment.defineLocale('af', {
-        months: 'Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember'.split(
-            '_'
-        ),
-        monthsShort: 'Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des'.split('_'),
-        weekdays: 'Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag'.split(
-            '_'
-        ),
-        weekdaysShort: 'Son_Maa_Din_Woe_Don_Vry_Sat'.split('_'),
-        weekdaysMin: 'So_Ma_Di_Wo_Do_Vr_Sa'.split('_'),
-        meridiemParse: /vm|nm/i,
-        isPM: function (input) {
-            return /^nm$/i.test(input);
-        },
-        meridiem: function (hours, minutes, isLower) {
-            if (hours < 12) {
-                return isLower ? 'vm' : 'VM';
-            } else {
-                return isLower ? 'nm' : 'NM';
-            }
-        },
-        longDateFormat: {
-            LT: 'HH:mm',
-            LTS: 'HH:mm:ss',
-            L: 'DD/MM/YYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY HH:mm',
-            LLLL: 'dddd, D MMMM YYYY HH:mm',
-        },
-        calendar: {
-            sameDay: '[Vandag om] LT',
-            nextDay: '[Môre om] LT',
-            nextWeek: 'dddd [om] LT',
-            lastDay: '[Gister om] LT',
-            lastWeek: '[Laas] dddd [om] LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'oor %s',
-            past: '%s gelede',
-            s: "'n paar sekondes",
-            ss: '%d sekondes',
-            m: "'n minuut",
-            mm: '%d minute',
-            h: "'n uur",
-            hh: '%d ure',
-            d: "'n dag",
-            dd: '%d dae',
-            M: "'n maand",
-            MM: '%d maande',
-            y: "'n jaar",
-            yy: '%d jaar',
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}(ste|de)/,
-        ordinal: function (number) {
-            return (
-                number +
-                (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')
-            ); // Thanks to Joris Röling : https://github.com/jjupiter
-        },
-        week: {
-            dow: 1, // Maandag is die eerste dag van die week.
-            doy: 4, // Die week wat die 4de Januarie bevat is die eerste week van die jaar.
-        },
-    });
-
-    return af;
-
-})));
-
-
-/***/ }),
-
-/***/ "2ca0":
-/***/ (function(module, exports, __nested_webpack_require_287805__) {
-
-"use strict";
-
-var $ = __nested_webpack_require_287805__("23e7");
-var getOwnPropertyDescriptor = __nested_webpack_require_287805__("06cf").f;
-var toLength = __nested_webpack_require_287805__("50c4");
-var notARegExp = __nested_webpack_require_287805__("5a34");
-var requireObjectCoercible = __nested_webpack_require_287805__("1d80");
-var correctIsRegExpLogic = __nested_webpack_require_287805__("ab13");
-var IS_PURE = __nested_webpack_require_287805__("c430");
-
-var nativeStartsWith = ''.startsWith;
-var min = Math.min;
-
-var CORRECT_IS_REGEXP_LOGIC = correctIsRegExpLogic('startsWith');
-// https://github.com/zloirock/core-js/pull/702
-var MDN_POLYFILL_BUG = !IS_PURE && !CORRECT_IS_REGEXP_LOGIC && !!function () {
-  var descriptor = getOwnPropertyDescriptor(String.prototype, 'startsWith');
-  return descriptor && !descriptor.writable;
-}();
-
-// `String.prototype.startsWith` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.startswith
-$({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, {
-  startsWith: function startsWith(searchString /* , position = 0 */) {
-    var that = String(requireObjectCoercible(this));
-    notARegExp(searchString);
-    var index = toLength(min(arguments.length > 1 ? arguments[1] : undefined, that.length));
-    var search = String(searchString);
-    return nativeStartsWith
-      ? nativeStartsWith.call(that, search, index)
-      : that.slice(index, index + search.length) === search;
-  }
-});
-
-
-/***/ }),
-
-/***/ "2cf4":
-/***/ (function(module, exports, __nested_webpack_require_289266__) {
-
-var global = __nested_webpack_require_289266__("da84");
-var fails = __nested_webpack_require_289266__("d039");
-var bind = __nested_webpack_require_289266__("0366");
-var html = __nested_webpack_require_289266__("1be4");
-var createElement = __nested_webpack_require_289266__("cc12");
-var IS_IOS = __nested_webpack_require_289266__("1cdc");
-var IS_NODE = __nested_webpack_require_289266__("605d");
-
-var location = global.location;
-var set = global.setImmediate;
-var clear = global.clearImmediate;
-var process = global.process;
-var MessageChannel = global.MessageChannel;
-var Dispatch = global.Dispatch;
-var counter = 0;
-var queue = {};
-var ONREADYSTATECHANGE = 'onreadystatechange';
-var defer, channel, port;
-
-var run = function (id) {
-  // eslint-disable-next-line no-prototype-builtins
-  if (queue.hasOwnProperty(id)) {
-    var fn = queue[id];
-    delete queue[id];
-    fn();
-  }
-};
-
-var runner = function (id) {
-  return function () {
-    run(id);
-  };
-};
-
-var listener = function (event) {
-  run(event.data);
-};
-
-var post = function (id) {
-  // old engines have not location.origin
-  global.postMessage(id + '', location.protocol + '//' + location.host);
-};
-
-// Node.js 0.9+ & IE10+ has setImmediate, otherwise:
-if (!set || !clear) {
-  set = function setImmediate(fn) {
-    var args = [];
-    var i = 1;
-    while (arguments.length > i) args.push(arguments[i++]);
-    queue[++counter] = function () {
-      // eslint-disable-next-line no-new-func
-      (typeof fn == 'function' ? fn : Function(fn)).apply(undefined, args);
-    };
-    defer(counter);
-    return counter;
-  };
-  clear = function clearImmediate(id) {
-    delete queue[id];
-  };
-  // Node.js 0.8-
-  if (IS_NODE) {
-    defer = function (id) {
-      process.nextTick(runner(id));
-    };
-  // Sphere (JS game engine) Dispatch API
-  } else if (Dispatch && Dispatch.now) {
-    defer = function (id) {
-      Dispatch.now(runner(id));
-    };
-  // Browsers with MessageChannel, includes WebWorkers
-  // except iOS - https://github.com/zloirock/core-js/issues/624
-  } else if (MessageChannel && !IS_IOS) {
-    channel = new MessageChannel();
-    port = channel.port2;
-    channel.port1.onmessage = listener;
-    defer = bind(port.postMessage, port, 1);
-  // Browsers with postMessage, skip WebWorkers
-  // IE8 has postMessage, but it's sync & typeof its postMessage is 'object'
-  } else if (
-    global.addEventListener &&
-    typeof postMessage == 'function' &&
-    !global.importScripts &&
-    location && location.protocol !== 'file:' &&
-    !fails(post)
-  ) {
-    defer = post;
-    global.addEventListener('message', listener, false);
-  // IE8-
-  } else if (ONREADYSTATECHANGE in createElement('script')) {
-    defer = function (id) {
-      html.appendChild(createElement('script'))[ONREADYSTATECHANGE] = function () {
-        html.removeChild(this);
-        run(id);
-      };
-    };
-  // Rest old browsers
-  } else {
-    defer = function (id) {
-      setTimeout(runner(id), 0);
-    };
-  }
-}
-
-module.exports = {
-  set: set,
-  clear: clear
-};
-
-
-/***/ }),
-
-/***/ "2d00":
-/***/ (function(module, exports, __nested_webpack_require_292253__) {
-
-var global = __nested_webpack_require_292253__("da84");
-var userAgent = __nested_webpack_require_292253__("342f");
-
-var process = global.process;
-var versions = process && process.versions;
-var v8 = versions && versions.v8;
-var match, version;
-
-if (v8) {
-  match = v8.split('.');
-  version = match[0] + match[1];
-} else if (userAgent) {
-  match = userAgent.match(/Edge\/(\d+)/);
-  if (!match || match[1] >= 74) {
-    match = userAgent.match(/Chrome\/(\d+)/);
-    if (match) version = match[1];
-  }
-}
-
-module.exports = version && +version;
-
-
-/***/ }),
-
-/***/ "2d7c":
-/***/ (function(module, exports) {
-
-/**
- * A specialized version of `_.filter` for arrays without support for
- * iteratee shorthands.
- *
- * @private
- * @param {Array} [array] The array to iterate over.
- * @param {Function} predicate The function invoked per iteration.
- * @returns {Array} Returns the new filtered array.
- */
-function arrayFilter(array, predicate) {
-  var index = -1,
-      length = array == null ? 0 : array.length,
-      resIndex = 0,
-      result = [];
-
-  while (++index < length) {
-    var value = array[index];
-    if (predicate(value, index, array)) {
-      result[resIndex++] = value;
-    }
-  }
-  return result;
-}
-
-module.exports = arrayFilter;
-
-
-/***/ }),
-
-/***/ "2dcb":
-/***/ (function(module, exports, __nested_webpack_require_293543__) {
-
-var overArg = __nested_webpack_require_293543__("91e9");
-
-/** Built-in value references. */
-var getPrototype = overArg(Object.getPrototypeOf, Object);
-
-module.exports = getPrototype;
-
-
-/***/ }),
-
-/***/ "2e8c":
-/***/ (function(module, exports, __nested_webpack_require_293796__) {
-
-//! moment.js locale configuration
-//! locale : Uzbek [uz]
-//! author : Sardor Muminov : https://github.com/muminoff
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_293796__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var uz = moment.defineLocale('uz', {
-        months: 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split(
-            '_'
-        ),
-        monthsShort: 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),
-        weekdays: 'Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба'.split('_'),
-        weekdaysShort: 'Якш_Душ_Сеш_Чор_Пай_Жум_Шан'.split('_'),
-        weekdaysMin: 'Як_Ду_Се_Чо_Па_Жу_Ша'.split('_'),
-        longDateFormat: {
-            LT: 'HH:mm',
-            LTS: 'HH:mm:ss',
-            L: 'DD/MM/YYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY HH:mm',
-            LLLL: 'D MMMM YYYY, dddd HH:mm',
-        },
-        calendar: {
-            sameDay: '[Бугун соат] LT [да]',
-            nextDay: '[Эртага] LT [да]',
-            nextWeek: 'dddd [куни соат] LT [да]',
-            lastDay: '[Кеча соат] LT [да]',
-            lastWeek: '[Утган] dddd [куни соат] LT [да]',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'Якин %s ичида',
-            past: 'Бир неча %s олдин',
-            s: 'фурсат',
-            ss: '%d фурсат',
-            m: 'бир дакика',
-            mm: '%d дакика',
-            h: 'бир соат',
-            hh: '%d соат',
-            d: 'бир кун',
-            dd: '%d кун',
-            M: 'бир ой',
-            MM: '%d ой',
-            y: 'бир йил',
-            yy: '%d йил',
-        },
-        week: {
-            dow: 1, // Monday is the first day of the week.
-            doy: 7, // The week that contains Jan 4th is the first week of the year.
-        },
-    });
-
-    return uz;
-
-})));
-
-
-/***/ }),
-
-/***/ "2ec1":
-/***/ (function(module, exports, __nested_webpack_require_295793__) {
-
-var baseRest = __nested_webpack_require_295793__("100e"),
-    isIterateeCall = __nested_webpack_require_295793__("9aff");
-
-/**
- * Creates a function like `_.assign`.
- *
- * @private
- * @param {Function} assigner The function to assign values.
- * @returns {Function} Returns the new assigner function.
- */
-function createAssigner(assigner) {
-  return baseRest(function(object, sources) {
-    var index = -1,
-        length = sources.length,
-        customizer = length > 1 ? sources[length - 1] : undefined,
-        guard = length > 2 ? sources[2] : undefined;
-
-    customizer = (assigner.length > 3 && typeof customizer == 'function')
-      ? (length--, customizer)
-      : undefined;
-
-    if (guard && isIterateeCall(sources[0], sources[1], guard)) {
-      customizer = length < 3 ? undefined : customizer;
-      length = 1;
-    }
-    object = Object(object);
-    while (++index < length) {
-      var source = sources[index];
-      if (source) {
-        assigner(object, source, index, customizer);
-      }
-    }
-    return object;
-  });
-}
-
-module.exports = createAssigner;
-
-
-/***/ }),
-
-/***/ "2fcc":
-/***/ (function(module, exports) {
-
-/**
- * Removes `key` and its value from the stack.
- *
- * @private
- * @name delete
- * @memberOf Stack
- * @param {string} key The key of the value to remove.
- * @returns {boolean} Returns `true` if the entry was removed, else `false`.
- */
-function stackDelete(key) {
-  var data = this.__data__,
-      result = data['delete'](key);
-
-  this.size = data.size;
-  return result;
-}
-
-module.exports = stackDelete;
-
-
-/***/ }),
-
-/***/ "304a":
-/***/ (function(module, __webpack_exports__, __nested_webpack_require_297403__) {
-
-"use strict";
-// ESM COMPAT FLAG
-__nested_webpack_require_297403__.r(__webpack_exports__);
-
-// EXPORTS
-__nested_webpack_require_297403__.d(__webpack_exports__, "ContentMatch", function() { return /* binding */ ContentMatch; });
-__nested_webpack_require_297403__.d(__webpack_exports__, "DOMParser", function() { return /* binding */ DOMParser; });
-__nested_webpack_require_297403__.d(__webpack_exports__, "DOMSerializer", function() { return /* binding */ DOMSerializer; });
-__nested_webpack_require_297403__.d(__webpack_exports__, "Fragment", function() { return /* binding */ Fragment; });
-__nested_webpack_require_297403__.d(__webpack_exports__, "Mark", function() { return /* binding */ Mark; });
-__nested_webpack_require_297403__.d(__webpack_exports__, "MarkType", function() { return /* binding */ MarkType; });
-__nested_webpack_require_297403__.d(__webpack_exports__, "Node", function() { return /* binding */ Node; });
-__nested_webpack_require_297403__.d(__webpack_exports__, "NodeRange", function() { return /* binding */ NodeRange; });
-__nested_webpack_require_297403__.d(__webpack_exports__, "NodeType", function() { return /* binding */ NodeType; });
-__nested_webpack_require_297403__.d(__webpack_exports__, "ReplaceError", function() { return /* binding */ ReplaceError; });
-__nested_webpack_require_297403__.d(__webpack_exports__, "ResolvedPos", function() { return /* binding */ ResolvedPos; });
-__nested_webpack_require_297403__.d(__webpack_exports__, "Schema", function() { return /* binding */ index_es_Schema; });
-__nested_webpack_require_297403__.d(__webpack_exports__, "Slice", function() { return /* binding */ Slice; });
-
-// CONCATENATED MODULE: ./node_modules/orderedmap/index.es.js
-// ::- Persistent data structure representing an ordered mapping from
-// strings to values, with some convenient update methods.
-function OrderedMap(content) {
-  this.content = content;
-}
-
-OrderedMap.prototype = {
-  constructor: OrderedMap,
-
-  find: function(key) {
-    for (var i = 0; i < this.content.length; i += 2)
-      if (this.content[i] === key) return i
-    return -1
-  },
-
-  // :: (string) → ?any
-  // Retrieve the value stored under `key`, or return undefined when
-  // no such key exists.
-  get: function(key) {
-    var found = this.find(key);
-    return found == -1 ? undefined : this.content[found + 1]
-  },
-
-  // :: (string, any, ?string) → OrderedMap
-  // Create a new map by replacing the value of `key` with a new
-  // value, or adding a binding to the end of the map. If `newKey` is
-  // given, the key of the binding will be replaced with that key.
-  update: function(key, value, newKey) {
-    var self = newKey && newKey != key ? this.remove(newKey) : this;
-    var found = self.find(key), content = self.content.slice();
-    if (found == -1) {
-      content.push(newKey || key, value);
-    } else {
-      content[found + 1] = value;
-      if (newKey) content[found] = newKey;
-    }
-    return new OrderedMap(content)
-  },
-
-  // :: (string) → OrderedMap
-  // Return a map with the given key removed, if it existed.
-  remove: function(key) {
-    var found = this.find(key);
-    if (found == -1) return this
-    var content = this.content.slice();
-    content.splice(found, 2);
-    return new OrderedMap(content)
-  },
-
-  // :: (string, any) → OrderedMap
-  // Add a new key to the start of the map.
-  addToStart: function(key, value) {
-    return new OrderedMap([key, value].concat(this.remove(key).content))
-  },
-
-  // :: (string, any) → OrderedMap
-  // Add a new key to the end of the map.
-  addToEnd: function(key, value) {
-    var content = this.remove(key).content.slice();
-    content.push(key, value);
-    return new OrderedMap(content)
-  },
-
-  // :: (string, string, any) → OrderedMap
-  // Add a key after the given key. If `place` is not found, the new
-  // key is added to the end.
-  addBefore: function(place, key, value) {
-    var without = this.remove(key), content = without.content.slice();
-    var found = without.find(place);
-    content.splice(found == -1 ? content.length : found, 0, key, value);
-    return new OrderedMap(content)
-  },
-
-  // :: ((key: string, value: any))
-  // Call the given function for each key/value pair in the map, in
-  // order.
-  forEach: function(f) {
-    for (var i = 0; i < this.content.length; i += 2)
-      f(this.content[i], this.content[i + 1]);
-  },
-
-  // :: (union) → OrderedMap
-  // Create a new map by prepending the keys in this map that don't
-  // appear in `map` before the keys in `map`.
-  prepend: function(map) {
-    map = OrderedMap.from(map);
-    if (!map.size) return this
-    return new OrderedMap(map.content.concat(this.subtract(map).content))
-  },
-
-  // :: (union) → OrderedMap
-  // Create a new map by appending the keys in this map that don't
-  // appear in `map` after the keys in `map`.
-  append: function(map) {
-    map = OrderedMap.from(map);
-    if (!map.size) return this
-    return new OrderedMap(this.subtract(map).content.concat(map.content))
-  },
-
-  // :: (union) → OrderedMap
-  // Create a map containing all the keys in this map that don't
-  // appear in `map`.
-  subtract: function(map) {
-    var result = this;
-    map = OrderedMap.from(map);
-    for (var i = 0; i < map.content.length; i += 2)
-      result = result.remove(map.content[i]);
-    return result
-  },
-
-  // :: number
-  // The amount of keys in this map.
-  get size() {
-    return this.content.length >> 1
-  }
-};
-
-// :: (?union) → OrderedMap
-// Return a map with the given content. If null, create an empty
-// map. If given an ordered map, return that map itself. If given an
-// object, create a map from the object's properties.
-OrderedMap.from = function(value) {
-  if (value instanceof OrderedMap) return value
-  var content = [];
-  if (value) for (var prop in value) content.push(prop, value[prop]);
-  return new OrderedMap(content)
-};
-
-var orderedmap = OrderedMap;
-
-/* harmony default export */ var index_es = (orderedmap);
-
-// CONCATENATED MODULE: ./node_modules/prosemirror-model/dist/index.es.js
-
-
-function findDiffStart(a, b, pos) {
-  for (var i = 0;; i++) {
-    if (i == a.childCount || i == b.childCount)
-      { return a.childCount == b.childCount ? null : pos }
-
-    var childA = a.child(i), childB = b.child(i);
-    if (childA == childB) { pos += childA.nodeSize; continue }
-
-    if (!childA.sameMarkup(childB)) { return pos }
-
-    if (childA.isText && childA.text != childB.text) {
-      for (var j = 0; childA.text[j] == childB.text[j]; j++)
-        { pos++; }
-      return pos
-    }
-    if (childA.content.size || childB.content.size) {
-      var inner = findDiffStart(childA.content, childB.content, pos + 1);
-      if (inner != null) { return inner }
-    }
-    pos += childA.nodeSize;
-  }
-}
-
-function findDiffEnd(a, b, posA, posB) {
-  for (var iA = a.childCount, iB = b.childCount;;) {
-    if (iA == 0 || iB == 0)
-      { return iA == iB ? null : {a: posA, b: posB} }
-
-    var childA = a.child(--iA), childB = b.child(--iB), size = childA.nodeSize;
-    if (childA == childB) {
-      posA -= size; posB -= size;
-      continue
-    }
-
-    if (!childA.sameMarkup(childB)) { return {a: posA, b: posB} }
-
-    if (childA.isText && childA.text != childB.text) {
-      var same = 0, minSize = Math.min(childA.text.length, childB.text.length);
-      while (same < minSize && childA.text[childA.text.length - same - 1] == childB.text[childB.text.length - same - 1]) {
-        same++; posA--; posB--;
-      }
-      return {a: posA, b: posB}
-    }
-    if (childA.content.size || childB.content.size) {
-      var inner = findDiffEnd(childA.content, childB.content, posA - 1, posB - 1);
-      if (inner) { return inner }
-    }
-    posA -= size; posB -= size;
-  }
-}
-
-// ::- A fragment represents a node's collection of child nodes.
-//
-// Like nodes, fragments are persistent data structures, and you
-// should not mutate them or their content. Rather, you create new
-// instances whenever needed. The API tries to make this easy.
-var Fragment = function Fragment(content, size) {
-  this.content = content;
-  // :: number
-  // The size of the fragment, which is the total of the size of its
-  // content nodes.
-  this.size = size || 0;
-  if (size == null) { for (var i = 0; i < content.length; i++)
-    { this.size += content[i].nodeSize; } }
-};
-
-var prototypeAccessors = { firstChild: { configurable: true },lastChild: { configurable: true },childCount: { configurable: true } };
-
-// :: (number, number, (node: Node, start: number, parent: Node, index: number) → ?bool, ?number)
-// Invoke a callback for all descendant nodes between the given two
-// positions (relative to start of this fragment). Doesn't descend
-// into a node when the callback returns `false`.
-Fragment.prototype.nodesBetween = function nodesBetween (from, to, f, nodeStart, parent) {
-    if ( nodeStart === void 0 ) nodeStart = 0;
-
-  for (var i = 0, pos = 0; pos < to; i++) {
-    var child = this.content[i], end = pos + child.nodeSize;
-    if (end > from && f(child, nodeStart + pos, parent, i) !== false && child.content.size) {
-      var start = pos + 1;
-      child.nodesBetween(Math.max(0, from - start),
-                         Math.min(child.content.size, to - start),
-                         f, nodeStart + start);
-    }
-    pos = end;
-  }
-};
-
-// :: ((node: Node, pos: number, parent: Node) → ?bool)
-// Call the given callback for every descendant node. The callback
-// may return `false` to prevent traversal of a given node's children.
-Fragment.prototype.descendants = function descendants (f) {
-  this.nodesBetween(0, this.size, f);
-};
-
-// : (number, number, ?string, ?string) → string
-Fragment.prototype.textBetween = function textBetween (from, to, blockSeparator, leafText) {
-  var text = "", separated = true;
-  this.nodesBetween(from, to, function (node, pos) {
-    if (node.isText) {
-      text += node.text.slice(Math.max(from, pos) - pos, to - pos);
-      separated = !blockSeparator;
-    } else if (node.isLeaf && leafText) {
-      text += leafText;
-      separated = !blockSeparator;
-    } else if (!separated && node.isBlock) {
-      text += blockSeparator;
-      separated = true;
-    }
-  }, 0);
-  return text
-};
-
-// :: (Fragment) → Fragment
-// Create a new fragment containing the combined content of this
-// fragment and the other.
-Fragment.prototype.append = function append (other) {
-  if (!other.size) { return this }
-  if (!this.size) { return other }
-  var last = this.lastChild, first = other.firstChild, content = this.content.slice(), i = 0;
-  if (last.isText && last.sameMarkup(first)) {
-    content[content.length - 1] = last.withText(last.text + first.text);
-    i = 1;
-  }
-  for (; i < other.content.length; i++) { content.push(other.content[i]); }
-  return new Fragment(content, this.size + other.size)
-};
-
-// :: (number, ?number) → Fragment
-// Cut out the sub-fragment between the two given positions.
-Fragment.prototype.cut = function cut (from, to) {
-  if (to == null) { to = this.size; }
-  if (from == 0 && to == this.size) { return this }
-  var result = [], size = 0;
-  if (to > from) { for (var i = 0, pos = 0; pos < to; i++) {
-    var child = this.content[i], end = pos + child.nodeSize;
-    if (end > from) {
-      if (pos < from || end > to) {
-        if (child.isText)
-          { child = child.cut(Math.max(0, from - pos), Math.min(child.text.length, to - pos)); }
-        else
-          { child = child.cut(Math.max(0, from - pos - 1), Math.min(child.content.size, to - pos - 1)); }
-      }
-      result.push(child);
-      size += child.nodeSize;
-    }
-    pos = end;
-  } }
-  return new Fragment(result, size)
-};
-
-Fragment.prototype.cutByIndex = function cutByIndex (from, to) {
-  if (from == to) { return Fragment.empty }
-  if (from == 0 && to == this.content.length) { return this }
-  return new Fragment(this.content.slice(from, to))
-};
-
-// :: (number, Node) → Fragment
-// Create a new fragment in which the node at the given index is
-// replaced by the given node.
-Fragment.prototype.replaceChild = function replaceChild (index, node) {
-  var current = this.content[index];
-  if (current == node) { return this }
-  var copy = this.content.slice();
-  var size = this.size + node.nodeSize - current.nodeSize;
-  copy[index] = node;
-  return new Fragment(copy, size)
-};
-
-// : (Node) → Fragment
-// Create a new fragment by prepending the given node to this
-// fragment.
-Fragment.prototype.addToStart = function addToStart (node) {
-  return new Fragment([node].concat(this.content), this.size + node.nodeSize)
-};
-
-// : (Node) → Fragment
-// Create a new fragment by appending the given node to this
-// fragment.
-Fragment.prototype.addToEnd = function addToEnd (node) {
-  return new Fragment(this.content.concat(node), this.size + node.nodeSize)
-};
-
-// :: (Fragment) → bool
-// Compare this fragment to another one.
-Fragment.prototype.eq = function eq (other) {
-  if (this.content.length != other.content.length) { return false }
-  for (var i = 0; i < this.content.length; i++)
-    { if (!this.content[i].eq(other.content[i])) { return false } }
-  return true
-};
-
-// :: ?Node
-// The first child of the fragment, or `null` if it is empty.
-prototypeAccessors.firstChild.get = function () { return this.content.length ? this.content[0] : null };
-
-// :: ?Node
-// The last child of the fragment, or `null` if it is empty.
-prototypeAccessors.lastChild.get = function () { return this.content.length ? this.content[this.content.length - 1] : null };
-
-// :: number
-// The number of child nodes in this fragment.
-prototypeAccessors.childCount.get = function () { return this.content.length };
-
-// :: (number) → Node
-// Get the child node at the given index. Raise an error when the
-// index is out of range.
-Fragment.prototype.child = function child (index) {
-  var found = this.content[index];
-  if (!found) { throw new RangeError("Index " + index + " out of range for " + this) }
-  return found
-};
-
-// :: (number) → ?Node
-// Get the child node at the given index, if it exists.
-Fragment.prototype.maybeChild = function maybeChild (index) {
-  return this.content[index]
-};
-
-// :: ((node: Node, offset: number, index: number))
-// Call `f` for every child node, passing the node, its offset
-// into this parent node, and its index.
-Fragment.prototype.forEach = function forEach (f) {
-  for (var i = 0, p = 0; i < this.content.length; i++) {
-    var child = this.content[i];
-    f(child, p, i);
-    p += child.nodeSize;
-  }
-};
-
-// :: (Fragment) → ?number
-// Find the first position at which this fragment and another
-// fragment differ, or `null` if they are the same.
-Fragment.prototype.findDiffStart = function findDiffStart$1 (other, pos) {
-    if ( pos === void 0 ) pos = 0;
-
-  return findDiffStart(this, other, pos)
-};
-
-// :: (Fragment) → ?{a: number, b: number}
-// Find the first position, searching from the end, at which this
-// fragment and the given fragment differ, or `null` if they are the
-// same. Since this position will not be the same in both nodes, an
-// object with two separate positions is returned.
-Fragment.prototype.findDiffEnd = function findDiffEnd$1 (other, pos, otherPos) {
-    if ( pos === void 0 ) pos = this.size;
-    if ( otherPos === void 0 ) otherPos = other.size;
-
-  return findDiffEnd(this, other, pos, otherPos)
-};
-
-// : (number, ?number) → {index: number, offset: number}
-// Find the index and inner offset corresponding to a given relative
-// position in this fragment. The result object will be reused
-// (overwritten) the next time the function is called. (Not public.)
-Fragment.prototype.findIndex = function findIndex (pos, round) {
-    if ( round === void 0 ) round = -1;
-
-  if (pos == 0) { return retIndex(0, pos) }
-  if (pos == this.size) { return retIndex(this.content.length, pos) }
-  if (pos > this.size || pos < 0) { throw new RangeError(("Position " + pos + " outside of fragment (" + (this) + ")")) }
-  for (var i = 0, curPos = 0;; i++) {
-    var cur = this.child(i), end = curPos + cur.nodeSize;
-    if (end >= pos) {
-      if (end == pos || round > 0) { return retIndex(i + 1, end) }
-      return retIndex(i, curPos)
-    }
-    curPos = end;
-  }
-};
-
-// :: () → string
-// Return a debugging string that describes this fragment.
-Fragment.prototype.toString = function toString () { return "<" + this.toStringInner() + ">" };
-
-Fragment.prototype.toStringInner = function toStringInner () { return this.content.join(", ") };
-
-// :: () → ?Object
-// Create a JSON-serializeable representation of this fragment.
-Fragment.prototype.toJSON = function toJSON () {
-  return this.content.length ? this.content.map(function (n) { return n.toJSON(); }) : null
-};
-
-// :: (Schema, ?Object) → Fragment
-// Deserialize a fragment from its JSON representation.
-Fragment.fromJSON = function fromJSON (schema, value) {
-  if (!value) { return Fragment.empty }
-  if (!Array.isArray(value)) { throw new RangeError("Invalid input for Fragment.fromJSON") }
-  return new Fragment(value.map(schema.nodeFromJSON))
-};
-
-// :: ([Node]) → Fragment
-// Build a fragment from an array of nodes. Ensures that adjacent
-// text nodes with the same marks are joined together.
-Fragment.fromArray = function fromArray (array) {
-  if (!array.length) { return Fragment.empty }
-  var joined, size = 0;
-  for (var i = 0; i < array.length; i++) {
-    var node = array[i];
-    size += node.nodeSize;
-    if (i && node.isText && array[i - 1].sameMarkup(node)) {
-      if (!joined) { joined = array.slice(0, i); }
-      joined[joined.length - 1] = node.withText(joined[joined.length - 1].text + node.text);
-    } else if (joined) {
-      joined.push(node);
-    }
-  }
-  return new Fragment(joined || array, size)
-};
-
-// :: (?union) → Fragment
-// Create a fragment from something that can be interpreted as a set
-// of nodes. For `null`, it returns the empty fragment. For a
-// fragment, the fragment itself. For a node or array of nodes, a
-// fragment containing those nodes.
-Fragment.from = function from (nodes) {
-  if (!nodes) { return Fragment.empty }
-  if (nodes instanceof Fragment) { return nodes }
-  if (Array.isArray(nodes)) { return this.fromArray(nodes) }
-  if (nodes.attrs) { return new Fragment([nodes], nodes.nodeSize) }
-  throw new RangeError("Can not convert " + nodes + " to a Fragment" +
-                       (nodes.nodesBetween ? " (looks like multiple versions of prosemirror-model were loaded)" : ""))
-};
-
-Object.defineProperties( Fragment.prototype, prototypeAccessors );
-
-var found = {index: 0, offset: 0};
-function retIndex(index, offset) {
-  found.index = index;
-  found.offset = offset;
-  return found
-}
-
-// :: Fragment
-// An empty fragment. Intended to be reused whenever a node doesn't
-// contain anything (rather than allocating a new empty fragment for
-// each leaf node).
-Fragment.empty = new Fragment([], 0);
-
-function compareDeep(a, b) {
-  if (a === b) { return true }
-  if (!(a && typeof a == "object") ||
-      !(b && typeof b == "object")) { return false }
-  var array = Array.isArray(a);
-  if (Array.isArray(b) != array) { return false }
-  if (array) {
-    if (a.length != b.length) { return false }
-    for (var i = 0; i < a.length; i++) { if (!compareDeep(a[i], b[i])) { return false } }
-  } else {
-    for (var p in a) { if (!(p in b) || !compareDeep(a[p], b[p])) { return false } }
-    for (var p$1 in b) { if (!(p$1 in a)) { return false } }
-  }
-  return true
-}
-
-// ::- A mark is a piece of information that can be attached to a node,
-// such as it being emphasized, in code font, or a link. It has a type
-// and optionally a set of attributes that provide further information
-// (such as the target of the link). Marks are created through a
-// `Schema`, which controls which types exist and which
-// attributes they have.
-var Mark = function Mark(type, attrs) {
-  // :: MarkType
-  // The type of this mark.
-  this.type = type;
-  // :: Object
-  // The attributes associated with this mark.
-  this.attrs = attrs;
-};
-
-// :: ([Mark]) → [Mark]
-// Given a set of marks, create a new set which contains this one as
-// well, in the right position. If this mark is already in the set,
-// the set itself is returned. If any marks that are set to be
-// [exclusive](#model.MarkSpec.excludes) with this mark are present,
-// those are replaced by this one.
-Mark.prototype.addToSet = function addToSet (set) {
-  var copy, placed = false;
-  for (var i = 0; i < set.length; i++) {
-    var other = set[i];
-    if (this.eq(other)) { return set }
-    if (this.type.excludes(other.type)) {
-      if (!copy) { copy = set.slice(0, i); }
-    } else if (other.type.excludes(this.type)) {
-      return set
-    } else {
-      if (!placed && other.type.rank > this.type.rank) {
-        if (!copy) { copy = set.slice(0, i); }
-        copy.push(this);
-        placed = true;
-      }
-      if (copy) { copy.push(other); }
-    }
-  }
-  if (!copy) { copy = set.slice(); }
-  if (!placed) { copy.push(this); }
-  return copy
-};
-
-// :: ([Mark]) → [Mark]
-// Remove this mark from the given set, returning a new set. If this
-// mark is not in the set, the set itself is returned.
-Mark.prototype.removeFromSet = function removeFromSet (set) {
-  for (var i = 0; i < set.length; i++)
-    { if (this.eq(set[i]))
-      { return set.slice(0, i).concat(set.slice(i + 1)) } }
-  return set
-};
-
-// :: ([Mark]) → bool
-// Test whether this mark is in the given set of marks.
-Mark.prototype.isInSet = function isInSet (set) {
-  for (var i = 0; i < set.length; i++)
-    { if (this.eq(set[i])) { return true } }
-  return false
-};
-
-// :: (Mark) → bool
-// Test whether this mark has the same type and attributes as
-// another mark.
-Mark.prototype.eq = function eq (other) {
-  return this == other ||
-    (this.type == other.type && compareDeep(this.attrs, other.attrs))
-};
-
-// :: () → Object
-// Convert this mark to a JSON-serializeable representation.
-Mark.prototype.toJSON = function toJSON () {
-  var obj = {type: this.type.name};
-  for (var _ in this.attrs) {
-    obj.attrs = this.attrs;
-    break
-  }
-  return obj
-};
-
-// :: (Schema, Object) → Mark
-Mark.fromJSON = function fromJSON (schema, json) {
-  if (!json) { throw new RangeError("Invalid input for Mark.fromJSON") }
-  var type = schema.marks[json.type];
-  if (!type) { throw new RangeError(("There is no mark type " + (json.type) + " in this schema")) }
-  return type.create(json.attrs)
-};
-
-// :: ([Mark], [Mark]) → bool
-// Test whether two sets of marks are identical.
-Mark.sameSet = function sameSet (a, b) {
-  if (a == b) { return true }
-  if (a.length != b.length) { return false }
-  for (var i = 0; i < a.length; i++)
-    { if (!a[i].eq(b[i])) { return false } }
-  return true
-};
-
-// :: (?union) → [Mark]
-// Create a properly sorted mark set from null, a single mark, or an
-// unsorted array of marks.
-Mark.setFrom = function setFrom (marks) {
-  if (!marks || marks.length == 0) { return Mark.none }
-  if (marks instanceof Mark) { return [marks] }
-  var copy = marks.slice();
-  copy.sort(function (a, b) { return a.type.rank - b.type.rank; });
-  return copy
-};
-
-// :: [Mark] The empty set of marks.
-Mark.none = [];
-
-// ReplaceError:: class extends Error
-// Error type raised by [`Node.replace`](#model.Node.replace) when
-// given an invalid replacement.
-
-function ReplaceError(message) {
-  var err = Error.call(this, message);
-  err.__proto__ = ReplaceError.prototype;
-  return err
-}
-
-ReplaceError.prototype = Object.create(Error.prototype);
-ReplaceError.prototype.constructor = ReplaceError;
-ReplaceError.prototype.name = "ReplaceError";
-
-// ::- A slice represents a piece cut out of a larger document. It
-// stores not only a fragment, but also the depth up to which nodes on
-// both side are ‘open’ (cut through).
-var Slice = function Slice(content, openStart, openEnd) {
-  // :: Fragment The slice's content.
-  this.content = content;
-  // :: number The open depth at the start.
-  this.openStart = openStart;
-  // :: number The open depth at the end.
-  this.openEnd = openEnd;
-};
-
-var prototypeAccessors$1 = { size: { configurable: true } };
-
-// :: number
-// The size this slice would add when inserted into a document.
-prototypeAccessors$1.size.get = function () {
-  return this.content.size - this.openStart - this.openEnd
-};
-
-Slice.prototype.insertAt = function insertAt (pos, fragment) {
-  var content = insertInto(this.content, pos + this.openStart, fragment, null);
-  return content && new Slice(content, this.openStart, this.openEnd)
-};
-
-Slice.prototype.removeBetween = function removeBetween (from, to) {
-  return new Slice(removeRange(this.content, from + this.openStart, to + this.openStart), this.openStart, this.openEnd)
-};
-
-// :: (Slice) → bool
-// Tests whether this slice is equal to another slice.
-Slice.prototype.eq = function eq (other) {
-  return this.content.eq(other.content) && this.openStart == other.openStart && this.openEnd == other.openEnd
-};
-
-Slice.prototype.toString = function toString () {
-  return this.content + "(" + this.openStart + "," + this.openEnd + ")"
-};
-
-// :: () → ?Object
-// Convert a slice to a JSON-serializable representation.
-Slice.prototype.toJSON = function toJSON () {
-  if (!this.content.size) { return null }
-  var json = {content: this.content.toJSON()};
-  if (this.openStart > 0) { json.openStart = this.openStart; }
-  if (this.openEnd > 0) { json.openEnd = this.openEnd; }
-  return json
-};
-
-// :: (Schema, ?Object) → Slice
-// Deserialize a slice from its JSON representation.
-Slice.fromJSON = function fromJSON (schema, json) {
-  if (!json) { return Slice.empty }
-  var openStart = json.openStart || 0, openEnd = json.openEnd || 0;
-  if (typeof openStart != "number" || typeof openEnd != "number")
-    { throw new RangeError("Invalid input for Slice.fromJSON") }
-  return new Slice(Fragment.fromJSON(schema, json.content), json.openStart || 0, json.openEnd || 0)
-};
-
-// :: (Fragment, ?bool) → Slice
-// Create a slice from a fragment by taking the maximum possible
-// open value on both side of the fragment.
-Slice.maxOpen = function maxOpen (fragment, openIsolating) {
-    if ( openIsolating === void 0 ) openIsolating=true;
-
-  var openStart = 0, openEnd = 0;
-  for (var n = fragment.firstChild; n && !n.isLeaf && (openIsolating || !n.type.spec.isolating); n = n.firstChild) { openStart++; }
-  for (var n$1 = fragment.lastChild; n$1 && !n$1.isLeaf && (openIsolating || !n$1.type.spec.isolating); n$1 = n$1.lastChild) { openEnd++; }
-  return new Slice(fragment, openStart, openEnd)
-};
-
-Object.defineProperties( Slice.prototype, prototypeAccessors$1 );
-
-function removeRange(content, from, to) {
-  var ref = content.findIndex(from);
-  var index = ref.index;
-  var offset = ref.offset;
-  var child = content.maybeChild(index);
-  var ref$1 = content.findIndex(to);
-  var indexTo = ref$1.index;
-  var offsetTo = ref$1.offset;
-  if (offset == from || child.isText) {
-    if (offsetTo != to && !content.child(indexTo).isText) { throw new RangeError("Removing non-flat range") }
-    return content.cut(0, from).append(content.cut(to))
-  }
-  if (index != indexTo) { throw new RangeError("Removing non-flat range") }
-  return content.replaceChild(index, child.copy(removeRange(child.content, from - offset - 1, to - offset - 1)))
-}
-
-function insertInto(content, dist, insert, parent) {
-  var ref = content.findIndex(dist);
-  var index = ref.index;
-  var offset = ref.offset;
-  var child = content.maybeChild(index);
-  if (offset == dist || child.isText) {
-    if (parent && !parent.canReplace(index, index, insert)) { return null }
-    return content.cut(0, dist).append(insert).append(content.cut(dist))
-  }
-  var inner = insertInto(child.content, dist - offset - 1, insert);
-  return inner && content.replaceChild(index, child.copy(inner))
-}
-
-// :: Slice
-// The empty slice.
-Slice.empty = new Slice(Fragment.empty, 0, 0);
-
-function replace($from, $to, slice) {
-  if (slice.openStart > $from.depth)
-    { throw new ReplaceError("Inserted content deeper than insertion position") }
-  if ($from.depth - slice.openStart != $to.depth - slice.openEnd)
-    { throw new ReplaceError("Inconsistent open depths") }
-  return replaceOuter($from, $to, slice, 0)
-}
-
-function replaceOuter($from, $to, slice, depth) {
-  var index = $from.index(depth), node = $from.node(depth);
-  if (index == $to.index(depth) && depth < $from.depth - slice.openStart) {
-    var inner = replaceOuter($from, $to, slice, depth + 1);
-    return node.copy(node.content.replaceChild(index, inner))
-  } else if (!slice.content.size) {
-    return index_es_close(node, replaceTwoWay($from, $to, depth))
-  } else if (!slice.openStart && !slice.openEnd && $from.depth == depth && $to.depth == depth) { // Simple, flat case
-    var parent = $from.parent, content = parent.content;
-    return index_es_close(parent, content.cut(0, $from.parentOffset).append(slice.content).append(content.cut($to.parentOffset)))
-  } else {
-    var ref = prepareSliceForReplace(slice, $from);
-    var start = ref.start;
-    var end = ref.end;
-    return index_es_close(node, replaceThreeWay($from, start, end, $to, depth))
-  }
-}
-
-function checkJoin(main, sub) {
-  if (!sub.type.compatibleContent(main.type))
-    { throw new ReplaceError("Cannot join " + sub.type.name + " onto " + main.type.name) }
-}
-
-function joinable($before, $after, depth) {
-  var node = $before.node(depth);
-  checkJoin(node, $after.node(depth));
-  return node
-}
-
-function addNode(child, target) {
-  var last = target.length - 1;
-  if (last >= 0 && child.isText && child.sameMarkup(target[last]))
-    { target[last] = child.withText(target[last].text + child.text); }
-  else
-    { target.push(child); }
-}
-
-function addRange($start, $end, depth, target) {
-  var node = ($end || $start).node(depth);
-  var startIndex = 0, endIndex = $end ? $end.index(depth) : node.childCount;
-  if ($start) {
-    startIndex = $start.index(depth);
-    if ($start.depth > depth) {
-      startIndex++;
-    } else if ($start.textOffset) {
-      addNode($start.nodeAfter, target);
-      startIndex++;
-    }
-  }
-  for (var i = startIndex; i < endIndex; i++) { addNode(node.child(i), target); }
-  if ($end && $end.depth == depth && $end.textOffset)
-    { addNode($end.nodeBefore, target); }
-}
-
-function index_es_close(node, content) {
-  if (!node.type.validContent(content))
-    { throw new ReplaceError("Invalid content for node " + node.type.name) }
-  return node.copy(content)
-}
-
-function replaceThreeWay($from, $start, $end, $to, depth) {
-  var openStart = $from.depth > depth && joinable($from, $start, depth + 1);
-  var openEnd = $to.depth > depth && joinable($end, $to, depth + 1);
-
-  var content = [];
-  addRange(null, $from, depth, content);
-  if (openStart && openEnd && $start.index(depth) == $end.index(depth)) {
-    checkJoin(openStart, openEnd);
-    addNode(index_es_close(openStart, replaceThreeWay($from, $start, $end, $to, depth + 1)), content);
-  } else {
-    if (openStart)
-      { addNode(index_es_close(openStart, replaceTwoWay($from, $start, depth + 1)), content); }
-    addRange($start, $end, depth, content);
-    if (openEnd)
-      { addNode(index_es_close(openEnd, replaceTwoWay($end, $to, depth + 1)), content); }
-  }
-  addRange($to, null, depth, content);
-  return new Fragment(content)
-}
-
-function replaceTwoWay($from, $to, depth) {
-  var content = [];
-  addRange(null, $from, depth, content);
-  if ($from.depth > depth) {
-    var type = joinable($from, $to, depth + 1);
-    addNode(index_es_close(type, replaceTwoWay($from, $to, depth + 1)), content);
-  }
-  addRange($to, null, depth, content);
-  return new Fragment(content)
-}
-
-function prepareSliceForReplace(slice, $along) {
-  var extra = $along.depth - slice.openStart, parent = $along.node(extra);
-  var node = parent.copy(slice.content);
-  for (var i = extra - 1; i >= 0; i--)
-    { node = $along.node(i).copy(Fragment.from(node)); }
-  return {start: node.resolveNoCache(slice.openStart + extra),
-          end: node.resolveNoCache(node.content.size - slice.openEnd - extra)}
-}
-
-// ::- You can [_resolve_](#model.Node.resolve) a position to get more
-// information about it. Objects of this class represent such a
-// resolved position, providing various pieces of context information,
-// and some helper methods.
-//
-// Throughout this interface, methods that take an optional `depth`
-// parameter will interpret undefined as `this.depth` and negative
-// numbers as `this.depth + value`.
-var ResolvedPos = function ResolvedPos(pos, path, parentOffset) {
-  // :: number The position that was resolved.
-  this.pos = pos;
-  this.path = path;
-  // :: number
-  // The number of levels the parent node is from the root. If this
-  // position points directly into the root node, it is 0. If it
-  // points into a top-level paragraph, 1, and so on.
-  this.depth = path.length / 3 - 1;
-  // :: number The offset this position has into its parent node.
-  this.parentOffset = parentOffset;
-};
-
-var prototypeAccessors$2 = { parent: { configurable: true },doc: { configurable: true },textOffset: { configurable: true },nodeAfter: { configurable: true },nodeBefore: { configurable: true } };
-
-ResolvedPos.prototype.resolveDepth = function resolveDepth (val) {
-  if (val == null) { return this.depth }
-  if (val < 0) { return this.depth + val }
-  return val
-};
-
-// :: Node
-// The parent node that the position points into. Note that even if
-// a position points into a text node, that node is not considered
-// the parent—text nodes are ‘flat’ in this model, and have no content.
-prototypeAccessors$2.parent.get = function () { return this.node(this.depth) };
-
-// :: Node
-// The root node in which the position was resolved.
-prototypeAccessors$2.doc.get = function () { return this.node(0) };
-
-// :: (?number) → Node
-// The ancestor node at the given level. `p.node(p.depth)` is the
-// same as `p.parent`.
-ResolvedPos.prototype.node = function node (depth) { return this.path[this.resolveDepth(depth) * 3] };
-
-// :: (?number) → number
-// The index into the ancestor at the given level. If this points at
-// the 3rd node in the 2nd paragraph on the top level, for example,
-// `p.index(0)` is 1 and `p.index(1)` is 2.
-ResolvedPos.prototype.index = function index (depth) { return this.path[this.resolveDepth(depth) * 3 + 1] };
-
-// :: (?number) → number
-// The index pointing after this position into the ancestor at the
-// given level.
-ResolvedPos.prototype.indexAfter = function indexAfter (depth) {
-  depth = this.resolveDepth(depth);
-  return this.index(depth) + (depth == this.depth && !this.textOffset ? 0 : 1)
-};
-
-// :: (?number) → number
-// The (absolute) position at the start of the node at the given
-// level.
-ResolvedPos.prototype.start = function start (depth) {
-  depth = this.resolveDepth(depth);
-  return depth == 0 ? 0 : this.path[depth * 3 - 1] + 1
-};
-
-// :: (?number) → number
-// The (absolute) position at the end of the node at the given
-// level.
-ResolvedPos.prototype.end = function end (depth) {
-  depth = this.resolveDepth(depth);
-  return this.start(depth) + this.node(depth).content.size
-};
-
-// :: (?number) → number
-// The (absolute) position directly before the wrapping node at the
-// given level, or, when `depth` is `this.depth + 1`, the original
-// position.
-ResolvedPos.prototype.before = function before (depth) {
-  depth = this.resolveDepth(depth);
-  if (!depth) { throw new RangeError("There is no position before the top-level node") }
-  return depth == this.depth + 1 ? this.pos : this.path[depth * 3 - 1]
-};
-
-// :: (?number) → number
-// The (absolute) position directly after the wrapping node at the
-// given level, or the original position when `depth` is `this.depth + 1`.
-ResolvedPos.prototype.after = function after (depth) {
-  depth = this.resolveDepth(depth);
-  if (!depth) { throw new RangeError("There is no position after the top-level node") }
-  return depth == this.depth + 1 ? this.pos : this.path[depth * 3 - 1] + this.path[depth * 3].nodeSize
-};
-
-// :: number
-// When this position points into a text node, this returns the
-// distance between the position and the start of the text node.
-// Will be zero for positions that point between nodes.
-prototypeAccessors$2.textOffset.get = function () { return this.pos - this.path[this.path.length - 1] };
-
-// :: ?Node
-// Get the node directly after the position, if any. If the position
-// points into a text node, only the part of that node after the
-// position is returned.
-prototypeAccessors$2.nodeAfter.get = function () {
-  var parent = this.parent, index = this.index(this.depth);
-  if (index == parent.childCount) { return null }
-  var dOff = this.pos - this.path[this.path.length - 1], child = parent.child(index);
-  return dOff ? parent.child(index).cut(dOff) : child
-};
-
-// :: ?Node
-// Get the node directly before the position, if any. If the
-// position points into a text node, only the part of that node
-// before the position is returned.
-prototypeAccessors$2.nodeBefore.get = function () {
-  var index = this.index(this.depth);
-  var dOff = this.pos - this.path[this.path.length - 1];
-  if (dOff) { return this.parent.child(index).cut(0, dOff) }
-  return index == 0 ? null : this.parent.child(index - 1)
-};
-
-// :: () → [Mark]
-// Get the marks at this position, factoring in the surrounding
-// marks' [`inclusive`](#model.MarkSpec.inclusive) property. If the
-// position is at the start of a non-empty node, the marks of the
-// node after it (if any) are returned.
-ResolvedPos.prototype.marks = function marks () {
-  var parent = this.parent, index = this.index();
-
-  // In an empty parent, return the empty array
-  if (parent.content.size == 0) { return Mark.none }
-
-  // When inside a text node, just return the text node's marks
-  if (this.textOffset) { return parent.child(index).marks }
-
-  var main = parent.maybeChild(index - 1), other = parent.maybeChild(index);
-  // If the `after` flag is true of there is no node before, make
-  // the node after this position the main reference.
-  if (!main) { var tmp = main; main = other; other = tmp; }
-
-  // Use all marks in the main node, except those that have
-  // `inclusive` set to false and are not present in the other node.
-  var marks = main.marks;
-  for (var i = 0; i < marks.length; i++)
-    { if (marks[i].type.spec.inclusive === false && (!other || !marks[i].isInSet(other.marks)))
-      { marks = marks[i--].removeFromSet(marks); } }
-
-  return marks
-};
-
-// :: (ResolvedPos) → ?[Mark]
-// Get the marks after the current position, if any, except those
-// that are non-inclusive and not present at position `$end`. This
-// is mostly useful for getting the set of marks to preserve after a
-// deletion. Will return `null` if this position is at the end of
-// its parent node or its parent node isn't a textblock (in which
-// case no marks should be preserved).
-ResolvedPos.prototype.marksAcross = function marksAcross ($end) {
-  var after = this.parent.maybeChild(this.index());
-  if (!after || !after.isInline) { return null }
-
-  var marks = after.marks, next = $end.parent.maybeChild($end.index());
-  for (var i = 0; i < marks.length; i++)
-    { if (marks[i].type.spec.inclusive === false && (!next || !marks[i].isInSet(next.marks)))
-      { marks = marks[i--].removeFromSet(marks); } }
-  return marks
-};
-
-// :: (number) → number
-// The depth up to which this position and the given (non-resolved)
-// position share the same parent nodes.
-ResolvedPos.prototype.sharedDepth = function sharedDepth (pos) {
-  for (var depth = this.depth; depth > 0; depth--)
-    { if (this.start(depth) <= pos && this.end(depth) >= pos) { return depth } }
-  return 0
-};
-
-// :: (?ResolvedPos, ?(Node) → bool) → ?NodeRange
-// Returns a range based on the place where this position and the
-// given position diverge around block content. If both point into
-// the same textblock, for example, a range around that textblock
-// will be returned. If they point into different blocks, the range
-// around those blocks in their shared ancestor is returned. You can
-// pass in an optional predicate that will be called with a parent
-// node to see if a range into that parent is acceptable.
-ResolvedPos.prototype.blockRange = function blockRange (other, pred) {
-    if ( other === void 0 ) other = this;
-
-  if (other.pos < this.pos) { return other.blockRange(this) }
-  for (var d = this.depth - (this.parent.inlineContent || this.pos == other.pos ? 1 : 0); d >= 0; d--)
-    { if (other.pos <= this.end(d) && (!pred || pred(this.node(d))))
-      { return new NodeRange(this, other, d) } }
-};
-
-// :: (ResolvedPos) → bool
-// Query whether the given position shares the same parent node.
-ResolvedPos.prototype.sameParent = function sameParent (other) {
-  return this.pos - this.parentOffset == other.pos - other.parentOffset
-};
-
-// :: (ResolvedPos) → ResolvedPos
-// Return the greater of this and the given position.
-ResolvedPos.prototype.max = function max (other) {
-  return other.pos > this.pos ? other : this
-};
-
-// :: (ResolvedPos) → ResolvedPos
-// Return the smaller of this and the given position.
-ResolvedPos.prototype.min = function min (other) {
-  return other.pos < this.pos ? other : this
-};
-
-ResolvedPos.prototype.toString = function toString () {
-  var str = "";
-  for (var i = 1; i <= this.depth; i++)
-    { str += (str ? "/" : "") + this.node(i).type.name + "_" + this.index(i - 1); }
-  return str + ":" + this.parentOffset
-};
-
-ResolvedPos.resolve = function resolve (doc, pos) {
-  if (!(pos >= 0 && pos <= doc.content.size)) { throw new RangeError("Position " + pos + " out of range") }
-  var path = [];
-  var start = 0, parentOffset = pos;
-  for (var node = doc;;) {
-    var ref = node.content.findIndex(parentOffset);
-      var index = ref.index;
-      var offset = ref.offset;
-    var rem = parentOffset - offset;
-    path.push(node, index, start + offset);
-    if (!rem) { break }
-    node = node.child(index);
-    if (node.isText) { break }
-    parentOffset = rem - 1;
-    start += offset + 1;
-  }
-  return new ResolvedPos(pos, path, parentOffset)
-};
-
-ResolvedPos.resolveCached = function resolveCached (doc, pos) {
-  for (var i = 0; i < resolveCache.length; i++) {
-    var cached = resolveCache[i];
-    if (cached.pos == pos && cached.doc == doc) { return cached }
-  }
-  var result = resolveCache[resolveCachePos] = ResolvedPos.resolve(doc, pos);
-  resolveCachePos = (resolveCachePos + 1) % resolveCacheSize;
-  return result
-};
-
-Object.defineProperties( ResolvedPos.prototype, prototypeAccessors$2 );
-
-var resolveCache = [], resolveCachePos = 0, resolveCacheSize = 12;
-
-// ::- Represents a flat range of content, i.e. one that starts and
-// ends in the same node.
-var NodeRange = function NodeRange($from, $to, depth) {
-  // :: ResolvedPos A resolved position along the start of the
-  // content. May have a `depth` greater than this object's `depth`
-  // property, since these are the positions that were used to
-  // compute the range, not re-resolved positions directly at its
-  // boundaries.
-  this.$from = $from;
-  // :: ResolvedPos A position along the end of the content. See
-  // caveat for [`$from`](#model.NodeRange.$from).
-  this.$to = $to;
-  // :: number The depth of the node that this range points into.
-  this.depth = depth;
-};
-
-var prototypeAccessors$1$1 = { start: { configurable: true },end: { configurable: true },parent: { configurable: true },startIndex: { configurable: true },endIndex: { configurable: true } };
-
-// :: number The position at the start of the range.
-prototypeAccessors$1$1.start.get = function () { return this.$from.before(this.depth + 1) };
-// :: number The position at the end of the range.
-prototypeAccessors$1$1.end.get = function () { return this.$to.after(this.depth + 1) };
-
-// :: Node The parent node that the range points into.
-prototypeAccessors$1$1.parent.get = function () { return this.$from.node(this.depth) };
-// :: number The start index of the range in the parent node.
-prototypeAccessors$1$1.startIndex.get = function () { return this.$from.index(this.depth) };
-// :: number The end index of the range in the parent node.
-prototypeAccessors$1$1.endIndex.get = function () { return this.$to.indexAfter(this.depth) };
-
-Object.defineProperties( NodeRange.prototype, prototypeAccessors$1$1 );
-
-var emptyAttrs = Object.create(null);
-
-// ::- This class represents a node in the tree that makes up a
-// ProseMirror document. So a document is an instance of `Node`, with
-// children that are also instances of `Node`.
-//
-// Nodes are persistent data structures. Instead of changing them, you
-// create new ones with the content you want. Old ones keep pointing
-// at the old document shape. This is made cheaper by sharing
-// structure between the old and new data as much as possible, which a
-// tree shape like this (without back pointers) makes easy.
-//
-// **Do not** directly mutate the properties of a `Node` object. See
-// [the guide](/docs/guide/#doc) for more information.
-var Node = function Node(type, attrs, content, marks) {
-  // :: NodeType
-  // The type of node that this is.
-  this.type = type;
-
-  // :: Object
-  // An object mapping attribute names to values. The kind of
-  // attributes allowed and required are
-  // [determined](#model.NodeSpec.attrs) by the node type.
-  this.attrs = attrs;
-
-  // :: Fragment
-  // A container holding the node's children.
-  this.content = content || Fragment.empty;
-
-  // :: [Mark]
-  // The marks (things like whether it is emphasized or part of a
-  // link) applied to this node.
-  this.marks = marks || Mark.none;
-};
-
-var prototypeAccessors$3 = { nodeSize: { configurable: true },childCount: { configurable: true },textContent: { configurable: true },firstChild: { configurable: true },lastChild: { configurable: true },isBlock: { configurable: true },isTextblock: { configurable: true },inlineContent: { configurable: true },isInline: { configurable: true },isText: { configurable: true },isLeaf: { configurable: true },isAtom: { configurable: true } };
-
-// text:: ?string
-// For text nodes, this contains the node's text content.
-
-// :: number
-// The size of this node, as defined by the integer-based [indexing
-// scheme](/docs/guide/#doc.indexing). For text nodes, this is the
-// amount of characters. For other leaf nodes, it is one. For
-// non-leaf nodes, it is the size of the content plus two (the start
-// and end token).
-prototypeAccessors$3.nodeSize.get = function () { return this.isLeaf ? 1 : 2 + this.content.size };
-
-// :: number
-// The number of children that the node has.
-prototypeAccessors$3.childCount.get = function () { return this.content.childCount };
-
-// :: (number) → Node
-// Get the child node at the given index. Raises an error when the
-// index is out of range.
-Node.prototype.child = function child (index) { return this.content.child(index) };
-
-// :: (number) → ?Node
-// Get the child node at the given index, if it exists.
-Node.prototype.maybeChild = function maybeChild (index) { return this.content.maybeChild(index) };
-
-// :: ((node: Node, offset: number, index: number))
-// Call `f` for every child node, passing the node, its offset
-// into this parent node, and its index.
-Node.prototype.forEach = function forEach (f) { this.content.forEach(f); };
-
-// :: (number, number, (node: Node, pos: number, parent: Node, index: number) → ?bool, ?number)
-// Invoke a callback for all descendant nodes recursively between
-// the given two positions that are relative to start of this node's
-// content. The callback is invoked with the node, its
-// parent-relative position, its parent node, and its child index.
-// When the callback returns false for a given node, that node's
-// children will not be recursed over. The last parameter can be
-// used to specify a starting position to count from.
-Node.prototype.nodesBetween = function nodesBetween (from, to, f, startPos) {
-    if ( startPos === void 0 ) startPos = 0;
-
-  this.content.nodesBetween(from, to, f, startPos, this);
-};
-
-// :: ((node: Node, pos: number, parent: Node) → ?bool)
-// Call the given callback for every descendant node. Doesn't
-// descend into a node when the callback returns `false`.
-Node.prototype.descendants = function descendants (f) {
-  this.nodesBetween(0, this.content.size, f);
-};
-
-// :: string
-// Concatenates all the text nodes found in this fragment and its
-// children.
-prototypeAccessors$3.textContent.get = function () { return this.textBetween(0, this.content.size, "") };
-
-// :: (number, number, ?string, ?string) → string
-// Get all text between positions `from` and `to`. When
-// `blockSeparator` is given, it will be inserted whenever a new
-// block node is started. When `leafText` is given, it'll be
-// inserted for every non-text leaf node encountered.
-Node.prototype.textBetween = function textBetween (from, to, blockSeparator, leafText) {
-  return this.content.textBetween(from, to, blockSeparator, leafText)
-};
-
-// :: ?Node
-// Returns this node's first child, or `null` if there are no
-// children.
-prototypeAccessors$3.firstChild.get = function () { return this.content.firstChild };
-
-// :: ?Node
-// Returns this node's last child, or `null` if there are no
-// children.
-prototypeAccessors$3.lastChild.get = function () { return this.content.lastChild };
-
-// :: (Node) → bool
-// Test whether two nodes represent the same piece of document.
-Node.prototype.eq = function eq (other) {
-  return this == other || (this.sameMarkup(other) && this.content.eq(other.content))
-};
-
-// :: (Node) → bool
-// Compare the markup (type, attributes, and marks) of this node to
-// those of another. Returns `true` if both have the same markup.
-Node.prototype.sameMarkup = function sameMarkup (other) {
-  return this.hasMarkup(other.type, other.attrs, other.marks)
-};
-
-// :: (NodeType, ?Object, ?[Mark]) → bool
-// Check whether this node's markup correspond to the given type,
-// attributes, and marks.
-Node.prototype.hasMarkup = function hasMarkup (type, attrs, marks) {
-  return this.type == type &&
-    compareDeep(this.attrs, attrs || type.defaultAttrs || emptyAttrs) &&
-    Mark.sameSet(this.marks, marks || Mark.none)
-};
-
-// :: (?Fragment) → Node
-// Create a new node with the same markup as this node, containing
-// the given content (or empty, if no content is given).
-Node.prototype.copy = function copy (content) {
-    if ( content === void 0 ) content = null;
-
-  if (content == this.content) { return this }
-  return new this.constructor(this.type, this.attrs, content, this.marks)
-};
-
-// :: ([Mark]) → Node
-// Create a copy of this node, with the given set of marks instead
-// of the node's own marks.
-Node.prototype.mark = function mark (marks) {
-  return marks == this.marks ? this : new this.constructor(this.type, this.attrs, this.content, marks)
-};
-
-// :: (number, ?number) → Node
-// Create a copy of this node with only the content between the
-// given positions. If `to` is not given, it defaults to the end of
-// the node.
-Node.prototype.cut = function cut (from, to) {
-  if (from == 0 && to == this.content.size) { return this }
-  return this.copy(this.content.cut(from, to))
-};
-
-// :: (number, ?number) → Slice
-// Cut out the part of the document between the given positions, and
-// return it as a `Slice` object.
-Node.prototype.slice = function slice (from, to, includeParents) {
-    if ( to === void 0 ) to = this.content.size;
-    if ( includeParents === void 0 ) includeParents = false;
-
-  if (from == to) { return Slice.empty }
-
-  var $from = this.resolve(from), $to = this.resolve(to);
-  var depth = includeParents ? 0 : $from.sharedDepth(to);
-  var start = $from.start(depth), node = $from.node(depth);
-  var content = node.content.cut($from.pos - start, $to.pos - start);
-  return new Slice(content, $from.depth - depth, $to.depth - depth)
-};
-
-// :: (number, number, Slice) → Node
-// Replace the part of the document between the given positions with
-// the given slice. The slice must 'fit', meaning its open sides
-// must be able to connect to the surrounding content, and its
-// content nodes must be valid children for the node they are placed
-// into. If any of this is violated, an error of type
-// [`ReplaceError`](#model.ReplaceError) is thrown.
-Node.prototype.replace = function replace$1 (from, to, slice) {
-  return replace(this.resolve(from), this.resolve(to), slice)
-};
-
-// :: (number) → ?Node
-// Find the node directly after the given position.
-Node.prototype.nodeAt = function nodeAt (pos) {
-  for (var node = this;;) {
-    var ref = node.content.findIndex(pos);
-      var index = ref.index;
-      var offset = ref.offset;
-    node = node.maybeChild(index);
-    if (!node) { return null }
-    if (offset == pos || node.isText) { return node }
-    pos -= offset + 1;
-  }
-};
-
-// :: (number) → {node: ?Node, index: number, offset: number}
-// Find the (direct) child node after the given offset, if any,
-// and return it along with its index and offset relative to this
-// node.
-Node.prototype.childAfter = function childAfter (pos) {
-  var ref = this.content.findIndex(pos);
-    var index = ref.index;
-    var offset = ref.offset;
-  return {node: this.content.maybeChild(index), index: index, offset: offset}
-};
-
-// :: (number) → {node: ?Node, index: number, offset: number}
-// Find the (direct) child node before the given offset, if any,
-// and return it along with its index and offset relative to this
-// node.
-Node.prototype.childBefore = function childBefore (pos) {
-  if (pos == 0) { return {node: null, index: 0, offset: 0} }
-  var ref = this.content.findIndex(pos);
-    var index = ref.index;
-    var offset = ref.offset;
-  if (offset < pos) { return {node: this.content.child(index), index: index, offset: offset} }
-  var node = this.content.child(index - 1);
-  return {node: node, index: index - 1, offset: offset - node.nodeSize}
-};
-
-// :: (number) → ResolvedPos
-// Resolve the given position in the document, returning an
-// [object](#model.ResolvedPos) with information about its context.
-Node.prototype.resolve = function resolve (pos) { return ResolvedPos.resolveCached(this, pos) };
-
-Node.prototype.resolveNoCache = function resolveNoCache (pos) { return ResolvedPos.resolve(this, pos) };
-
-// :: (number, number, MarkType) → bool
-// Test whether a mark of the given type occurs in this document
-// between the two given positions.
-Node.prototype.rangeHasMark = function rangeHasMark (from, to, type) {
-  var found = false;
-  if (to > from) { this.nodesBetween(from, to, function (node) {
-    if (type.isInSet(node.marks)) { found = true; }
-    return !found
-  }); }
-  return found
-};
-
-// :: bool
-// True when this is a block (non-inline node)
-prototypeAccessors$3.isBlock.get = function () { return this.type.isBlock };
-
-// :: bool
-// True when this is a textblock node, a block node with inline
-// content.
-prototypeAccessors$3.isTextblock.get = function () { return this.type.isTextblock };
-
-// :: bool
-// True when this node allows inline content.
-prototypeAccessors$3.inlineContent.get = function () { return this.type.inlineContent };
-
-// :: bool
-// True when this is an inline node (a text node or a node that can
-// appear among text).
-prototypeAccessors$3.isInline.get = function () { return this.type.isInline };
-
-// :: bool
-// True when this is a text node.
-prototypeAccessors$3.isText.get = function () { return this.type.isText };
-
-// :: bool
-// True when this is a leaf node.
-prototypeAccessors$3.isLeaf.get = function () { return this.type.isLeaf };
-
-// :: bool
-// True when this is an atom, i.e. when it does not have directly
-// editable content. This is usually the same as `isLeaf`, but can
-// be configured with the [`atom` property](#model.NodeSpec.atom) on
-// a node's spec (typically used when the node is displayed as an
-// uneditable [node view](#view.NodeView)).
-prototypeAccessors$3.isAtom.get = function () { return this.type.isAtom };
-
-// :: () → string
-// Return a string representation of this node for debugging
-// purposes.
-Node.prototype.toString = function toString () {
-  if (this.type.spec.toDebugString) { return this.type.spec.toDebugString(this) }
-  var name = this.type.name;
-  if (this.content.size)
-    { name += "(" + this.content.toStringInner() + ")"; }
-  return wrapMarks(this.marks, name)
-};
-
-// :: (number) → ContentMatch
-// Get the content match in this node at the given index.
-Node.prototype.contentMatchAt = function contentMatchAt (index) {
-  var match = this.type.contentMatch.matchFragment(this.content, 0, index);
-  if (!match) { throw new Error("Called contentMatchAt on a node with invalid content") }
-  return match
-};
-
-// :: (number, number, ?Fragment, ?number, ?number) → bool
-// Test whether replacing the range between `from` and `to` (by
-// child index) with the given replacement fragment (which defaults
-// to the empty fragment) would leave the node's content valid. You
-// can optionally pass `start` and `end` indices into the
-// replacement fragment.
-Node.prototype.canReplace = function canReplace (from, to, replacement, start, end) {
-    if ( replacement === void 0 ) replacement = Fragment.empty;
-    if ( start === void 0 ) start = 0;
-    if ( end === void 0 ) end = replacement.childCount;
-
-  var one = this.contentMatchAt(from).matchFragment(replacement, start, end);
-  var two = one && one.matchFragment(this.content, to);
-  if (!two || !two.validEnd) { return false }
-  for (var i = start; i < end; i++) { if (!this.type.allowsMarks(replacement.child(i).marks)) { return false } }
-  return true
-};
-
-// :: (number, number, NodeType, ?[Mark]) → bool
-// Test whether replacing the range `from` to `to` (by index) with a
-// node of the given type would leave the node's content valid.
-Node.prototype.canReplaceWith = function canReplaceWith (from, to, type, marks) {
-  if (marks && !this.type.allowsMarks(marks)) { return false }
-  var start = this.contentMatchAt(from).matchType(type);
-  var end = start && start.matchFragment(this.content, to);
-  return end ? end.validEnd : false
-};
-
-// :: (Node) → bool
-// Test whether the given node's content could be appended to this
-// node. If that node is empty, this will only return true if there
-// is at least one node type that can appear in both nodes (to avoid
-// merging completely incompatible nodes).
-Node.prototype.canAppend = function canAppend (other) {
-  if (other.content.size) { return this.canReplace(this.childCount, this.childCount, other.content) }
-  else { return this.type.compatibleContent(other.type) }
-};
-
-// :: ()
-// Check whether this node and its descendants conform to the
-// schema, and raise error when they do not.
-Node.prototype.check = function check () {
-  if (!this.type.validContent(this.content))
-    { throw new RangeError(("Invalid content for node " + (this.type.name) + ": " + (this.content.toString().slice(0, 50)))) }
-  this.content.forEach(function (node) { return node.check(); });
-};
-
-// :: () → Object
-// Return a JSON-serializeable representation of this node.
-Node.prototype.toJSON = function toJSON () {
-  var obj = {type: this.type.name};
-  for (var _ in this.attrs) {
-    obj.attrs = this.attrs;
-    break
-  }
-  if (this.content.size)
-    { obj.content = this.content.toJSON(); }
-  if (this.marks.length)
-    { obj.marks = this.marks.map(function (n) { return n.toJSON(); }); }
-  return obj
-};
-
-// :: (Schema, Object) → Node
-// Deserialize a node from its JSON representation.
-Node.fromJSON = function fromJSON (schema, json) {
-  if (!json) { throw new RangeError("Invalid input for Node.fromJSON") }
-  var marks = null;
-  if (json.marks) {
-    if (!Array.isArray(json.marks)) { throw new RangeError("Invalid mark data for Node.fromJSON") }
-    marks = json.marks.map(schema.markFromJSON);
-  }
-  if (json.type == "text") {
-    if (typeof json.text != "string") { throw new RangeError("Invalid text node in JSON") }
-    return schema.text(json.text, marks)
-  }
-  var content = Fragment.fromJSON(schema, json.content);
-  return schema.nodeType(json.type).create(json.attrs, content, marks)
-};
-
-Object.defineProperties( Node.prototype, prototypeAccessors$3 );
-
-var TextNode = /*@__PURE__*/(function (Node) {
-  function TextNode(type, attrs, content, marks) {
-    Node.call(this, type, attrs, null, marks);
-
-    if (!content) { throw new RangeError("Empty text nodes are not allowed") }
-
-    this.text = content;
-  }
-
-  if ( Node ) TextNode.__proto__ = Node;
-  TextNode.prototype = Object.create( Node && Node.prototype );
-  TextNode.prototype.constructor = TextNode;
-
-  var prototypeAccessors$1 = { textContent: { configurable: true },nodeSize: { configurable: true } };
-
-  TextNode.prototype.toString = function toString () {
-    if (this.type.spec.toDebugString) { return this.type.spec.toDebugString(this) }
-    return wrapMarks(this.marks, JSON.stringify(this.text))
-  };
-
-  prototypeAccessors$1.textContent.get = function () { return this.text };
-
-  TextNode.prototype.textBetween = function textBetween (from, to) { return this.text.slice(from, to) };
-
-  prototypeAccessors$1.nodeSize.get = function () { return this.text.length };
-
-  TextNode.prototype.mark = function mark (marks) {
-    return marks == this.marks ? this : new TextNode(this.type, this.attrs, this.text, marks)
-  };
-
-  TextNode.prototype.withText = function withText (text) {
-    if (text == this.text) { return this }
-    return new TextNode(this.type, this.attrs, text, this.marks)
-  };
-
-  TextNode.prototype.cut = function cut (from, to) {
-    if ( from === void 0 ) from = 0;
-    if ( to === void 0 ) to = this.text.length;
-
-    if (from == 0 && to == this.text.length) { return this }
-    return this.withText(this.text.slice(from, to))
-  };
-
-  TextNode.prototype.eq = function eq (other) {
-    return this.sameMarkup(other) && this.text == other.text
-  };
-
-  TextNode.prototype.toJSON = function toJSON () {
-    var base = Node.prototype.toJSON.call(this);
-    base.text = this.text;
-    return base
-  };
-
-  Object.defineProperties( TextNode.prototype, prototypeAccessors$1 );
-
-  return TextNode;
-}(Node));
-
-function wrapMarks(marks, str) {
-  for (var i = marks.length - 1; i >= 0; i--)
-    { str = marks[i].type.name + "(" + str + ")"; }
-  return str
-}
-
-// ::- Instances of this class represent a match state of a node
-// type's [content expression](#model.NodeSpec.content), and can be
-// used to find out whether further content matches here, and whether
-// a given position is a valid end of the node.
-var ContentMatch = function ContentMatch(validEnd) {
-  // :: bool
-  // True when this match state represents a valid end of the node.
-  this.validEnd = validEnd;
-  this.next = [];
-  this.wrapCache = [];
-};
-
-var prototypeAccessors$4 = { inlineContent: { configurable: true },defaultType: { configurable: true },edgeCount: { configurable: true } };
-
-ContentMatch.parse = function parse (string, nodeTypes) {
-  var stream = new TokenStream(string, nodeTypes);
-  if (stream.next == null) { return ContentMatch.empty }
-  var expr = parseExpr(stream);
-  if (stream.next) { stream.err("Unexpected trailing text"); }
-  var match = dfa(nfa(expr));
-  checkForDeadEnds(match, stream);
-  return match
-};
-
-// :: (NodeType) → ?ContentMatch
-// Match a node type, returning a match after that node if
-// successful.
-ContentMatch.prototype.matchType = function matchType (type) {
-  for (var i = 0; i < this.next.length; i += 2)
-    { if (this.next[i] == type) { return this.next[i + 1] } }
-  return null
-};
-
-// :: (Fragment, ?number, ?number) → ?ContentMatch
-// Try to match a fragment. Returns the resulting match when
-// successful.
-ContentMatch.prototype.matchFragment = function matchFragment (frag, start, end) {
-    if ( start === void 0 ) start = 0;
-    if ( end === void 0 ) end = frag.childCount;
-
-  var cur = this;
-  for (var i = start; cur && i < end; i++)
-    { cur = cur.matchType(frag.child(i).type); }
-  return cur
-};
-
-prototypeAccessors$4.inlineContent.get = function () {
-  var first = this.next[0];
-  return first ? first.isInline : false
-};
-
-// :: ?NodeType
-// Get the first matching node type at this match position that can
-// be generated.
-prototypeAccessors$4.defaultType.get = function () {
-  for (var i = 0; i < this.next.length; i += 2) {
-    var type = this.next[i];
-    if (!(type.isText || type.hasRequiredAttrs())) { return type }
-  }
-};
-
-ContentMatch.prototype.compatible = function compatible (other) {
-  for (var i = 0; i < this.next.length; i += 2)
-    { for (var j = 0; j < other.next.length; j += 2)
-      { if (this.next[i] == other.next[j]) { return true } } }
-  return false
-};
-
-// :: (Fragment, bool, ?number) → ?Fragment
-// Try to match the given fragment, and if that fails, see if it can
-// be made to match by inserting nodes in front of it. When
-// successful, return a fragment of inserted nodes (which may be
-// empty if nothing had to be inserted). When `toEnd` is true, only
-// return a fragment if the resulting match goes to the end of the
-// content expression.
-ContentMatch.prototype.fillBefore = function fillBefore (after, toEnd, startIndex) {
-    if ( toEnd === void 0 ) toEnd = false;
-    if ( startIndex === void 0 ) startIndex = 0;
-
-  var seen = [this];
-  function search(match, types) {
-    var finished = match.matchFragment(after, startIndex);
-    if (finished && (!toEnd || finished.validEnd))
-      { return Fragment.from(types.map(function (tp) { return tp.createAndFill(); })) }
-
-    for (var i = 0; i < match.next.length; i += 2) {
-      var type = match.next[i], next = match.next[i + 1];
-      if (!(type.isText || type.hasRequiredAttrs()) && seen.indexOf(next) == -1) {
-        seen.push(next);
-        var found = search(next, types.concat(type));
-        if (found) { return found }
-      }
-    }
-  }
-
-  return search(this, [])
-};
-
-// :: (NodeType) → ?[NodeType]
-// Find a set of wrapping node types that would allow a node of the
-// given type to appear at this position. The result may be empty
-// (when it fits directly) and will be null when no such wrapping
-// exists.
-ContentMatch.prototype.findWrapping = function findWrapping (target) {
-  for (var i = 0; i < this.wrapCache.length; i += 2)
-    { if (this.wrapCache[i] == target) { return this.wrapCache[i + 1] } }
-  var computed = this.computeWrapping(target);
-  this.wrapCache.push(target, computed);
-  return computed
-};
-
-ContentMatch.prototype.computeWrapping = function computeWrapping (target) {
-  var seen = Object.create(null), active = [{match: this, type: null, via: null}];
-  while (active.length) {
-    var current = active.shift(), match = current.match;
-    if (match.matchType(target)) {
-      var result = [];
-      for (var obj = current; obj.type; obj = obj.via)
-        { result.push(obj.type); }
-      return result.reverse()
-    }
-    for (var i = 0; i < match.next.length; i += 2) {
-      var type = match.next[i];
-      if (!type.isLeaf && !type.hasRequiredAttrs() && !(type.name in seen) && (!current.type || match.next[i + 1].validEnd)) {
-        active.push({match: type.contentMatch, type: type, via: current});
-        seen[type.name] = true;
-      }
-    }
-  }
-};
-
-// :: number
-// The number of outgoing edges this node has in the finite
-// automaton that describes the content expression.
-prototypeAccessors$4.edgeCount.get = function () {
-  return this.next.length >> 1
-};
-
-// :: (number) → {type: NodeType, next: ContentMatch}
-// Get the _n_​th outgoing edge from this node in the finite
-// automaton that describes the content expression.
-ContentMatch.prototype.edge = function edge (n) {
-  var i = n << 1;
-  if (i >= this.next.length) { throw new RangeError(("There's no " + n + "th edge in this content match")) }
-  return {type: this.next[i], next: this.next[i + 1]}
-};
-
-ContentMatch.prototype.toString = function toString () {
-  var seen = [];
-  function scan(m) {
-    seen.push(m);
-    for (var i = 1; i < m.next.length; i += 2)
-      { if (seen.indexOf(m.next[i]) == -1) { scan(m.next[i]); } }
-  }
-  scan(this);
-  return seen.map(function (m, i) {
-    var out = i + (m.validEnd ? "*" : " ") + " ";
-    for (var i$1 = 0; i$1 < m.next.length; i$1 += 2)
-      { out += (i$1 ? ", " : "") + m.next[i$1].name + "->" + seen.indexOf(m.next[i$1 + 1]); }
-    return out
-  }).join("\n")
-};
-
-Object.defineProperties( ContentMatch.prototype, prototypeAccessors$4 );
-
-ContentMatch.empty = new ContentMatch(true);
-
-var TokenStream = function TokenStream(string, nodeTypes) {
-  this.string = string;
-  this.nodeTypes = nodeTypes;
-  this.inline = null;
-  this.pos = 0;
-  this.tokens = string.split(/\s*(?=\b|\W|$)/);
-  if (this.tokens[this.tokens.length - 1] == "") { this.tokens.pop(); }
-  if (this.tokens[0] == "") { this.tokens.unshift(); }
-};
-
-var prototypeAccessors$1$2 = { next: { configurable: true } };
-
-prototypeAccessors$1$2.next.get = function () { return this.tokens[this.pos] };
-
-TokenStream.prototype.eat = function eat (tok) { return this.next == tok && (this.pos++ || true) };
-
-TokenStream.prototype.err = function err (str) { throw new SyntaxError(str + " (in content expression '" + this.string + "')") };
-
-Object.defineProperties( TokenStream.prototype, prototypeAccessors$1$2 );
-
-function parseExpr(stream) {
-  var exprs = [];
-  do { exprs.push(parseExprSeq(stream)); }
-  while (stream.eat("|"))
-  return exprs.length == 1 ? exprs[0] : {type: "choice", exprs: exprs}
-}
-
-function parseExprSeq(stream) {
-  var exprs = [];
-  do { exprs.push(parseExprSubscript(stream)); }
-  while (stream.next && stream.next != ")" && stream.next != "|")
-  return exprs.length == 1 ? exprs[0] : {type: "seq", exprs: exprs}
-}
-
-function parseExprSubscript(stream) {
-  var expr = parseExprAtom(stream);
-  for (;;) {
-    if (stream.eat("+"))
-      { expr = {type: "plus", expr: expr}; }
-    else if (stream.eat("*"))
-      { expr = {type: "star", expr: expr}; }
-    else if (stream.eat("?"))
-      { expr = {type: "opt", expr: expr}; }
-    else if (stream.eat("{"))
-      { expr = parseExprRange(stream, expr); }
-    else { break }
-  }
-  return expr
-}
-
-function parseNum(stream) {
-  if (/\D/.test(stream.next)) { stream.err("Expected number, got '" + stream.next + "'"); }
-  var result = Number(stream.next);
-  stream.pos++;
-  return result
-}
-
-function parseExprRange(stream, expr) {
-  var min = parseNum(stream), max = min;
-  if (stream.eat(",")) {
-    if (stream.next != "}") { max = parseNum(stream); }
-    else { max = -1; }
-  }
-  if (!stream.eat("}")) { stream.err("Unclosed braced range"); }
-  return {type: "range", min: min, max: max, expr: expr}
-}
-
-function resolveName(stream, name) {
-  var types = stream.nodeTypes, type = types[name];
-  if (type) { return [type] }
-  var result = [];
-  for (var typeName in types) {
-    var type$1 = types[typeName];
-    if (type$1.groups.indexOf(name) > -1) { result.push(type$1); }
-  }
-  if (result.length == 0) { stream.err("No node type or group '" + name + "' found"); }
-  return result
-}
-
-function parseExprAtom(stream) {
-  if (stream.eat("(")) {
-    var expr = parseExpr(stream);
-    if (!stream.eat(")")) { stream.err("Missing closing paren"); }
-    return expr
-  } else if (!/\W/.test(stream.next)) {
-    var exprs = resolveName(stream, stream.next).map(function (type) {
-      if (stream.inline == null) { stream.inline = type.isInline; }
-      else if (stream.inline != type.isInline) { stream.err("Mixing inline and block content"); }
-      return {type: "name", value: type}
-    });
-    stream.pos++;
-    return exprs.length == 1 ? exprs[0] : {type: "choice", exprs: exprs}
-  } else {
-    stream.err("Unexpected token '" + stream.next + "'");
-  }
-}
-
-// The code below helps compile a regular-expression-like language
-// into a deterministic finite automaton. For a good introduction to
-// these concepts, see https://swtch.com/~rsc/regexp/regexp1.html
-
-// : (Object) → [[{term: ?any, to: number}]]
-// Construct an NFA from an expression as returned by the parser. The
-// NFA is represented as an array of states, which are themselves
-// arrays of edges, which are `{term, to}` objects. The first state is
-// the entry state and the last node is the success state.
-//
-// Note that unlike typical NFAs, the edge ordering in this one is
-// significant, in that it is used to contruct filler content when
-// necessary.
-function nfa(expr) {
-  var nfa = [[]];
-  connect(compile(expr, 0), node());
-  return nfa
-
-  function node() { return nfa.push([]) - 1 }
-  function edge(from, to, term) {
-    var edge = {term: term, to: to};
-    nfa[from].push(edge);
-    return edge
-  }
-  function connect(edges, to) { edges.forEach(function (edge) { return edge.to = to; }); }
-
-  function compile(expr, from) {
-    if (expr.type == "choice") {
-      return expr.exprs.reduce(function (out, expr) { return out.concat(compile(expr, from)); }, [])
-    } else if (expr.type == "seq") {
-      for (var i = 0;; i++) {
-        var next = compile(expr.exprs[i], from);
-        if (i == expr.exprs.length - 1) { return next }
-        connect(next, from = node());
-      }
-    } else if (expr.type == "star") {
-      var loop = node();
-      edge(from, loop);
-      connect(compile(expr.expr, loop), loop);
-      return [edge(loop)]
-    } else if (expr.type == "plus") {
-      var loop$1 = node();
-      connect(compile(expr.expr, from), loop$1);
-      connect(compile(expr.expr, loop$1), loop$1);
-      return [edge(loop$1)]
-    } else if (expr.type == "opt") {
-      return [edge(from)].concat(compile(expr.expr, from))
-    } else if (expr.type == "range") {
-      var cur = from;
-      for (var i$1 = 0; i$1 < expr.min; i$1++) {
-        var next$1 = node();
-        connect(compile(expr.expr, cur), next$1);
-        cur = next$1;
-      }
-      if (expr.max == -1) {
-        connect(compile(expr.expr, cur), cur);
-      } else {
-        for (var i$2 = expr.min; i$2 < expr.max; i$2++) {
-          var next$2 = node();
-          edge(cur, next$2);
-          connect(compile(expr.expr, cur), next$2);
-          cur = next$2;
-        }
-      }
-      return [edge(cur)]
-    } else if (expr.type == "name") {
-      return [edge(from, null, expr.value)]
-    }
-  }
-}
-
-function cmp(a, b) { return b - a }
-
-// Get the set of nodes reachable by null edges from `node`. Omit
-// nodes with only a single null-out-edge, since they may lead to
-// needless duplicated nodes.
-function nullFrom(nfa, node) {
-  var result = [];
-  scan(node);
-  return result.sort(cmp)
-
-  function scan(node) {
-    var edges = nfa[node];
-    if (edges.length == 1 && !edges[0].term) { return scan(edges[0].to) }
-    result.push(node);
-    for (var i = 0; i < edges.length; i++) {
-      var ref = edges[i];
-      var term = ref.term;
-      var to = ref.to;
-      if (!term && result.indexOf(to) == -1) { scan(to); }
-    }
-  }
-}
-
-// : ([[{term: ?any, to: number}]]) → ContentMatch
-// Compiles an NFA as produced by `nfa` into a DFA, modeled as a set
-// of state objects (`ContentMatch` instances) with transitions
-// between them.
-function dfa(nfa) {
-  var labeled = Object.create(null);
-  return explore(nullFrom(nfa, 0))
-
-  function explore(states) {
-    var out = [];
-    states.forEach(function (node) {
-      nfa[node].forEach(function (ref) {
-        var term = ref.term;
-        var to = ref.to;
-
-        if (!term) { return }
-        var known = out.indexOf(term), set = known > -1 && out[known + 1];
-        nullFrom(nfa, to).forEach(function (node) {
-          if (!set) { out.push(term, set = []); }
-          if (set.indexOf(node) == -1) { set.push(node); }
-        });
-      });
-    });
-    var state = labeled[states.join(",")] = new ContentMatch(states.indexOf(nfa.length - 1) > -1);
-    for (var i = 0; i < out.length; i += 2) {
-      var states$1 = out[i + 1].sort(cmp);
-      state.next.push(out[i], labeled[states$1.join(",")] || explore(states$1));
-    }
-    return state
-  }
-}
-
-function checkForDeadEnds(match, stream) {
-  for (var i = 0, work = [match]; i < work.length; i++) {
-    var state = work[i], dead = !state.validEnd, nodes = [];
-    for (var j = 0; j < state.next.length; j += 2) {
-      var node = state.next[j], next = state.next[j + 1];
-      nodes.push(node.name);
-      if (dead && !(node.isText || node.hasRequiredAttrs())) { dead = false; }
-      if (work.indexOf(next) == -1) { work.push(next); }
-    }
-    if (dead) { stream.err("Only non-generatable nodes (" + nodes.join(", ") + ") in a required position"); }
-  }
-}
-
-// For node types where all attrs have a default value (or which don't
-// have any attributes), build up a single reusable default attribute
-// object, and use it for all nodes that don't specify specific
-// attributes.
-function defaultAttrs(attrs) {
-  var defaults = Object.create(null);
-  for (var attrName in attrs) {
-    var attr = attrs[attrName];
-    if (!attr.hasDefault) { return null }
-    defaults[attrName] = attr.default;
-  }
-  return defaults
-}
-
-function computeAttrs(attrs, value) {
-  var built = Object.create(null);
-  for (var name in attrs) {
-    var given = value && value[name];
-    if (given === undefined) {
-      var attr = attrs[name];
-      if (attr.hasDefault) { given = attr.default; }
-      else { throw new RangeError("No value supplied for attribute " + name) }
-    }
-    built[name] = given;
-  }
-  return built
-}
-
-function initAttrs(attrs) {
-  var result = Object.create(null);
-  if (attrs) { for (var name in attrs) { result[name] = new Attribute(attrs[name]); } }
-  return result
-}
-
-// ::- Node types are objects allocated once per `Schema` and used to
-// [tag](#model.Node.type) `Node` instances. They contain information
-// about the node type, such as its name and what kind of node it
-// represents.
-var NodeType = function NodeType(name, schema, spec) {
-  // :: string
-  // The name the node type has in this schema.
-  this.name = name;
-
-  // :: Schema
-  // A link back to the `Schema` the node type belongs to.
-  this.schema = schema;
-
-  // :: NodeSpec
-  // The spec that this type is based on
-  this.spec = spec;
-
-  this.groups = spec.group ? spec.group.split(" ") : [];
-  this.attrs = initAttrs(spec.attrs);
-
-  this.defaultAttrs = defaultAttrs(this.attrs);
-
-  // :: ContentMatch
-  // The starting match of the node type's content expression.
-  this.contentMatch = null;
-
-  // : ?[MarkType]
-  // The set of marks allowed in this node. `null` means all marks
-  // are allowed.
-  this.markSet = null;
-
-  // :: bool
-  // True if this node type has inline content.
-  this.inlineContent = null;
-
-  // :: bool
-  // True if this is a block type
-  this.isBlock = !(spec.inline || name == "text");
-
-  // :: bool
-  // True if this is the text node type.
-  this.isText = name == "text";
-};
-
-var prototypeAccessors$5 = { isInline: { configurable: true },isTextblock: { configurable: true },isLeaf: { configurable: true },isAtom: { configurable: true } };
-
-// :: bool
-// True if this is an inline type.
-prototypeAccessors$5.isInline.get = function () { return !this.isBlock };
-
-// :: bool
-// True if this is a textblock type, a block that contains inline
-// content.
-prototypeAccessors$5.isTextblock.get = function () { return this.isBlock && this.inlineContent };
-
-// :: bool
-// True for node types that allow no content.
-prototypeAccessors$5.isLeaf.get = function () { return this.contentMatch == ContentMatch.empty };
-
-// :: bool
-// True when this node is an atom, i.e. when it does not have
-// directly editable content.
-prototypeAccessors$5.isAtom.get = function () { return this.isLeaf || this.spec.atom };
-
-// :: () → bool
-// Tells you whether this node type has any required attributes.
-NodeType.prototype.hasRequiredAttrs = function hasRequiredAttrs () {
-  for (var n in this.attrs) { if (this.attrs[n].isRequired) { return true } }
-  return false
-};
-
-NodeType.prototype.compatibleContent = function compatibleContent (other) {
-  return this == other || this.contentMatch.compatible(other.contentMatch)
-};
-
-NodeType.prototype.computeAttrs = function computeAttrs$1 (attrs) {
-  if (!attrs && this.defaultAttrs) { return this.defaultAttrs }
-  else { return computeAttrs(this.attrs, attrs) }
-};
-
-// :: (?Object, ?union, ?[Mark]) → Node
-// Create a `Node` of this type. The given attributes are
-// checked and defaulted (you can pass `null` to use the type's
-// defaults entirely, if no required attributes exist). `content`
-// may be a `Fragment`, a node, an array of nodes, or
-// `null`. Similarly `marks` may be `null` to default to the empty
-// set of marks.
-NodeType.prototype.create = function create (attrs, content, marks) {
-  if (this.isText) { throw new Error("NodeType.create can't construct text nodes") }
-  return new Node(this, this.computeAttrs(attrs), Fragment.from(content), Mark.setFrom(marks))
-};
-
-// :: (?Object, ?union, ?[Mark]) → Node
-// Like [`create`](#model.NodeType.create), but check the given content
-// against the node type's content restrictions, and throw an error
-// if it doesn't match.
-NodeType.prototype.createChecked = function createChecked (attrs, content, marks) {
-  content = Fragment.from(content);
-  if (!this.validContent(content))
-    { throw new RangeError("Invalid content for node " + this.name) }
-  return new Node(this, this.computeAttrs(attrs), content, Mark.setFrom(marks))
-};
-
-// :: (?Object, ?union, ?[Mark]) → ?Node
-// Like [`create`](#model.NodeType.create), but see if it is necessary to
-// add nodes to the start or end of the given fragment to make it
-// fit the node. If no fitting wrapping can be found, return null.
-// Note that, due to the fact that required nodes can always be
-// created, this will always succeed if you pass null or
-// `Fragment.empty` as content.
-NodeType.prototype.createAndFill = function createAndFill (attrs, content, marks) {
-  attrs = this.computeAttrs(attrs);
-  content = Fragment.from(content);
-  if (content.size) {
-    var before = this.contentMatch.fillBefore(content);
-    if (!before) { return null }
-    content = before.append(content);
-  }
-  var after = this.contentMatch.matchFragment(content).fillBefore(Fragment.empty, true);
-  if (!after) { return null }
-  return new Node(this, attrs, content.append(after), Mark.setFrom(marks))
-};
-
-// :: (Fragment) → bool
-// Returns true if the given fragment is valid content for this node
-// type with the given attributes.
-NodeType.prototype.validContent = function validContent (content) {
-  var result = this.contentMatch.matchFragment(content);
-  if (!result || !result.validEnd) { return false }
-  for (var i = 0; i < content.childCount; i++)
-    { if (!this.allowsMarks(content.child(i).marks)) { return false } }
-  return true
-};
-
-// :: (MarkType) → bool
-// Check whether the given mark type is allowed in this node.
-NodeType.prototype.allowsMarkType = function allowsMarkType (markType) {
-  return this.markSet == null || this.markSet.indexOf(markType) > -1
-};
-
-// :: ([Mark]) → bool
-// Test whether the given set of marks are allowed in this node.
-NodeType.prototype.allowsMarks = function allowsMarks (marks) {
-  if (this.markSet == null) { return true }
-  for (var i = 0; i < marks.length; i++) { if (!this.allowsMarkType(marks[i].type)) { return false } }
-  return true
-};
-
-// :: ([Mark]) → [Mark]
-// Removes the marks that are not allowed in this node from the given set.
-NodeType.prototype.allowedMarks = function allowedMarks (marks) {
-  if (this.markSet == null) { return marks }
-  var copy;
-  for (var i = 0; i < marks.length; i++) {
-    if (!this.allowsMarkType(marks[i].type)) {
-      if (!copy) { copy = marks.slice(0, i); }
-    } else if (copy) {
-      copy.push(marks[i]);
-    }
-  }
-  return !copy ? marks : copy.length ? copy : Mark.empty
-};
-
-NodeType.compile = function compile (nodes, schema) {
-  var result = Object.create(null);
-  nodes.forEach(function (name, spec) { return result[name] = new NodeType(name, schema, spec); });
-
-  var topType = schema.spec.topNode || "doc";
-  if (!result[topType]) { throw new RangeError("Schema is missing its top node type ('" + topType + "')") }
-  if (!result.text) { throw new RangeError("Every schema needs a 'text' type") }
-  for (var _ in result.text.attrs) { throw new RangeError("The text node type should not have attributes") }
-
-  return result
-};
-
-Object.defineProperties( NodeType.prototype, prototypeAccessors$5 );
-
-// Attribute descriptors
-
-var Attribute = function Attribute(options) {
-  this.hasDefault = Object.prototype.hasOwnProperty.call(options, "default");
-  this.default = options.default;
-};
-
-var prototypeAccessors$1$3 = { isRequired: { configurable: true } };
-
-prototypeAccessors$1$3.isRequired.get = function () {
-  return !this.hasDefault
-};
-
-Object.defineProperties( Attribute.prototype, prototypeAccessors$1$3 );
-
-// Marks
-
-// ::- Like nodes, marks (which are associated with nodes to signify
-// things like emphasis or being part of a link) are
-// [tagged](#model.Mark.type) with type objects, which are
-// instantiated once per `Schema`.
-var MarkType = function MarkType(name, rank, schema, spec) {
-  // :: string
-  // The name of the mark type.
-  this.name = name;
-
-  // :: Schema
-  // The schema that this mark type instance is part of.
-  this.schema = schema;
-
-  // :: MarkSpec
-  // The spec on which the type is based.
-  this.spec = spec;
-
-  this.attrs = initAttrs(spec.attrs);
-
-  this.rank = rank;
-  this.excluded = null;
-  var defaults = defaultAttrs(this.attrs);
-  this.instance = defaults && new Mark(this, defaults);
-};
-
-// :: (?Object) → Mark
-// Create a mark of this type. `attrs` may be `null` or an object
-// containing only some of the mark's attributes. The others, if
-// they have defaults, will be added.
-MarkType.prototype.create = function create (attrs) {
-  if (!attrs && this.instance) { return this.instance }
-  return new Mark(this, computeAttrs(this.attrs, attrs))
-};
-
-MarkType.compile = function compile (marks, schema) {
-  var result = Object.create(null), rank = 0;
-  marks.forEach(function (name, spec) { return result[name] = new MarkType(name, rank++, schema, spec); });
-  return result
-};
-
-// :: ([Mark]) → [Mark]
-// When there is a mark of this type in the given set, a new set
-// without it is returned. Otherwise, the input set is returned.
-MarkType.prototype.removeFromSet = function removeFromSet (set) {
-  for (var i = 0; i < set.length; i++)
-    { if (set[i].type == this)
-      { return set.slice(0, i).concat(set.slice(i + 1)) } }
-  return set
-};
-
-// :: ([Mark]) → ?Mark
-// Tests whether there is a mark of this type in the given set.
-MarkType.prototype.isInSet = function isInSet (set) {
-  for (var i = 0; i < set.length; i++)
-    { if (set[i].type == this) { return set[i] } }
-};
-
-// :: (MarkType) → bool
-// Queries whether a given mark type is
-// [excluded](#model.MarkSpec.excludes) by this one.
-MarkType.prototype.excludes = function excludes (other) {
-  return this.excluded.indexOf(other) > -1
-};
-
-// SchemaSpec:: interface
-// An object describing a schema, as passed to the [`Schema`](#model.Schema)
-// constructor.
-//
-//   nodes:: union, OrderedMap>
-//   The node types in this schema. Maps names to
-//   [`NodeSpec`](#model.NodeSpec) objects that describe the node type
-//   associated with that name. Their order is significant—it
-//   determines which [parse rules](#model.NodeSpec.parseDOM) take
-//   precedence by default, and which nodes come first in a given
-//   [group](#model.NodeSpec.group).
-//
-//   marks:: ?union, OrderedMap>
-//   The mark types that exist in this schema. The order in which they
-//   are provided determines the order in which [mark
-//   sets](#model.Mark.addToSet) are sorted and in which [parse
-//   rules](#model.MarkSpec.parseDOM) are tried.
-//
-//   topNode:: ?string
-//   The name of the default top-level node for the schema. Defaults
-//   to `"doc"`.
-
-// NodeSpec:: interface
-//
-//   content:: ?string
-//   The content expression for this node, as described in the [schema
-//   guide](/docs/guide/#schema.content_expressions). When not given,
-//   the node does not allow any content.
-//
-//   marks:: ?string
-//   The marks that are allowed inside of this node. May be a
-//   space-separated string referring to mark names or groups, `"_"`
-//   to explicitly allow all marks, or `""` to disallow marks. When
-//   not given, nodes with inline content default to allowing all
-//   marks, other nodes default to not allowing marks.
-//
-//   group:: ?string
-//   The group or space-separated groups to which this node belongs,
-//   which can be referred to in the content expressions for the
-//   schema.
-//
-//   inline:: ?bool
-//   Should be set to true for inline nodes. (Implied for text nodes.)
-//
-//   atom:: ?bool
-//   Can be set to true to indicate that, though this isn't a [leaf
-//   node](#model.NodeType.isLeaf), it doesn't have directly editable
-//   content and should be treated as a single unit in the view.
-//
-//   attrs:: ?Object
-//   The attributes that nodes of this type get.
-//
-//   selectable:: ?bool
-//   Controls whether nodes of this type can be selected as a [node
-//   selection](#state.NodeSelection). Defaults to true for non-text
-//   nodes.
-//
-//   draggable:: ?bool
-//   Determines whether nodes of this type can be dragged without
-//   being selected. Defaults to false.
-//
-//   code:: ?bool
-//   Can be used to indicate that this node contains code, which
-//   causes some commands to behave differently.
-//
-//   defining:: ?bool
-//   Determines whether this node is considered an important parent
-//   node during replace operations (such as paste). Non-defining (the
-//   default) nodes get dropped when their entire content is replaced,
-//   whereas defining nodes persist and wrap the inserted content.
-//   Likewise, in _inserted_ content the defining parents of the
-//   content are preserved when possible. Typically,
-//   non-default-paragraph textblock types, and possibly list items,
-//   are marked as defining.
-//
-//   isolating:: ?bool
-//   When enabled (default is false), the sides of nodes of this type
-//   count as boundaries that regular editing operations, like
-//   backspacing or lifting, won't cross. An example of a node that
-//   should probably have this enabled is a table cell.
-//
-//   toDOM:: ?(node: Node) → DOMOutputSpec
-//   Defines the default way a node of this type should be serialized
-//   to DOM/HTML (as used by
-//   [`DOMSerializer.fromSchema`](#model.DOMSerializer^fromSchema)).
-//   Should return a DOM node or an [array
-//   structure](#model.DOMOutputSpec) that describes one, with an
-//   optional number zero (“hole”) in it to indicate where the node's
-//   content should be inserted.
-//
-//   For text nodes, the default is to create a text DOM node. Though
-//   it is possible to create a serializer where text is rendered
-//   differently, this is not supported inside the editor, so you
-//   shouldn't override that in your text node spec.
-//
-//   parseDOM:: ?[ParseRule]
-//   Associates DOM parser information with this node, which can be
-//   used by [`DOMParser.fromSchema`](#model.DOMParser^fromSchema) to
-//   automatically derive a parser. The `node` field in the rules is
-//   implied (the name of this node will be filled in automatically).
-//   If you supply your own parser, you do not need to also specify
-//   parsing rules in your schema.
-//
-//   toDebugString:: ?(node: Node) -> string
-//   Defines the default way a node of this type should be serialized
-//   to a string representation for debugging (e.g. in error messages).
-
-// MarkSpec:: interface
-//
-//   attrs:: ?Object
-//   The attributes that marks of this type get.
-//
-//   inclusive:: ?bool
-//   Whether this mark should be active when the cursor is positioned
-//   at its end (or at its start when that is also the start of the
-//   parent node). Defaults to true.
-//
-//   excludes:: ?string
-//   Determines which other marks this mark can coexist with. Should
-//   be a space-separated strings naming other marks or groups of marks.
-//   When a mark is [added](#model.Mark.addToSet) to a set, all marks
-//   that it excludes are removed in the process. If the set contains
-//   any mark that excludes the new mark but is not, itself, excluded
-//   by the new mark, the mark can not be added an the set. You can
-//   use the value `"_"` to indicate that the mark excludes all
-//   marks in the schema.
-//
-//   Defaults to only being exclusive with marks of the same type. You
-//   can set it to an empty string (or any string not containing the
-//   mark's own name) to allow multiple marks of a given type to
-//   coexist (as long as they have different attributes).
-//
-//   group:: ?string
-//   The group or space-separated groups to which this mark belongs.
-//
-//   spanning:: ?bool
-//   Determines whether marks of this type can span multiple adjacent
-//   nodes when serialized to DOM/HTML. Defaults to true.
-//
-//   toDOM:: ?(mark: Mark, inline: bool) → DOMOutputSpec
-//   Defines the default way marks of this type should be serialized
-//   to DOM/HTML. When the resulting spec contains a hole, that is
-//   where the marked content is placed. Otherwise, it is appended to
-//   the top node.
-//
-//   parseDOM:: ?[ParseRule]
-//   Associates DOM parser information with this mark (see the
-//   corresponding [node spec field](#model.NodeSpec.parseDOM)). The
-//   `mark` field in the rules is implied.
-
-// AttributeSpec:: interface
-//
-// Used to [define](#model.NodeSpec.attrs) attributes on nodes or
-// marks.
-//
-//   default:: ?any
-//   The default value for this attribute, to use when no explicit
-//   value is provided. Attributes that have no default must be
-//   provided whenever a node or mark of a type that has them is
-//   created.
-
-// ::- A document schema. Holds [node](#model.NodeType) and [mark
-// type](#model.MarkType) objects for the nodes and marks that may
-// occur in conforming documents, and provides functionality for
-// creating and deserializing such documents.
-var index_es_Schema = function Schema(spec) {
-  // :: SchemaSpec
-  // The [spec](#model.SchemaSpec) on which the schema is based,
-  // with the added guarantee that its `nodes` and `marks`
-  // properties are
-  // [`OrderedMap`](https://github.com/marijnh/orderedmap) instances
-  // (not raw objects).
-  this.spec = {};
-  for (var prop in spec) { this.spec[prop] = spec[prop]; }
-  this.spec.nodes = index_es.from(spec.nodes);
-  this.spec.marks = index_es.from(spec.marks);
-
-  // :: Object
-  // An object mapping the schema's node names to node type objects.
-  this.nodes = NodeType.compile(this.spec.nodes, this);
-
-  // :: Object
-  // A map from mark names to mark type objects.
-  this.marks = MarkType.compile(this.spec.marks, this);
-
-  var contentExprCache = Object.create(null);
-  for (var prop$1 in this.nodes) {
-    if (prop$1 in this.marks)
-      { throw new RangeError(prop$1 + " can not be both a node and a mark") }
-    var type = this.nodes[prop$1], contentExpr = type.spec.content || "", markExpr = type.spec.marks;
-    type.contentMatch = contentExprCache[contentExpr] ||
-      (contentExprCache[contentExpr] = ContentMatch.parse(contentExpr, this.nodes));
-    type.inlineContent = type.contentMatch.inlineContent;
-    type.markSet = markExpr == "_" ? null :
-      markExpr ? gatherMarks(this, markExpr.split(" ")) :
-      markExpr == "" || !type.inlineContent ? [] : null;
-  }
-  for (var prop$2 in this.marks) {
-    var type$1 = this.marks[prop$2], excl = type$1.spec.excludes;
-    type$1.excluded = excl == null ? [type$1] : excl == "" ? [] : gatherMarks(this, excl.split(" "));
-  }
-
-  this.nodeFromJSON = this.nodeFromJSON.bind(this);
-  this.markFromJSON = this.markFromJSON.bind(this);
-
-  // :: NodeType
-  // The type of the [default top node](#model.SchemaSpec.topNode)
-  // for this schema.
-  this.topNodeType = this.nodes[this.spec.topNode || "doc"];
-
-  // :: Object
-  // An object for storing whatever values modules may want to
-  // compute and cache per schema. (If you want to store something
-  // in it, try to use property names unlikely to clash.)
-  this.cached = Object.create(null);
-  this.cached.wrappings = Object.create(null);
-};
-
-// :: (union, ?Object, ?union, ?[Mark]) → Node
-// Create a node in this schema. The `type` may be a string or a
-// `NodeType` instance. Attributes will be extended
-// with defaults, `content` may be a `Fragment`,
-// `null`, a `Node`, or an array of nodes.
-index_es_Schema.prototype.node = function node (type, attrs, content, marks) {
-  if (typeof type == "string")
-    { type = this.nodeType(type); }
-  else if (!(type instanceof NodeType))
-    { throw new RangeError("Invalid node type: " + type) }
-  else if (type.schema != this)
-    { throw new RangeError("Node type from different schema used (" + type.name + ")") }
-
-  return type.createChecked(attrs, content, marks)
-};
-
-// :: (string, ?[Mark]) → Node
-// Create a text node in the schema. Empty text nodes are not
-// allowed.
-index_es_Schema.prototype.text = function text (text$1, marks) {
-  var type = this.nodes.text;
-  return new TextNode(type, type.defaultAttrs, text$1, Mark.setFrom(marks))
-};
-
-// :: (union, ?Object) → Mark
-// Create a mark with the given type and attributes.
-index_es_Schema.prototype.mark = function mark (type, attrs) {
-  if (typeof type == "string") { type = this.marks[type]; }
-  return type.create(attrs)
-};
-
-// :: (Object) → Node
-// Deserialize a node from its JSON representation. This method is
-// bound.
-index_es_Schema.prototype.nodeFromJSON = function nodeFromJSON (json) {
-  return Node.fromJSON(this, json)
-};
-
-// :: (Object) → Mark
-// Deserialize a mark from its JSON representation. This method is
-// bound.
-index_es_Schema.prototype.markFromJSON = function markFromJSON (json) {
-  return Mark.fromJSON(this, json)
-};
-
-index_es_Schema.prototype.nodeType = function nodeType (name) {
-  var found = this.nodes[name];
-  if (!found) { throw new RangeError("Unknown node type: " + name) }
-  return found
-};
-
-function gatherMarks(schema, marks) {
-  var found = [];
-  for (var i = 0; i < marks.length; i++) {
-    var name = marks[i], mark = schema.marks[name], ok = mark;
-    if (mark) {
-      found.push(mark);
-    } else {
-      for (var prop in schema.marks) {
-        var mark$1 = schema.marks[prop];
-        if (name == "_" || (mark$1.spec.group && mark$1.spec.group.split(" ").indexOf(name) > -1))
-          { found.push(ok = mark$1); }
-      }
-    }
-    if (!ok) { throw new SyntaxError("Unknown mark type: '" + marks[i] + "'") }
-  }
-  return found
-}
-
-// ParseOptions:: interface
-// These are the options recognized by the
-// [`parse`](#model.DOMParser.parse) and
-// [`parseSlice`](#model.DOMParser.parseSlice) methods.
-//
-//   preserveWhitespace:: ?union
-//   By default, whitespace is collapsed as per HTML's rules. Pass
-//   `true` to preserve whitespace, but normalize newlines to
-//   spaces, and `"full"` to preserve whitespace entirely.
-//
-//   findPositions:: ?[{node: dom.Node, offset: number}]
-//   When given, the parser will, beside parsing the content,
-//   record the document positions of the given DOM positions. It
-//   will do so by writing to the objects, adding a `pos` property
-//   that holds the document position. DOM positions that are not
-//   in the parsed content will not be written to.
-//
-//   from:: ?number
-//   The child node index to start parsing from.
-//
-//   to:: ?number
-//   The child node index to stop parsing at.
-//
-//   topNode:: ?Node
-//   By default, the content is parsed into the schema's default
-//   [top node type](#model.Schema.topNodeType). You can pass this
-//   option to use the type and attributes from a different node
-//   as the top container.
-//
-//   topMatch:: ?ContentMatch
-//   Provide the starting content match that content parsed into the
-//   top node is matched against.
-//
-//   context:: ?ResolvedPos
-//   A set of additional nodes to count as
-//   [context](#model.ParseRule.context) when parsing, above the
-//   given [top node](#model.ParseOptions.topNode).
-
-// ParseRule:: interface
-// A value that describes how to parse a given DOM node or inline
-// style as a ProseMirror node or mark.
-//
-//   tag:: ?string
-//   A CSS selector describing the kind of DOM elements to match. A
-//   single rule should have _either_ a `tag` or a `style` property.
-//
-//   namespace:: ?string
-//   The namespace to match. This should be used with `tag`.
-//   Nodes are only matched when the namespace matches or this property
-//   is null.
-//
-//   style:: ?string
-//   A CSS property name to match. When given, this rule matches
-//   inline styles that list that property. May also have the form
-//   `"property=value"`, in which case the rule only matches if the
-//   propery's value exactly matches the given value. (For more
-//   complicated filters, use [`getAttrs`](#model.ParseRule.getAttrs)
-//   and return false to indicate that the match failed.)
-//
-//   priority:: ?number
-//   Can be used to change the order in which the parse rules in a
-//   schema are tried. Those with higher priority come first. Rules
-//   without a priority are counted as having priority 50. This
-//   property is only meaningful in a schema—when directly
-//   constructing a parser, the order of the rule array is used.
-//
-//   context:: ?string
-//   When given, restricts this rule to only match when the current
-//   context—the parent nodes into which the content is being
-//   parsed—matches this expression. Should contain one or more node
-//   names or node group names followed by single or double slashes.
-//   For example `"paragraph/"` means the rule only matches when the
-//   parent node is a paragraph, `"blockquote/paragraph/"` restricts
-//   it to be in a paragraph that is inside a blockquote, and
-//   `"section//"` matches any position inside a section—a double
-//   slash matches any sequence of ancestor nodes. To allow multiple
-//   different contexts, they can be separated by a pipe (`|`)
-//   character, as in `"blockquote/|list_item/"`.
-//
-//   node:: ?string
-//   The name of the node type to create when this rule matches. Only
-//   valid for rules with a `tag` property, not for style rules. Each
-//   rule should have one of a `node`, `mark`, or `ignore` property
-//   (except when it appears in a [node](#model.NodeSpec.parseDOM) or
-//   [mark spec](#model.MarkSpec.parseDOM), in which case the `node`
-//   or `mark` property will be derived from its position).
-//
-//   mark:: ?string
-//   The name of the mark type to wrap the matched content in.
-//
-//   ignore:: ?bool
-//   When true, ignore content that matches this rule.
-//
-//   skip:: ?bool
-//   When true, ignore the node that matches this rule, but do parse
-//   its content.
-//
-//   attrs:: ?Object
-//   Attributes for the node or mark created by this rule. When
-//   `getAttrs` is provided, it takes precedence.
-//
-//   getAttrs:: ?(union) → ?union
-//   A function used to compute the attributes for the node or mark
-//   created by this rule. Can also be used to describe further
-//   conditions the DOM element or style must match. When it returns
-//   `false`, the rule won't match. When it returns null or undefined,
-//   that is interpreted as an empty/default set of attributes.
-//
-//   Called with a DOM Element for `tag` rules, and with a string (the
-//   style's value) for `style` rules.
-//
-//   contentElement:: ?union
-//   For `tag` rules that produce non-leaf nodes or marks, by default
-//   the content of the DOM element is parsed as content of the mark
-//   or node. If the child nodes are in a descendent node, this may be
-//   a CSS selector string that the parser must use to find the actual
-//   content element, or a function that returns the actual content
-//   element to the parser.
-//
-//   getContent:: ?(dom.Node, schema: Schema) → Fragment
-//   Can be used to override the content of a matched node. When
-//   present, instead of parsing the node's child nodes, the result of
-//   this function is used.
-//
-//   preserveWhitespace:: ?union
-//   Controls whether whitespace should be preserved when parsing the
-//   content inside the matched element. `false` means whitespace may
-//   be collapsed, `true` means that whitespace should be preserved
-//   but newlines normalized to spaces, and `"full"` means that
-//   newlines should also be preserved.
-
-// ::- A DOM parser represents a strategy for parsing DOM content into
-// a ProseMirror document conforming to a given schema. Its behavior
-// is defined by an array of [rules](#model.ParseRule).
-var DOMParser = function DOMParser(schema, rules) {
-  var this$1 = this;
-
-  // :: Schema
-  // The schema into which the parser parses.
-  this.schema = schema;
-  // :: [ParseRule]
-  // The set of [parse rules](#model.ParseRule) that the parser
-  // uses, in order of precedence.
-  this.rules = rules;
-  this.tags = [];
-  this.styles = [];
-
-  rules.forEach(function (rule) {
-    if (rule.tag) { this$1.tags.push(rule); }
-    else if (rule.style) { this$1.styles.push(rule); }
-  });
-};
-
-// :: (dom.Node, ?ParseOptions) → Node
-// Parse a document from the content of a DOM node.
-DOMParser.prototype.parse = function parse (dom, options) {
-    if ( options === void 0 ) options = {};
-
-  var context = new ParseContext(this, options, false);
-  context.addAll(dom, null, options.from, options.to);
-  return context.finish()
-};
-
-// :: (dom.Node, ?ParseOptions) → Slice
-// Parses the content of the given DOM node, like
-// [`parse`](#model.DOMParser.parse), and takes the same set of
-// options. But unlike that method, which produces a whole node,
-// this one returns a slice that is open at the sides, meaning that
-// the schema constraints aren't applied to the start of nodes to
-// the left of the input and the end of nodes at the end.
-DOMParser.prototype.parseSlice = function parseSlice (dom, options) {
-    if ( options === void 0 ) options = {};
-
-  var context = new ParseContext(this, options, true);
-  context.addAll(dom, null, options.from, options.to);
-  return Slice.maxOpen(context.finish())
-};
-
-DOMParser.prototype.matchTag = function matchTag (dom, context) {
-  for (var i = 0; i < this.tags.length; i++) {
-    var rule = this.tags[i];
-    if (matches(dom, rule.tag) &&
-        (rule.namespace === undefined || dom.namespaceURI == rule.namespace) &&
-        (!rule.context || context.matchesContext(rule.context))) {
-      if (rule.getAttrs) {
-        var result = rule.getAttrs(dom);
-        if (result === false) { continue }
-        rule.attrs = result;
-      }
-      return rule
-    }
-  }
-};
-
-DOMParser.prototype.matchStyle = function matchStyle (prop, value, context) {
-  for (var i = 0; i < this.styles.length; i++) {
-    var rule = this.styles[i];
-    if (rule.style.indexOf(prop) != 0 ||
-        rule.context && !context.matchesContext(rule.context) ||
-        // Test that the style string either precisely matches the prop,
-        // or has an '=' sign after the prop, followed by the given
-        // value.
-        rule.style.length > prop.length &&
-        (rule.style.charCodeAt(prop.length) != 61 || rule.style.slice(prop.length + 1) != value))
-      { continue }
-    if (rule.getAttrs) {
-      var result = rule.getAttrs(value);
-      if (result === false) { continue }
-      rule.attrs = result;
-    }
-    return rule
-  }
-};
-
-// : (Schema) → [ParseRule]
-DOMParser.schemaRules = function schemaRules (schema) {
-  var result = [];
-  function insert(rule) {
-    var priority = rule.priority == null ? 50 : rule.priority, i = 0;
-    for (; i < result.length; i++) {
-      var next = result[i], nextPriority = next.priority == null ? 50 : next.priority;
-      if (nextPriority < priority) { break }
-    }
-    result.splice(i, 0, rule);
-  }
-
-  var loop = function ( name ) {
-    var rules = schema.marks[name].spec.parseDOM;
-    if (rules) { rules.forEach(function (rule) {
-      insert(rule = copy(rule));
-      rule.mark = name;
-    }); }
-  };
-
-    for (var name in schema.marks) loop( name );
-  var loop$1 = function ( name ) {
-    var rules$1 = schema.nodes[name$1].spec.parseDOM;
-    if (rules$1) { rules$1.forEach(function (rule) {
-      insert(rule = copy(rule));
-      rule.node = name$1;
-    }); }
-  };
-
-    for (var name$1 in schema.nodes) loop$1();
-  return result
-};
-
-// :: (Schema) → DOMParser
-// Construct a DOM parser using the parsing rules listed in a
-// schema's [node specs](#model.NodeSpec.parseDOM), reordered by
-// [priority](#model.ParseRule.priority).
-DOMParser.fromSchema = function fromSchema (schema) {
-  return schema.cached.domParser ||
-    (schema.cached.domParser = new DOMParser(schema, DOMParser.schemaRules(schema)))
-};
-
-// : Object The block-level tags in HTML5
-var blockTags = {
-  address: true, article: true, aside: true, blockquote: true, canvas: true,
-  dd: true, div: true, dl: true, fieldset: true, figcaption: true, figure: true,
-  footer: true, form: true, h1: true, h2: true, h3: true, h4: true, h5: true,
-  h6: true, header: true, hgroup: true, hr: true, li: true, noscript: true, ol: true,
-  output: true, p: true, pre: true, section: true, table: true, tfoot: true, ul: true
-};
-
-// : Object The tags that we normally ignore.
-var ignoreTags = {
-  head: true, noscript: true, object: true, script: true, style: true, title: true
-};
-
-// : Object List tags.
-var listTags = {ol: true, ul: true};
-
-// Using a bitfield for node context options
-var OPT_PRESERVE_WS = 1, OPT_PRESERVE_WS_FULL = 2, OPT_OPEN_LEFT = 4;
-
-function wsOptionsFor(preserveWhitespace) {
-  return (preserveWhitespace ? OPT_PRESERVE_WS : 0) | (preserveWhitespace === "full" ? OPT_PRESERVE_WS_FULL : 0)
-}
-
-var NodeContext = function NodeContext(type, attrs, marks, pendingMarks, solid, match, options) {
-  this.type = type;
-  this.attrs = attrs;
-  this.solid = solid;
-  this.match = match || (options & OPT_OPEN_LEFT ? null : type.contentMatch);
-  this.options = options;
-  this.content = [];
-  // Marks applied to this node itself
-  this.marks = marks;
-  // Marks applied to its children
-  this.activeMarks = Mark.none;
-  // Marks that can't apply here, but will be used in children if possible
-  this.pendingMarks = pendingMarks;
-};
-
-NodeContext.prototype.findWrapping = function findWrapping (node) {
-  if (!this.match) {
-    if (!this.type) { return [] }
-    var fill = this.type.contentMatch.fillBefore(Fragment.from(node));
-    if (fill) {
-      this.match = this.type.contentMatch.matchFragment(fill);
-    } else {
-      var start = this.type.contentMatch, wrap;
-      if (wrap = start.findWrapping(node.type)) {
-        this.match = start;
-        return wrap
-      } else {
-        return null
-      }
-    }
-  }
-  return this.match.findWrapping(node.type)
-};
-
-NodeContext.prototype.finish = function finish (openEnd) {
-  if (!(this.options & OPT_PRESERVE_WS)) { // Strip trailing whitespace
-    var last = this.content[this.content.length - 1], m;
-    if (last && last.isText && (m = /[ \t\r\n\u000c]+$/.exec(last.text))) {
-      if (last.text.length == m[0].length) { this.content.pop(); }
-      else { this.content[this.content.length - 1] = last.withText(last.text.slice(0, last.text.length - m[0].length)); }
-    }
-  }
-  var content = Fragment.from(this.content);
-  if (!openEnd && this.match)
-    { content = content.append(this.match.fillBefore(Fragment.empty, true)); }
-  return this.type ? this.type.create(this.attrs, content, this.marks) : content
-};
-
-NodeContext.prototype.applyPending = function applyPending (nextType) {
-  for (var i = 0, pending = this.pendingMarks; i < pending.length; i++) {
-    var mark = pending[i];
-    if ((this.type ? this.type.allowsMarkType(mark.type) : markMayApply(mark.type, nextType)) &&
-        !mark.isInSet(this.activeMarks)) {
-      this.activeMarks = mark.addToSet(this.activeMarks);
-      this.pendingMarks = mark.removeFromSet(this.pendingMarks);
-    }
-  }
-};
-
-var ParseContext = function ParseContext(parser, options, open) {
-  // : DOMParser The parser we are using.
-  this.parser = parser;
-  // : Object The options passed to this parse.
-  this.options = options;
-  this.isOpen = open;
-  var topNode = options.topNode, topContext;
-  var topOptions = wsOptionsFor(options.preserveWhitespace) | (open ? OPT_OPEN_LEFT : 0);
-  if (topNode)
-    { topContext = new NodeContext(topNode.type, topNode.attrs, Mark.none, Mark.none, true,
-                                 options.topMatch || topNode.type.contentMatch, topOptions); }
-  else if (open)
-    { topContext = new NodeContext(null, null, Mark.none, Mark.none, true, null, topOptions); }
-  else
-    { topContext = new NodeContext(parser.schema.topNodeType, null, Mark.none, Mark.none, true, null, topOptions); }
-  this.nodes = [topContext];
-  // : [Mark] The current set of marks
-  this.open = 0;
-  this.find = options.findPositions;
-  this.needsBlock = false;
-};
-
-var prototypeAccessors$6 = { top: { configurable: true },currentPos: { configurable: true } };
-
-prototypeAccessors$6.top.get = function () {
-  return this.nodes[this.open]
-};
-
-// : (dom.Node)
-// Add a DOM node to the content. Text is inserted as text node,
-// otherwise, the node is passed to `addElement` or, if it has a
-// `style` attribute, `addElementWithStyles`.
-ParseContext.prototype.addDOM = function addDOM (dom) {
-  if (dom.nodeType == 3) {
-    this.addTextNode(dom);
-  } else if (dom.nodeType == 1) {
-    var style = dom.getAttribute("style");
-    var marks = style ? this.readStyles(parseStyles(style)) : null, top = this.top;
-    if (marks != null) { for (var i = 0; i < marks.length; i++) { this.addPendingMark(marks[i]); } }
-    this.addElement(dom);
-    if (marks != null) { for (var i$1 = 0; i$1 < marks.length; i$1++) { this.removePendingMark(marks[i$1], top); } }
-  }
-};
-
-ParseContext.prototype.addTextNode = function addTextNode (dom) {
-  var value = dom.nodeValue;
-  var top = this.top;
-  if ((top.type ? top.type.inlineContent : top.content.length && top.content[0].isInline) || /[^ \t\r\n\u000c]/.test(value)) {
-    if (!(top.options & OPT_PRESERVE_WS)) {
-      value = value.replace(/[ \t\r\n\u000c]+/g, " ");
-      // If this starts with whitespace, and there is no node before it, or
-      // a hard break, or a text node that ends with whitespace, strip the
-      // leading space.
-      if (/^[ \t\r\n\u000c]/.test(value) && this.open == this.nodes.length - 1) {
-        var nodeBefore = top.content[top.content.length - 1];
-        var domNodeBefore = dom.previousSibling;
-        if (!nodeBefore ||
-            (domNodeBefore && domNodeBefore.nodeName == 'BR') ||
-            (nodeBefore.isText && /[ \t\r\n\u000c]$/.test(nodeBefore.text)))
-          { value = value.slice(1); }
-      }
-    } else if (!(top.options & OPT_PRESERVE_WS_FULL)) {
-      value = value.replace(/\r?\n|\r/g, " ");
-    }
-    if (value) { this.insertNode(this.parser.schema.text(value)); }
-    this.findInText(dom);
-  } else {
-    this.findInside(dom);
-  }
-};
-
-// : (dom.Element)
-// Try to find a handler for the given tag and use that to parse. If
-// none is found, the element's content nodes are added directly.
-ParseContext.prototype.addElement = function addElement (dom) {
-  var name = dom.nodeName.toLowerCase();
-  if (listTags.hasOwnProperty(name)) { normalizeList(dom); }
-  var rule = (this.options.ruleFromNode && this.options.ruleFromNode(dom)) || this.parser.matchTag(dom, this);
-  if (rule ? rule.ignore : ignoreTags.hasOwnProperty(name)) {
-    this.findInside(dom);
-  } else if (!rule || rule.skip) {
-    if (rule && rule.skip.nodeType) { dom = rule.skip; }
-    var sync, top = this.top, oldNeedsBlock = this.needsBlock;
-    if (blockTags.hasOwnProperty(name)) {
-      sync = true;
-      if (!top.type) { this.needsBlock = true; }
-    } else if (!dom.firstChild) {
-      this.leafFallback(dom);
-      return
-    }
-    this.addAll(dom);
-    if (sync) { this.sync(top); }
-    this.needsBlock = oldNeedsBlock;
-  } else {
-    this.addElementByRule(dom, rule);
-  }
-};
-
-// Called for leaf DOM nodes that would otherwise be ignored
-ParseContext.prototype.leafFallback = function leafFallback (dom) {
-  if (dom.nodeName == "BR" && this.top.type && this.top.type.inlineContent)
-    { this.addTextNode(dom.ownerDocument.createTextNode("\n")); }
-};
-
-// Run any style parser associated with the node's styles. Either
-// return an array of marks, or null to indicate some of the styles
-// had a rule with `ignore` set.
-ParseContext.prototype.readStyles = function readStyles (styles) {
-  var marks = Mark.none;
-  for (var i = 0; i < styles.length; i += 2) {
-    var rule = this.parser.matchStyle(styles[i], styles[i + 1], this);
-    if (!rule) { continue }
-    if (rule.ignore) { return null }
-    marks = this.parser.schema.marks[rule.mark].create(rule.attrs).addToSet(marks);
-  }
-  return marks
-};
-
-// : (dom.Element, ParseRule) → bool
-// Look up a handler for the given node. If none are found, return
-// false. Otherwise, apply it, use its return value to drive the way
-// the node's content is wrapped, and return true.
-ParseContext.prototype.addElementByRule = function addElementByRule (dom, rule) {
-    var this$1 = this;
-
-  var sync, nodeType, markType, mark;
-  if (rule.node) {
-    nodeType = this.parser.schema.nodes[rule.node];
-    if (!nodeType.isLeaf) {
-      sync = this.enter(nodeType, rule.attrs, rule.preserveWhitespace);
-    } else if (!this.insertNode(nodeType.create(rule.attrs))) {
-      this.leafFallback(dom);
-    }
-  } else {
-    markType = this.parser.schema.marks[rule.mark];
-    mark = markType.create(rule.attrs);
-    this.addPendingMark(mark);
-  }
-  var startIn = this.top;
-
-  if (nodeType && nodeType.isLeaf) {
-    this.findInside(dom);
-  } else if (rule.getContent) {
-    this.findInside(dom);
-    rule.getContent(dom, this.parser.schema).forEach(function (node) { return this$1.insertNode(node); });
-  } else {
-    var contentDOM = rule.contentElement;
-    if (typeof contentDOM == "string") { contentDOM = dom.querySelector(contentDOM); }
-    else if (typeof contentDOM == "function") { contentDOM = contentDOM(dom); }
-    if (!contentDOM) { contentDOM = dom; }
-    this.findAround(dom, contentDOM, true);
-    this.addAll(contentDOM, sync);
-  }
-  if (sync) { this.sync(startIn); this.open--; }
-  if (mark) { this.removePendingMark(mark, startIn); }
-};
-
-// : (dom.Node, ?NodeBuilder, ?number, ?number)
-// Add all child nodes between `startIndex` and `endIndex` (or the
-// whole node, if not given). If `sync` is passed, use it to
-// synchronize after every block element.
-ParseContext.prototype.addAll = function addAll (parent, sync, startIndex, endIndex) {
-  var index = startIndex || 0;
-  for (var dom = startIndex ? parent.childNodes[startIndex] : parent.firstChild,
-           end = endIndex == null ? null : parent.childNodes[endIndex];
-       dom != end; dom = dom.nextSibling, ++index) {
-    this.findAtPoint(parent, index);
-    this.addDOM(dom);
-    if (sync && blockTags.hasOwnProperty(dom.nodeName.toLowerCase()))
-      { this.sync(sync); }
-  }
-  this.findAtPoint(parent, index);
-};
-
-// Try to find a way to fit the given node type into the current
-// context. May add intermediate wrappers and/or leave non-solid
-// nodes that we're in.
-ParseContext.prototype.findPlace = function findPlace (node) {
-  var route, sync;
-  for (var depth = this.open; depth >= 0; depth--) {
-    var cx = this.nodes[depth];
-    var found = cx.findWrapping(node);
-    if (found && (!route || route.length > found.length)) {
-      route = found;
-      sync = cx;
-      if (!found.length) { break }
-    }
-    if (cx.solid) { break }
-  }
-  if (!route) { return false }
-  this.sync(sync);
-  for (var i = 0; i < route.length; i++)
-    { this.enterInner(route[i], null, false); }
-  return true
-};
-
-// : (Node) → ?Node
-// Try to insert the given node, adjusting the context when needed.
-ParseContext.prototype.insertNode = function insertNode (node) {
-  if (node.isInline && this.needsBlock && !this.top.type) {
-    var block = this.textblockFromContext();
-    if (block) { this.enterInner(block); }
-  }
-  if (this.findPlace(node)) {
-    this.closeExtra();
-    var top = this.top;
-    top.applyPending(node.type);
-    if (top.match) { top.match = top.match.matchType(node.type); }
-    var marks = top.activeMarks;
-    for (var i = 0; i < node.marks.length; i++)
-      { if (!top.type || top.type.allowsMarkType(node.marks[i].type))
-        { marks = node.marks[i].addToSet(marks); } }
-    top.content.push(node.mark(marks));
-    return true
-  }
-  return false
-};
-
-// : (NodeType, ?Object) → bool
-// Try to start a node of the given type, adjusting the context when
-// necessary.
-ParseContext.prototype.enter = function enter (type, attrs, preserveWS) {
-  var ok = this.findPlace(type.create(attrs));
-  if (ok) { this.enterInner(type, attrs, true, preserveWS); }
-  return ok
-};
-
-// Open a node of the given type
-ParseContext.prototype.enterInner = function enterInner (type, attrs, solid, preserveWS) {
-  this.closeExtra();
-  var top = this.top;
-  top.applyPending(type);
-  top.match = top.match && top.match.matchType(type, attrs);
-  var options = preserveWS == null ? top.options & ~OPT_OPEN_LEFT : wsOptionsFor(preserveWS);
-  if ((top.options & OPT_OPEN_LEFT) && top.content.length == 0) { options |= OPT_OPEN_LEFT; }
-  this.nodes.push(new NodeContext(type, attrs, top.activeMarks, top.pendingMarks, solid, null, options));
-  this.open++;
-};
-
-// Make sure all nodes above this.open are finished and added to
-// their parents
-ParseContext.prototype.closeExtra = function closeExtra (openEnd) {
-  var i = this.nodes.length - 1;
-  if (i > this.open) {
-    for (; i > this.open; i--) { this.nodes[i - 1].content.push(this.nodes[i].finish(openEnd)); }
-    this.nodes.length = this.open + 1;
-  }
-};
-
-ParseContext.prototype.finish = function finish () {
-  this.open = 0;
-  this.closeExtra(this.isOpen);
-  return this.nodes[0].finish(this.isOpen || this.options.topOpen)
-};
-
-ParseContext.prototype.sync = function sync (to) {
-  for (var i = this.open; i >= 0; i--) { if (this.nodes[i] == to) {
-    this.open = i;
-    return
-  } }
-};
-
-prototypeAccessors$6.currentPos.get = function () {
-  this.closeExtra();
-  var pos = 0;
-  for (var i = this.open; i >= 0; i--) {
-    var content = this.nodes[i].content;
-    for (var j = content.length - 1; j >= 0; j--)
-      { pos += content[j].nodeSize; }
-    if (i) { pos++; }
-  }
-  return pos
-};
-
-ParseContext.prototype.findAtPoint = function findAtPoint (parent, offset) {
-  if (this.find) { for (var i = 0; i < this.find.length; i++) {
-    if (this.find[i].node == parent && this.find[i].offset == offset)
-      { this.find[i].pos = this.currentPos; }
-  } }
-};
-
-ParseContext.prototype.findInside = function findInside (parent) {
-  if (this.find) { for (var i = 0; i < this.find.length; i++) {
-    if (this.find[i].pos == null && parent.nodeType == 1 && parent.contains(this.find[i].node))
-      { this.find[i].pos = this.currentPos; }
-  } }
-};
-
-ParseContext.prototype.findAround = function findAround (parent, content, before) {
-  if (parent != content && this.find) { for (var i = 0; i < this.find.length; i++) {
-    if (this.find[i].pos == null && parent.nodeType == 1 && parent.contains(this.find[i].node)) {
-      var pos = content.compareDocumentPosition(this.find[i].node);
-      if (pos & (before ? 2 : 4))
-        { this.find[i].pos = this.currentPos; }
-    }
-  } }
-};
-
-ParseContext.prototype.findInText = function findInText (textNode) {
-  if (this.find) { for (var i = 0; i < this.find.length; i++) {
-    if (this.find[i].node == textNode)
-      { this.find[i].pos = this.currentPos - (textNode.nodeValue.length - this.find[i].offset); }
-  } }
-};
-
-// : (string) → bool
-// Determines whether the given [context
-// string](#ParseRule.context) matches this context.
-ParseContext.prototype.matchesContext = function matchesContext (context) {
-    var this$1 = this;
-
-  if (context.indexOf("|") > -1)
-    { return context.split(/\s*\|\s*/).some(this.matchesContext, this) }
-
-  var parts = context.split("/");
-  var option = this.options.context;
-  var useRoot = !this.isOpen && (!option || option.parent.type == this.nodes[0].type);
-  var minDepth = -(option ? option.depth + 1 : 0) + (useRoot ? 0 : 1);
-  var match = function (i, depth) {
-    for (; i >= 0; i--) {
-      var part = parts[i];
-      if (part == "") {
-        if (i == parts.length - 1 || i == 0) { continue }
-        for (; depth >= minDepth; depth--)
-          { if (match(i - 1, depth)) { return true } }
-        return false
-      } else {
-        var next = depth > 0 || (depth == 0 && useRoot) ? this$1.nodes[depth].type
-            : option && depth >= minDepth ? option.node(depth - minDepth).type
-            : null;
-        if (!next || (next.name != part && next.groups.indexOf(part) == -1))
-          { return false }
-        depth--;
-      }
-    }
-    return true
-  };
-  return match(parts.length - 1, this.open)
-};
-
-ParseContext.prototype.textblockFromContext = function textblockFromContext () {
-  var $context = this.options.context;
-  if ($context) { for (var d = $context.depth; d >= 0; d--) {
-    var deflt = $context.node(d).contentMatchAt($context.indexAfter(d)).defaultType;
-    if (deflt && deflt.isTextblock && deflt.defaultAttrs) { return deflt }
-  } }
-  for (var name in this.parser.schema.nodes) {
-    var type = this.parser.schema.nodes[name];
-    if (type.isTextblock && type.defaultAttrs) { return type }
-  }
-};
-
-ParseContext.prototype.addPendingMark = function addPendingMark (mark) {
-  this.top.pendingMarks = mark.addToSet(this.top.pendingMarks);
-};
-
-ParseContext.prototype.removePendingMark = function removePendingMark (mark, upto) {
-  for (var depth = this.open; depth >= 0; depth--) {
-    var level = this.nodes[depth];
-    var found = level.pendingMarks.lastIndexOf(mark);
-    if (found > -1) { level.pendingMarks = mark.removeFromSet(level.pendingMarks); }
-    else { level.activeMarks = mark.removeFromSet(level.activeMarks); }
-    if (level == upto) { break }
-  }
-};
-
-Object.defineProperties( ParseContext.prototype, prototypeAccessors$6 );
-
-// Kludge to work around directly nested list nodes produced by some
-// tools and allowed by browsers to mean that the nested list is
-// actually part of the list item above it.
-function normalizeList(dom) {
-  for (var child = dom.firstChild, prevItem = null; child; child = child.nextSibling) {
-    var name = child.nodeType == 1 ? child.nodeName.toLowerCase() : null;
-    if (name && listTags.hasOwnProperty(name) && prevItem) {
-      prevItem.appendChild(child);
-      child = prevItem;
-    } else if (name == "li") {
-      prevItem = child;
-    } else if (name) {
-      prevItem = null;
-    }
-  }
-}
-
-// Apply a CSS selector.
-function matches(dom, selector) {
-  return (dom.matches || dom.msMatchesSelector || dom.webkitMatchesSelector || dom.mozMatchesSelector).call(dom, selector)
-}
-
-// : (string) → [string]
-// Tokenize a style attribute into property/value pairs.
-function parseStyles(style) {
-  var re = /\s*([\w-]+)\s*:\s*([^;]+)/g, m, result = [];
-  while (m = re.exec(style)) { result.push(m[1], m[2].trim()); }
-  return result
-}
-
-function copy(obj) {
-  var copy = {};
-  for (var prop in obj) { copy[prop] = obj[prop]; }
-  return copy
-}
-
-// Used when finding a mark at the top level of a fragment parse.
-// Checks whether it would be reasonable to apply a given mark type to
-// a given node, by looking at the way the mark occurs in the schema.
-function markMayApply(markType, nodeType) {
-  var nodes = nodeType.schema.nodes;
-  var loop = function ( name ) {
-    var parent = nodes[name];
-    if (!parent.allowsMarkType(markType)) { return }
-    var seen = [], scan = function (match) {
-      seen.push(match);
-      for (var i = 0; i < match.edgeCount; i++) {
-        var ref = match.edge(i);
-        var type = ref.type;
-        var next = ref.next;
-        if (type == nodeType) { return true }
-        if (seen.indexOf(next) < 0 && scan(next)) { return true }
-      }
-    };
-    if (scan(parent.contentMatch)) { return { v: true } }
-  };
-
-  for (var name in nodes) {
-    var returned = loop( name );
-
-    if ( returned ) return returned.v;
-  }
-}
-
-// DOMOutputSpec:: interface
-// A description of a DOM structure. Can be either a string, which is
-// interpreted as a text node, a DOM node, which is interpreted as
-// itself, or an array.
-//
-// An array describes a DOM element. The first value in the array
-// should be a string—the name of the DOM element, optionally prefixed
-// by a namespace URL and a space. If the second element is plain
-// object, it is interpreted as a set of attributes for the element.
-// Any elements after that (including the 2nd if it's not an attribute
-// object) are interpreted as children of the DOM elements, and must
-// either be valid `DOMOutputSpec` values, or the number zero.
-//
-// The number zero (pronounced “hole”) is used to indicate the place
-// where a node's child nodes should be inserted. If it occurs in an
-// output spec, it should be the only child element in its parent
-// node.
-
-// ::- A DOM serializer knows how to convert ProseMirror nodes and
-// marks of various types to DOM nodes.
-var DOMSerializer = function DOMSerializer(nodes, marks) {
-  // :: Object<(node: Node) → DOMOutputSpec>
-  // The node serialization functions.
-  this.nodes = nodes || {};
-  // :: Object
-  // The mark serialization functions.
-  this.marks = marks || {};
-};
-
-// :: (Fragment, ?Object) → dom.DocumentFragment
-// Serialize the content of this fragment to a DOM fragment. When
-// not in the browser, the `document` option, containing a DOM
-// document, should be passed so that the serializer can create
-// nodes.
-DOMSerializer.prototype.serializeFragment = function serializeFragment (fragment, options, target) {
-    var this$1 = this;
-    if ( options === void 0 ) options = {};
-
-  if (!target) { target = doc(options).createDocumentFragment(); }
-
-  var top = target, active = null;
-  fragment.forEach(function (node) {
-    if (active || node.marks.length) {
-      if (!active) { active = []; }
-      var keep = 0, rendered = 0;
-      while (keep < active.length && rendered < node.marks.length) {
-        var next = node.marks[rendered];
-        if (!this$1.marks[next.type.name]) { rendered++; continue }
-        if (!next.eq(active[keep]) || next.type.spec.spanning === false) { break }
-        keep += 2; rendered++;
-      }
-      while (keep < active.length) {
-        top = active.pop();
-        active.pop();
-      }
-      while (rendered < node.marks.length) {
-        var add = node.marks[rendered++];
-        var markDOM = this$1.serializeMark(add, node.isInline, options);
-        if (markDOM) {
-          active.push(add, top);
-          top.appendChild(markDOM.dom);
-          top = markDOM.contentDOM || markDOM.dom;
-        }
-      }
-    }
-    top.appendChild(this$1.serializeNode(node, options));
-  });
-
-  return target
-};
-
-// :: (Node, ?Object) → dom.Node
-// Serialize this node to a DOM node. This can be useful when you
-// need to serialize a part of a document, as opposed to the whole
-// document. To serialize a whole document, use
-// [`serializeFragment`](#model.DOMSerializer.serializeFragment) on
-// its [content](#model.Node.content).
-DOMSerializer.prototype.serializeNode = function serializeNode (node, options) {
-    if ( options === void 0 ) options = {};
-
-  var ref =
-      DOMSerializer.renderSpec(doc(options), this.nodes[node.type.name](node));
-    var dom = ref.dom;
-    var contentDOM = ref.contentDOM;
-  if (contentDOM) {
-    if (node.isLeaf)
-      { throw new RangeError("Content hole not allowed in a leaf node spec") }
-    if (options.onContent)
-      { options.onContent(node, contentDOM, options); }
-    else
-      { this.serializeFragment(node.content, options, contentDOM); }
-  }
-  return dom
-};
-
-DOMSerializer.prototype.serializeNodeAndMarks = function serializeNodeAndMarks (node, options) {
-    if ( options === void 0 ) options = {};
-
-  var dom = this.serializeNode(node, options);
-  for (var i = node.marks.length - 1; i >= 0; i--) {
-    var wrap = this.serializeMark(node.marks[i], node.isInline, options);
-    if (wrap) {
-(wrap.contentDOM || wrap.dom).appendChild(dom);
-      dom = wrap.dom;
-    }
-  }
-  return dom
-};
-
-DOMSerializer.prototype.serializeMark = function serializeMark (mark, inline, options) {
-    if ( options === void 0 ) options = {};
-
-  var toDOM = this.marks[mark.type.name];
-  return toDOM && DOMSerializer.renderSpec(doc(options), toDOM(mark, inline))
-};
-
-// :: (dom.Document, DOMOutputSpec) → {dom: dom.Node, contentDOM: ?dom.Node}
-// Render an [output spec](#model.DOMOutputSpec) to a DOM node. If
-// the spec has a hole (zero) in it, `contentDOM` will point at the
-// node with the hole.
-DOMSerializer.renderSpec = function renderSpec (doc, structure, xmlNS) {
-    if ( xmlNS === void 0 ) xmlNS = null;
-
-  if (typeof structure == "string")
-    { return {dom: doc.createTextNode(structure)} }
-  if (structure.nodeType != null)
-    { return {dom: structure} }
-  var tagName = structure[0], space = tagName.indexOf(" ");
-  if (space > 0) {
-    xmlNS = tagName.slice(0, space);
-    tagName = tagName.slice(space + 1);
-  }
-  var contentDOM = null, dom = xmlNS ? doc.createElementNS(xmlNS, tagName) : doc.createElement(tagName);
-  var attrs = structure[1], start = 1;
-  if (attrs && typeof attrs == "object" && attrs.nodeType == null && !Array.isArray(attrs)) {
-    start = 2;
-    for (var name in attrs) { if (attrs[name] != null) {
-      var space$1 = name.indexOf(" ");
-      if (space$1 > 0) { dom.setAttributeNS(name.slice(0, space$1), name.slice(space$1 + 1), attrs[name]); }
-      else { dom.setAttribute(name, attrs[name]); }
-    } }
-  }
-  for (var i = start; i < structure.length; i++) {
-    var child = structure[i];
-    if (child === 0) {
-      if (i < structure.length - 1 || i > start)
-        { throw new RangeError("Content hole must be the only child of its parent node") }
-      return {dom: dom, contentDOM: dom}
-    } else {
-      var ref = DOMSerializer.renderSpec(doc, child, xmlNS);
-        var inner = ref.dom;
-        var innerContent = ref.contentDOM;
-      dom.appendChild(inner);
-      if (innerContent) {
-        if (contentDOM) { throw new RangeError("Multiple content holes") }
-        contentDOM = innerContent;
-      }
-    }
-  }
-  return {dom: dom, contentDOM: contentDOM}
-};
-
-// :: (Schema) → DOMSerializer
-// Build a serializer using the [`toDOM`](#model.NodeSpec.toDOM)
-// properties in a schema's node and mark specs.
-DOMSerializer.fromSchema = function fromSchema (schema) {
-  return schema.cached.domSerializer ||
-    (schema.cached.domSerializer = new DOMSerializer(this.nodesFromSchema(schema), this.marksFromSchema(schema)))
-};
-
-// : (Schema) → Object<(node: Node) → DOMOutputSpec>
-// Gather the serializers in a schema's node specs into an object.
-// This can be useful as a base to build a custom serializer from.
-DOMSerializer.nodesFromSchema = function nodesFromSchema (schema) {
-  var result = gatherToDOM(schema.nodes);
-  if (!result.text) { result.text = function (node) { return node.text; }; }
-  return result
-};
-
-// : (Schema) → Object<(mark: Mark) → DOMOutputSpec>
-// Gather the serializers in a schema's mark specs into an object.
-DOMSerializer.marksFromSchema = function marksFromSchema (schema) {
-  return gatherToDOM(schema.marks)
-};
-
-function gatherToDOM(obj) {
-  var result = {};
-  for (var name in obj) {
-    var toDOM = obj[name].spec.toDOM;
-    if (toDOM) { result[name] = toDOM; }
-  }
-  return result
-}
-
-function doc(options) {
-  // declare global: window
-  return options.document || window.document
-}
-
-
-//# sourceMappingURL=index.es.js.map
-
-
-/***/ }),
-
-/***/ "30c9":
-/***/ (function(module, exports, __nested_webpack_require_431926__) {
-
-var isFunction = __nested_webpack_require_431926__("9520"),
-    isLength = __nested_webpack_require_431926__("b218");
-
-/**
- * Checks if `value` is array-like. A value is considered array-like if it's
- * not a function and has a `value.length` that's an integer greater than or
- * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
- *
- * @static
- * @memberOf _
- * @since 4.0.0
- * @category Lang
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is array-like, else `false`.
- * @example
- *
- * _.isArrayLike([1, 2, 3]);
- * // => true
- *
- * _.isArrayLike(document.body.children);
- * // => true
- *
- * _.isArrayLike('abc');
- * // => true
- *
- * _.isArrayLike(_.noop);
- * // => false
- */
-function isArrayLike(value) {
-  return value != null && isLength(value.length) && !isFunction(value);
-}
-
-module.exports = isArrayLike;
-
-
-/***/ }),
-
-/***/ "32b3":
-/***/ (function(module, exports, __nested_webpack_require_432850__) {
-
-var baseAssignValue = __nested_webpack_require_432850__("872a"),
-    eq = __nested_webpack_require_432850__("9638");
-
-/** Used for built-in method references. */
-var objectProto = Object.prototype;
-
-/** Used to check objects for own properties. */
-var hasOwnProperty = objectProto.hasOwnProperty;
-
-/**
- * Assigns `value` to `key` of `object` if the existing value is not equivalent
- * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
- * for equality comparisons.
- *
- * @private
- * @param {Object} object The object to modify.
- * @param {string} key The key of the property to assign.
- * @param {*} value The value to assign.
- */
-function assignValue(object, key, value) {
-  var objValue = object[key];
-  if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||
-      (value === undefined && !(key in object))) {
-    baseAssignValue(object, key, value);
-  }
-}
-
-module.exports = assignValue;
-
-
-/***/ }),
-
-/***/ "32f4":
-/***/ (function(module, exports, __nested_webpack_require_433843__) {
-
-var arrayFilter = __nested_webpack_require_433843__("2d7c"),
-    stubArray = __nested_webpack_require_433843__("d327");
-
-/** Used for built-in method references. */
-var objectProto = Object.prototype;
-
-/** Built-in value references. */
-var propertyIsEnumerable = objectProto.propertyIsEnumerable;
-
-/* Built-in method references for those with the same name as other `lodash` methods. */
-var nativeGetSymbols = Object.getOwnPropertySymbols;
-
-/**
- * Creates an array of the own enumerable symbols of `object`.
- *
- * @private
- * @param {Object} object The object to query.
- * @returns {Array} Returns the array of symbols.
- */
-var getSymbols = !nativeGetSymbols ? stubArray : function(object) {
-  if (object == null) {
-    return [];
-  }
-  object = Object(object);
-  return arrayFilter(nativeGetSymbols(object), function(symbol) {
-    return propertyIsEnumerable.call(object, symbol);
-  });
-};
-
-module.exports = getSymbols;
-
-
-/***/ }),
-
-/***/ "342f":
-/***/ (function(module, exports, __nested_webpack_require_434820__) {
-
-var getBuiltIn = __nested_webpack_require_434820__("d066");
-
-module.exports = getBuiltIn('navigator', 'userAgent') || '';
-
-
-/***/ }),
-
-/***/ "34ac":
-/***/ (function(module, exports, __nested_webpack_require_435012__) {
-
-var isFunction = __nested_webpack_require_435012__("9520"),
-    isMasked = __nested_webpack_require_435012__("1368"),
-    isObject = __nested_webpack_require_435012__("1a8c"),
-    toSource = __nested_webpack_require_435012__("dc57");
-
-/**
- * Used to match `RegExp`
- * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).
- */
-var reRegExpChar = /[\\^$.*+?()[\]{}|]/g;
-
-/** Used to detect host constructors (Safari). */
-var reIsHostCtor = /^\[object .+?Constructor\]$/;
-
-/** Used for built-in method references. */
-var funcProto = Function.prototype,
-    objectProto = Object.prototype;
-
-/** Used to resolve the decompiled source of functions. */
-var funcToString = funcProto.toString;
-
-/** Used to check objects for own properties. */
-var hasOwnProperty = objectProto.hasOwnProperty;
-
-/** Used to detect if a method is native. */
-var reIsNative = RegExp('^' +
-  funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\$&')
-  .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$'
-);
-
-/**
- * The base implementation of `_.isNative` without bad shim checks.
- *
- * @private
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is a native function,
- *  else `false`.
- */
-function baseIsNative(value) {
-  if (!isObject(value) || isMasked(value)) {
-    return false;
-  }
-  var pattern = isFunction(value) ? reIsNative : reIsHostCtor;
-  return pattern.test(toSource(value));
-}
-
-module.exports = baseIsNative;
-
-
-/***/ }),
-
-/***/ "35a1":
-/***/ (function(module, exports, __nested_webpack_require_436533__) {
-
-var classof = __nested_webpack_require_436533__("f5df");
-var Iterators = __nested_webpack_require_436533__("3f8c");
-var wellKnownSymbol = __nested_webpack_require_436533__("b622");
-
-var ITERATOR = wellKnownSymbol('iterator');
-
-module.exports = function (it) {
-  if (it != undefined) return it[ITERATOR]
-    || it['@@iterator']
-    || Iterators[classof(it)];
-};
-
-
-/***/ }),
-
-/***/ "3698":
-/***/ (function(module, exports) {
-
-/**
- * Gets the value at `key` of `object`.
- *
- * @private
- * @param {Object} [object] The object to query.
- * @param {string} key The key of the property to get.
- * @returns {*} Returns the property value.
- */
-function getValue(object, key) {
-  return object == null ? undefined : object[key];
-}
-
-module.exports = getValue;
-
-
-/***/ }),
-
-/***/ "3729":
-/***/ (function(module, exports, __nested_webpack_require_437324__) {
-
-var Symbol = __nested_webpack_require_437324__("9e69"),
-    getRawTag = __nested_webpack_require_437324__("00fd"),
-    objectToString = __nested_webpack_require_437324__("29f3");
-
-/** `Object#toString` result references. */
-var nullTag = '[object Null]',
-    undefinedTag = '[object Undefined]';
-
-/** Built-in value references. */
-var symToStringTag = Symbol ? Symbol.toStringTag : undefined;
-
-/**
- * The base implementation of `getTag` without fallbacks for buggy environments.
- *
- * @private
- * @param {*} value The value to query.
- * @returns {string} Returns the `toStringTag`.
- */
-function baseGetTag(value) {
-  if (value == null) {
-    return value === undefined ? undefinedTag : nullTag;
-  }
-  return (symToStringTag && symToStringTag in Object(value))
-    ? getRawTag(value)
-    : objectToString(value);
-}
-
-module.exports = baseGetTag;
-
-
-/***/ }),
-
-/***/ "37e8":
-/***/ (function(module, exports, __nested_webpack_require_438210__) {
-
-var DESCRIPTORS = __nested_webpack_require_438210__("83ab");
-var definePropertyModule = __nested_webpack_require_438210__("9bf2");
-var anObject = __nested_webpack_require_438210__("825a");
-var objectKeys = __nested_webpack_require_438210__("df75");
-
-// `Object.defineProperties` method
-// https://tc39.github.io/ecma262/#sec-object.defineproperties
-module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {
-  anObject(O);
-  var keys = objectKeys(Properties);
-  var length = keys.length;
-  var index = 0;
-  var key;
-  while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);
-  return O;
-};
-
-
-/***/ }),
-
-/***/ "3886":
-/***/ (function(module, exports, __nested_webpack_require_438900__) {
-
-//! moment.js locale configuration
-//! locale : English (Canada) [en-ca]
-//! author : Jonathan Abourbih : https://github.com/jonbca
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_438900__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var enCa = moment.defineLocale('en-ca', {
-        months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(
-            '_'
-        ),
-        monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
-        weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(
-            '_'
-        ),
-        weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
-        weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
-        longDateFormat: {
-            LT: 'h:mm A',
-            LTS: 'h:mm:ss A',
-            L: 'YYYY-MM-DD',
-            LL: 'MMMM D, YYYY',
-            LLL: 'MMMM D, YYYY h:mm A',
-            LLLL: 'dddd, MMMM D, YYYY h:mm A',
-        },
-        calendar: {
-            sameDay: '[Today at] LT',
-            nextDay: '[Tomorrow at] LT',
-            nextWeek: 'dddd [at] LT',
-            lastDay: '[Yesterday at] LT',
-            lastWeek: '[Last] dddd [at] LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'in %s',
-            past: '%s ago',
-            s: 'a few seconds',
-            ss: '%d seconds',
-            m: 'a minute',
-            mm: '%d minutes',
-            h: 'an hour',
-            hh: '%d hours',
-            d: 'a day',
-            dd: '%d days',
-            M: 'a month',
-            MM: '%d months',
-            y: 'a year',
-            yy: '%d years',
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
-        ordinal: function (number) {
-            var b = number % 10,
-                output =
-                    ~~((number % 100) / 10) === 1
-                        ? 'th'
-                        : b === 1
-                        ? 'st'
-                        : b === 2
-                        ? 'nd'
-                        : b === 3
-                        ? 'rd'
-                        : 'th';
-            return number + output;
-        },
-    });
-
-    return enCa;
-
-})));
-
-
-/***/ }),
-
-/***/ "39a6":
-/***/ (function(module, exports, __nested_webpack_require_441260__) {
-
-//! moment.js locale configuration
-//! locale : English (United Kingdom) [en-gb]
-//! author : Chris Gedrim : https://github.com/chrisgedrim
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_441260__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var enGb = moment.defineLocale('en-gb', {
-        months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(
-            '_'
-        ),
-        monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
-        weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(
-            '_'
-        ),
-        weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
-        weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
-        longDateFormat: {
-            LT: 'HH:mm',
-            LTS: 'HH:mm:ss',
-            L: 'DD/MM/YYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY HH:mm',
-            LLLL: 'dddd, D MMMM YYYY HH:mm',
-        },
-        calendar: {
-            sameDay: '[Today at] LT',
-            nextDay: '[Tomorrow at] LT',
-            nextWeek: 'dddd [at] LT',
-            lastDay: '[Yesterday at] LT',
-            lastWeek: '[Last] dddd [at] LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'in %s',
-            past: '%s ago',
-            s: 'a few seconds',
-            ss: '%d seconds',
-            m: 'a minute',
-            mm: '%d minutes',
-            h: 'an hour',
-            hh: '%d hours',
-            d: 'a day',
-            dd: '%d days',
-            M: 'a month',
-            MM: '%d months',
-            y: 'a year',
-            yy: '%d years',
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
-        ordinal: function (number) {
-            var b = number % 10,
-                output =
-                    ~~((number % 100) / 10) === 1
-                        ? 'th'
-                        : b === 1
-                        ? 'st'
-                        : b === 2
-                        ? 'nd'
-                        : b === 3
-                        ? 'rd'
-                        : 'th';
-            return number + output;
-        },
-        week: {
-            dow: 1, // Monday is the first day of the week.
-            doy: 4, // The week that contains Jan 4th is the first week of the year.
-        },
-    });
-
-    return enGb;
-
-})));
-
-
-/***/ }),
-
-/***/ "39bd":
-/***/ (function(module, exports, __nested_webpack_require_443793__) {
-
-//! moment.js locale configuration
-//! locale : Marathi [mr]
-//! author : Harshad Kale : https://github.com/kalehv
-//! author : Vivek Athalye : https://github.com/vnathalye
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_443793__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var symbolMap = {
-            1: '१',
-            2: '२',
-            3: '३',
-            4: '४',
-            5: '५',
-            6: '६',
-            7: '७',
-            8: '८',
-            9: '९',
-            0: '०',
-        },
-        numberMap = {
-            '१': '1',
-            '२': '2',
-            '३': '3',
-            '४': '4',
-            '५': '5',
-            '६': '6',
-            '७': '7',
-            '८': '8',
-            '९': '9',
-            '०': '0',
-        };
-
-    function relativeTimeMr(number, withoutSuffix, string, isFuture) {
-        var output = '';
-        if (withoutSuffix) {
-            switch (string) {
-                case 's':
-                    output = 'काही सेकंद';
-                    break;
-                case 'ss':
-                    output = '%d सेकंद';
-                    break;
-                case 'm':
-                    output = 'एक मिनिट';
-                    break;
-                case 'mm':
-                    output = '%d मिनिटे';
-                    break;
-                case 'h':
-                    output = 'एक तास';
-                    break;
-                case 'hh':
-                    output = '%d तास';
-                    break;
-                case 'd':
-                    output = 'एक दिवस';
-                    break;
-                case 'dd':
-                    output = '%d दिवस';
-                    break;
-                case 'M':
-                    output = 'एक महिना';
-                    break;
-                case 'MM':
-                    output = '%d महिने';
-                    break;
-                case 'y':
-                    output = 'एक वर्ष';
-                    break;
-                case 'yy':
-                    output = '%d वर्षे';
-                    break;
-            }
-        } else {
-            switch (string) {
-                case 's':
-                    output = 'काही सेकंदां';
-                    break;
-                case 'ss':
-                    output = '%d सेकंदां';
-                    break;
-                case 'm':
-                    output = 'एका मिनिटा';
-                    break;
-                case 'mm':
-                    output = '%d मिनिटां';
-                    break;
-                case 'h':
-                    output = 'एका तासा';
-                    break;
-                case 'hh':
-                    output = '%d तासां';
-                    break;
-                case 'd':
-                    output = 'एका दिवसा';
-                    break;
-                case 'dd':
-                    output = '%d दिवसां';
-                    break;
-                case 'M':
-                    output = 'एका महिन्या';
-                    break;
-                case 'MM':
-                    output = '%d महिन्यां';
-                    break;
-                case 'y':
-                    output = 'एका वर्षा';
-                    break;
-                case 'yy':
-                    output = '%d वर्षां';
-                    break;
-            }
-        }
-        return output.replace(/%d/i, number);
-    }
-
-    var mr = moment.defineLocale('mr', {
-        months: 'जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split(
-            '_'
-        ),
-        monthsShort: 'जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split(
-            '_'
-        ),
-        monthsParseExact: true,
-        weekdays: 'रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),
-        weekdaysShort: 'रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि'.split('_'),
-        weekdaysMin: 'र_सो_मं_बु_गु_शु_श'.split('_'),
-        longDateFormat: {
-            LT: 'A h:mm वाजता',
-            LTS: 'A h:mm:ss वाजता',
-            L: 'DD/MM/YYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY, A h:mm वाजता',
-            LLLL: 'dddd, D MMMM YYYY, A h:mm वाजता',
-        },
-        calendar: {
-            sameDay: '[आज] LT',
-            nextDay: '[उद्या] LT',
-            nextWeek: 'dddd, LT',
-            lastDay: '[काल] LT',
-            lastWeek: '[मागील] dddd, LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: '%sमध्ये',
-            past: '%sपूर्वी',
-            s: relativeTimeMr,
-            ss: relativeTimeMr,
-            m: relativeTimeMr,
-            mm: relativeTimeMr,
-            h: relativeTimeMr,
-            hh: relativeTimeMr,
-            d: relativeTimeMr,
-            dd: relativeTimeMr,
-            M: relativeTimeMr,
-            MM: relativeTimeMr,
-            y: relativeTimeMr,
-            yy: relativeTimeMr,
-        },
-        preparse: function (string) {
-            return string.replace(/[१२३४५६७८९०]/g, function (match) {
-                return numberMap[match];
-            });
-        },
-        postformat: function (string) {
-            return string.replace(/\d/g, function (match) {
-                return symbolMap[match];
-            });
-        },
-        meridiemParse: /पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,
-        meridiemHour: function (hour, meridiem) {
-            if (hour === 12) {
-                hour = 0;
-            }
-            if (meridiem === 'पहाटे' || meridiem === 'सकाळी') {
-                return hour;
-            } else if (
-                meridiem === 'दुपारी' ||
-                meridiem === 'सायंकाळी' ||
-                meridiem === 'रात्री'
-            ) {
-                return hour >= 12 ? hour : hour + 12;
-            }
-        },
-        meridiem: function (hour, minute, isLower) {
-            if (hour >= 0 && hour < 6) {
-                return 'पहाटे';
-            } else if (hour < 12) {
-                return 'सकाळी';
-            } else if (hour < 17) {
-                return 'दुपारी';
-            } else if (hour < 20) {
-                return 'सायंकाळी';
-            } else {
-                return 'रात्री';
-            }
-        },
-        week: {
-            dow: 0, // Sunday is the first day of the week.
-            doy: 6, // The week that contains Jan 6th is the first week of the year.
-        },
-    });
-
-    return mr;
-
-})));
-
-
-/***/ }),
-
-/***/ "39ff":
-/***/ (function(module, exports, __nested_webpack_require_450295__) {
-
-var getNative = __nested_webpack_require_450295__("0b07"),
-    root = __nested_webpack_require_450295__("2b3e");
-
-/* Built-in method references that are verified to be native. */
-var WeakMap = getNative(root, 'WeakMap');
-
-module.exports = WeakMap;
-
-
-/***/ }),
-
-/***/ "3a39":
-/***/ (function(module, exports, __nested_webpack_require_450599__) {
-
-//! moment.js locale configuration
-//! locale : Nepalese [ne]
-//! author : suvash : https://github.com/suvash
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_450599__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var symbolMap = {
-            1: '१',
-            2: '२',
-            3: '३',
-            4: '४',
-            5: '५',
-            6: '६',
-            7: '७',
-            8: '८',
-            9: '९',
-            0: '०',
-        },
-        numberMap = {
-            '१': '1',
-            '२': '2',
-            '३': '3',
-            '४': '4',
-            '५': '5',
-            '६': '6',
-            '७': '7',
-            '८': '8',
-            '९': '9',
-            '०': '0',
-        };
-
-    var ne = moment.defineLocale('ne', {
-        months: 'जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर'.split(
-            '_'
-        ),
-        monthsShort: 'जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.'.split(
-            '_'
-        ),
-        monthsParseExact: true,
-        weekdays: 'आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार'.split(
-            '_'
-        ),
-        weekdaysShort: 'आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.'.split('_'),
-        weekdaysMin: 'आ._सो._मं._बु._बि._शु._श.'.split('_'),
-        weekdaysParseExact: true,
-        longDateFormat: {
-            LT: 'Aको h:mm बजे',
-            LTS: 'Aको h:mm:ss बजे',
-            L: 'DD/MM/YYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY, Aको h:mm बजे',
-            LLLL: 'dddd, D MMMM YYYY, Aको h:mm बजे',
-        },
-        preparse: function (string) {
-            return string.replace(/[१२३४५६७८९०]/g, function (match) {
-                return numberMap[match];
-            });
-        },
-        postformat: function (string) {
-            return string.replace(/\d/g, function (match) {
-                return symbolMap[match];
-            });
-        },
-        meridiemParse: /राति|बिहान|दिउँसो|साँझ/,
-        meridiemHour: function (hour, meridiem) {
-            if (hour === 12) {
-                hour = 0;
-            }
-            if (meridiem === 'राति') {
-                return hour < 4 ? hour : hour + 12;
-            } else if (meridiem === 'बिहान') {
-                return hour;
-            } else if (meridiem === 'दिउँसो') {
-                return hour >= 10 ? hour : hour + 12;
-            } else if (meridiem === 'साँझ') {
-                return hour + 12;
-            }
-        },
-        meridiem: function (hour, minute, isLower) {
-            if (hour < 3) {
-                return 'राति';
-            } else if (hour < 12) {
-                return 'बिहान';
-            } else if (hour < 16) {
-                return 'दिउँसो';
-            } else if (hour < 20) {
-                return 'साँझ';
-            } else {
-                return 'राति';
-            }
-        },
-        calendar: {
-            sameDay: '[आज] LT',
-            nextDay: '[भोलि] LT',
-            nextWeek: '[आउँदो] dddd[,] LT',
-            lastDay: '[हिजो] LT',
-            lastWeek: '[गएको] dddd[,] LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: '%sमा',
-            past: '%s अगाडि',
-            s: 'केही क्षण',
-            ss: '%d सेकेण्ड',
-            m: 'एक मिनेट',
-            mm: '%d मिनेट',
-            h: 'एक घण्टा',
-            hh: '%d घण्टा',
-            d: 'एक दिन',
-            dd: '%d दिन',
-            M: 'एक महिना',
-            MM: '%d महिना',
-            y: 'एक बर्ष',
-            yy: '%d बर्ष',
-        },
-        week: {
-            dow: 0, // Sunday is the first day of the week.
-            doy: 6, // The week that contains Jan 6th is the first week of the year.
-        },
-    });
-
-    return ne;
-
-})));
-
-
-/***/ }),
-
-/***/ "3a6c":
-/***/ (function(module, exports, __nested_webpack_require_454488__) {
-
-//! moment.js locale configuration
-//! locale : Chinese (Macau) [zh-mo]
-//! author : Ben : https://github.com/ben-lin
-//! author : Chris Lam : https://github.com/hehachris
-//! author : Tan Yuanhong : https://github.com/le0tan
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_454488__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var zhMo = moment.defineLocale('zh-mo', {
-        months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(
-            '_'
-        ),
-        monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(
-            '_'
-        ),
-        weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),
-        weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),
-        weekdaysMin: '日_一_二_三_四_五_六'.split('_'),
-        longDateFormat: {
-            LT: 'HH:mm',
-            LTS: 'HH:mm:ss',
-            L: 'DD/MM/YYYY',
-            LL: 'YYYY年M月D日',
-            LLL: 'YYYY年M月D日 HH:mm',
-            LLLL: 'YYYY年M月D日dddd HH:mm',
-            l: 'D/M/YYYY',
-            ll: 'YYYY年M月D日',
-            lll: 'YYYY年M月D日 HH:mm',
-            llll: 'YYYY年M月D日dddd HH:mm',
-        },
-        meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,
-        meridiemHour: function (hour, meridiem) {
-            if (hour === 12) {
-                hour = 0;
-            }
-            if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {
-                return hour;
-            } else if (meridiem === '中午') {
-                return hour >= 11 ? hour : hour + 12;
-            } else if (meridiem === '下午' || meridiem === '晚上') {
-                return hour + 12;
-            }
-        },
-        meridiem: function (hour, minute, isLower) {
-            var hm = hour * 100 + minute;
-            if (hm < 600) {
-                return '凌晨';
-            } else if (hm < 900) {
-                return '早上';
-            } else if (hm < 1130) {
-                return '上午';
-            } else if (hm < 1230) {
-                return '中午';
-            } else if (hm < 1800) {
-                return '下午';
-            } else {
-                return '晚上';
-            }
-        },
-        calendar: {
-            sameDay: '[今天] LT',
-            nextDay: '[明天] LT',
-            nextWeek: '[下]dddd LT',
-            lastDay: '[昨天] LT',
-            lastWeek: '[上]dddd LT',
-            sameElse: 'L',
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}(日|月|週)/,
-        ordinal: function (number, period) {
-            switch (period) {
-                case 'd':
-                case 'D':
-                case 'DDD':
-                    return number + '日';
-                case 'M':
-                    return number + '月';
-                case 'w':
-                case 'W':
-                    return number + '週';
-                default:
-                    return number;
-            }
-        },
-        relativeTime: {
-            future: '%s內',
-            past: '%s前',
-            s: '幾秒',
-            ss: '%d 秒',
-            m: '1 分鐘',
-            mm: '%d 分鐘',
-            h: '1 小時',
-            hh: '%d 小時',
-            d: '1 天',
-            dd: '%d 天',
-            M: '1 個月',
-            MM: '%d 個月',
-            y: '1 年',
-            yy: '%d 年',
-        },
-    });
-
-    return zhMo;
-
-})));
-
-
-/***/ }),
-
-/***/ "3b1b":
-/***/ (function(module, exports, __nested_webpack_require_457834__) {
-
-//! moment.js locale configuration
-//! locale : Tajik [tg]
-//! author : Orif N. Jr. : https://github.com/orif-jr
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_457834__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var suffixes = {
-        0: '-ум',
-        1: '-ум',
-        2: '-юм',
-        3: '-юм',
-        4: '-ум',
-        5: '-ум',
-        6: '-ум',
-        7: '-ум',
-        8: '-ум',
-        9: '-ум',
-        10: '-ум',
-        12: '-ум',
-        13: '-ум',
-        20: '-ум',
-        30: '-юм',
-        40: '-ум',
-        50: '-ум',
-        60: '-ум',
-        70: '-ум',
-        80: '-ум',
-        90: '-ум',
-        100: '-ум',
-    };
-
-    var tg = moment.defineLocale('tg', {
-        months: {
-            format: 'январи_феврали_марти_апрели_майи_июни_июли_августи_сентябри_октябри_ноябри_декабри'.split(
-                '_'
-            ),
-            standalone: 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split(
-                '_'
-            ),
-        },
-        monthsShort: 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),
-        weekdays: 'якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе'.split(
-            '_'
-        ),
-        weekdaysShort: 'яшб_дшб_сшб_чшб_пшб_ҷум_шнб'.split('_'),
-        weekdaysMin: 'яш_дш_сш_чш_пш_ҷм_шб'.split('_'),
-        longDateFormat: {
-            LT: 'HH:mm',
-            LTS: 'HH:mm:ss',
-            L: 'DD.MM.YYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY HH:mm',
-            LLLL: 'dddd, D MMMM YYYY HH:mm',
-        },
-        calendar: {
-            sameDay: '[Имрӯз соати] LT',
-            nextDay: '[Фардо соати] LT',
-            lastDay: '[Дирӯз соати] LT',
-            nextWeek: 'dddd[и] [ҳафтаи оянда соати] LT',
-            lastWeek: 'dddd[и] [ҳафтаи гузашта соати] LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'баъди %s',
-            past: '%s пеш',
-            s: 'якчанд сония',
-            m: 'як дақиқа',
-            mm: '%d дақиқа',
-            h: 'як соат',
-            hh: '%d соат',
-            d: 'як рӯз',
-            dd: '%d рӯз',
-            M: 'як моҳ',
-            MM: '%d моҳ',
-            y: 'як сол',
-            yy: '%d сол',
-        },
-        meridiemParse: /шаб|субҳ|рӯз|бегоҳ/,
-        meridiemHour: function (hour, meridiem) {
-            if (hour === 12) {
-                hour = 0;
-            }
-            if (meridiem === 'шаб') {
-                return hour < 4 ? hour : hour + 12;
-            } else if (meridiem === 'субҳ') {
-                return hour;
-            } else if (meridiem === 'рӯз') {
-                return hour >= 11 ? hour : hour + 12;
-            } else if (meridiem === 'бегоҳ') {
-                return hour + 12;
-            }
-        },
-        meridiem: function (hour, minute, isLower) {
-            if (hour < 4) {
-                return 'шаб';
-            } else if (hour < 11) {
-                return 'субҳ';
-            } else if (hour < 16) {
-                return 'рӯз';
-            } else if (hour < 19) {
-                return 'бегоҳ';
-            } else {
-                return 'шаб';
-            }
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}-(ум|юм)/,
-        ordinal: function (number) {
-            var a = number % 10,
-                b = number >= 100 ? 100 : null;
-            return number + (suffixes[number] || suffixes[a] || suffixes[b]);
-        },
-        week: {
-            dow: 1, // Monday is the first day of the week.
-            doy: 7, // The week that contains Jan 1th is the first week of the year.
-        },
-    });
-
-    return tg;
-
-})));
-
-
-/***/ }),
-
-/***/ "3b4a":
-/***/ (function(module, exports, __nested_webpack_require_461622__) {
-
-var getNative = __nested_webpack_require_461622__("0b07");
-
-var defineProperty = (function() {
-  try {
-    var func = getNative(Object, 'defineProperty');
-    func({}, '', {});
-    return func;
-  } catch (e) {}
-}());
-
-module.exports = defineProperty;
-
-
-/***/ }),
-
-/***/ "3bbe":
-/***/ (function(module, exports, __nested_webpack_require_461943__) {
-
-var isObject = __nested_webpack_require_461943__("861d");
-
-module.exports = function (it) {
-  if (!isObject(it) && it !== null) {
-    throw TypeError("Can't set " + String(it) + ' as a prototype');
-  } return it;
-};
-
-
-/***/ }),
-
-/***/ "3c0d":
-/***/ (function(module, exports, __nested_webpack_require_462229__) {
-
-//! moment.js locale configuration
-//! locale : Czech [cs]
-//! author : petrbela : https://github.com/petrbela
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_462229__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var months = 'leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec'.split(
-            '_'
-        ),
-        monthsShort = 'led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro'.split('_'),
-        monthsParse = [
-            /^led/i,
-            /^úno/i,
-            /^bře/i,
-            /^dub/i,
-            /^kvě/i,
-            /^(čvn|červen$|června)/i,
-            /^(čvc|červenec|července)/i,
-            /^srp/i,
-            /^zář/i,
-            /^říj/i,
-            /^lis/i,
-            /^pro/i,
-        ],
-        // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.
-        // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.
-        monthsRegex = /^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;
-
-    function plural(n) {
-        return n > 1 && n < 5 && ~~(n / 10) !== 1;
-    }
-    function translate(number, withoutSuffix, key, isFuture) {
-        var result = number + ' ';
-        switch (key) {
-            case 's': // a few seconds / in a few seconds / a few seconds ago
-                return withoutSuffix || isFuture ? 'pár sekund' : 'pár sekundami';
-            case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago
-                if (withoutSuffix || isFuture) {
-                    return result + (plural(number) ? 'sekundy' : 'sekund');
-                } else {
-                    return result + 'sekundami';
-                }
-            case 'm': // a minute / in a minute / a minute ago
-                return withoutSuffix ? 'minuta' : isFuture ? 'minutu' : 'minutou';
-            case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago
-                if (withoutSuffix || isFuture) {
-                    return result + (plural(number) ? 'minuty' : 'minut');
-                } else {
-                    return result + 'minutami';
-                }
-            case 'h': // an hour / in an hour / an hour ago
-                return withoutSuffix ? 'hodina' : isFuture ? 'hodinu' : 'hodinou';
-            case 'hh': // 9 hours / in 9 hours / 9 hours ago
-                if (withoutSuffix || isFuture) {
-                    return result + (plural(number) ? 'hodiny' : 'hodin');
-                } else {
-                    return result + 'hodinami';
-                }
-            case 'd': // a day / in a day / a day ago
-                return withoutSuffix || isFuture ? 'den' : 'dnem';
-            case 'dd': // 9 days / in 9 days / 9 days ago
-                if (withoutSuffix || isFuture) {
-                    return result + (plural(number) ? 'dny' : 'dní');
-                } else {
-                    return result + 'dny';
-                }
-            case 'M': // a month / in a month / a month ago
-                return withoutSuffix || isFuture ? 'měsíc' : 'měsícem';
-            case 'MM': // 9 months / in 9 months / 9 months ago
-                if (withoutSuffix || isFuture) {
-                    return result + (plural(number) ? 'měsíce' : 'měsíců');
-                } else {
-                    return result + 'měsíci';
-                }
-            case 'y': // a year / in a year / a year ago
-                return withoutSuffix || isFuture ? 'rok' : 'rokem';
-            case 'yy': // 9 years / in 9 years / 9 years ago
-                if (withoutSuffix || isFuture) {
-                    return result + (plural(number) ? 'roky' : 'let');
-                } else {
-                    return result + 'lety';
-                }
-        }
-    }
-
-    var cs = moment.defineLocale('cs', {
-        months: months,
-        monthsShort: monthsShort,
-        monthsRegex: monthsRegex,
-        monthsShortRegex: monthsRegex,
-        // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.
-        // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.
-        monthsStrictRegex: /^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,
-        monthsShortStrictRegex: /^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,
-        monthsParse: monthsParse,
-        longMonthsParse: monthsParse,
-        shortMonthsParse: monthsParse,
-        weekdays: 'neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota'.split('_'),
-        weekdaysShort: 'ne_po_út_st_čt_pá_so'.split('_'),
-        weekdaysMin: 'ne_po_út_st_čt_pá_so'.split('_'),
-        longDateFormat: {
-            LT: 'H:mm',
-            LTS: 'H:mm:ss',
-            L: 'DD.MM.YYYY',
-            LL: 'D. MMMM YYYY',
-            LLL: 'D. MMMM YYYY H:mm',
-            LLLL: 'dddd D. MMMM YYYY H:mm',
-            l: 'D. M. YYYY',
-        },
-        calendar: {
-            sameDay: '[dnes v] LT',
-            nextDay: '[zítra v] LT',
-            nextWeek: function () {
-                switch (this.day()) {
-                    case 0:
-                        return '[v neděli v] LT';
-                    case 1:
-                    case 2:
-                        return '[v] dddd [v] LT';
-                    case 3:
-                        return '[ve středu v] LT';
-                    case 4:
-                        return '[ve čtvrtek v] LT';
-                    case 5:
-                        return '[v pátek v] LT';
-                    case 6:
-                        return '[v sobotu v] LT';
-                }
-            },
-            lastDay: '[včera v] LT',
-            lastWeek: function () {
-                switch (this.day()) {
-                    case 0:
-                        return '[minulou neděli v] LT';
-                    case 1:
-                    case 2:
-                        return '[minulé] dddd [v] LT';
-                    case 3:
-                        return '[minulou středu v] LT';
-                    case 4:
-                    case 5:
-                        return '[minulý] dddd [v] LT';
-                    case 6:
-                        return '[minulou sobotu v] LT';
-                }
-            },
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'za %s',
-            past: 'před %s',
-            s: translate,
-            ss: translate,
-            m: translate,
-            mm: translate,
-            h: translate,
-            hh: translate,
-            d: translate,
-            dd: translate,
-            M: translate,
-            MM: translate,
-            y: translate,
-            yy: translate,
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}\./,
-        ordinal: '%d.',
-        week: {
-            dow: 1, // Monday is the first day of the week.
-            doy: 4, // The week that contains Jan 4th is the first week of the year.
-        },
-    });
-
-    return cs;
-
-})));
-
-
-/***/ }),
-
-/***/ "3ca3":
-/***/ (function(module, exports, __nested_webpack_require_469488__) {
-
-"use strict";
-
-var charAt = __nested_webpack_require_469488__("6547").charAt;
-var InternalStateModule = __nested_webpack_require_469488__("69f3");
-var defineIterator = __nested_webpack_require_469488__("7dd0");
-
-var STRING_ITERATOR = 'String Iterator';
-var setInternalState = InternalStateModule.set;
-var getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);
-
-// `String.prototype[@@iterator]` method
-// https://tc39.github.io/ecma262/#sec-string.prototype-@@iterator
-defineIterator(String, 'String', function (iterated) {
-  setInternalState(this, {
-    type: STRING_ITERATOR,
-    string: String(iterated),
-    index: 0
-  });
-// `%StringIteratorPrototype%.next` method
-// https://tc39.github.io/ecma262/#sec-%stringiteratorprototype%.next
-}, function next() {
-  var state = getInternalState(this);
-  var string = state.string;
-  var index = state.index;
-  var point;
-  if (index >= string.length) return { value: undefined, done: true };
-  point = charAt(string, index);
-  state.index += point.length;
-  return { value: point, done: false };
-});
-
-
-/***/ }),
-
-/***/ "3ce4":
-/***/ (function(module, exports, __nested_webpack_require_470589__) {
-
-"use strict";
-
-
-var high = __nested_webpack_require_470589__("1020")
-var fault = __nested_webpack_require_470589__("073e")
-
-exports.highlight = highlight
-exports.highlightAuto = highlightAuto
-exports.registerLanguage = registerLanguage
-exports.listLanguages = listLanguages
-exports.registerAlias = registerAlias
-
-Emitter.prototype.addText = text
-Emitter.prototype.addKeyword = addKeyword
-Emitter.prototype.addSublanguage = addSublanguage
-Emitter.prototype.openNode = open
-Emitter.prototype.closeNode = close
-Emitter.prototype.closeAllNodes = noop
-Emitter.prototype.finalize = noop
-Emitter.prototype.toHTML = toHtmlNoop
-
-var defaultPrefix = 'hljs-'
-
-// Highlighting `value` in the language `name`.
-function highlight(name, value, options) {
-  var before = high.configure({})
-  var settings = options || {}
-  var prefix = settings.prefix
-  var result
-
-  if (typeof name !== 'string') {
-    throw fault('Expected `string` for name, got `%s`', name)
-  }
-
-  if (!high.getLanguage(name)) {
-    throw fault('Unknown language: `%s` is not registered', name)
-  }
-
-  if (typeof value !== 'string') {
-    throw fault('Expected `string` for value, got `%s`', value)
-  }
-
-  if (prefix === null || prefix === undefined) {
-    prefix = defaultPrefix
-  }
-
-  high.configure({__emitter: Emitter, classPrefix: prefix})
-
-  result = high.highlight(name, value, true)
-
-  high.configure(before || {})
-
-  /* istanbul ignore if - Highlight.js seems to use this (currently) for broken
-   * grammars, so let’s keep it in there just to be sure. */
-  if (result.errorRaised) {
-    throw result.errorRaised
-  }
-
-  return {
-    relevance: result.relevance,
-    language: result.language,
-    value: result.emitter.rootNode.children
-  }
-}
-
-function highlightAuto(value, options) {
-  var settings = options || {}
-  var subset = settings.subset || high.listLanguages()
-  var prefix = settings.prefix
-  var length = subset.length
-  var index = -1
-  var result
-  var secondBest
-  var current
-  var name
-
-  if (prefix === null || prefix === undefined) {
-    prefix = defaultPrefix
-  }
-
-  if (typeof value !== 'string') {
-    throw fault('Expected `string` for value, got `%s`', value)
-  }
-
-  secondBest = {relevance: 0, language: null, value: []}
-  result = {relevance: 0, language: null, value: []}
-
-  while (++index < length) {
-    name = subset[index]
-
-    if (!high.getLanguage(name)) {
-      continue
-    }
-
-    current = highlight(name, value, options)
-    current.language = name
-
-    if (current.relevance > secondBest.relevance) {
-      secondBest = current
-    }
-
-    if (current.relevance > result.relevance) {
-      secondBest = result
-      result = current
-    }
-  }
-
-  if (secondBest.language) {
-    result.secondBest = secondBest
-  }
-
-  return result
-}
-
-// Register a language.
-function registerLanguage(name, syntax) {
-  high.registerLanguage(name, syntax)
-}
-
-// Get a list of all registered languages.
-function listLanguages() {
-  return high.listLanguages()
-}
-
-// Register more aliases for an already registered language.
-function registerAlias(name, alias) {
-  var map = name
-  var key
-
-  if (alias) {
-    map = {}
-    map[name] = alias
-  }
-
-  for (key in map) {
-    high.registerAliases(map[key], {languageName: key})
-  }
-}
-
-function Emitter(options) {
-  this.options = options
-  this.rootNode = {children: []}
-  this.stack = [this.rootNode]
-}
-
-function addKeyword(value, name) {
-  this.openNode(name)
-  this.addText(value)
-  this.closeNode()
-}
-
-function addSublanguage(other, name) {
-  var stack = this.stack
-  var current = stack[stack.length - 1]
-  var results = other.rootNode.children
-  var node = name
-    ? {
-        type: 'element',
-        tagName: 'span',
-        properties: {className: [name]},
-        children: results
-      }
-    : results
-
-  current.children = current.children.concat(node)
-}
-
-function text(value) {
-  var stack = this.stack
-  var current
-  var tail
-
-  if (value === '') return
-
-  current = stack[stack.length - 1]
-  tail = current.children[current.children.length - 1]
-
-  if (tail && tail.type === 'text') {
-    tail.value += value
-  } else {
-    current.children.push({type: 'text', value: value})
-  }
-}
-
-function open(name) {
-  var stack = this.stack
-  var className = this.options.classPrefix + name
-  var current = stack[stack.length - 1]
-  var child = {
-    type: 'element',
-    tagName: 'span',
-    properties: {className: [className]},
-    children: []
-  }
-
-  current.children.push(child)
-  stack.push(child)
-}
-
-function close() {
-  this.stack.pop()
-}
-
-function toHtmlNoop() {
-  return ''
-}
-
-function noop() {}
-
-
-/***/ }),
-
-/***/ "3de5":
-/***/ (function(module, exports, __nested_webpack_require_475181__) {
-
-//! moment.js locale configuration
-//! locale : Tamil [ta]
-//! author : Arjunkumar Krishnamoorthy : https://github.com/tk120404
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_475181__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var symbolMap = {
-            1: '௧',
-            2: '௨',
-            3: '௩',
-            4: '௪',
-            5: '௫',
-            6: '௬',
-            7: '௭',
-            8: '௮',
-            9: '௯',
-            0: '௦',
-        },
-        numberMap = {
-            '௧': '1',
-            '௨': '2',
-            '௩': '3',
-            '௪': '4',
-            '௫': '5',
-            '௬': '6',
-            '௭': '7',
-            '௮': '8',
-            '௯': '9',
-            '௦': '0',
-        };
-
-    var ta = moment.defineLocale('ta', {
-        months: 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split(
-            '_'
-        ),
-        monthsShort: 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split(
-            '_'
-        ),
-        weekdays: 'ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை'.split(
-            '_'
-        ),
-        weekdaysShort: 'ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி'.split(
-            '_'
-        ),
-        weekdaysMin: 'ஞா_தி_செ_பு_வி_வெ_ச'.split('_'),
-        longDateFormat: {
-            LT: 'HH:mm',
-            LTS: 'HH:mm:ss',
-            L: 'DD/MM/YYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY, HH:mm',
-            LLLL: 'dddd, D MMMM YYYY, HH:mm',
-        },
-        calendar: {
-            sameDay: '[இன்று] LT',
-            nextDay: '[நாளை] LT',
-            nextWeek: 'dddd, LT',
-            lastDay: '[நேற்று] LT',
-            lastWeek: '[கடந்த வாரம்] dddd, LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: '%s இல்',
-            past: '%s முன்',
-            s: 'ஒரு சில விநாடிகள்',
-            ss: '%d விநாடிகள்',
-            m: 'ஒரு நிமிடம்',
-            mm: '%d நிமிடங்கள்',
-            h: 'ஒரு மணி நேரம்',
-            hh: '%d மணி நேரம்',
-            d: 'ஒரு நாள்',
-            dd: '%d நாட்கள்',
-            M: 'ஒரு மாதம்',
-            MM: '%d மாதங்கள்',
-            y: 'ஒரு வருடம்',
-            yy: '%d ஆண்டுகள்',
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}வது/,
-        ordinal: function (number) {
-            return number + 'வது';
-        },
-        preparse: function (string) {
-            return string.replace(/[௧௨௩௪௫௬௭௮௯௦]/g, function (match) {
-                return numberMap[match];
-            });
-        },
-        postformat: function (string) {
-            return string.replace(/\d/g, function (match) {
-                return symbolMap[match];
-            });
-        },
-        // refer http://ta.wikipedia.org/s/1er1
-        meridiemParse: /யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,
-        meridiem: function (hour, minute, isLower) {
-            if (hour < 2) {
-                return ' யாமம்';
-            } else if (hour < 6) {
-                return ' வைகறை'; // வைகறை
-            } else if (hour < 10) {
-                return ' காலை'; // காலை
-            } else if (hour < 14) {
-                return ' நண்பகல்'; // நண்பகல்
-            } else if (hour < 18) {
-                return ' எற்பாடு'; // எற்பாடு
-            } else if (hour < 22) {
-                return ' மாலை'; // மாலை
-            } else {
-                return ' யாமம்';
-            }
-        },
-        meridiemHour: function (hour, meridiem) {
-            if (hour === 12) {
-                hour = 0;
-            }
-            if (meridiem === 'யாமம்') {
-                return hour < 2 ? hour : hour + 12;
-            } else if (meridiem === 'வைகறை' || meridiem === 'காலை') {
-                return hour;
-            } else if (meridiem === 'நண்பகல்') {
-                return hour >= 10 ? hour : hour + 12;
-            } else {
-                return hour + 12;
-            }
-        },
-        week: {
-            dow: 0, // Sunday is the first day of the week.
-            doy: 6, // The week that contains Jan 6th is the first week of the year.
-        },
-    });
-
-    return ta;
-
-})));
-
-
-/***/ }),
-
-/***/ "3e92":
-/***/ (function(module, exports, __nested_webpack_require_479509__) {
-
-//! moment.js locale configuration
-//! locale : Kannada [kn]
-//! author : Rajeev Naik : https://github.com/rajeevnaikte
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_479509__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var symbolMap = {
-            1: '೧',
-            2: '೨',
-            3: '೩',
-            4: '೪',
-            5: '೫',
-            6: '೬',
-            7: '೭',
-            8: '೮',
-            9: '೯',
-            0: '೦',
-        },
-        numberMap = {
-            '೧': '1',
-            '೨': '2',
-            '೩': '3',
-            '೪': '4',
-            '೫': '5',
-            '೬': '6',
-            '೭': '7',
-            '೮': '8',
-            '೯': '9',
-            '೦': '0',
-        };
-
-    var kn = moment.defineLocale('kn', {
-        months: 'ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್'.split(
-            '_'
-        ),
-        monthsShort: 'ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ'.split(
-            '_'
-        ),
-        monthsParseExact: true,
-        weekdays: 'ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ'.split(
-            '_'
-        ),
-        weekdaysShort: 'ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ'.split('_'),
-        weekdaysMin: 'ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ'.split('_'),
-        longDateFormat: {
-            LT: 'A h:mm',
-            LTS: 'A h:mm:ss',
-            L: 'DD/MM/YYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY, A h:mm',
-            LLLL: 'dddd, D MMMM YYYY, A h:mm',
-        },
-        calendar: {
-            sameDay: '[ಇಂದು] LT',
-            nextDay: '[ನಾಳೆ] LT',
-            nextWeek: 'dddd, LT',
-            lastDay: '[ನಿನ್ನೆ] LT',
-            lastWeek: '[ಕೊನೆಯ] dddd, LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: '%s ನಂತರ',
-            past: '%s ಹಿಂದೆ',
-            s: 'ಕೆಲವು ಕ್ಷಣಗಳು',
-            ss: '%d ಸೆಕೆಂಡುಗಳು',
-            m: 'ಒಂದು ನಿಮಿಷ',
-            mm: '%d ನಿಮಿಷ',
-            h: 'ಒಂದು ಗಂಟೆ',
-            hh: '%d ಗಂಟೆ',
-            d: 'ಒಂದು ದಿನ',
-            dd: '%d ದಿನ',
-            M: 'ಒಂದು ತಿಂಗಳು',
-            MM: '%d ತಿಂಗಳು',
-            y: 'ಒಂದು ವರ್ಷ',
-            yy: '%d ವರ್ಷ',
-        },
-        preparse: function (string) {
-            return string.replace(/[೧೨೩೪೫೬೭೮೯೦]/g, function (match) {
-                return numberMap[match];
-            });
-        },
-        postformat: function (string) {
-            return string.replace(/\d/g, function (match) {
-                return symbolMap[match];
-            });
-        },
-        meridiemParse: /ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,
-        meridiemHour: function (hour, meridiem) {
-            if (hour === 12) {
-                hour = 0;
-            }
-            if (meridiem === 'ರಾತ್ರಿ') {
-                return hour < 4 ? hour : hour + 12;
-            } else if (meridiem === 'ಬೆಳಿಗ್ಗೆ') {
-                return hour;
-            } else if (meridiem === 'ಮಧ್ಯಾಹ್ನ') {
-                return hour >= 10 ? hour : hour + 12;
-            } else if (meridiem === 'ಸಂಜೆ') {
-                return hour + 12;
-            }
-        },
-        meridiem: function (hour, minute, isLower) {
-            if (hour < 4) {
-                return 'ರಾತ್ರಿ';
-            } else if (hour < 10) {
-                return 'ಬೆಳಿಗ್ಗೆ';
-            } else if (hour < 17) {
-                return 'ಮಧ್ಯಾಹ್ನ';
-            } else if (hour < 20) {
-                return 'ಸಂಜೆ';
-            } else {
-                return 'ರಾತ್ರಿ';
-            }
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}(ನೇ)/,
-        ordinal: function (number) {
-            return number + 'ನೇ';
-        },
-        week: {
-            dow: 0, // Sunday is the first day of the week.
-            doy: 6, // The week that contains Jan 6th is the first week of the year.
-        },
-    });
-
-    return kn;
-
-})));
-
-
-/***/ }),
-
-/***/ "3f8c":
-/***/ (function(module, exports) {
-
-module.exports = {};
-
-
-/***/ }),
-
-/***/ "4160":
-/***/ (function(module, exports, __nested_webpack_require_483605__) {
-
-"use strict";
-
-var $ = __nested_webpack_require_483605__("23e7");
-var forEach = __nested_webpack_require_483605__("17c2");
-
-// `Array.prototype.forEach` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.foreach
-$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {
-  forEach: forEach
-});
-
-
-/***/ }),
-
-/***/ "41c3":
-/***/ (function(module, exports, __nested_webpack_require_483976__) {
-
-var isObject = __nested_webpack_require_483976__("1a8c"),
-    isPrototype = __nested_webpack_require_483976__("eac5"),
-    nativeKeysIn = __nested_webpack_require_483976__("ec8c");
-
-/** Used for built-in method references. */
-var objectProto = Object.prototype;
-
-/** Used to check objects for own properties. */
-var hasOwnProperty = objectProto.hasOwnProperty;
-
-/**
- * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense.
- *
- * @private
- * @param {Object} object The object to query.
- * @returns {Array} Returns the array of property names.
- */
-function baseKeysIn(object) {
-  if (!isObject(object)) {
-    return nativeKeysIn(object);
-  }
-  var isProto = isPrototype(object),
-      result = [];
-
-  for (var key in object) {
-    if (!(key == 'constructor' && (isProto || !hasOwnProperty.call(object, key)))) {
-      result.push(key);
-    }
-  }
-  return result;
-}
-
-module.exports = baseKeysIn;
-
-
-/***/ }),
-
-/***/ "423e":
-/***/ (function(module, exports, __nested_webpack_require_484939__) {
-
-//! moment.js locale configuration
-//! locale : Arabic (Kuwait) [ar-kw]
-//! author : Nusret Parlak: https://github.com/nusretparlak
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_484939__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var arKw = moment.defineLocale('ar-kw', {
-        months: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split(
-            '_'
-        ),
-        monthsShort: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split(
-            '_'
-        ),
-        weekdays: 'الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
-        weekdaysShort: 'احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),
-        weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),
-        weekdaysParseExact: true,
-        longDateFormat: {
-            LT: 'HH:mm',
-            LTS: 'HH:mm:ss',
-            L: 'DD/MM/YYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY HH:mm',
-            LLLL: 'dddd D MMMM YYYY HH:mm',
-        },
-        calendar: {
-            sameDay: '[اليوم على الساعة] LT',
-            nextDay: '[غدا على الساعة] LT',
-            nextWeek: 'dddd [على الساعة] LT',
-            lastDay: '[أمس على الساعة] LT',
-            lastWeek: 'dddd [على الساعة] LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'في %s',
-            past: 'منذ %s',
-            s: 'ثوان',
-            ss: '%d ثانية',
-            m: 'دقيقة',
-            mm: '%d دقائق',
-            h: 'ساعة',
-            hh: '%d ساعات',
-            d: 'يوم',
-            dd: '%d أيام',
-            M: 'شهر',
-            MM: '%d أشهر',
-            y: 'سنة',
-            yy: '%d سنوات',
-        },
-        week: {
-            dow: 0, // Sunday is the first day of the week.
-            doy: 12, // The week that contains Jan 12th is the first week of the year.
-        },
-    });
-
-    return arKw;
-
-})));
-
-
-/***/ }),
-
-/***/ "4245":
-/***/ (function(module, exports, __nested_webpack_require_486989__) {
-
-var isKeyable = __nested_webpack_require_486989__("1290");
-
-/**
- * Gets the data for `map`.
- *
- * @private
- * @param {Object} map The map to query.
- * @param {string} key The reference key.
- * @returns {*} Returns the map data.
- */
-function getMapData(map, key) {
-  var data = map.__data__;
-  return isKeyable(key)
-    ? data[typeof key == 'string' ? 'string' : 'hash']
-    : data.map;
-}
-
-module.exports = getMapData;
-
-
-/***/ }),
-
-/***/ "42454":
-/***/ (function(module, exports, __nested_webpack_require_487478__) {
-
-var baseMerge = __nested_webpack_require_487478__("f909"),
-    createAssigner = __nested_webpack_require_487478__("2ec1");
-
-/**
- * This method is like `_.assign` except that it recursively merges own and
- * inherited enumerable string keyed properties of source objects into the
- * destination object. Source properties that resolve to `undefined` are
- * skipped if a destination value exists. Array and plain object properties
- * are merged recursively. Other objects and value types are overridden by
- * assignment. Source objects are applied from left to right. Subsequent
- * sources overwrite property assignments of previous sources.
- *
- * **Note:** This method mutates `object`.
- *
- * @static
- * @memberOf _
- * @since 0.5.0
- * @category Object
- * @param {Object} object The destination object.
- * @param {...Object} [sources] The source objects.
- * @returns {Object} Returns `object`.
- * @example
- *
- * var object = {
- *   'a': [{ 'b': 2 }, { 'd': 4 }]
- * };
- *
- * var other = {
- *   'a': [{ 'c': 3 }, { 'e': 5 }]
- * };
- *
- * _.merge(object, other);
- * // => { 'a': [{ 'b': 2, 'c': 3 }, { 'd': 4, 'e': 5 }] }
- */
-var merge = createAssigner(function(object, source, srcIndex) {
-  baseMerge(object, source, srcIndex);
-});
-
-module.exports = merge;
-
-
-/***/ }),
-
-/***/ "4284":
-/***/ (function(module, exports) {
-
-/**
- * A specialized version of `_.some` for arrays without support for iteratee
- * shorthands.
- *
- * @private
- * @param {Array} [array] The array to iterate over.
- * @param {Function} predicate The function invoked per iteration.
- * @returns {boolean} Returns `true` if any element passes the predicate check,
- *  else `false`.
- */
-function arraySome(array, predicate) {
-  var index = -1,
-      length = array == null ? 0 : array.length;
-
-  while (++index < length) {
-    if (predicate(array[index], index, array)) {
-      return true;
-    }
-  }
-  return false;
-}
-
-module.exports = arraySome;
-
-
-/***/ }),
-
-/***/ "428f":
-/***/ (function(module, exports, __nested_webpack_require_489442__) {
-
-var global = __nested_webpack_require_489442__("da84");
-
-module.exports = global;
-
-
-/***/ }),
-
-/***/ "42a2":
-/***/ (function(module, exports, __nested_webpack_require_489594__) {
-
-var DataView = __nested_webpack_require_489594__("b5a7"),
-    Map = __nested_webpack_require_489594__("79bc"),
-    Promise = __nested_webpack_require_489594__("1cec"),
-    Set = __nested_webpack_require_489594__("c869"),
-    WeakMap = __nested_webpack_require_489594__("39ff"),
-    baseGetTag = __nested_webpack_require_489594__("3729"),
-    toSource = __nested_webpack_require_489594__("dc57");
-
-/** `Object#toString` result references. */
-var mapTag = '[object Map]',
-    objectTag = '[object Object]',
-    promiseTag = '[object Promise]',
-    setTag = '[object Set]',
-    weakMapTag = '[object WeakMap]';
-
-var dataViewTag = '[object DataView]';
-
-/** Used to detect maps, sets, and weakmaps. */
-var dataViewCtorString = toSource(DataView),
-    mapCtorString = toSource(Map),
-    promiseCtorString = toSource(Promise),
-    setCtorString = toSource(Set),
-    weakMapCtorString = toSource(WeakMap);
-
-/**
- * Gets the `toStringTag` of `value`.
- *
- * @private
- * @param {*} value The value to query.
- * @returns {string} Returns the `toStringTag`.
- */
-var getTag = baseGetTag;
-
-// Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.
-if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||
-    (Map && getTag(new Map) != mapTag) ||
-    (Promise && getTag(Promise.resolve()) != promiseTag) ||
-    (Set && getTag(new Set) != setTag) ||
-    (WeakMap && getTag(new WeakMap) != weakMapTag)) {
-  getTag = function(value) {
-    var result = baseGetTag(value),
-        Ctor = result == objectTag ? value.constructor : undefined,
-        ctorString = Ctor ? toSource(Ctor) : '';
-
-    if (ctorString) {
-      switch (ctorString) {
-        case dataViewCtorString: return dataViewTag;
-        case mapCtorString: return mapTag;
-        case promiseCtorString: return promiseTag;
-        case setCtorString: return setTag;
-        case weakMapCtorString: return weakMapTag;
-      }
-    }
-    return result;
-  };
-}
-
-module.exports = getTag;
-
-
-/***/ }),
-
-/***/ "4359":
-/***/ (function(module, exports) {
-
-/**
- * Copies the values of `source` to `array`.
- *
- * @private
- * @param {Array} source The array to copy values from.
- * @param {Array} [array=[]] The array to copy values to.
- * @returns {Array} Returns `array`.
- */
-function copyArray(source, array) {
-  var index = -1,
-      length = source.length;
-
-  array || (array = Array(length));
-  while (++index < length) {
-    array[index] = source[index];
-  }
-  return array;
-}
-
-module.exports = copyArray;
-
-
-/***/ }),
-
-/***/ "440c":
-/***/ (function(module, exports, __nested_webpack_require_492078__) {
-
-//! moment.js locale configuration
-//! locale : Luxembourgish [lb]
-//! author : mweimerskirch : https://github.com/mweimerskirch
-//! author : David Raison : https://github.com/kwisatz
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_492078__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    function processRelativeTime(number, withoutSuffix, key, isFuture) {
-        var format = {
-            m: ['eng Minutt', 'enger Minutt'],
-            h: ['eng Stonn', 'enger Stonn'],
-            d: ['een Dag', 'engem Dag'],
-            M: ['ee Mount', 'engem Mount'],
-            y: ['ee Joer', 'engem Joer'],
-        };
-        return withoutSuffix ? format[key][0] : format[key][1];
-    }
-    function processFutureTime(string) {
-        var number = string.substr(0, string.indexOf(' '));
-        if (eifelerRegelAppliesToNumber(number)) {
-            return 'a ' + string;
-        }
-        return 'an ' + string;
-    }
-    function processPastTime(string) {
-        var number = string.substr(0, string.indexOf(' '));
-        if (eifelerRegelAppliesToNumber(number)) {
-            return 'viru ' + string;
-        }
-        return 'virun ' + string;
-    }
-    /**
-     * Returns true if the word before the given number loses the '-n' ending.
-     * e.g. 'an 10 Deeg' but 'a 5 Deeg'
-     *
-     * @param number {integer}
-     * @returns {boolean}
-     */
-    function eifelerRegelAppliesToNumber(number) {
-        number = parseInt(number, 10);
-        if (isNaN(number)) {
-            return false;
-        }
-        if (number < 0) {
-            // Negative Number --> always true
-            return true;
-        } else if (number < 10) {
-            // Only 1 digit
-            if (4 <= number && number <= 7) {
-                return true;
-            }
-            return false;
-        } else if (number < 100) {
-            // 2 digits
-            var lastDigit = number % 10,
-                firstDigit = number / 10;
-            if (lastDigit === 0) {
-                return eifelerRegelAppliesToNumber(firstDigit);
-            }
-            return eifelerRegelAppliesToNumber(lastDigit);
-        } else if (number < 10000) {
-            // 3 or 4 digits --> recursively check first digit
-            while (number >= 10) {
-                number = number / 10;
-            }
-            return eifelerRegelAppliesToNumber(number);
-        } else {
-            // Anything larger than 4 digits: recursively check first n-3 digits
-            number = number / 1000;
-            return eifelerRegelAppliesToNumber(number);
-        }
-    }
-
-    var lb = moment.defineLocale('lb', {
-        months: 'Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember'.split(
-            '_'
-        ),
-        monthsShort: 'Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.'.split(
-            '_'
-        ),
-        monthsParseExact: true,
-        weekdays: 'Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg'.split(
-            '_'
-        ),
-        weekdaysShort: 'So._Mé._Dë._Më._Do._Fr._Sa.'.split('_'),
-        weekdaysMin: 'So_Mé_Dë_Më_Do_Fr_Sa'.split('_'),
-        weekdaysParseExact: true,
-        longDateFormat: {
-            LT: 'H:mm [Auer]',
-            LTS: 'H:mm:ss [Auer]',
-            L: 'DD.MM.YYYY',
-            LL: 'D. MMMM YYYY',
-            LLL: 'D. MMMM YYYY H:mm [Auer]',
-            LLLL: 'dddd, D. MMMM YYYY H:mm [Auer]',
-        },
-        calendar: {
-            sameDay: '[Haut um] LT',
-            sameElse: 'L',
-            nextDay: '[Muer um] LT',
-            nextWeek: 'dddd [um] LT',
-            lastDay: '[Gëschter um] LT',
-            lastWeek: function () {
-                // Different date string for 'Dënschdeg' (Tuesday) and 'Donneschdeg' (Thursday) due to phonological rule
-                switch (this.day()) {
-                    case 2:
-                    case 4:
-                        return '[Leschten] dddd [um] LT';
-                    default:
-                        return '[Leschte] dddd [um] LT';
-                }
-            },
-        },
-        relativeTime: {
-            future: processFutureTime,
-            past: processPastTime,
-            s: 'e puer Sekonnen',
-            ss: '%d Sekonnen',
-            m: processRelativeTime,
-            mm: '%d Minutten',
-            h: processRelativeTime,
-            hh: '%d Stonnen',
-            d: processRelativeTime,
-            dd: '%d Deeg',
-            M: processRelativeTime,
-            MM: '%d Méint',
-            y: processRelativeTime,
-            yy: '%d Joer',
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}\./,
-        ordinal: '%d.',
-        week: {
-            dow: 1, // Monday is the first day of the week.
-            doy: 4, // The week that contains Jan 4th is the first week of the year.
-        },
-    });
-
-    return lb;
-
-})));
-
-
-/***/ }),
-
-/***/ "44ad":
-/***/ (function(module, exports, __nested_webpack_require_497055__) {
-
-var fails = __nested_webpack_require_497055__("d039");
-var classof = __nested_webpack_require_497055__("c6b6");
-
-var split = ''.split;
-
-// fallback for non-array-like ES3 and non-enumerable old V8 strings
-module.exports = fails(function () {
-  // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
-  // eslint-disable-next-line no-prototype-builtins
-  return !Object('z').propertyIsEnumerable(0);
-}) ? function (it) {
-  return classof(it) == 'String' ? split.call(it, '') : Object(it);
-} : Object;
-
-
-/***/ }),
-
-/***/ "44d2":
-/***/ (function(module, exports, __nested_webpack_require_497632__) {
-
-var wellKnownSymbol = __nested_webpack_require_497632__("b622");
-var create = __nested_webpack_require_497632__("7c73");
-var definePropertyModule = __nested_webpack_require_497632__("9bf2");
-
-var UNSCOPABLES = wellKnownSymbol('unscopables');
-var ArrayPrototype = Array.prototype;
-
-// Array.prototype[@@unscopables]
-// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
-if (ArrayPrototype[UNSCOPABLES] == undefined) {
-  definePropertyModule.f(ArrayPrototype, UNSCOPABLES, {
-    configurable: true,
-    value: create(null)
-  });
-}
-
-// add a key to Array.prototype[@@unscopables]
-module.exports = function (key) {
-  ArrayPrototype[UNSCOPABLES][key] = true;
-};
-
-
-/***/ }),
-
-/***/ "44de":
-/***/ (function(module, exports, __nested_webpack_require_498346__) {
-
-var global = __nested_webpack_require_498346__("da84");
-
-module.exports = function (a, b) {
-  var console = global.console;
-  if (console && console.error) {
-    arguments.length === 1 ? console.error(a) : console.error(a, b);
-  }
-};
-
-
-/***/ }),
-
-/***/ "44e7":
-/***/ (function(module, exports, __nested_webpack_require_498650__) {
-
-var isObject = __nested_webpack_require_498650__("861d");
-var classof = __nested_webpack_require_498650__("c6b6");
-var wellKnownSymbol = __nested_webpack_require_498650__("b622");
-
-var MATCH = wellKnownSymbol('match');
-
-// `IsRegExp` abstract operation
-// https://tc39.github.io/ecma262/#sec-isregexp
-module.exports = function (it) {
-  var isRegExp;
-  return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');
-};
-
-
-/***/ }),
-
-/***/ "4678":
-/***/ (function(module, exports, __nested_webpack_require_499149__) {
-
-var map = {
-	"./af": "2bfb",
-	"./af.js": "2bfb",
-	"./ar": "8e73",
-	"./ar-dz": "a356",
-	"./ar-dz.js": "a356",
-	"./ar-kw": "423e",
-	"./ar-kw.js": "423e",
-	"./ar-ly": "1cfd",
-	"./ar-ly.js": "1cfd",
-	"./ar-ma": "0a84",
-	"./ar-ma.js": "0a84",
-	"./ar-sa": "8230",
-	"./ar-sa.js": "8230",
-	"./ar-tn": "6d83",
-	"./ar-tn.js": "6d83",
-	"./ar.js": "8e73",
-	"./az": "485c",
-	"./az.js": "485c",
-	"./be": "1fc1",
-	"./be.js": "1fc1",
-	"./bg": "84aa",
-	"./bg.js": "84aa",
-	"./bm": "a7fa",
-	"./bm.js": "a7fa",
-	"./bn": "9043",
-	"./bn-bd": "9686",
-	"./bn-bd.js": "9686",
-	"./bn.js": "9043",
-	"./bo": "d26a",
-	"./bo.js": "d26a",
-	"./br": "6887",
-	"./br.js": "6887",
-	"./bs": "2554",
-	"./bs.js": "2554",
-	"./ca": "d716",
-	"./ca.js": "d716",
-	"./cs": "3c0d",
-	"./cs.js": "3c0d",
-	"./cv": "03ec",
-	"./cv.js": "03ec",
-	"./cy": "9797",
-	"./cy.js": "9797",
-	"./da": "0f14",
-	"./da.js": "0f14",
-	"./de": "b469",
-	"./de-at": "b3eb",
-	"./de-at.js": "b3eb",
-	"./de-ch": "bb71",
-	"./de-ch.js": "bb71",
-	"./de.js": "b469",
-	"./dv": "598a",
-	"./dv.js": "598a",
-	"./el": "8d47",
-	"./el.js": "8d47",
-	"./en-au": "0e6b",
-	"./en-au.js": "0e6b",
-	"./en-ca": "3886",
-	"./en-ca.js": "3886",
-	"./en-gb": "39a6",
-	"./en-gb.js": "39a6",
-	"./en-ie": "e1d3",
-	"./en-ie.js": "e1d3",
-	"./en-il": "7333",
-	"./en-il.js": "7333",
-	"./en-in": "ec2e",
-	"./en-in.js": "ec2e",
-	"./en-nz": "6f50",
-	"./en-nz.js": "6f50",
-	"./en-sg": "b7e9",
-	"./en-sg.js": "b7e9",
-	"./eo": "65db",
-	"./eo.js": "65db",
-	"./es": "898b",
-	"./es-do": "0a3c",
-	"./es-do.js": "0a3c",
-	"./es-mx": "b5b7",
-	"./es-mx.js": "b5b7",
-	"./es-us": "55c9",
-	"./es-us.js": "55c9",
-	"./es.js": "898b",
-	"./et": "ec18",
-	"./et.js": "ec18",
-	"./eu": "0ff2",
-	"./eu.js": "0ff2",
-	"./fa": "8df4",
-	"./fa.js": "8df4",
-	"./fi": "81e9",
-	"./fi.js": "81e9",
-	"./fil": "d69a",
-	"./fil.js": "d69a",
-	"./fo": "0721",
-	"./fo.js": "0721",
-	"./fr": "9f26",
-	"./fr-ca": "d9f8",
-	"./fr-ca.js": "d9f8",
-	"./fr-ch": "0e49",
-	"./fr-ch.js": "0e49",
-	"./fr.js": "9f26",
-	"./fy": "7118",
-	"./fy.js": "7118",
-	"./ga": "5120",
-	"./ga.js": "5120",
-	"./gd": "f6b4",
-	"./gd.js": "f6b4",
-	"./gl": "8840",
-	"./gl.js": "8840",
-	"./gom-deva": "aaf2",
-	"./gom-deva.js": "aaf2",
-	"./gom-latn": "0caa",
-	"./gom-latn.js": "0caa",
-	"./gu": "e0c5",
-	"./gu.js": "e0c5",
-	"./he": "c7aa",
-	"./he.js": "c7aa",
-	"./hi": "dc4d",
-	"./hi.js": "dc4d",
-	"./hr": "4ba9",
-	"./hr.js": "4ba9",
-	"./hu": "5b14",
-	"./hu.js": "5b14",
-	"./hy-am": "d6b6",
-	"./hy-am.js": "d6b6",
-	"./id": "5038",
-	"./id.js": "5038",
-	"./is": "0558",
-	"./is.js": "0558",
-	"./it": "6e98",
-	"./it-ch": "6f12",
-	"./it-ch.js": "6f12",
-	"./it.js": "6e98",
-	"./ja": "079e",
-	"./ja.js": "079e",
-	"./jv": "b540",
-	"./jv.js": "b540",
-	"./ka": "201b",
-	"./ka.js": "201b",
-	"./kk": "6d79",
-	"./kk.js": "6d79",
-	"./km": "e81d",
-	"./km.js": "e81d",
-	"./kn": "3e92",
-	"./kn.js": "3e92",
-	"./ko": "22f8",
-	"./ko.js": "22f8",
-	"./ku": "2421",
-	"./ku.js": "2421",
-	"./ky": "9609",
-	"./ky.js": "9609",
-	"./lb": "440c",
-	"./lb.js": "440c",
-	"./lo": "b29d",
-	"./lo.js": "b29d",
-	"./lt": "26f9",
-	"./lt.js": "26f9",
-	"./lv": "b97c",
-	"./lv.js": "b97c",
-	"./me": "293c",
-	"./me.js": "293c",
-	"./mi": "688b",
-	"./mi.js": "688b",
-	"./mk": "6909",
-	"./mk.js": "6909",
-	"./ml": "02fb",
-	"./ml.js": "02fb",
-	"./mn": "958b",
-	"./mn.js": "958b",
-	"./mr": "39bd",
-	"./mr.js": "39bd",
-	"./ms": "ebe4",
-	"./ms-my": "6403",
-	"./ms-my.js": "6403",
-	"./ms.js": "ebe4",
-	"./mt": "1b45",
-	"./mt.js": "1b45",
-	"./my": "8689",
-	"./my.js": "8689",
-	"./nb": "6ce3",
-	"./nb.js": "6ce3",
-	"./ne": "3a39",
-	"./ne.js": "3a39",
-	"./nl": "facd",
-	"./nl-be": "db29",
-	"./nl-be.js": "db29",
-	"./nl.js": "facd",
-	"./nn": "b84c",
-	"./nn.js": "b84c",
-	"./oc-lnc": "167b",
-	"./oc-lnc.js": "167b",
-	"./pa-in": "f3ff",
-	"./pa-in.js": "f3ff",
-	"./pl": "8d57",
-	"./pl.js": "8d57",
-	"./pt": "f260",
-	"./pt-br": "d2d4",
-	"./pt-br.js": "d2d4",
-	"./pt.js": "f260",
-	"./ro": "972c",
-	"./ro.js": "972c",
-	"./ru": "957c",
-	"./ru.js": "957c",
-	"./sd": "6784",
-	"./sd.js": "6784",
-	"./se": "ffff",
-	"./se.js": "ffff",
-	"./si": "eda5",
-	"./si.js": "eda5",
-	"./sk": "7be6",
-	"./sk.js": "7be6",
-	"./sl": "8155",
-	"./sl.js": "8155",
-	"./sq": "c8f3",
-	"./sq.js": "c8f3",
-	"./sr": "cf1e",
-	"./sr-cyrl": "13e9",
-	"./sr-cyrl.js": "13e9",
-	"./sr.js": "cf1e",
-	"./ss": "52bd",
-	"./ss.js": "52bd",
-	"./sv": "5fbd",
-	"./sv.js": "5fbd",
-	"./sw": "74dc",
-	"./sw.js": "74dc",
-	"./ta": "3de5",
-	"./ta.js": "3de5",
-	"./te": "5cbb",
-	"./te.js": "5cbb",
-	"./tet": "576c",
-	"./tet.js": "576c",
-	"./tg": "3b1b",
-	"./tg.js": "3b1b",
-	"./th": "10e8",
-	"./th.js": "10e8",
-	"./tk": "5aff",
-	"./tk.js": "5aff",
-	"./tl-ph": "0f38",
-	"./tl-ph.js": "0f38",
-	"./tlh": "cf75",
-	"./tlh.js": "cf75",
-	"./tr": "0e81",
-	"./tr.js": "0e81",
-	"./tzl": "cf51",
-	"./tzl.js": "cf51",
-	"./tzm": "c109",
-	"./tzm-latn": "b53d",
-	"./tzm-latn.js": "b53d",
-	"./tzm.js": "c109",
-	"./ug-cn": "6117",
-	"./ug-cn.js": "6117",
-	"./uk": "ada2",
-	"./uk.js": "ada2",
-	"./ur": "5294",
-	"./ur.js": "5294",
-	"./uz": "2e8c",
-	"./uz-latn": "010e",
-	"./uz-latn.js": "010e",
-	"./uz.js": "2e8c",
-	"./vi": "2921",
-	"./vi.js": "2921",
-	"./x-pseudo": "fd7e",
-	"./x-pseudo.js": "fd7e",
-	"./yo": "7f33",
-	"./yo.js": "7f33",
-	"./zh-cn": "5c3a",
-	"./zh-cn.js": "5c3a",
-	"./zh-hk": "49ab",
-	"./zh-hk.js": "49ab",
-	"./zh-mo": "3a6c",
-	"./zh-mo.js": "3a6c",
-	"./zh-tw": "90ea",
-	"./zh-tw.js": "90ea"
-};
-
-
-function webpackContext(req) {
-	var id = webpackContextResolve(req);
-	return __nested_webpack_require_499149__(id);
-}
-function webpackContextResolve(req) {
-	if(!__nested_webpack_require_499149__.o(map, req)) {
-		var e = new Error("Cannot find module '" + req + "'");
-		e.code = 'MODULE_NOT_FOUND';
-		throw e;
-	}
-	return map[req];
-}
-webpackContext.keys = function webpackContextKeys() {
-	return Object.keys(map);
-};
-webpackContext.resolve = webpackContextResolve;
-module.exports = webpackContext;
-webpackContext.id = "4678";
-
-/***/ }),
-
-/***/ "4840":
-/***/ (function(module, exports, __nested_webpack_require_505029__) {
-
-var anObject = __nested_webpack_require_505029__("825a");
-var aFunction = __nested_webpack_require_505029__("1c0b");
-var wellKnownSymbol = __nested_webpack_require_505029__("b622");
-
-var SPECIES = wellKnownSymbol('species');
-
-// `SpeciesConstructor` abstract operation
-// https://tc39.github.io/ecma262/#sec-speciesconstructor
-module.exports = function (O, defaultConstructor) {
-  var C = anObject(O).constructor;
-  var S;
-  return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);
-};
-
-
-/***/ }),
-
-/***/ "485c":
-/***/ (function(module, exports, __nested_webpack_require_505602__) {
-
-//! moment.js locale configuration
-//! locale : Azerbaijani [az]
-//! author : topchiyev : https://github.com/topchiyev
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_505602__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var suffixes = {
-        1: '-inci',
-        5: '-inci',
-        8: '-inci',
-        70: '-inci',
-        80: '-inci',
-        2: '-nci',
-        7: '-nci',
-        20: '-nci',
-        50: '-nci',
-        3: '-üncü',
-        4: '-üncü',
-        100: '-üncü',
-        6: '-ncı',
-        9: '-uncu',
-        10: '-uncu',
-        30: '-uncu',
-        60: '-ıncı',
-        90: '-ıncı',
-    };
-
-    var az = moment.defineLocale('az', {
-        months: 'yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr'.split(
-            '_'
-        ),
-        monthsShort: 'yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek'.split('_'),
-        weekdays: 'Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə'.split(
-            '_'
-        ),
-        weekdaysShort: 'Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən'.split('_'),
-        weekdaysMin: 'Bz_BE_ÇA_Çə_CA_Cü_Şə'.split('_'),
-        weekdaysParseExact: true,
-        longDateFormat: {
-            LT: 'HH:mm',
-            LTS: 'HH:mm:ss',
-            L: 'DD.MM.YYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY HH:mm',
-            LLLL: 'dddd, D MMMM YYYY HH:mm',
-        },
-        calendar: {
-            sameDay: '[bugün saat] LT',
-            nextDay: '[sabah saat] LT',
-            nextWeek: '[gələn həftə] dddd [saat] LT',
-            lastDay: '[dünən] LT',
-            lastWeek: '[keçən həftə] dddd [saat] LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: '%s sonra',
-            past: '%s əvvəl',
-            s: 'bir neçə saniyə',
-            ss: '%d saniyə',
-            m: 'bir dəqiqə',
-            mm: '%d dəqiqə',
-            h: 'bir saat',
-            hh: '%d saat',
-            d: 'bir gün',
-            dd: '%d gün',
-            M: 'bir ay',
-            MM: '%d ay',
-            y: 'bir il',
-            yy: '%d il',
-        },
-        meridiemParse: /gecə|səhər|gündüz|axşam/,
-        isPM: function (input) {
-            return /^(gündüz|axşam)$/.test(input);
-        },
-        meridiem: function (hour, minute, isLower) {
-            if (hour < 4) {
-                return 'gecə';
-            } else if (hour < 12) {
-                return 'səhər';
-            } else if (hour < 17) {
-                return 'gündüz';
-            } else {
-                return 'axşam';
-            }
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,
-        ordinal: function (number) {
-            if (number === 0) {
-                // special case for zero
-                return number + '-ıncı';
-            }
-            var a = number % 10,
-                b = (number % 100) - a,
-                c = number >= 100 ? 100 : null;
-            return number + (suffixes[a] || suffixes[b] || suffixes[c]);
-        },
-        week: {
-            dow: 1, // Monday is the first day of the week.
-            doy: 7, // The week that contains Jan 7th is the first week of the year.
-        },
-    });
-
-    return az;
-
-})));
-
-
-/***/ }),
-
-/***/ "4930":
-/***/ (function(module, exports, __nested_webpack_require_508964__) {
-
-var fails = __nested_webpack_require_508964__("d039");
-
-module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
-  // Chrome 38 Symbol has incorrect toString conversion
-  // eslint-disable-next-line no-undef
-  return !String(Symbol());
-});
-
-
-/***/ }),
-
-/***/ "498a":
-/***/ (function(module, exports, __nested_webpack_require_509289__) {
-
-"use strict";
-
-var $ = __nested_webpack_require_509289__("23e7");
-var $trim = __nested_webpack_require_509289__("58a8").trim;
-var forcedStringTrimMethod = __nested_webpack_require_509289__("c8d2");
-
-// `String.prototype.trim` method
-// https://tc39.github.io/ecma262/#sec-string.prototype.trim
-$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
-  trim: function trim() {
-    return $trim(this);
-  }
-});
-
-
-/***/ }),
-
-/***/ "49ab":
-/***/ (function(module, exports, __nested_webpack_require_509762__) {
-
-//! moment.js locale configuration
-//! locale : Chinese (Hong Kong) [zh-hk]
-//! author : Ben : https://github.com/ben-lin
-//! author : Chris Lam : https://github.com/hehachris
-//! author : Konstantin : https://github.com/skfd
-//! author : Anthony : https://github.com/anthonylau
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_509762__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var zhHk = moment.defineLocale('zh-hk', {
-        months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(
-            '_'
-        ),
-        monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(
-            '_'
-        ),
-        weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),
-        weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),
-        weekdaysMin: '日_一_二_三_四_五_六'.split('_'),
-        longDateFormat: {
-            LT: 'HH:mm',
-            LTS: 'HH:mm:ss',
-            L: 'YYYY/MM/DD',
-            LL: 'YYYY年M月D日',
-            LLL: 'YYYY年M月D日 HH:mm',
-            LLLL: 'YYYY年M月D日dddd HH:mm',
-            l: 'YYYY/M/D',
-            ll: 'YYYY年M月D日',
-            lll: 'YYYY年M月D日 HH:mm',
-            llll: 'YYYY年M月D日dddd HH:mm',
-        },
-        meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,
-        meridiemHour: function (hour, meridiem) {
-            if (hour === 12) {
-                hour = 0;
-            }
-            if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {
-                return hour;
-            } else if (meridiem === '中午') {
-                return hour >= 11 ? hour : hour + 12;
-            } else if (meridiem === '下午' || meridiem === '晚上') {
-                return hour + 12;
-            }
-        },
-        meridiem: function (hour, minute, isLower) {
-            var hm = hour * 100 + minute;
-            if (hm < 600) {
-                return '凌晨';
-            } else if (hm < 900) {
-                return '早上';
-            } else if (hm < 1200) {
-                return '上午';
-            } else if (hm === 1200) {
-                return '中午';
-            } else if (hm < 1800) {
-                return '下午';
-            } else {
-                return '晚上';
-            }
-        },
-        calendar: {
-            sameDay: '[今天]LT',
-            nextDay: '[明天]LT',
-            nextWeek: '[下]ddddLT',
-            lastDay: '[昨天]LT',
-            lastWeek: '[上]ddddLT',
-            sameElse: 'L',
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}(日|月|週)/,
-        ordinal: function (number, period) {
-            switch (period) {
-                case 'd':
-                case 'D':
-                case 'DDD':
-                    return number + '日';
-                case 'M':
-                    return number + '月';
-                case 'w':
-                case 'W':
-                    return number + '週';
-                default:
-                    return number;
-            }
-        },
-        relativeTime: {
-            future: '%s後',
-            past: '%s前',
-            s: '幾秒',
-            ss: '%d 秒',
-            m: '1 分鐘',
-            mm: '%d 分鐘',
-            h: '1 小時',
-            hh: '%d 小時',
-            d: '1 天',
-            dd: '%d 天',
-            M: '1 個月',
-            MM: '%d 個月',
-            y: '1 年',
-            yy: '%d 年',
-        },
-    });
-
-    return zhHk;
-
-})));
-
-
-/***/ }),
-
-/***/ "49f4":
-/***/ (function(module, exports, __nested_webpack_require_513158__) {
-
-var nativeCreate = __nested_webpack_require_513158__("6044");
-
-/**
- * Removes all key-value entries from the hash.
- *
- * @private
- * @name clear
- * @memberOf Hash
- */
-function hashClear() {
-  this.__data__ = nativeCreate ? nativeCreate(null) : {};
-  this.size = 0;
-}
-
-module.exports = hashClear;
-
-
-/***/ }),
-
-/***/ "4ba9":
-/***/ (function(module, exports, __nested_webpack_require_513524__) {
-
-//! moment.js locale configuration
-//! locale : Croatian [hr]
-//! author : Bojan Marković : https://github.com/bmarkovic
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_513524__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    function translate(number, withoutSuffix, key) {
-        var result = number + ' ';
-        switch (key) {
-            case 'ss':
-                if (number === 1) {
-                    result += 'sekunda';
-                } else if (number === 2 || number === 3 || number === 4) {
-                    result += 'sekunde';
-                } else {
-                    result += 'sekundi';
-                }
-                return result;
-            case 'm':
-                return withoutSuffix ? 'jedna minuta' : 'jedne minute';
-            case 'mm':
-                if (number === 1) {
-                    result += 'minuta';
-                } else if (number === 2 || number === 3 || number === 4) {
-                    result += 'minute';
-                } else {
-                    result += 'minuta';
-                }
-                return result;
-            case 'h':
-                return withoutSuffix ? 'jedan sat' : 'jednog sata';
-            case 'hh':
-                if (number === 1) {
-                    result += 'sat';
-                } else if (number === 2 || number === 3 || number === 4) {
-                    result += 'sata';
-                } else {
-                    result += 'sati';
-                }
-                return result;
-            case 'dd':
-                if (number === 1) {
-                    result += 'dan';
-                } else {
-                    result += 'dana';
-                }
-                return result;
-            case 'MM':
-                if (number === 1) {
-                    result += 'mjesec';
-                } else if (number === 2 || number === 3 || number === 4) {
-                    result += 'mjeseca';
-                } else {
-                    result += 'mjeseci';
-                }
-                return result;
-            case 'yy':
-                if (number === 1) {
-                    result += 'godina';
-                } else if (number === 2 || number === 3 || number === 4) {
-                    result += 'godine';
-                } else {
-                    result += 'godina';
-                }
-                return result;
-        }
-    }
-
-    var hr = moment.defineLocale('hr', {
-        months: {
-            format: 'siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca'.split(
-                '_'
-            ),
-            standalone: 'siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac'.split(
-                '_'
-            ),
-        },
-        monthsShort: 'sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.'.split(
-            '_'
-        ),
-        monthsParseExact: true,
-        weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split(
-            '_'
-        ),
-        weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),
-        weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),
-        weekdaysParseExact: true,
-        longDateFormat: {
-            LT: 'H:mm',
-            LTS: 'H:mm:ss',
-            L: 'DD.MM.YYYY',
-            LL: 'Do MMMM YYYY',
-            LLL: 'Do MMMM YYYY H:mm',
-            LLLL: 'dddd, Do MMMM YYYY H:mm',
-        },
-        calendar: {
-            sameDay: '[danas u] LT',
-            nextDay: '[sutra u] LT',
-            nextWeek: function () {
-                switch (this.day()) {
-                    case 0:
-                        return '[u] [nedjelju] [u] LT';
-                    case 3:
-                        return '[u] [srijedu] [u] LT';
-                    case 6:
-                        return '[u] [subotu] [u] LT';
-                    case 1:
-                    case 2:
-                    case 4:
-                    case 5:
-                        return '[u] dddd [u] LT';
-                }
-            },
-            lastDay: '[jučer u] LT',
-            lastWeek: function () {
-                switch (this.day()) {
-                    case 0:
-                        return '[prošlu] [nedjelju] [u] LT';
-                    case 3:
-                        return '[prošlu] [srijedu] [u] LT';
-                    case 6:
-                        return '[prošle] [subote] [u] LT';
-                    case 1:
-                    case 2:
-                    case 4:
-                    case 5:
-                        return '[prošli] dddd [u] LT';
-                }
-            },
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'za %s',
-            past: 'prije %s',
-            s: 'par sekundi',
-            ss: translate,
-            m: translate,
-            mm: translate,
-            h: translate,
-            hh: translate,
-            d: 'dan',
-            dd: translate,
-            M: 'mjesec',
-            MM: translate,
-            y: 'godinu',
-            yy: translate,
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}\./,
-        ordinal: '%d.',
-        week: {
-            dow: 1, // Monday is the first day of the week.
-            doy: 7, // The week that contains Jan 7th is the first week of the year.
-        },
-    });
-
-    return hr;
-
-})));
-
-
-/***/ }),
-
-/***/ "4d64":
-/***/ (function(module, exports, __nested_webpack_require_519024__) {
-
-var toIndexedObject = __nested_webpack_require_519024__("fc6a");
-var toLength = __nested_webpack_require_519024__("50c4");
-var toAbsoluteIndex = __nested_webpack_require_519024__("23cb");
-
-// `Array.prototype.{ indexOf, includes }` methods implementation
-var createMethod = function (IS_INCLUDES) {
-  return function ($this, el, fromIndex) {
-    var O = toIndexedObject($this);
-    var length = toLength(O.length);
-    var index = toAbsoluteIndex(fromIndex, length);
-    var value;
-    // Array#includes uses SameValueZero equality algorithm
-    // eslint-disable-next-line no-self-compare
-    if (IS_INCLUDES && el != el) while (length > index) {
-      value = O[index++];
-      // eslint-disable-next-line no-self-compare
-      if (value != value) return true;
-    // Array#indexOf ignores holes, Array#includes - not
-    } else for (;length > index; index++) {
-      if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
-    } return !IS_INCLUDES && -1;
-  };
-};
-
-module.exports = {
-  // `Array.prototype.includes` method
-  // https://tc39.github.io/ecma262/#sec-array.prototype.includes
-  includes: createMethod(true),
-  // `Array.prototype.indexOf` method
-  // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
-  indexOf: createMethod(false)
-};
-
-
-/***/ }),
-
-/***/ "4de4":
-/***/ (function(module, exports, __nested_webpack_require_520357__) {
-
-"use strict";
-
-var $ = __nested_webpack_require_520357__("23e7");
-var $filter = __nested_webpack_require_520357__("b727").filter;
-var arrayMethodHasSpeciesSupport = __nested_webpack_require_520357__("1dde");
-var arrayMethodUsesToLength = __nested_webpack_require_520357__("ae40");
-
-var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');
-// Edge 14- issue
-var USES_TO_LENGTH = arrayMethodUsesToLength('filter');
-
-// `Array.prototype.filter` method
-// https://tc39.github.io/ecma262/#sec-array.prototype.filter
-// with adding support of @@species
-$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {
-  filter: function filter(callbackfn /* , thisArg */) {
-    return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
-  }
-});
-
-
-/***/ }),
-
-/***/ "4df4":
-/***/ (function(module, exports, __nested_webpack_require_521179__) {
-
-"use strict";
-
-var bind = __nested_webpack_require_521179__("0366");
-var toObject = __nested_webpack_require_521179__("7b0b");
-var callWithSafeIterationClosing = __nested_webpack_require_521179__("9bdd");
-var isArrayIteratorMethod = __nested_webpack_require_521179__("e95a");
-var toLength = __nested_webpack_require_521179__("50c4");
-var createProperty = __nested_webpack_require_521179__("8418");
-var getIteratorMethod = __nested_webpack_require_521179__("35a1");
-
-// `Array.from` method implementation
-// https://tc39.github.io/ecma262/#sec-array.from
-module.exports = function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {
-  var O = toObject(arrayLike);
-  var C = typeof this == 'function' ? this : Array;
-  var argumentsLength = arguments.length;
-  var mapfn = argumentsLength > 1 ? arguments[1] : undefined;
-  var mapping = mapfn !== undefined;
-  var iteratorMethod = getIteratorMethod(O);
-  var index = 0;
-  var length, result, step, iterator, next, value;
-  if (mapping) mapfn = bind(mapfn, argumentsLength > 2 ? arguments[2] : undefined, 2);
-  // if the target is not iterable or it's an array with the default iterator - use a simple case
-  if (iteratorMethod != undefined && !(C == Array && isArrayIteratorMethod(iteratorMethod))) {
-    iterator = iteratorMethod.call(O);
-    next = iterator.next;
-    result = new C();
-    for (;!(step = next.call(iterator)).done; index++) {
-      value = mapping ? callWithSafeIterationClosing(iterator, mapfn, [step.value, index], true) : step.value;
-      createProperty(result, index, value);
-    }
-  } else {
-    length = toLength(O.length);
-    result = new C(length);
-    for (;length > index; index++) {
-      value = mapping ? mapfn(O[index], index) : O[index];
-      createProperty(result, index, value);
-    }
-  }
-  result.length = index;
-  return result;
-};
-
-
-/***/ }),
-
-/***/ "4f50":
-/***/ (function(module, exports, __nested_webpack_require_522999__) {
-
-var assignMergeValue = __nested_webpack_require_522999__("b760"),
-    cloneBuffer = __nested_webpack_require_522999__("e5383"),
-    cloneTypedArray = __nested_webpack_require_522999__("c8fe"),
-    copyArray = __nested_webpack_require_522999__("4359"),
-    initCloneObject = __nested_webpack_require_522999__("fa21"),
-    isArguments = __nested_webpack_require_522999__("d370"),
-    isArray = __nested_webpack_require_522999__("6747"),
-    isArrayLikeObject = __nested_webpack_require_522999__("dcbe"),
-    isBuffer = __nested_webpack_require_522999__("0d24"),
-    isFunction = __nested_webpack_require_522999__("9520"),
-    isObject = __nested_webpack_require_522999__("1a8c"),
-    isPlainObject = __nested_webpack_require_522999__("60ed"),
-    isTypedArray = __nested_webpack_require_522999__("73ac"),
-    safeGet = __nested_webpack_require_522999__("8adb"),
-    toPlainObject = __nested_webpack_require_522999__("8de2");
-
-/**
- * A specialized version of `baseMerge` for arrays and objects which performs
- * deep merges and tracks traversed objects enabling objects with circular
- * references to be merged.
- *
- * @private
- * @param {Object} object The destination object.
- * @param {Object} source The source object.
- * @param {string} key The key of the value to merge.
- * @param {number} srcIndex The index of `source`.
- * @param {Function} mergeFunc The function to merge values.
- * @param {Function} [customizer] The function to customize assigned values.
- * @param {Object} [stack] Tracks traversed source values and their merged
- *  counterparts.
- */
-function baseMergeDeep(object, source, key, srcIndex, mergeFunc, customizer, stack) {
-  var objValue = safeGet(object, key),
-      srcValue = safeGet(source, key),
-      stacked = stack.get(srcValue);
-
-  if (stacked) {
-    assignMergeValue(object, key, stacked);
-    return;
-  }
-  var newValue = customizer
-    ? customizer(objValue, srcValue, (key + ''), object, source, stack)
-    : undefined;
-
-  var isCommon = newValue === undefined;
-
-  if (isCommon) {
-    var isArr = isArray(srcValue),
-        isBuff = !isArr && isBuffer(srcValue),
-        isTyped = !isArr && !isBuff && isTypedArray(srcValue);
-
-    newValue = srcValue;
-    if (isArr || isBuff || isTyped) {
-      if (isArray(objValue)) {
-        newValue = objValue;
-      }
-      else if (isArrayLikeObject(objValue)) {
-        newValue = copyArray(objValue);
-      }
-      else if (isBuff) {
-        isCommon = false;
-        newValue = cloneBuffer(srcValue, true);
-      }
-      else if (isTyped) {
-        isCommon = false;
-        newValue = cloneTypedArray(srcValue, true);
-      }
-      else {
-        newValue = [];
-      }
-    }
-    else if (isPlainObject(srcValue) || isArguments(srcValue)) {
-      newValue = objValue;
-      if (isArguments(objValue)) {
-        newValue = toPlainObject(objValue);
-      }
-      else if (!isObject(objValue) || isFunction(objValue)) {
-        newValue = initCloneObject(srcValue);
-      }
-    }
-    else {
-      isCommon = false;
-    }
-  }
-  if (isCommon) {
-    // Recursively merge objects and arrays (susceptible to call stack limits).
-    stack.set(srcValue, newValue);
-    mergeFunc(newValue, srcValue, srcIndex, customizer, stack);
-    stack['delete'](srcValue);
-  }
-  assignMergeValue(object, key, newValue);
-}
-
-module.exports = baseMergeDeep;
-
-
-/***/ }),
-
-/***/ "5038":
-/***/ (function(module, exports, __nested_webpack_require_526185__) {
-
-//! moment.js locale configuration
-//! locale : Indonesian [id]
-//! author : Mohammad Satrio Utomo : https://github.com/tyok
-//! reference: http://id.wikisource.org/wiki/Pedoman_Umum_Ejaan_Bahasa_Indonesia_yang_Disempurnakan
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_526185__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var id = moment.defineLocale('id', {
-        months: 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember'.split(
-            '_'
-        ),
-        monthsShort: 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des'.split('_'),
-        weekdays: 'Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu'.split('_'),
-        weekdaysShort: 'Min_Sen_Sel_Rab_Kam_Jum_Sab'.split('_'),
-        weekdaysMin: 'Mg_Sn_Sl_Rb_Km_Jm_Sb'.split('_'),
-        longDateFormat: {
-            LT: 'HH.mm',
-            LTS: 'HH.mm.ss',
-            L: 'DD/MM/YYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY [pukul] HH.mm',
-            LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',
-        },
-        meridiemParse: /pagi|siang|sore|malam/,
-        meridiemHour: function (hour, meridiem) {
-            if (hour === 12) {
-                hour = 0;
-            }
-            if (meridiem === 'pagi') {
-                return hour;
-            } else if (meridiem === 'siang') {
-                return hour >= 11 ? hour : hour + 12;
-            } else if (meridiem === 'sore' || meridiem === 'malam') {
-                return hour + 12;
-            }
-        },
-        meridiem: function (hours, minutes, isLower) {
-            if (hours < 11) {
-                return 'pagi';
-            } else if (hours < 15) {
-                return 'siang';
-            } else if (hours < 19) {
-                return 'sore';
-            } else {
-                return 'malam';
-            }
-        },
-        calendar: {
-            sameDay: '[Hari ini pukul] LT',
-            nextDay: '[Besok pukul] LT',
-            nextWeek: 'dddd [pukul] LT',
-            lastDay: '[Kemarin pukul] LT',
-            lastWeek: 'dddd [lalu pukul] LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'dalam %s',
-            past: '%s yang lalu',
-            s: 'beberapa detik',
-            ss: '%d detik',
-            m: 'semenit',
-            mm: '%d menit',
-            h: 'sejam',
-            hh: '%d jam',
-            d: 'sehari',
-            dd: '%d hari',
-            M: 'sebulan',
-            MM: '%d bulan',
-            y: 'setahun',
-            yy: '%d tahun',
-        },
-        week: {
-            dow: 0, // Sunday is the first day of the week.
-            doy: 6, // The week that contains Jan 6th is the first week of the year.
-        },
-    });
-
-    return id;
-
-})));
-
-
-/***/ }),
-
-/***/ "50c4":
-/***/ (function(module, exports, __nested_webpack_require_529082__) {
-
-var toInteger = __nested_webpack_require_529082__("a691");
-
-var min = Math.min;
-
-// `ToLength` abstract operation
-// https://tc39.github.io/ecma262/#sec-tolength
-module.exports = function (argument) {
-  return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
-};
-
-
-/***/ }),
-
-/***/ "50d8":
-/***/ (function(module, exports) {
-
-/**
- * The base implementation of `_.times` without support for iteratee shorthands
- * or max array length checks.
- *
- * @private
- * @param {number} n The number of times to invoke `iteratee`.
- * @param {Function} iteratee The function invoked per iteration.
- * @returns {Array} Returns the array of results.
- */
-function baseTimes(n, iteratee) {
-  var index = -1,
-      result = Array(n);
-
-  while (++index < n) {
-    result[index] = iteratee(index);
-  }
-  return result;
-}
-
-module.exports = baseTimes;
-
-
-/***/ }),
-
-/***/ "5120":
-/***/ (function(module, exports, __nested_webpack_require_530030__) {
-
-//! moment.js locale configuration
-//! locale : Irish or Irish Gaelic [ga]
-//! author : André Silva : https://github.com/askpt
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_530030__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var months = [
-            'Eanáir',
-            'Feabhra',
-            'Márta',
-            'Aibreán',
-            'Bealtaine',
-            'Meitheamh',
-            'Iúil',
-            'Lúnasa',
-            'Meán Fómhair',
-            'Deireadh Fómhair',
-            'Samhain',
-            'Nollaig',
-        ],
-        monthsShort = [
-            'Ean',
-            'Feabh',
-            'Márt',
-            'Aib',
-            'Beal',
-            'Meith',
-            'Iúil',
-            'Lún',
-            'M.F.',
-            'D.F.',
-            'Samh',
-            'Noll',
-        ],
-        weekdays = [
-            'Dé Domhnaigh',
-            'Dé Luain',
-            'Dé Máirt',
-            'Dé Céadaoin',
-            'Déardaoin',
-            'Dé hAoine',
-            'Dé Sathairn',
-        ],
-        weekdaysShort = ['Domh', 'Luan', 'Máirt', 'Céad', 'Déar', 'Aoine', 'Sath'],
-        weekdaysMin = ['Do', 'Lu', 'Má', 'Cé', 'Dé', 'A', 'Sa'];
-
-    var ga = moment.defineLocale('ga', {
-        months: months,
-        monthsShort: monthsShort,
-        monthsParseExact: true,
-        weekdays: weekdays,
-        weekdaysShort: weekdaysShort,
-        weekdaysMin: weekdaysMin,
-        longDateFormat: {
-            LT: 'HH:mm',
-            LTS: 'HH:mm:ss',
-            L: 'DD/MM/YYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY HH:mm',
-            LLLL: 'dddd, D MMMM YYYY HH:mm',
-        },
-        calendar: {
-            sameDay: '[Inniu ag] LT',
-            nextDay: '[Amárach ag] LT',
-            nextWeek: 'dddd [ag] LT',
-            lastDay: '[Inné ag] LT',
-            lastWeek: 'dddd [seo caite] [ag] LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'i %s',
-            past: '%s ó shin',
-            s: 'cúpla soicind',
-            ss: '%d soicind',
-            m: 'nóiméad',
-            mm: '%d nóiméad',
-            h: 'uair an chloig',
-            hh: '%d uair an chloig',
-            d: 'lá',
-            dd: '%d lá',
-            M: 'mí',
-            MM: '%d míonna',
-            y: 'bliain',
-            yy: '%d bliain',
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}(d|na|mh)/,
-        ordinal: function (number) {
-            var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh';
-            return number + output;
-        },
-        week: {
-            dow: 1, // Monday is the first day of the week.
-            doy: 4, // The week that contains Jan 4th is the first week of the year.
-        },
-    });
-
-    return ga;
-
-})));
-
-
-/***/ }),
-
-/***/ "5135":
-/***/ (function(module, exports) {
-
-var hasOwnProperty = {}.hasOwnProperty;
-
-module.exports = function (it, key) {
-  return hasOwnProperty.call(it, key);
-};
-
-
-/***/ }),
-
-/***/ "5294":
-/***/ (function(module, exports, __nested_webpack_require_533133__) {
-
-//! moment.js locale configuration
-//! locale : Urdu [ur]
-//! author : Sawood Alam : https://github.com/ibnesayeed
-//! author : Zack : https://github.com/ZackVision
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_533133__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var months = [
-            'جنوری',
-            'فروری',
-            'مارچ',
-            'اپریل',
-            'مئی',
-            'جون',
-            'جولائی',
-            'اگست',
-            'ستمبر',
-            'اکتوبر',
-            'نومبر',
-            'دسمبر',
-        ],
-        days = ['اتوار', 'پیر', 'منگل', 'بدھ', 'جمعرات', 'جمعہ', 'ہفتہ'];
-
-    var ur = moment.defineLocale('ur', {
-        months: months,
-        monthsShort: months,
-        weekdays: days,
-        weekdaysShort: days,
-        weekdaysMin: days,
-        longDateFormat: {
-            LT: 'HH:mm',
-            LTS: 'HH:mm:ss',
-            L: 'DD/MM/YYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY HH:mm',
-            LLLL: 'dddd، D MMMM YYYY HH:mm',
-        },
-        meridiemParse: /صبح|شام/,
-        isPM: function (input) {
-            return 'شام' === input;
-        },
-        meridiem: function (hour, minute, isLower) {
-            if (hour < 12) {
-                return 'صبح';
-            }
-            return 'شام';
-        },
-        calendar: {
-            sameDay: '[آج بوقت] LT',
-            nextDay: '[کل بوقت] LT',
-            nextWeek: 'dddd [بوقت] LT',
-            lastDay: '[گذشتہ روز بوقت] LT',
-            lastWeek: '[گذشتہ] dddd [بوقت] LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: '%s بعد',
-            past: '%s قبل',
-            s: 'چند سیکنڈ',
-            ss: '%d سیکنڈ',
-            m: 'ایک منٹ',
-            mm: '%d منٹ',
-            h: 'ایک گھنٹہ',
-            hh: '%d گھنٹے',
-            d: 'ایک دن',
-            dd: '%d دن',
-            M: 'ایک ماہ',
-            MM: '%d ماہ',
-            y: 'ایک سال',
-            yy: '%d سال',
-        },
-        preparse: function (string) {
-            return string.replace(/،/g, ',');
-        },
-        postformat: function (string) {
-            return string.replace(/,/g, '،');
-        },
-        week: {
-            dow: 1, // Monday is the first day of the week.
-            doy: 4, // The week that contains Jan 4th is the first week of the year.
-        },
-    });
-
-    return ur;
-
-})));
-
-
-/***/ }),
-
-/***/ "52bd":
-/***/ (function(module, exports, __nested_webpack_require_535669__) {
-
-//! moment.js locale configuration
-//! locale : siSwati [ss]
-//! author : Nicolai Davies : https://github.com/nicolaidavies
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_535669__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var ss = moment.defineLocale('ss', {
-        months: "Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split(
-            '_'
-        ),
-        monthsShort: 'Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo'.split('_'),
-        weekdays: 'Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo'.split(
-            '_'
-        ),
-        weekdaysShort: 'Lis_Umb_Lsb_Les_Lsi_Lsh_Umg'.split('_'),
-        weekdaysMin: 'Li_Us_Lb_Lt_Ls_Lh_Ug'.split('_'),
-        weekdaysParseExact: true,
-        longDateFormat: {
-            LT: 'h:mm A',
-            LTS: 'h:mm:ss A',
-            L: 'DD/MM/YYYY',
-            LL: 'D MMMM YYYY',
-            LLL: 'D MMMM YYYY h:mm A',
-            LLLL: 'dddd, D MMMM YYYY h:mm A',
-        },
-        calendar: {
-            sameDay: '[Namuhla nga] LT',
-            nextDay: '[Kusasa nga] LT',
-            nextWeek: 'dddd [nga] LT',
-            lastDay: '[Itolo nga] LT',
-            lastWeek: 'dddd [leliphelile] [nga] LT',
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'nga %s',
-            past: 'wenteka nga %s',
-            s: 'emizuzwana lomcane',
-            ss: '%d mzuzwana',
-            m: 'umzuzu',
-            mm: '%d emizuzu',
-            h: 'lihora',
-            hh: '%d emahora',
-            d: 'lilanga',
-            dd: '%d emalanga',
-            M: 'inyanga',
-            MM: '%d tinyanga',
-            y: 'umnyaka',
-            yy: '%d iminyaka',
-        },
-        meridiemParse: /ekuseni|emini|entsambama|ebusuku/,
-        meridiem: function (hours, minutes, isLower) {
-            if (hours < 11) {
-                return 'ekuseni';
-            } else if (hours < 15) {
-                return 'emini';
-            } else if (hours < 19) {
-                return 'entsambama';
-            } else {
-                return 'ebusuku';
-            }
-        },
-        meridiemHour: function (hour, meridiem) {
-            if (hour === 12) {
-                hour = 0;
-            }
-            if (meridiem === 'ekuseni') {
-                return hour;
-            } else if (meridiem === 'emini') {
-                return hour >= 11 ? hour : hour + 12;
-            } else if (meridiem === 'entsambama' || meridiem === 'ebusuku') {
-                if (hour === 0) {
-                    return 0;
-                }
-                return hour + 12;
-            }
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}/,
-        ordinal: '%d',
-        week: {
-            dow: 1, // Monday is the first day of the week.
-            doy: 4, // The week that contains Jan 4th is the first week of the year.
-        },
-    });
-
-    return ss;
-
-})));
-
-
-/***/ }),
-
-/***/ "5313":
-/***/ (function(module, __webpack_exports__, __nested_webpack_require_538791__) {
-
-"use strict";
-__nested_webpack_require_538791__.r(__webpack_exports__);
-/* harmony export (binding) */ __nested_webpack_require_538791__.d(__webpack_exports__, "AllSelection", function() { return AllSelection; });
-/* harmony export (binding) */ __nested_webpack_require_538791__.d(__webpack_exports__, "EditorState", function() { return EditorState; });
-/* harmony export (binding) */ __nested_webpack_require_538791__.d(__webpack_exports__, "NodeSelection", function() { return NodeSelection; });
-/* harmony export (binding) */ __nested_webpack_require_538791__.d(__webpack_exports__, "Plugin", function() { return Plugin; });
-/* harmony export (binding) */ __nested_webpack_require_538791__.d(__webpack_exports__, "PluginKey", function() { return PluginKey; });
-/* harmony export (binding) */ __nested_webpack_require_538791__.d(__webpack_exports__, "Selection", function() { return Selection; });
-/* harmony export (binding) */ __nested_webpack_require_538791__.d(__webpack_exports__, "SelectionRange", function() { return SelectionRange; });
-/* harmony export (binding) */ __nested_webpack_require_538791__.d(__webpack_exports__, "TextSelection", function() { return TextSelection; });
-/* harmony export (binding) */ __nested_webpack_require_538791__.d(__webpack_exports__, "Transaction", function() { return Transaction; });
-/* harmony import */ var prosemirror_model__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_538791__("304a");
-/* harmony import */ var prosemirror_transform__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_538791__("0ac0");
-
-
-
-var classesById = Object.create(null);
-
-// ::- Superclass for editor selections. Every selection type should
-// extend this. Should not be instantiated directly.
-var Selection = function Selection($anchor, $head, ranges) {
-  // :: [SelectionRange]
-  // The ranges covered by the selection.
-  this.ranges = ranges || [new SelectionRange($anchor.min($head), $anchor.max($head))];
-  // :: ResolvedPos
-  // The resolved anchor of the selection (the side that stays in
-  // place when the selection is modified).
-  this.$anchor = $anchor;
-  // :: ResolvedPos
-  // The resolved head of the selection (the side that moves when
-  // the selection is modified).
-  this.$head = $head;
-};
-
-var prototypeAccessors = { anchor: { configurable: true },head: { configurable: true },from: { configurable: true },to: { configurable: true },$from: { configurable: true },$to: { configurable: true },empty: { configurable: true } };
-
-// :: number
-// The selection's anchor, as an unresolved position.
-prototypeAccessors.anchor.get = function () { return this.$anchor.pos };
-
-// :: number
-// The selection's head.
-prototypeAccessors.head.get = function () { return this.$head.pos };
-
-// :: number
-// The lower bound of the selection's main range.
-prototypeAccessors.from.get = function () { return this.$from.pos };
-
-// :: number
-// The upper bound of the selection's main range.
-prototypeAccessors.to.get = function () { return this.$to.pos };
-
-// :: ResolvedPos
-// The resolved lowerbound of the selection's main range.
-prototypeAccessors.$from.get = function () {
-  return this.ranges[0].$from
-};
-
-// :: ResolvedPos
-// The resolved upper bound of the selection's main range.
-prototypeAccessors.$to.get = function () {
-  return this.ranges[0].$to
-};
-
-// :: bool
-// Indicates whether the selection contains any content.
-prototypeAccessors.empty.get = function () {
-  var ranges = this.ranges;
-  for (var i = 0; i < ranges.length; i++)
-    { if (ranges[i].$from.pos != ranges[i].$to.pos) { return false } }
-  return true
-};
-
-// eq:: (Selection) → bool
-// Test whether the selection is the same as another selection.
-
-// map:: (doc: Node, mapping: Mappable) → Selection
-// Map this selection through a [mappable](#transform.Mappable) thing. `doc`
-// should be the new document to which we are mapping.
-
-// :: () → Slice
-// Get the content of this selection as a slice.
-Selection.prototype.content = function content () {
-  return this.$from.node(0).slice(this.from, this.to, true)
-};
-
-// :: (Transaction, ?Slice)
-// Replace the selection with a slice or, if no slice is given,
-// delete the selection. Will append to the given transaction.
-Selection.prototype.replace = function replace (tr, content) {
-    if ( content === void 0 ) content = prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"].empty;
-
-  // Put the new selection at the position after the inserted
-  // content. When that ended in an inline node, search backwards,
-  // to get the position after that node. If not, search forward.
-  var lastNode = content.content.lastChild, lastParent = null;
-  for (var i = 0; i < content.openEnd; i++) {
-    lastParent = lastNode;
-    lastNode = lastNode.lastChild;
-  }
-
-  var mapFrom = tr.steps.length, ranges = this.ranges;
-  for (var i$1 = 0; i$1 < ranges.length; i$1++) {
-    var ref = ranges[i$1];
-      var $from = ref.$from;
-      var $to = ref.$to;
-      var mapping = tr.mapping.slice(mapFrom);
-    tr.replaceRange(mapping.map($from.pos), mapping.map($to.pos), i$1 ? prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"].empty : content);
-    if (i$1 == 0)
-      { selectionToInsertionEnd(tr, mapFrom, (lastNode ? lastNode.isInline : lastParent && lastParent.isTextblock) ? -1 : 1); }
-  }
-};
-
-// :: (Transaction, Node)
-// Replace the selection with the given node, appending the changes
-// to the given transaction.
-Selection.prototype.replaceWith = function replaceWith (tr, node) {
-  var mapFrom = tr.steps.length, ranges = this.ranges;
-  for (var i = 0; i < ranges.length; i++) {
-    var ref = ranges[i];
-      var $from = ref.$from;
-      var $to = ref.$to;
-      var mapping = tr.mapping.slice(mapFrom);
-    var from = mapping.map($from.pos), to = mapping.map($to.pos);
-    if (i) {
-      tr.deleteRange(from, to);
-    } else {
-      tr.replaceRangeWith(from, to, node);
-      selectionToInsertionEnd(tr, mapFrom, node.isInline ? -1 : 1);
-    }
-  }
-};
-
-// toJSON:: () → Object
-// Convert the selection to a JSON representation. When implementing
-// this for a custom selection class, make sure to give the object a
-// `type` property whose value matches the ID under which you
-// [registered](#state.Selection^jsonID) your class.
-
-// :: (ResolvedPos, number, ?bool) → ?Selection
-// Find a valid cursor or leaf node selection starting at the given
-// position and searching back if `dir` is negative, and forward if
-// positive. When `textOnly` is true, only consider cursor
-// selections. Will return null when no valid selection position is
-// found.
-Selection.findFrom = function findFrom ($pos, dir, textOnly) {
-  var inner = $pos.parent.inlineContent ? new TextSelection($pos)
-      : findSelectionIn($pos.node(0), $pos.parent, $pos.pos, $pos.index(), dir, textOnly);
-  if (inner) { return inner }
-
-  for (var depth = $pos.depth - 1; depth >= 0; depth--) {
-    var found = dir < 0
-        ? findSelectionIn($pos.node(0), $pos.node(depth), $pos.before(depth + 1), $pos.index(depth), dir, textOnly)
-        : findSelectionIn($pos.node(0), $pos.node(depth), $pos.after(depth + 1), $pos.index(depth) + 1, dir, textOnly);
-    if (found) { return found }
-  }
-};
-
-// :: (ResolvedPos, ?number) → Selection
-// Find a valid cursor or leaf node selection near the given
-// position. Searches forward first by default, but if `bias` is
-// negative, it will search backwards first.
-Selection.near = function near ($pos, bias) {
-    if ( bias === void 0 ) bias = 1;
-
-  return this.findFrom($pos, bias) || this.findFrom($pos, -bias) || new AllSelection($pos.node(0))
-};
-
-// :: (Node) → Selection
-// Find the cursor or leaf node selection closest to the start of
-// the given document. Will return an
-// [`AllSelection`](#state.AllSelection) if no valid position
-// exists.
-Selection.atStart = function atStart (doc) {
-  return findSelectionIn(doc, doc, 0, 0, 1) || new AllSelection(doc)
-};
-
-// :: (Node) → Selection
-// Find the cursor or leaf node selection closest to the end of the
-// given document.
-Selection.atEnd = function atEnd (doc) {
-  return findSelectionIn(doc, doc, doc.content.size, doc.childCount, -1) || new AllSelection(doc)
-};
-
-// :: (Node, Object) → Selection
-// Deserialize the JSON representation of a selection. Must be
-// implemented for custom classes (as a static class method).
-Selection.fromJSON = function fromJSON (doc, json) {
-  if (!json || !json.type) { throw new RangeError("Invalid input for Selection.fromJSON") }
-  var cls = classesById[json.type];
-  if (!cls) { throw new RangeError(("No selection type " + (json.type) + " defined")) }
-  return cls.fromJSON(doc, json)
-};
-
-// :: (string, constructor)
-// To be able to deserialize selections from JSON, custom selection
-// classes must register themselves with an ID string, so that they
-// can be disambiguated. Try to pick something that's unlikely to
-// clash with classes from other modules.
-Selection.jsonID = function jsonID (id, selectionClass) {
-  if (id in classesById) { throw new RangeError("Duplicate use of selection JSON ID " + id) }
-  classesById[id] = selectionClass;
-  selectionClass.prototype.jsonID = id;
-  return selectionClass
-};
-
-// :: () → SelectionBookmark
-// Get a [bookmark](#state.SelectionBookmark) for this selection,
-// which is a value that can be mapped without having access to a
-// current document, and later resolved to a real selection for a
-// given document again. (This is used mostly by the history to
-// track and restore old selections.) The default implementation of
-// this method just converts the selection to a text selection and
-// returns the bookmark for that.
-Selection.prototype.getBookmark = function getBookmark () {
-  return TextSelection.between(this.$anchor, this.$head).getBookmark()
-};
-
-Object.defineProperties( Selection.prototype, prototypeAccessors );
-
-// :: bool
-// Controls whether, when a selection of this type is active in the
-// browser, the selected range should be visible to the user. Defaults
-// to `true`.
-Selection.prototype.visible = true;
-
-// SelectionBookmark:: interface
-// A lightweight, document-independent representation of a selection.
-// You can define a custom bookmark type for a custom selection class
-// to make the history handle it well.
-//
-//   map:: (mapping: Mapping) → SelectionBookmark
-//   Map the bookmark through a set of changes.
-//
-//   resolve:: (doc: Node) → Selection
-//   Resolve the bookmark to a real selection again. This may need to
-//   do some error checking and may fall back to a default (usually
-//   [`TextSelection.between`](#state.TextSelection^between)) if
-//   mapping made the bookmark invalid.
-
-// ::- Represents a selected range in a document.
-var SelectionRange = function SelectionRange($from, $to) {
-  // :: ResolvedPos
-  // The lower bound of the range.
-  this.$from = $from;
-  // :: ResolvedPos
-  // The upper bound of the range.
-  this.$to = $to;
-};
-
-// ::- A text selection represents a classical editor selection, with
-// a head (the moving side) and anchor (immobile side), both of which
-// point into textblock nodes. It can be empty (a regular cursor
-// position).
-var TextSelection = /*@__PURE__*/(function (Selection) {
-  function TextSelection($anchor, $head) {
-    if ( $head === void 0 ) $head = $anchor;
-
-    Selection.call(this, $anchor, $head);
-  }
-
-  if ( Selection ) TextSelection.__proto__ = Selection;
-  TextSelection.prototype = Object.create( Selection && Selection.prototype );
-  TextSelection.prototype.constructor = TextSelection;
-
-  var prototypeAccessors$1 = { $cursor: { configurable: true } };
-
-  // :: ?ResolvedPos
-  // Returns a resolved position if this is a cursor selection (an
-  // empty text selection), and null otherwise.
-  prototypeAccessors$1.$cursor.get = function () { return this.$anchor.pos == this.$head.pos ? this.$head : null };
-
-  TextSelection.prototype.map = function map (doc, mapping) {
-    var $head = doc.resolve(mapping.map(this.head));
-    if (!$head.parent.inlineContent) { return Selection.near($head) }
-    var $anchor = doc.resolve(mapping.map(this.anchor));
-    return new TextSelection($anchor.parent.inlineContent ? $anchor : $head, $head)
-  };
-
-  TextSelection.prototype.replace = function replace (tr, content) {
-    if ( content === void 0 ) content = prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"].empty;
-
-    Selection.prototype.replace.call(this, tr, content);
-    if (content == prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"].empty) {
-      var marks = this.$from.marksAcross(this.$to);
-      if (marks) { tr.ensureMarks(marks); }
-    }
-  };
-
-  TextSelection.prototype.eq = function eq (other) {
-    return other instanceof TextSelection && other.anchor == this.anchor && other.head == this.head
-  };
-
-  TextSelection.prototype.getBookmark = function getBookmark () {
-    return new TextBookmark(this.anchor, this.head)
-  };
-
-  TextSelection.prototype.toJSON = function toJSON () {
-    return {type: "text", anchor: this.anchor, head: this.head}
-  };
-
-  TextSelection.fromJSON = function fromJSON (doc, json) {
-    if (typeof json.anchor != "number" || typeof json.head != "number")
-      { throw new RangeError("Invalid input for TextSelection.fromJSON") }
-    return new TextSelection(doc.resolve(json.anchor), doc.resolve(json.head))
-  };
-
-  // :: (Node, number, ?number) → TextSelection
-  // Create a text selection from non-resolved positions.
-  TextSelection.create = function create (doc, anchor, head) {
-    if ( head === void 0 ) head = anchor;
-
-    var $anchor = doc.resolve(anchor);
-    return new this($anchor, head == anchor ? $anchor : doc.resolve(head))
-  };
-
-  // :: (ResolvedPos, ResolvedPos, ?number) → Selection
-  // Return a text selection that spans the given positions or, if
-  // they aren't text positions, find a text selection near them.
-  // `bias` determines whether the method searches forward (default)
-  // or backwards (negative number) first. Will fall back to calling
-  // [`Selection.near`](#state.Selection^near) when the document
-  // doesn't contain a valid text position.
-  TextSelection.between = function between ($anchor, $head, bias) {
-    var dPos = $anchor.pos - $head.pos;
-    if (!bias || dPos) { bias = dPos >= 0 ? 1 : -1; }
-    if (!$head.parent.inlineContent) {
-      var found = Selection.findFrom($head, bias, true) || Selection.findFrom($head, -bias, true);
-      if (found) { $head = found.$head; }
-      else { return Selection.near($head, bias) }
-    }
-    if (!$anchor.parent.inlineContent) {
-      if (dPos == 0) {
-        $anchor = $head;
-      } else {
-        $anchor = (Selection.findFrom($anchor, -bias, true) || Selection.findFrom($anchor, bias, true)).$anchor;
-        if (($anchor.pos < $head.pos) != (dPos < 0)) { $anchor = $head; }
-      }
-    }
-    return new TextSelection($anchor, $head)
-  };
-
-  Object.defineProperties( TextSelection.prototype, prototypeAccessors$1 );
-
-  return TextSelection;
-}(Selection));
-
-Selection.jsonID("text", TextSelection);
-
-var TextBookmark = function TextBookmark(anchor, head) {
-  this.anchor = anchor;
-  this.head = head;
-};
-TextBookmark.prototype.map = function map (mapping) {
-  return new TextBookmark(mapping.map(this.anchor), mapping.map(this.head))
-};
-TextBookmark.prototype.resolve = function resolve (doc) {
-  return TextSelection.between(doc.resolve(this.anchor), doc.resolve(this.head))
-};
-
-// ::- A node selection is a selection that points at a single node.
-// All nodes marked [selectable](#model.NodeSpec.selectable) can be
-// the target of a node selection. In such a selection, `from` and
-// `to` point directly before and after the selected node, `anchor`
-// equals `from`, and `head` equals `to`..
-var NodeSelection = /*@__PURE__*/(function (Selection) {
-  function NodeSelection($pos) {
-    var node = $pos.nodeAfter;
-    var $end = $pos.node(0).resolve($pos.pos + node.nodeSize);
-    Selection.call(this, $pos, $end);
-    // :: Node The selected node.
-    this.node = node;
-  }
-
-  if ( Selection ) NodeSelection.__proto__ = Selection;
-  NodeSelection.prototype = Object.create( Selection && Selection.prototype );
-  NodeSelection.prototype.constructor = NodeSelection;
-
-  NodeSelection.prototype.map = function map (doc, mapping) {
-    var ref = mapping.mapResult(this.anchor);
-    var deleted = ref.deleted;
-    var pos = ref.pos;
-    var $pos = doc.resolve(pos);
-    if (deleted) { return Selection.near($pos) }
-    return new NodeSelection($pos)
-  };
-
-  NodeSelection.prototype.content = function content () {
-    return new prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"](prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Fragment"].from(this.node), 0, 0)
-  };
-
-  NodeSelection.prototype.eq = function eq (other) {
-    return other instanceof NodeSelection && other.anchor == this.anchor
-  };
-
-  NodeSelection.prototype.toJSON = function toJSON () {
-    return {type: "node", anchor: this.anchor}
-  };
-
-  NodeSelection.prototype.getBookmark = function getBookmark () { return new NodeBookmark(this.anchor) };
-
-  NodeSelection.fromJSON = function fromJSON (doc, json) {
-    if (typeof json.anchor != "number")
-      { throw new RangeError("Invalid input for NodeSelection.fromJSON") }
-    return new NodeSelection(doc.resolve(json.anchor))
-  };
-
-  // :: (Node, number) → NodeSelection
-  // Create a node selection from non-resolved positions.
-  NodeSelection.create = function create (doc, from) {
-    return new this(doc.resolve(from))
-  };
-
-  // :: (Node) → bool
-  // Determines whether the given node may be selected as a node
-  // selection.
-  NodeSelection.isSelectable = function isSelectable (node) {
-    return !node.isText && node.type.spec.selectable !== false
-  };
-
-  return NodeSelection;
-}(Selection));
-
-NodeSelection.prototype.visible = false;
-
-Selection.jsonID("node", NodeSelection);
-
-var NodeBookmark = function NodeBookmark(anchor) {
-  this.anchor = anchor;
-};
-NodeBookmark.prototype.map = function map (mapping) {
-  var ref = mapping.mapResult(this.anchor);
-    var deleted = ref.deleted;
-    var pos = ref.pos;
-  return deleted ? new TextBookmark(pos, pos) : new NodeBookmark(pos)
-};
-NodeBookmark.prototype.resolve = function resolve (doc) {
-  var $pos = doc.resolve(this.anchor), node = $pos.nodeAfter;
-  if (node && NodeSelection.isSelectable(node)) { return new NodeSelection($pos) }
-  return Selection.near($pos)
-};
-
-// ::- A selection type that represents selecting the whole document
-// (which can not necessarily be expressed with a text selection, when
-// there are for example leaf block nodes at the start or end of the
-// document).
-var AllSelection = /*@__PURE__*/(function (Selection) {
-  function AllSelection(doc) {
-    Selection.call(this, doc.resolve(0), doc.resolve(doc.content.size));
-  }
-
-  if ( Selection ) AllSelection.__proto__ = Selection;
-  AllSelection.prototype = Object.create( Selection && Selection.prototype );
-  AllSelection.prototype.constructor = AllSelection;
-
-  AllSelection.prototype.replace = function replace (tr, content) {
-    if ( content === void 0 ) content = prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"].empty;
-
-    if (content == prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Slice"].empty) {
-      tr.delete(0, tr.doc.content.size);
-      var sel = Selection.atStart(tr.doc);
-      if (!sel.eq(tr.selection)) { tr.setSelection(sel); }
-    } else {
-      Selection.prototype.replace.call(this, tr, content);
-    }
-  };
-
-  AllSelection.prototype.toJSON = function toJSON () { return {type: "all"} };
-
-  AllSelection.fromJSON = function fromJSON (doc) { return new AllSelection(doc) };
-
-  AllSelection.prototype.map = function map (doc) { return new AllSelection(doc) };
-
-  AllSelection.prototype.eq = function eq (other) { return other instanceof AllSelection };
-
-  AllSelection.prototype.getBookmark = function getBookmark () { return AllBookmark };
-
-  return AllSelection;
-}(Selection));
-
-Selection.jsonID("all", AllSelection);
-
-var AllBookmark = {
-  map: function map() { return this },
-  resolve: function resolve(doc) { return new AllSelection(doc) }
-};
-
-// FIXME we'll need some awareness of text direction when scanning for selections
-
-// Try to find a selection inside the given node. `pos` points at the
-// position where the search starts. When `text` is true, only return
-// text selections.
-function findSelectionIn(doc, node, pos, index, dir, text) {
-  if (node.inlineContent) { return TextSelection.create(doc, pos) }
-  for (var i = index - (dir > 0 ? 0 : 1); dir > 0 ? i < node.childCount : i >= 0; i += dir) {
-    var child = node.child(i);
-    if (!child.isAtom) {
-      var inner = findSelectionIn(doc, child, pos + dir, dir < 0 ? child.childCount : 0, dir, text);
-      if (inner) { return inner }
-    } else if (!text && NodeSelection.isSelectable(child)) {
-      return NodeSelection.create(doc, pos - (dir < 0 ? child.nodeSize : 0))
-    }
-    pos += child.nodeSize * dir;
-  }
-}
-
-function selectionToInsertionEnd(tr, startLen, bias) {
-  var last = tr.steps.length - 1;
-  if (last < startLen) { return }
-  var step = tr.steps[last];
-  if (!(step instanceof prosemirror_transform__WEBPACK_IMPORTED_MODULE_1__[/* ReplaceStep */ "c"] || step instanceof prosemirror_transform__WEBPACK_IMPORTED_MODULE_1__[/* ReplaceAroundStep */ "b"])) { return }
-  var map = tr.mapping.maps[last], end;
-  map.forEach(function (_from, _to, _newFrom, newTo) { if (end == null) { end = newTo; } });
-  tr.setSelection(Selection.near(tr.doc.resolve(end), bias));
-}
-
-var UPDATED_SEL = 1, UPDATED_MARKS = 2, UPDATED_SCROLL = 4;
-
-// ::- An editor state transaction, which can be applied to a state to
-// create an updated state. Use
-// [`EditorState.tr`](#state.EditorState.tr) to create an instance.
-//
-// Transactions track changes to the document (they are a subclass of
-// [`Transform`](#transform.Transform)), but also other state changes,
-// like selection updates and adjustments of the set of [stored
-// marks](#state.EditorState.storedMarks). In addition, you can store
-// metadata properties in a transaction, which are extra pieces of
-// information that client code or plugins can use to describe what a
-// transacion represents, so that they can update their [own
-// state](#state.StateField) accordingly.
-//
-// The [editor view](#view.EditorView) uses a few metadata properties:
-// it will attach a property `"pointer"` with the value `true` to
-// selection transactions directly caused by mouse or touch input, and
-// a `"uiEvent"` property of that may be `"paste"`, `"cut"`, or `"drop"`.
-var Transaction = /*@__PURE__*/(function (Transform) {
-  function Transaction(state) {
-    Transform.call(this, state.doc);
-    // :: number
-    // The timestamp associated with this transaction, in the same
-    // format as `Date.now()`.
-    this.time = Date.now();
-    this.curSelection = state.selection;
-    // The step count for which the current selection is valid.
-    this.curSelectionFor = 0;
-    // :: ?[Mark]
-    // The stored marks set by this transaction, if any.
-    this.storedMarks = state.storedMarks;
-    // Bitfield to track which aspects of the state were updated by
-    // this transaction.
-    this.updated = 0;
-    // Object used to store metadata properties for the transaction.
-    this.meta = Object.create(null);
-  }
-
-  if ( Transform ) Transaction.__proto__ = Transform;
-  Transaction.prototype = Object.create( Transform && Transform.prototype );
-  Transaction.prototype.constructor = Transaction;
-
-  var prototypeAccessors = { selection: { configurable: true },selectionSet: { configurable: true },storedMarksSet: { configurable: true },isGeneric: { configurable: true },scrolledIntoView: { configurable: true } };
-
-  // :: Selection
-  // The transaction's current selection. This defaults to the editor
-  // selection [mapped](#state.Selection.map) through the steps in the
-  // transaction, but can be overwritten with
-  // [`setSelection`](#state.Transaction.setSelection).
-  prototypeAccessors.selection.get = function () {
-    if (this.curSelectionFor < this.steps.length) {
-      this.curSelection = this.curSelection.map(this.doc, this.mapping.slice(this.curSelectionFor));
-      this.curSelectionFor = this.steps.length;
-    }
-    return this.curSelection
-  };
-
-  // :: (Selection) → Transaction
-  // Update the transaction's current selection. Will determine the
-  // selection that the editor gets when the transaction is applied.
-  Transaction.prototype.setSelection = function setSelection (selection) {
-    if (selection.$from.doc != this.doc)
-      { throw new RangeError("Selection passed to setSelection must point at the current document") }
-    this.curSelection = selection;
-    this.curSelectionFor = this.steps.length;
-    this.updated = (this.updated | UPDATED_SEL) & ~UPDATED_MARKS;
-    this.storedMarks = null;
-    return this
-  };
-
-  // :: bool
-  // Whether the selection was explicitly updated by this transaction.
-  prototypeAccessors.selectionSet.get = function () {
-    return (this.updated & UPDATED_SEL) > 0
-  };
-
-  // :: (?[Mark]) → Transaction
-  // Set the current stored marks.
-  Transaction.prototype.setStoredMarks = function setStoredMarks (marks) {
-    this.storedMarks = marks;
-    this.updated |= UPDATED_MARKS;
-    return this
-  };
-
-  // :: ([Mark]) → Transaction
-  // Make sure the current stored marks or, if that is null, the marks
-  // at the selection, match the given set of marks. Does nothing if
-  // this is already the case.
-  Transaction.prototype.ensureMarks = function ensureMarks (marks) {
-    if (!prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Mark"].sameSet(this.storedMarks || this.selection.$from.marks(), marks))
-      { this.setStoredMarks(marks); }
-    return this
-  };
-
-  // :: (Mark) → Transaction
-  // Add a mark to the set of stored marks.
-  Transaction.prototype.addStoredMark = function addStoredMark (mark) {
-    return this.ensureMarks(mark.addToSet(this.storedMarks || this.selection.$head.marks()))
-  };
-
-  // :: (union) → Transaction
-  // Remove a mark or mark type from the set of stored marks.
-  Transaction.prototype.removeStoredMark = function removeStoredMark (mark) {
-    return this.ensureMarks(mark.removeFromSet(this.storedMarks || this.selection.$head.marks()))
-  };
-
-  // :: bool
-  // Whether the stored marks were explicitly set for this transaction.
-  prototypeAccessors.storedMarksSet.get = function () {
-    return (this.updated & UPDATED_MARKS) > 0
-  };
-
-  Transaction.prototype.addStep = function addStep (step, doc) {
-    Transform.prototype.addStep.call(this, step, doc);
-    this.updated = this.updated & ~UPDATED_MARKS;
-    this.storedMarks = null;
-  };
-
-  // :: (number) → Transaction
-  // Update the timestamp for the transaction.
-  Transaction.prototype.setTime = function setTime (time) {
-    this.time = time;
-    return this
-  };
-
-  // :: (Slice) → Transaction
-  // Replace the current selection with the given slice.
-  Transaction.prototype.replaceSelection = function replaceSelection (slice) {
-    this.selection.replace(this, slice);
-    return this
-  };
-
-  // :: (Node, ?bool) → Transaction
-  // Replace the selection with the given node. When `inheritMarks` is
-  // true and the content is inline, it inherits the marks from the
-  // place where it is inserted.
-  Transaction.prototype.replaceSelectionWith = function replaceSelectionWith (node, inheritMarks) {
-    var selection = this.selection;
-    if (inheritMarks !== false)
-      { node = node.mark(this.storedMarks || (selection.empty ? selection.$from.marks() : (selection.$from.marksAcross(selection.$to) || prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Mark"].none))); }
-    selection.replaceWith(this, node);
-    return this
-  };
-
-  // :: () → Transaction
-  // Delete the selection.
-  Transaction.prototype.deleteSelection = function deleteSelection () {
-    this.selection.replace(this);
-    return this
-  };
-
-  // :: (string, from: ?number, to: ?number) → Transaction
-  // Replace the given range, or the selection if no range is given,
-  // with a text node containing the given string.
-  Transaction.prototype.insertText = function insertText (text, from, to) {
-    if ( to === void 0 ) to = from;
-
-    var schema = this.doc.type.schema;
-    if (from == null) {
-      if (!text) { return this.deleteSelection() }
-      return this.replaceSelectionWith(schema.text(text), true)
-    } else {
-      if (!text) { return this.deleteRange(from, to) }
-      var marks = this.storedMarks;
-      if (!marks) {
-        var $from = this.doc.resolve(from);
-        marks = to == from ? $from.marks() : $from.marksAcross(this.doc.resolve(to));
-      }
-      this.replaceRangeWith(from, to, schema.text(text, marks));
-      if (!this.selection.empty) { this.setSelection(Selection.near(this.selection.$to)); }
-      return this
-    }
-  };
-
-  // :: (union, any) → Transaction
-  // Store a metadata property in this transaction, keyed either by
-  // name or by plugin.
-  Transaction.prototype.setMeta = function setMeta (key, value) {
-    this.meta[typeof key == "string" ? key : key.key] = value;
-    return this
-  };
-
-  // :: (union) → any
-  // Retrieve a metadata property for a given name or plugin.
-  Transaction.prototype.getMeta = function getMeta (key) {
-    return this.meta[typeof key == "string" ? key : key.key]
-  };
-
-  // :: bool
-  // Returns true if this transaction doesn't contain any metadata,
-  // and can thus safely be extended.
-  prototypeAccessors.isGeneric.get = function () {
-    for (var _ in this.meta) { return false }
-    return true
-  };
-
-  // :: () → Transaction
-  // Indicate that the editor should scroll the selection into view
-  // when updated to the state produced by this transaction.
-  Transaction.prototype.scrollIntoView = function scrollIntoView () {
-    this.updated |= UPDATED_SCROLL;
-    return this
-  };
-
-  prototypeAccessors.scrolledIntoView.get = function () {
-    return (this.updated & UPDATED_SCROLL) > 0
-  };
-
-  Object.defineProperties( Transaction.prototype, prototypeAccessors );
-
-  return Transaction;
-}(prosemirror_transform__WEBPACK_IMPORTED_MODULE_1__[/* Transform */ "e"]));
-
-function bind(f, self) {
-  return !self || !f ? f : f.bind(self)
-}
-
-var FieldDesc = function FieldDesc(name, desc, self) {
-  this.name = name;
-  this.init = bind(desc.init, self);
-  this.apply = bind(desc.apply, self);
-};
-
-var baseFields = [
-  new FieldDesc("doc", {
-    init: function init(config) { return config.doc || config.schema.topNodeType.createAndFill() },
-    apply: function apply(tr) { return tr.doc }
-  }),
-
-  new FieldDesc("selection", {
-    init: function init(config, instance) { return config.selection || Selection.atStart(instance.doc) },
-    apply: function apply(tr) { return tr.selection }
-  }),
-
-  new FieldDesc("storedMarks", {
-    init: function init(config) { return config.storedMarks || null },
-    apply: function apply(tr, _marks, _old, state) { return state.selection.$cursor ? tr.storedMarks : null }
-  }),
-
-  new FieldDesc("scrollToSelection", {
-    init: function init() { return 0 },
-    apply: function apply(tr, prev) { return tr.scrolledIntoView ? prev + 1 : prev }
-  })
-];
-
-// Object wrapping the part of a state object that stays the same
-// across transactions. Stored in the state's `config` property.
-var Configuration = function Configuration(schema, plugins) {
-  var this$1 = this;
-
-  this.schema = schema;
-  this.fields = baseFields.concat();
-  this.plugins = [];
-  this.pluginsByKey = Object.create(null);
-  if (plugins) { plugins.forEach(function (plugin) {
-    if (this$1.pluginsByKey[plugin.key])
-      { throw new RangeError("Adding different instances of a keyed plugin (" + plugin.key + ")") }
-    this$1.plugins.push(plugin);
-    this$1.pluginsByKey[plugin.key] = plugin;
-    if (plugin.spec.state)
-      { this$1.fields.push(new FieldDesc(plugin.key, plugin.spec.state, plugin)); }
-  }); }
-};
-
-// ::- The state of a ProseMirror editor is represented by an object
-// of this type. A state is a persistent data structure—it isn't
-// updated, but rather a new state value is computed from an old one
-// using the [`apply`](#state.EditorState.apply) method.
-//
-// A state holds a number of built-in fields, and plugins can
-// [define](#state.PluginSpec.state) additional fields.
-var EditorState = function EditorState(config) {
-  this.config = config;
-};
-
-var prototypeAccessors$1 = { schema: { configurable: true },plugins: { configurable: true },tr: { configurable: true } };
-
-// doc:: Node
-// The current document.
-
-// selection:: Selection
-// The selection.
-
-// storedMarks:: ?[Mark]
-// A set of marks to apply to the next input. Will be null when
-// no explicit marks have been set.
-
-// :: Schema
-// The schema of the state's document.
-prototypeAccessors$1.schema.get = function () {
-  return this.config.schema
-};
-
-// :: [Plugin]
-// The plugins that are active in this state.
-prototypeAccessors$1.plugins.get = function () {
-  return this.config.plugins
-};
-
-// :: (Transaction) → EditorState
-// Apply the given transaction to produce a new state.
-EditorState.prototype.apply = function apply (tr) {
-  return this.applyTransaction(tr).state
-};
-
-// : (Transaction) → bool
-EditorState.prototype.filterTransaction = function filterTransaction (tr, ignore) {
-    if ( ignore === void 0 ) ignore = -1;
-
-  for (var i = 0; i < this.config.plugins.length; i++) { if (i != ignore) {
-    var plugin = this.config.plugins[i];
-    if (plugin.spec.filterTransaction && !plugin.spec.filterTransaction.call(plugin, tr, this))
-      { return false }
-  } }
-  return true
-};
-
-// :: (Transaction) → {state: EditorState, transactions: [Transaction]}
-// Verbose variant of [`apply`](#state.EditorState.apply) that
-// returns the precise transactions that were applied (which might
-// be influenced by the [transaction
-// hooks](#state.PluginSpec.filterTransaction) of
-// plugins) along with the new state.
-EditorState.prototype.applyTransaction = function applyTransaction (rootTr) {
-  if (!this.filterTransaction(rootTr)) { return {state: this, transactions: []} }
-
-  var trs = [rootTr], newState = this.applyInner(rootTr), seen = null;
-  // This loop repeatedly gives plugins a chance to respond to
-  // transactions as new transactions are added, making sure to only
-  // pass the transactions the plugin did not see before.
-   for (;;) {
-    var haveNew = false;
-    for (var i = 0; i < this.config.plugins.length; i++) {
-      var plugin = this.config.plugins[i];
-      if (plugin.spec.appendTransaction) {
-        var n = seen ? seen[i].n : 0, oldState = seen ? seen[i].state : this;
-        var tr = n < trs.length &&
-            plugin.spec.appendTransaction.call(plugin, n ? trs.slice(n) : trs, oldState, newState);
-        if (tr && newState.filterTransaction(tr, i)) {
-          tr.setMeta("appendedTransaction", rootTr);
-          if (!seen) {
-            seen = [];
-            for (var j = 0; j < this.config.plugins.length; j++)
-              { seen.push(j < i ? {state: newState, n: trs.length} : {state: this, n: 0}); }
-          }
-          trs.push(tr);
-          newState = newState.applyInner(tr);
-          haveNew = true;
-        }
-        if (seen) { seen[i] = {state: newState, n: trs.length}; }
-      }
-    }
-    if (!haveNew) { return {state: newState, transactions: trs} }
-  }
-};
-
-// : (Transaction) → EditorState
-EditorState.prototype.applyInner = function applyInner (tr) {
-  if (!tr.before.eq(this.doc)) { throw new RangeError("Applying a mismatched transaction") }
-  var newInstance = new EditorState(this.config), fields = this.config.fields;
-  for (var i = 0; i < fields.length; i++) {
-    var field = fields[i];
-    newInstance[field.name] = field.apply(tr, this[field.name], this, newInstance);
-  }
-  for (var i$1 = 0; i$1 < applyListeners.length; i$1++) { applyListeners[i$1](this, tr, newInstance); }
-  return newInstance
-};
-
-// :: Transaction
-// Start a [transaction](#state.Transaction) from this state.
-prototypeAccessors$1.tr.get = function () { return new Transaction(this) };
-
-// :: (Object) → EditorState
-// Create a new state.
-//
-// config::- Configuration options. Must contain `schema` or `doc` (or both).
-//
-//    schema:: ?Schema
-//    The schema to use.
-//
-//    doc:: ?Node
-//    The starting document.
-//
-//    selection:: ?Selection
-//    A valid selection in the document.
-//
-//    storedMarks:: ?[Mark]
-//    The initial set of [stored marks](#state.EditorState.storedMarks).
-//
-//    plugins:: ?[Plugin]
-//    The plugins that should be active in this state.
-EditorState.create = function create (config) {
-  var $config = new Configuration(config.schema || config.doc.type.schema, config.plugins);
-  var instance = new EditorState($config);
-  for (var i = 0; i < $config.fields.length; i++)
-    { instance[$config.fields[i].name] = $config.fields[i].init(config, instance); }
-  return instance
-};
-
-// :: (Object) → EditorState
-// Create a new state based on this one, but with an adjusted set of
-// active plugins. State fields that exist in both sets of plugins
-// are kept unchanged. Those that no longer exist are dropped, and
-// those that are new are initialized using their
-// [`init`](#state.StateField.init) method, passing in the new
-// configuration object..
-//
-// config::- configuration options
-//
-//   schema:: ?Schema
-//   New schema to use.
-//
-//   plugins:: ?[Plugin]
-//   New set of active plugins.
-EditorState.prototype.reconfigure = function reconfigure (config) {
-  var $config = new Configuration(config.schema || this.schema, config.plugins);
-  var fields = $config.fields, instance = new EditorState($config);
-  for (var i = 0; i < fields.length; i++) {
-    var name = fields[i].name;
-    instance[name] = this.hasOwnProperty(name) ? this[name] : fields[i].init(config, instance);
-  }
-  return instance
-};
-
-// :: (?union, string, number>) → Object
-// Serialize this state to JSON. If you want to serialize the state
-// of plugins, pass an object mapping property names to use in the
-// resulting JSON object to plugin objects. The argument may also be
-// a string or number, in which case it is ignored, to support the
-// way `JSON.stringify` calls `toString` methods.
-EditorState.prototype.toJSON = function toJSON (pluginFields) {
-  var result = {doc: this.doc.toJSON(), selection: this.selection.toJSON()};
-  if (this.storedMarks) { result.storedMarks = this.storedMarks.map(function (m) { return m.toJSON(); }); }
-  if (pluginFields && typeof pluginFields == 'object') { for (var prop in pluginFields) {
-    if (prop == "doc" || prop == "selection")
-      { throw new RangeError("The JSON fields `doc` and `selection` are reserved") }
-    var plugin = pluginFields[prop], state = plugin.spec.state;
-    if (state && state.toJSON) { result[prop] = state.toJSON.call(plugin, this[plugin.key]); }
-  } }
-  return result
-};
-
-// :: (Object, Object, ?Object) → EditorState
-// Deserialize a JSON representation of a state. `config` should
-// have at least a `schema` field, and should contain array of
-// plugins to initialize the state with. `pluginFields` can be used
-// to deserialize the state of plugins, by associating plugin
-// instances with the property names they use in the JSON object.
-//
-// config::- configuration options
-//
-//   schema:: Schema
-//   The schema to use.
-//
-//   plugins:: ?[Plugin]
-//   The set of active plugins.
-EditorState.fromJSON = function fromJSON (config, json, pluginFields) {
-  if (!json) { throw new RangeError("Invalid input for EditorState.fromJSON") }
-  if (!config.schema) { throw new RangeError("Required config field 'schema' missing") }
-  var $config = new Configuration(config.schema, config.plugins);
-  var instance = new EditorState($config);
-  $config.fields.forEach(function (field) {
-    if (field.name == "doc") {
-      instance.doc = prosemirror_model__WEBPACK_IMPORTED_MODULE_0__["Node"].fromJSON(config.schema, json.doc);
-    } else if (field.name == "selection") {
-      instance.selection = Selection.fromJSON(instance.doc, json.selection);
-    } else if (field.name == "storedMarks") {
-      if (json.storedMarks) { instance.storedMarks = json.storedMarks.map(config.schema.markFromJSON); }
-    } else {
-      if (pluginFields) { for (var prop in pluginFields) {
-        var plugin = pluginFields[prop], state = plugin.spec.state;
-        if (plugin.key == field.name && state && state.fromJSON &&
-            Object.prototype.hasOwnProperty.call(json, prop)) {
-          // This field belongs to a plugin mapped to a JSON field, read it from there.
-          instance[field.name] = state.fromJSON.call(plugin, config, json[prop], instance);
-          return
-        }
-      } }
-      instance[field.name] = field.init(config, instance);
-    }
-  });
-  return instance
-};
-
-// Kludge to allow the view to track mappings between different
-// instances of a state.
-//
-// FIXME this is no longer needed as of prosemirror-view 1.9.0,
-// though due to backwards-compat we should probably keep it around
-// for a while (if only as a no-op)
-EditorState.addApplyListener = function addApplyListener (f) {
-  applyListeners.push(f);
-};
-EditorState.removeApplyListener = function removeApplyListener (f) {
-  var found = applyListeners.indexOf(f);
-  if (found > -1) { applyListeners.splice(found, 1); }
-};
-
-Object.defineProperties( EditorState.prototype, prototypeAccessors$1 );
-
-var applyListeners = [];
-
-// PluginSpec:: interface
-//
-// This is the type passed to the [`Plugin`](#state.Plugin)
-// constructor. It provides a definition for a plugin.
-//
-//   props:: ?EditorProps
-//   The [view props](#view.EditorProps) added by this plugin. Props
-//   that are functions will be bound to have the plugin instance as
-//   their `this` binding.
-//
-//   state:: ?StateField
-//   Allows a plugin to define a [state field](#state.StateField), an
-//   extra slot in the state object in which it can keep its own data.
-//
-//   key:: ?PluginKey
-//   Can be used to make this a keyed plugin. You can have only one
-//   plugin with a given key in a given state, but it is possible to
-//   access the plugin's configuration and state through the key,
-//   without having access to the plugin instance object.
-//
-//   view:: ?(EditorView) → Object
-//   When the plugin needs to interact with the editor view, or
-//   set something up in the DOM, use this field. The function
-//   will be called when the plugin's state is associated with an
-//   editor view.
-//
-//     return::-
-//     Should return an object with the following optional
-//     properties:
-//
-//       update:: ?(view: EditorView, prevState: EditorState)
-//       Called whenever the view's state is updated.
-//
-//       destroy:: ?()
-//       Called when the view is destroyed or receives a state
-//       with different plugins.
-//
-//   filterTransaction:: ?(Transaction, EditorState) → bool
-//   When present, this will be called before a transaction is
-//   applied by the state, allowing the plugin to cancel it (by
-//   returning false).
-//
-//   appendTransaction:: ?(transactions: [Transaction], oldState: EditorState, newState: EditorState) → ?Transaction
-//   Allows the plugin to append another transaction to be applied
-//   after the given array of transactions. When another plugin
-//   appends a transaction after this was called, it is called again
-//   with the new state and new transactions—but only the new
-//   transactions, i.e. it won't be passed transactions that it
-//   already saw.
-
-function bindProps(obj, self, target) {
-  for (var prop in obj) {
-    var val = obj[prop];
-    if (val instanceof Function) { val = val.bind(self); }
-    else if (prop == "handleDOMEvents") { val = bindProps(val, self, {}); }
-    target[prop] = val;
-  }
-  return target
-}
-
-// ::- Plugins bundle functionality that can be added to an editor.
-// They are part of the [editor state](#state.EditorState) and
-// may influence that state and the view that contains it.
-var Plugin = function Plugin(spec) {
-  // :: EditorProps
-  // The [props](#view.EditorProps) exported by this plugin.
-  this.props = {};
-  if (spec.props) { bindProps(spec.props, this, this.props); }
-  // :: Object
-  // The plugin's [spec object](#state.PluginSpec).
-  this.spec = spec;
-  this.key = spec.key ? spec.key.key : createKey("plugin");
-};
-
-// :: (EditorState) → any
-// Extract the plugin's state field from an editor state.
-Plugin.prototype.getState = function getState (state) { return state[this.key] };
-
-// StateField:: interface
-// A plugin spec may provide a state field (under its
-// [`state`](#state.PluginSpec.state) property) of this type, which
-// describes the state it wants to keep. Functions provided here are
-// always called with the plugin instance as their `this` binding.
-//
-//   init:: (config: Object, instance: EditorState) → T
-//   Initialize the value of the field. `config` will be the object
-//   passed to [`EditorState.create`](#state.EditorState^create). Note
-//   that `instance` is a half-initialized state instance, and will
-//   not have values for plugin fields initialized after this one.
-//
-//   apply:: (tr: Transaction, value: T, oldState: EditorState, newState: EditorState) → T
-//   Apply the given transaction to this state field, producing a new
-//   field value. Note that the `newState` argument is again a partially
-//   constructed state does not yet contain the state from plugins
-//   coming after this one.
-//
-//   toJSON:: ?(value: T) → *
-//   Convert this field to JSON. Optional, can be left off to disable
-//   JSON serialization for the field.
-//
-//   fromJSON:: ?(config: Object, value: *, state: EditorState) → T
-//   Deserialize the JSON representation of this field. Note that the
-//   `state` argument is again a half-initialized state.
-
-var keys = Object.create(null);
-
-function createKey(name) {
-  if (name in keys) { return name + "$" + ++keys[name] }
-  keys[name] = 0;
-  return name + "$"
-}
-
-// ::- A key is used to [tag](#state.PluginSpec.key)
-// plugins in a way that makes it possible to find them, given an
-// editor state. Assigning a key does mean only one plugin of that
-// type can be active in a state.
-var PluginKey = function PluginKey(name) {
-if ( name === void 0 ) name = "key";
- this.key = createKey(name); };
-
-// :: (EditorState) → ?Plugin
-// Get the active plugin with this key, if any, from an editor
-// state.
-PluginKey.prototype.get = function get (state) { return state.config.pluginsByKey[this.key] };
-
-// :: (EditorState) → ?any
-// Get the plugin's state from an editor state.
-PluginKey.prototype.getState = function getState (state) { return state[this.key] };
-
-
-//# sourceMappingURL=index.es.js.map
-
-
-/***/ }),
-
-/***/ "5319":
-/***/ (function(module, exports, __nested_webpack_require_585093__) {
-
-"use strict";
-
-var fixRegExpWellKnownSymbolLogic = __nested_webpack_require_585093__("d784");
-var anObject = __nested_webpack_require_585093__("825a");
-var toObject = __nested_webpack_require_585093__("7b0b");
-var toLength = __nested_webpack_require_585093__("50c4");
-var toInteger = __nested_webpack_require_585093__("a691");
-var requireObjectCoercible = __nested_webpack_require_585093__("1d80");
-var advanceStringIndex = __nested_webpack_require_585093__("8aa5");
-var regExpExec = __nested_webpack_require_585093__("14c3");
-
-var max = Math.max;
-var min = Math.min;
-var floor = Math.floor;
-var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d\d?|<[^>]*>)/g;
-var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d\d?)/g;
-
-var maybeToString = function (it) {
-  return it === undefined ? it : String(it);
-};
-
-// @@replace logic
-fixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {
-  var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;
-  var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;
-  var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';
-
-  return [
-    // `String.prototype.replace` method
-    // https://tc39.github.io/ecma262/#sec-string.prototype.replace
-    function replace(searchValue, replaceValue) {
-      var O = requireObjectCoercible(this);
-      var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];
-      return replacer !== undefined
-        ? replacer.call(searchValue, O, replaceValue)
-        : nativeReplace.call(String(O), searchValue, replaceValue);
-    },
-    // `RegExp.prototype[@@replace]` method
-    // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace
-    function (regexp, replaceValue) {
-      if (
-        (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||
-        (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)
-      ) {
-        var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);
-        if (res.done) return res.value;
-      }
-
-      var rx = anObject(regexp);
-      var S = String(this);
-
-      var functionalReplace = typeof replaceValue === 'function';
-      if (!functionalReplace) replaceValue = String(replaceValue);
-
-      var global = rx.global;
-      if (global) {
-        var fullUnicode = rx.unicode;
-        rx.lastIndex = 0;
-      }
-      var results = [];
-      while (true) {
-        var result = regExpExec(rx, S);
-        if (result === null) break;
-
-        results.push(result);
-        if (!global) break;
-
-        var matchStr = String(result[0]);
-        if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
-      }
-
-      var accumulatedResult = '';
-      var nextSourcePosition = 0;
-      for (var i = 0; i < results.length; i++) {
-        result = results[i];
-
-        var matched = String(result[0]);
-        var position = max(min(toInteger(result.index), S.length), 0);
-        var captures = [];
-        // NOTE: This is equivalent to
-        //   captures = result.slice(1).map(maybeToString)
-        // but for some reason `nativeSlice.call(result, 1, result.length)` (called in
-        // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and
-        // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.
-        for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));
-        var namedCaptures = result.groups;
-        if (functionalReplace) {
-          var replacerArgs = [matched].concat(captures, position, S);
-          if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);
-          var replacement = String(replaceValue.apply(undefined, replacerArgs));
-        } else {
-          replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
-        }
-        if (position >= nextSourcePosition) {
-          accumulatedResult += S.slice(nextSourcePosition, position) + replacement;
-          nextSourcePosition = position + matched.length;
-        }
-      }
-      return accumulatedResult + S.slice(nextSourcePosition);
-    }
-  ];
-
-  // https://tc39.github.io/ecma262/#sec-getsubstitution
-  function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {
-    var tailPos = position + matched.length;
-    var m = captures.length;
-    var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;
-    if (namedCaptures !== undefined) {
-      namedCaptures = toObject(namedCaptures);
-      symbols = SUBSTITUTION_SYMBOLS;
-    }
-    return nativeReplace.call(replacement, symbols, function (match, ch) {
-      var capture;
-      switch (ch.charAt(0)) {
-        case '$': return '$';
-        case '&': return matched;
-        case '`': return str.slice(0, position);
-        case "'": return str.slice(tailPos);
-        case '<':
-          capture = namedCaptures[ch.slice(1, -1)];
-          break;
-        default: // \d\d?
-          var n = +ch;
-          if (n === 0) return match;
-          if (n > m) {
-            var f = floor(n / 10);
-            if (f === 0) return match;
-            if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
-            return match;
-          }
-          capture = captures[n - 1];
-      }
-      return capture === undefined ? '' : capture;
-    });
-  }
-});
-
-
-/***/ }),
-
-/***/ "55a3":
-/***/ (function(module, exports) {
-
-/**
- * Checks if a stack value for `key` exists.
- *
- * @private
- * @name has
- * @memberOf Stack
- * @param {string} key The key of the entry to check.
- * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
- */
-function stackHas(key) {
-  return this.__data__.has(key);
-}
-
-module.exports = stackHas;
-
-
-/***/ }),
-
-/***/ "55be":
-/***/ (function(module, __webpack_exports__, __nested_webpack_require_590865__) {
-
-"use strict";
-__nested_webpack_require_590865__.r(__webpack_exports__);
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "CellSelection", function() { return CellSelection; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "TableMap", function() { return TableMap; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "TableView", function() { return TableView; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "__clipCells", function() { return clipCells; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "__insertCells", function() { return insertCells; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "__pastedCells", function() { return pastedCells; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "addColSpan", function() { return addColSpan; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "addColumn", function() { return addColumn; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "addColumnAfter", function() { return addColumnAfter; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "addColumnBefore", function() { return addColumnBefore; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "addRow", function() { return addRow; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "addRowAfter", function() { return addRowAfter; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "addRowBefore", function() { return addRowBefore; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "cellAround", function() { return cellAround; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "colCount", function() { return colCount; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "columnIsHeader", function() { return columnIsHeader; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "columnResizing", function() { return columnResizing; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "columnResizingPluginKey", function() { return key$1; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "deleteColumn", function() { return deleteColumn; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "deleteRow", function() { return deleteRow; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "deleteTable", function() { return deleteTable; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "findCell", function() { return findCell; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "fixTables", function() { return fixTables; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "fixTablesKey", function() { return fixTablesKey; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "goToNextCell", function() { return goToNextCell; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "handlePaste", function() { return handlePaste; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "inSameTable", function() { return inSameTable; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "isInTable", function() { return isInTable; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "mergeCells", function() { return mergeCells; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "moveCellForward", function() { return moveCellForward; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "nextCell", function() { return nextCell; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "pointsAtCell", function() { return pointsAtCell; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "removeColSpan", function() { return removeColSpan; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "removeColumn", function() { return removeColumn; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "removeRow", function() { return removeRow; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "rowIsHeader", function() { return rowIsHeader; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "selectedRect", function() { return selectedRect; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "selectionCell", function() { return selectionCell; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "setAttr", function() { return setAttr; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "setCellAttr", function() { return setCellAttr; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "splitCell", function() { return splitCell; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "splitCellWithType", function() { return splitCellWithType; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "tableEditing", function() { return tableEditing; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "tableEditingKey", function() { return key; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "tableNodeTypes", function() { return tableNodeTypes; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "tableNodes", function() { return tableNodes; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "toggleHeader", function() { return toggleHeader; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "toggleHeaderCell", function() { return toggleHeaderCell; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "toggleHeaderColumn", function() { return toggleHeaderColumn; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "toggleHeaderRow", function() { return toggleHeaderRow; });
-/* harmony export (binding) */ __nested_webpack_require_590865__.d(__webpack_exports__, "updateColumnsOnResize", function() { return updateColumns; });
-/* harmony import */ var prosemirror_state__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_590865__("5313");
-/* harmony import */ var prosemirror_model__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_590865__("304a");
-/* harmony import */ var prosemirror_keymap__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_590865__("7f06");
-/* harmony import */ var prosemirror_view__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_590865__("576a");
-/* harmony import */ var prosemirror_transform__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_590865__("0ac0");
-
-
-
-
-
-
-// Because working with row and column-spanning cells is not quite
-// trivial, this code builds up a descriptive structure for a given
-// table node. The structures are cached with the (persistent) table
-// nodes as key, so that they only have to be recomputed when the
-// content of the table changes.
-//
-// This does mean that they have to store table-relative, not
-// document-relative positions. So code that uses them will typically
-// compute the start position of the table and offset positions passed
-// to or gotten from this structure by that amount.
-
-var readFromCache, addToCache;
-// Prefer using a weak map to cache table maps. Fall back on a
-// fixed-size cache if that's not supported.
-if (typeof WeakMap != "undefined") {
-  var cache = new WeakMap;
-  readFromCache = function (key) { return cache.get(key); };
-  addToCache = function (key, value) {
-    cache.set(key, value);
-    return value
-  };
-} else {
-  var cache$1 = [], cacheSize = 10, cachePos = 0;
-  readFromCache = function (key) {
-    for (var i = 0; i < cache$1.length; i += 2)
-      { if (cache$1[i] == key) { return cache$1[i + 1] } }
-  };
-  addToCache = function (key, value) {
-    if (cachePos == cacheSize) { cachePos = 0; }
-    cache$1[cachePos++] = key;
-    return cache$1[cachePos++] = value
-  };
-}
-
-var Rect = function Rect(left, top, right, bottom) {
-  this.left = left; this.top = top; this.right = right; this.bottom = bottom;
-};
-
-// ::- A table map describes the structore of a given table. To avoid
-// recomputing them all the time, they are cached per table node. To
-// be able to do that, positions saved in the map are relative to the
-// start of the table, rather than the start of the document.
-var TableMap = function TableMap(width, height, map, problems) {
-  // :: number The width of the table
-  this.width = width;
-  // :: number The table's height
-  this.height = height;
-  // :: [number] A width * height array with the start position of
-  // the cell covering that part of the table in each slot
-  this.map = map;
-  // An optional array of problems (cell overlap or non-rectangular
-  // shape) for the table, used by the table normalizer.
-  this.problems = problems;
-};
-
-// :: (number) → Rect
-// Find the dimensions of the cell at the given position.
-TableMap.prototype.findCell = function findCell (pos) {
-  for (var i = 0; i < this.map.length; i++) {
-    var curPos = this.map[i];
-    if (curPos != pos) { continue }
-    var left = i % this.width, top = (i / this.width) | 0;
-    var right = left + 1, bottom = top + 1;
-    for (var j = 1; right < this.width && this.map[i + j] == curPos; j++) { right++; }
-    for (var j$1 = 1; bottom < this.height && this.map[i + (this.width * j$1)] == curPos; j$1++) { bottom++; }
-    return new Rect(left, top, right, bottom)
-  }
-  throw new RangeError("No cell with offset " + pos + " found")
-};
-
-// :: (number) → number
-// Find the left side of the cell at the given position.
-TableMap.prototype.colCount = function colCount (pos) {
-  for (var i = 0; i < this.map.length; i++)
-    { if (this.map[i] == pos) { return i % this.width } }
-  throw new RangeError("No cell with offset " + pos + " found")
-};
-
-// :: (number, string, number) → ?number
-// Find the next cell in the given direction, starting from the cell
-// at `pos`, if any.
-TableMap.prototype.nextCell = function nextCell (pos, axis, dir) {
-  var ref = this.findCell(pos);
-    var left = ref.left;
-    var right = ref.right;
-    var top = ref.top;
-    var bottom = ref.bottom;
-  if (axis == "horiz") {
-    if (dir < 0 ? left == 0 : right == this.width) { return null }
-    return this.map[top * this.width + (dir < 0 ? left - 1 : right)]
-  } else {
-    if (dir < 0 ? top == 0 : bottom == this.height) { return null }
-    return this.map[left + this.width * (dir < 0 ? top - 1 : bottom)]
-  }
-};
-
-// :: (number, number) → Rect
-// Get the rectangle spanning the two given cells.
-TableMap.prototype.rectBetween = function rectBetween (a, b) {
-  var ref = this.findCell(a);
-    var leftA = ref.left;
-    var rightA = ref.right;
-    var topA = ref.top;
-    var bottomA = ref.bottom;
-  var ref$1 = this.findCell(b);
-    var leftB = ref$1.left;
-    var rightB = ref$1.right;
-    var topB = ref$1.top;
-    var bottomB = ref$1.bottom;
-  return new Rect(Math.min(leftA, leftB), Math.min(topA, topB),
-                  Math.max(rightA, rightB), Math.max(bottomA, bottomB))
-};
-
-// :: (Rect) → [number]
-// Return the position of all cells that have the top left corner in
-// the given rectangle.
-TableMap.prototype.cellsInRect = function cellsInRect (rect) {
-  var result = [], seen = {};
-  for (var row = rect.top; row < rect.bottom; row++) {
-    for (var col = rect.left; col < rect.right; col++) {
-      var index = row * this.width + col, pos = this.map[index];
-      if (seen[pos]) { continue }
-      seen[pos] = true;
-      if ((col != rect.left || !col || this.map[index - 1] != pos) &&
-          (row != rect.top || !row || this.map[index - this.width] != pos))
-        { result.push(pos); }
-    }
-  }
-  return result
-};
-
-// :: (number, number, Node) → number
-// Return the position at which the cell at the given row and column
-// starts, or would start, if a cell started there.
-TableMap.prototype.positionAt = function positionAt (row, col, table) {
-  for (var i = 0, rowStart = 0;; i++) {
-    var rowEnd = rowStart + table.child(i).nodeSize;
-    if (i == row) {
-      var index = col + row * this.width, rowEndIndex = (row + 1) * this.width;
-      // Skip past cells from previous rows (via rowspan)
-      while (index < rowEndIndex && this.map[index] < rowStart) { index++; }
-      return index == rowEndIndex ? rowEnd - 1 : this.map[index]
-    }
-    rowStart = rowEnd;
-  }
-};
-
-// :: (Node) → TableMap
-// Find the table map for the given table node.
-TableMap.get = function get (table) {
-  return readFromCache(table) || addToCache(table, computeMap(table))
-};
-
-// Compute a table map.
-function computeMap(table) {
-  if (table.type.spec.tableRole != "table") { throw new RangeError("Not a table node: " + table.type.name) }
-  var width = findWidth(table), height = table.childCount;
-  var map = [], mapPos = 0, problems = null, colWidths = [];
-  for (var i = 0, e = width * height; i < e; i++) { map[i] = 0; }
-
-  for (var row = 0, pos = 0; row < height; row++) {
-    var rowNode = table.child(row);
-    pos++;
-    for (var i$1 = 0;; i$1++) {
-      while (mapPos < map.length && map[mapPos] != 0) { mapPos++; }
-      if (i$1 == rowNode.childCount) { break }
-      var cellNode = rowNode.child(i$1);
-      var ref = cellNode.attrs;
-      var colspan = ref.colspan;
-      var rowspan = ref.rowspan;
-      var colwidth = ref.colwidth;
-      for (var h = 0; h < rowspan; h++) {
-        if (h + row >= height) {
-          (problems || (problems = [])).push({type: "overlong_rowspan", pos: pos, n: rowspan - h});
-          break
-        }
-        var start = mapPos + (h * width);
-        for (var w = 0; w < colspan; w++) {
-          if (map[start + w] == 0)
-            { map[start + w] = pos; }
-          else
-            { (problems || (problems = [])).push({type: "collision", row: row, pos: pos, n: colspan - w}); }
-          var colW = colwidth && colwidth[w];
-          if (colW) {
-            var widthIndex = ((start + w) % width) * 2, prev = colWidths[widthIndex];
-            if (prev == null || (prev != colW && colWidths[widthIndex + 1] == 1)) {
-              colWidths[widthIndex] = colW;
-              colWidths[widthIndex + 1] = 1;
-            } else if (prev == colW) {
-              colWidths[widthIndex + 1]++;
-            }
-          }
-        }
-      }
-      mapPos += colspan;
-      pos += cellNode.nodeSize;
-    }
-    var expectedPos = (row + 1) * width, missing = 0;
-    while (mapPos < expectedPos) { if (map[mapPos++] == 0) { missing++; } }
-    if (missing) { (problems || (problems = [])).push({type: "missing", row: row, n: missing}); }
-    pos++;
-  }
-
-  var tableMap = new TableMap(width, height, map, problems), badWidths = false;
-
-  // For columns that have defined widths, but whose widths disagree
-  // between rows, fix up the cells whose width doesn't match the
-  // computed one.
-  for (var i$2 = 0; !badWidths && i$2 < colWidths.length; i$2 += 2)
-    { if (colWidths[i$2] != null && colWidths[i$2 + 1] < height) { badWidths = true; } }
-  if (badWidths) { findBadColWidths(tableMap, colWidths, table); }
-
-  return tableMap
-}
-
-function findWidth(table) {
-  var width = -1, hasRowSpan = false;
-  for (var row = 0; row < table.childCount; row++) {
-    var rowNode = table.child(row), rowWidth = 0;
-    if (hasRowSpan) { for (var j = 0; j < row; j++) {
-      var prevRow = table.child(j);
-      for (var i = 0; i < prevRow.childCount; i++) {
-        var cell = prevRow.child(i);
-        if (j + cell.attrs.rowspan > row) { rowWidth += cell.attrs.colspan; }
-      }
-    } }
-    for (var i$1 = 0; i$1 < rowNode.childCount; i$1++) {
-      var cell$1 = rowNode.child(i$1);
-      rowWidth += cell$1.attrs.colspan;
-      if (cell$1.attrs.rowspan > 1) { hasRowSpan = true; }
-    }
-    if (width == -1)
-      { width = rowWidth; }
-    else if (width != rowWidth)
-      { width = Math.max(width, rowWidth); }
-  }
-  return width
-}
-
-function findBadColWidths(map, colWidths, table) {
-  if (!map.problems) { map.problems = []; }
-  for (var i = 0, seen = {}; i < map.map.length; i++) {
-    var pos = map.map[i];
-    if (seen[pos]) { continue }
-    seen[pos] = true;
-    var node = table.nodeAt(pos), updated = null;
-    for (var j = 0; j < node.attrs.colspan; j++) {
-      var col = (i + j) % map.width, colWidth = colWidths[col * 2];
-      if (colWidth != null && (!node.attrs.colwidth || node.attrs.colwidth[j] != colWidth))
-        { (updated || (updated = freshColWidth(node.attrs)))[j] = colWidth; }
-    }
-    if (updated) { map.problems.unshift({type: "colwidth mismatch", pos: pos, colwidth: updated}); }
-  }
-}
-
-function freshColWidth(attrs) {
-  if (attrs.colwidth) { return attrs.colwidth.slice() }
-  var result = [];
-  for (var i = 0; i < attrs.colspan; i++) { result.push(0); }
-  return result
-}
-
-// Helper for creating a schema that supports tables.
-
-function getCellAttrs(dom, extraAttrs) {
-  var widthAttr = dom.getAttribute("data-colwidth");
-  var widths = widthAttr && /^\d+(,\d+)*$/.test(widthAttr) ? widthAttr.split(",").map(function (s) { return Number(s); }) : null;
-  var colspan = Number(dom.getAttribute("colspan") || 1);
-  var result = {
-    colspan: colspan,
-    rowspan: Number(dom.getAttribute("rowspan") || 1),
-    colwidth: widths && widths.length == colspan ? widths : null
-  };
-  for (var prop in extraAttrs) {
-    var getter = extraAttrs[prop].getFromDOM;
-    var value = getter && getter(dom);
-    if (value != null) { result[prop] = value; }
-  }
-  return result
-}
-
-function setCellAttrs(node, extraAttrs) {
-  var attrs = {};
-  if (node.attrs.colspan != 1) { attrs.colspan = node.attrs.colspan; }
-  if (node.attrs.rowspan != 1) { attrs.rowspan = node.attrs.rowspan; }
-  if (node.attrs.colwidth)
-    { attrs["data-colwidth"] = node.attrs.colwidth.join(","); }
-  for (var prop in extraAttrs) {
-    var setter = extraAttrs[prop].setDOMAttr;
-    if (setter) { setter(node.attrs[prop], attrs); }
-  }
-  return attrs
-}
-
-// :: (Object) → Object
-//
-// This function creates a set of [node
-// specs](http://prosemirror.net/docs/ref/#model.SchemaSpec.nodes) for
-// `table`, `table_row`, and `table_cell` nodes types as used by this
-// module. The result can then be added to the set of nodes when
-// creating a a schema.
-//
-//   options::- The following options are understood:
-//
-//     tableGroup:: ?string
-//     A group name (something like `"block"`) to add to the table
-//     node type.
-//
-//     cellContent:: string
-//     The content expression for table cells.
-//
-//     cellAttributes:: ?Object
-//     Additional attributes to add to cells. Maps attribute names to
-//     objects with the following properties:
-//
-//       default:: any
-//       The attribute's default value.
-//
-//       getFromDOM:: ?(dom.Node) → any
-//       A function to read the attribute's value from a DOM node.
-//
-//       setDOMAttr:: ?(value: any, attrs: Object)
-//       A function to add the attribute's value to an attribute
-//       object that's used to render the cell's DOM.
-function tableNodes(options) {
-  var extraAttrs = options.cellAttributes || {};
-  var cellAttrs = {
-    colspan: {default: 1},
-    rowspan: {default: 1},
-    colwidth: {default: null}
-  };
-  for (var prop in extraAttrs)
-    { cellAttrs[prop] = {default: extraAttrs[prop].default}; }
-
-  return {
-    table: {
-      content: "table_row+",
-      tableRole: "table",
-      isolating: true,
-      group: options.tableGroup,
-      parseDOM: [{tag: "table"}],
-      toDOM: function toDOM() { return ["table", ["tbody", 0]] }
-    },
-    table_row: {
-      content: "(table_cell | table_header)*",
-      tableRole: "row",
-      parseDOM: [{tag: "tr"}],
-      toDOM: function toDOM() { return ["tr", 0] }
-    },
-    table_cell: {
-      content: options.cellContent,
-      attrs: cellAttrs,
-      tableRole: "cell",
-      isolating: true,
-      parseDOM: [{tag: "td", getAttrs: function (dom) { return getCellAttrs(dom, extraAttrs); }}],
-      toDOM: function toDOM(node) { return ["td", setCellAttrs(node, extraAttrs), 0] }
-    },
-    table_header: {
-      content: options.cellContent,
-      attrs: cellAttrs,
-      tableRole: "header_cell",
-      isolating: true,
-      parseDOM: [{tag: "th", getAttrs: function (dom) { return getCellAttrs(dom, extraAttrs); }}],
-      toDOM: function toDOM(node) { return ["th", setCellAttrs(node, extraAttrs), 0] }
-    }
-  }
-}
-
-function tableNodeTypes(schema) {
-  var result = schema.cached.tableNodeTypes;
-  if (!result) {
-    result = schema.cached.tableNodeTypes = {};
-    for (var name in schema.nodes) {
-      var type = schema.nodes[name], role = type.spec.tableRole;
-      if (role) { result[role] = type; }
-    }
-  }
-  return result
-}
-
-// Various helper function for working with tables
-
-var key = new prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["PluginKey"]("selectingCells");
-
-function cellAround($pos) {
-  for (var d = $pos.depth - 1; d > 0; d--)
-    { if ($pos.node(d).type.spec.tableRole == "row") { return $pos.node(0).resolve($pos.before(d + 1)) } }
-  return null
-}
-
-function cellWrapping($pos) {
-  for (var d = $pos.depth; d > 0; d--) { // Sometimes the cell can be in the same depth.
-    var role = $pos.node(d).type.spec.tableRole;
-    if (role === "cell" || role === 'header_cell') { return $pos.node(d) }
-  }
-  return null
-}
-
-function isInTable(state) {
-  var $head = state.selection.$head;
-  for (var d = $head.depth; d > 0; d--) { if ($head.node(d).type.spec.tableRole == "row") { return true } }
-  return false
-}
-
-function selectionCell(state) {
-  var sel = state.selection;
-  if (sel.$anchorCell) {
-    return sel.$anchorCell.pos > sel.$headCell.pos ? sel.$anchorCell : sel.$headCell;
-  } else if (sel.node && sel.node.type.spec.tableRole == "cell") {
-    return sel.$anchor
-  }
-  return cellAround(sel.$head) || cellNear(sel.$head)
-}
-
-function cellNear($pos) {
-  for (var after = $pos.nodeAfter, pos = $pos.pos; after; after = after.firstChild, pos++) {
-    var role = after.type.spec.tableRole;
-    if (role == "cell" || role == "header_cell") { return $pos.doc.resolve(pos) }
-  }
-  for (var before = $pos.nodeBefore, pos$1 = $pos.pos; before; before = before.lastChild, pos$1--) {
-    var role$1 = before.type.spec.tableRole;
-    if (role$1 == "cell" || role$1 == "header_cell") { return $pos.doc.resolve(pos$1 - before.nodeSize) }
-  }
-}
-
-function pointsAtCell($pos) {
-  return $pos.parent.type.spec.tableRole == "row" && $pos.nodeAfter
-}
-
-function moveCellForward($pos) {
-  return $pos.node(0).resolve($pos.pos + $pos.nodeAfter.nodeSize)
-}
-
-function inSameTable($a, $b) {
-  return $a.depth == $b.depth && $a.pos >= $b.start(-1) && $a.pos <= $b.end(-1)
-}
-
-function findCell($pos) {
-  return TableMap.get($pos.node(-1)).findCell($pos.pos - $pos.start(-1))
-}
-
-function colCount($pos) {
-  return TableMap.get($pos.node(-1)).colCount($pos.pos - $pos.start(-1))
-}
-
-function nextCell($pos, axis, dir) {
-  var start = $pos.start(-1), map = TableMap.get($pos.node(-1));
-  var moved = map.nextCell($pos.pos - start, axis, dir);
-  return moved == null ? null : $pos.node(0).resolve(start + moved)
-}
-
-function setAttr(attrs, name, value) {
-  var result = {};
-  for (var prop in attrs) { result[prop] = attrs[prop]; }
-  result[name] = value;
-  return result
-}
-
-function removeColSpan(attrs, pos, n) {
-  if ( n === void 0 ) n=1;
-
-  var result = setAttr(attrs, "colspan", attrs.colspan - n);
-  if (result.colwidth) {
-    result.colwidth = result.colwidth.slice();
-    result.colwidth.splice(pos, n);
-    if (!result.colwidth.some(function (w) { return w > 0; })) { result.colwidth = null; }
-  }
-  return result
-}
-
-function addColSpan(attrs, pos, n) {
-  if ( n === void 0 ) n=1;
-
-  var result = setAttr(attrs, "colspan", attrs.colspan + n);
-  if (result.colwidth) {
-    result.colwidth = result.colwidth.slice();
-    for (var i = 0; i < n; i++) { result.colwidth.splice(pos, 0, 0); }
-  }
-  return result
-}
-
-function columnIsHeader(map, table, col) {
-  var headerCell = tableNodeTypes(table.type.schema).header_cell;
-  for (var row = 0; row < map.height; row++)
-    { if (table.nodeAt(map.map[col + row * map.width]).type != headerCell)
-      { return false } }
-  return true
-}
-
-// This file defines a ProseMirror selection subclass that models
-
-// ::- A [`Selection`](http://prosemirror.net/docs/ref/#state.Selection)
-// subclass that represents a cell selection spanning part of a table.
-// With the plugin enabled, these will be created when the user
-// selects across cells, and will be drawn by giving selected cells a
-// `selectedCell` CSS class.
-var CellSelection = /*@__PURE__*/(function (Selection) {
-  function CellSelection($anchorCell, $headCell) {
-    if ( $headCell === void 0 ) $headCell = $anchorCell;
-
-    var table = $anchorCell.node(-1), map = TableMap.get(table), start = $anchorCell.start(-1);
-    var rect = map.rectBetween($anchorCell.pos - start, $headCell.pos - start);
-    var doc = $anchorCell.node(0);
-    var cells = map.cellsInRect(rect).filter(function (p) { return p != $headCell.pos - start; });
-    // Make the head cell the first range, so that it counts as the
-    // primary part of the selection
-    cells.unshift($headCell.pos - start);
-    var ranges = cells.map(function (pos) {
-      var cell = table.nodeAt(pos), from = pos + start + 1;
-      return new prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["SelectionRange"](doc.resolve(from), doc.resolve(from + cell.content.size))
-    });
-    Selection.call(this, ranges[0].$from, ranges[0].$to, ranges);
-    // :: ResolvedPos
-    // A resolved position pointing _in front of_ the anchor cell (the one
-    // that doesn't move when extending the selection).
-    this.$anchorCell = $anchorCell;
-    // :: ResolvedPos
-    // A resolved position pointing in front of the head cell (the one
-    // moves when extending the selection).
-    this.$headCell = $headCell;
-  }
-
-  if ( Selection ) CellSelection.__proto__ = Selection;
-  CellSelection.prototype = Object.create( Selection && Selection.prototype );
-  CellSelection.prototype.constructor = CellSelection;
-
-  CellSelection.prototype.map = function map (doc, mapping) {
-    var $anchorCell = doc.resolve(mapping.map(this.$anchorCell.pos));
-    var $headCell = doc.resolve(mapping.map(this.$headCell.pos));
-    if (pointsAtCell($anchorCell) && pointsAtCell($headCell) && inSameTable($anchorCell, $headCell)) {
-      var tableChanged = this.$anchorCell.node(-1) != $anchorCell.node(-1);
-      if (tableChanged && this.isRowSelection())
-        { return CellSelection.rowSelection($anchorCell, $headCell) }
-      else if (tableChanged && this.isColSelection())
-        { return CellSelection.colSelection($anchorCell, $headCell) }
-      else
-        { return new CellSelection($anchorCell, $headCell) }
-    }
-    return prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"].between($anchorCell, $headCell)
-  };
-
-  // :: () → Slice
-  // Returns a rectangular slice of table rows containing the selected
-  // cells.
-  CellSelection.prototype.content = function content () {
-    var table = this.$anchorCell.node(-1), map = TableMap.get(table), start = this.$anchorCell.start(-1);
-    var rect = map.rectBetween(this.$anchorCell.pos - start, this.$headCell.pos - start);
-    var seen = {}, rows = [];
-    for (var row = rect.top; row < rect.bottom; row++) {
-      var rowContent = [];
-      for (var index = row * map.width + rect.left, col = rect.left; col < rect.right; col++, index++) {
-        var pos = map.map[index];
-        if (!seen[pos]) {
-          seen[pos] = true;
-          var cellRect = map.findCell(pos), cell = table.nodeAt(pos);
-          var extraLeft = rect.left - cellRect.left, extraRight = cellRect.right - rect.right;
-          if (extraLeft > 0 || extraRight > 0) {
-            var attrs = cell.attrs;
-            if (extraLeft > 0) { attrs = removeColSpan(attrs, 0, extraLeft); }
-            if (extraRight > 0) { attrs = removeColSpan(attrs, attrs.colspan - extraRight, extraRight); }
-            if (cellRect.left < rect.left) { cell = cell.type.createAndFill(attrs); }
-            else { cell = cell.type.create(attrs, cell.content); }
-          }
-          if (cellRect.top < rect.top || cellRect.bottom > rect.bottom) {
-            var attrs$1 = setAttr(cell.attrs, "rowspan", Math.min(cellRect.bottom, rect.bottom) - Math.max(cellRect.top, rect.top));
-            if (cellRect.top < rect.top) { cell = cell.type.createAndFill(attrs$1); }
-            else { cell = cell.type.create(attrs$1, cell.content); }
-          }
-          rowContent.push(cell);
-        }
-      }
-      rows.push(table.child(row).copy(prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].from(rowContent)));
-    }
-
-    var fragment = this.isColSelection() && this.isRowSelection() ? table : rows;
-    return new prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Slice"](prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].from(fragment), 1, 1)
-  };
-
-  CellSelection.prototype.replace = function replace (tr, content) {
-    if ( content === void 0 ) content = prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Slice"].empty;
-
-    var mapFrom = tr.steps.length, ranges = this.ranges;
-    for (var i = 0; i < ranges.length; i++) {
-      var ref = ranges[i];
-      var $from = ref.$from;
-      var $to = ref.$to;
-      var mapping = tr.mapping.slice(mapFrom);
-      tr.replace(mapping.map($from.pos), mapping.map($to.pos), i ? prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Slice"].empty : content);
-    }
-    var sel = Selection.findFrom(tr.doc.resolve(tr.mapping.slice(mapFrom).map(this.to)), -1);
-    if (sel) { tr.setSelection(sel); }
-  };
-
-  CellSelection.prototype.replaceWith = function replaceWith (tr, node) {
-    this.replace(tr, new prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Slice"](prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].from(node), 0, 0));
-  };
-
-  CellSelection.prototype.forEachCell = function forEachCell (f) {
-    var table = this.$anchorCell.node(-1), map = TableMap.get(table), start = this.$anchorCell.start(-1);
-    var cells = map.cellsInRect(map.rectBetween(this.$anchorCell.pos - start, this.$headCell.pos - start));
-    for (var i = 0; i < cells.length; i++)
-      { f(table.nodeAt(cells[i]), start + cells[i]); }
-  };
-
-  // :: () → bool
-  // True if this selection goes all the way from the top to the
-  // bottom of the table.
-  CellSelection.prototype.isColSelection = function isColSelection () {
-    var anchorTop = this.$anchorCell.index(-1), headTop = this.$headCell.index(-1);
-    if (Math.min(anchorTop, headTop) > 0) { return false }
-    var anchorBot = anchorTop + this.$anchorCell.nodeAfter.attrs.rowspan,
-        headBot = headTop + this.$headCell.nodeAfter.attrs.rowspan;
-    return Math.max(anchorBot, headBot) == this.$headCell.node(-1).childCount
-  };
-
-  // :: (ResolvedPos, ?ResolvedPos) → CellSelection
-  // Returns the smallest column selection that covers the given anchor
-  // and head cell.
-  CellSelection.colSelection = function colSelection ($anchorCell, $headCell) {
-    if ( $headCell === void 0 ) $headCell = $anchorCell;
-
-    var map = TableMap.get($anchorCell.node(-1)), start = $anchorCell.start(-1);
-    var anchorRect = map.findCell($anchorCell.pos - start), headRect = map.findCell($headCell.pos - start);
-    var doc = $anchorCell.node(0);
-    if (anchorRect.top <= headRect.top) {
-      if (anchorRect.top > 0)
-        { $anchorCell = doc.resolve(start + map.map[anchorRect.left]); }
-      if (headRect.bottom < map.height)
-        { $headCell = doc.resolve(start + map.map[map.width * (map.height - 1) + headRect.right - 1]); }
-    } else {
-      if (headRect.top > 0)
-        { $headCell = doc.resolve(start + map.map[headRect.left]); }
-      if (anchorRect.bottom < map.height)
-        { $anchorCell = doc.resolve(start + map.map[map.width * (map.height - 1) + anchorRect.right - 1]); }
-    }
-    return new CellSelection($anchorCell, $headCell)
-  };
-
-  // :: () → bool
-  // True if this selection goes all the way from the left to the
-  // right of the table.
-  CellSelection.prototype.isRowSelection = function isRowSelection () {
-    var map = TableMap.get(this.$anchorCell.node(-1)), start = this.$anchorCell.start(-1);
-    var anchorLeft = map.colCount(this.$anchorCell.pos - start),
-        headLeft = map.colCount(this.$headCell.pos - start);
-    if (Math.min(anchorLeft, headLeft) > 0) { return false }
-    var anchorRight = anchorLeft + this.$anchorCell.nodeAfter.attrs.colspan,
-        headRight = headLeft + this.$headCell.nodeAfter.attrs.colspan;
-    return Math.max(anchorRight, headRight) == map.width
-  };
-
-  CellSelection.prototype.eq = function eq (other) {
-    return other instanceof CellSelection && other.$anchorCell.pos == this.$anchorCell.pos &&
-      other.$headCell.pos == this.$headCell.pos
-  };
-
-  // :: (ResolvedPos, ?ResolvedPos) → CellSelection
-  // Returns the smallest row selection that covers the given anchor
-  // and head cell.
-  CellSelection.rowSelection = function rowSelection ($anchorCell, $headCell) {
-    if ( $headCell === void 0 ) $headCell = $anchorCell;
-
-    var map = TableMap.get($anchorCell.node(-1)), start = $anchorCell.start(-1);
-    var anchorRect = map.findCell($anchorCell.pos - start), headRect = map.findCell($headCell.pos - start);
-    var doc = $anchorCell.node(0);
-    if (anchorRect.left <= headRect.left) {
-      if (anchorRect.left > 0)
-        { $anchorCell = doc.resolve(start + map.map[anchorRect.top * map.width]); }
-      if (headRect.right < map.width)
-        { $headCell = doc.resolve(start + map.map[map.width * (headRect.top + 1) - 1]); }
-    } else {
-      if (headRect.left > 0)
-        { $headCell = doc.resolve(start + map.map[headRect.top * map.width]); }
-      if (anchorRect.right < map.width)
-        { $anchorCell = doc.resolve(start + map.map[map.width * (anchorRect.top + 1) - 1]); }
-    }
-    return new CellSelection($anchorCell, $headCell)
-  };
-
-  CellSelection.prototype.toJSON = function toJSON () {
-    return {type: "cell", anchor: this.$anchorCell.pos, head: this.$headCell.pos}
-  };
-
-  CellSelection.fromJSON = function fromJSON (doc, json) {
-    return new CellSelection(doc.resolve(json.anchor), doc.resolve(json.head))
-  };
-
-  // :: (Node, number, ?number) → CellSelection
-  CellSelection.create = function create (doc, anchorCell, headCell) {
-    if ( headCell === void 0 ) headCell = anchorCell;
-
-    return new CellSelection(doc.resolve(anchorCell), doc.resolve(headCell))
-  };
-
-  CellSelection.prototype.getBookmark = function getBookmark () { return new CellBookmark(this.$anchorCell.pos, this.$headCell.pos) };
-
-  return CellSelection;
-}(prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["Selection"]));
-
-CellSelection.prototype.visible = false;
-
-prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["Selection"].jsonID("cell", CellSelection);
-
-var CellBookmark = function CellBookmark(anchor, head) {
-  this.anchor = anchor;
-  this.head = head;
-};
-CellBookmark.prototype.map = function map (mapping) {
-  return new CellBookmark(mapping.map(this.anchor), mapping.map(this.head))
-};
-CellBookmark.prototype.resolve = function resolve (doc) {
-  var $anchorCell = doc.resolve(this.anchor), $headCell = doc.resolve(this.head);
-  if ($anchorCell.parent.type.spec.tableRole == "row" &&
-      $headCell.parent.type.spec.tableRole == "row" &&
-      $anchorCell.index() < $anchorCell.parent.childCount &&
-      $headCell.index() < $headCell.parent.childCount &&
-      inSameTable($anchorCell, $headCell))
-    { return new CellSelection($anchorCell, $headCell) }
-  else
-    { return prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["Selection"].near($headCell, 1) }
-};
-
-function drawCellSelection(state) {
-  if (!(state.selection instanceof CellSelection)) { return null }
-  var cells = [];
-  state.selection.forEachCell(function (node, pos) {
-    cells.push(prosemirror_view__WEBPACK_IMPORTED_MODULE_3__[/* Decoration */ "a"].node(pos, pos + node.nodeSize, {class: "selectedCell"}));
-  });
-  return prosemirror_view__WEBPACK_IMPORTED_MODULE_3__[/* DecorationSet */ "b"].create(state.doc, cells)
-}
-
-function isCellBoundarySelection(ref) {
-  var $from = ref.$from;
-  var $to = ref.$to;
-
-  if ($from.pos == $to.pos || $from.pos < $from.pos - 6) { return false } // Cheap elimination
-  var afterFrom = $from.pos, beforeTo = $to.pos, depth = $from.depth;
-  for (; depth >= 0; depth--, afterFrom++)
-    { if ($from.after(depth + 1) < $from.end(depth)) { break } }
-  for (var d = $to.depth; d >= 0; d--, beforeTo--)
-    { if ($to.before(d + 1) > $to.start(d)) { break } }
-  return afterFrom == beforeTo && /row|table/.test($from.node(depth).type.spec.tableRole)
-}
-
-function isTextSelectionAcrossCells(ref) {
-  var $from = ref.$from;
-  var $to = ref.$to;
-
-  var fromCellBoundaryNode;
-  var toCellBoundaryNode;
-
-  for (var i = $from.depth; i > 0; i--) {
-    var node = $from.node(i);
-    if (node.type.spec.tableRole === 'cell' || node.type.spec.tableRole === 'header_cell') {
-      fromCellBoundaryNode = node;
-      break;
-    }
-  }
-
-  for (var i$1 = $to.depth; i$1 > 0; i$1--) {
-    var node$1 = $to.node(i$1);
-    if (node$1.type.spec.tableRole === 'cell' || node$1.type.spec.tableRole === 'header_cell') {
-      toCellBoundaryNode = node$1;
-      break;
-    }
-  }
-
-  return fromCellBoundaryNode !== toCellBoundaryNode && $to.parentOffset === 0
-}
-
-function normalizeSelection(state, tr, allowTableNodeSelection) {
-  var sel = (tr || state).selection, doc = (tr || state).doc, normalize, role;
-  if (sel instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"] && (role = sel.node.type.spec.tableRole)) {
-    if (role == "cell" || role == "header_cell") {
-      normalize = CellSelection.create(doc, sel.from);
-    } else if (role == "row") {
-      var $cell = doc.resolve(sel.from + 1);
-      normalize = CellSelection.rowSelection($cell, $cell);
-    } else if (!allowTableNodeSelection) {
-      var map = TableMap.get(sel.node), start = sel.from + 1;
-      var lastCell = start + map.map[map.width * map.height - 1];
-      normalize = CellSelection.create(doc, start + 1, lastCell);
-    }
-  } else if (sel instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"] && isCellBoundarySelection(sel)) {
-    normalize = prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"].create(doc, sel.from);
-  } else if (sel instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"] && isTextSelectionAcrossCells(sel)) {
-    normalize = prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"].create(doc, sel.$from.start(), sel.$from.end());
-  }
-  if (normalize)
-    { (tr || (tr = state.tr)).setSelection(normalize); }
-  return tr
-}
-
-// Utilities used for copy/paste handling.
-
-// Utilities to help with copying and pasting table cells
-
-// : (Slice) → ?{width: number, height: number, rows: [Fragment]}
-// Get a rectangular area of cells from a slice, or null if the outer
-// nodes of the slice aren't table cells or rows.
-function pastedCells(slice) {
-  if (!slice.size) { return null }
-  var content = slice.content;
-  var openStart = slice.openStart;
-  var openEnd = slice.openEnd;
-  while (content.childCount == 1 && (openStart > 0 && openEnd > 0 || content.firstChild.type.spec.tableRole == "table")) {
-    openStart--;
-    openEnd--;
-    content = content.firstChild.content;
-  }
-  var first = content.firstChild, role = first.type.spec.tableRole;
-  var schema = first.type.schema, rows = [];
-  if (role == "row") {
-    for (var i = 0; i < content.childCount; i++) {
-      var cells = content.child(i).content;
-      var left = i ? 0 : Math.max(0, openStart - 1);
-      var right = i < content.childCount - 1 ? 0 : Math.max(0, openEnd - 1);
-      if (left || right) { cells = fitSlice(tableNodeTypes(schema).row, new prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Slice"](cells, left, right)).content; }
-      rows.push(cells);
-    }
-  } else if (role == "cell" || role == "header_cell") {
-    rows.push(openStart || openEnd ? fitSlice(tableNodeTypes(schema).row, new prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Slice"](content, openStart, openEnd)).content : content);
-  } else {
-    return null
-  }
-  return ensureRectangular(schema, rows)
-}
-
-// : (Schema, [Fragment]) → {width: number, height: number, rows: [Fragment]}
-// Compute the width and height of a set of cells, and make sure each
-// row has the same number of cells.
-function ensureRectangular(schema, rows) {
-  var widths = [];
-  for (var i = 0; i < rows.length; i++) {
-    var row = rows[i];
-    for (var j = row.childCount - 1; j >= 0; j--) {
-      var ref = row.child(j).attrs;
-      var rowspan = ref.rowspan;
-      var colspan = ref.colspan;
-      for (var r = i; r < i + rowspan; r++)
-        { widths[r] = (widths[r] || 0) + colspan; }
-    }
-  }
-  var width = 0;
-  for (var r$1 = 0; r$1 < widths.length; r$1++) { width = Math.max(width, widths[r$1]); }
-  for (var r$2 = 0; r$2 < widths.length; r$2++) {
-    if (r$2 >= rows.length) { rows.push(prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].empty); }
-    if (widths[r$2] < width) {
-      var empty = tableNodeTypes(schema).cell.createAndFill(), cells = [];
-      for (var i$1 = widths[r$2]; i$1 < width; i$1++) { cells.push(empty); }
-      rows[r$2] = rows[r$2].append(prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].from(cells));
-    }
-  }
-  return {height: rows.length, width: width, rows: rows}
-}
-
-function fitSlice(nodeType, slice) {
-  var node = nodeType.createAndFill();
-  var tr = new prosemirror_transform__WEBPACK_IMPORTED_MODULE_4__[/* Transform */ "e"](node).replace(0, node.content.size, slice);
-  return tr.doc
-}
-
-// : ({width: number, height: number, rows: [Fragment]}, number, number) → {width: number, height: number, rows: [Fragment]}
-// Clip or extend (repeat) the given set of cells to cover the given
-// width and height. Will clip rowspan/colspan cells at the edges when
-// they stick out.
-function clipCells(ref, newWidth, newHeight) {
-  var width = ref.width;
-  var height = ref.height;
-  var rows = ref.rows;
-
-  if (width != newWidth) {
-    var added = [], newRows = [];
-    for (var row = 0; row < rows.length; row++) {
-      var frag = rows[row], cells = [];
-      for (var col = added[row] || 0, i = 0; col < newWidth; i++) {
-        var cell = frag.child(i % frag.childCount);
-        if (col + cell.attrs.colspan > newWidth)
-          { cell = cell.type.create(removeColSpan(cell.attrs, cell.attrs.colspan, col + cell.attrs.colspan - newWidth), cell.content); }
-        cells.push(cell);
-        col += cell.attrs.colspan;
-        for (var j = 1; j < cell.attrs.rowspan; j++)
-          { added[row + j] = (added[row + j] || 0) + cell.attrs.colspan; }
-      }
-      newRows.push(prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].from(cells));
-    }
-    rows = newRows;
-    width = newWidth;
-  }
-
-  if (height != newHeight) {
-    var newRows$1 = [];
-    for (var row$1 = 0, i$1 = 0; row$1 < newHeight; row$1++, i$1++) {
-      var cells$1 = [], source = rows[i$1 % height];
-      for (var j$1 = 0; j$1 < source.childCount; j$1++) {
-        var cell$1 = source.child(j$1);
-        if (row$1 + cell$1.attrs.rowspan > newHeight)
-          { cell$1 = cell$1.type.create(setAttr(cell$1.attrs, "rowspan", Math.max(1, newHeight - cell$1.attrs.rowspan)), cell$1.content); }
-        cells$1.push(cell$1);
-      }
-      newRows$1.push(prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].from(cells$1));
-    }
-    rows = newRows$1;
-    height = newHeight;
-  }
-
-  return {width: width, height: height, rows: rows}
-}
-
-// Make sure a table has at least the given width and height. Return
-// true if something was changed.
-function growTable(tr, map, table, start, width, height, mapFrom) {
-  var schema = tr.doc.type.schema, types = tableNodeTypes(schema), empty, emptyHead;
-  if (width > map.width) {
-    for (var row = 0, rowEnd = 0; row < map.height; row++) {
-      var rowNode = table.child(row);
-      rowEnd += rowNode.nodeSize;
-      var cells = [], add = (void 0);
-      if (rowNode.lastChild == null || rowNode.lastChild.type == types.cell)
-        { add = empty || (empty = types.cell.createAndFill()); }
-      else
-        { add = emptyHead || (emptyHead = types.header_cell.createAndFill()); }
-      for (var i = map.width; i < width; i++) { cells.push(add); }
-      tr.insert(tr.mapping.slice(mapFrom).map(rowEnd - 1 + start), cells);
-    }
-  }
-  if (height > map.height) {
-    var cells$1 = [];
-    for (var i$1 = 0, start$1 = (map.height - 1) * map.width; i$1 < Math.max(map.width, width); i$1++) {
-      var header = i$1 >= map.width ? false :
-          table.nodeAt(map.map[start$1 + i$1]).type == types.header_cell;
-      cells$1.push(header
-                 ? (emptyHead || (emptyHead = types.header_cell.createAndFill()))
-                 : (empty || (empty = types.cell.createAndFill())));
-    }
-
-    var emptyRow = types.row.create(null, prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].from(cells$1)), rows = [];
-    for (var i$2 = map.height; i$2 < height; i$2++) { rows.push(emptyRow); }
-    tr.insert(tr.mapping.slice(mapFrom).map(start + table.nodeSize - 2), rows);
-  }
-  return !!(empty || emptyHead)
-}
-
-// Make sure the given line (left, top) to (right, top) doesn't cross
-// any rowspan cells by splitting cells that cross it. Return true if
-// something changed.
-function isolateHorizontal(tr, map, table, start, left, right, top, mapFrom) {
-  if (top == 0 || top == map.height) { return false }
-  var found = false;
-  for (var col = left; col < right; col++) {
-    var index = top * map.width + col, pos = map.map[index];
-    if (map.map[index - map.width] == pos) {
-      found = true;
-      var cell = table.nodeAt(pos);
-      var ref = map.findCell(pos);
-      var cellTop = ref.top;
-      var cellLeft = ref.left;
-      tr.setNodeMarkup(tr.mapping.slice(mapFrom).map(pos + start), null, setAttr(cell.attrs, "rowspan", top - cellTop));
-      tr.insert(tr.mapping.slice(mapFrom).map(map.positionAt(top, cellLeft, table)),
-                cell.type.createAndFill(setAttr(cell.attrs, "rowspan", (cellTop + cell.attrs.rowspan) - top)));
-      col += cell.attrs.colspan - 1;
-    }
-  }
-  return found
-}
-
-// Make sure the given line (left, top) to (left, bottom) doesn't
-// cross any colspan cells by splitting cells that cross it. Return
-// true if something changed.
-function isolateVertical(tr, map, table, start, top, bottom, left, mapFrom) {
-  if (left == 0 || left == map.width) { return false }
-  var found = false;
-  for (var row = top; row < bottom; row++) {
-    var index = row * map.width + left, pos = map.map[index];
-    if (map.map[index - 1] == pos) {
-      found = true;
-      var cell = table.nodeAt(pos), cellLeft = map.colCount(pos);
-      var updatePos = tr.mapping.slice(mapFrom).map(pos + start);
-      tr.setNodeMarkup(updatePos, null, removeColSpan(cell.attrs, left - cellLeft, cell.attrs.colspan - (left - cellLeft)));
-      tr.insert(updatePos + cell.nodeSize, cell.type.createAndFill(removeColSpan(cell.attrs, 0, left - cellLeft)));
-      row += cell.attrs.rowspan - 1;
-    }
-  }
-  return found
-}
-
-// Insert the given set of cells (as returned by `pastedCells`) into a
-// table, at the position pointed at by rect.
-function insertCells(state, dispatch, tableStart, rect, cells) {
-  var table = tableStart ? state.doc.nodeAt(tableStart - 1) : state.doc, map = TableMap.get(table);
-  var top = rect.top;
-  var left = rect.left;
-  var right = left + cells.width, bottom = top + cells.height;
-  var tr = state.tr, mapFrom = 0;
-  function recomp() {
-    table = tableStart ? tr.doc.nodeAt(tableStart - 1) : tr.doc;
-    map = TableMap.get(table);
-    mapFrom = tr.mapping.maps.length;
-  }
-  // Prepare the table to be large enough and not have any cells
-  // crossing the boundaries of the rectangle that we want to
-  // insert into. If anything about it changes, recompute the table
-  // map so that subsequent operations can see the current shape.
-  if (growTable(tr, map, table, tableStart, right, bottom, mapFrom)) { recomp(); }
-  if (isolateHorizontal(tr, map, table, tableStart, left, right, top, mapFrom)) { recomp(); }
-  if (isolateHorizontal(tr, map, table, tableStart, left, right, bottom, mapFrom)) { recomp(); }
-  if (isolateVertical(tr, map, table, tableStart, top, bottom, left, mapFrom)) { recomp(); }
-  if (isolateVertical(tr, map, table, tableStart, top, bottom, right, mapFrom)) { recomp(); }
-
-  for (var row = top; row < bottom; row++) {
-    var from = map.positionAt(row, left, table), to = map.positionAt(row, right, table);
-    tr.replace(tr.mapping.slice(mapFrom).map(from + tableStart), tr.mapping.slice(mapFrom).map(to + tableStart),
-               new prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Slice"](cells.rows[row - top], 0, 0));
-  }
-  recomp();
-  tr.setSelection(new CellSelection(tr.doc.resolve(tableStart + map.positionAt(top, left, table)),
-                                    tr.doc.resolve(tableStart + map.positionAt(bottom - 1, right - 1, table))));
-  dispatch(tr);
-}
-
-// This file defines a number of helpers for wiring up user input to
-
-var handleKeyDown = Object(prosemirror_keymap__WEBPACK_IMPORTED_MODULE_2__[/* keydownHandler */ "a"])({
-  "ArrowLeft": arrow("horiz", -1),
-  "ArrowRight": arrow("horiz", 1),
-  "ArrowUp": arrow("vert", -1),
-  "ArrowDown": arrow("vert", 1),
-
-  "Shift-ArrowLeft": shiftArrow("horiz", -1),
-  "Shift-ArrowRight": shiftArrow("horiz", 1),
-  "Shift-ArrowUp": shiftArrow("vert", -1),
-  "Shift-ArrowDown": shiftArrow("vert", 1),
-
-  "Backspace": deleteCellSelection,
-  "Mod-Backspace": deleteCellSelection,
-  "Delete": deleteCellSelection,
-  "Mod-Delete": deleteCellSelection
-});
-
-function maybeSetSelection(state, dispatch, selection) {
-  if (selection.eq(state.selection)) { return false }
-  if (dispatch) { dispatch(state.tr.setSelection(selection).scrollIntoView()); }
-  return true
-}
-
-function arrow(axis, dir) {
-  return function (state, dispatch, view) {
-    var sel = state.selection;
-    if (sel instanceof CellSelection) {
-      return maybeSetSelection(state, dispatch, prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["Selection"].near(sel.$headCell, dir))
-    }
-    if (axis != "horiz" && !sel.empty) { return false }
-    var end = atEndOfCell(view, axis, dir);
-    if (end == null) { return false }
-    if (axis == "horiz") {
-      return maybeSetSelection(state, dispatch, prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["Selection"].near(state.doc.resolve(sel.head + dir), dir))
-    } else {
-      var $cell = state.doc.resolve(end), $next = nextCell($cell, axis, dir), newSel;
-      if ($next) { newSel = prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["Selection"].near($next, 1); }
-      else if (dir < 0) { newSel = prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["Selection"].near(state.doc.resolve($cell.before(-1)), -1); }
-      else { newSel = prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["Selection"].near(state.doc.resolve($cell.after(-1)), 1); }
-      return maybeSetSelection(state, dispatch, newSel)
-    }
-  }
-}
-
-function shiftArrow(axis, dir) {
-  return function (state, dispatch, view) {
-    var sel = state.selection;
-    if (!(sel instanceof CellSelection)) {
-      var end = atEndOfCell(view, axis, dir);
-      if (end == null) { return false }
-      sel = new CellSelection(state.doc.resolve(end));
-    }
-    var $head = nextCell(sel.$headCell, axis, dir);
-    if (!$head) { return false }
-    return maybeSetSelection(state, dispatch, new CellSelection(sel.$anchorCell, $head))
-  }
-}
-
-function deleteCellSelection(state, dispatch) {
-  var sel = state.selection;
-  if (!(sel instanceof CellSelection)) { return false }
-  if (dispatch) {
-    var tr = state.tr, baseContent = tableNodeTypes(state.schema).cell.createAndFill().content;
-    sel.forEachCell(function (cell, pos) {
-      if (!cell.content.eq(baseContent))
-        { tr.replace(tr.mapping.map(pos + 1), tr.mapping.map(pos + cell.nodeSize - 1),
-                   new prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Slice"](baseContent, 0, 0)); }
-    });
-    if (tr.docChanged) { dispatch(tr); }
-  }
-  return true
-}
-
-function handleTripleClick(view, pos) {
-  var doc = view.state.doc, $cell = cellAround(doc.resolve(pos));
-  if (!$cell) { return false }
-  view.dispatch(view.state.tr.setSelection(new CellSelection($cell)));
-  return true
-}
-
-function handlePaste(view, _, slice) {
-  if (!isInTable(view.state)) { return false }
-  var cells = pastedCells(slice), sel = view.state.selection;
-  if (sel instanceof CellSelection) {
-    if (!cells) { cells = {width: 1, height: 1, rows: [prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].from(fitSlice(tableNodeTypes(view.state.schema).cell, slice))]}; }
-    var table = sel.$anchorCell.node(-1), start = sel.$anchorCell.start(-1);
-    var rect = TableMap.get(table).rectBetween(sel.$anchorCell.pos - start, sel.$headCell.pos - start);
-    cells = clipCells(cells, rect.right - rect.left, rect.bottom - rect.top);
-    insertCells(view.state, view.dispatch, start, rect, cells);
-    return true
-  } else if (cells) {
-    var $cell = selectionCell(view.state), start$1 = $cell.start(-1);
-    insertCells(view.state, view.dispatch, start$1, TableMap.get($cell.node(-1)).findCell($cell.pos - start$1), cells);
-    return true
-  } else {
-    return false
-  }
-}
-
-function handleMouseDown(view, startEvent) {
-  if (startEvent.ctrlKey || startEvent.metaKey) { return }
-
-  var startDOMCell = domInCell(view, startEvent.target), $anchor;
-  if (startEvent.shiftKey && (view.state.selection instanceof CellSelection)) {
-    // Adding to an existing cell selection
-    setCellSelection(view.state.selection.$anchorCell, startEvent);
-    startEvent.preventDefault();
-  } else if (startEvent.shiftKey && startDOMCell &&
-             ($anchor = cellAround(view.state.selection.$anchor)) != null &&
-             cellUnderMouse(view, startEvent).pos != $anchor.pos) {
-    // Adding to a selection that starts in another cell (causing a
-    // cell selection to be created).
-    setCellSelection($anchor, startEvent);
-    startEvent.preventDefault();
-  } else if (!startDOMCell) {
-    // Not in a cell, let the default behavior happen.
-    return
-  }
-
-  // Create and dispatch a cell selection between the given anchor and
-  // the position under the mouse.
-  function setCellSelection($anchor, event) {
-    var $head = cellUnderMouse(view, event);
-    var starting = key.getState(view.state) == null;
-    if (!$head || !inSameTable($anchor, $head)) {
-      if (starting) { $head = $anchor; }
-      else { return }
-    }
-    var selection = new CellSelection($anchor, $head);
-    if (starting || !view.state.selection.eq(selection)) {
-      var tr = view.state.tr.setSelection(selection);
-      if (starting) { tr.setMeta(key, $anchor.pos); }
-      view.dispatch(tr);
-    }
-  }
-
-  // Stop listening to mouse motion events.
-  function stop() {
-    view.root.removeEventListener("mouseup", stop);
-    view.root.removeEventListener("dragstart", stop);
-    view.root.removeEventListener("mousemove", move);
-    if (key.getState(view.state) != null) { view.dispatch(view.state.tr.setMeta(key, -1)); }
-  }
-
-  function move(event) {
-    var anchor = key.getState(view.state), $anchor;
-    if (anchor != null) {
-      // Continuing an existing cross-cell selection
-      $anchor = view.state.doc.resolve(anchor);
-    } else if (domInCell(view, event.target) != startDOMCell) {
-      // Moving out of the initial cell -- start a new cell selection
-      $anchor = cellUnderMouse(view, startEvent);
-      if (!$anchor) { return stop() }
-    }
-    if ($anchor) { setCellSelection($anchor, event); }
-  }
-  view.root.addEventListener("mouseup", stop);
-  view.root.addEventListener("dragstart", stop);
-  view.root.addEventListener("mousemove", move);
-}
-
-// Check whether the cursor is at the end of a cell (so that further
-// motion would move out of the cell)
-function atEndOfCell(view, axis, dir) {
-  if (!(view.state.selection instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"])) { return null }
-  var ref = view.state.selection;
-  var $head = ref.$head;
-  for (var d = $head.depth - 1; d >= 0; d--) {
-    var parent = $head.node(d), index = dir < 0 ? $head.index(d) : $head.indexAfter(d);
-    if (index != (dir < 0 ? 0 : parent.childCount)) { return null }
-    if (parent.type.spec.tableRole == "cell" || parent.type.spec.tableRole == "header_cell") {
-      var cellPos = $head.before(d);
-      var dirStr = axis == "vert" ? (dir > 0 ? "down" : "up") : (dir > 0 ? "right" : "left");
-      return view.endOfTextblock(dirStr) ? cellPos : null
-    }
-  }
-  return null
-}
-
-function domInCell(view, dom) {
-  for (; dom && dom != view.dom; dom = dom.parentNode)
-    { if (dom.nodeName == "TD" || dom.nodeName == "TH") { return dom } }
-}
-
-function cellUnderMouse(view, event) {
-  var mousePos = view.posAtCoords({left: event.clientX, top: event.clientY});
-  if (!mousePos) { return null }
-  return mousePos ? cellAround(view.state.doc.resolve(mousePos.pos)) : null
-}
-
-// This file defines helpers for normalizing tables, making sure no
-
-var fixTablesKey = new prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["PluginKey"]("fix-tables");
-
-// Helper for iterating through the nodes in a document that changed
-// compared to the given previous document. Useful for avoiding
-// duplicate work on each transaction.
-function changedDescendants(old, cur, offset, f) {
-  var oldSize = old.childCount, curSize = cur.childCount;
-  outer: for (var i = 0, j = 0; i < curSize; i++) {
-    var child = cur.child(i);
-    for (var scan = j, e = Math.min(oldSize, i + 3); scan < e; scan++) {
-      if (old.child(scan) == child) {
-        j = scan + 1;
-        offset += child.nodeSize;
-        continue outer
-      }
-    }
-    f(child, offset);
-    if (j < oldSize && old.child(j).sameMarkup(child))
-      { changedDescendants(old.child(j), child, offset + 1, f); }
-    else
-      { child.nodesBetween(0, child.content.size, f, offset + 1); }
-    offset += child.nodeSize;
-  }
-}
-
-// :: (EditorState, ?EditorState) → ?Transaction
-// Inspect all tables in the given state's document and return a
-// transaction that fixes them, if necessary. If `oldState` was
-// provided, that is assumed to hold a previous, known-good state,
-// which will be used to avoid re-scanning unchanged parts of the
-// document.
-function fixTables(state, oldState) {
-  var tr, check = function (node, pos) {
-    if (node.type.spec.tableRole == "table") { tr = fixTable(state, node, pos, tr); }
-  };
-  if (!oldState) { state.doc.descendants(check); }
-  else if (oldState.doc != state.doc) { changedDescendants(oldState.doc, state.doc, 0, check); }
-  return tr
-}
-
-// : (EditorState, Node, number, ?Transaction) → ?Transaction
-// Fix the given table, if necessary. Will append to the transaction
-// it was given, if non-null, or create a new one if necessary.
-function fixTable(state, table, tablePos, tr) {
-  var map = TableMap.get(table);
-  if (!map.problems) { return tr }
-  if (!tr) { tr = state.tr; }
-
-  // Track which rows we must add cells to, so that we can adjust that
-  // when fixing collisions.
-  var mustAdd = [];
-  for (var i = 0; i < map.height; i++) { mustAdd.push(0); }
-  for (var i$1 = 0; i$1 < map.problems.length; i$1++) {
-    var prob = map.problems[i$1];
-    if (prob.type == "collision") {
-      var cell = table.nodeAt(prob.pos);
-      for (var j = 0; j < cell.attrs.rowspan; j++) { mustAdd[prob.row + j] += prob.n; }
-      tr.setNodeMarkup(tr.mapping.map(tablePos + 1 + prob.pos), null, removeColSpan(cell.attrs, cell.attrs.colspan - prob.n, prob.n));
-    } else if (prob.type == "missing") {
-      mustAdd[prob.row] += prob.n;
-    } else if (prob.type == "overlong_rowspan") {
-      var cell$1 = table.nodeAt(prob.pos);
-      tr.setNodeMarkup(tr.mapping.map(tablePos + 1 + prob.pos), null, setAttr(cell$1.attrs, "rowspan", cell$1.attrs.rowspan - prob.n));
-    } else if (prob.type == "colwidth mismatch") {
-      var cell$2 = table.nodeAt(prob.pos);
-      tr.setNodeMarkup(tr.mapping.map(tablePos + 1 + prob.pos), null, setAttr(cell$2.attrs, "colwidth", prob.colwidth));
-    }
-  }
-  var first, last;
-  for (var i$2 = 0; i$2 < mustAdd.length; i$2++) { if (mustAdd[i$2]) {
-    if (first == null) { first = i$2; }
-    last = i$2;
-  } }
-  // Add the necessary cells, using a heuristic for whether to add the
-  // cells at the start or end of the rows (if it looks like a 'bite'
-  // was taken out of the table, add cells at the start of the row
-  // after the bite. Otherwise add them at the end).
-  for (var i$3 = 0, pos = tablePos + 1; i$3 < map.height; i$3++) {
-    var row = table.child(i$3);
-    var end = pos + row.nodeSize;
-    var add = mustAdd[i$3];
-    if (add > 0) {
-      var tableNodeType = 'cell';
-      if (row.firstChild) {
-        tableNodeType = row.firstChild.type.spec.tableRole;
-      }
-      var nodes = [];
-      for (var j$1 = 0; j$1 < add; j$1++)
-        { nodes.push(tableNodeTypes(state.schema)[tableNodeType].createAndFill()); }
-      var side = (i$3 == 0 || first == i$3 - 1) && last == i$3 ? pos + 1 : end - 1;
-      tr.insert(tr.mapping.map(side), nodes);
-    }
-    pos = end;
-  }
-  return tr.setMeta(fixTablesKey, { fixTables: true })
-}
-
-// This file defines a number of table-related commands.
-
-// Helper to get the selected rectangle in a table, if any. Adds table
-// map, table node, and table start offset to the object for
-// convenience.
-function selectedRect(state) {
-  var sel = state.selection, $pos = selectionCell(state);
-  var table = $pos.node(-1), tableStart = $pos.start(-1), map = TableMap.get(table);
-  var rect;
-  if (sel instanceof CellSelection)
-    { rect = map.rectBetween(sel.$anchorCell.pos - tableStart, sel.$headCell.pos - tableStart); }
-  else
-    { rect = map.findCell($pos.pos - tableStart); }
-  rect.tableStart = tableStart;
-  rect.map = map;
-  rect.table = table;
-  return rect
-}
-
-// Add a column at the given position in a table.
-function addColumn(tr, ref, col) {
-  var map = ref.map;
-  var tableStart = ref.tableStart;
-  var table = ref.table;
-
-  var refColumn = col > 0 ? -1 : 0;
-  if (columnIsHeader(map, table, col + refColumn))
-    { refColumn = col == 0 || col == map.width ? null : 0; }
-
-  for (var row = 0; row < map.height; row++) {
-    var index = row * map.width + col;
-    // If this position falls inside a col-spanning cell
-    if (col > 0 && col < map.width && map.map[index - 1] == map.map[index]) {
-      var pos = map.map[index], cell = table.nodeAt(pos);
-      tr.setNodeMarkup(tr.mapping.map(tableStart + pos), null,
-                       addColSpan(cell.attrs, col - map.colCount(pos)));
-      // Skip ahead if rowspan > 1
-      row += cell.attrs.rowspan - 1;
-    } else {
-      var type = refColumn == null ? tableNodeTypes(table.type.schema).cell
-          : table.nodeAt(map.map[index + refColumn]).type;
-      var pos$1 = map.positionAt(row, col, table);
-      tr.insert(tr.mapping.map(tableStart + pos$1), type.createAndFill());
-    }
-  }
-  return tr
-}
-
-// :: (EditorState, dispatch: ?(tr: Transaction)) → bool
-// Command to add a column before the column with the selection.
-function addColumnBefore(state, dispatch) {
-  if (!isInTable(state)) { return false }
-  if (dispatch) {
-    var rect = selectedRect(state);
-    dispatch(addColumn(state.tr, rect, rect.left));
-  }
-  return true
-}
-
-// :: (EditorState, dispatch: ?(tr: Transaction)) → bool
-// Command to add a column after the column with the selection.
-function addColumnAfter(state, dispatch) {
-  if (!isInTable(state)) { return false }
-  if (dispatch) {
-    var rect = selectedRect(state);
-    dispatch(addColumn(state.tr, rect, rect.right));
-  }
-  return true
-}
-
-function removeColumn(tr, ref, col) {
-  var map = ref.map;
-  var table = ref.table;
-  var tableStart = ref.tableStart;
-
-  var mapStart = tr.mapping.maps.length;
-  for (var row = 0; row < map.height;) {
-    var index = row * map.width + col, pos = map.map[index], cell = table.nodeAt(pos);
-    // If this is part of a col-spanning cell
-    if ((col > 0 && map.map[index - 1] == pos) || (col < map.width - 1 && map.map[index + 1] == pos)) {
-      tr.setNodeMarkup(tr.mapping.slice(mapStart).map(tableStart + pos), null,
-                       removeColSpan(cell.attrs, col - map.colCount(pos)));
-    } else {
-      var start = tr.mapping.slice(mapStart).map(tableStart + pos);
-      tr.delete(start, start + cell.nodeSize);
-    }
-    row += cell.attrs.rowspan;
-  }
-}
-
-// :: (EditorState, dispatch: ?(tr: Transaction)) → bool
-// Command function that removes the selected columns from a table.
-function deleteColumn(state, dispatch) {
-  if (!isInTable(state)) { return false }
-  if (dispatch) {
-    var rect = selectedRect(state), tr = state.tr;
-    if (rect.left == 0 && rect.right == rect.map.width) { return false }
-    for (var i = rect.right - 1;; i--) {
-      removeColumn(tr, rect, i);
-      if (i == rect.left) { break }
-      rect.table = rect.tableStart ? tr.doc.nodeAt(rect.tableStart - 1) : tr.doc;
-      rect.map = TableMap.get(rect.table);
-    }
-    dispatch(tr);
-  }
-  return true
-}
-
-function rowIsHeader(map, table, row) {
-  var headerCell = tableNodeTypes(table.type.schema).header_cell;
-  for (var col = 0; col < map.width; col++)
-    { if (table.nodeAt(map.map[col + row * map.width]).type != headerCell)
-      { return false } }
-  return true
-}
-
-function addRow(tr, ref, row) {
-  var map = ref.map;
-  var tableStart = ref.tableStart;
-  var table = ref.table;
-
-  var rowPos = tableStart;
-  for (var i = 0; i < row; i++) { rowPos += table.child(i).nodeSize; }
-  var cells = [], refRow = row > 0 ? -1 : 0;
-  if (rowIsHeader(map, table, row + refRow))
-    { refRow = row == 0 || row == map.height ? null : 0; }
-  for (var col = 0, index = map.width * row; col < map.width; col++, index++) {
-    // Covered by a rowspan cell
-    if (row > 0 && row < map.height && map.map[index] == map.map[index - map.width]) {
-      var pos = map.map[index], attrs = table.nodeAt(pos).attrs;
-      tr.setNodeMarkup(tableStart + pos, null, setAttr(attrs, "rowspan", attrs.rowspan + 1));
-      col += attrs.colspan - 1;
-    } else {
-      var type = refRow == null ? tableNodeTypes(table.type.schema).cell
-          : table.nodeAt(map.map[index + refRow * map.width]).type;
-      cells.push(type.createAndFill());
-    }
-  }
-  tr.insert(rowPos, tableNodeTypes(table.type.schema).row.create(null, cells));
-  return tr
-}
-
-// :: (EditorState, dispatch: ?(tr: Transaction)) → bool
-// Add a table row before the selection.
-function addRowBefore(state, dispatch) {
-  if (!isInTable(state)) { return false }
-  if (dispatch) {
-    var rect = selectedRect(state);
-    dispatch(addRow(state.tr, rect, rect.top));
-  }
-  return true
-}
-
-// :: (EditorState, dispatch: ?(tr: Transaction)) → bool
-// Add a table row after the selection.
-function addRowAfter(state, dispatch) {
-  if (!isInTable(state)) { return false }
-  if (dispatch) {
-    var rect = selectedRect(state);
-    dispatch(addRow(state.tr, rect, rect.bottom));
-  }
-  return true
-}
-
-function removeRow(tr, ref, row) {
-  var map = ref.map;
-  var table = ref.table;
-  var tableStart = ref.tableStart;
-
-  var rowPos = 0;
-  for (var i = 0; i < row; i++) { rowPos += table.child(i).nodeSize; }
-  var nextRow = rowPos + table.child(row).nodeSize;
-
-  var mapFrom = tr.mapping.maps.length;
-  tr.delete(rowPos + tableStart, nextRow + tableStart);
-
-  for (var col = 0, index = row * map.width; col < map.width; col++, index++) {
-    var pos = map.map[index];
-    if (row > 0 && pos == map.map[index - map.width]) {
-      // If this cell starts in the row above, simply reduce its rowspan
-      var attrs = table.nodeAt(pos).attrs;
-      tr.setNodeMarkup(tr.mapping.slice(mapFrom).map(pos + tableStart), null, setAttr(attrs, "rowspan", attrs.rowspan - 1));
-      col += attrs.colspan - 1;
-    } else if (row < map.width && pos == map.map[index + map.width]) {
-      // Else, if it continues in the row below, it has to be moved down
-      var cell = table.nodeAt(pos);
-      var copy = cell.type.create(setAttr(cell.attrs, "rowspan", cell.attrs.rowspan - 1), cell.content);
-      var newPos = map.positionAt(row + 1, col, table);
-      tr.insert(tr.mapping.slice(mapFrom).map(tableStart + newPos), copy);
-      col += cell.attrs.colspan - 1;
-    }
-  }
-}
-
-// :: (EditorState, dispatch: ?(tr: Transaction)) → bool
-// Remove the selected rows from a table.
-function deleteRow(state, dispatch) {
-  if (!isInTable(state)) { return false }
-  if (dispatch) {
-    var rect = selectedRect(state), tr = state.tr;
-    if (rect.top == 0 && rect.bottom == rect.map.height) { return false }
-    for (var i = rect.bottom - 1;; i--) {
-      removeRow(tr, rect, i);
-      if (i == rect.top) { break }
-      rect.table = rect.tableStart ? tr.doc.nodeAt(rect.tableStart - 1) : tr.doc;
-      rect.map = TableMap.get(rect.table);
-    }
-    dispatch(tr);
-  }
-  return true
-}
-
-function isEmpty(cell) {
-  var c = cell.content;
-  return c.childCount == 1 && c.firstChild.isTextblock && c.firstChild.childCount == 0
-}
-
-function cellsOverlapRectangle(ref, rect) {
-  var width = ref.width;
-  var height = ref.height;
-  var map = ref.map;
-
-  var indexTop = rect.top * width + rect.left, indexLeft = indexTop;
-  var indexBottom = (rect.bottom - 1) * width + rect.left, indexRight = indexTop + (rect.right - rect.left - 1);
-  for (var i = rect.top; i < rect.bottom; i++) {
-    if (rect.left > 0 && map[indexLeft] == map[indexLeft - 1] ||
-        rect.right < width && map[indexRight] == map[indexRight + 1]) { return true }
-    indexLeft += width; indexRight += width;
-  }
-  for (var i$1 = rect.left; i$1 < rect.right; i$1++) {
-    if (rect.top > 0 && map[indexTop] == map[indexTop - width] ||
-        rect.bottom < height && map[indexBottom] == map[indexBottom + width]) { return true }
-    indexTop++; indexBottom++;
-  }
-  return false
-}
-
-// :: (EditorState, dispatch: ?(tr: Transaction)) → bool
-// Merge the selected cells into a single cell. Only available when
-// the selected cells' outline forms a rectangle.
-function mergeCells(state, dispatch) {
-  var sel = state.selection;
-  if (!(sel instanceof CellSelection) || sel.$anchorCell.pos == sel.$headCell.pos) { return false }
-  var rect = selectedRect(state);
-  var map = rect.map;
-  if (cellsOverlapRectangle(map, rect)) { return false }
-  if (dispatch) {
-    var tr = state.tr, seen = {}, content = prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].empty, mergedPos, mergedCell;
-    for (var row = rect.top; row < rect.bottom; row++) {
-      for (var col = rect.left; col < rect.right; col++) {
-        var cellPos = map.map[row * map.width + col], cell = rect.table.nodeAt(cellPos);
-        if (seen[cellPos]) { continue }
-        seen[cellPos] = true;
-        if (mergedPos == null) {
-          mergedPos = cellPos;
-          mergedCell = cell;
-        } else {
-          if (!isEmpty(cell)) { content = content.append(cell.content); }
-          var mapped = tr.mapping.map(cellPos + rect.tableStart);
-          tr.delete(mapped, mapped + cell.nodeSize);
-        }
-      }
-    }
-    tr.setNodeMarkup(mergedPos + rect.tableStart, null,
-                     setAttr(addColSpan(mergedCell.attrs, mergedCell.attrs.colspan, (rect.right - rect.left) - mergedCell.attrs.colspan),
-                             "rowspan", rect.bottom - rect.top));
-    if (content.size) {
-      var end = mergedPos + 1 + mergedCell.content.size;
-      var start = isEmpty(mergedCell) ? mergedPos + 1 : end;
-      tr.replaceWith(start + rect.tableStart, end + rect.tableStart, content);
-    }
-    tr.setSelection(new CellSelection(tr.doc.resolve(mergedPos + rect.tableStart)));
-    dispatch(tr);
-  }
-  return true
-}
-// :: (EditorState, dispatch: ?(tr: Transaction)) → bool
-// Split a selected cell, whose rowpan or colspan is greater than one,
-// into smaller cells. Use the first cell type for the new cells.
-function splitCell(state, dispatch) {
-  var nodeTypes = tableNodeTypes(state.schema);
-  return splitCellWithType(function (ref) {
-    var node = ref.node;
-
-    return nodeTypes[node.type.spec.tableRole]
-  })(state, dispatch)
-}
-
-// :: (getCellType: ({ row: number, col: number, node: Node}) → NodeType) → (EditorState, dispatch: ?(tr: Transaction)) → bool
-// Split a selected cell, whose rowpan or colspan is greater than one,
-// into smaller cells with the cell type (th, td) returned by getType function.
-function splitCellWithType(getCellType) {
-  return function (state, dispatch) {
-    var sel = state.selection;
-    var cellNode, cellPos;
-    if (!(sel instanceof CellSelection)) {
-      cellNode = cellWrapping(sel.$from);
-      if (!cellNode) { return false }
-      cellPos = cellAround(sel.$from).pos;
-    } else {
-      if (sel.$anchorCell.pos != sel.$headCell.pos) { return false }
-      cellNode = sel.$anchorCell.nodeAfter;
-      cellPos = sel.$anchorCell.pos;
-    }
-    if (cellNode.attrs.colspan == 1 && cellNode.attrs.rowspan == 1) {return false}
-    if (dispatch) {
-      var baseAttrs = cellNode.attrs, attrs = [], colwidth = baseAttrs.colwidth;
-      if (baseAttrs.rowspan > 1) { baseAttrs = setAttr(baseAttrs, "rowspan", 1); }
-      if (baseAttrs.colspan > 1) { baseAttrs = setAttr(baseAttrs, "colspan", 1); }
-      var rect = selectedRect(state), tr = state.tr;
-      for (var i = 0; i < rect.right - rect.left; i++)
-        { attrs.push(colwidth ? setAttr(baseAttrs, "colwidth", colwidth && colwidth[i] ? [colwidth[i]] : null) : baseAttrs); }
-      var lastCell;
-      for (var row = rect.top; row < rect.bottom; row++) {
-        var pos = rect.map.positionAt(row, rect.left, rect.table);
-        if (row == rect.top) { pos += cellNode.nodeSize; }
-        for (var col = rect.left, i$1 = 0; col < rect.right; col++, i$1++) {
-          if (col == rect.left && row == rect.top) { continue }
-          tr.insert(lastCell = tr.mapping.map(pos + rect.tableStart, 1), getCellType({ node: cellNode, row: row, col: col}).createAndFill(attrs[i$1]));
-        }
-      }
-      tr.setNodeMarkup(cellPos, getCellType({ node: cellNode, row: rect.top, col: rect.left}), attrs[0]);
-      if (sel instanceof CellSelection)
-        { tr.setSelection(new CellSelection(tr.doc.resolve(sel.$anchorCell.pos),
-                                          lastCell && tr.doc.resolve(lastCell))); }
-      dispatch(tr);
-    }
-    return true
-  }
-}
-
-// :: (string, any) → (EditorState, dispatch: ?(tr: Transaction)) → bool
-// Returns a command that sets the given attribute to the given value,
-// and is only available when the currently selected cell doesn't
-// already have that attribute set to that value.
-function setCellAttr(name, value) {
-  return function(state, dispatch) {
-    if (!isInTable(state)) { return false }
-    var $cell = selectionCell(state);
-    if ($cell.nodeAfter.attrs[name] === value) { return false }
-    if (dispatch) {
-      var tr = state.tr;
-      if (state.selection instanceof CellSelection)
-        { state.selection.forEachCell(function (node, pos) {
-          if (node.attrs[name] !== value)
-            { tr.setNodeMarkup(pos, null, setAttr(node.attrs, name, value)); }
-        }); }
-      else
-        { tr.setNodeMarkup($cell.pos, null, setAttr($cell.nodeAfter.attrs, name, value)); }
-      dispatch(tr);
-    }
-    return true
-  }
-}
-
-function deprecated_toggleHeader(type) {
-  return function(state, dispatch) {
-    if (!isInTable(state)) { return false }
-    if (dispatch) {
-      var types = tableNodeTypes(state.schema);
-      var rect = selectedRect(state), tr = state.tr;
-      var cells = rect.map.cellsInRect(type == "column" ? new Rect(rect.left, 0, rect.right, rect.map.height) :
-                                       type == "row" ? new Rect(0, rect.top, rect.map.width, rect.bottom) : rect);
-      var nodes = cells.map(function (pos) { return rect.table.nodeAt(pos); });
-      for (var i = 0; i < cells.length; i++) // Remove headers, if any
-        { if (nodes[i].type == types.header_cell)
-          { tr.setNodeMarkup(rect.tableStart + cells[i], types.cell, nodes[i].attrs); } }
-      if (tr.steps.length == 0) { for (var i$1 = 0; i$1 < cells.length; i$1++) // No headers removed, add instead
-        { tr.setNodeMarkup(rect.tableStart + cells[i$1], types.header_cell, nodes[i$1].attrs); } }
-      dispatch(tr);
-    }
-    return true
-  }
-}
-
-function isHeaderEnabledByType(type, rect, types) {
-  // Get cell positions for first row or first column
-  var cellPositions = rect.map.cellsInRect({
-    left: 0,
-    top: 0,
-    right: type == "row" ? rect.map.width : 1,
-    bottom: type == "column" ? rect.map.height : 1,
-  });
-
-  for (var i = 0; i < cellPositions.length; i++) {
-    var cell = rect.table.nodeAt(cellPositions[i]);
-    if (cell && cell.type !== types.header_cell) {
-      return false
-    }
-  }
-
-  return true
-}
-
-// :: (string, ?{ useDeprecatedLogic: bool }) → (EditorState, dispatch: ?(tr: Transaction)) → bool
-// Toggles between row/column header and normal cells (Only applies to first row/column).
-// For deprecated behavior pass `useDeprecatedLogic` in options with true.
-function toggleHeader(type, options) {
-  options = options || { useDeprecatedLogic: false };
-
-  if (options.useDeprecatedLogic)
-    { return deprecated_toggleHeader(type) }
-
-  return function(state, dispatch) {
-    if (!isInTable(state)) { return false }
-    if (dispatch) {
-      var types = tableNodeTypes(state.schema);
-      var rect = selectedRect(state), tr = state.tr;
-
-      var isHeaderRowEnabled = isHeaderEnabledByType("row", rect, types);
-      var isHeaderColumnEnabled = isHeaderEnabledByType("column", rect, types);
-
-      var isHeaderEnabled = type === "column" ? isHeaderRowEnabled :
-                            type === "row"    ? isHeaderColumnEnabled : false;
-
-      var selectionStartsAt = isHeaderEnabled ? 1 : 0;
-
-      var cellsRect = type == "column" ? new Rect(0, selectionStartsAt, 1, rect.map.height) :
-                      type == "row" ? new Rect(selectionStartsAt, 0, rect.map.width, 1) : rect;
-
-      var newType = type == "column" ? isHeaderColumnEnabled ? types.cell : types.header_cell :
-                    type == "row" ? isHeaderRowEnabled ? types.cell : types.header_cell : types.cell;
-
-      rect.map.cellsInRect(cellsRect).forEach(function (relativeCellPos) {
-        var cellPos = relativeCellPos + rect.tableStart;
-        var cell = tr.doc.nodeAt(cellPos);
-
-        if (cell) {
-          tr.setNodeMarkup(cellPos, newType, cell.attrs);
-        }
-      });
-
-      dispatch(tr);
-    }
-    return true
-  }
-}
-
-// :: (EditorState, dispatch: ?(tr: Transaction)) → bool
-// Toggles whether the selected row contains header cells.
-var toggleHeaderRow = toggleHeader("row", { useDeprecatedLogic: true });
-
-// :: (EditorState, dispatch: ?(tr: Transaction)) → bool
-// Toggles whether the selected column contains header cells.
-var toggleHeaderColumn = toggleHeader("column", { useDeprecatedLogic: true });
-
-// :: (EditorState, dispatch: ?(tr: Transaction)) → bool
-// Toggles whether the selected cells are header cells.
-var toggleHeaderCell = toggleHeader("cell", { useDeprecatedLogic: true });
-
-function findNextCell($cell, dir) {
-  if (dir < 0) {
-    var before = $cell.nodeBefore;
-    if (before) { return $cell.pos - before.nodeSize }
-    for (var row = $cell.index(-1) - 1, rowEnd = $cell.before(); row >= 0; row--) {
-      var rowNode = $cell.node(-1).child(row);
-      if (rowNode.childCount) { return rowEnd - 1 - rowNode.lastChild.nodeSize }
-      rowEnd -= rowNode.nodeSize;
-    }
-  } else {
-    if ($cell.index() < $cell.parent.childCount - 1) { return $cell.pos + $cell.nodeAfter.nodeSize }
-    var table = $cell.node(-1);
-    for (var row$1 = $cell.indexAfter(-1), rowStart = $cell.after(); row$1 < table.childCount; row$1++) {
-      var rowNode$1 = table.child(row$1);
-      if (rowNode$1.childCount) { return rowStart + 1 }
-      rowStart += rowNode$1.nodeSize;
-    }
-  }
-}
-
-// :: (number) → (EditorState, dispatch: ?(tr: Transaction)) → bool
-// Returns a command for selecting the next (direction=1) or previous
-// (direction=-1) cell in a table.
-function goToNextCell(direction) {
-  return function(state, dispatch) {
-    if (!isInTable(state)) { return false }
-    var cell = findNextCell(selectionCell(state), direction);
-    if (cell == null) { return }
-    if (dispatch) {
-      var $cell = state.doc.resolve(cell);
-      dispatch(state.tr.setSelection(prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"].between($cell, moveCellForward($cell))).scrollIntoView());
-    }
-    return true
-  }
-}
-
-// :: (EditorState, ?(tr: Transaction)) → bool
-// Deletes the table around the selection, if any.
-function deleteTable(state, dispatch) {
-  var $pos = state.selection.$anchor;
-  for (var d = $pos.depth; d > 0; d--) {
-    var node = $pos.node(d);
-    if (node.type.spec.tableRole == "table") {
-      if (dispatch) { dispatch(state.tr.delete($pos.before(d), $pos.after(d)).scrollIntoView()); }
-      return true
-    }
-  }
-  return false
-}
-
-var TableView = function TableView(node, cellMinWidth) {
-  this.node = node;
-  this.cellMinWidth = cellMinWidth;
-  this.dom = document.createElement("div");
-  this.dom.className = "tableWrapper";
-  this.table = this.dom.appendChild(document.createElement("table"));
-  this.colgroup = this.table.appendChild(document.createElement("colgroup"));
-  updateColumns(node, this.colgroup, this.table, cellMinWidth);
-  this.contentDOM = this.table.appendChild(document.createElement("tbody"));
-};
-
-TableView.prototype.update = function update (node) {
-  if (node.type != this.node.type) { return false }
-  this.node = node;
-  updateColumns(node, this.colgroup, this.table, this.cellMinWidth);
-  return true
-};
-
-TableView.prototype.ignoreMutation = function ignoreMutation (record) {
-  return record.type == "attributes" && (record.target == this.table || this.colgroup.contains(record.target))
-};
-
-function updateColumns(node, colgroup, table, cellMinWidth, overrideCol, overrideValue) {
-  var totalWidth = 0, fixedWidth = true;
-  var nextDOM = colgroup.firstChild, row = node.firstChild;
-  for (var i = 0, col = 0; i < row.childCount; i++) {
-    var ref = row.child(i).attrs;
-    var colspan = ref.colspan;
-    var colwidth = ref.colwidth;
-    for (var j = 0; j < colspan; j++, col++) {
-      var hasWidth = overrideCol == col ? overrideValue : colwidth && colwidth[j];
-      var cssWidth = hasWidth ? hasWidth + "px" : "";
-      totalWidth += hasWidth || cellMinWidth;
-      if (!hasWidth) { fixedWidth = false; }
-      if (!nextDOM) {
-        colgroup.appendChild(document.createElement("col")).style.width = cssWidth;
-      } else {
-        if (nextDOM.style.width != cssWidth) { nextDOM.style.width = cssWidth; }
-        nextDOM = nextDOM.nextSibling;
-      }
-    }
-  }
-
-  while (nextDOM) {
-    var after = nextDOM.nextSibling;
-    nextDOM.parentNode.removeChild(nextDOM);
-    nextDOM = after;
-  }
-
-  if (fixedWidth) {
-    table.style.width = totalWidth + "px";
-    table.style.minWidth = "";
-  } else {
-    table.style.width = "";
-    table.style.minWidth = totalWidth + "px";
-  }
-}
-
-var key$1 = new prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["PluginKey"]("tableColumnResizing");
-
-function columnResizing(ref) {
-  if ( ref === void 0 ) ref = {};
-  var handleWidth = ref.handleWidth; if ( handleWidth === void 0 ) handleWidth = 5;
-  var cellMinWidth = ref.cellMinWidth; if ( cellMinWidth === void 0 ) cellMinWidth = 25;
-  var View = ref.View; if ( View === void 0 ) View = TableView;
-  var lastColumnResizable = ref.lastColumnResizable; if ( lastColumnResizable === void 0 ) lastColumnResizable = true;
-
-  var plugin = new prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["Plugin"]({
-    key: key$1,
-    state: {
-      init: function init(_, state) {
-        this.spec.props.nodeViews[tableNodeTypes(state.schema).table.name] =
-          function (node, view) { return new View(node, cellMinWidth, view); };
-        return new ResizeState(-1, false)
-      },
-      apply: function apply(tr, prev) {
-        return prev.apply(tr)
-      }
-    },
-    props: {
-      attributes: function attributes(state) {
-        var pluginState = key$1.getState(state);
-        return pluginState.activeHandle > -1 ? {class: "resize-cursor"} : null
-      },
-
-      handleDOMEvents: {
-        mousemove: function mousemove(view, event) { handleMouseMove(view, event, handleWidth, cellMinWidth, lastColumnResizable); },
-        mouseleave: function mouseleave(view) { handleMouseLeave(view); },
-        mousedown: function mousedown(view, event) { handleMouseDown$1(view, event, cellMinWidth); }
-      },
-
-      decorations: function decorations(state) {
-        var pluginState = key$1.getState(state);
-        if (pluginState.activeHandle > -1) { return handleDecorations(state, pluginState.activeHandle) }
-      },
-
-      nodeViews: {}
-    }
-  });
-  return plugin
-}
-
-var ResizeState = function ResizeState(activeHandle, dragging) {
-  this.activeHandle = activeHandle;
-  this.dragging = dragging;
-};
-
-ResizeState.prototype.apply = function apply (tr) {
-  var state = this, action = tr.getMeta(key$1);
-  if (action && action.setHandle != null)
-    { return new ResizeState(action.setHandle, null) }
-  if (action && action.setDragging !== undefined)
-    { return new ResizeState(state.activeHandle, action.setDragging) }
-  if (state.activeHandle > -1 && tr.docChanged) {
-    var handle = tr.mapping.map(state.activeHandle, -1);
-    if (!pointsAtCell(tr.doc.resolve(handle))) { handle = null; }
-    state = new ResizeState(handle, state.dragging);
-  }
-  return state
-};
-
-function handleMouseMove(view, event, handleWidth, cellMinWidth, lastColumnResizable) {
-  var pluginState = key$1.getState(view.state);
-
-  if (!pluginState.dragging) {
-    var target = domCellAround(event.target), cell = -1;
-    if (target) {
-      var ref = target.getBoundingClientRect();
-      var left = ref.left;
-      var right = ref.right;
-      if (event.clientX - left <= handleWidth)
-        { cell = edgeCell(view, event, "left"); }
-      else if (right - event.clientX <= handleWidth)
-        { cell = edgeCell(view, event, "right"); }
-    }
-
-    if (cell != pluginState.activeHandle) {
-      if (!lastColumnResizable && cell !== -1) {
-        var $cell = view.state.doc.resolve(cell);
-        var table = $cell.node(-1), map = TableMap.get(table), start = $cell.start(-1);
-        var col = map.colCount($cell.pos - start) + $cell.nodeAfter.attrs.colspan - 1;
-
-        if (col == map.width - 1) {
-          return
-        }
-      }
-
-      updateHandle(view, cell);
-    }
-  }
-}
-
-function handleMouseLeave(view) {
-  var pluginState = key$1.getState(view.state);
-  if (pluginState.activeHandle > -1 && !pluginState.dragging) { updateHandle(view, -1); }
-}
-
-function handleMouseDown$1(view, event, cellMinWidth) {
-  var pluginState = key$1.getState(view.state);
-  if (pluginState.activeHandle == -1 || pluginState.dragging) { return false }
-
-  var cell = view.state.doc.nodeAt(pluginState.activeHandle);
-  var width = currentColWidth(view, pluginState.activeHandle, cell.attrs);
-  view.dispatch(view.state.tr.setMeta(key$1, {setDragging: {startX: event.clientX, startWidth: width}}));
-
-  function finish(event) {
-    window.removeEventListener("mouseup", finish);
-    window.removeEventListener("mousemove", move);
-    var pluginState = key$1.getState(view.state);
-    if (pluginState.dragging) {
-      updateColumnWidth(view, pluginState.activeHandle, draggedWidth(pluginState.dragging, event, cellMinWidth));
-      view.dispatch(view.state.tr.setMeta(key$1, {setDragging: null}));
-    }
-  }
-  function move(event) {
-    if (!event.which) { return finish(event) }
-    var pluginState = key$1.getState(view.state);
-    var dragged = draggedWidth(pluginState.dragging, event, cellMinWidth);
-    displayColumnWidth(view, pluginState.activeHandle, dragged, cellMinWidth);
-  }
-
-  window.addEventListener("mouseup", finish);
-  window.addEventListener("mousemove", move);
-  event.preventDefault();
-  return true
-}
-
-function currentColWidth(view, cellPos, ref) {
-  var colspan = ref.colspan;
-  var colwidth = ref.colwidth;
-
-  var width = colwidth && colwidth[colwidth.length - 1];
-  if (width) { return width }
-  var dom = view.domAtPos(cellPos);
-  var node = dom.node.childNodes[dom.offset];
-  var domWidth = node.offsetWidth, parts = colspan;
-  if (colwidth) { for (var i = 0; i < colspan; i++) { if (colwidth[i]) {
-    domWidth -= colwidth[i];
-    parts--;
-  } } }
-  return domWidth / parts
-}
-
-function domCellAround(target) {
-  while (target && target.nodeName != "TD" && target.nodeName != "TH")
-    { target = target.classList.contains("ProseMirror") ? null : target.parentNode; }
-  return target
-}
-
-function edgeCell(view, event, side) {
-  var found = view.posAtCoords({left: event.clientX, top: event.clientY});
-  if (!found) { return -1 }
-  var pos = found.pos;
-  var $cell = cellAround(view.state.doc.resolve(pos));
-  if (!$cell) { return -1 }
-  if (side == "right") { return $cell.pos }
-  var map = TableMap.get($cell.node(-1)), start = $cell.start(-1);
-  var index = map.map.indexOf($cell.pos - start);
-  return index % map.width == 0 ? -1 : start + map.map[index - 1]
-}
-
-function draggedWidth(dragging, event, cellMinWidth) {
-  var offset = event.clientX - dragging.startX;
-  return Math.max(cellMinWidth, dragging.startWidth + offset)
-}
-
-function updateHandle(view, value) {
-  view.dispatch(view.state.tr.setMeta(key$1, {setHandle: value}));
-}
-
-function updateColumnWidth(view, cell, width) {
-  var $cell = view.state.doc.resolve(cell);
-  var table = $cell.node(-1), map = TableMap.get(table), start = $cell.start(-1);
-  var col = map.colCount($cell.pos - start) + $cell.nodeAfter.attrs.colspan - 1;
-  var tr = view.state.tr;
-  for (var row = 0; row < map.height; row++) {
-    var mapIndex = row * map.width + col;
-    // Rowspanning cell that has already been handled
-    if (row && map.map[mapIndex] == map.map[mapIndex - map.width]) { continue }
-    var pos = map.map[mapIndex];
-    var ref = table.nodeAt(pos);
-    var attrs = ref.attrs;
-    var index = attrs.colspan == 1 ? 0 : col - map.colCount(pos);
-    if (attrs.colwidth && attrs.colwidth[index] == width) { continue }
-    var colwidth = attrs.colwidth ? attrs.colwidth.slice() : zeroes(attrs.colspan);
-    colwidth[index] = width;
-    tr.setNodeMarkup(start + pos, null, setAttr(attrs, "colwidth", colwidth));
-  }
-  if (tr.docChanged) { view.dispatch(tr); }
-}
-
-function displayColumnWidth(view, cell, width, cellMinWidth) {
-  var $cell = view.state.doc.resolve(cell);
-  var table = $cell.node(-1), start = $cell.start(-1);
-  var col = TableMap.get(table).colCount($cell.pos - start) + $cell.nodeAfter.attrs.colspan - 1;
-  var dom = view.domAtPos($cell.start(-1)).node;
-  while (dom.nodeName != "TABLE") { dom = dom.parentNode; }
-  updateColumns(table, dom.firstChild, dom, cellMinWidth, col, width);
-}
-
-function zeroes(n) {
-  var result = [];
-  for (var i = 0; i < n; i++) { result.push(0); }
-  return result
-}
-
-function handleDecorations(state, cell) {
-  var decorations = [];
-  var $cell = state.doc.resolve(cell);
-  var table = $cell.node(-1), map = TableMap.get(table), start = $cell.start(-1);
-  var col = map.colCount($cell.pos - start) + $cell.nodeAfter.attrs.colspan;
-  for (var row = 0; row < map.height; row++) {
-    var index = col + row * map.width - 1;
-    // For positions that are have either a different cell or the end
-    // of the table to their right, and either the top of the table or
-    // a different cell above them, add a decoration
-    if ((col == map.width || map.map[index] != map.map[index + 1]) &&
-        (row == 0 || map.map[index - 1] != map.map[index - 1 - map.width])) {
-      var cellPos = map.map[index];
-      var pos = start + cellPos + table.nodeAt(cellPos).nodeSize - 1;
-      var dom = document.createElement("div");
-      dom.className = "column-resize-handle";
-      decorations.push(prosemirror_view__WEBPACK_IMPORTED_MODULE_3__[/* Decoration */ "a"].widget(pos, dom));
-    }
-  }
-  return prosemirror_view__WEBPACK_IMPORTED_MODULE_3__[/* DecorationSet */ "b"].create(state.doc, decorations)
-}
-
-// This file defines a plugin that handles the drawing of cell
-
-// :: () → Plugin
-//
-// Creates a [plugin](http://prosemirror.net/docs/ref/#state.Plugin)
-// that, when added to an editor, enables cell-selection, handles
-// cell-based copy/paste, and makes sure tables stay well-formed (each
-// row has the same width, and cells don't overlap).
-//
-// You should probably put this plugin near the end of your array of
-// plugins, since it handles mouse and arrow key events in tables
-// rather broadly, and other plugins, like the gap cursor or the
-// column-width dragging plugin, might want to get a turn first to
-// perform more specific behavior.
-function tableEditing(ref) {
-  if ( ref === void 0 ) ref = {};
-  var allowTableNodeSelection = ref.allowTableNodeSelection; if ( allowTableNodeSelection === void 0 ) allowTableNodeSelection = false;
-
-  return new prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["Plugin"]({
-    key: key,
-
-    // This piece of state is used to remember when a mouse-drag
-    // cell-selection is happening, so that it can continue even as
-    // transactions (which might move its anchor cell) come in.
-    state: {
-      init: function init() { return null },
-      apply: function apply(tr, cur) {
-        var set = tr.getMeta(key);
-        if (set != null) { return set == -1 ? null : set }
-        if (cur == null || !tr.docChanged) { return cur }
-        var ref = tr.mapping.mapResult(cur);
-        var deleted = ref.deleted;
-        var pos = ref.pos;
-        return deleted ? null : pos
-      }
-    },
-
-    props: {
-      decorations: drawCellSelection,
-
-      handleDOMEvents: {
-        mousedown: handleMouseDown
-      },
-
-      createSelectionBetween: function createSelectionBetween(view) {
-        if (key.getState(view.state) != null) { return view.state.selection }
-      },
-
-      handleTripleClick: handleTripleClick,
-
-      handleKeyDown: handleKeyDown,
-
-      handlePaste: handlePaste
-    },
-
-    appendTransaction: function appendTransaction(_, oldState, state) {
-      return normalizeSelection(state, fixTables(state, oldState), allowTableNodeSelection)
-    }
-  })
-}
-
-
-//# sourceMappingURL=index.es.js.map
-
-
-/***/ }),
-
-/***/ "55c9":
-/***/ (function(module, exports, __nested_webpack_require_685082__) {
-
-//! moment.js locale configuration
-//! locale : Spanish (United States) [es-us]
-//! author : bustta : https://github.com/bustta
-//! author : chrisrodz : https://github.com/chrisrodz
-
-;(function (global, factory) {
-     true ? factory(__nested_webpack_require_685082__("c1df")) :
-   0
-}(this, (function (moment) { 'use strict';
-
-    //! moment.js locale configuration
-
-    var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split(
-            '_'
-        ),
-        monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),
-        monthsParse = [
-            /^ene/i,
-            /^feb/i,
-            /^mar/i,
-            /^abr/i,
-            /^may/i,
-            /^jun/i,
-            /^jul/i,
-            /^ago/i,
-            /^sep/i,
-            /^oct/i,
-            /^nov/i,
-            /^dic/i,
-        ],
-        monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;
-
-    var esUs = moment.defineLocale('es-us', {
-        months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(
-            '_'
-        ),
-        monthsShort: function (m, format) {
-            if (!m) {
-                return monthsShortDot;
-            } else if (/-MMM-/.test(format)) {
-                return monthsShort[m.month()];
-            } else {
-                return monthsShortDot[m.month()];
-            }
-        },
-        monthsRegex: monthsRegex,
-        monthsShortRegex: monthsRegex,
-        monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,
-        monthsShortStrictRegex: /^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,
-        monthsParse: monthsParse,
-        longMonthsParse: monthsParse,
-        shortMonthsParse: monthsParse,
-        weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),
-        weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),
-        weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),
-        weekdaysParseExact: true,
-        longDateFormat: {
-            LT: 'h:mm A',
-            LTS: 'h:mm:ss A',
-            L: 'MM/DD/YYYY',
-            LL: 'D [de] MMMM [de] YYYY',
-            LLL: 'D [de] MMMM [de] YYYY h:mm A',
-            LLLL: 'dddd, D [de] MMMM [de] YYYY h:mm A',
-        },
-        calendar: {
-            sameDay: function () {
-                return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT';
-            },
-            nextDay: function () {
-                return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT';
-            },
-            nextWeek: function () {
-                return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT';
-            },
-            lastDay: function () {
-                return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT';
-            },
-            lastWeek: function () {
-                return (
-                    '[el] dddd [pasado a la' +
-                    (this.hours() !== 1 ? 's' : '') +
-                    '] LT'
-                );
-            },
-            sameElse: 'L',
-        },
-        relativeTime: {
-            future: 'en %s',
-            past: 'hace %s',
-            s: 'unos segundos',
-            ss: '%d segundos',
-            m: 'un minuto',
-            mm: '%d minutos',
-            h: 'una hora',
-            hh: '%d horas',
-            d: 'un día',
-            dd: '%d días',
-            w: 'una semana',
-            ww: '%d semanas',
-            M: 'un mes',
-            MM: '%d meses',
-            y: 'un año',
-            yy: '%d años',
-        },
-        dayOfMonthOrdinalParse: /\d{1,2}º/,
-        ordinal: '%dº',
-        week: {
-            dow: 0, // Sunday is the first day of the week.
-            doy: 6, // The week that contains Jan 6th is the first week of the year.
-        },
-    });
-
-    return esUs;
-
-})));
-
-
-/***/ }),
-
-/***/ "5692":
-/***/ (function(module, exports, __nested_webpack_require_689210__) {
-
-var IS_PURE = __nested_webpack_require_689210__("c430");
-var store = __nested_webpack_require_689210__("c6cd");
-
-(module.exports = function (key, value) {
-  return store[key] || (store[key] = value !== undefined ? value : {});
-})('versions', []).push({
-  version: '3.8.0',
-  mode: IS_PURE ? 'pure' : 'global',
-  copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
-});
-
-
-/***/ }),
-
-/***/ "56ef":
-/***/ (function(module, exports, __nested_webpack_require_689632__) {
-
-var getBuiltIn = __nested_webpack_require_689632__("d066");
-var getOwnPropertyNamesModule = __nested_webpack_require_689632__("241c");
-var getOwnPropertySymbolsModule = __nested_webpack_require_689632__("7418");
-var anObject = __nested_webpack_require_689632__("825a");
-
-// all object keys, includes non-enumerable and symbols
-module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
-  var keys = getOwnPropertyNamesModule.f(anObject(it));
-  var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
-  return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
-};
-
-
-/***/ }),
-
-/***/ "576a":
-/***/ (function(module, __webpack_exports__, __nested_webpack_require_690275__) {
-
-"use strict";
-/* harmony export (binding) */ __nested_webpack_require_690275__.d(__webpack_exports__, "a", function() { return Decoration; });
-/* harmony export (binding) */ __nested_webpack_require_690275__.d(__webpack_exports__, "b", function() { return DecorationSet; });
-/* unused harmony export EditorView */
-/* unused harmony export __endComposition */
-/* unused harmony export __parseFromClipboard */
-/* unused harmony export __serializeForClipboard */
-/* harmony import */ var prosemirror_state__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_690275__("5313");
-/* harmony import */ var prosemirror_model__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_690275__("304a");
-/* harmony import */ var prosemirror_transform__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_690275__("0ac0");
-
-
-
-
-var result = {};
-
-if (typeof navigator != "undefined" && typeof document != "undefined") {
-  var ie_edge = /Edge\/(\d+)/.exec(navigator.userAgent);
-  var ie_upto10 = /MSIE \d/.test(navigator.userAgent);
-  var ie_11up = /Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);
-
-  result.mac = /Mac/.test(navigator.platform);
-  var ie = result.ie = !!(ie_upto10 || ie_11up || ie_edge);
-  result.ie_version = ie_upto10 ? document.documentMode || 6 : ie_11up ? +ie_11up[1] : ie_edge ? +ie_edge[1] : null;
-  result.gecko = !ie && /gecko\/(\d+)/i.test(navigator.userAgent);
-  result.gecko_version = result.gecko && +(/Firefox\/(\d+)/.exec(navigator.userAgent) || [0, 0])[1];
-  var chrome = !ie && /Chrome\/(\d+)/.exec(navigator.userAgent);
-  result.chrome = !!chrome;
-  result.chrome_version = chrome && +chrome[1];
-  result.ios = !ie && /AppleWebKit/.test(navigator.userAgent) && /Mobile\/\w+/.test(navigator.userAgent);
-  result.android = /Android \d/.test(navigator.userAgent);
-  result.webkit = "webkitFontSmoothing" in document.documentElement.style;
-  result.safari = /Apple Computer/.test(navigator.vendor);
-  result.webkit_version = result.webkit && +(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent) || [0, 0])[1];
-}
-
-var domIndex = function(node) {
-  for (var index = 0;; index++) {
-    node = node.previousSibling;
-    if (!node) { return index }
-  }
-};
-
-var parentNode = function(node) {
-  var parent = node.parentNode;
-  return parent && parent.nodeType == 11 ? parent.host : parent
-};
-
-var reusedRange = null;
-
-// Note that this will always return the same range, because DOM range
-// objects are every expensive, and keep slowing down subsequent DOM
-// updates, for some reason.
-var textRange = function(node, from, to) {
-  var range = reusedRange || (reusedRange = document.createRange());
-  range.setEnd(node, to == null ? node.nodeValue.length : to);
-  range.setStart(node, from || 0);
-  return range
-};
-
-// Scans forward and backward through DOM positions equivalent to the
-// given one to see if the two are in the same place (i.e. after a
-// text node vs at the end of that text node)
-var isEquivalentPosition = function(node, off, targetNode, targetOff) {
-  return targetNode && (scanFor(node, off, targetNode, targetOff, -1) ||
-                        scanFor(node, off, targetNode, targetOff, 1))
-};
-
-var atomElements = /^(img|br|input|textarea|hr)$/i;
-
-function scanFor(node, off, targetNode, targetOff, dir) {
-  for (;;) {
-    if (node == targetNode && off == targetOff) { return true }
-    if (off == (dir < 0 ? 0 : nodeSize(node))) {
-      var parent = node.parentNode;
-      if (parent.nodeType != 1 || hasBlockDesc(node) || atomElements.test(node.nodeName) || node.contentEditable == "false")
-        { return false }
-      off = domIndex(node) + (dir < 0 ? 0 : 1);
-      node = parent;
-    } else if (node.nodeType == 1) {
-      node = node.childNodes[off + (dir < 0 ? -1 : 0)];
-      if (node.contentEditable == "false") { return false }
-      off = dir < 0 ? nodeSize(node) : 0;
-    } else {
-      return false
-    }
-  }
-}
-
-function nodeSize(node) {
-  return node.nodeType == 3 ? node.nodeValue.length : node.childNodes.length
-}
-
-function isOnEdge(node, offset, parent) {
-  for (var atStart = offset == 0, atEnd = offset == nodeSize(node); atStart || atEnd;) {
-    if (node == parent) { return true }
-    var index = domIndex(node);
-    node = node.parentNode;
-    if (!node) { return false }
-    atStart = atStart && index == 0;
-    atEnd = atEnd && index == nodeSize(node);
-  }
-}
-
-function hasBlockDesc(dom) {
-  var desc;
-  for (var cur = dom; cur; cur = cur.parentNode) { if (desc = cur.pmViewDesc) { break } }
-  return desc && desc.node && desc.node.isBlock && (desc.dom == dom || desc.contentDOM == dom)
-}
-
-// Work around Chrome issue https://bugs.chromium.org/p/chromium/issues/detail?id=447523
-// (isCollapsed inappropriately returns true in shadow dom)
-var selectionCollapsed = function(domSel) {
-  var collapsed = domSel.isCollapsed;
-  if (collapsed && result.chrome && domSel.rangeCount && !domSel.getRangeAt(0).collapsed)
-    { collapsed = false; }
-  return collapsed
-};
-
-function keyEvent(keyCode, key) {
-  var event = document.createEvent("Event");
-  event.initEvent("keydown", true, true);
-  event.keyCode = keyCode;
-  event.key = event.code = key;
-  return event
-}
-
-function windowRect(doc) {
-  return {left: 0, right: doc.documentElement.clientWidth,
-          top: 0, bottom: doc.documentElement.clientHeight}
-}
-
-function getSide(value, side) {
-  return typeof value == "number" ? value : value[side]
-}
-
-function clientRect(node) {
-  var rect = node.getBoundingClientRect();
-  // Make sure scrollbar width isn't included in the rectangle
-  return {left: rect.left, right: rect.left + node.clientWidth,
-          top: rect.top, bottom: rect.top + node.clientHeight}
-}
-
-function scrollRectIntoView(view, rect, startDOM) {
-  var scrollThreshold = view.someProp("scrollThreshold") || 0, scrollMargin = view.someProp("scrollMargin") || 5;
-  var doc = view.dom.ownerDocument;
-  for (var parent = startDOM || view.dom;; parent = parentNode(parent)) {
-    if (!parent) { break }
-    if (parent.nodeType != 1) { continue }
-    var atTop = parent == doc.body || parent.nodeType != 1;
-    var bounding = atTop ? windowRect(doc) : clientRect(parent);
-    var moveX = 0, moveY = 0;
-    if (rect.top < bounding.top + getSide(scrollThreshold, "top"))
-      { moveY = -(bounding.top - rect.top + getSide(scrollMargin, "top")); }
-    else if (rect.bottom > bounding.bottom - getSide(scrollThreshold, "bottom"))
-      { moveY = rect.bottom - bounding.bottom + getSide(scrollMargin, "bottom"); }
-    if (rect.left < bounding.left + getSide(scrollThreshold, "left"))
-      { moveX = -(bounding.left - rect.left + getSide(scrollMargin, "left")); }
-    else if (rect.right > bounding.right - getSide(scrollThreshold, "right"))
-      { moveX = rect.right - bounding.right + getSide(scrollMargin, "right"); }
-    if (moveX || moveY) {
-      if (atTop) {
-        doc.defaultView.scrollBy(moveX, moveY);
-      } else {
-        var startX = parent.scrollLeft, startY = parent.scrollTop;
-        if (moveY) { parent.scrollTop += moveY; }
-        if (moveX) { parent.scrollLeft += moveX; }
-        var dX = parent.scrollLeft - startX, dY = parent.scrollTop - startY;
-        rect = {left: rect.left - dX, top: rect.top - dY, right: rect.right - dX, bottom: rect.bottom - dY};
-      }
-    }
-    if (atTop) { break }
-  }
-}
-
-// Store the scroll position of the editor's parent nodes, along with
-// the top position of an element near the top of the editor, which
-// will be used to make sure the visible viewport remains stable even
-// when the size of the content above changes.
-function storeScrollPos(view) {
-  var rect = view.dom.getBoundingClientRect(), startY = Math.max(0, rect.top);
-  var refDOM, refTop;
-  for (var x = (rect.left + rect.right) / 2, y = startY + 1;
-       y < Math.min(innerHeight, rect.bottom); y += 5) {
-    var dom = view.root.elementFromPoint(x, y);
-    if (dom == view.dom || !view.dom.contains(dom)) { continue }
-    var localRect = dom.getBoundingClientRect();
-    if (localRect.top >= startY - 20) {
-      refDOM = dom;
-      refTop = localRect.top;
-      break
-    }
-  }
-  return {refDOM: refDOM, refTop: refTop, stack: scrollStack(view.dom)}
-}
-
-function scrollStack(dom) {
-  var stack = [], doc = dom.ownerDocument;
-  for (; dom; dom = parentNode(dom)) {
-    stack.push({dom: dom, top: dom.scrollTop, left: dom.scrollLeft});
-    if (dom == doc) { break }
-  }
-  return stack
-}
-
-// Reset the scroll position of the editor's parent nodes to that what
-// it was before, when storeScrollPos was called.
-function resetScrollPos(ref) {
-  var refDOM = ref.refDOM;
-  var refTop = ref.refTop;
-  var stack = ref.stack;
-
-  var newRefTop = refDOM ? refDOM.getBoundingClientRect().top : 0;
-  restoreScrollStack(stack, newRefTop == 0 ? 0 : newRefTop - refTop);
-}
-
-function restoreScrollStack(stack, dTop) {
-  for (var i = 0; i < stack.length; i++) {
-    var ref = stack[i];
-    var dom = ref.dom;
-    var top = ref.top;
-    var left = ref.left;
-    if (dom.scrollTop != top + dTop) { dom.scrollTop = top + dTop; }
-    if (dom.scrollLeft != left) { dom.scrollLeft = left; }
-  }
-}
-
-var preventScrollSupported = null;
-// Feature-detects support for .focus({preventScroll: true}), and uses
-// a fallback kludge when not supported.
-function focusPreventScroll(dom) {
-  if (dom.setActive) { return dom.setActive() } // in IE
-  if (preventScrollSupported) { return dom.focus(preventScrollSupported) }
-
-  var stored = scrollStack(dom);
-  dom.focus(preventScrollSupported == null ? {
-    get preventScroll() {
-      preventScrollSupported = {preventScroll: true};
-      return true
-    }
-  } : undefined);
-  if (!preventScrollSupported) {
-    preventScrollSupported = false;
-    restoreScrollStack(stored, 0);
-  }
-}
-
-function findOffsetInNode(node, coords) {
-  var closest, dxClosest = 2e8, coordsClosest, offset = 0;
-  var rowBot = coords.top, rowTop = coords.top;
-  for (var child = node.firstChild, childIndex = 0; child; child = child.nextSibling, childIndex++) {
-    var rects = (void 0);
-    if (child.nodeType == 1) { rects = child.getClientRects(); }
-    else if (child.nodeType == 3) { rects = textRange(child).getClientRects(); }
-    else { continue }
-
-    for (var i = 0; i < rects.length; i++) {
-      var rect = rects[i];
-      if (rect.top <= rowBot && rect.bottom >= rowTop) {
-        rowBot = Math.max(rect.bottom, rowBot);
-        rowTop = Math.min(rect.top, rowTop);
-        var dx = rect.left > coords.left ? rect.left - coords.left
-            : rect.right < coords.left ? coords.left - rect.right : 0;
-        if (dx < dxClosest) {
-          closest = child;
-          dxClosest = dx;
-          coordsClosest = dx && closest.nodeType == 3 ? {left: rect.right < coords.left ? rect.right : rect.left, top: coords.top} : coords;
-          if (child.nodeType == 1 && dx)
-            { offset = childIndex + (coords.left >= (rect.left + rect.right) / 2 ? 1 : 0); }
-          continue
-        }
-      }
-      if (!closest && (coords.left >= rect.right && coords.top >= rect.top ||
-                       coords.left >= rect.left && coords.top >= rect.bottom))
-        { offset = childIndex + 1; }
-    }
-  }
-  if (closest && closest.nodeType == 3) { return findOffsetInText(closest, coordsClosest) }
-  if (!closest || (dxClosest && closest.nodeType == 1)) { return {node: node, offset: offset} }
-  return findOffsetInNode(closest, coordsClosest)
-}
-
-function findOffsetInText(node, coords) {
-  var len = node.nodeValue.length;
-  var range = document.createRange();
-  for (var i = 0; i < len; i++) {
-    range.setEnd(node, i + 1);
-    range.setStart(node, i);
-    var rect = singleRect(range, 1);
-    if (rect.top == rect.bottom) { continue }
-    if (inRect(coords, rect))
-      { return {node: node, offset: i + (coords.left >= (rect.left + rect.right) / 2 ? 1 : 0)} }
-  }
-  return {node: node, offset: 0}
-}
-
-function inRect(coords, rect) {
-  return coords.left >= rect.left - 1 && coords.left <= rect.right + 1&&
-    coords.top >= rect.top - 1 && coords.top <= rect.bottom + 1
-}
-
-function targetKludge(dom, coords) {
-  var parent = dom.parentNode;
-  if (parent && /^li$/i.test(parent.nodeName) && coords.left < dom.getBoundingClientRect().left)
-    { return parent }
-  return dom
-}
-
-function posFromElement(view, elt, coords) {
-  var ref = findOffsetInNode(elt, coords);
-  var node = ref.node;
-  var offset = ref.offset;
-  var bias = -1;
-  if (node.nodeType == 1 && !node.firstChild) {
-    var rect = node.getBoundingClientRect();
-    bias = rect.left != rect.right && coords.left > (rect.left + rect.right) / 2 ? 1 : -1;
-  }
-  return view.docView.posFromDOM(node, offset, bias)
-}
-
-function posFromCaret(view, node, offset, coords) {
-  // Browser (in caretPosition/RangeFromPoint) will agressively
-  // normalize towards nearby inline nodes. Since we are interested in
-  // positions between block nodes too, we first walk up the hierarchy
-  // of nodes to see if there are block nodes that the coordinates
-  // fall outside of. If so, we take the position before/after that
-  // block. If not, we call `posFromDOM` on the raw node/offset.
-  var outside = -1;
-  for (var cur = node;;) {
-    if (cur == view.dom) { break }
-    var desc = view.docView.nearestDesc(cur, true);
-    if (!desc) { return null }
-    if (desc.node.isBlock && desc.parent) {
-      var rect = desc.dom.getBoundingClientRect();
-      if (rect.left > coords.left || rect.top > coords.top) { outside = desc.posBefore; }
-      else if (rect.right < coords.left || rect.bottom < coords.top) { outside = desc.posAfter; }
-      else { break }
-    }
-    cur = desc.dom.parentNode;
-  }
-  return outside > -1 ? outside : view.docView.posFromDOM(node, offset)
-}
-
-function elementFromPoint(element, coords, box) {
-  var len = element.childNodes.length;
-  if (len && box.top < box.bottom) {
-    for (var startI = Math.max(0, Math.min(len - 1, Math.floor(len * (coords.top - box.top) / (box.bottom - box.top)) - 2)), i = startI;;) {
-      var child = element.childNodes[i];
-      if (child.nodeType == 1) {
-        var rects = child.getClientRects();
-        for (var j = 0; j < rects.length; j++) {
-          var rect = rects[j];
-          if (inRect(coords, rect)) { return elementFromPoint(child, coords, rect) }
-        }
-      }
-      if ((i = (i + 1) % len) == startI) { break }
-    }
-  }
-  return element
-}
-
-// Given an x,y position on the editor, get the position in the document.
-function posAtCoords(view, coords) {
-  var assign, assign$1;
-
-  var root = view.root, node, offset;
-  if (root.caretPositionFromPoint) {
-    try { // Firefox throws for this call in hard-to-predict circumstances (#994)
-      var pos$1 = root.caretPositionFromPoint(coords.left, coords.top);
-      if (pos$1) { ((assign = pos$1, node = assign.offsetNode, offset = assign.offset)); }
-    } catch (_) {}
-  }
-  if (!node && root.caretRangeFromPoint) {
-    var range = root.caretRangeFromPoint(coords.left, coords.top);
-    if (range) { ((assign$1 = range, node = assign$1.startContainer, offset = assign$1.startOffset)); }
-  }
-
-  var elt = root.elementFromPoint(coords.left, coords.top + 1), pos;
-  if (!elt || !view.dom.contains(elt.nodeType != 1 ? elt.parentNode : elt)) {
-    var box = view.dom.getBoundingClientRect();
-    if (!inRect(coords, box)) { return null }
-    elt = elementFromPoint(view.dom, coords, box);
-    if (!elt) { return null }
-  }
-  // Safari's caretRangeFromPoint returns nonsense when on a draggable element
-  if (result.safari && elt.draggable) { node = offset = null; }
-  elt = targetKludge(elt, coords);
-  if (node) {
-    if (result.gecko && node.nodeType == 1) {
-      // Firefox will sometimes return offsets into  nodes, which
-      // have no actual children, from caretPositionFromPoint (#953)
-      offset = Math.min(offset, node.childNodes.length);
-      // It'll also move the returned position before image nodes,
-      // even if those are behind it.
-      if (offset < node.childNodes.length) {
-        var next = node.childNodes[offset], box$1;
-        if (next.nodeName == "IMG" && (box$1 = next.getBoundingClientRect()).right <= coords.left &&
-            box$1.bottom > coords.top)
-          { offset++; }
-      }
-    }
-    // Suspiciously specific kludge to work around caret*FromPoint
-    // never returning a position at the end of the document
-    if (node == view.dom && offset == node.childNodes.length - 1 && node.lastChild.nodeType == 1 &&
-        coords.top > node.lastChild.getBoundingClientRect().bottom)
-      { pos = view.state.doc.content.size; }
-    // Ignore positions directly after a BR, since caret*FromPoint
-    // 'round up' positions that would be more accurately placed
-    // before the BR node.
-    else if (offset == 0 || node.nodeType != 1 || node.childNodes[offset - 1].nodeName != "BR")
-      { pos = posFromCaret(view, node, offset, coords); }
-  }
-  if (pos == null) { pos = posFromElement(view, elt, coords); }
-
-  var desc = view.docView.nearestDesc(elt, true);
-  return {pos: pos, inside: desc ? desc.posAtStart - desc.border : -1}
-}
-
-function singleRect(object, bias) {
-  var rects = object.getClientRects();
-  return !rects.length ? object.getBoundingClientRect() : rects[bias < 0 ? 0 : rects.length - 1]
-}
-
-var BIDI = /[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/;
-
-// : (EditorView, number, number) → {left: number, top: number, right: number, bottom: number}
-// Given a position in the document model, get a bounding box of the
-// character at that position, relative to the window.
-function coordsAtPos(view, pos, side) {
-  var ref = view.docView.domFromPos(pos);
-  var node = ref.node;
-  var offset = ref.offset;
-  var $pos = view.state.doc.resolve(pos), inline = $pos.parent.inlineContent;
-
-  // These browsers support querying empty text ranges. Prefer that in
-  // bidi context.
-  var supportEmptyRange = result.webkit || result.gecko;
-  if (node.nodeType == 3 && supportEmptyRange && BIDI.test(node.nodeValue)) {
-    var rect = singleRect(textRange(node, offset, offset), side);
-    // Firefox returns bad results (the position before the space)
-    // when querying a position directly after line-broken
-    // whitespace. Detect this situation and and kludge around it
-    if (result.gecko && offset && /\s/.test(node.nodeValue[offset - 1]) && offset < node.nodeValue.length) {
-      var rectBefore = singleRect(textRange(node, offset - 1, offset - 1), -1);
-      if (rectBefore.top == rect.top) {
-        var rectAfter = singleRect(textRange(node, offset, offset + 1), -1);
-        if (rectAfter.top != rect.top)
-          { return flattenV(rectAfter, rectAfter.left < rectBefore.left) }
-      }
-    }
-    return rect
-  }
-
-  // Move up the DOM as far as possible when in inline context.
-  if (inline) {
-    var parent = $pos.depth ? view.docView.domAfterPos($pos.before()) : view.dom;
-    while (side < 0 && !offset && node != parent) {
-      offset = domIndex(node);
-      node = node.parentNode;
-    }
-    while (side >= 0 && offset == nodeSize(node) && node != parent) {
-      offset = domIndex(node) + 1;
-      node = node.parentNode;
-    }
-  }
-
-  if (node.nodeType == 3) {
-    if (side < 0) { return flattenV(singleRect(textRange(node, offset - 1, offset), 1), false) }
-    return flattenV(singleRect(textRange(node, offset, offset + 1), -1), true)
-  }
-
-  // Return a horizontal line in block context
-  if (!inline) {
-    if (offset && (side < 0 || offset == nodeSize(node))) {
-      var before = node.childNodes[offset - 1];
-      if (before.nodeType == 1) { return flattenH(before.getBoundingClientRect(), false) }
-    }
-    if (offset < nodeSize(node)) {
-      var after = node.childNodes[offset];
-      if (after.nodeType == 1) { return flattenH(after.getBoundingClientRect(), true) }
-    }
-    return flattenH(node.getBoundingClientRect(), side >= 0)
-  }
-
-  // Inline, not in text node (this is not Bidi-safe)
-  if (offset && (side < 0 || offset == nodeSize(node))) {
-    var before$1 = node.childNodes[offset - 1];
-    var target = before$1.nodeType == 3 ? textRange(before$1, nodeSize(before$1) - (supportEmptyRange ? 0 : 1))
-        // BR nodes tend to only return the rectangle before them
-        : before$1.nodeType == 1 && before$1.nodeName != "BR" ? before$1 : null;
-    if (target) { return flattenV(singleRect(target, 1), false) }
-  }
-  if (offset < nodeSize(node)) {
-    var after$1 = node.childNodes[offset];
-    var target$1 = after$1.nodeType == 3 ? textRange(after$1, 0, (supportEmptyRange ? 0 : 1))
-        : after$1.nodeType == 1 ? after$1 : null;
-    if (target$1) { return flattenV(singleRect(target$1, -1), true) }
-  }
-  // All else failed, just try to get a rectangle for the target node
-  return flattenV(singleRect(node.nodeType == 3 ? textRange(node) : node, -side), side >= 0)
-}
-
-function flattenV(rect, left) {
-  if (rect.width == 0) { return rect }
-  var x = left ? rect.left : rect.right;
-  return {top: rect.top, bottom: rect.bottom, left: x, right: x}
-}
-
-function flattenH(rect, top) {
-  if (rect.height == 0) { return rect }
-  var y = top ? rect.top : rect.bottom;
-  return {top: y, bottom: y, left: rect.left, right: rect.right}
-}
-
-function withFlushedState(view, state, f) {
-  var viewState = view.state, active = view.root.activeElement;
-  if (viewState != state) { view.updateState(state); }
-  if (active != view.dom) { view.focus(); }
-  try {
-    return f()
-  } finally {
-    if (viewState != state) { view.updateState(viewState); }
-    if (active != view.dom && active) { active.focus(); }
-  }
-}
-
-// : (EditorView, number, number)
-// Whether vertical position motion in a given direction
-// from a position would leave a text block.
-function endOfTextblockVertical(view, state, dir) {
-  var sel = state.selection;
-  var $pos = dir == "up" ? sel.$anchor.min(sel.$head) : sel.$anchor.max(sel.$head);
-  return withFlushedState(view, state, function () {
-    var ref = view.docView.domFromPos($pos.pos);
-    var dom = ref.node;
-    for (;;) {
-      var nearest = view.docView.nearestDesc(dom, true);
-      if (!nearest) { break }
-      if (nearest.node.isBlock) { dom = nearest.dom; break }
-      dom = nearest.dom.parentNode;
-    }
-    var coords = coordsAtPos(view, $pos.pos, 1);
-    for (var child = dom.firstChild; child; child = child.nextSibling) {
-      var boxes = (void 0);
-      if (child.nodeType == 1) { boxes = child.getClientRects(); }
-      else if (child.nodeType == 3) { boxes = textRange(child, 0, child.nodeValue.length).getClientRects(); }
-      else { continue }
-      for (var i = 0; i < boxes.length; i++) {
-        var box = boxes[i];
-        if (box.bottom > box.top && (dir == "up" ? box.bottom < coords.top + 1 : box.top > coords.bottom - 1))
-          { return false }
-      }
-    }
-    return true
-  })
-}
-
-var maybeRTL = /[\u0590-\u08ac]/;
-
-function endOfTextblockHorizontal(view, state, dir) {
-  var ref = state.selection;
-  var $head = ref.$head;
-  if (!$head.parent.isTextblock) { return false }
-  var offset = $head.parentOffset, atStart = !offset, atEnd = offset == $head.parent.content.size;
-  var sel = getSelection();
-  // If the textblock is all LTR, or the browser doesn't support
-  // Selection.modify (Edge), fall back to a primitive approach
-  if (!maybeRTL.test($head.parent.textContent) || !sel.modify)
-    { return dir == "left" || dir == "backward" ? atStart : atEnd }
-
-  return withFlushedState(view, state, function () {
-    // This is a huge hack, but appears to be the best we can
-    // currently do: use `Selection.modify` to move the selection by
-    // one character, and see if that moves the cursor out of the
-    // textblock (or doesn't move it at all, when at the start/end of
-    // the document).
-    var oldRange = sel.getRangeAt(0), oldNode = sel.focusNode, oldOff = sel.focusOffset;
-    var oldBidiLevel = sel.caretBidiLevel; // Only for Firefox
-    sel.modify("move", dir, "character");
-    var parentDOM = $head.depth ? view.docView.domAfterPos($head.before()) : view.dom;
-    var result = !parentDOM.contains(sel.focusNode.nodeType == 1 ? sel.focusNode : sel.focusNode.parentNode) ||
-        (oldNode == sel.focusNode && oldOff == sel.focusOffset);
-    // Restore the previous selection
-    sel.removeAllRanges();
-    sel.addRange(oldRange);
-    if (oldBidiLevel != null) { sel.caretBidiLevel = oldBidiLevel; }
-    return result
-  })
-}
-
-var cachedState = null, cachedDir = null, cachedResult = false;
-function endOfTextblock(view, state, dir) {
-  if (cachedState == state && cachedDir == dir) { return cachedResult }
-  cachedState = state; cachedDir = dir;
-  return cachedResult = dir == "up" || dir == "down"
-    ? endOfTextblockVertical(view, state, dir)
-    : endOfTextblockHorizontal(view, state, dir)
-}
-
-// NodeView:: interface
-//
-// By default, document nodes are rendered using the result of the
-// [`toDOM`](#model.NodeSpec.toDOM) method of their spec, and managed
-// entirely by the editor. For some use cases, such as embedded
-// node-specific editing interfaces, you want more control over
-// the behavior of a node's in-editor representation, and need to
-// [define](#view.EditorProps.nodeViews) a custom node view.
-//
-// Mark views only support `dom` and `contentDOM`, and don't support
-// any of the node view methods.
-//
-// Objects returned as node views must conform to this interface.
-//
-//   dom:: ?dom.Node
-//   The outer DOM node that represents the document node. When not
-//   given, the default strategy is used to create a DOM node.
-//
-//   contentDOM:: ?dom.Node
-//   The DOM node that should hold the node's content. Only meaningful
-//   if the node view also defines a `dom` property and if its node
-//   type is not a leaf node type. When this is present, ProseMirror
-//   will take care of rendering the node's children into it. When it
-//   is not present, the node view itself is responsible for rendering
-//   (or deciding not to render) its child nodes.
-//
-//   update:: ?(node: Node, decorations: [Decoration]) → bool
-//   When given, this will be called when the view is updating itself.
-//   It will be given a node (possibly of a different type), and an
-//   array of active decorations (which are automatically drawn, and
-//   the node view may ignore if it isn't interested in them), and
-//   should return true if it was able to update to that node, and
-//   false otherwise. If the node view has a `contentDOM` property (or
-//   no `dom` property), updating its child nodes will be handled by
-//   ProseMirror.
-//
-//   selectNode:: ?()
-//   Can be used to override the way the node's selected status (as a
-//   node selection) is displayed.
-//
-//   deselectNode:: ?()
-//   When defining a `selectNode` method, you should also provide a
-//   `deselectNode` method to remove the effect again.
-//
-//   setSelection:: ?(anchor: number, head: number, root: dom.Document)
-//   This will be called to handle setting the selection inside the
-//   node. The `anchor` and `head` positions are relative to the start
-//   of the node. By default, a DOM selection will be created between
-//   the DOM positions corresponding to those positions, but if you
-//   override it you can do something else.
-//
-//   stopEvent:: ?(event: dom.Event) → bool
-//   Can be used to prevent the editor view from trying to handle some
-//   or all DOM events that bubble up from the node view. Events for
-//   which this returns true are not handled by the editor.
-//
-//   ignoreMutation:: ?(dom.MutationRecord) → bool
-//   Called when a DOM
-//   [mutation](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver)
-//   or a selection change happens within the view. When the change is
-//   a selection change, the record will have a `type` property of
-//   `"selection"` (which doesn't occur for native mutation records).
-//   Return false if the editor should re-read the selection or
-//   re-parse the range around the mutation, true if it can safely be
-//   ignored.
-//
-//   destroy:: ?()
-//   Called when the node view is removed from the editor or the whole
-//   editor is destroyed.
-
-// View descriptions are data structures that describe the DOM that is
-// used to represent the editor's content. They are used for:
-//
-// - Incremental redrawing when the document changes
-//
-// - Figuring out what part of the document a given DOM position
-//   corresponds to
-//
-// - Wiring in custom implementations of the editing interface for a
-//   given node
-//
-// They form a doubly-linked mutable tree, starting at `view.docView`.
-
-var NOT_DIRTY = 0, CHILD_DIRTY = 1, CONTENT_DIRTY = 2, NODE_DIRTY = 3;
-
-// Superclass for the various kinds of descriptions. Defines their
-// basic structure and shared methods.
-var ViewDesc = function ViewDesc(parent, children, dom, contentDOM) {
-  this.parent = parent;
-  this.children = children;
-  this.dom = dom;
-  // An expando property on the DOM node provides a link back to its
-  // description.
-  dom.pmViewDesc = this;
-  // This is the node that holds the child views. It may be null for
-  // descs that don't have children.
-  this.contentDOM = contentDOM;
-  this.dirty = NOT_DIRTY;
-};
-
-var prototypeAccessors = { beforePosition: { configurable: true },size: { configurable: true },border: { configurable: true },posBefore: { configurable: true },posAtStart: { configurable: true },posAfter: { configurable: true },posAtEnd: { configurable: true },contentLost: { configurable: true } };
-
-// Used to check whether a given description corresponds to a
-// widget/mark/node.
-ViewDesc.prototype.matchesWidget = function matchesWidget () { return false };
-ViewDesc.prototype.matchesMark = function matchesMark () { return false };
-ViewDesc.prototype.matchesNode = function matchesNode () { return false };
-ViewDesc.prototype.matchesHack = function matchesHack () { return false };
-
-prototypeAccessors.beforePosition.get = function () { return false };
-
-// : () → ?ParseRule
-// When parsing in-editor content (in domchange.js), we allow
-// descriptions to determine the parse rules that should be used to
-// parse them.
-ViewDesc.prototype.parseRule = function parseRule () { return null };
-
-// : (dom.Event) → bool
-// Used by the editor's event handler to ignore events that come
-// from certain descs.
-ViewDesc.prototype.stopEvent = function stopEvent () { return false };
-
-// The size of the content represented by this desc.
-prototypeAccessors.size.get = function () {
-  var size = 0;
-  for (var i = 0; i < this.children.length; i++) { size += this.children[i].size; }
-  return size
-};
-
-// For block nodes, this represents the space taken up by their
-// start/end tokens.
-prototypeAccessors.border.get = function () { return 0 };
-
-ViewDesc.prototype.destroy = function destroy () {
-  this.parent = null;
-  if (this.dom.pmViewDesc == this) { this.dom.pmViewDesc = null; }
-  for (var i = 0; i < this.children.length; i++)
-    { this.children[i].destroy(); }
-};
-
-ViewDesc.prototype.posBeforeChild = function posBeforeChild (child) {
-  for (var i = 0, pos = this.posAtStart; i < this.children.length; i++) {
-    var cur = this.children[i];
-    if (cur == child) { return pos }
-    pos += cur.size;
-  }
-};
-
-prototypeAccessors.posBefore.get = function () {
-  return this.parent.posBeforeChild(this)
-};
-
-prototypeAccessors.posAtStart.get = function () {
-  return this.parent ? this.parent.posBeforeChild(this) + this.border : 0
-};
-
-prototypeAccessors.posAfter.get = function () {
-  return this.posBefore + this.size
-};
-
-prototypeAccessors.posAtEnd.get = function () {
-  return this.posAtStart + this.size - 2 * this.border
-};
-
-// : (dom.Node, number, ?number) → number
-ViewDesc.prototype.localPosFromDOM = function localPosFromDOM (dom, offset, bias) {
-  // If the DOM position is in the content, use the child desc after
-  // it to figure out a position.
-  if (this.contentDOM && this.contentDOM.contains(dom.nodeType == 1 ? dom : dom.parentNode)) {
-    if (bias < 0) {
-      var domBefore, desc;
-      if (dom == this.contentDOM) {
-        domBefore = dom.childNodes[offset - 1];
-      } else {
-        while (dom.parentNode != this.contentDOM) { dom = dom.parentNode; }
-        domBefore = dom.previousSibling;
-      }
-      while (domBefore && !((desc = domBefore.pmViewDesc) && desc.parent == this)) { domBefore = domBefore.previousSibling; }
-      return domBefore ? this.posBeforeChild(desc) + desc.size : this.posAtStart
-    } else {
-      var domAfter, desc$1;
-      if (dom == this.contentDOM) {
-        domAfter = dom.childNodes[offset];
-      } else {
-        while (dom.parentNode != this.contentDOM) { dom = dom.parentNode; }
-        domAfter = dom.nextSibling;
-      }
-      while (domAfter && !((desc$1 = domAfter.pmViewDesc) && desc$1.parent == this)) { domAfter = domAfter.nextSibling; }
-      return domAfter ? this.posBeforeChild(desc$1) : this.posAtEnd
-    }
-  }
-  // Otherwise, use various heuristics, falling back on the bias
-  // parameter, to determine whether to return the position at the
-  // start or at the end of this view desc.
-  var atEnd;
-  if (this.contentDOM && this.contentDOM != this.dom && this.dom.contains(this.contentDOM)) {
-    atEnd = dom.compareDocumentPosition(this.contentDOM) & 2;
-  } else if (this.dom.firstChild) {
-    if (offset == 0) { for (var search = dom;; search = search.parentNode) {
-      if (search == this.dom) { atEnd = false; break }
-      if (search.parentNode.firstChild != search) { break }
-    } }
-    if (atEnd == null && offset == dom.childNodes.length) { for (var search$1 = dom;; search$1 = search$1.parentNode) {
-      if (search$1 == this.dom) { atEnd = true; break }
-      if (search$1.parentNode.lastChild != search$1) { break }
-    } }
-  }
-  return (atEnd == null ? bias > 0 : atEnd) ? this.posAtEnd : this.posAtStart
-};
-
-// Scan up the dom finding the first desc that is a descendant of
-// this one.
-ViewDesc.prototype.nearestDesc = function nearestDesc (dom, onlyNodes) {
-  for (var first = true, cur = dom; cur; cur = cur.parentNode) {
-    var desc = this.getDesc(cur);
-    if (desc && (!onlyNodes || desc.node)) {
-      // If dom is outside of this desc's nodeDOM, don't count it.
-      if (first && desc.nodeDOM &&
-          !(desc.nodeDOM.nodeType == 1 ? desc.nodeDOM.contains(dom.nodeType == 1 ? dom : dom.parentNode) : desc.nodeDOM == dom))
-        { first = false; }
-      else
-        { return desc }
-    }
-  }
-};
-
-ViewDesc.prototype.getDesc = function getDesc (dom) {
-  var desc = dom.pmViewDesc;
-  for (var cur = desc; cur; cur = cur.parent) { if (cur == this) { return desc } }
-};
-
-ViewDesc.prototype.posFromDOM = function posFromDOM (dom, offset, bias) {
-  for (var scan = dom; scan; scan = scan.parentNode) {
-    var desc = this.getDesc(scan);
-    if (desc) { return desc.localPosFromDOM(dom, offset, bias) }
-  }
-  return -1
-};
-
-// : (number) → ?NodeViewDesc
-// Find the desc for the node after the given pos, if any. (When a
-// parent node overrode rendering, there might not be one.)
-ViewDesc.prototype.descAt = function descAt (pos) {
-  for (var i = 0, offset = 0; i < this.children.length; i++) {
-    var child = this.children[i], end = offset + child.size;
-    if (offset == pos && end != offset) {
-      while (!child.border && child.children.length) { child = child.children[0]; }
-      return child
-    }
-    if (pos < end) { return child.descAt(pos - offset - child.border) }
-    offset = end;
-  }
-};
-
-// : (number) → {node: dom.Node, offset: number}
-ViewDesc.prototype.domFromPos = function domFromPos (pos) {
-  if (!this.contentDOM) { return {node: this.dom, offset: 0} }
-  for (var offset = 0, i = 0;; i++) {
-    if (offset == pos) {
-      while (i < this.children.length && (this.children[i].beforePosition || this.children[i].dom.parentNode != this.contentDOM)) { i++; }
-      return {node: this.contentDOM,
-              offset: i == this.children.length ? this.contentDOM.childNodes.length : domIndex(this.children[i].dom)}
-    }
-    if (i == this.children.length) { throw new Error("Invalid position " + pos) }
-    var child = this.children[i], end = offset + child.size;
-    if (pos < end) { return child.domFromPos(pos - offset - child.border) }
-    offset = end;
-  }
-};
-
-// Used to find a DOM range in a single parent for a given changed
-// range.
-ViewDesc.prototype.parseRange = function parseRange (from, to, base) {
-    if ( base === void 0 ) base = 0;
-
-  if (this.children.length == 0)
-    { return {node: this.contentDOM, from: from, to: to, fromOffset: 0, toOffset: this.contentDOM.childNodes.length} }
-
-  var fromOffset = -1, toOffset = -1;
-  for (var offset = base, i = 0;; i++) {
-    var child = this.children[i], end = offset + child.size;
-    if (fromOffset == -1 && from <= end) {
-      var childBase = offset + child.border;
-      // FIXME maybe descend mark views to parse a narrower range?
-      if (from >= childBase && to <= end - child.border && child.node &&
-          child.contentDOM && this.contentDOM.contains(child.contentDOM))
-        { return child.parseRange(from, to, childBase) }
-
-      from = offset;
-      for (var j = i; j > 0; j--) {
-        var prev = this.children[j - 1];
-        if (prev.size && prev.dom.parentNode == this.contentDOM && !prev.emptyChildAt(1)) {
-          fromOffset = domIndex(prev.dom) + 1;
-          break
-        }
-        from -= prev.size;
-      }
-      if (fromOffset == -1) { fromOffset = 0; }
-    }
-    if (fromOffset > -1 && (end > to || i == this.children.length - 1)) {
-      to = end;
-      for (var j$1 = i + 1; j$1 < this.children.length; j$1++) {
-        var next = this.children[j$1];
-        if (next.size && next.dom.parentNode == this.contentDOM && !next.emptyChildAt(-1)) {
-          toOffset = domIndex(next.dom);
-          break
-        }
-        to += next.size;
-      }
-      if (toOffset == -1) { toOffset = this.contentDOM.childNodes.length; }
-      break
-    }
-    offset = end;
-  }
-  return {node: this.contentDOM, from: from, to: to, fromOffset: fromOffset, toOffset: toOffset}
-};
-
-ViewDesc.prototype.emptyChildAt = function emptyChildAt (side) {
-  if (this.border || !this.contentDOM || !this.children.length) { return false }
-  var child = this.children[side < 0 ? 0 : this.children.length - 1];
-  return child.size == 0 || child.emptyChildAt(side)
-};
-
-// : (number) → dom.Node
-ViewDesc.prototype.domAfterPos = function domAfterPos (pos) {
-  var ref = this.domFromPos(pos);
-    var node = ref.node;
-    var offset = ref.offset;
-  if (node.nodeType != 1 || offset == node.childNodes.length)
-    { throw new RangeError("No node after pos " + pos) }
-  return node.childNodes[offset]
-};
-
-// : (number, number, dom.Document)
-// View descs are responsible for setting any selection that falls
-// entirely inside of them, so that custom implementations can do
-// custom things with the selection. Note that this falls apart when
-// a selection starts in such a node and ends in another, in which
-// case we just use whatever domFromPos produces as a best effort.
-ViewDesc.prototype.setSelection = function setSelection (anchor, head, root, force) {
-  // If the selection falls entirely in a child, give it to that child
-  var from = Math.min(anchor, head), to = Math.max(anchor, head);
-  for (var i = 0, offset = 0; i < this.children.length; i++) {
-    var child = this.children[i], end = offset + child.size;
-    if (from > offset && to < end)
-      { return child.setSelection(anchor - offset - child.border, head - offset - child.border, root, force) }
-    offset = end;
-  }
-
-  var anchorDOM = this.domFromPos(anchor), headDOM = this.domFromPos(head);
-  var domSel = root.getSelection();
-
-  var brKludge = false;
-  // On Firefox, using Selection.collapse to put the cursor after a
-  // BR node for some reason doesn't always work (#1073). On Safari,
-  // the cursor sometimes inexplicable visually lags behind its
-  // reported position in such situations (#1092).
-  if ((result.gecko || result.safari) && anchor == head) {
-    if (anchorDOM.node.nodeType == 3) {
-      brKludge = anchorDOM.offset && anchorDOM.node.nodeValue[anchorDOM.offset - 1] == "\n";
-    } else {
-      var prev = anchorDOM.node.childNodes[anchorDOM.offset - 1];
-      brKludge = prev && (prev.nodeName == "BR" || prev.contentEditable == "false");
-    }
-  }
-
-  if (!(force || brKludge && result.safari) &&
-      isEquivalentPosition(anchorDOM.node, anchorDOM.offset, domSel.anchorNode, domSel.anchorOffset) &&
-      isEquivalentPosition(headDOM.node, headDOM.offset, domSel.focusNode, domSel.focusOffset))
-    { return }
-
-  // Selection.extend can be used to create an 'inverted' selection
-  // (one where the focus is before the anchor), but not all
-  // browsers support it yet.
-  var domSelExtended = false;
-  if ((domSel.extend || anchor == head) && !brKludge) {
-    domSel.collapse(anchorDOM.node, anchorDOM.offset);
-    try {
-      if (anchor != head) { domSel.extend(headDOM.node, headDOM.offset); }
-      domSelExtended = true;
-    } catch (err) {
-      // In some cases with Chrome the selection is empty after calling
-      // collapse, even when it should be valid. This appears to be a bug, but
-      // it is difficult to isolate. If this happens fallback to the old path
-      // without using extend.
-      if (!(err instanceof DOMException)) { throw err }
-      // declare global: DOMException
-    }
-  }
-  if (!domSelExtended) {
-    if (anchor > head) { var tmp = anchorDOM; anchorDOM = headDOM; headDOM = tmp; }
-    var range = document.createRange();
-    range.setEnd(headDOM.node, headDOM.offset);
-    range.setStart(anchorDOM.node, anchorDOM.offset);
-    domSel.removeAllRanges();
-    domSel.addRange(range);
-  }
-};
-
-// : (dom.MutationRecord) → bool
-ViewDesc.prototype.ignoreMutation = function ignoreMutation (mutation) {
-  return !this.contentDOM && mutation.type != "selection"
-};
-
-prototypeAccessors.contentLost.get = function () {
-  return this.contentDOM && this.contentDOM != this.dom && !this.dom.contains(this.contentDOM)
-};
-
-// Remove a subtree of the element tree that has been touched
-// by a DOM change, so that the next update will redraw it.
-ViewDesc.prototype.markDirty = function markDirty (from, to) {
-  for (var offset = 0, i = 0; i < this.children.length; i++) {
-    var child = this.children[i], end = offset + child.size;
-    if (offset == end ? from <= end && to >= offset : from < end && to > offset) {
-      var startInside = offset + child.border, endInside = end - child.border;
-      if (from >= startInside && to <= endInside) {
-        this.dirty = from == offset || to == end ? CONTENT_DIRTY : CHILD_DIRTY;
-        if (from == startInside && to == endInside &&
-            (child.contentLost || child.dom.parentNode != this.contentDOM)) { child.dirty = NODE_DIRTY; }
-        else { child.markDirty(from - startInside, to - startInside); }
-        return
-      } else {
-        child.dirty = NODE_DIRTY;
-      }
-    }
-    offset = end;
-  }
-  this.dirty = CONTENT_DIRTY;
-};
-
-ViewDesc.prototype.markParentsDirty = function markParentsDirty () {
-  var level = 1;
-  for (var node = this.parent; node; node = node.parent, level++) {
-    var dirty = level == 1 ? CONTENT_DIRTY : CHILD_DIRTY;
-    if (node.dirty < dirty) { node.dirty = dirty; }
-  }
-};
-
-Object.defineProperties( ViewDesc.prototype, prototypeAccessors );
-
-// Reused array to avoid allocating fresh arrays for things that will
-// stay empty anyway.
-var nothing = [];
-
-// A widget desc represents a widget decoration, which is a DOM node
-// drawn between the document nodes.
-var WidgetViewDesc = /*@__PURE__*/(function (ViewDesc) {
-  function WidgetViewDesc(parent, widget, view, pos) {
-    var self, dom = widget.type.toDOM;
-    if (typeof dom == "function") { dom = dom(view, function () {
-      if (!self) { return pos }
-      if (self.parent) { return self.parent.posBeforeChild(self) }
-    }); }
-    if (!widget.type.spec.raw) {
-      if (dom.nodeType != 1) {
-        var wrap = document.createElement("span");
-        wrap.appendChild(dom);
-        dom = wrap;
-      }
-      dom.contentEditable = false;
-      dom.classList.add("ProseMirror-widget");
-    }
-    ViewDesc.call(this, parent, nothing, dom, null);
-    this.widget = widget;
-    self = this;
-  }
-
-  if ( ViewDesc ) WidgetViewDesc.__proto__ = ViewDesc;
-  WidgetViewDesc.prototype = Object.create( ViewDesc && ViewDesc.prototype );
-  WidgetViewDesc.prototype.constructor = WidgetViewDesc;
-
-  var prototypeAccessors$1 = { beforePosition: { configurable: true } };
-
-  prototypeAccessors$1.beforePosition.get = function () {
-    return this.widget.type.side < 0
-  };
-
-  WidgetViewDesc.prototype.matchesWidget = function matchesWidget (widget) {
-    return this.dirty == NOT_DIRTY && widget.type.eq(this.widget.type)
-  };
-
-  WidgetViewDesc.prototype.parseRule = function parseRule () { return {ignore: true} };
-
-  WidgetViewDesc.prototype.stopEvent = function stopEvent (event) {
-    var stop = this.widget.spec.stopEvent;
-    return stop ? stop(event) : false
-  };
-
-  WidgetViewDesc.prototype.ignoreMutation = function ignoreMutation (mutation) {
-    return mutation.type != "selection" || this.widget.spec.ignoreSelection
-  };
-
-  Object.defineProperties( WidgetViewDesc.prototype, prototypeAccessors$1 );
-
-  return WidgetViewDesc;
-}(ViewDesc));
-
-var CompositionViewDesc = /*@__PURE__*/(function (ViewDesc) {
-  function CompositionViewDesc(parent, dom, textDOM, text) {
-    ViewDesc.call(this, parent, nothing, dom, null);
-    this.textDOM = textDOM;
-    this.text = text;
-  }
-
-  if ( ViewDesc ) CompositionViewDesc.__proto__ = ViewDesc;
-  CompositionViewDesc.prototype = Object.create( ViewDesc && ViewDesc.prototype );
-  CompositionViewDesc.prototype.constructor = CompositionViewDesc;
-
-  var prototypeAccessors$2 = { size: { configurable: true } };
-
-  prototypeAccessors$2.size.get = function () { return this.text.length };
-
-  CompositionViewDesc.prototype.localPosFromDOM = function localPosFromDOM (dom, offset) {
-    if (dom != this.textDOM) { return this.posAtStart + (offset ? this.size : 0) }
-    return this.posAtStart + offset
-  };
-
-  CompositionViewDesc.prototype.domFromPos = function domFromPos (pos) {
-    return {node: this.textDOM, offset: pos}
-  };
-
-  CompositionViewDesc.prototype.ignoreMutation = function ignoreMutation (mut) {
-    return mut.type === 'characterData' && mut.target.nodeValue == mut.oldValue
-   };
-
-  Object.defineProperties( CompositionViewDesc.prototype, prototypeAccessors$2 );
-
-  return CompositionViewDesc;
-}(ViewDesc));
-
-// A mark desc represents a mark. May have multiple children,
-// depending on how the mark is split. Note that marks are drawn using
-// a fixed nesting order, for simplicity and predictability, so in
-// some cases they will be split more often than would appear
-// necessary.
-var MarkViewDesc = /*@__PURE__*/(function (ViewDesc) {
-  function MarkViewDesc(parent, mark, dom, contentDOM) {
-    ViewDesc.call(this, parent, [], dom, contentDOM);
-    this.mark = mark;
-  }
-
-  if ( ViewDesc ) MarkViewDesc.__proto__ = ViewDesc;
-  MarkViewDesc.prototype = Object.create( ViewDesc && ViewDesc.prototype );
-  MarkViewDesc.prototype.constructor = MarkViewDesc;
-
-  MarkViewDesc.create = function create (parent, mark, inline, view) {
-    var custom = view.nodeViews[mark.type.name];
-    var spec = custom && custom(mark, view, inline);
-    if (!spec || !spec.dom)
-      { spec = prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["DOMSerializer"].renderSpec(document, mark.type.spec.toDOM(mark, inline)); }
-    return new MarkViewDesc(parent, mark, spec.dom, spec.contentDOM || spec.dom)
-  };
-
-  MarkViewDesc.prototype.parseRule = function parseRule () { return {mark: this.mark.type.name, attrs: this.mark.attrs, contentElement: this.contentDOM} };
-
-  MarkViewDesc.prototype.matchesMark = function matchesMark (mark) { return this.dirty != NODE_DIRTY && this.mark.eq(mark) };
-
-  MarkViewDesc.prototype.markDirty = function markDirty (from, to) {
-    ViewDesc.prototype.markDirty.call(this, from, to);
-    // Move dirty info to nearest node view
-    if (this.dirty != NOT_DIRTY) {
-      var parent = this.parent;
-      while (!parent.node) { parent = parent.parent; }
-      if (parent.dirty < this.dirty) { parent.dirty = this.dirty; }
-      this.dirty = NOT_DIRTY;
-    }
-  };
-
-  MarkViewDesc.prototype.slice = function slice (from, to, view) {
-    var copy = MarkViewDesc.create(this.parent, this.mark, true, view);
-    var nodes = this.children, size = this.size;
-    if (to < size) { nodes = replaceNodes(nodes, to, size, view); }
-    if (from > 0) { nodes = replaceNodes(nodes, 0, from, view); }
-    for (var i = 0; i < nodes.length; i++) { nodes[i].parent = copy; }
-    copy.children = nodes;
-    return copy
-  };
-
-  return MarkViewDesc;
-}(ViewDesc));
-
-// Node view descs are the main, most common type of view desc, and
-// correspond to an actual node in the document. Unlike mark descs,
-// they populate their child array themselves.
-var NodeViewDesc = /*@__PURE__*/(function (ViewDesc) {
-  function NodeViewDesc(parent, node, outerDeco, innerDeco, dom, contentDOM, nodeDOM, view, pos) {
-    ViewDesc.call(this, parent, node.isLeaf ? nothing : [], dom, contentDOM);
-    this.nodeDOM = nodeDOM;
-    this.node = node;
-    this.outerDeco = outerDeco;
-    this.innerDeco = innerDeco;
-    if (contentDOM) { this.updateChildren(view, pos); }
-  }
-
-  if ( ViewDesc ) NodeViewDesc.__proto__ = ViewDesc;
-  NodeViewDesc.prototype = Object.create( ViewDesc && ViewDesc.prototype );
-  NodeViewDesc.prototype.constructor = NodeViewDesc;
-
-  var prototypeAccessors$3 = { size: { configurable: true },border: { configurable: true } };
-
-  // By default, a node is rendered using the `toDOM` method from the
-  // node type spec. But client code can use the `nodeViews` spec to
-  // supply a custom node view, which can influence various aspects of
-  // the way the node works.
-  //
-  // (Using subclassing for this was intentionally decided against,
-  // since it'd require exposing a whole slew of finnicky
-  // implementation details to the user code that they probably will
-  // never need.)
-  NodeViewDesc.create = function create (parent, node, outerDeco, innerDeco, view, pos) {
-    var assign;
-
-    var custom = view.nodeViews[node.type.name], descObj;
-    var spec = custom && custom(node, view, function () {
-      // (This is a function that allows the custom view to find its
-      // own position)
-      if (!descObj) { return pos }
-      if (descObj.parent) { return descObj.parent.posBeforeChild(descObj) }
-    }, outerDeco);
-
-    var dom = spec && spec.dom, contentDOM = spec && spec.contentDOM;
-    if (node.isText) {
-      if (!dom) { dom = document.createTextNode(node.text); }
-      else if (dom.nodeType != 3) { throw new RangeError("Text must be rendered as a DOM text node") }
-    } else if (!dom) {
-((assign = prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["DOMSerializer"].renderSpec(document, node.type.spec.toDOM(node)), dom = assign.dom, contentDOM = assign.contentDOM));
-    }
-    if (!contentDOM && !node.isText && dom.nodeName != "BR") { // Chrome gets confused by 
- if (!dom.hasAttribute("contenteditable")) { dom.contentEditable = false; } - if (node.type.spec.draggable) { dom.draggable = true; } - } - - var nodeDOM = dom; - dom = applyOuterDeco(dom, outerDeco, node); - - if (spec) - { return descObj = new CustomNodeViewDesc(parent, node, outerDeco, innerDeco, dom, contentDOM, nodeDOM, - spec, view, pos + 1) } - else if (node.isText) - { return new TextViewDesc(parent, node, outerDeco, innerDeco, dom, nodeDOM, view) } - else - { return new NodeViewDesc(parent, node, outerDeco, innerDeco, dom, contentDOM, nodeDOM, view, pos + 1) } - }; - - NodeViewDesc.prototype.parseRule = function parseRule () { - var this$1 = this; - - // Experimental kludge to allow opt-in re-parsing of nodes - if (this.node.type.spec.reparseInView) { return null } - // FIXME the assumption that this can always return the current - // attrs means that if the user somehow manages to change the - // attrs in the dom, that won't be picked up. Not entirely sure - // whether this is a problem - var rule = {node: this.node.type.name, attrs: this.node.attrs}; - if (this.node.type.spec.code) { rule.preserveWhitespace = "full"; } - if (this.contentDOM && !this.contentLost) { rule.contentElement = this.contentDOM; } - else { rule.getContent = function () { return this$1.contentDOM ? prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].empty : this$1.node.content; }; } - return rule - }; - - NodeViewDesc.prototype.matchesNode = function matchesNode (node, outerDeco, innerDeco) { - return this.dirty == NOT_DIRTY && node.eq(this.node) && - sameOuterDeco(outerDeco, this.outerDeco) && innerDeco.eq(this.innerDeco) - }; - - prototypeAccessors$3.size.get = function () { return this.node.nodeSize }; - - prototypeAccessors$3.border.get = function () { return this.node.isLeaf ? 0 : 1 }; - - // Syncs `this.children` to match `this.node.content` and the local - // decorations, possibly introducing nesting for marks. Then, in a - // separate step, syncs the DOM inside `this.contentDOM` to - // `this.children`. - NodeViewDesc.prototype.updateChildren = function updateChildren (view, pos) { - var this$1 = this; - - var inline = this.node.inlineContent, off = pos; - var composition = inline && view.composing && this.localCompositionNode(view, pos); - var updater = new ViewTreeUpdater(this, composition && composition.node); - iterDeco(this.node, this.innerDeco, function (widget, i, insideNode) { - if (widget.spec.marks) - { updater.syncToMarks(widget.spec.marks, inline, view); } - else if (widget.type.side >= 0 && !insideNode) - { updater.syncToMarks(i == this$1.node.childCount ? prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Mark"].none : this$1.node.child(i).marks, inline, view); } - // If the next node is a desc matching this widget, reuse it, - // otherwise insert the widget as a new view desc. - updater.placeWidget(widget, view, off); - }, function (child, outerDeco, innerDeco, i) { - // Make sure the wrapping mark descs match the node's marks. - updater.syncToMarks(child.marks, inline, view); - // Either find an existing desc that exactly matches this node, - // and drop the descs before it. - updater.findNodeMatch(child, outerDeco, innerDeco, i) || - // Or try updating the next desc to reflect this node. - updater.updateNextNode(child, outerDeco, innerDeco, view, i) || - // Or just add it as a new desc. - updater.addNode(child, outerDeco, innerDeco, view, off); - off += child.nodeSize; - }); - // Drop all remaining descs after the current position. - updater.syncToMarks(nothing, inline, view); - if (this.node.isTextblock) { updater.addTextblockHacks(); } - updater.destroyRest(); - - // Sync the DOM if anything changed - if (updater.changed || this.dirty == CONTENT_DIRTY) { - // May have to protect focused DOM from being changed if a composition is active - if (composition) { this.protectLocalComposition(view, composition); } - renderDescs(this.contentDOM, this.children, view); - if (result.ios) { iosHacks(this.dom); } - } - }; - - NodeViewDesc.prototype.localCompositionNode = function localCompositionNode (view, pos) { - // Only do something if both the selection and a focused text node - // are inside of this node, and the node isn't already part of a - // view that's a child of this view - var ref = view.state.selection; - var from = ref.from; - var to = ref.to; - if (!(view.state.selection instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"]) || from < pos || to > pos + this.node.content.size) { return } - var sel = view.root.getSelection(); - var textNode = nearbyTextNode(sel.focusNode, sel.focusOffset); - if (!textNode || !this.dom.contains(textNode.parentNode)) { return } - - // Find the text in the focused node in the node, stop if it's not - // there (may have been modified through other means, in which - // case it should overwritten) - var text = textNode.nodeValue; - var textPos = findTextInFragment(this.node.content, text, from - pos, to - pos); - - return textPos < 0 ? null : {node: textNode, pos: textPos, text: text} - }; - - NodeViewDesc.prototype.protectLocalComposition = function protectLocalComposition (view, ref) { - var node = ref.node; - var pos = ref.pos; - var text = ref.text; - - // The node is already part of a local view desc, leave it there - if (this.getDesc(node)) { return } - - // Create a composition view for the orphaned nodes - var topNode = node; - for (;; topNode = topNode.parentNode) { - if (topNode.parentNode == this.contentDOM) { break } - while (topNode.previousSibling) { topNode.parentNode.removeChild(topNode.previousSibling); } - while (topNode.nextSibling) { topNode.parentNode.removeChild(topNode.nextSibling); } - if (topNode.pmViewDesc) { topNode.pmViewDesc = null; } - } - var desc = new CompositionViewDesc(this, topNode, node, text); - view.compositionNodes.push(desc); - - // Patch up this.children to contain the composition view - this.children = replaceNodes(this.children, pos, pos + text.length, view, desc); - }; - - // : (Node, [Decoration], DecorationSet, EditorView) → bool - // If this desc be updated to match the given node decoration, - // do so and return true. - NodeViewDesc.prototype.update = function update (node, outerDeco, innerDeco, view) { - if (this.dirty == NODE_DIRTY || - !node.sameMarkup(this.node)) { return false } - this.updateInner(node, outerDeco, innerDeco, view); - return true - }; - - NodeViewDesc.prototype.updateInner = function updateInner (node, outerDeco, innerDeco, view) { - this.updateOuterDeco(outerDeco); - this.node = node; - this.innerDeco = innerDeco; - if (this.contentDOM) { this.updateChildren(view, this.posAtStart); } - this.dirty = NOT_DIRTY; - }; - - NodeViewDesc.prototype.updateOuterDeco = function updateOuterDeco (outerDeco) { - if (sameOuterDeco(outerDeco, this.outerDeco)) { return } - var needsWrap = this.nodeDOM.nodeType != 1; - var oldDOM = this.dom; - this.dom = patchOuterDeco(this.dom, this.nodeDOM, - computeOuterDeco(this.outerDeco, this.node, needsWrap), - computeOuterDeco(outerDeco, this.node, needsWrap)); - if (this.dom != oldDOM) { - oldDOM.pmViewDesc = null; - this.dom.pmViewDesc = this; - } - this.outerDeco = outerDeco; - }; - - // Mark this node as being the selected node. - NodeViewDesc.prototype.selectNode = function selectNode () { - this.nodeDOM.classList.add("ProseMirror-selectednode"); - if (this.contentDOM || !this.node.type.spec.draggable) { this.dom.draggable = true; } - }; - - // Remove selected node marking from this node. - NodeViewDesc.prototype.deselectNode = function deselectNode () { - this.nodeDOM.classList.remove("ProseMirror-selectednode"); - if (this.contentDOM || !this.node.type.spec.draggable) { this.dom.removeAttribute("draggable"); } - }; - - Object.defineProperties( NodeViewDesc.prototype, prototypeAccessors$3 ); - - return NodeViewDesc; -}(ViewDesc)); - -// Create a view desc for the top-level document node, to be exported -// and used by the view class. -function docViewDesc(doc, outerDeco, innerDeco, dom, view) { - applyOuterDeco(dom, outerDeco, doc); - return new NodeViewDesc(null, doc, outerDeco, innerDeco, dom, dom, dom, view, 0) -} - -var TextViewDesc = /*@__PURE__*/(function (NodeViewDesc) { - function TextViewDesc(parent, node, outerDeco, innerDeco, dom, nodeDOM, view) { - NodeViewDesc.call(this, parent, node, outerDeco, innerDeco, dom, null, nodeDOM, view); - } - - if ( NodeViewDesc ) TextViewDesc.__proto__ = NodeViewDesc; - TextViewDesc.prototype = Object.create( NodeViewDesc && NodeViewDesc.prototype ); - TextViewDesc.prototype.constructor = TextViewDesc; - - TextViewDesc.prototype.parseRule = function parseRule () { - var skip = this.nodeDOM.parentNode; - while (skip && skip != this.dom && !skip.pmIsDeco) { skip = skip.parentNode; } - return {skip: skip || true} - }; - - TextViewDesc.prototype.update = function update (node, outerDeco, _, view) { - if (this.dirty == NODE_DIRTY || (this.dirty != NOT_DIRTY && !this.inParent()) || - !node.sameMarkup(this.node)) { return false } - this.updateOuterDeco(outerDeco); - if ((this.dirty != NOT_DIRTY || node.text != this.node.text) && node.text != this.nodeDOM.nodeValue) { - this.nodeDOM.nodeValue = node.text; - if (view.trackWrites == this.nodeDOM) { view.trackWrites = null; } - } - this.node = node; - this.dirty = NOT_DIRTY; - return true - }; - - TextViewDesc.prototype.inParent = function inParent () { - var parentDOM = this.parent.contentDOM; - for (var n = this.nodeDOM; n; n = n.parentNode) { if (n == parentDOM) { return true } } - return false - }; - - TextViewDesc.prototype.domFromPos = function domFromPos (pos) { - return {node: this.nodeDOM, offset: pos} - }; - - TextViewDesc.prototype.localPosFromDOM = function localPosFromDOM (dom, offset, bias) { - if (dom == this.nodeDOM) { return this.posAtStart + Math.min(offset, this.node.text.length) } - return NodeViewDesc.prototype.localPosFromDOM.call(this, dom, offset, bias) - }; - - TextViewDesc.prototype.ignoreMutation = function ignoreMutation (mutation) { - return mutation.type != "characterData" && mutation.type != "selection" - }; - - TextViewDesc.prototype.slice = function slice (from, to, view) { - var node = this.node.cut(from, to), dom = document.createTextNode(node.text); - return new TextViewDesc(this.parent, node, this.outerDeco, this.innerDeco, dom, dom, view) - }; - - return TextViewDesc; -}(NodeViewDesc)); - -// A dummy desc used to tag trailing BR or span nodes created to work -// around contentEditable terribleness. -var BRHackViewDesc = /*@__PURE__*/(function (ViewDesc) { - function BRHackViewDesc () { - ViewDesc.apply(this, arguments); - } - - if ( ViewDesc ) BRHackViewDesc.__proto__ = ViewDesc; - BRHackViewDesc.prototype = Object.create( ViewDesc && ViewDesc.prototype ); - BRHackViewDesc.prototype.constructor = BRHackViewDesc; - - BRHackViewDesc.prototype.parseRule = function parseRule () { return {ignore: true} }; - BRHackViewDesc.prototype.matchesHack = function matchesHack () { return this.dirty == NOT_DIRTY }; - - return BRHackViewDesc; -}(ViewDesc)); - -// A separate subclass is used for customized node views, so that the -// extra checks only have to be made for nodes that are actually -// customized. -var CustomNodeViewDesc = /*@__PURE__*/(function (NodeViewDesc) { - function CustomNodeViewDesc(parent, node, outerDeco, innerDeco, dom, contentDOM, nodeDOM, spec, view, pos) { - NodeViewDesc.call(this, parent, node, outerDeco, innerDeco, dom, contentDOM, nodeDOM, view, pos); - this.spec = spec; - } - - if ( NodeViewDesc ) CustomNodeViewDesc.__proto__ = NodeViewDesc; - CustomNodeViewDesc.prototype = Object.create( NodeViewDesc && NodeViewDesc.prototype ); - CustomNodeViewDesc.prototype.constructor = CustomNodeViewDesc; - - // A custom `update` method gets to decide whether the update goes - // through. If it does, and there's a `contentDOM` node, our logic - // updates the children. - CustomNodeViewDesc.prototype.update = function update (node, outerDeco, innerDeco, view) { - if (this.dirty == NODE_DIRTY) { return false } - if (this.spec.update) { - var result = this.spec.update(node, outerDeco); - if (result) { this.updateInner(node, outerDeco, innerDeco, view); } - return result - } else if (!this.contentDOM && !node.isLeaf) { - return false - } else { - return NodeViewDesc.prototype.update.call(this, node, outerDeco, innerDeco, view) - } - }; - - CustomNodeViewDesc.prototype.selectNode = function selectNode () { - this.spec.selectNode ? this.spec.selectNode() : NodeViewDesc.prototype.selectNode.call(this); - }; - - CustomNodeViewDesc.prototype.deselectNode = function deselectNode () { - this.spec.deselectNode ? this.spec.deselectNode() : NodeViewDesc.prototype.deselectNode.call(this); - }; - - CustomNodeViewDesc.prototype.setSelection = function setSelection (anchor, head, root, force) { - this.spec.setSelection ? this.spec.setSelection(anchor, head, root) - : NodeViewDesc.prototype.setSelection.call(this, anchor, head, root, force); - }; - - CustomNodeViewDesc.prototype.destroy = function destroy () { - if (this.spec.destroy) { this.spec.destroy(); } - NodeViewDesc.prototype.destroy.call(this); - }; - - CustomNodeViewDesc.prototype.stopEvent = function stopEvent (event) { - return this.spec.stopEvent ? this.spec.stopEvent(event) : false - }; - - CustomNodeViewDesc.prototype.ignoreMutation = function ignoreMutation (mutation) { - return this.spec.ignoreMutation ? this.spec.ignoreMutation(mutation) : NodeViewDesc.prototype.ignoreMutation.call(this, mutation) - }; - - return CustomNodeViewDesc; -}(NodeViewDesc)); - -// : (dom.Node, [ViewDesc]) -// Sync the content of the given DOM node with the nodes associated -// with the given array of view descs, recursing into mark descs -// because this should sync the subtree for a whole node at a time. -function renderDescs(parentDOM, descs, view) { - var dom = parentDOM.firstChild, written = false; - for (var i = 0; i < descs.length; i++) { - var desc = descs[i], childDOM = desc.dom; - if (childDOM.parentNode == parentDOM) { - while (childDOM != dom) { dom = rm(dom); written = true; } - dom = dom.nextSibling; - } else { - written = true; - parentDOM.insertBefore(childDOM, dom); - } - if (desc instanceof MarkViewDesc) { - var pos = dom ? dom.previousSibling : parentDOM.lastChild; - renderDescs(desc.contentDOM, desc.children, view); - dom = pos ? pos.nextSibling : parentDOM.firstChild; - } - } - while (dom) { dom = rm(dom); written = true; } - if (written && view.trackWrites == parentDOM) { view.trackWrites = null; } -} - -function OuterDecoLevel(nodeName) { - if (nodeName) { this.nodeName = nodeName; } -} -OuterDecoLevel.prototype = Object.create(null); - -var noDeco = [new OuterDecoLevel]; - -function computeOuterDeco(outerDeco, node, needsWrap) { - if (outerDeco.length == 0) { return noDeco } - - var top = needsWrap ? noDeco[0] : new OuterDecoLevel, result = [top]; - - for (var i = 0; i < outerDeco.length; i++) { - var attrs = outerDeco[i].type.attrs; - if (!attrs) { continue } - if (attrs.nodeName) - { result.push(top = new OuterDecoLevel(attrs.nodeName)); } - - for (var name in attrs) { - var val = attrs[name]; - if (val == null) { continue } - if (needsWrap && result.length == 1) - { result.push(top = new OuterDecoLevel(node.isInline ? "span" : "div")); } - if (name == "class") { top.class = (top.class ? top.class + " " : "") + val; } - else if (name == "style") { top.style = (top.style ? top.style + ";" : "") + val; } - else if (name != "nodeName") { top[name] = val; } - } - } - - return result -} - -function patchOuterDeco(outerDOM, nodeDOM, prevComputed, curComputed) { - // Shortcut for trivial case - if (prevComputed == noDeco && curComputed == noDeco) { return nodeDOM } - - var curDOM = nodeDOM; - for (var i = 0; i < curComputed.length; i++) { - var deco = curComputed[i], prev = prevComputed[i]; - if (i) { - var parent = (void 0); - if (prev && prev.nodeName == deco.nodeName && curDOM != outerDOM && - (parent = curDOM.parentNode) && parent.tagName.toLowerCase() == deco.nodeName) { - curDOM = parent; - } else { - parent = document.createElement(deco.nodeName); - parent.pmIsDeco = true; - parent.appendChild(curDOM); - prev = noDeco[0]; - curDOM = parent; - } - } - patchAttributes(curDOM, prev || noDeco[0], deco); - } - return curDOM -} - -function patchAttributes(dom, prev, cur) { - for (var name in prev) - { if (name != "class" && name != "style" && name != "nodeName" && !(name in cur)) - { dom.removeAttribute(name); } } - for (var name$1 in cur) - { if (name$1 != "class" && name$1 != "style" && name$1 != "nodeName" && cur[name$1] != prev[name$1]) - { dom.setAttribute(name$1, cur[name$1]); } } - if (prev.class != cur.class) { - var prevList = prev.class ? prev.class.split(" ") : nothing; - var curList = cur.class ? cur.class.split(" ") : nothing; - for (var i = 0; i < prevList.length; i++) { if (curList.indexOf(prevList[i]) == -1) - { dom.classList.remove(prevList[i]); } } - for (var i$1 = 0; i$1 < curList.length; i$1++) { if (prevList.indexOf(curList[i$1]) == -1) - { dom.classList.add(curList[i$1]); } } - } - if (prev.style != cur.style) { - if (prev.style) { - var prop = /\s*([\w\-\xa1-\uffff]+)\s*:(?:"(?:\\.|[^"])*"|'(?:\\.|[^'])*'|\(.*?\)|[^;])*/g, m; - while (m = prop.exec(prev.style)) - { dom.style.removeProperty(m[1]); } - } - if (cur.style) - { dom.style.cssText += cur.style; } - } -} - -function applyOuterDeco(dom, deco, node) { - return patchOuterDeco(dom, dom, noDeco, computeOuterDeco(deco, node, dom.nodeType != 1)) -} - -// : ([Decoration], [Decoration]) → bool -function sameOuterDeco(a, b) { - if (a.length != b.length) { return false } - for (var i = 0; i < a.length; i++) { if (!a[i].type.eq(b[i].type)) { return false } } - return true -} - -// Remove a DOM node and return its next sibling. -function rm(dom) { - var next = dom.nextSibling; - dom.parentNode.removeChild(dom); - return next -} - -// Helper class for incrementally updating a tree of mark descs and -// the widget and node descs inside of them. -var ViewTreeUpdater = function ViewTreeUpdater(top, lockedNode) { - this.top = top; - this.lock = lockedNode; - // Index into `this.top`'s child array, represents the current - // update position. - this.index = 0; - // When entering a mark, the current top and index are pushed - // onto this. - this.stack = []; - // Tracks whether anything was changed - this.changed = false; - - var pre = preMatch(top.node.content, top.children); - this.preMatched = pre.nodes; - this.preMatchOffset = pre.offset; -}; - -ViewTreeUpdater.prototype.getPreMatch = function getPreMatch (index) { - return index >= this.preMatchOffset ? this.preMatched[index - this.preMatchOffset] : null -}; - -// Destroy and remove the children between the given indices in -// `this.top`. -ViewTreeUpdater.prototype.destroyBetween = function destroyBetween (start, end) { - if (start == end) { return } - for (var i = start; i < end; i++) { this.top.children[i].destroy(); } - this.top.children.splice(start, end - start); - this.changed = true; -}; - -// Destroy all remaining children in `this.top`. -ViewTreeUpdater.prototype.destroyRest = function destroyRest () { - this.destroyBetween(this.index, this.top.children.length); -}; - -// : ([Mark], EditorView) -// Sync the current stack of mark descs with the given array of -// marks, reusing existing mark descs when possible. -ViewTreeUpdater.prototype.syncToMarks = function syncToMarks (marks, inline, view) { - var keep = 0, depth = this.stack.length >> 1; - var maxKeep = Math.min(depth, marks.length); - while (keep < maxKeep && - (keep == depth - 1 ? this.top : this.stack[(keep + 1) << 1]).matchesMark(marks[keep]) && marks[keep].type.spec.spanning !== false) - { keep++; } - - while (keep < depth) { - this.destroyRest(); - this.top.dirty = NOT_DIRTY; - this.index = this.stack.pop(); - this.top = this.stack.pop(); - depth--; - } - while (depth < marks.length) { - this.stack.push(this.top, this.index + 1); - var found = -1; - for (var i = this.index; i < Math.min(this.index + 3, this.top.children.length); i++) { - if (this.top.children[i].matchesMark(marks[depth])) { found = i; break } - } - if (found > -1) { - if (found > this.index) { - this.changed = true; - this.destroyBetween(this.index, found); - } - this.top = this.top.children[this.index]; - } else { - var markDesc = MarkViewDesc.create(this.top, marks[depth], inline, view); - this.top.children.splice(this.index, 0, markDesc); - this.top = markDesc; - this.changed = true; - } - this.index = 0; - depth++; - } -}; - -// : (Node, [Decoration], DecorationSet) → bool -// Try to find a node desc matching the given data. Skip over it and -// return true when successful. -ViewTreeUpdater.prototype.findNodeMatch = function findNodeMatch (node, outerDeco, innerDeco, index) { - var found = -1, preMatch = index < 0 ? undefined : this.getPreMatch(index), children = this.top.children; - if (preMatch && preMatch.matchesNode(node, outerDeco, innerDeco)) { - found = children.indexOf(preMatch); - } else { - for (var i = this.index, e = Math.min(children.length, i + 5); i < e; i++) { - var child = children[i]; - if (child.matchesNode(node, outerDeco, innerDeco) && this.preMatched.indexOf(child) < 0) { - found = i; - break - } - } - } - if (found < 0) { return false } - this.destroyBetween(this.index, found); - this.index++; - return true -}; - -// : (Node, [Decoration], DecorationSet, EditorView, Fragment, number) → bool -// Try to update the next node, if any, to the given data. Checks -// pre-matches to avoid overwriting nodes that could still be used. -ViewTreeUpdater.prototype.updateNextNode = function updateNextNode (node, outerDeco, innerDeco, view, index) { - for (var i = this.index; i < this.top.children.length; i++) { - var next = this.top.children[i]; - if (next instanceof NodeViewDesc) { - var preMatch = this.preMatched.indexOf(next); - if (preMatch > -1 && preMatch + this.preMatchOffset != index) { return false } - var nextDOM = next.dom; - - // Can't update if nextDOM is or contains this.lock, except if - // it's a text node whose content already matches the new text - // and whose decorations match the new ones. - var locked = this.lock && (nextDOM == this.lock || nextDOM.nodeType == 1 && nextDOM.contains(this.lock.parentNode)) && - !(node.isText && next.node && next.node.isText && next.nodeDOM.nodeValue == node.text && - next.dirty != NODE_DIRTY && sameOuterDeco(outerDeco, next.outerDeco)); - if (!locked && next.update(node, outerDeco, innerDeco, view)) { - this.destroyBetween(this.index, i); - if (next.dom != nextDOM) { this.changed = true; } - this.index++; - return true - } - break - } - } - return false -}; - -// : (Node, [Decoration], DecorationSet, EditorView) -// Insert the node as a newly created node desc. -ViewTreeUpdater.prototype.addNode = function addNode (node, outerDeco, innerDeco, view, pos) { - this.top.children.splice(this.index++, 0, NodeViewDesc.create(this.top, node, outerDeco, innerDeco, view, pos)); - this.changed = true; -}; - -ViewTreeUpdater.prototype.placeWidget = function placeWidget (widget, view, pos) { - var next = this.index < this.top.children.length ? this.top.children[this.index] : null; - if (next && next.matchesWidget(widget) && (widget == next.widget || !next.widget.type.toDOM.parentNode)) { - this.index++; - } else { - var desc = new WidgetViewDesc(this.top, widget, view, pos); - this.top.children.splice(this.index++, 0, desc); - this.changed = true; - } -}; - -// Make sure a textblock looks and behaves correctly in -// contentEditable. -ViewTreeUpdater.prototype.addTextblockHacks = function addTextblockHacks () { - var lastChild = this.top.children[this.index - 1]; - while (lastChild instanceof MarkViewDesc) { lastChild = lastChild.children[lastChild.children.length - 1]; } - - if (!lastChild || // Empty textblock - !(lastChild instanceof TextViewDesc) || - /\n$/.test(lastChild.node.text)) { - if (this.index < this.top.children.length && this.top.children[this.index].matchesHack()) { - this.index++; - } else { - var dom = document.createElement("br"); - this.top.children.splice(this.index++, 0, new BRHackViewDesc(this.top, nothing, dom, null)); - this.changed = true; - } - } -}; - -// : (Fragment, [ViewDesc]) → [ViewDesc] -// Iterate from the end of the fragment and array of descs to find -// directly matching ones, in order to avoid overeagerly reusing -// those for other nodes. Returns an array whose positions correspond -// to node positions in the fragment, and whose elements are either -// descs matched to the child at that index, or empty. -function preMatch(frag, descs) { - var result = [], end = frag.childCount; - for (var i = descs.length - 1; end > 0 && i >= 0; i--) { - var desc = descs[i], node = desc.node; - if (!node) { continue } - if (node != frag.child(end - 1)) { break } - result.push(desc); - --end; - } - return {nodes: result.reverse(), offset: end} -} - -function compareSide(a, b) { return a.type.side - b.type.side } - -// : (ViewDesc, DecorationSet, (Decoration, number), (Node, [Decoration], DecorationSet, number)) -// This function abstracts iterating over the nodes and decorations in -// a fragment. Calls `onNode` for each node, with its local and child -// decorations. Splits text nodes when there is a decoration starting -// or ending inside of them. Calls `onWidget` for each widget. -function iterDeco(parent, deco, onWidget, onNode) { - var locals = deco.locals(parent), offset = 0; - // Simple, cheap variant for when there are no local decorations - if (locals.length == 0) { - for (var i = 0; i < parent.childCount; i++) { - var child = parent.child(i); - onNode(child, locals, deco.forChild(offset, child), i); - offset += child.nodeSize; - } - return - } - - var decoIndex = 0, active = [], restNode = null; - for (var parentIndex = 0;;) { - if (decoIndex < locals.length && locals[decoIndex].to == offset) { - var widget = locals[decoIndex++], widgets = (void 0); - while (decoIndex < locals.length && locals[decoIndex].to == offset) - { (widgets || (widgets = [widget])).push(locals[decoIndex++]); } - if (widgets) { - widgets.sort(compareSide); - for (var i$1 = 0; i$1 < widgets.length; i$1++) { onWidget(widgets[i$1], parentIndex, !!restNode); } - } else { - onWidget(widget, parentIndex, !!restNode); - } - } - - var child$1 = (void 0), index = (void 0); - if (restNode) { - index = -1; - child$1 = restNode; - restNode = null; - } else if (parentIndex < parent.childCount) { - index = parentIndex; - child$1 = parent.child(parentIndex++); - } else { - break - } - - for (var i$2 = 0; i$2 < active.length; i$2++) { if (active[i$2].to <= offset) { active.splice(i$2--, 1); } } - while (decoIndex < locals.length && locals[decoIndex].from <= offset && locals[decoIndex].to > offset) - { active.push(locals[decoIndex++]); } - - var end = offset + child$1.nodeSize; - if (child$1.isText) { - var cutAt = end; - if (decoIndex < locals.length && locals[decoIndex].from < cutAt) { cutAt = locals[decoIndex].from; } - for (var i$3 = 0; i$3 < active.length; i$3++) { if (active[i$3].to < cutAt) { cutAt = active[i$3].to; } } - if (cutAt < end) { - restNode = child$1.cut(cutAt - offset); - child$1 = child$1.cut(0, cutAt - offset); - end = cutAt; - index = -1; - } - } - - var outerDeco = !active.length ? nothing - : child$1.isInline && !child$1.isLeaf ? active.filter(function (d) { return !d.inline; }) - : active.slice(); - onNode(child$1, outerDeco, deco.forChild(offset, child$1), index); - offset = end; - } -} - -// List markers in Mobile Safari will mysteriously disappear -// sometimes. This works around that. -function iosHacks(dom) { - if (dom.nodeName == "UL" || dom.nodeName == "OL") { - var oldCSS = dom.style.cssText; - dom.style.cssText = oldCSS + "; list-style: square !important"; - window.getComputedStyle(dom).listStyle; - dom.style.cssText = oldCSS; - } -} - -function nearbyTextNode(node, offset) { - for (;;) { - if (node.nodeType == 3) { return node } - if (node.nodeType == 1 && offset > 0) { - if (node.childNodes.length > offset && node.childNodes[offset].nodeType == 3) - { return node.childNodes[offset] } - node = node.childNodes[offset - 1]; - offset = nodeSize(node); - } else if (node.nodeType == 1 && offset < node.childNodes.length) { - node = node.childNodes[offset]; - offset = 0; - } else { - return null - } - } -} - -// Find a piece of text in an inline fragment, overlapping from-to -function findTextInFragment(frag, text, from, to) { - for (var i = 0, pos = 0; i < frag.childCount && pos <= to;) { - var child = frag.child(i++), childStart = pos; - pos += child.nodeSize; - if (!child.isText) { continue } - var str = child.text; - while (i < frag.childCount) { - var next = frag.child(i++); - pos += next.nodeSize; - if (!next.isText) { break } - str += next.text; - } - if (pos >= from) { - var found = str.lastIndexOf(text, to - childStart); - if (found >= 0 && found + text.length + childStart >= from) - { return childStart + found } - } - } - return -1 -} - -// Replace range from-to in an array of view descs with replacement -// (may be null to just delete). This goes very much against the grain -// of the rest of this code, which tends to create nodes with the -// right shape in one go, rather than messing with them after -// creation, but is necessary in the composition hack. -function replaceNodes(nodes, from, to, view, replacement) { - var result = []; - for (var i = 0, off = 0; i < nodes.length; i++) { - var child = nodes[i], start = off, end = off += child.size; - if (start >= to || end <= from) { - result.push(child); - } else { - if (start < from) { result.push(child.slice(0, from - start, view)); } - if (replacement) { - result.push(replacement); - replacement = null; - } - if (end > to) { result.push(child.slice(to - start, child.size, view)); } - } - } - return result -} - -function selectionFromDOM(view, origin) { - var domSel = view.root.getSelection(), doc = view.state.doc; - if (!domSel.focusNode) { return null } - var nearestDesc = view.docView.nearestDesc(domSel.focusNode), inWidget = nearestDesc && nearestDesc.size == 0; - var head = view.docView.posFromDOM(domSel.focusNode, domSel.focusOffset); - if (head < 0) { return null } - var $head = doc.resolve(head), $anchor, selection; - if (selectionCollapsed(domSel)) { - $anchor = $head; - while (nearestDesc && !nearestDesc.node) { nearestDesc = nearestDesc.parent; } - if (nearestDesc && nearestDesc.node.isAtom && prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"].isSelectable(nearestDesc.node) && nearestDesc.parent - && !(nearestDesc.node.isInline && isOnEdge(domSel.focusNode, domSel.focusOffset, nearestDesc.dom))) { - var pos = nearestDesc.posBefore; - selection = new prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"](head == pos ? $head : doc.resolve(pos)); - } - } else { - var anchor = view.docView.posFromDOM(domSel.anchorNode, domSel.anchorOffset); - if (anchor < 0) { return null } - $anchor = doc.resolve(anchor); - } - - if (!selection) { - var bias = origin == "pointer" || (view.state.selection.head < $head.pos && !inWidget) ? 1 : -1; - selection = selectionBetween(view, $anchor, $head, bias); - } - return selection -} - -function selectionToDOM(view, force) { - var sel = view.state.selection; - syncNodeSelection(view, sel); - - if (view.editable ? !view.hasFocus() : - !(hasSelection(view) && document.activeElement && document.activeElement.contains(view.dom))) { return } - - view.domObserver.disconnectSelection(); - - if (view.cursorWrapper) { - selectCursorWrapper(view); - } else { - var anchor = sel.anchor; - var head = sel.head; - var resetEditableFrom, resetEditableTo; - if (brokenSelectBetweenUneditable && !(sel instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"])) { - if (!sel.$from.parent.inlineContent) - { resetEditableFrom = temporarilyEditableNear(view, sel.from); } - if (!sel.empty && !sel.$from.parent.inlineContent) - { resetEditableTo = temporarilyEditableNear(view, sel.to); } - } - view.docView.setSelection(anchor, head, view.root, force); - if (brokenSelectBetweenUneditable) { - if (resetEditableFrom) { resetEditable(resetEditableFrom); } - if (resetEditableTo) { resetEditable(resetEditableTo); } - } - if (sel.visible) { - view.dom.classList.remove("ProseMirror-hideselection"); - } else { - view.dom.classList.add("ProseMirror-hideselection"); - if ("onselectionchange" in document) { removeClassOnSelectionChange(view); } - } - } - - view.domObserver.setCurSelection(); - view.domObserver.connectSelection(); -} - -// Kludge to work around Webkit not allowing a selection to start/end -// between non-editable block nodes. We briefly make something -// editable, set the selection, then set it uneditable again. - -var brokenSelectBetweenUneditable = result.safari || result.chrome && result.chrome_version < 63; - -function temporarilyEditableNear(view, pos) { - var ref = view.docView.domFromPos(pos); - var node = ref.node; - var offset = ref.offset; - var after = offset < node.childNodes.length ? node.childNodes[offset] : null; - var before = offset ? node.childNodes[offset - 1] : null; - if (result.safari && after && after.contentEditable == "false") { return setEditable(after) } - if ((!after || after.contentEditable == "false") && (!before || before.contentEditable == "false")) { - if (after) { return setEditable(after) } - else if (before) { return setEditable(before) } - } -} - -function setEditable(element) { - element.contentEditable = "true"; - if (result.safari && element.draggable) { element.draggable = false; element.wasDraggable = true; } - return element -} - -function resetEditable(element) { - element.contentEditable = "false"; - if (element.wasDraggable) { element.draggable = true; element.wasDraggable = null; } -} - -function removeClassOnSelectionChange(view) { - var doc = view.dom.ownerDocument; - doc.removeEventListener("selectionchange", view.hideSelectionGuard); - var domSel = view.root.getSelection(); - var node = domSel.anchorNode, offset = domSel.anchorOffset; - doc.addEventListener("selectionchange", view.hideSelectionGuard = function () { - if (domSel.anchorNode != node || domSel.anchorOffset != offset) { - doc.removeEventListener("selectionchange", view.hideSelectionGuard); - view.dom.classList.remove("ProseMirror-hideselection"); - } - }); -} - -function selectCursorWrapper(view) { - var domSel = view.root.getSelection(), range = document.createRange(); - var node = view.cursorWrapper.dom, img = node.nodeName == "IMG"; - if (img) { range.setEnd(node.parentNode, domIndex(node) + 1); } - else { range.setEnd(node, 0); } - range.collapse(false); - domSel.removeAllRanges(); - domSel.addRange(range); - // Kludge to kill 'control selection' in IE11 when selecting an - // invisible cursor wrapper, since that would result in those weird - // resize handles and a selection that considers the absolutely - // positioned wrapper, rather than the root editable node, the - // focused element. - if (!img && !view.state.selection.visible && result.ie && result.ie_version <= 11) { - node.disabled = true; - node.disabled = false; - } -} - -function syncNodeSelection(view, sel) { - if (sel instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"]) { - var desc = view.docView.descAt(sel.from); - if (desc != view.lastSelectedViewDesc) { - clearNodeSelection(view); - if (desc) { desc.selectNode(); } - view.lastSelectedViewDesc = desc; - } - } else { - clearNodeSelection(view); - } -} - -// Clear all DOM statefulness of the last node selection. -function clearNodeSelection(view) { - if (view.lastSelectedViewDesc) { - if (view.lastSelectedViewDesc.parent) - { view.lastSelectedViewDesc.deselectNode(); } - view.lastSelectedViewDesc = null; - } -} - -function selectionBetween(view, $anchor, $head, bias) { - return view.someProp("createSelectionBetween", function (f) { return f(view, $anchor, $head); }) - || prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"].between($anchor, $head, bias) -} - -function hasFocusAndSelection(view) { - if (view.editable && view.root.activeElement != view.dom) { return false } - return hasSelection(view) -} - -function hasSelection(view) { - var sel = view.root.getSelection(); - if (!sel.anchorNode) { return false } - try { - // Firefox will raise 'permission denied' errors when accessing - // properties of `sel.anchorNode` when it's in a generated CSS - // element. - return view.dom.contains(sel.anchorNode.nodeType == 3 ? sel.anchorNode.parentNode : sel.anchorNode) && - (view.editable || view.dom.contains(sel.focusNode.nodeType == 3 ? sel.focusNode.parentNode : sel.focusNode)) - } catch(_) { - return false - } -} - -function anchorInRightPlace(view) { - var anchorDOM = view.docView.domFromPos(view.state.selection.anchor); - var domSel = view.root.getSelection(); - return isEquivalentPosition(anchorDOM.node, anchorDOM.offset, domSel.anchorNode, domSel.anchorOffset) -} - -function moveSelectionBlock(state, dir) { - var ref = state.selection; - var $anchor = ref.$anchor; - var $head = ref.$head; - var $side = dir > 0 ? $anchor.max($head) : $anchor.min($head); - var $start = !$side.parent.inlineContent ? $side : $side.depth ? state.doc.resolve(dir > 0 ? $side.after() : $side.before()) : null; - return $start && prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["Selection"].findFrom($start, dir) -} - -function apply(view, sel) { - view.dispatch(view.state.tr.setSelection(sel).scrollIntoView()); - return true -} - -function selectHorizontally(view, dir, mods) { - var sel = view.state.selection; - if (sel instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"]) { - if (!sel.empty || mods.indexOf("s") > -1) { - return false - } else if (view.endOfTextblock(dir > 0 ? "right" : "left")) { - var next = moveSelectionBlock(view.state, dir); - if (next && (next instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"])) { return apply(view, next) } - return false - } else if (!(result.mac && mods.indexOf("m") > -1)) { - var $head = sel.$head, node = $head.textOffset ? null : dir < 0 ? $head.nodeBefore : $head.nodeAfter, desc; - if (!node || node.isText) { return false } - var nodePos = dir < 0 ? $head.pos - node.nodeSize : $head.pos; - if (!(node.isAtom || (desc = view.docView.descAt(nodePos)) && !desc.contentDOM)) { return false } - if (prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"].isSelectable(node)) { - return apply(view, new prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"](dir < 0 ? view.state.doc.resolve($head.pos - node.nodeSize) : $head)) - } else if (result.webkit) { - // Chrome and Safari will introduce extra pointless cursor - // positions around inline uneditable nodes, so we have to - // take over and move the cursor past them (#937) - return apply(view, new prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"](view.state.doc.resolve(dir < 0 ? nodePos : nodePos + node.nodeSize))) - } else { - return false - } - } - } else if (sel instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"] && sel.node.isInline) { - return apply(view, new prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"](dir > 0 ? sel.$to : sel.$from)) - } else { - var next$1 = moveSelectionBlock(view.state, dir); - if (next$1) { return apply(view, next$1) } - return false - } -} - -function nodeLen(node) { - return node.nodeType == 3 ? node.nodeValue.length : node.childNodes.length -} - -function isIgnorable(dom) { - var desc = dom.pmViewDesc; - return desc && desc.size == 0 && (dom.nextSibling || dom.nodeName != "BR") -} - -// Make sure the cursor isn't directly after one or more ignored -// nodes, which will confuse the browser's cursor motion logic. -function skipIgnoredNodesLeft(view) { - var sel = view.root.getSelection(); - var node = sel.focusNode, offset = sel.focusOffset; - if (!node) { return } - var moveNode, moveOffset, force = false; - // Gecko will do odd things when the selection is directly in front - // of a non-editable node, so in that case, move it into the next - // node if possible. Issue prosemirror/prosemirror#832. - if (result.gecko && node.nodeType == 1 && offset < nodeLen(node) && isIgnorable(node.childNodes[offset])) { force = true; } - for (;;) { - if (offset > 0) { - if (node.nodeType != 1) { - break - } else { - var before = node.childNodes[offset - 1]; - if (isIgnorable(before)) { - moveNode = node; - moveOffset = --offset; - } else if (before.nodeType == 3) { - node = before; - offset = node.nodeValue.length; - } else { break } - } - } else if (isBlockNode(node)) { - break - } else { - var prev = node.previousSibling; - while (prev && isIgnorable(prev)) { - moveNode = node.parentNode; - moveOffset = domIndex(prev); - prev = prev.previousSibling; - } - if (!prev) { - node = node.parentNode; - if (node == view.dom) { break } - offset = 0; - } else { - node = prev; - offset = nodeLen(node); - } - } - } - if (force) { setSelFocus(view, sel, node, offset); } - else if (moveNode) { setSelFocus(view, sel, moveNode, moveOffset); } -} - -// Make sure the cursor isn't directly before one or more ignored -// nodes. -function skipIgnoredNodesRight(view) { - var sel = view.root.getSelection(); - var node = sel.focusNode, offset = sel.focusOffset; - if (!node) { return } - var len = nodeLen(node); - var moveNode, moveOffset; - for (;;) { - if (offset < len) { - if (node.nodeType != 1) { break } - var after = node.childNodes[offset]; - if (isIgnorable(after)) { - moveNode = node; - moveOffset = ++offset; - } - else { break } - } else if (isBlockNode(node)) { - break - } else { - var next = node.nextSibling; - while (next && isIgnorable(next)) { - moveNode = next.parentNode; - moveOffset = domIndex(next) + 1; - next = next.nextSibling; - } - if (!next) { - node = node.parentNode; - if (node == view.dom) { break } - offset = len = 0; - } else { - node = next; - offset = 0; - len = nodeLen(node); - } - } - } - if (moveNode) { setSelFocus(view, sel, moveNode, moveOffset); } -} - -function isBlockNode(dom) { - var desc = dom.pmViewDesc; - return desc && desc.node && desc.node.isBlock -} - -function setSelFocus(view, sel, node, offset) { - if (selectionCollapsed(sel)) { - var range = document.createRange(); - range.setEnd(node, offset); - range.setStart(node, offset); - sel.removeAllRanges(); - sel.addRange(range); - } else if (sel.extend) { - sel.extend(node, offset); - } - view.domObserver.setCurSelection(); - var state = view.state; - // If no state update ends up happening, reset the selection. - setTimeout(function () { - if (view.state == state) { selectionToDOM(view); } - }, 50); -} - -// : (EditorState, number) -// Check whether vertical selection motion would involve node -// selections. If so, apply it (if not, the result is left to the -// browser) -function selectVertically(view, dir, mods) { - var sel = view.state.selection; - if (sel instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"] && !sel.empty || mods.indexOf("s") > -1) { return false } - if (result.mac && mods.indexOf("m") > -1) { return false } - var $from = sel.$from; - var $to = sel.$to; - - if (!$from.parent.inlineContent || view.endOfTextblock(dir < 0 ? "up" : "down")) { - var next = moveSelectionBlock(view.state, dir); - if (next && (next instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"])) - { return apply(view, next) } - } - if (!$from.parent.inlineContent) { - var beyond = prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["Selection"].findFrom(dir < 0 ? $from : $to, dir); - return beyond ? apply(view, beyond) : true - } - return false -} - -function stopNativeHorizontalDelete(view, dir) { - if (!(view.state.selection instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"])) { return true } - var ref = view.state.selection; - var $head = ref.$head; - var $anchor = ref.$anchor; - var empty = ref.empty; - if (!$head.sameParent($anchor)) { return true } - if (!empty) { return false } - if (view.endOfTextblock(dir > 0 ? "forward" : "backward")) { return true } - var nextNode = !$head.textOffset && (dir < 0 ? $head.nodeBefore : $head.nodeAfter); - if (nextNode && !nextNode.isText) { - var tr = view.state.tr; - if (dir < 0) { tr.delete($head.pos - nextNode.nodeSize, $head.pos); } - else { tr.delete($head.pos, $head.pos + nextNode.nodeSize); } - view.dispatch(tr); - return true - } - return false -} - -function switchEditable(view, node, state) { - view.domObserver.stop(); - node.contentEditable = state; - view.domObserver.start(); -} - -// Issue #867 / #1090 / https://bugs.chromium.org/p/chromium/issues/detail?id=903821 -// In which Safari (and at some point in the past, Chrome) does really -// wrong things when the down arrow is pressed when the cursor is -// directly at the start of a textblock and has an uneditable node -// after it -function safariDownArrowBug(view) { - if (!result.safari || view.state.selection.$head.parentOffset > 0) { return } - var ref = view.root.getSelection(); - var focusNode = ref.focusNode; - var focusOffset = ref.focusOffset; - if (focusNode && focusNode.nodeType == 1 && focusOffset == 0 && - focusNode.firstChild && focusNode.firstChild.contentEditable == "false") { - var child = focusNode.firstChild; - switchEditable(view, child, true); - setTimeout(function () { return switchEditable(view, child, false); }, 20); - } -} - -// A backdrop key mapping used to make sure we always suppress keys -// that have a dangerous default effect, even if the commands they are -// bound to return false, and to make sure that cursor-motion keys -// find a cursor (as opposed to a node selection) when pressed. For -// cursor-motion keys, the code in the handlers also takes care of -// block selections. - -function getMods(event) { - var result = ""; - if (event.ctrlKey) { result += "c"; } - if (event.metaKey) { result += "m"; } - if (event.altKey) { result += "a"; } - if (event.shiftKey) { result += "s"; } - return result -} - -function captureKeyDown(view, event) { - var code = event.keyCode, mods = getMods(event); - if (code == 8 || (result.mac && code == 72 && mods == "c")) { // Backspace, Ctrl-h on Mac - return stopNativeHorizontalDelete(view, -1) || skipIgnoredNodesLeft(view) - } else if (code == 46 || (result.mac && code == 68 && mods == "c")) { // Delete, Ctrl-d on Mac - return stopNativeHorizontalDelete(view, 1) || skipIgnoredNodesRight(view) - } else if (code == 13 || code == 27) { // Enter, Esc - return true - } else if (code == 37) { // Left arrow - return selectHorizontally(view, -1, mods) || skipIgnoredNodesLeft(view) - } else if (code == 39) { // Right arrow - return selectHorizontally(view, 1, mods) || skipIgnoredNodesRight(view) - } else if (code == 38) { // Up arrow - return selectVertically(view, -1, mods) || skipIgnoredNodesLeft(view) - } else if (code == 40) { // Down arrow - return safariDownArrowBug(view) || selectVertically(view, 1, mods) || skipIgnoredNodesRight(view) - } else if (mods == (result.mac ? "m" : "c") && - (code == 66 || code == 73 || code == 89 || code == 90)) { // Mod-[biyz] - return true - } - return false -} - -// Note that all referencing and parsing is done with the -// start-of-operation selection and document, since that's the one -// that the DOM represents. If any changes came in in the meantime, -// the modification is mapped over those before it is applied, in -// readDOMChange. - -function parseBetween(view, from_, to_) { - var ref = view.docView.parseRange(from_, to_); - var parent = ref.node; - var fromOffset = ref.fromOffset; - var toOffset = ref.toOffset; - var from = ref.from; - var to = ref.to; - - var domSel = view.root.getSelection(), find = null, anchor = domSel.anchorNode; - if (anchor && view.dom.contains(anchor.nodeType == 1 ? anchor : anchor.parentNode)) { - find = [{node: anchor, offset: domSel.anchorOffset}]; - if (!selectionCollapsed(domSel)) - { find.push({node: domSel.focusNode, offset: domSel.focusOffset}); } - } - // Work around issue in Chrome where backspacing sometimes replaces - // the deleted content with a random BR node (issues #799, #831) - if (result.chrome && view.lastKeyCode === 8) { - for (var off = toOffset; off > fromOffset; off--) { - var node = parent.childNodes[off - 1], desc = node.pmViewDesc; - if (node.nodeType == "BR" && !desc) { toOffset = off; break } - if (!desc || desc.size) { break } - } - } - var startDoc = view.state.doc; - var parser = view.someProp("domParser") || prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["DOMParser"].fromSchema(view.state.schema); - var $from = startDoc.resolve(from); - - var sel = null, doc = parser.parse(parent, { - topNode: $from.parent, - topMatch: $from.parent.contentMatchAt($from.index()), - topOpen: true, - from: fromOffset, - to: toOffset, - preserveWhitespace: $from.parent.type.spec.code ? "full" : true, - editableContent: true, - findPositions: find, - ruleFromNode: ruleFromNode, - context: $from - }); - if (find && find[0].pos != null) { - var anchor$1 = find[0].pos, head = find[1] && find[1].pos; - if (head == null) { head = anchor$1; } - sel = {anchor: anchor$1 + from, head: head + from}; - } - return {doc: doc, sel: sel, from: from, to: to} -} - -function ruleFromNode(dom) { - var desc = dom.pmViewDesc; - if (desc) { - return desc.parseRule() - } else if (dom.nodeName == "BR" && dom.parentNode) { - // Safari replaces the list item or table cell with a BR - // directly in the list node (?!) if you delete the last - // character in a list item or table cell (#708, #862) - if (result.safari && /^(ul|ol)$/i.test(dom.parentNode.nodeName)) { - var skip = document.createElement("div"); - skip.appendChild(document.createElement("li")); - return {skip: skip} - } else if (dom.parentNode.lastChild == dom || result.safari && /^(tr|table)$/i.test(dom.parentNode.nodeName)) { - return {ignore: true} - } - } else if (dom.nodeName == "IMG" && dom.getAttribute("mark-placeholder")) { - return {ignore: true} - } -} - -function readDOMChange(view, from, to, typeOver, addedNodes) { - if (from < 0) { - var origin = view.lastSelectionTime > Date.now() - 50 ? view.lastSelectionOrigin : null; - var newSel = selectionFromDOM(view, origin); - if (newSel && !view.state.selection.eq(newSel)) { - var tr$1 = view.state.tr.setSelection(newSel); - if (origin == "pointer") { tr$1.setMeta("pointer", true); } - else if (origin == "key") { tr$1.scrollIntoView(); } - view.dispatch(tr$1); - } - return - } - - var $before = view.state.doc.resolve(from); - var shared = $before.sharedDepth(to); - from = $before.before(shared + 1); - to = view.state.doc.resolve(to).after(shared + 1); - - var sel = view.state.selection; - var parse = parseBetween(view, from, to); - - var doc = view.state.doc, compare = doc.slice(parse.from, parse.to); - var preferredPos, preferredSide; - // Prefer anchoring to end when Backspace is pressed - if (view.lastKeyCode === 8 && Date.now() - 100 < view.lastKeyCodeTime) { - preferredPos = view.state.selection.to; - preferredSide = "end"; - } else { - preferredPos = view.state.selection.from; - preferredSide = "start"; - } - view.lastKeyCode = null; - - var change = findDiff(compare.content, parse.doc.content, parse.from, preferredPos, preferredSide); - if (!change) { - if (typeOver && sel instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"] && !sel.empty && sel.$head.sameParent(sel.$anchor) && - !view.composing && !(parse.sel && parse.sel.anchor != parse.sel.head)) { - change = {start: sel.from, endA: sel.to, endB: sel.to}; - } else { - if (parse.sel) { - var sel$1 = resolveSelection(view, view.state.doc, parse.sel); - if (sel$1 && !sel$1.eq(view.state.selection)) { view.dispatch(view.state.tr.setSelection(sel$1)); } - } - return - } - } - view.domChangeCount++; - // Handle the case where overwriting a selection by typing matches - // the start or end of the selected content, creating a change - // that's smaller than what was actually overwritten. - if (view.state.selection.from < view.state.selection.to && - change.start == change.endB && - view.state.selection instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"]) { - if (change.start > view.state.selection.from && change.start <= view.state.selection.from + 2) { - change.start = view.state.selection.from; - } else if (change.endA < view.state.selection.to && change.endA >= view.state.selection.to - 2) { - change.endB += (view.state.selection.to - change.endA); - change.endA = view.state.selection.to; - } - } - - // IE11 will insert a non-breaking space _ahead_ of the space after - // the cursor space when adding a space before another space. When - // that happened, adjust the change to cover the space instead. - if (result.ie && result.ie_version <= 11 && change.endB == change.start + 1 && - change.endA == change.start && change.start > parse.from && - parse.doc.textBetween(change.start - parse.from - 1, change.start - parse.from + 1) == " \u00a0") { - change.start--; - change.endA--; - change.endB--; - } - - var $from = parse.doc.resolveNoCache(change.start - parse.from); - var $to = parse.doc.resolveNoCache(change.endB - parse.from); - var inlineChange = $from.sameParent($to) && $from.parent.inlineContent; - var nextSel; - // If this looks like the effect of pressing Enter (or was recorded - // as being an iOS enter press), just dispatch an Enter key instead. - if (((result.ios && view.lastIOSEnter > Date.now() - 225 && - (!inlineChange || addedNodes.some(function (n) { return n.nodeName == "DIV" || n.nodeName == "P"; }))) || - (!inlineChange && $from.pos < parse.doc.content.size && - (nextSel = prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["Selection"].findFrom(parse.doc.resolve($from.pos + 1), 1, true)) && - nextSel.head == $to.pos)) && - view.someProp("handleKeyDown", function (f) { return f(view, keyEvent(13, "Enter")); })) { - view.lastIOSEnter = 0; - return - } - // Same for backspace - if (view.state.selection.anchor > change.start && - looksLikeJoin(doc, change.start, change.endA, $from, $to) && - view.someProp("handleKeyDown", function (f) { return f(view, keyEvent(8, "Backspace")); })) { - if (result.android && result.chrome) { view.domObserver.suppressSelectionUpdates(); } // #820 - return - } - - // This tries to detect Android virtual keyboard - // enter-and-pick-suggestion action. That sometimes (see issue - // #1059) first fires a DOM mutation, before moving the selection to - // the newly created block. And then, because ProseMirror cleans up - // the DOM selection, it gives up moving the selection entirely, - // leaving the cursor in the wrong place. When that happens, we drop - // the new paragraph from the initial change, and fire a simulated - // enter key afterwards. - if (result.android && !inlineChange && $from.start() != $to.start() && $to.parentOffset == 0 && $from.depth == $to.depth && - parse.sel && parse.sel.anchor == parse.sel.head && parse.sel.head == change.endA) { - change.endB -= 2; - $to = parse.doc.resolveNoCache(change.endB - parse.from); - setTimeout(function () { - view.someProp("handleKeyDown", function (f) { return f(view, keyEvent(13, "Enter")); }); - }, 20); - } - - var chFrom = change.start, chTo = change.endA; - - var tr, storedMarks, markChange, $from1; - if (inlineChange) { - if ($from.pos == $to.pos) { // Deletion - // IE11 sometimes weirdly moves the DOM selection around after - // backspacing out the first element in a textblock - if (result.ie && result.ie_version <= 11 && $from.parentOffset == 0) { - view.domObserver.suppressSelectionUpdates(); - setTimeout(function () { return selectionToDOM(view); }, 20); - } - tr = view.state.tr.delete(chFrom, chTo); - storedMarks = doc.resolve(change.start).marksAcross(doc.resolve(change.endA)); - } else if ( // Adding or removing a mark - change.endA == change.endB && ($from1 = doc.resolve(change.start)) && - (markChange = isMarkChange($from.parent.content.cut($from.parentOffset, $to.parentOffset), - $from1.parent.content.cut($from1.parentOffset, change.endA - $from1.start()))) - ) { - tr = view.state.tr; - if (markChange.type == "add") { tr.addMark(chFrom, chTo, markChange.mark); } - else { tr.removeMark(chFrom, chTo, markChange.mark); } - } else if ($from.parent.child($from.index()).isText && $from.index() == $to.index() - ($to.textOffset ? 0 : 1)) { - // Both positions in the same text node -- simply insert text - var text = $from.parent.textBetween($from.parentOffset, $to.parentOffset); - if (view.someProp("handleTextInput", function (f) { return f(view, chFrom, chTo, text); })) { return } - tr = view.state.tr.insertText(text, chFrom, chTo); - } - } - - if (!tr) - { tr = view.state.tr.replace(chFrom, chTo, parse.doc.slice(change.start - parse.from, change.endB - parse.from)); } - if (parse.sel) { - var sel$2 = resolveSelection(view, tr.doc, parse.sel); - // Chrome Android will sometimes, during composition, report the - // selection in the wrong place. If it looks like that is - // happening, don't update the selection. - // Edge just doesn't move the cursor forward when you start typing - // in an empty block or between br nodes. - if (sel$2 && !(result.chrome && result.android && view.composing && sel$2.empty && - (sel$2.head == chFrom || sel$2.head == tr.mapping.map(chTo) - 1) || - result.ie && sel$2.empty && sel$2.head == chFrom)) - { tr.setSelection(sel$2); } - } - if (storedMarks) { tr.ensureMarks(storedMarks); } - view.dispatch(tr.scrollIntoView()); -} - -function resolveSelection(view, doc, parsedSel) { - if (Math.max(parsedSel.anchor, parsedSel.head) > doc.content.size) { return null } - return selectionBetween(view, doc.resolve(parsedSel.anchor), doc.resolve(parsedSel.head)) -} - -// : (Fragment, Fragment) → ?{mark: Mark, type: string} -// Given two same-length, non-empty fragments of inline content, -// determine whether the first could be created from the second by -// removing or adding a single mark type. -function isMarkChange(cur, prev) { - var curMarks = cur.firstChild.marks, prevMarks = prev.firstChild.marks; - var added = curMarks, removed = prevMarks, type, mark, update; - for (var i = 0; i < prevMarks.length; i++) { added = prevMarks[i].removeFromSet(added); } - for (var i$1 = 0; i$1 < curMarks.length; i$1++) { removed = curMarks[i$1].removeFromSet(removed); } - if (added.length == 1 && removed.length == 0) { - mark = added[0]; - type = "add"; - update = function (node) { return node.mark(mark.addToSet(node.marks)); }; - } else if (added.length == 0 && removed.length == 1) { - mark = removed[0]; - type = "remove"; - update = function (node) { return node.mark(mark.removeFromSet(node.marks)); }; - } else { - return null - } - var updated = []; - for (var i$2 = 0; i$2 < prev.childCount; i$2++) { updated.push(update(prev.child(i$2))); } - if (prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].from(updated).eq(cur)) { return {mark: mark, type: type} } -} - -function looksLikeJoin(old, start, end, $newStart, $newEnd) { - if (!$newStart.parent.isTextblock || - // The content must have shrunk - end - start <= $newEnd.pos - $newStart.pos || - // newEnd must point directly at or after the end of the block that newStart points into - skipClosingAndOpening($newStart, true, false) < $newEnd.pos) - { return false } - - var $start = old.resolve(start); - // Start must be at the end of a block - if ($start.parentOffset < $start.parent.content.size || !$start.parent.isTextblock) - { return false } - var $next = old.resolve(skipClosingAndOpening($start, true, true)); - // The next textblock must start before end and end near it - if (!$next.parent.isTextblock || $next.pos > end || - skipClosingAndOpening($next, true, false) < end) - { return false } - - // The fragments after the join point must match - return $newStart.parent.content.cut($newStart.parentOffset).eq($next.parent.content) -} - -function skipClosingAndOpening($pos, fromEnd, mayOpen) { - var depth = $pos.depth, end = fromEnd ? $pos.end() : $pos.pos; - while (depth > 0 && (fromEnd || $pos.indexAfter(depth) == $pos.node(depth).childCount)) { - depth--; - end++; - fromEnd = false; - } - if (mayOpen) { - var next = $pos.node(depth).maybeChild($pos.indexAfter(depth)); - while (next && !next.isLeaf) { - next = next.firstChild; - end++; - } - } - return end -} - -function findDiff(a, b, pos, preferredPos, preferredSide) { - var start = a.findDiffStart(b, pos); - if (start == null) { return null } - var ref = a.findDiffEnd(b, pos + a.size, pos + b.size); - var endA = ref.a; - var endB = ref.b; - if (preferredSide == "end") { - var adjust = Math.max(0, start - Math.min(endA, endB)); - preferredPos -= endA + adjust - start; - } - if (endA < start && a.size < b.size) { - var move = preferredPos <= start && preferredPos >= endA ? start - preferredPos : 0; - start -= move; - endB = start + (endB - endA); - endA = start; - } else if (endB < start) { - var move$1 = preferredPos <= start && preferredPos >= endB ? start - preferredPos : 0; - start -= move$1; - endA = start + (endA - endB); - endB = start; - } - return {start: start, endA: endA, endB: endB} -} - -function serializeForClipboard(view, slice) { - var context = []; - var content = slice.content; - var openStart = slice.openStart; - var openEnd = slice.openEnd; - while (openStart > 1 && openEnd > 1 && content.childCount == 1 && content.firstChild.childCount == 1) { - openStart--; - openEnd--; - var node = content.firstChild; - context.push(node.type.name, node.attrs != node.type.defaultAttrs ? node.attrs : null); - content = node.content; - } - - var serializer = view.someProp("clipboardSerializer") || prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["DOMSerializer"].fromSchema(view.state.schema); - var doc = detachedDoc(), wrap = doc.createElement("div"); - wrap.appendChild(serializer.serializeFragment(content, {document: doc})); - - var firstChild = wrap.firstChild, needsWrap; - while (firstChild && firstChild.nodeType == 1 && (needsWrap = wrapMap[firstChild.nodeName.toLowerCase()])) { - for (var i = needsWrap.length - 1; i >= 0; i--) { - var wrapper = doc.createElement(needsWrap[i]); - while (wrap.firstChild) { wrapper.appendChild(wrap.firstChild); } - wrap.appendChild(wrapper); - } - firstChild = wrap.firstChild; - } - - if (firstChild && firstChild.nodeType == 1) - { firstChild.setAttribute("data-pm-slice", (openStart + " " + openEnd + " " + (JSON.stringify(context)))); } - - var text = view.someProp("clipboardTextSerializer", function (f) { return f(slice); }) || - slice.content.textBetween(0, slice.content.size, "\n\n"); - - return {dom: wrap, text: text} -} - -// : (EditorView, string, string, ?bool, ResolvedPos) → ?Slice -// Read a slice of content from the clipboard (or drop data). -function parseFromClipboard(view, text, html, plainText, $context) { - var dom, inCode = $context.parent.type.spec.code, slice; - if (!html && !text) { return null } - var asText = text && (plainText || inCode || !html); - if (asText) { - view.someProp("transformPastedText", function (f) { text = f(text, inCode || plainText); }); - if (inCode) { return new prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Slice"](prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].from(view.state.schema.text(text)), 0, 0) } - var parsed = view.someProp("clipboardTextParser", function (f) { return f(text, $context, plainText); }); - if (parsed) { - slice = parsed; - } else { - dom = document.createElement("div"); - text.trim().split(/(?:\r\n?|\n)+/).forEach(function (block) { - dom.appendChild(document.createElement("p")).textContent = block; - }); - } - } else { - view.someProp("transformPastedHTML", function (f) { html = f(html); }); - dom = readHTML(html); - } - - var contextNode = dom && dom.querySelector("[data-pm-slice]"); - var sliceData = contextNode && /^(\d+) (\d+) (.*)/.exec(contextNode.getAttribute("data-pm-slice")); - if (!slice) { - var parser = view.someProp("clipboardParser") || view.someProp("domParser") || prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["DOMParser"].fromSchema(view.state.schema); - slice = parser.parseSlice(dom, {preserveWhitespace: !!(asText || sliceData), context: $context}); - } - if (sliceData) - { slice = addContext(closeSlice(slice, +sliceData[1], +sliceData[2]), sliceData[3]); } - else // HTML wasn't created by ProseMirror. Make sure top-level siblings are coherent - { slice = prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Slice"].maxOpen(normalizeSiblings(slice.content, $context), false); } - - view.someProp("transformPasted", function (f) { slice = f(slice); }); - return slice -} - -// Takes a slice parsed with parseSlice, which means there hasn't been -// any content-expression checking done on the top nodes, tries to -// find a parent node in the current context that might fit the nodes, -// and if successful, rebuilds the slice so that it fits into that parent. -// -// This addresses the problem that Transform.replace expects a -// coherent slice, and will fail to place a set of siblings that don't -// fit anywhere in the schema. -function normalizeSiblings(fragment, $context) { - if (fragment.childCount < 2) { return fragment } - var loop = function ( d ) { - var parent = $context.node(d); - var match = parent.contentMatchAt($context.index(d)); - var lastWrap = (void 0), result = []; - fragment.forEach(function (node) { - if (!result) { return } - var wrap = match.findWrapping(node.type), inLast; - if (!wrap) { return result = null } - if (inLast = result.length && lastWrap.length && addToSibling(wrap, lastWrap, node, result[result.length - 1], 0)) { - result[result.length - 1] = inLast; - } else { - if (result.length) { result[result.length - 1] = closeRight(result[result.length - 1], lastWrap.length); } - var wrapped = withWrappers(node, wrap); - result.push(wrapped); - match = match.matchType(wrapped.type, wrapped.attrs); - lastWrap = wrap; - } - }); - if (result) { return { v: prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].from(result) } } - }; - - for (var d = $context.depth; d >= 0; d--) { - var returned = loop( d ); - - if ( returned ) return returned.v; - } - return fragment -} - -function withWrappers(node, wrap, from) { - if ( from === void 0 ) from = 0; - - for (var i = wrap.length - 1; i >= from; i--) - { node = wrap[i].create(null, prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].from(node)); } - return node -} - -// Used to group adjacent nodes wrapped in similar parents by -// normalizeSiblings into the same parent node -function addToSibling(wrap, lastWrap, node, sibling, depth) { - if (depth < wrap.length && depth < lastWrap.length && wrap[depth] == lastWrap[depth]) { - var inner = addToSibling(wrap, lastWrap, node, sibling.lastChild, depth + 1); - if (inner) { return sibling.copy(sibling.content.replaceChild(sibling.childCount - 1, inner)) } - var match = sibling.contentMatchAt(sibling.childCount); - if (match.matchType(depth == wrap.length - 1 ? node.type : wrap[depth + 1])) - { return sibling.copy(sibling.content.append(prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].from(withWrappers(node, wrap, depth + 1)))) } - } -} - -function closeRight(node, depth) { - if (depth == 0) { return node } - var fragment = node.content.replaceChild(node.childCount - 1, closeRight(node.lastChild, depth - 1)); - var fill = node.contentMatchAt(node.childCount).fillBefore(prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].empty, true); - return node.copy(fragment.append(fill)) -} - -function closeRange(fragment, side, from, to, depth, openEnd) { - var node = side < 0 ? fragment.firstChild : fragment.lastChild, inner = node.content; - if (depth < to - 1) { inner = closeRange(inner, side, from, to, depth + 1, openEnd); } - if (depth >= from) - { inner = side < 0 ? node.contentMatchAt(0).fillBefore(inner, fragment.childCount > 1 || openEnd <= depth).append(inner) - : inner.append(node.contentMatchAt(node.childCount).fillBefore(prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].empty, true)); } - return fragment.replaceChild(side < 0 ? 0 : fragment.childCount - 1, node.copy(inner)) -} - -function closeSlice(slice, openStart, openEnd) { - if (openStart < slice.openStart) - { slice = new prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Slice"](closeRange(slice.content, -1, openStart, slice.openStart, 0, slice.openEnd), openStart, slice.openEnd); } - if (openEnd < slice.openEnd) - { slice = new prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Slice"](closeRange(slice.content, 1, openEnd, slice.openEnd, 0, 0), slice.openStart, openEnd); } - return slice -} - -// Trick from jQuery -- some elements must be wrapped in other -// elements for innerHTML to work. I.e. if you do `div.innerHTML = -// ".."` the table cells are ignored. -var wrapMap = { - thead: ["table"], - tbody: ["table"], - tfoot: ["table"], - caption: ["table"], - colgroup: ["table"], - col: ["table", "colgroup"], - tr: ["table", "tbody"], - td: ["table", "tbody", "tr"], - th: ["table", "tbody", "tr"] -}; - -var _detachedDoc = null; -function detachedDoc() { - return _detachedDoc || (_detachedDoc = document.implementation.createHTMLDocument("title")) -} - -function readHTML(html) { - var metas = /(\s*]*>)*/.exec(html); - if (metas) { html = html.slice(metas[0].length); } - var elt = detachedDoc().createElement("div"); - var firstTag = /(?:]*>)*<([a-z][^>\s]+)/i.exec(html), wrap, depth = 0; - if (wrap = firstTag && wrapMap[firstTag[1].toLowerCase()]) { - html = wrap.map(function (n) { return "<" + n + ">"; }).join("") + html + wrap.map(function (n) { return ""; }).reverse().join(""); - depth = wrap.length; - } - elt.innerHTML = html; - for (var i = 0; i < depth; i++) { elt = elt.firstChild; } - return elt -} - -function addContext(slice, context) { - if (!slice.size) { return slice } - var schema = slice.content.firstChild.type.schema, array; - try { array = JSON.parse(context); } - catch(e) { return slice } - var content = slice.content; - var openStart = slice.openStart; - var openEnd = slice.openEnd; - for (var i = array.length - 2; i >= 0; i -= 2) { - var type = schema.nodes[array[i]]; - if (!type || type.hasRequiredAttrs()) { break } - content = prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Fragment"].from(type.create(array[i + 1], content)); - openStart++; openEnd++; - } - return new prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Slice"](content, openStart, openEnd) -} - -var observeOptions = { - childList: true, - characterData: true, - characterDataOldValue: true, - attributes: true, - attributeOldValue: true, - subtree: true -}; -// IE11 has very broken mutation observers, so we also listen to DOMCharacterDataModified -var useCharData = result.ie && result.ie_version <= 11; - -var SelectionState = function SelectionState() { - this.anchorNode = this.anchorOffset = this.focusNode = this.focusOffset = null; -}; - -SelectionState.prototype.set = function set (sel) { - this.anchorNode = sel.anchorNode; this.anchorOffset = sel.anchorOffset; - this.focusNode = sel.focusNode; this.focusOffset = sel.focusOffset; -}; - -SelectionState.prototype.eq = function eq (sel) { - return sel.anchorNode == this.anchorNode && sel.anchorOffset == this.anchorOffset && - sel.focusNode == this.focusNode && sel.focusOffset == this.focusOffset -}; - -var DOMObserver = function DOMObserver(view, handleDOMChange) { - var this$1 = this; - - this.view = view; - this.handleDOMChange = handleDOMChange; - this.queue = []; - this.flushingSoon = -1; - this.observer = window.MutationObserver && - new window.MutationObserver(function (mutations) { - for (var i = 0; i < mutations.length; i++) { this$1.queue.push(mutations[i]); } - // IE11 will sometimes (on backspacing out a single character - // text node after a BR node) call the observer callback - // before actually updating the DOM, which will cause - // ProseMirror to miss the change (see #930) - if (result.ie && result.ie_version <= 11 && mutations.some( - function (m) { return m.type == "childList" && m.removedNodes.length || - m.type == "characterData" && m.oldValue.length > m.target.nodeValue.length; })) - { this$1.flushSoon(); } - else - { this$1.flush(); } - }); - this.currentSelection = new SelectionState; - if (useCharData) { - this.onCharData = function (e) { - this$1.queue.push({target: e.target, type: "characterData", oldValue: e.prevValue}); - this$1.flushSoon(); - }; - } - this.onSelectionChange = this.onSelectionChange.bind(this); - this.suppressingSelectionUpdates = false; -}; - -DOMObserver.prototype.flushSoon = function flushSoon () { - var this$1 = this; - - if (this.flushingSoon < 0) - { this.flushingSoon = window.setTimeout(function () { this$1.flushingSoon = -1; this$1.flush(); }, 20); } -}; - -DOMObserver.prototype.forceFlush = function forceFlush () { - if (this.flushingSoon > -1) { - window.clearTimeout(this.flushingSoon); - this.flushingSoon = -1; - this.flush(); - } -}; - -DOMObserver.prototype.start = function start () { - if (this.observer) - { this.observer.observe(this.view.dom, observeOptions); } - if (useCharData) - { this.view.dom.addEventListener("DOMCharacterDataModified", this.onCharData); } - this.connectSelection(); -}; - -DOMObserver.prototype.stop = function stop () { - var this$1 = this; - - if (this.observer) { - var take = this.observer.takeRecords(); - if (take.length) { - for (var i = 0; i < take.length; i++) { this.queue.push(take[i]); } - window.setTimeout(function () { return this$1.flush(); }, 20); - } - this.observer.disconnect(); - } - if (useCharData) { this.view.dom.removeEventListener("DOMCharacterDataModified", this.onCharData); } - this.disconnectSelection(); -}; - -DOMObserver.prototype.connectSelection = function connectSelection () { - this.view.dom.ownerDocument.addEventListener("selectionchange", this.onSelectionChange); -}; - -DOMObserver.prototype.disconnectSelection = function disconnectSelection () { - this.view.dom.ownerDocument.removeEventListener("selectionchange", this.onSelectionChange); -}; - -DOMObserver.prototype.suppressSelectionUpdates = function suppressSelectionUpdates () { - var this$1 = this; - - this.suppressingSelectionUpdates = true; - setTimeout(function () { return this$1.suppressingSelectionUpdates = false; }, 50); -}; - -DOMObserver.prototype.onSelectionChange = function onSelectionChange () { - if (!hasFocusAndSelection(this.view)) { return } - if (this.suppressingSelectionUpdates) { return selectionToDOM(this.view) } - // Deletions on IE11 fire their events in the wrong order, giving - // us a selection change event before the DOM changes are - // reported. - if (result.ie && result.ie_version <= 11 && !this.view.state.selection.empty) { - var sel = this.view.root.getSelection(); - // Selection.isCollapsed isn't reliable on IE - if (sel.focusNode && isEquivalentPosition(sel.focusNode, sel.focusOffset, sel.anchorNode, sel.anchorOffset)) - { return this.flushSoon() } - } - this.flush(); -}; - -DOMObserver.prototype.setCurSelection = function setCurSelection () { - this.currentSelection.set(this.view.root.getSelection()); -}; - -DOMObserver.prototype.ignoreSelectionChange = function ignoreSelectionChange (sel) { - if (sel.rangeCount == 0) { return true } - var container = sel.getRangeAt(0).commonAncestorContainer; - var desc = this.view.docView.nearestDesc(container); - if (desc && desc.ignoreMutation({type: "selection", target: container.nodeType == 3 ? container.parentNode : container})) { - this.setCurSelection(); - return true - } -}; - -DOMObserver.prototype.flush = function flush () { - if (!this.view.docView || this.flushingSoon > -1) { return } - var mutations = this.observer ? this.observer.takeRecords() : []; - if (this.queue.length) { - mutations = this.queue.concat(mutations); - this.queue.length = 0; - } - - var sel = this.view.root.getSelection(); - var newSel = !this.suppressingSelectionUpdates && !this.currentSelection.eq(sel) && hasSelection(this.view) && !this.ignoreSelectionChange(sel); - - var from = -1, to = -1, typeOver = false, added = []; - if (this.view.editable) { - for (var i = 0; i < mutations.length; i++) { - var result$1 = this.registerMutation(mutations[i], added); - if (result$1) { - from = from < 0 ? result$1.from : Math.min(result$1.from, from); - to = to < 0 ? result$1.to : Math.max(result$1.to, to); - if (result$1.typeOver) { typeOver = true; } - } - } - } - - if (result.gecko && added.length > 1) { - var brs = added.filter(function (n) { return n.nodeName == "BR"; }); - if (brs.length == 2) { - var a = brs[0]; - var b = brs[1]; - if (a.parentNode && a.parentNode.parentNode == b.parentNode) { b.remove(); } - else { a.remove(); } - } - } - - if (from > -1 || newSel) { - if (from > -1) { - this.view.docView.markDirty(from, to); - checkCSS(this.view); - } - this.handleDOMChange(from, to, typeOver, added); - if (this.view.docView.dirty) { this.view.updateState(this.view.state); } - else if (!this.currentSelection.eq(sel)) { selectionToDOM(this.view); } - } -}; - -DOMObserver.prototype.registerMutation = function registerMutation (mut, added) { - // Ignore mutations inside nodes that were already noted as inserted - if (added.indexOf(mut.target) > -1) { return null } - var desc = this.view.docView.nearestDesc(mut.target); - if (mut.type == "attributes" && - (desc == this.view.docView || mut.attributeName == "contenteditable" || - // Firefox sometimes fires spurious events for null/empty styles - (mut.attributeName == "style" && !mut.oldValue && !mut.target.getAttribute("style")))) - { return null } - if (!desc || desc.ignoreMutation(mut)) { return null } - - if (mut.type == "childList") { - var prev = mut.previousSibling, next = mut.nextSibling; - if (result.ie && result.ie_version <= 11 && mut.addedNodes.length) { - // IE11 gives us incorrect next/prev siblings for some - // insertions, so if there are added nodes, recompute those - for (var i = 0; i < mut.addedNodes.length; i++) { - var ref = mut.addedNodes[i]; - var previousSibling = ref.previousSibling; - var nextSibling = ref.nextSibling; - if (!previousSibling || Array.prototype.indexOf.call(mut.addedNodes, previousSibling) < 0) { prev = previousSibling; } - if (!nextSibling || Array.prototype.indexOf.call(mut.addedNodes, nextSibling) < 0) { next = nextSibling; } - } - } - var fromOffset = prev && prev.parentNode == mut.target - ? domIndex(prev) + 1 : 0; - var from = desc.localPosFromDOM(mut.target, fromOffset, -1); - var toOffset = next && next.parentNode == mut.target - ? domIndex(next) : mut.target.childNodes.length; - for (var i$1 = 0; i$1 < mut.addedNodes.length; i$1++) { added.push(mut.addedNodes[i$1]); } - var to = desc.localPosFromDOM(mut.target, toOffset, 1); - return {from: from, to: to} - } else if (mut.type == "attributes") { - return {from: desc.posAtStart - desc.border, to: desc.posAtEnd + desc.border} - } else { // "characterData" - return { - from: desc.posAtStart, - to: desc.posAtEnd, - // An event was generated for a text change that didn't change - // any text. Mark the dom change to fall back to assuming the - // selection was typed over with an identical value if it can't - // find another change. - typeOver: mut.target.nodeValue == mut.oldValue - } - } -}; - -var cssChecked = false; - -function checkCSS(view) { - if (cssChecked) { return } - cssChecked = true; - if (getComputedStyle(view.dom).whiteSpace == "normal") - { console["warn"]("ProseMirror expects the CSS white-space property to be set, preferably to 'pre-wrap'. It is recommended to load style/prosemirror.css from the prosemirror-view package."); } -} - -// A collection of DOM events that occur within the editor, and callback functions -// to invoke when the event fires. -var handlers = {}, editHandlers = {}; - -function initInput(view) { - view.shiftKey = false; - view.mouseDown = null; - view.lastKeyCode = null; - view.lastKeyCodeTime = 0; - view.lastClick = {time: 0, x: 0, y: 0, type: ""}; - view.lastSelectionOrigin = null; - view.lastSelectionTime = 0; - - view.lastIOSEnter = 0; - view.lastIOSEnterFallbackTimeout = null; - - view.composing = false; - view.composingTimeout = null; - view.compositionNodes = []; - view.compositionEndedAt = -2e8; - - view.domObserver = new DOMObserver(view, function (from, to, typeOver, added) { return readDOMChange(view, from, to, typeOver, added); }); - view.domObserver.start(); - // Used by hacks like the beforeinput handler to check whether anything happened in the DOM - view.domChangeCount = 0; - - view.eventHandlers = Object.create(null); - var loop = function ( event ) { - var handler = handlers[event]; - view.dom.addEventListener(event, view.eventHandlers[event] = function (event) { - if (eventBelongsToView(view, event) && !runCustomHandler(view, event) && - (view.editable || !(event.type in editHandlers))) - { handler(view, event); } - }); - }; - - for (var event in handlers) loop( event ); - // On Safari, for reasons beyond my understanding, adding an input - // event handler makes an issue where the composition vanishes when - // you press enter go away. - if (result.safari) { view.dom.addEventListener("input", function () { return null; }); } - - ensureListeners(view); -} - -function setSelectionOrigin(view, origin) { - view.lastSelectionOrigin = origin; - view.lastSelectionTime = Date.now(); -} - -function destroyInput(view) { - view.domObserver.stop(); - for (var type in view.eventHandlers) - { view.dom.removeEventListener(type, view.eventHandlers[type]); } - clearTimeout(view.composingTimeout); - clearTimeout(view.lastIOSEnterFallbackTimeout); -} - -function ensureListeners(view) { - view.someProp("handleDOMEvents", function (currentHandlers) { - for (var type in currentHandlers) { if (!view.eventHandlers[type]) - { view.dom.addEventListener(type, view.eventHandlers[type] = function (event) { return runCustomHandler(view, event); }); } } - }); -} - -function runCustomHandler(view, event) { - return view.someProp("handleDOMEvents", function (handlers) { - var handler = handlers[event.type]; - return handler ? handler(view, event) || event.defaultPrevented : false - }) -} - -function eventBelongsToView(view, event) { - if (!event.bubbles) { return true } - if (event.defaultPrevented) { return false } - for (var node = event.target; node != view.dom; node = node.parentNode) - { if (!node || node.nodeType == 11 || - (node.pmViewDesc && node.pmViewDesc.stopEvent(event))) - { return false } } - return true -} - -function dispatchEvent(view, event) { - if (!runCustomHandler(view, event) && handlers[event.type] && - (view.editable || !(event.type in editHandlers))) - { handlers[event.type](view, event); } -} - -editHandlers.keydown = function (view, event) { - view.shiftKey = event.keyCode == 16 || event.shiftKey; - if (inOrNearComposition(view, event)) { return } - view.domObserver.forceFlush(); - view.lastKeyCode = event.keyCode; - view.lastKeyCodeTime = Date.now(); - // On iOS, if we preventDefault enter key presses, the virtual - // keyboard gets confused. So the hack here is to set a flag that - // makes the DOM change code recognize that what just happens should - // be replaced by whatever the Enter key handlers do. - if (result.ios && event.keyCode == 13 && !event.ctrlKey && !event.altKey && !event.metaKey) { - var now = Date.now(); - view.lastIOSEnter = now; - view.lastIOSEnterFallbackTimeout = setTimeout(function () { - if (view.lastIOSEnter == now) { - view.someProp("handleKeyDown", function (f) { return f(view, keyEvent(13, "Enter")); }); - view.lastIOSEnter = 0; - } - }, 200); - } else if (view.someProp("handleKeyDown", function (f) { return f(view, event); }) || captureKeyDown(view, event)) { - event.preventDefault(); - } else { - setSelectionOrigin(view, "key"); - } -}; - -editHandlers.keyup = function (view, e) { - if (e.keyCode == 16) { view.shiftKey = false; } -}; - -editHandlers.keypress = function (view, event) { - if (inOrNearComposition(view, event) || !event.charCode || - event.ctrlKey && !event.altKey || result.mac && event.metaKey) { return } - - if (view.someProp("handleKeyPress", function (f) { return f(view, event); })) { - event.preventDefault(); - return - } - - var sel = view.state.selection; - if (!(sel instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"]) || !sel.$from.sameParent(sel.$to)) { - var text = String.fromCharCode(event.charCode); - if (!view.someProp("handleTextInput", function (f) { return f(view, sel.$from.pos, sel.$to.pos, text); })) - { view.dispatch(view.state.tr.insertText(text).scrollIntoView()); } - event.preventDefault(); - } -}; - -function eventCoords(event) { return {left: event.clientX, top: event.clientY} } - -function isNear(event, click) { - var dx = click.x - event.clientX, dy = click.y - event.clientY; - return dx * dx + dy * dy < 100 -} - -function runHandlerOnContext(view, propName, pos, inside, event) { - if (inside == -1) { return false } - var $pos = view.state.doc.resolve(inside); - var loop = function ( i ) { - if (view.someProp(propName, function (f) { return i > $pos.depth ? f(view, pos, $pos.nodeAfter, $pos.before(i), event, true) - : f(view, pos, $pos.node(i), $pos.before(i), event, false); })) - { return { v: true } } - }; - - for (var i = $pos.depth + 1; i > 0; i--) { - var returned = loop( i ); - - if ( returned ) return returned.v; - } - return false -} - -function updateSelection(view, selection, origin) { - if (!view.focused) { view.focus(); } - var tr = view.state.tr.setSelection(selection); - if (origin == "pointer") { tr.setMeta("pointer", true); } - view.dispatch(tr); -} - -function selectClickedLeaf(view, inside) { - if (inside == -1) { return false } - var $pos = view.state.doc.resolve(inside), node = $pos.nodeAfter; - if (node && node.isAtom && prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"].isSelectable(node)) { - updateSelection(view, new prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"]($pos), "pointer"); - return true - } - return false -} - -function selectClickedNode(view, inside) { - if (inside == -1) { return false } - var sel = view.state.selection, selectedNode, selectAt; - if (sel instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"]) { selectedNode = sel.node; } - - var $pos = view.state.doc.resolve(inside); - for (var i = $pos.depth + 1; i > 0; i--) { - var node = i > $pos.depth ? $pos.nodeAfter : $pos.node(i); - if (prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"].isSelectable(node)) { - if (selectedNode && sel.$from.depth > 0 && - i >= sel.$from.depth && $pos.before(sel.$from.depth + 1) == sel.$from.pos) - { selectAt = $pos.before(sel.$from.depth); } - else - { selectAt = $pos.before(i); } - break - } - } - - if (selectAt != null) { - updateSelection(view, prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"].create(view.state.doc, selectAt), "pointer"); - return true - } else { - return false - } -} - -function handleSingleClick(view, pos, inside, event, selectNode) { - return runHandlerOnContext(view, "handleClickOn", pos, inside, event) || - view.someProp("handleClick", function (f) { return f(view, pos, event); }) || - (selectNode ? selectClickedNode(view, inside) : selectClickedLeaf(view, inside)) -} - -function handleDoubleClick(view, pos, inside, event) { - return runHandlerOnContext(view, "handleDoubleClickOn", pos, inside, event) || - view.someProp("handleDoubleClick", function (f) { return f(view, pos, event); }) -} - -function handleTripleClick(view, pos, inside, event) { - return runHandlerOnContext(view, "handleTripleClickOn", pos, inside, event) || - view.someProp("handleTripleClick", function (f) { return f(view, pos, event); }) || - defaultTripleClick(view, inside) -} - -function defaultTripleClick(view, inside) { - var doc = view.state.doc; - if (inside == -1) { - if (doc.inlineContent) { - updateSelection(view, prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"].create(doc, 0, doc.content.size), "pointer"); - return true - } - return false - } - - var $pos = doc.resolve(inside); - for (var i = $pos.depth + 1; i > 0; i--) { - var node = i > $pos.depth ? $pos.nodeAfter : $pos.node(i); - var nodePos = $pos.before(i); - if (node.inlineContent) - { updateSelection(view, prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"].create(doc, nodePos + 1, nodePos + 1 + node.content.size), "pointer"); } - else if (prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"].isSelectable(node)) - { updateSelection(view, prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"].create(doc, nodePos), "pointer"); } - else - { continue } - return true - } -} - -function forceDOMFlush(view) { - return endComposition(view) -} - -var selectNodeModifier = result.mac ? "metaKey" : "ctrlKey"; - -handlers.mousedown = function (view, event) { - view.shiftKey = event.shiftKey; - var flushed = forceDOMFlush(view); - var now = Date.now(), type = "singleClick"; - if (now - view.lastClick.time < 500 && isNear(event, view.lastClick) && !event[selectNodeModifier]) { - if (view.lastClick.type == "singleClick") { type = "doubleClick"; } - else if (view.lastClick.type == "doubleClick") { type = "tripleClick"; } - } - view.lastClick = {time: now, x: event.clientX, y: event.clientY, type: type}; - - var pos = view.posAtCoords(eventCoords(event)); - if (!pos) { return } - - if (type == "singleClick") - { view.mouseDown = new MouseDown(view, pos, event, flushed); } - else if ((type == "doubleClick" ? handleDoubleClick : handleTripleClick)(view, pos.pos, pos.inside, event)) - { event.preventDefault(); } - else - { setSelectionOrigin(view, "pointer"); } -}; - -var MouseDown = function MouseDown(view, pos, event, flushed) { - var this$1 = this; - - this.view = view; - this.startDoc = view.state.doc; - this.pos = pos; - this.event = event; - this.flushed = flushed; - this.selectNode = event[selectNodeModifier]; - this.allowDefault = event.shiftKey; - - var targetNode, targetPos; - if (pos.inside > -1) { - targetNode = view.state.doc.nodeAt(pos.inside); - targetPos = pos.inside; - } else { - var $pos = view.state.doc.resolve(pos.pos); - targetNode = $pos.parent; - targetPos = $pos.depth ? $pos.before() : 0; - } - - this.mightDrag = null; - - var target = flushed ? null : event.target; - var targetDesc = target ? view.docView.nearestDesc(target, true) : null; - this.target = targetDesc ? targetDesc.dom : null; - - if (targetNode.type.spec.draggable && targetNode.type.spec.selectable !== false || - view.state.selection instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"] && targetPos == view.state.selection.from) - { this.mightDrag = {node: targetNode, - pos: targetPos, - addAttr: this.target && !this.target.draggable, - setUneditable: this.target && result.gecko && !this.target.hasAttribute("contentEditable")}; } - - if (this.target && this.mightDrag && (this.mightDrag.addAttr || this.mightDrag.setUneditable)) { - this.view.domObserver.stop(); - if (this.mightDrag.addAttr) { this.target.draggable = true; } - if (this.mightDrag.setUneditable) - { setTimeout(function () { return this$1.target.setAttribute("contentEditable", "false"); }, 20); } - this.view.domObserver.start(); - } - - view.root.addEventListener("mouseup", this.up = this.up.bind(this)); - view.root.addEventListener("mousemove", this.move = this.move.bind(this)); - setSelectionOrigin(view, "pointer"); -}; - -MouseDown.prototype.done = function done () { - this.view.root.removeEventListener("mouseup", this.up); - this.view.root.removeEventListener("mousemove", this.move); - if (this.mightDrag && this.target) { - this.view.domObserver.stop(); - if (this.mightDrag.addAttr) { this.target.removeAttribute("draggable"); } - if (this.mightDrag.setUneditable) { this.target.removeAttribute("contentEditable"); } - this.view.domObserver.start(); - } - this.view.mouseDown = null; -}; - -MouseDown.prototype.up = function up (event) { - this.done(); - - if (!this.view.dom.contains(event.target.nodeType == 3 ? event.target.parentNode : event.target)) - { return } - - var pos = this.pos; - if (this.view.state.doc != this.startDoc) { pos = this.view.posAtCoords(eventCoords(event)); } - - if (this.allowDefault || !pos) { - setSelectionOrigin(this.view, "pointer"); - } else if (handleSingleClick(this.view, pos.pos, pos.inside, event, this.selectNode)) { - event.preventDefault(); - } else if (this.flushed || - // Safari ignores clicks on draggable elements - (result.safari && this.mightDrag && !this.mightDrag.node.isAtom) || - // Chrome will sometimes treat a node selection as a - // cursor, but still report that the node is selected - // when asked through getSelection. You'll then get a - // situation where clicking at the point where that - // (hidden) cursor is doesn't change the selection, and - // thus doesn't get a reaction from ProseMirror. This - // works around that. - (result.chrome && !(this.view.state.selection instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["TextSelection"]) && - (pos.pos == this.view.state.selection.from || pos.pos == this.view.state.selection.to))) { - updateSelection(this.view, prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["Selection"].near(this.view.state.doc.resolve(pos.pos)), "pointer"); - event.preventDefault(); - } else { - setSelectionOrigin(this.view, "pointer"); - } -}; - -MouseDown.prototype.move = function move (event) { - if (!this.allowDefault && (Math.abs(this.event.x - event.clientX) > 4 || - Math.abs(this.event.y - event.clientY) > 4)) - { this.allowDefault = true; } - setSelectionOrigin(this.view, "pointer"); -}; - -handlers.touchdown = function (view) { - forceDOMFlush(view); - setSelectionOrigin(view, "pointer"); -}; - -handlers.contextmenu = function (view) { return forceDOMFlush(view); }; - -function inOrNearComposition(view, event) { - if (view.composing) { return true } - // See https://www.stum.de/2016/06/24/handling-ime-events-in-javascript/. - // On Japanese input method editors (IMEs), the Enter key is used to confirm character - // selection. On Safari, when Enter is pressed, compositionend and keydown events are - // emitted. The keydown event triggers newline insertion, which we don't want. - // This method returns true if the keydown event should be ignored. - // We only ignore it once, as pressing Enter a second time *should* insert a newline. - // Furthermore, the keydown event timestamp must be close to the compositionEndedAt timestamp. - // This guards against the case where compositionend is triggered without the keyboard - // (e.g. character confirmation may be done with the mouse), and keydown is triggered - // afterwards- we wouldn't want to ignore the keydown event in this case. - if (result.safari && Math.abs(event.timeStamp - view.compositionEndedAt) < 500) { - view.compositionEndedAt = -2e8; - return true - } - return false -} - -// Drop active composition after 5 seconds of inactivity on Android -var timeoutComposition = result.android ? 5000 : -1; - -editHandlers.compositionstart = editHandlers.compositionupdate = function (view) { - if (!view.composing) { - view.domObserver.flush(); - var state = view.state; - var $pos = state.selection.$from; - if (state.selection.empty && - (state.storedMarks || (!$pos.textOffset && $pos.parentOffset && $pos.nodeBefore.marks.some(function (m) { return m.type.spec.inclusive === false; })))) { - // Need to wrap the cursor in mark nodes different from the ones in the DOM context - view.markCursor = view.state.storedMarks || $pos.marks(); - endComposition(view, true); - view.markCursor = null; - } else { - endComposition(view); - // In firefox, if the cursor is after but outside a marked node, - // the inserted text won't inherit the marks. So this moves it - // inside if necessary. - if (result.gecko && state.selection.empty && $pos.parentOffset && !$pos.textOffset && $pos.nodeBefore.marks.length) { - var sel = view.root.getSelection(); - for (var node = sel.focusNode, offset = sel.focusOffset; node && node.nodeType == 1 && offset != 0;) { - var before = offset < 0 ? node.lastChild : node.childNodes[offset - 1]; - if (!before) { break } - if (before.nodeType == 3) { - sel.collapse(before, before.nodeValue.length); - break - } else { - node = before; - offset = -1; - } - } - } - } - view.composing = true; - } - scheduleComposeEnd(view, timeoutComposition); -}; - -editHandlers.compositionend = function (view, event) { - if (view.composing) { - view.composing = false; - view.compositionEndedAt = event.timeStamp; - scheduleComposeEnd(view, 20); - } -}; - -function scheduleComposeEnd(view, delay) { - clearTimeout(view.composingTimeout); - if (delay > -1) { view.composingTimeout = setTimeout(function () { return endComposition(view); }, delay); } -} - -function clearComposition(view) { - view.composing = false; - while (view.compositionNodes.length > 0) { view.compositionNodes.pop().markParentsDirty(); } -} - -function endComposition(view, forceUpdate) { - view.domObserver.forceFlush(); - clearComposition(view); - if (forceUpdate || view.docView.dirty) { - var sel = selectionFromDOM(view); - if (sel && !sel.eq(view.state.selection)) { view.dispatch(view.state.tr.setSelection(sel)); } - else { view.updateState(view.state); } - return true - } - return false -} - -function captureCopy(view, dom) { - // The extra wrapper is somehow necessary on IE/Edge to prevent the - // content from being mangled when it is put onto the clipboard - if (!view.dom.parentNode) { return } - var wrap = view.dom.parentNode.appendChild(document.createElement("div")); - wrap.appendChild(dom); - wrap.style.cssText = "position: fixed; left: -10000px; top: 10px"; - var sel = getSelection(), range = document.createRange(); - range.selectNodeContents(dom); - // Done because IE will fire a selectionchange moving the selection - // to its start when removeAllRanges is called and the editor still - // has focus (which will mess up the editor's selection state). - view.dom.blur(); - sel.removeAllRanges(); - sel.addRange(range); - setTimeout(function () { - if (wrap.parentNode) { wrap.parentNode.removeChild(wrap); } - view.focus(); - }, 50); -} - -// This is very crude, but unfortunately both these browsers _pretend_ -// that they have a clipboard API—all the objects and methods are -// there, they just don't work, and they are hard to test. -var brokenClipboardAPI = (result.ie && result.ie_version < 15) || - (result.ios && result.webkit_version < 604); - -handlers.copy = editHandlers.cut = function (view, e) { - var sel = view.state.selection, cut = e.type == "cut"; - if (sel.empty) { return } - - // IE and Edge's clipboard interface is completely broken - var data = brokenClipboardAPI ? null : e.clipboardData; - var slice = sel.content(); - var ref = serializeForClipboard(view, slice); - var dom = ref.dom; - var text = ref.text; - if (data) { - e.preventDefault(); - data.clearData(); - data.setData("text/html", dom.innerHTML); - data.setData("text/plain", text); - } else { - captureCopy(view, dom); - } - if (cut) { view.dispatch(view.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent", "cut")); } -}; - -function sliceSingleNode(slice) { - return slice.openStart == 0 && slice.openEnd == 0 && slice.content.childCount == 1 ? slice.content.firstChild : null -} - -function capturePaste(view, e) { - if (!view.dom.parentNode) { return } - var plainText = view.shiftKey || view.state.selection.$from.parent.type.spec.code; - var target = view.dom.parentNode.appendChild(document.createElement(plainText ? "textarea" : "div")); - if (!plainText) { target.contentEditable = "true"; } - target.style.cssText = "position: fixed; left: -10000px; top: 10px"; - target.focus(); - setTimeout(function () { - view.focus(); - if (target.parentNode) { target.parentNode.removeChild(target); } - if (plainText) { doPaste(view, target.value, null, e); } - else { doPaste(view, target.textContent, target.innerHTML, e); } - }, 50); -} - -function doPaste(view, text, html, e) { - var slice = parseFromClipboard(view, text, html, view.shiftKey, view.state.selection.$from); - if (view.someProp("handlePaste", function (f) { return f(view, e, slice || prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Slice"].empty); }) || !slice) { return } - - var singleNode = sliceSingleNode(slice); - var tr = singleNode ? view.state.tr.replaceSelectionWith(singleNode, view.shiftKey) : view.state.tr.replaceSelection(slice); - view.dispatch(tr.scrollIntoView().setMeta("paste", true).setMeta("uiEvent", "paste")); -} - -editHandlers.paste = function (view, e) { - var data = brokenClipboardAPI ? null : e.clipboardData; - var html = data && data.getData("text/html"), text = data && data.getData("text/plain"); - if (data && (html || text || data.files.length)) { - doPaste(view, text, html, e); - e.preventDefault(); - } else { - capturePaste(view, e); - } -}; - -var Dragging = function Dragging(slice, move) { - this.slice = slice; - this.move = move; -}; - -var dragCopyModifier = result.mac ? "altKey" : "ctrlKey"; - -handlers.dragstart = function (view, e) { - var mouseDown = view.mouseDown; - if (mouseDown) { mouseDown.done(); } - if (!e.dataTransfer) { return } - - var sel = view.state.selection; - var pos = sel.empty ? null : view.posAtCoords(eventCoords(e)); - if (pos && pos.pos >= sel.from && pos.pos <= (sel instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"] ? sel.to - 1: sel.to)) ; else if (mouseDown && mouseDown.mightDrag) { - view.dispatch(view.state.tr.setSelection(prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"].create(view.state.doc, mouseDown.mightDrag.pos))); - } else if (e.target && e.target.nodeType == 1) { - var desc = view.docView.nearestDesc(e.target, true); - if (!desc || !desc.node.type.spec.draggable || desc == view.docView) { return } - view.dispatch(view.state.tr.setSelection(prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"].create(view.state.doc, desc.posBefore))); - } - var slice = view.state.selection.content(); - var ref = serializeForClipboard(view, slice); - var dom = ref.dom; - var text = ref.text; - e.dataTransfer.clearData(); - e.dataTransfer.setData(brokenClipboardAPI ? "Text" : "text/html", dom.innerHTML); - if (!brokenClipboardAPI) { e.dataTransfer.setData("text/plain", text); } - view.dragging = new Dragging(slice, !e[dragCopyModifier]); -}; - -handlers.dragend = function (view) { - var dragging = view.dragging; - window.setTimeout(function () { - if (view.dragging == dragging) { view.dragging = null; } - }, 50); -}; - -editHandlers.dragover = editHandlers.dragenter = function (_, e) { return e.preventDefault(); }; - -editHandlers.drop = function (view, e) { - var dragging = view.dragging; - view.dragging = null; - - if (!e.dataTransfer) { return } - - var eventPos = view.posAtCoords(eventCoords(e)); - if (!eventPos) { return } - var $mouse = view.state.doc.resolve(eventPos.pos); - if (!$mouse) { return } - var slice = dragging && dragging.slice || - parseFromClipboard(view, e.dataTransfer.getData(brokenClipboardAPI ? "Text" : "text/plain"), - brokenClipboardAPI ? null : e.dataTransfer.getData("text/html"), false, $mouse); - var move = dragging && !e[dragCopyModifier]; - if (view.someProp("handleDrop", function (f) { return f(view, e, slice || prosemirror_model__WEBPACK_IMPORTED_MODULE_1__["Slice"].empty, move); })) { - e.preventDefault(); - return - } - if (!slice) { return } - - e.preventDefault(); - var insertPos = slice ? Object(prosemirror_transform__WEBPACK_IMPORTED_MODULE_2__[/* dropPoint */ "h"])(view.state.doc, $mouse.pos, slice) : $mouse.pos; - if (insertPos == null) { insertPos = $mouse.pos; } - - var tr = view.state.tr; - if (move) { tr.deleteSelection(); } - - var pos = tr.mapping.map(insertPos); - var isNode = slice.openStart == 0 && slice.openEnd == 0 && slice.content.childCount == 1; - var beforeInsert = tr.doc; - if (isNode) - { tr.replaceRangeWith(pos, pos, slice.content.firstChild); } - else - { tr.replaceRange(pos, pos, slice); } - if (tr.doc.eq(beforeInsert)) { return } - - var $pos = tr.doc.resolve(pos); - if (isNode && prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"].isSelectable(slice.content.firstChild) && - $pos.nodeAfter && $pos.nodeAfter.sameMarkup(slice.content.firstChild)) { - tr.setSelection(new prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"]($pos)); - } else { - var end = tr.mapping.map(insertPos); - tr.mapping.maps[tr.mapping.maps.length - 1].forEach(function (_from, _to, _newFrom, newTo) { return end = newTo; }); - tr.setSelection(selectionBetween(view, $pos, tr.doc.resolve(end))); - } - view.focus(); - view.dispatch(tr.setMeta("uiEvent", "drop")); -}; - -handlers.focus = function (view) { - if (!view.focused) { - view.domObserver.stop(); - view.dom.classList.add("ProseMirror-focused"); - view.domObserver.start(); - view.focused = true; - setTimeout(function () { - if (view.docView && view.hasFocus() && !view.domObserver.currentSelection.eq(view.root.getSelection())) - { selectionToDOM(view); } - }, 20); - } -}; - -handlers.blur = function (view) { - if (view.focused) { - view.domObserver.stop(); - view.dom.classList.remove("ProseMirror-focused"); - view.domObserver.start(); - view.domObserver.currentSelection.set({}); - view.focused = false; - } -}; - -handlers.beforeinput = function (view, event) { - // We should probably do more with beforeinput events, but support - // is so spotty that I'm still waiting to see where they are going. - - // Very specific hack to deal with backspace sometimes failing on - // Chrome Android when after an uneditable node. - if (result.chrome && result.android && event.inputType == "deleteContentBackward") { - var domChangeCount = view.domChangeCount; - setTimeout(function () { - if (view.domChangeCount != domChangeCount) { return } // Event already had some effect - // This bug tends to close the virtual keyboard, so we refocus - view.dom.blur(); - view.focus(); - if (view.someProp("handleKeyDown", function (f) { return f(view, keyEvent(8, "Backspace")); })) { return } - var ref = view.state.selection; - var $cursor = ref.$cursor; - // Crude approximation of backspace behavior when no command handled it - if ($cursor && $cursor.pos > 0) { view.dispatch(view.state.tr.delete($cursor.pos - 1, $cursor.pos).scrollIntoView()); } - }, 50); - } -}; - -// Make sure all handlers get registered -for (var prop in editHandlers) { handlers[prop] = editHandlers[prop]; } - -function compareObjs(a, b) { - if (a == b) { return true } - for (var p in a) { if (a[p] !== b[p]) { return false } } - for (var p$1 in b) { if (!(p$1 in a)) { return false } } - return true -} - -var WidgetType = function WidgetType(toDOM, spec) { - this.spec = spec || noSpec; - this.side = this.spec.side || 0; - this.toDOM = toDOM; -}; - -WidgetType.prototype.map = function map (mapping, span, offset, oldOffset) { - var ref = mapping.mapResult(span.from + oldOffset, this.side < 0 ? -1 : 1); - var pos = ref.pos; - var deleted = ref.deleted; - return deleted ? null : new Decoration(pos - offset, pos - offset, this) -}; - -WidgetType.prototype.valid = function valid () { return true }; - -WidgetType.prototype.eq = function eq (other) { - return this == other || - (other instanceof WidgetType && - (this.spec.key && this.spec.key == other.spec.key || - this.toDOM == other.toDOM && compareObjs(this.spec, other.spec))) -}; - -var InlineType = function InlineType(attrs, spec) { - this.spec = spec || noSpec; - this.attrs = attrs; -}; - -InlineType.prototype.map = function map (mapping, span, offset, oldOffset) { - var from = mapping.map(span.from + oldOffset, this.spec.inclusiveStart ? -1 : 1) - offset; - var to = mapping.map(span.to + oldOffset, this.spec.inclusiveEnd ? 1 : -1) - offset; - return from >= to ? null : new Decoration(from, to, this) -}; - -InlineType.prototype.valid = function valid (_, span) { return span.from < span.to }; - -InlineType.prototype.eq = function eq (other) { - return this == other || - (other instanceof InlineType && compareObjs(this.attrs, other.attrs) && - compareObjs(this.spec, other.spec)) -}; - -InlineType.is = function is (span) { return span.type instanceof InlineType }; - -var NodeType = function NodeType(attrs, spec) { - this.spec = spec || noSpec; - this.attrs = attrs; -}; - -NodeType.prototype.map = function map (mapping, span, offset, oldOffset) { - var from = mapping.mapResult(span.from + oldOffset, 1); - if (from.deleted) { return null } - var to = mapping.mapResult(span.to + oldOffset, -1); - if (to.deleted || to.pos <= from.pos) { return null } - return new Decoration(from.pos - offset, to.pos - offset, this) -}; - -NodeType.prototype.valid = function valid (node, span) { - var ref = node.content.findIndex(span.from); - var index = ref.index; - var offset = ref.offset; - return offset == span.from && offset + node.child(index).nodeSize == span.to -}; - -NodeType.prototype.eq = function eq (other) { - return this == other || - (other instanceof NodeType && compareObjs(this.attrs, other.attrs) && - compareObjs(this.spec, other.spec)) -}; - -// ::- Decoration objects can be provided to the view through the -// [`decorations` prop](#view.EditorProps.decorations). They come in -// several variants—see the static members of this class for details. -var Decoration = function Decoration(from, to, type) { - // :: number - // The start position of the decoration. - this.from = from; - // :: number - // The end position. Will be the same as `from` for [widget - // decorations](#view.Decoration^widget). - this.to = to; - this.type = type; -}; - -var prototypeAccessors$1 = { spec: { configurable: true },inline: { configurable: true } }; - -Decoration.prototype.copy = function copy (from, to) { - return new Decoration(from, to, this.type) -}; - -Decoration.prototype.eq = function eq (other, offset) { - if ( offset === void 0 ) offset = 0; - - return this.type.eq(other.type) && this.from + offset == other.from && this.to + offset == other.to -}; - -Decoration.prototype.map = function map (mapping, offset, oldOffset) { - return this.type.map(mapping, this, offset, oldOffset) -}; - -// :: (number, union<(view: EditorView, getPos: () → number) → dom.Node, dom.Node>, ?Object) → Decoration -// Creates a widget decoration, which is a DOM node that's shown in -// the document at the given position. It is recommended that you -// delay rendering the widget by passing a function that will be -// called when the widget is actually drawn in a view, but you can -// also directly pass a DOM node. `getPos` can be used to find the -// widget's current document position. -// -// spec::- These options are supported: -// -// side:: ?number -// Controls which side of the document position this widget is -// associated with. When negative, it is drawn before a cursor -// at its position, and content inserted at that position ends -// up after the widget. When zero (the default) or positive, the -// widget is drawn after the cursor and content inserted there -// ends up before the widget. -// -// When there are multiple widgets at a given position, their -// `side` values determine the order in which they appear. Those -// with lower values appear first. The ordering of widgets with -// the same `side` value is unspecified. -// -// When `marks` is null, `side` also determines the marks that -// the widget is wrapped in—those of the node before when -// negative, those of the node after when positive. -// -// marks:: ?[Mark] -// The precise set of marks to draw around the widget. -// -// stopEvent:: ?(event: dom.Event) → bool -// Can be used to control which DOM events, when they bubble out -// of this widget, the editor view should ignore. -// -// ignoreSelection:: ?bool -// When set (defaults to false), selection changes inside the -// widget are ignored, and don't cause ProseMirror to try and -// re-sync the selection with its selection state. -// -// key:: ?string -// When comparing decorations of this type (in order to decide -// whether it needs to be redrawn), ProseMirror will by default -// compare the widget DOM node by identity. If you pass a key, -// that key will be compared instead, which can be useful when -// you generate decorations on the fly and don't want to store -// and reuse DOM nodes. Make sure that any widgets with the same -// key are interchangeable—if widgets differ in, for example, -// the behavior of some event handler, they should get -// different keys. -Decoration.widget = function widget (pos, toDOM, spec) { - return new Decoration(pos, pos, new WidgetType(toDOM, spec)) -}; - -// :: (number, number, DecorationAttrs, ?Object) → Decoration -// Creates an inline decoration, which adds the given attributes to -// each inline node between `from` and `to`. -// -// spec::- These options are recognized: -// -// inclusiveStart:: ?bool -// Determines how the left side of the decoration is -// [mapped](#transform.Position_Mapping) when content is -// inserted directly at that position. By default, the decoration -// won't include the new content, but you can set this to `true` -// to make it inclusive. -// -// inclusiveEnd:: ?bool -// Determines how the right side of the decoration is mapped. -// See -// [`inclusiveStart`](#view.Decoration^inline^spec.inclusiveStart). -Decoration.inline = function inline (from, to, attrs, spec) { - return new Decoration(from, to, new InlineType(attrs, spec)) -}; - -// :: (number, number, DecorationAttrs, ?Object) → Decoration -// Creates a node decoration. `from` and `to` should point precisely -// before and after a node in the document. That node, and only that -// node, will receive the given attributes. -// -// spec::- -// -// Optional information to store with the decoration. It -// is also used when comparing decorators for equality. -Decoration.node = function node (from, to, attrs, spec) { - return new Decoration(from, to, new NodeType(attrs, spec)) -}; - -// :: Object -// The spec provided when creating this decoration. Can be useful -// if you've stored extra information in that object. -prototypeAccessors$1.spec.get = function () { return this.type.spec }; - -prototypeAccessors$1.inline.get = function () { return this.type instanceof InlineType }; - -Object.defineProperties( Decoration.prototype, prototypeAccessors$1 ); - -// DecorationAttrs:: interface -// A set of attributes to add to a decorated node. Most properties -// simply directly correspond to DOM attributes of the same name, -// which will be set to the property's value. These are exceptions: -// -// class:: ?string -// A CSS class name or a space-separated set of class names to be -// _added_ to the classes that the node already had. -// -// style:: ?string -// A string of CSS to be _added_ to the node's existing `style` property. -// -// nodeName:: ?string -// When non-null, the target node is wrapped in a DOM element of -// this type (and the other attributes are applied to this element). - -var none = [], noSpec = {}; - -// ::- A collection of [decorations](#view.Decoration), organized in -// such a way that the drawing algorithm can efficiently use and -// compare them. This is a persistent data structure—it is not -// modified, updates create a new value. -var DecorationSet = function DecorationSet(local, children) { - this.local = local && local.length ? local : none; - this.children = children && children.length ? children : none; -}; - -// :: (Node, [Decoration]) → DecorationSet -// Create a set of decorations, using the structure of the given -// document. -DecorationSet.create = function create (doc, decorations) { - return decorations.length ? buildTree(decorations, doc, 0, noSpec) : empty -}; - -// :: (?number, ?number, ?(spec: Object) → bool) → [Decoration] -// Find all decorations in this set which touch the given range -// (including decorations that start or end directly at the -// boundaries) and match the given predicate on their spec. When -// `start` and `end` are omitted, all decorations in the set are -// considered. When `predicate` isn't given, all decorations are -// assumed to match. -DecorationSet.prototype.find = function find (start, end, predicate) { - var result = []; - this.findInner(start == null ? 0 : start, end == null ? 1e9 : end, result, 0, predicate); - return result -}; - -DecorationSet.prototype.findInner = function findInner (start, end, result, offset, predicate) { - for (var i = 0; i < this.local.length; i++) { - var span = this.local[i]; - if (span.from <= end && span.to >= start && (!predicate || predicate(span.spec))) - { result.push(span.copy(span.from + offset, span.to + offset)); } - } - for (var i$1 = 0; i$1 < this.children.length; i$1 += 3) { - if (this.children[i$1] < end && this.children[i$1 + 1] > start) { - var childOff = this.children[i$1] + 1; - this.children[i$1 + 2].findInner(start - childOff, end - childOff, result, offset + childOff, predicate); - } - } -}; - -// :: (Mapping, Node, ?Object) → DecorationSet -// Map the set of decorations in response to a change in the -// document. -// -// options::- An optional set of options. -// -// onRemove:: ?(decorationSpec: Object) -// When given, this function will be called for each decoration -// that gets dropped as a result of the mapping, passing the -// spec of that decoration. -DecorationSet.prototype.map = function map (mapping, doc, options) { - if (this == empty || mapping.maps.length == 0) { return this } - return this.mapInner(mapping, doc, 0, 0, options || noSpec) -}; - -DecorationSet.prototype.mapInner = function mapInner (mapping, node, offset, oldOffset, options) { - var newLocal; - for (var i = 0; i < this.local.length; i++) { - var mapped = this.local[i].map(mapping, offset, oldOffset); - if (mapped && mapped.type.valid(node, mapped)) { (newLocal || (newLocal = [])).push(mapped); } - else if (options.onRemove) { options.onRemove(this.local[i].spec); } - } - - if (this.children.length) - { return mapChildren(this.children, newLocal, mapping, node, offset, oldOffset, options) } - else - { return newLocal ? new DecorationSet(newLocal.sort(byPos)) : empty } -}; - -// :: (Node, [Decoration]) → DecorationSet -// Add the given array of decorations to the ones in the set, -// producing a new set. Needs access to the current document to -// create the appropriate tree structure. -DecorationSet.prototype.add = function add (doc, decorations) { - if (!decorations.length) { return this } - if (this == empty) { return DecorationSet.create(doc, decorations) } - return this.addInner(doc, decorations, 0) -}; - -DecorationSet.prototype.addInner = function addInner (doc, decorations, offset) { - var this$1 = this; - - var children, childIndex = 0; - doc.forEach(function (childNode, childOffset) { - var baseOffset = childOffset + offset, found; - if (!(found = takeSpansForNode(decorations, childNode, baseOffset))) { return } - - if (!children) { children = this$1.children.slice(); } - while (childIndex < children.length && children[childIndex] < childOffset) { childIndex += 3; } - if (children[childIndex] == childOffset) - { children[childIndex + 2] = children[childIndex + 2].addInner(childNode, found, baseOffset + 1); } - else - { children.splice(childIndex, 0, childOffset, childOffset + childNode.nodeSize, buildTree(found, childNode, baseOffset + 1, noSpec)); } - childIndex += 3; - }); - - var local = moveSpans(childIndex ? withoutNulls(decorations) : decorations, -offset); - return new DecorationSet(local.length ? this.local.concat(local).sort(byPos) : this.local, - children || this.children) -}; - -// :: ([Decoration]) → DecorationSet -// Create a new set that contains the decorations in this set, minus -// the ones in the given array. -DecorationSet.prototype.remove = function remove (decorations) { - if (decorations.length == 0 || this == empty) { return this } - return this.removeInner(decorations, 0) -}; - -DecorationSet.prototype.removeInner = function removeInner (decorations, offset) { - var children = this.children, local = this.local; - for (var i = 0; i < children.length; i += 3) { - var found = (void 0), from = children[i] + offset, to = children[i + 1] + offset; - for (var j = 0, span = (void 0); j < decorations.length; j++) { if (span = decorations[j]) { - if (span.from > from && span.to < to) { - decorations[j] = null - ;(found || (found = [])).push(span); - } - } } - if (!found) { continue } - if (children == this.children) { children = this.children.slice(); } - var removed = children[i + 2].removeInner(found, from + 1); - if (removed != empty) { - children[i + 2] = removed; - } else { - children.splice(i, 3); - i -= 3; - } - } - if (local.length) { for (var i$1 = 0, span$1 = (void 0); i$1 < decorations.length; i$1++) { if (span$1 = decorations[i$1]) { - for (var j$1 = 0; j$1 < local.length; j$1++) { if (local[j$1].eq(span$1, offset)) { - if (local == this.local) { local = this.local.slice(); } - local.splice(j$1--, 1); - } } - } } } - if (children == this.children && local == this.local) { return this } - return local.length || children.length ? new DecorationSet(local, children) : empty -}; - -DecorationSet.prototype.forChild = function forChild (offset, node) { - if (this == empty) { return this } - if (node.isLeaf) { return DecorationSet.empty } - - var child, local; - for (var i = 0; i < this.children.length; i += 3) { if (this.children[i] >= offset) { - if (this.children[i] == offset) { child = this.children[i + 2]; } - break - } } - var start = offset + 1, end = start + node.content.size; - for (var i$1 = 0; i$1 < this.local.length; i$1++) { - var dec = this.local[i$1]; - if (dec.from < end && dec.to > start && (dec.type instanceof InlineType)) { - var from = Math.max(start, dec.from) - start, to = Math.min(end, dec.to) - start; - if (from < to) { (local || (local = [])).push(dec.copy(from, to)); } - } - } - if (local) { - var localSet = new DecorationSet(local.sort(byPos)); - return child ? new DecorationGroup([localSet, child]) : localSet - } - return child || empty -}; - -DecorationSet.prototype.eq = function eq (other) { - if (this == other) { return true } - if (!(other instanceof DecorationSet) || - this.local.length != other.local.length || - this.children.length != other.children.length) { return false } - for (var i = 0; i < this.local.length; i++) - { if (!this.local[i].eq(other.local[i])) { return false } } - for (var i$1 = 0; i$1 < this.children.length; i$1 += 3) - { if (this.children[i$1] != other.children[i$1] || - this.children[i$1 + 1] != other.children[i$1 + 1] || - !this.children[i$1 + 2].eq(other.children[i$1 + 2])) { return false } } - return true -}; - -DecorationSet.prototype.locals = function locals (node) { - return removeOverlap(this.localsInner(node)) -}; - -DecorationSet.prototype.localsInner = function localsInner (node) { - if (this == empty) { return none } - if (node.inlineContent || !this.local.some(InlineType.is)) { return this.local } - var result = []; - for (var i = 0; i < this.local.length; i++) { - if (!(this.local[i].type instanceof InlineType)) - { result.push(this.local[i]); } - } - return result -}; - -var empty = new DecorationSet(); - -// :: DecorationSet -// The empty set of decorations. -DecorationSet.empty = empty; - -DecorationSet.removeOverlap = removeOverlap; - -// :- An abstraction that allows the code dealing with decorations to -// treat multiple DecorationSet objects as if it were a single object -// with (a subset of) the same interface. -var DecorationGroup = function DecorationGroup(members) { - this.members = members; -}; - -DecorationGroup.prototype.forChild = function forChild (offset, child) { - if (child.isLeaf) { return DecorationSet.empty } - var found = []; - for (var i = 0; i < this.members.length; i++) { - var result = this.members[i].forChild(offset, child); - if (result == empty) { continue } - if (result instanceof DecorationGroup) { found = found.concat(result.members); } - else { found.push(result); } - } - return DecorationGroup.from(found) -}; - -DecorationGroup.prototype.eq = function eq (other) { - if (!(other instanceof DecorationGroup) || - other.members.length != this.members.length) { return false } - for (var i = 0; i < this.members.length; i++) - { if (!this.members[i].eq(other.members[i])) { return false } } - return true -}; - -DecorationGroup.prototype.locals = function locals (node) { - var result, sorted = true; - for (var i = 0; i < this.members.length; i++) { - var locals = this.members[i].localsInner(node); - if (!locals.length) { continue } - if (!result) { - result = locals; - } else { - if (sorted) { - result = result.slice(); - sorted = false; - } - for (var j = 0; j < locals.length; j++) { result.push(locals[j]); } - } - } - return result ? removeOverlap(sorted ? result : result.sort(byPos)) : none -}; - -// : ([DecorationSet]) → union -// Create a group for the given array of decoration sets, or return -// a single set when possible. -DecorationGroup.from = function from (members) { - switch (members.length) { - case 0: return empty - case 1: return members[0] - default: return new DecorationGroup(members) - } -}; - -function mapChildren(oldChildren, newLocal, mapping, node, offset, oldOffset, options) { - var children = oldChildren.slice(); - - // Mark the children that are directly touched by changes, and - // move those that are after the changes. - var shift = function (oldStart, oldEnd, newStart, newEnd) { - for (var i = 0; i < children.length; i += 3) { - var end = children[i + 1], dSize = (void 0); - if (end == -1 || oldStart > end + oldOffset) { continue } - if (oldEnd >= children[i] + oldOffset) { - children[i + 1] = -1; - } else if (newStart >= offset && (dSize = (newEnd - newStart) - (oldEnd - oldStart))) { - children[i] += dSize; - children[i + 1] += dSize; - } - } - }; - for (var i = 0; i < mapping.maps.length; i++) { mapping.maps[i].forEach(shift); } - - // Find the child nodes that still correspond to a single node, - // recursively call mapInner on them and update their positions. - var mustRebuild = false; - for (var i$1 = 0; i$1 < children.length; i$1 += 3) { if (children[i$1 + 1] == -1) { // Touched nodes - var from = mapping.map(oldChildren[i$1] + oldOffset), fromLocal = from - offset; - if (fromLocal < 0 || fromLocal >= node.content.size) { - mustRebuild = true; - continue - } - // Must read oldChildren because children was tagged with -1 - var to = mapping.map(oldChildren[i$1 + 1] + oldOffset, -1), toLocal = to - offset; - var ref = node.content.findIndex(fromLocal); - var index = ref.index; - var childOffset = ref.offset; - var childNode = node.maybeChild(index); - if (childNode && childOffset == fromLocal && childOffset + childNode.nodeSize == toLocal) { - var mapped = children[i$1 + 2].mapInner(mapping, childNode, from + 1, oldChildren[i$1] + oldOffset + 1, options); - if (mapped != empty) { - children[i$1] = fromLocal; - children[i$1 + 1] = toLocal; - children[i$1 + 2] = mapped; - } else { - children[i$1 + 1] = -2; - mustRebuild = true; - } - } else { - mustRebuild = true; - } - } } - - // Remaining children must be collected and rebuilt into the appropriate structure - if (mustRebuild) { - var decorations = mapAndGatherRemainingDecorations(children, oldChildren, newLocal || [], mapping, - offset, oldOffset, options); - var built = buildTree(decorations, node, 0, options); - newLocal = built.local; - for (var i$2 = 0; i$2 < children.length; i$2 += 3) { if (children[i$2 + 1] < 0) { - children.splice(i$2, 3); - i$2 -= 3; - } } - for (var i$3 = 0, j = 0; i$3 < built.children.length; i$3 += 3) { - var from$1 = built.children[i$3]; - while (j < children.length && children[j] < from$1) { j += 3; } - children.splice(j, 0, built.children[i$3], built.children[i$3 + 1], built.children[i$3 + 2]); - } - } - - return new DecorationSet(newLocal && newLocal.sort(byPos), children) -} - -function moveSpans(spans, offset) { - if (!offset || !spans.length) { return spans } - var result = []; - for (var i = 0; i < spans.length; i++) { - var span = spans[i]; - result.push(new Decoration(span.from + offset, span.to + offset, span.type)); - } - return result -} - -function mapAndGatherRemainingDecorations(children, oldChildren, decorations, mapping, offset, oldOffset, options) { - // Gather all decorations from the remaining marked children - function gather(set, oldOffset) { - for (var i = 0; i < set.local.length; i++) { - var mapped = set.local[i].map(mapping, offset, oldOffset); - if (mapped) { decorations.push(mapped); } - else if (options.onRemove) { options.onRemove(set.local[i].spec); } - } - for (var i$1 = 0; i$1 < set.children.length; i$1 += 3) - { gather(set.children[i$1 + 2], set.children[i$1] + oldOffset + 1); } - } - for (var i = 0; i < children.length; i += 3) { if (children[i + 1] == -1) - { gather(children[i + 2], oldChildren[i] + oldOffset + 1); } } - - return decorations -} - -function takeSpansForNode(spans, node, offset) { - if (node.isLeaf) { return null } - var end = offset + node.nodeSize, found = null; - for (var i = 0, span = (void 0); i < spans.length; i++) { - if ((span = spans[i]) && span.from > offset && span.to < end) { -(found || (found = [])).push(span); - spans[i] = null; - } - } - return found -} - -function withoutNulls(array) { - var result = []; - for (var i = 0; i < array.length; i++) - { if (array[i] != null) { result.push(array[i]); } } - return result -} - -// : ([Decoration], Node, number) → DecorationSet -// Build up a tree that corresponds to a set of decorations. `offset` -// is a base offset that should be subtractet from the `from` and `to` -// positions in the spans (so that we don't have to allocate new spans -// for recursive calls). -function buildTree(spans, node, offset, options) { - var children = [], hasNulls = false; - node.forEach(function (childNode, localStart) { - var found = takeSpansForNode(spans, childNode, localStart + offset); - if (found) { - hasNulls = true; - var subtree = buildTree(found, childNode, offset + localStart + 1, options); - if (subtree != empty) - { children.push(localStart, localStart + childNode.nodeSize, subtree); } - } - }); - var locals = moveSpans(hasNulls ? withoutNulls(spans) : spans, -offset).sort(byPos); - for (var i = 0; i < locals.length; i++) { if (!locals[i].type.valid(node, locals[i])) { - if (options.onRemove) { options.onRemove(locals[i].spec); } - locals.splice(i--, 1); - } } - return locals.length || children.length ? new DecorationSet(locals, children) : empty -} - -// : (Decoration, Decoration) → number -// Used to sort decorations so that ones with a low start position -// come first, and within a set with the same start position, those -// with an smaller end position come first. -function byPos(a, b) { - return a.from - b.from || a.to - b.to -} - -// : ([Decoration]) → [Decoration] -// Scan a sorted array of decorations for partially overlapping spans, -// and split those so that only fully overlapping spans are left (to -// make subsequent rendering easier). Will return the input array if -// no partially overlapping spans are found (the common case). -function removeOverlap(spans) { - var working = spans; - for (var i = 0; i < working.length - 1; i++) { - var span = working[i]; - if (span.from != span.to) { for (var j = i + 1; j < working.length; j++) { - var next = working[j]; - if (next.from == span.from) { - if (next.to != span.to) { - if (working == spans) { working = spans.slice(); } - // Followed by a partially overlapping larger span. Split that - // span. - working[j] = next.copy(next.from, span.to); - insertAhead(working, j + 1, next.copy(span.to, next.to)); - } - continue - } else { - if (next.from < span.to) { - if (working == spans) { working = spans.slice(); } - // The end of this one overlaps with a subsequent span. Split - // this one. - working[i] = span.copy(span.from, next.from); - insertAhead(working, j, span.copy(next.from, span.to)); - } - break - } - } } - } - return working -} - -function insertAhead(array, i, deco) { - while (i < array.length && byPos(deco, array[i]) > 0) { i++; } - array.splice(i, 0, deco); -} - -// : (EditorView) → union -// Get the decorations associated with the current props of a view. -function viewDecorations(view) { - var found = []; - view.someProp("decorations", function (f) { - var result = f(view.state); - if (result && result != empty) { found.push(result); } - }); - if (view.cursorWrapper) - { found.push(DecorationSet.create(view.state.doc, [view.cursorWrapper.deco])); } - return DecorationGroup.from(found) -} - -// ::- An editor view manages the DOM structure that represents an -// editable document. Its state and behavior are determined by its -// [props](#view.DirectEditorProps). -var EditorView = function EditorView(place, props) { - this._props = props; - // :: EditorState - // The view's current [state](#state.EditorState). - this.state = props.state; - - this.dispatch = this.dispatch.bind(this); - - this._root = null; - this.focused = false; - // Kludge used to work around a Chrome bug - this.trackWrites = null; - - // :: dom.Element - // An editable DOM node containing the document. (You probably - // should not directly interfere with its content.) - this.dom = (place && place.mount) || document.createElement("div"); - if (place) { - if (place.appendChild) { place.appendChild(this.dom); } - else if (place.apply) { place(this.dom); } - else if (place.mount) { this.mounted = true; } - } - - // :: bool - // Indicates whether the editor is currently [editable](#view.EditorProps.editable). - this.editable = getEditable(this); - this.markCursor = null; - this.cursorWrapper = null; - updateCursorWrapper(this); - this.nodeViews = buildNodeViews(this); - this.docView = docViewDesc(this.state.doc, computeDocDeco(this), viewDecorations(this), this.dom, this); - - this.lastSelectedViewDesc = null; - // :: ?{slice: Slice, move: bool} - // When editor content is being dragged, this object contains - // information about the dragged slice and whether it is being - // copied or moved. At any other time, it is null. - this.dragging = null; - - initInput(this); - - this.pluginViews = []; - this.updatePluginViews(); -}; - -var prototypeAccessors$2 = { props: { configurable: true },root: { configurable: true } }; - -// composing:: boolean -// Holds `true` when a -// [composition](https://developer.mozilla.org/en-US/docs/Mozilla/IME_handling_guide) -// is active. - -// :: DirectEditorProps -// The view's current [props](#view.EditorProps). -prototypeAccessors$2.props.get = function () { - if (this._props.state != this.state) { - var prev = this._props; - this._props = {}; - for (var name in prev) { this._props[name] = prev[name]; } - this._props.state = this.state; - } - return this._props -}; - -// :: (DirectEditorProps) -// Update the view's props. Will immediately cause an update to -// the DOM. -EditorView.prototype.update = function update (props) { - if (props.handleDOMEvents != this._props.handleDOMEvents) { ensureListeners(this); } - this._props = props; - this.updateStateInner(props.state, true); -}; - -// :: (DirectEditorProps) -// Update the view by updating existing props object with the object -// given as argument. Equivalent to `view.update(Object.assign({}, -// view.props, props))`. -EditorView.prototype.setProps = function setProps (props) { - var updated = {}; - for (var name in this._props) { updated[name] = this._props[name]; } - updated.state = this.state; - for (var name$1 in props) { updated[name$1] = props[name$1]; } - this.update(updated); -}; - -// :: (EditorState) -// Update the editor's `state` prop, without touching any of the -// other props. -EditorView.prototype.updateState = function updateState (state) { - this.updateStateInner(state, this.state.plugins != state.plugins); -}; - -EditorView.prototype.updateStateInner = function updateStateInner (state, reconfigured) { - var this$1 = this; - - var prev = this.state, redraw = false, updateSel = false; - // When stored marks are added, stop composition, so that they can - // be displayed. - if (state.storedMarks && this.composing) { - clearComposition(this); - updateSel = true; - } - this.state = state; - if (reconfigured) { - var nodeViews = buildNodeViews(this); - if (changedNodeViews(nodeViews, this.nodeViews)) { - this.nodeViews = nodeViews; - redraw = true; - } - ensureListeners(this); - } - - this.editable = getEditable(this); - updateCursorWrapper(this); - var innerDeco = viewDecorations(this), outerDeco = computeDocDeco(this); - - var scroll = reconfigured ? "reset" - : state.scrollToSelection > prev.scrollToSelection ? "to selection" : "preserve"; - var updateDoc = redraw || !this.docView.matchesNode(state.doc, outerDeco, innerDeco); - if (updateDoc || !state.selection.eq(prev.selection)) { updateSel = true; } - var oldScrollPos = scroll == "preserve" && updateSel && this.dom.style.overflowAnchor == null && storeScrollPos(this); - - if (updateSel) { - this.domObserver.stop(); - // Work around an issue in Chrome, IE, and Edge where changing - // the DOM around an active selection puts it into a broken - // state where the thing the user sees differs from the - // selection reported by the Selection object (#710, #973, - // #1011, #1013, #1035). - var forceSelUpdate = updateDoc && (result.ie || result.chrome) && !this.composing && - !prev.selection.empty && !state.selection.empty && selectionContextChanged(prev.selection, state.selection); - if (updateDoc) { - // If the node that the selection points into is written to, - // Chrome sometimes starts misreporting the selection, so this - // tracks that and forces a selection reset when our update - // did write to the node. - var chromeKludge = result.chrome ? (this.trackWrites = this.root.getSelection().focusNode) : null; - if (redraw || !this.docView.update(state.doc, outerDeco, innerDeco, this)) { - this.docView.updateOuterDeco([]); - this.docView.destroy(); - this.docView = docViewDesc(state.doc, outerDeco, innerDeco, this.dom, this); - } - if (chromeKludge && !this.trackWrites) { forceSelUpdate = true; } - } - // Work around for an issue where an update arriving right between - // a DOM selection change and the "selectionchange" event for it - // can cause a spurious DOM selection update, disrupting mouse - // drag selection. - if (forceSelUpdate || - !(this.mouseDown && this.domObserver.currentSelection.eq(this.root.getSelection()) && anchorInRightPlace(this))) { - selectionToDOM(this, forceSelUpdate); - } else { - syncNodeSelection(this, state.selection); - this.domObserver.setCurSelection(); - } - this.domObserver.start(); - } - - this.updatePluginViews(prev); - - if (scroll == "reset") { - this.dom.scrollTop = 0; - } else if (scroll == "to selection") { - var startDOM = this.root.getSelection().focusNode; - if (this.someProp("handleScrollToSelection", function (f) { return f(this$1); })) - ; // Handled - else if (state.selection instanceof prosemirror_state__WEBPACK_IMPORTED_MODULE_0__["NodeSelection"]) - { scrollRectIntoView(this, this.docView.domAfterPos(state.selection.from).getBoundingClientRect(), startDOM); } - else - { scrollRectIntoView(this, this.coordsAtPos(state.selection.head, 1), startDOM); } - } else if (oldScrollPos) { - resetScrollPos(oldScrollPos); - } -}; - -EditorView.prototype.destroyPluginViews = function destroyPluginViews () { - var view; - while (view = this.pluginViews.pop()) { if (view.destroy) { view.destroy(); } } -}; - -EditorView.prototype.updatePluginViews = function updatePluginViews (prevState) { - if (!prevState || prevState.plugins != this.state.plugins) { - this.destroyPluginViews(); - for (var i = 0; i < this.state.plugins.length; i++) { - var plugin = this.state.plugins[i]; - if (plugin.spec.view) { this.pluginViews.push(plugin.spec.view(this)); } - } - } else { - for (var i$1 = 0; i$1 < this.pluginViews.length; i$1++) { - var pluginView = this.pluginViews[i$1]; - if (pluginView.update) { pluginView.update(this, prevState); } - } - } -}; - -// :: (string, ?(prop: *) → *) → * -// Goes over the values of a prop, first those provided directly, -// then those from plugins (in order), and calls `f` every time a -// non-undefined value is found. When `f` returns a truthy value, -// that is immediately returned. When `f` isn't provided, it is -// treated as the identity function (the prop value is returned -// directly). -EditorView.prototype.someProp = function someProp (propName, f) { - var prop = this._props && this._props[propName], value; - if (prop != null && (value = f ? f(prop) : prop)) { return value } - var plugins = this.state.plugins; - if (plugins) { for (var i = 0; i < plugins.length; i++) { - var prop$1 = plugins[i].props[propName]; - if (prop$1 != null && (value = f ? f(prop$1) : prop$1)) { return value } - } } -}; - -// :: () → bool -// Query whether the view has focus. -EditorView.prototype.hasFocus = function hasFocus () { - return this.root.activeElement == this.dom -}; - -// :: () -// Focus the editor. -EditorView.prototype.focus = function focus () { - this.domObserver.stop(); - if (this.editable) { focusPreventScroll(this.dom); } - selectionToDOM(this); - this.domObserver.start(); -}; - -// :: union -// Get the document root in which the editor exists. This will -// usually be the top-level `document`, but might be a [shadow -// DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Shadow_DOM) -// root if the editor is inside one. -prototypeAccessors$2.root.get = function () { - var cached = this._root; - if (cached == null) { for (var search = this.dom.parentNode; search; search = search.parentNode) { - if (search.nodeType == 9 || (search.nodeType == 11 && search.host)) { - if (!search.getSelection) { Object.getPrototypeOf(search).getSelection = function () { return document.getSelection(); }; } - return this._root = search - } - } } - return cached || document -}; - -// :: ({left: number, top: number}) → ?{pos: number, inside: number} -// Given a pair of viewport coordinates, return the document -// position that corresponds to them. May return null if the given -// coordinates aren't inside of the editor. When an object is -// returned, its `pos` property is the position nearest to the -// coordinates, and its `inside` property holds the position of the -// inner node that the position falls inside of, or -1 if it is at -// the top level, not in any node. -EditorView.prototype.posAtCoords = function posAtCoords$1 (coords) { - return posAtCoords(this, coords) -}; - -// :: (number, number) → {left: number, right: number, top: number, bottom: number} -// Returns the viewport rectangle at a given document position. -// `left` and `right` will be the same number, as this returns a -// flat cursor-ish rectangle. If the position is between two things -// that aren't directly adjacent, `side` determines which element is -// used. When < 0, the element before the position is used, -// otherwise the element after. -EditorView.prototype.coordsAtPos = function coordsAtPos$1 (pos, side) { - if ( side === void 0 ) side = 1; - - return coordsAtPos(this, pos, side) -}; - -// :: (number) → {node: dom.Node, offset: number} -// Find the DOM position that corresponds to the given document -// position. Note that you should **not** mutate the editor's -// internal DOM, only inspect it (and even that is usually not -// necessary). -EditorView.prototype.domAtPos = function domAtPos (pos) { - return this.docView.domFromPos(pos) -}; - -// :: (number) → ?dom.Node -// Find the DOM node that represents the document node after the -// given position. May return `null` when the position doesn't point -// in front of a node or if the node is inside an opaque node view. -// -// This is intended to be able to call things like -// `getBoundingClientRect` on that DOM node. Do **not** mutate the -// editor DOM directly, or add styling this way, since that will be -// immediately overriden by the editor as it redraws the node. -EditorView.prototype.nodeDOM = function nodeDOM (pos) { - var desc = this.docView.descAt(pos); - return desc ? desc.nodeDOM : null -}; - -// :: (dom.Node, number, ?number) → number -// Find the document position that corresponds to a given DOM -// position. (Whenever possible, it is preferable to inspect the -// document structure directly, rather than poking around in the -// DOM, but sometimes—for example when interpreting an event -// target—you don't have a choice.) -// -// The `bias` parameter can be used to influence which side of a DOM -// node to use when the position is inside a leaf node. -EditorView.prototype.posAtDOM = function posAtDOM (node, offset, bias) { - if ( bias === void 0 ) bias = -1; - - var pos = this.docView.posFromDOM(node, offset, bias); - if (pos == null) { throw new RangeError("DOM position not inside the editor") } - return pos -}; - -// :: (union<"up", "down", "left", "right", "forward", "backward">, ?EditorState) → bool -// Find out whether the selection is at the end of a textblock when -// moving in a given direction. When, for example, given `"left"`, -// it will return true if moving left from the current cursor -// position would leave that position's parent textblock. Will apply -// to the view's current state by default, but it is possible to -// pass a different state. -EditorView.prototype.endOfTextblock = function endOfTextblock$1 (dir, state) { - return endOfTextblock(this, state || this.state, dir) -}; - -// :: () -// Removes the editor from the DOM and destroys all [node -// views](#view.NodeView). -EditorView.prototype.destroy = function destroy () { - if (!this.docView) { return } - destroyInput(this); - this.destroyPluginViews(); - if (this.mounted) { - this.docView.update(this.state.doc, [], viewDecorations(this), this); - this.dom.textContent = ""; - } else if (this.dom.parentNode) { - this.dom.parentNode.removeChild(this.dom); - } - this.docView.destroy(); - this.docView = null; -}; - -// Used for testing. -EditorView.prototype.dispatchEvent = function dispatchEvent$1 (event) { - return dispatchEvent(this, event) -}; - -// :: (Transaction) -// Dispatch a transaction. Will call -// [`dispatchTransaction`](#view.DirectEditorProps.dispatchTransaction) -// when given, and otherwise defaults to applying the transaction to -// the current state and calling -// [`updateState`](#view.EditorView.updateState) with the result. -// This method is bound to the view instance, so that it can be -// easily passed around. -EditorView.prototype.dispatch = function dispatch (tr) { - var dispatchTransaction = this._props.dispatchTransaction; - if (dispatchTransaction) { dispatchTransaction.call(this, tr); } - else { this.updateState(this.state.apply(tr)); } -}; - -Object.defineProperties( EditorView.prototype, prototypeAccessors$2 ); - -function computeDocDeco(view) { - var attrs = Object.create(null); - attrs.class = "ProseMirror"; - attrs.contenteditable = String(view.editable); - - view.someProp("attributes", function (value) { - if (typeof value == "function") { value = value(view.state); } - if (value) { for (var attr in value) { - if (attr == "class") - { attrs.class += " " + value[attr]; } - else if (!attrs[attr] && attr != "contenteditable" && attr != "nodeName") - { attrs[attr] = String(value[attr]); } - } } - }); - - return [Decoration.node(0, view.state.doc.content.size, attrs)] -} - -function updateCursorWrapper(view) { - if (view.markCursor) { - var dom = document.createElement("img"); - dom.setAttribute("mark-placeholder", "true"); - view.cursorWrapper = {dom: dom, deco: Decoration.widget(view.state.selection.head, dom, {raw: true, marks: view.markCursor})}; - } else { - view.cursorWrapper = null; - } -} - -function getEditable(view) { - return !view.someProp("editable", function (value) { return value(view.state) === false; }) -} - -function selectionContextChanged(sel1, sel2) { - var depth = Math.min(sel1.$anchor.sharedDepth(sel1.head), sel2.$anchor.sharedDepth(sel2.head)); - return sel1.$anchor.start(depth) != sel2.$anchor.start(depth) -} - -function buildNodeViews(view) { - var result = {}; - view.someProp("nodeViews", function (obj) { - for (var prop in obj) { if (!Object.prototype.hasOwnProperty.call(result, prop)) - { result[prop] = obj[prop]; } } - }); - return result -} - -function changedNodeViews(a, b) { - var nA = 0, nB = 0; - for (var prop in a) { - if (a[prop] != b[prop]) { return true } - nA++; - } - for (var _ in b) { nB++; } - return nA != nB -} - -// EditorProps:: interface -// -// Props are configuration values that can be passed to an editor view -// or included in a plugin. This interface lists the supported props. -// -// The various event-handling functions may all return `true` to -// indicate that they handled the given event. The view will then take -// care to call `preventDefault` on the event, except with -// `handleDOMEvents`, where the handler itself is responsible for that. -// -// How a prop is resolved depends on the prop. Handler functions are -// called one at a time, starting with the base props and then -// searching through the plugins (in order of appearance) until one of -// them returns true. For some props, the first plugin that yields a -// value gets precedence. -// -// handleDOMEvents:: ?Object<(view: EditorView, event: dom.Event) → bool> -// Can be an object mapping DOM event type names to functions that -// handle them. Such functions will be called before any handling -// ProseMirror does of events fired on the editable DOM element. -// Contrary to the other event handling props, when returning true -// from such a function, you are responsible for calling -// `preventDefault` yourself (or not, if you want to allow the -// default behavior). -// -// handleKeyDown:: ?(view: EditorView, event: dom.KeyboardEvent) → bool -// Called when the editor receives a `keydown` event. -// -// handleKeyPress:: ?(view: EditorView, event: dom.KeyboardEvent) → bool -// Handler for `keypress` events. -// -// handleTextInput:: ?(view: EditorView, from: number, to: number, text: string) → bool -// Whenever the user directly input text, this handler is called -// before the input is applied. If it returns `true`, the default -// behavior of actually inserting the text is suppressed. -// -// handleClickOn:: ?(view: EditorView, pos: number, node: Node, nodePos: number, event: dom.MouseEvent, direct: bool) → bool -// Called for each node around a click, from the inside out. The -// `direct` flag will be true for the inner node. -// -// handleClick:: ?(view: EditorView, pos: number, event: dom.MouseEvent) → bool -// Called when the editor is clicked, after `handleClickOn` handlers -// have been called. -// -// handleDoubleClickOn:: ?(view: EditorView, pos: number, node: Node, nodePos: number, event: dom.MouseEvent, direct: bool) → bool -// Called for each node around a double click. -// -// handleDoubleClick:: ?(view: EditorView, pos: number, event: dom.MouseEvent) → bool -// Called when the editor is double-clicked, after `handleDoubleClickOn`. -// -// handleTripleClickOn:: ?(view: EditorView, pos: number, node: Node, nodePos: number, event: dom.MouseEvent, direct: bool) → bool -// Called for each node around a triple click. -// -// handleTripleClick:: ?(view: EditorView, pos: number, event: dom.MouseEvent) → bool -// Called when the editor is triple-clicked, after `handleTripleClickOn`. -// -// handlePaste:: ?(view: EditorView, event: dom.ClipboardEvent, slice: Slice) → bool -// Can be used to override the behavior of pasting. `slice` is the -// pasted content parsed by the editor, but you can directly access -// the event to get at the raw content. -// -// handleDrop:: ?(view: EditorView, event: dom.Event, slice: Slice, moved: bool) → bool -// Called when something is dropped on the editor. `moved` will be -// true if this drop moves from the current selection (which should -// thus be deleted). -// -// handleScrollToSelection:: ?(view: EditorView) → bool -// Called when the view, after updating its state, tries to scroll -// the selection into view. A handler function may return false to -// indicate that it did not handle the scrolling and further -// handlers or the default behavior should be tried. -// -// createSelectionBetween:: ?(view: EditorView, anchor: ResolvedPos, head: ResolvedPos) → ?Selection -// Can be used to override the way a selection is created when -// reading a DOM selection between the given anchor and head. -// -// domParser:: ?DOMParser -// The [parser](#model.DOMParser) to use when reading editor changes -// from the DOM. Defaults to calling -// [`DOMParser.fromSchema`](#model.DOMParser^fromSchema) on the -// editor's schema. -// -// transformPastedHTML:: ?(html: string) → string -// Can be used to transform pasted HTML text, _before_ it is parsed, -// for example to clean it up. -// -// clipboardParser:: ?DOMParser -// The [parser](#model.DOMParser) to use when reading content from -// the clipboard. When not given, the value of the -// [`domParser`](#view.EditorProps.domParser) prop is used. -// -// transformPastedText:: ?(text: string, plain: bool) → string -// Transform pasted plain text. The `plain` flag will be true when -// the text is pasted as plain text. -// -// clipboardTextParser:: ?(text: string, $context: ResolvedPos, plain: bool) → Slice -// A function to parse text from the clipboard into a document -// slice. Called after -// [`transformPastedText`](#view.EditorProps.transformPastedText). -// The default behavior is to split the text into lines, wrap them -// in `

` tags, and call -// [`clipboardParser`](#view.EditorProps.clipboardParser) on it. -// The `plain` flag will be true when the text is pasted as plain text. -// -// transformPasted:: ?(Slice) → Slice -// Can be used to transform pasted content before it is applied to -// the document. -// -// nodeViews:: ?Object<(node: Node, view: EditorView, getPos: () → number, decorations: [Decoration]) → NodeView> -// Allows you to pass custom rendering and behavior logic for nodes -// and marks. Should map node and mark names to constructor -// functions that produce a [`NodeView`](#view.NodeView) object -// implementing the node's display behavior. For nodes, the third -// argument `getPos` is a function that can be called to get the -// node's current position, which can be useful when creating -// transactions to update it. For marks, the third argument is a -// boolean that indicates whether the mark's content is inline. -// -// `decorations` is an array of node or inline decorations that are -// active around the node. They are automatically drawn in the -// normal way, and you will usually just want to ignore this, but -// they can also be used as a way to provide context information to -// the node view without adding it to the document itself. -// -// clipboardSerializer:: ?DOMSerializer -// The DOM serializer to use when putting content onto the -// clipboard. If not given, the result of -// [`DOMSerializer.fromSchema`](#model.DOMSerializer^fromSchema) -// will be used. -// -// clipboardTextSerializer:: ?(Slice) → string -// A function that will be called to get the text for the current -// selection when copying text to the clipboard. By default, the -// editor will use [`textBetween`](#model.Node.textBetween) on the -// selected range. -// -// decorations:: ?(state: EditorState) → ?DecorationSet -// A set of [document decorations](#view.Decoration) to show in the -// view. -// -// editable:: ?(state: EditorState) → bool -// When this returns false, the content of the view is not directly -// editable. -// -// attributes:: ?union, (EditorState) → ?Object> -// Control the DOM attributes of the editable element. May be either -// an object or a function going from an editor state to an object. -// By default, the element will get a class `"ProseMirror"`, and -// will have its `contentEditable` attribute determined by the -// [`editable` prop](#view.EditorProps.editable). Additional classes -// provided here will be added to the class. For other attributes, -// the value provided first (as in -// [`someProp`](#view.EditorView.someProp)) will be used. -// -// scrollThreshold:: ?union -// Determines the distance (in pixels) between the cursor and the -// end of the visible viewport at which point, when scrolling the -// cursor into view, scrolling takes place. Defaults to 0. -// -// scrollMargin:: ?union -// Determines the extra space (in pixels) that is left above or -// below the cursor when it is scrolled into view. Defaults to 5. - -// DirectEditorProps:: interface extends EditorProps -// -// The props object given directly to the editor view supports two -// fields that can't be used in plugins: -// -// state:: EditorState -// The current state of the editor. -// -// dispatchTransaction:: ?(tr: Transaction) -// The callback over which to send transactions (state updates) -// produced by the view. If you specify this, you probably want to -// make sure this ends up calling the view's -// [`updateState`](#view.EditorView.updateState) method with a new -// state that has the transaction -// [applied](#state.EditorState.apply). The callback will be bound to have -// the view instance as its `this` binding. - - -//# sourceMappingURL=index.es.js.map - - -/***/ }), - -/***/ "576c": -/***/ (function(module, exports, __nested_webpack_require_902006__) { - -//! moment.js locale configuration -//! locale : Tetun Dili (East Timor) [tet] -//! author : Joshua Brooks : https://github.com/joshbrooks -//! author : Onorio De J. Afonso : https://github.com/marobo -//! author : Sonia Simoes : https://github.com/soniasimoes - -;(function (global, factory) { - true ? factory(__nested_webpack_require_902006__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var tet = moment.defineLocale('tet', { - months: 'Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru'.split( - '_' - ), - monthsShort: 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'), - weekdays: 'Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu'.split('_'), - weekdaysShort: 'Dom_Seg_Ters_Kua_Kint_Sest_Sab'.split('_'), - weekdaysMin: 'Do_Seg_Te_Ku_Ki_Ses_Sa'.split('_'), - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD/MM/YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY HH:mm', - LLLL: 'dddd, D MMMM YYYY HH:mm', - }, - calendar: { - sameDay: '[Ohin iha] LT', - nextDay: '[Aban iha] LT', - nextWeek: 'dddd [iha] LT', - lastDay: '[Horiseik iha] LT', - lastWeek: 'dddd [semana kotuk] [iha] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'iha %s', - past: '%s liuba', - s: 'segundu balun', - ss: 'segundu %d', - m: 'minutu ida', - mm: 'minutu %d', - h: 'oras ida', - hh: 'oras %d', - d: 'loron ida', - dd: 'loron %d', - M: 'fulan ida', - MM: 'fulan %d', - y: 'tinan ida', - yy: 'tinan %d', - }, - dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/, - ordinal: function (number) { - var b = number % 10, - output = - ~~((number % 100) / 10) === 1 - ? 'th' - : b === 1 - ? 'st' - : b === 2 - ? 'nd' - : b === 3 - ? 'rd' - : 'th'; - return number + output; - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return tet; - -}))); - - -/***/ }), - -/***/ "57a5": -/***/ (function(module, exports, __nested_webpack_require_904648__) { - -var overArg = __nested_webpack_require_904648__("91e9"); - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeKeys = overArg(Object.keys, Object); - -module.exports = nativeKeys; - - -/***/ }), - -/***/ "585a": -/***/ (function(module, exports, __nested_webpack_require_904942__) { - -/* WEBPACK VAR INJECTION */(function(global) {/** Detect free variable `global` from Node.js. */ -var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; - -module.exports = freeGlobal; - -/* WEBPACK VAR INJECTION */}.call(this, __nested_webpack_require_904942__("c8ba"))) - -/***/ }), - -/***/ "5899": -/***/ (function(module, exports) { - -// a string of all valid unicode whitespaces -// eslint-disable-next-line max-len -module.exports = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF'; - - -/***/ }), - -/***/ "58a8": -/***/ (function(module, exports, __nested_webpack_require_905630__) { - -var requireObjectCoercible = __nested_webpack_require_905630__("1d80"); -var whitespaces = __nested_webpack_require_905630__("5899"); - -var whitespace = '[' + whitespaces + ']'; -var ltrim = RegExp('^' + whitespace + whitespace + '*'); -var rtrim = RegExp(whitespace + whitespace + '*$'); - -// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation -var createMethod = function (TYPE) { - return function ($this) { - var string = String(requireObjectCoercible($this)); - if (TYPE & 1) string = string.replace(ltrim, ''); - if (TYPE & 2) string = string.replace(rtrim, ''); - return string; - }; -}; - -module.exports = { - // `String.prototype.{ trimLeft, trimStart }` methods - // https://tc39.github.io/ecma262/#sec-string.prototype.trimstart - start: createMethod(1), - // `String.prototype.{ trimRight, trimEnd }` methods - // https://tc39.github.io/ecma262/#sec-string.prototype.trimend - end: createMethod(2), - // `String.prototype.trim` method - // https://tc39.github.io/ecma262/#sec-string.prototype.trim - trim: createMethod(3) -}; - - -/***/ }), - -/***/ "598a": -/***/ (function(module, exports, __nested_webpack_require_906764__) { - -//! moment.js locale configuration -//! locale : Maldivian [dv] -//! author : Jawish Hameed : https://github.com/jawish - -;(function (global, factory) { - true ? factory(__nested_webpack_require_906764__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var months = [ - 'ޖެނުއަރީ', - 'ފެބްރުއަރީ', - 'މާރިޗު', - 'އޭޕްރީލު', - 'މޭ', - 'ޖޫން', - 'ޖުލައި', - 'އޯގަސްޓު', - 'ސެޕްޓެމްބަރު', - 'އޮކްޓޯބަރު', - 'ނޮވެމްބަރު', - 'ޑިސެމްބަރު', - ], - weekdays = [ - 'އާދިއްތަ', - 'ހޯމަ', - 'އަންގާރަ', - 'ބުދަ', - 'ބުރާސްފަތި', - 'ހުކުރު', - 'ހޮނިހިރު', - ]; - - var dv = moment.defineLocale('dv', { - months: months, - monthsShort: months, - weekdays: weekdays, - weekdaysShort: weekdays, - weekdaysMin: 'އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި'.split('_'), - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'D/M/YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY HH:mm', - LLLL: 'dddd D MMMM YYYY HH:mm', - }, - meridiemParse: /މކ|މފ/, - isPM: function (input) { - return 'މފ' === input; - }, - meridiem: function (hour, minute, isLower) { - if (hour < 12) { - return 'މކ'; - } else { - return 'މފ'; - } - }, - calendar: { - sameDay: '[މިއަދު] LT', - nextDay: '[މާދަމާ] LT', - nextWeek: 'dddd LT', - lastDay: '[އިއްޔެ] LT', - lastWeek: '[ފާއިތުވި] dddd LT', - sameElse: 'L', - }, - relativeTime: { - future: 'ތެރޭގައި %s', - past: 'ކުރިން %s', - s: 'ސިކުންތުކޮޅެއް', - ss: 'd% ސިކުންތު', - m: 'މިނިޓެއް', - mm: 'މިނިޓު %d', - h: 'ގަޑިއިރެއް', - hh: 'ގަޑިއިރު %d', - d: 'ދުވަހެއް', - dd: 'ދުވަސް %d', - M: 'މަހެއް', - MM: 'މަސް %d', - y: 'އަހަރެއް', - yy: 'އަހަރު %d', - }, - preparse: function (string) { - return string.replace(/،/g, ','); - }, - postformat: function (string) { - return string.replace(/,/g, '،'); - }, - week: { - dow: 7, // Sunday is the first day of the week. - doy: 12, // The week that contains Jan 12th is the first week of the year. - }, - }); - - return dv; - -}))); - - -/***/ }), - -/***/ "5a34": -/***/ (function(module, exports, __nested_webpack_require_909492__) { - -var isRegExp = __nested_webpack_require_909492__("44e7"); - -module.exports = function (it) { - if (isRegExp(it)) { - throw TypeError("The method doesn't accept regular expressions"); - } return it; -}; - - -/***/ }), - -/***/ "5aff": -/***/ (function(module, exports, __nested_webpack_require_909764__) { - -//! moment.js locale configuration -//! locale : Turkmen [tk] -//! author : Atamyrat Abdyrahmanov : https://github.com/atamyratabdy - -;(function (global, factory) { - true ? factory(__nested_webpack_require_909764__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var suffixes = { - 1: "'inji", - 5: "'inji", - 8: "'inji", - 70: "'inji", - 80: "'inji", - 2: "'nji", - 7: "'nji", - 20: "'nji", - 50: "'nji", - 3: "'ünji", - 4: "'ünji", - 100: "'ünji", - 6: "'njy", - 9: "'unjy", - 10: "'unjy", - 30: "'unjy", - 60: "'ynjy", - 90: "'ynjy", - }; - - var tk = moment.defineLocale('tk', { - months: 'Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr'.split( - '_' - ), - monthsShort: 'Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek'.split('_'), - weekdays: 'Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe'.split( - '_' - ), - weekdaysShort: 'Ýek_Duş_Siş_Çar_Pen_Ann_Şen'.split('_'), - weekdaysMin: 'Ýk_Dş_Sş_Çr_Pn_An_Şn'.split('_'), - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD.MM.YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY HH:mm', - LLLL: 'dddd, D MMMM YYYY HH:mm', - }, - calendar: { - sameDay: '[bugün sagat] LT', - nextDay: '[ertir sagat] LT', - nextWeek: '[indiki] dddd [sagat] LT', - lastDay: '[düýn] LT', - lastWeek: '[geçen] dddd [sagat] LT', - sameElse: 'L', - }, - relativeTime: { - future: '%s soň', - past: '%s öň', - s: 'birnäçe sekunt', - m: 'bir minut', - mm: '%d minut', - h: 'bir sagat', - hh: '%d sagat', - d: 'bir gün', - dd: '%d gün', - M: 'bir aý', - MM: '%d aý', - y: 'bir ýyl', - yy: '%d ýyl', - }, - ordinal: function (number, period) { - switch (period) { - case 'd': - case 'D': - case 'Do': - case 'DD': - return number; - default: - if (number === 0) { - // special case for zero - return number + "'unjy"; - } - var a = number % 10, - b = (number % 100) - a, - c = number >= 100 ? 100 : null; - return number + (suffixes[a] || suffixes[b] || suffixes[c]); - } - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 7, // The week that contains Jan 7th is the first week of the year. - }, - }); - - return tk; - -}))); - - -/***/ }), - -/***/ "5b14": -/***/ (function(module, exports, __nested_webpack_require_912786__) { - -//! moment.js locale configuration -//! locale : Hungarian [hu] -//! author : Adam Brunner : https://github.com/adambrunner -//! author : Peter Viszt : https://github.com/passatgt - -;(function (global, factory) { - true ? factory(__nested_webpack_require_912786__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var weekEndings = 'vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton'.split( - ' ' - ); - function translate(number, withoutSuffix, key, isFuture) { - var num = number; - switch (key) { - case 's': - return isFuture || withoutSuffix - ? 'néhány másodperc' - : 'néhány másodperce'; - case 'ss': - return num + (isFuture || withoutSuffix) - ? ' másodperc' - : ' másodperce'; - case 'm': - return 'egy' + (isFuture || withoutSuffix ? ' perc' : ' perce'); - case 'mm': - return num + (isFuture || withoutSuffix ? ' perc' : ' perce'); - case 'h': - return 'egy' + (isFuture || withoutSuffix ? ' óra' : ' órája'); - case 'hh': - return num + (isFuture || withoutSuffix ? ' óra' : ' órája'); - case 'd': - return 'egy' + (isFuture || withoutSuffix ? ' nap' : ' napja'); - case 'dd': - return num + (isFuture || withoutSuffix ? ' nap' : ' napja'); - case 'M': - return 'egy' + (isFuture || withoutSuffix ? ' hónap' : ' hónapja'); - case 'MM': - return num + (isFuture || withoutSuffix ? ' hónap' : ' hónapja'); - case 'y': - return 'egy' + (isFuture || withoutSuffix ? ' év' : ' éve'); - case 'yy': - return num + (isFuture || withoutSuffix ? ' év' : ' éve'); - } - return ''; - } - function week(isFuture) { - return ( - (isFuture ? '' : '[múlt] ') + - '[' + - weekEndings[this.day()] + - '] LT[-kor]' - ); - } - - var hu = moment.defineLocale('hu', { - months: 'január_február_március_április_május_június_július_augusztus_szeptember_október_november_december'.split( - '_' - ), - monthsShort: 'jan._feb._márc._ápr._máj._jún._júl._aug._szept._okt._nov._dec.'.split( - '_' - ), - monthsParseExact: true, - weekdays: 'vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat'.split('_'), - weekdaysShort: 'vas_hét_kedd_sze_csüt_pén_szo'.split('_'), - weekdaysMin: 'v_h_k_sze_cs_p_szo'.split('_'), - longDateFormat: { - LT: 'H:mm', - LTS: 'H:mm:ss', - L: 'YYYY.MM.DD.', - LL: 'YYYY. MMMM D.', - LLL: 'YYYY. MMMM D. H:mm', - LLLL: 'YYYY. MMMM D., dddd H:mm', - }, - meridiemParse: /de|du/i, - isPM: function (input) { - return input.charAt(1).toLowerCase() === 'u'; - }, - meridiem: function (hours, minutes, isLower) { - if (hours < 12) { - return isLower === true ? 'de' : 'DE'; - } else { - return isLower === true ? 'du' : 'DU'; - } - }, - calendar: { - sameDay: '[ma] LT[-kor]', - nextDay: '[holnap] LT[-kor]', - nextWeek: function () { - return week.call(this, true); - }, - lastDay: '[tegnap] LT[-kor]', - lastWeek: function () { - return week.call(this, false); - }, - sameElse: 'L', - }, - relativeTime: { - future: '%s múlva', - past: '%s', - s: translate, - ss: translate, - m: translate, - mm: translate, - h: translate, - hh: translate, - d: translate, - dd: translate, - M: translate, - MM: translate, - y: translate, - yy: translate, - }, - dayOfMonthOrdinalParse: /\d{1,2}\./, - ordinal: '%d.', - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return hu; - -}))); - - -/***/ }), - -/***/ "5c3a": -/***/ (function(module, exports, __nested_webpack_require_917217__) { - -//! moment.js locale configuration -//! locale : Chinese (China) [zh-cn] -//! author : suupic : https://github.com/suupic -//! author : Zeno Zeng : https://github.com/zenozeng -//! author : uu109 : https://github.com/uu109 - -;(function (global, factory) { - true ? factory(__nested_webpack_require_917217__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var zhCn = moment.defineLocale('zh-cn', { - months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split( - '_' - ), - monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split( - '_' - ), - weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'), - weekdaysShort: '周日_周一_周二_周三_周四_周五_周六'.split('_'), - weekdaysMin: '日_一_二_三_四_五_六'.split('_'), - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'YYYY/MM/DD', - LL: 'YYYY年M月D日', - LLL: 'YYYY年M月D日Ah点mm分', - LLLL: 'YYYY年M月D日ddddAh点mm分', - l: 'YYYY/M/D', - ll: 'YYYY年M月D日', - lll: 'YYYY年M月D日 HH:mm', - llll: 'YYYY年M月D日dddd HH:mm', - }, - meridiemParse: /凌晨|早上|上午|中午|下午|晚上/, - meridiemHour: function (hour, meridiem) { - if (hour === 12) { - hour = 0; - } - if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') { - return hour; - } else if (meridiem === '下午' || meridiem === '晚上') { - return hour + 12; - } else { - // '中午' - return hour >= 11 ? hour : hour + 12; - } - }, - meridiem: function (hour, minute, isLower) { - var hm = hour * 100 + minute; - if (hm < 600) { - return '凌晨'; - } else if (hm < 900) { - return '早上'; - } else if (hm < 1130) { - return '上午'; - } else if (hm < 1230) { - return '中午'; - } else if (hm < 1800) { - return '下午'; - } else { - return '晚上'; - } - }, - calendar: { - sameDay: '[今天]LT', - nextDay: '[明天]LT', - nextWeek: function (now) { - if (now.week() !== this.week()) { - return '[下]dddLT'; - } else { - return '[本]dddLT'; - } - }, - lastDay: '[昨天]LT', - lastWeek: function (now) { - if (this.week() !== now.week()) { - return '[上]dddLT'; - } else { - return '[本]dddLT'; - } - }, - sameElse: 'L', - }, - dayOfMonthOrdinalParse: /\d{1,2}(日|月|周)/, - ordinal: function (number, period) { - switch (period) { - case 'd': - case 'D': - case 'DDD': - return number + '日'; - case 'M': - return number + '月'; - case 'w': - case 'W': - return number + '周'; - default: - return number; - } - }, - relativeTime: { - future: '%s后', - past: '%s前', - s: '几秒', - ss: '%d 秒', - m: '1 分钟', - mm: '%d 分钟', - h: '1 小时', - hh: '%d 小时', - d: '1 天', - dd: '%d 天', - w: '1 周', - ww: '%d 周', - M: '1 个月', - MM: '%d 个月', - y: '1 年', - yy: '%d 年', - }, - week: { - // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效 - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return zhCn; - -}))); - - -/***/ }), - -/***/ "5c6c": -/***/ (function(module, exports) { - -module.exports = function (bitmap, value) { - return { - enumerable: !(bitmap & 1), - configurable: !(bitmap & 2), - writable: !(bitmap & 4), - value: value - }; -}; - - -/***/ }), - -/***/ "5cbb": -/***/ (function(module, exports, __nested_webpack_require_921456__) { - -//! moment.js locale configuration -//! locale : Telugu [te] -//! author : Krishna Chaitanya Thota : https://github.com/kcthota - -;(function (global, factory) { - true ? factory(__nested_webpack_require_921456__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var te = moment.defineLocale('te', { - months: 'జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్'.split( - '_' - ), - monthsShort: 'జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.'.split( - '_' - ), - monthsParseExact: true, - weekdays: 'ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం'.split( - '_' - ), - weekdaysShort: 'ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని'.split('_'), - weekdaysMin: 'ఆ_సో_మం_బు_గు_శు_శ'.split('_'), - longDateFormat: { - LT: 'A h:mm', - LTS: 'A h:mm:ss', - L: 'DD/MM/YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY, A h:mm', - LLLL: 'dddd, D MMMM YYYY, A h:mm', - }, - calendar: { - sameDay: '[నేడు] LT', - nextDay: '[రేపు] LT', - nextWeek: 'dddd, LT', - lastDay: '[నిన్న] LT', - lastWeek: '[గత] dddd, LT', - sameElse: 'L', - }, - relativeTime: { - future: '%s లో', - past: '%s క్రితం', - s: 'కొన్ని క్షణాలు', - ss: '%d సెకన్లు', - m: 'ఒక నిమిషం', - mm: '%d నిమిషాలు', - h: 'ఒక గంట', - hh: '%d గంటలు', - d: 'ఒక రోజు', - dd: '%d రోజులు', - M: 'ఒక నెల', - MM: '%d నెలలు', - y: 'ఒక సంవత్సరం', - yy: '%d సంవత్సరాలు', - }, - dayOfMonthOrdinalParse: /\d{1,2}వ/, - ordinal: '%dవ', - meridiemParse: /రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/, - meridiemHour: function (hour, meridiem) { - if (hour === 12) { - hour = 0; - } - if (meridiem === 'రాత్రి') { - return hour < 4 ? hour : hour + 12; - } else if (meridiem === 'ఉదయం') { - return hour; - } else if (meridiem === 'మధ్యాహ్నం') { - return hour >= 10 ? hour : hour + 12; - } else if (meridiem === 'సాయంత్రం') { - return hour + 12; - } - }, - meridiem: function (hour, minute, isLower) { - if (hour < 4) { - return 'రాత్రి'; - } else if (hour < 10) { - return 'ఉదయం'; - } else if (hour < 17) { - return 'మధ్యాహ్నం'; - } else if (hour < 20) { - return 'సాయంత్రం'; - } else { - return 'రాత్రి'; - } - }, - week: { - dow: 0, // Sunday is the first day of the week. - doy: 6, // The week that contains Jan 6th is the first week of the year. - }, - }); - - return te; - -}))); - - -/***/ }), - -/***/ "5dbe": -/***/ (function(module, exports, __webpack_require__) { - -// -// format - printf-like string formatting for JavaScript -// github.com/samsonjs/format -// @_sjs -// -// Copyright 2010 - 2013 Sami Samhuri -// -// MIT License -// http://sjs.mit-license.org -// - -;(function() { - - //// Export the API - var namespace; - - // CommonJS / Node module - if (true) { - namespace = module.exports = format; - } - - // Browsers and other environments - else {} - - namespace.format = format; - namespace.vsprintf = vsprintf; - - if (typeof console !== 'undefined' && typeof console.log === 'function') { - namespace.printf = printf; - } - - function printf(/* ... */) { - console.log(format.apply(null, arguments)); - } - - function vsprintf(fmt, replacements) { - return format.apply(null, [fmt].concat(replacements)); - } - - function format(fmt) { - var argIndex = 1 // skip initial format argument - , args = [].slice.call(arguments) - , i = 0 - , n = fmt.length - , result = '' - , c - , escaped = false - , arg - , tmp - , leadingZero = false - , precision - , nextArg = function() { return args[argIndex++]; } - , slurpNumber = function() { - var digits = ''; - while (/\d/.test(fmt[i])) { - digits += fmt[i++]; - c = fmt[i]; - } - return digits.length > 0 ? parseInt(digits) : null; - } - ; - for (; i < n; ++i) { - c = fmt[i]; - if (escaped) { - escaped = false; - if (c == '.') { - leadingZero = false; - c = fmt[++i]; - } - else if (c == '0' && fmt[i + 1] == '.') { - leadingZero = true; - i += 2; - c = fmt[i]; - } - else { - leadingZero = true; - } - precision = slurpNumber(); - switch (c) { - case 'b': // number in binary - result += parseInt(nextArg(), 10).toString(2); - break; - case 'c': // character - arg = nextArg(); - if (typeof arg === 'string' || arg instanceof String) - result += arg; - else - result += String.fromCharCode(parseInt(arg, 10)); - break; - case 'd': // number in decimal - result += parseInt(nextArg(), 10); - break; - case 'f': // floating point number - tmp = String(parseFloat(nextArg()).toFixed(precision || 6)); - result += leadingZero ? tmp : tmp.replace(/^0/, ''); - break; - case 'j': // JSON - result += JSON.stringify(nextArg()); - break; - case 'o': // number in octal - result += '0' + parseInt(nextArg(), 10).toString(8); - break; - case 's': // string - result += nextArg(); - break; - case 'x': // lowercase hexadecimal - result += '0x' + parseInt(nextArg(), 10).toString(16); - break; - case 'X': // uppercase hexadecimal - result += '0x' + parseInt(nextArg(), 10).toString(16).toUpperCase(); - break; - default: - result += c; - break; - } - } else if (c === '%') { - escaped = true; - } else { - result += c; - } - } - return result; - } - -}()); - - -/***/ }), - -/***/ "5e2e": -/***/ (function(module, exports, __nested_webpack_require_927818__) { - -var listCacheClear = __nested_webpack_require_927818__("28c9"), - listCacheDelete = __nested_webpack_require_927818__("69d5"), - listCacheGet = __nested_webpack_require_927818__("b4c0"), - listCacheHas = __nested_webpack_require_927818__("fba5"), - listCacheSet = __nested_webpack_require_927818__("67ca"); - -/** - * Creates an list cache object. - * - * @private - * @constructor - * @param {Array} [entries] The key-value pairs to cache. - */ -function ListCache(entries) { - var index = -1, - length = entries == null ? 0 : entries.length; - - this.clear(); - while (++index < length) { - var entry = entries[index]; - this.set(entry[0], entry[1]); - } -} - -// Add methods to `ListCache`. -ListCache.prototype.clear = listCacheClear; -ListCache.prototype['delete'] = listCacheDelete; -ListCache.prototype.get = listCacheGet; -ListCache.prototype.has = listCacheHas; -ListCache.prototype.set = listCacheSet; - -module.exports = ListCache; - - -/***/ }), - -/***/ "5fbd": -/***/ (function(module, exports, __nested_webpack_require_928771__) { - -//! moment.js locale configuration -//! locale : Swedish [sv] -//! author : Jens Alm : https://github.com/ulmus - -;(function (global, factory) { - true ? factory(__nested_webpack_require_928771__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var sv = moment.defineLocale('sv', { - months: 'januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december'.split( - '_' - ), - monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'), - weekdays: 'söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag'.split('_'), - weekdaysShort: 'sön_mån_tis_ons_tor_fre_lör'.split('_'), - weekdaysMin: 'sö_må_ti_on_to_fr_lö'.split('_'), - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'YYYY-MM-DD', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY [kl.] HH:mm', - LLLL: 'dddd D MMMM YYYY [kl.] HH:mm', - lll: 'D MMM YYYY HH:mm', - llll: 'ddd D MMM YYYY HH:mm', - }, - calendar: { - sameDay: '[Idag] LT', - nextDay: '[Imorgon] LT', - lastDay: '[Igår] LT', - nextWeek: '[På] dddd LT', - lastWeek: '[I] dddd[s] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'om %s', - past: 'för %s sedan', - s: 'några sekunder', - ss: '%d sekunder', - m: 'en minut', - mm: '%d minuter', - h: 'en timme', - hh: '%d timmar', - d: 'en dag', - dd: '%d dagar', - M: 'en månad', - MM: '%d månader', - y: 'ett år', - yy: '%d år', - }, - dayOfMonthOrdinalParse: /\d{1,2}(\:e|\:a)/, - ordinal: function (number) { - var b = number % 10, - output = - ~~((number % 100) / 10) === 1 - ? ':e' - : b === 1 - ? ':a' - : b === 2 - ? ':a' - : b === 3 - ? ':e' - : ':e'; - return number + output; - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return sv; - -}))); - - -/***/ }), - -/***/ "6044": -/***/ (function(module, exports, __nested_webpack_require_931314__) { - -var getNative = __nested_webpack_require_931314__("0b07"); - -/* Built-in method references that are verified to be native. */ -var nativeCreate = getNative(Object, 'create'); - -module.exports = nativeCreate; - - -/***/ }), - -/***/ "605d": -/***/ (function(module, exports, __nested_webpack_require_931589__) { - -var classof = __nested_webpack_require_931589__("c6b6"); -var global = __nested_webpack_require_931589__("da84"); - -module.exports = classof(global.process) == 'process'; - - -/***/ }), - -/***/ "60ed": -/***/ (function(module, exports, __nested_webpack_require_931814__) { - -var baseGetTag = __nested_webpack_require_931814__("3729"), - getPrototype = __nested_webpack_require_931814__("2dcb"), - isObjectLike = __nested_webpack_require_931814__("1310"); - -/** `Object#toString` result references. */ -var objectTag = '[object Object]'; - -/** Used for built-in method references. */ -var funcProto = Function.prototype, - objectProto = Object.prototype; - -/** Used to resolve the decompiled source of functions. */ -var funcToString = funcProto.toString; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** Used to infer the `Object` constructor. */ -var objectCtorString = funcToString.call(Object); - -/** - * Checks if `value` is a plain object, that is, an object created by the - * `Object` constructor or one with a `[[Prototype]]` of `null`. - * - * @static - * @memberOf _ - * @since 0.8.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a plain object, else `false`. - * @example - * - * function Foo() { - * this.a = 1; - * } - * - * _.isPlainObject(new Foo); - * // => false - * - * _.isPlainObject([1, 2, 3]); - * // => false - * - * _.isPlainObject({ 'x': 0, 'y': 0 }); - * // => true - * - * _.isPlainObject(Object.create(null)); - * // => true - */ -function isPlainObject(value) { - if (!isObjectLike(value) || baseGetTag(value) != objectTag) { - return false; - } - var proto = getPrototype(value); - if (proto === null) { - return true; - } - var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor; - return typeof Ctor == 'function' && Ctor instanceof Ctor && - funcToString.call(Ctor) == objectCtorString; -} - -module.exports = isPlainObject; - - -/***/ }), - -/***/ "6117": -/***/ (function(module, exports, __nested_webpack_require_933554__) { - -//! moment.js locale configuration -//! locale : Uyghur (China) [ug-cn] -//! author: boyaq : https://github.com/boyaq - -;(function (global, factory) { - true ? factory(__nested_webpack_require_933554__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var ugCn = moment.defineLocale('ug-cn', { - months: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split( - '_' - ), - monthsShort: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split( - '_' - ), - weekdays: 'يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە'.split( - '_' - ), - weekdaysShort: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'), - weekdaysMin: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'), - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'YYYY-MM-DD', - LL: 'YYYY-يىلىM-ئاينىڭD-كۈنى', - LLL: 'YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm', - LLLL: 'dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm', - }, - meridiemParse: /يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/, - meridiemHour: function (hour, meridiem) { - if (hour === 12) { - hour = 0; - } - if ( - meridiem === 'يېرىم كېچە' || - meridiem === 'سەھەر' || - meridiem === 'چۈشتىن بۇرۇن' - ) { - return hour; - } else if (meridiem === 'چۈشتىن كېيىن' || meridiem === 'كەچ') { - return hour + 12; - } else { - return hour >= 11 ? hour : hour + 12; - } - }, - meridiem: function (hour, minute, isLower) { - var hm = hour * 100 + minute; - if (hm < 600) { - return 'يېرىم كېچە'; - } else if (hm < 900) { - return 'سەھەر'; - } else if (hm < 1130) { - return 'چۈشتىن بۇرۇن'; - } else if (hm < 1230) { - return 'چۈش'; - } else if (hm < 1800) { - return 'چۈشتىن كېيىن'; - } else { - return 'كەچ'; - } - }, - calendar: { - sameDay: '[بۈگۈن سائەت] LT', - nextDay: '[ئەتە سائەت] LT', - nextWeek: '[كېلەركى] dddd [سائەت] LT', - lastDay: '[تۆنۈگۈن] LT', - lastWeek: '[ئالدىنقى] dddd [سائەت] LT', - sameElse: 'L', - }, - relativeTime: { - future: '%s كېيىن', - past: '%s بۇرۇن', - s: 'نەچچە سېكونت', - ss: '%d سېكونت', - m: 'بىر مىنۇت', - mm: '%d مىنۇت', - h: 'بىر سائەت', - hh: '%d سائەت', - d: 'بىر كۈن', - dd: '%d كۈن', - M: 'بىر ئاي', - MM: '%d ئاي', - y: 'بىر يىل', - yy: '%d يىل', - }, - - dayOfMonthOrdinalParse: /\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/, - ordinal: function (number, period) { - switch (period) { - case 'd': - case 'D': - case 'DDD': - return number + '-كۈنى'; - case 'w': - case 'W': - return number + '-ھەپتە'; - default: - return number; - } - }, - preparse: function (string) { - return string.replace(/،/g, ','); - }, - postformat: function (string) { - return string.replace(/,/g, '،'); - }, - week: { - // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效 - dow: 1, // Monday is the first day of the week. - doy: 7, // The week that contains Jan 1st is the first week of the year. - }, - }); - - return ugCn; - -}))); - - -/***/ }), - -/***/ "62e4": -/***/ (function(module, exports) { - -module.exports = function(module) { - if (!module.webpackPolyfill) { - module.deprecate = function() {}; - module.paths = []; - // module.parent = undefined by default - if (!module.children) module.children = []; - Object.defineProperty(module, "loaded", { - enumerable: true, - get: function() { - return module.l; - } - }); - Object.defineProperty(module, "id", { - enumerable: true, - get: function() { - return module.i; - } - }); - module.webpackPolyfill = 1; - } - return module; -}; - - -/***/ }), - -/***/ "63ea": -/***/ (function(module, exports, __nested_webpack_require_938046__) { - -var baseIsEqual = __nested_webpack_require_938046__("c05f"); - -/** - * Performs a deep comparison between two values to determine if they are - * equivalent. - * - * **Note:** This method supports comparing arrays, array buffers, booleans, - * date objects, error objects, maps, numbers, `Object` objects, regexes, - * sets, strings, symbols, and typed arrays. `Object` objects are compared - * by their own, not inherited, enumerable properties. Functions and DOM - * nodes are compared by strict equality, i.e. `===`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if the values are equivalent, else `false`. - * @example - * - * var object = { 'a': 1 }; - * var other = { 'a': 1 }; - * - * _.isEqual(object, other); - * // => true - * - * object === other; - * // => false - */ -function isEqual(value, other) { - return baseIsEqual(value, other); -} - -module.exports = isEqual; - - -/***/ }), - -/***/ "6403": -/***/ (function(module, exports, __nested_webpack_require_939118__) { - -//! moment.js locale configuration -//! locale : Malay [ms-my] -//! note : DEPRECATED, the correct one is [ms] -//! author : Weldan Jamili : https://github.com/weldan - -;(function (global, factory) { - true ? factory(__nested_webpack_require_939118__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var msMy = moment.defineLocale('ms-my', { - months: 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split( - '_' - ), - monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'), - weekdays: 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'), - weekdaysShort: 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'), - weekdaysMin: 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'), - longDateFormat: { - LT: 'HH.mm', - LTS: 'HH.mm.ss', - L: 'DD/MM/YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY [pukul] HH.mm', - LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm', - }, - meridiemParse: /pagi|tengahari|petang|malam/, - meridiemHour: function (hour, meridiem) { - if (hour === 12) { - hour = 0; - } - if (meridiem === 'pagi') { - return hour; - } else if (meridiem === 'tengahari') { - return hour >= 11 ? hour : hour + 12; - } else if (meridiem === 'petang' || meridiem === 'malam') { - return hour + 12; - } - }, - meridiem: function (hours, minutes, isLower) { - if (hours < 11) { - return 'pagi'; - } else if (hours < 15) { - return 'tengahari'; - } else if (hours < 19) { - return 'petang'; - } else { - return 'malam'; - } - }, - calendar: { - sameDay: '[Hari ini pukul] LT', - nextDay: '[Esok pukul] LT', - nextWeek: 'dddd [pukul] LT', - lastDay: '[Kelmarin pukul] LT', - lastWeek: 'dddd [lepas pukul] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'dalam %s', - past: '%s yang lepas', - s: 'beberapa saat', - ss: '%d saat', - m: 'seminit', - mm: '%d minit', - h: 'sejam', - hh: '%d jam', - d: 'sehari', - dd: '%d hari', - M: 'sebulan', - MM: '%d bulan', - y: 'setahun', - yy: '%d tahun', - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 7, // The week that contains Jan 7th is the first week of the year. - }, - }); - - return msMy; - -}))); - - -/***/ }), - -/***/ "6547": -/***/ (function(module, exports, __nested_webpack_require_941974__) { - -var toInteger = __nested_webpack_require_941974__("a691"); -var requireObjectCoercible = __nested_webpack_require_941974__("1d80"); - -// `String.prototype.{ codePointAt, at }` methods implementation -var createMethod = function (CONVERT_TO_STRING) { - return function ($this, pos) { - var S = String(requireObjectCoercible($this)); - var position = toInteger(pos); - var size = S.length; - var first, second; - if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined; - first = S.charCodeAt(position); - return first < 0xD800 || first > 0xDBFF || position + 1 === size - || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF - ? CONVERT_TO_STRING ? S.charAt(position) : first - : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000; - }; -}; - -module.exports = { - // `String.prototype.codePointAt` method - // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat - codeAt: createMethod(false), - // `String.prototype.at` method - // https://github.com/mathiasbynens/String.prototype.at - charAt: createMethod(true) -}; - - -/***/ }), - -/***/ "65db": -/***/ (function(module, exports, __nested_webpack_require_943180__) { - -//! moment.js locale configuration -//! locale : Esperanto [eo] -//! author : Colin Dean : https://github.com/colindean -//! author : Mia Nordentoft Imperatori : https://github.com/miestasmia -//! comment : miestasmia corrected the translation by colindean -//! comment : Vivakvo corrected the translation by colindean and miestasmia - -;(function (global, factory) { - true ? factory(__nested_webpack_require_943180__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var eo = moment.defineLocale('eo', { - months: 'januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro'.split( - '_' - ), - monthsShort: 'jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec'.split('_'), - weekdays: 'dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato'.split('_'), - weekdaysShort: 'dim_lun_mard_merk_ĵaŭ_ven_sab'.split('_'), - weekdaysMin: 'di_lu_ma_me_ĵa_ve_sa'.split('_'), - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'YYYY-MM-DD', - LL: '[la] D[-an de] MMMM, YYYY', - LLL: '[la] D[-an de] MMMM, YYYY HH:mm', - LLLL: 'dddd[n], [la] D[-an de] MMMM, YYYY HH:mm', - llll: 'ddd, [la] D[-an de] MMM, YYYY HH:mm', - }, - meridiemParse: /[ap]\.t\.m/i, - isPM: function (input) { - return input.charAt(0).toLowerCase() === 'p'; - }, - meridiem: function (hours, minutes, isLower) { - if (hours > 11) { - return isLower ? 'p.t.m.' : 'P.T.M.'; - } else { - return isLower ? 'a.t.m.' : 'A.T.M.'; - } - }, - calendar: { - sameDay: '[Hodiaŭ je] LT', - nextDay: '[Morgaŭ je] LT', - nextWeek: 'dddd[n je] LT', - lastDay: '[Hieraŭ je] LT', - lastWeek: '[pasintan] dddd[n je] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'post %s', - past: 'antaŭ %s', - s: 'kelkaj sekundoj', - ss: '%d sekundoj', - m: 'unu minuto', - mm: '%d minutoj', - h: 'unu horo', - hh: '%d horoj', - d: 'unu tago', //ne 'diurno', ĉar estas uzita por proksimumo - dd: '%d tagoj', - M: 'unu monato', - MM: '%d monatoj', - y: 'unu jaro', - yy: '%d jaroj', - }, - dayOfMonthOrdinalParse: /\d{1,2}a/, - ordinal: '%da', - week: { - dow: 1, // Monday is the first day of the week. - doy: 7, // The week that contains Jan 7th is the first week of the year. - }, - }); - - return eo; - -}))); - - -/***/ }), - -/***/ "65f0": -/***/ (function(module, exports, __nested_webpack_require_945987__) { - -var isObject = __nested_webpack_require_945987__("861d"); -var isArray = __nested_webpack_require_945987__("e8b5"); -var wellKnownSymbol = __nested_webpack_require_945987__("b622"); - -var SPECIES = wellKnownSymbol('species'); - -// `ArraySpeciesCreate` abstract operation -// https://tc39.github.io/ecma262/#sec-arrayspeciescreate -module.exports = function (originalArray, length) { - var C; - if (isArray(originalArray)) { - C = originalArray.constructor; - // cross-realm fallback - if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined; - else if (isObject(C)) { - C = C[SPECIES]; - if (C === null) C = undefined; - } - } return new (C === undefined ? Array : C)(length === 0 ? 0 : length); -}; - - -/***/ }), - -/***/ "6747": -/***/ (function(module, exports) { - -/** - * Checks if `value` is classified as an `Array` object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an array, else `false`. - * @example - * - * _.isArray([1, 2, 3]); - * // => true - * - * _.isArray(document.body.children); - * // => false - * - * _.isArray('abc'); - * // => false - * - * _.isArray(_.noop); - * // => false - */ -var isArray = Array.isArray; - -module.exports = isArray; - - -/***/ }), - -/***/ "6784": -/***/ (function(module, exports, __nested_webpack_require_947318__) { - -//! moment.js locale configuration -//! locale : Sindhi [sd] -//! author : Narain Sagar : https://github.com/narainsagar - -;(function (global, factory) { - true ? factory(__nested_webpack_require_947318__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var months = [ - 'جنوري', - 'فيبروري', - 'مارچ', - 'اپريل', - 'مئي', - 'جون', - 'جولاءِ', - 'آگسٽ', - 'سيپٽمبر', - 'آڪٽوبر', - 'نومبر', - 'ڊسمبر', - ], - days = ['آچر', 'سومر', 'اڱارو', 'اربع', 'خميس', 'جمع', 'ڇنڇر']; - - var sd = moment.defineLocale('sd', { - months: months, - monthsShort: months, - weekdays: days, - weekdaysShort: days, - weekdaysMin: days, - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD/MM/YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY HH:mm', - LLLL: 'dddd، D MMMM YYYY HH:mm', - }, - meridiemParse: /صبح|شام/, - isPM: function (input) { - return 'شام' === input; - }, - meridiem: function (hour, minute, isLower) { - if (hour < 12) { - return 'صبح'; - } - return 'شام'; - }, - calendar: { - sameDay: '[اڄ] LT', - nextDay: '[سڀاڻي] LT', - nextWeek: 'dddd [اڳين هفتي تي] LT', - lastDay: '[ڪالهه] LT', - lastWeek: '[گزريل هفتي] dddd [تي] LT', - sameElse: 'L', - }, - relativeTime: { - future: '%s پوء', - past: '%s اڳ', - s: 'چند سيڪنڊ', - ss: '%d سيڪنڊ', - m: 'هڪ منٽ', - mm: '%d منٽ', - h: 'هڪ ڪلاڪ', - hh: '%d ڪلاڪ', - d: 'هڪ ڏينهن', - dd: '%d ڏينهن', - M: 'هڪ مهينو', - MM: '%d مهينا', - y: 'هڪ سال', - yy: '%d سال', - }, - preparse: function (string) { - return string.replace(/،/g, ','); - }, - postformat: function (string) { - return string.replace(/,/g, '،'); - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return sd; - -}))); - - -/***/ }), - -/***/ "67ca": -/***/ (function(module, exports, __nested_webpack_require_949807__) { - -var assocIndexOf = __nested_webpack_require_949807__("cb5a"); - -/** - * Sets the list cache `key` to `value`. - * - * @private - * @name set - * @memberOf ListCache - * @param {string} key The key of the value to set. - * @param {*} value The value to set. - * @returns {Object} Returns the list cache instance. - */ -function listCacheSet(key, value) { - var data = this.__data__, - index = assocIndexOf(data, key); - - if (index < 0) { - ++this.size; - data.push([key, value]); - } else { - data[index][1] = value; - } - return this; -} - -module.exports = listCacheSet; - - -/***/ }), - -/***/ "6887": -/***/ (function(module, exports, __nested_webpack_require_950445__) { - -//! moment.js locale configuration -//! locale : Breton [br] -//! author : Jean-Baptiste Le Duigou : https://github.com/jbleduigou - -;(function (global, factory) { - true ? factory(__nested_webpack_require_950445__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - function relativeTimeWithMutation(number, withoutSuffix, key) { - var format = { - mm: 'munutenn', - MM: 'miz', - dd: 'devezh', - }; - return number + ' ' + mutation(format[key], number); - } - function specialMutationForYears(number) { - switch (lastNumber(number)) { - case 1: - case 3: - case 4: - case 5: - case 9: - return number + ' bloaz'; - default: - return number + ' vloaz'; - } - } - function lastNumber(number) { - if (number > 9) { - return lastNumber(number % 10); - } - return number; - } - function mutation(text, number) { - if (number === 2) { - return softMutation(text); - } - return text; - } - function softMutation(text) { - var mutationTable = { - m: 'v', - b: 'v', - d: 'z', - }; - if (mutationTable[text.charAt(0)] === undefined) { - return text; - } - return mutationTable[text.charAt(0)] + text.substring(1); - } - - var monthsParse = [ - /^gen/i, - /^c[ʼ\']hwe/i, - /^meu/i, - /^ebr/i, - /^mae/i, - /^(mez|eve)/i, - /^gou/i, - /^eos/i, - /^gwe/i, - /^her/i, - /^du/i, - /^ker/i, - ], - monthsRegex = /^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i, - monthsStrictRegex = /^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i, - monthsShortStrictRegex = /^(gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i, - fullWeekdaysParse = [ - /^sul/i, - /^lun/i, - /^meurzh/i, - /^merc[ʼ\']her/i, - /^yaou/i, - /^gwener/i, - /^sadorn/i, - ], - shortWeekdaysParse = [ - /^Sul/i, - /^Lun/i, - /^Meu/i, - /^Mer/i, - /^Yao/i, - /^Gwe/i, - /^Sad/i, - ], - minWeekdaysParse = [ - /^Su/i, - /^Lu/i, - /^Me([^r]|$)/i, - /^Mer/i, - /^Ya/i, - /^Gw/i, - /^Sa/i, - ]; - - var br = moment.defineLocale('br', { - months: 'Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu'.split( - '_' - ), - monthsShort: 'Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker'.split('_'), - weekdays: 'Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn'.split('_'), - weekdaysShort: 'Sul_Lun_Meu_Mer_Yao_Gwe_Sad'.split('_'), - weekdaysMin: 'Su_Lu_Me_Mer_Ya_Gw_Sa'.split('_'), - weekdaysParse: minWeekdaysParse, - fullWeekdaysParse: fullWeekdaysParse, - shortWeekdaysParse: shortWeekdaysParse, - minWeekdaysParse: minWeekdaysParse, - - monthsRegex: monthsRegex, - monthsShortRegex: monthsRegex, - monthsStrictRegex: monthsStrictRegex, - monthsShortStrictRegex: monthsShortStrictRegex, - monthsParse: monthsParse, - longMonthsParse: monthsParse, - shortMonthsParse: monthsParse, - - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD/MM/YYYY', - LL: 'D [a viz] MMMM YYYY', - LLL: 'D [a viz] MMMM YYYY HH:mm', - LLLL: 'dddd, D [a viz] MMMM YYYY HH:mm', - }, - calendar: { - sameDay: '[Hiziv da] LT', - nextDay: '[Warcʼhoazh da] LT', - nextWeek: 'dddd [da] LT', - lastDay: '[Decʼh da] LT', - lastWeek: 'dddd [paset da] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'a-benn %s', - past: '%s ʼzo', - s: 'un nebeud segondennoù', - ss: '%d eilenn', - m: 'ur vunutenn', - mm: relativeTimeWithMutation, - h: 'un eur', - hh: '%d eur', - d: 'un devezh', - dd: relativeTimeWithMutation, - M: 'ur miz', - MM: relativeTimeWithMutation, - y: 'ur bloaz', - yy: specialMutationForYears, - }, - dayOfMonthOrdinalParse: /\d{1,2}(añ|vet)/, - ordinal: function (number) { - var output = number === 1 ? 'añ' : 'vet'; - return number + output; - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - meridiemParse: /a.m.|g.m./, // goude merenn | a-raok merenn - isPM: function (token) { - return token === 'g.m.'; - }, - meridiem: function (hour, minute, isLower) { - return hour < 12 ? 'a.m.' : 'g.m.'; - }, - }); - - return br; - -}))); - - -/***/ }), - -/***/ "688b": -/***/ (function(module, exports, __nested_webpack_require_955816__) { - -//! moment.js locale configuration -//! locale : Maori [mi] -//! author : John Corrigan : https://github.com/johnideal - -;(function (global, factory) { - true ? factory(__nested_webpack_require_955816__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var mi = moment.defineLocale('mi', { - months: 'Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea'.split( - '_' - ), - monthsShort: 'Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki'.split( - '_' - ), - monthsRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i, - monthsStrictRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i, - monthsShortRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i, - monthsShortStrictRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i, - weekdays: 'Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei'.split('_'), - weekdaysShort: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'), - weekdaysMin: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'), - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD/MM/YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY [i] HH:mm', - LLLL: 'dddd, D MMMM YYYY [i] HH:mm', - }, - calendar: { - sameDay: '[i teie mahana, i] LT', - nextDay: '[apopo i] LT', - nextWeek: 'dddd [i] LT', - lastDay: '[inanahi i] LT', - lastWeek: 'dddd [whakamutunga i] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'i roto i %s', - past: '%s i mua', - s: 'te hēkona ruarua', - ss: '%d hēkona', - m: 'he meneti', - mm: '%d meneti', - h: 'te haora', - hh: '%d haora', - d: 'he ra', - dd: '%d ra', - M: 'he marama', - MM: '%d marama', - y: 'he tau', - yy: '%d tau', - }, - dayOfMonthOrdinalParse: /\d{1,2}º/, - ordinal: '%dº', - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return mi; - -}))); - - -/***/ }), - -/***/ "6909": -/***/ (function(module, exports, __nested_webpack_require_958257__) { - -//! moment.js locale configuration -//! locale : Macedonian [mk] -//! author : Borislav Mickov : https://github.com/B0k0 -//! author : Sashko Todorov : https://github.com/bkyceh - -;(function (global, factory) { - true ? factory(__nested_webpack_require_958257__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var mk = moment.defineLocale('mk', { - months: 'јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември'.split( - '_' - ), - monthsShort: 'јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек'.split('_'), - weekdays: 'недела_понеделник_вторник_среда_четврток_петок_сабота'.split( - '_' - ), - weekdaysShort: 'нед_пон_вто_сре_чет_пет_саб'.split('_'), - weekdaysMin: 'нe_пo_вт_ср_че_пе_сa'.split('_'), - longDateFormat: { - LT: 'H:mm', - LTS: 'H:mm:ss', - L: 'D.MM.YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY H:mm', - LLLL: 'dddd, D MMMM YYYY H:mm', - }, - calendar: { - sameDay: '[Денес во] LT', - nextDay: '[Утре во] LT', - nextWeek: '[Во] dddd [во] LT', - lastDay: '[Вчера во] LT', - lastWeek: function () { - switch (this.day()) { - case 0: - case 3: - case 6: - return '[Изминатата] dddd [во] LT'; - case 1: - case 2: - case 4: - case 5: - return '[Изминатиот] dddd [во] LT'; - } - }, - sameElse: 'L', - }, - relativeTime: { - future: 'за %s', - past: 'пред %s', - s: 'неколку секунди', - ss: '%d секунди', - m: 'една минута', - mm: '%d минути', - h: 'еден час', - hh: '%d часа', - d: 'еден ден', - dd: '%d дена', - M: 'еден месец', - MM: '%d месеци', - y: 'една година', - yy: '%d години', - }, - dayOfMonthOrdinalParse: /\d{1,2}-(ев|ен|ти|ви|ри|ми)/, - ordinal: function (number) { - var lastDigit = number % 10, - last2Digits = number % 100; - if (number === 0) { - return number + '-ев'; - } else if (last2Digits === 0) { - return number + '-ен'; - } else if (last2Digits > 10 && last2Digits < 20) { - return number + '-ти'; - } else if (lastDigit === 1) { - return number + '-ви'; - } else if (lastDigit === 2) { - return number + '-ри'; - } else if (lastDigit === 7 || lastDigit === 8) { - return number + '-ми'; - } else { - return number + '-ти'; - } - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 7, // The week that contains Jan 7th is the first week of the year. - }, - }); - - return mk; - -}))); - - -/***/ }), - -/***/ "69d5": -/***/ (function(module, exports, __nested_webpack_require_961483__) { - -var assocIndexOf = __nested_webpack_require_961483__("cb5a"); - -/** Used for built-in method references. */ -var arrayProto = Array.prototype; - -/** Built-in value references. */ -var splice = arrayProto.splice; - -/** - * Removes `key` and its value from the list cache. - * - * @private - * @name delete - * @memberOf ListCache - * @param {string} key The key of the value to remove. - * @returns {boolean} Returns `true` if the entry was removed, else `false`. - */ -function listCacheDelete(key) { - var data = this.__data__, - index = assocIndexOf(data, key); - - if (index < 0) { - return false; - } - var lastIndex = data.length - 1; - if (index == lastIndex) { - data.pop(); - } else { - splice.call(data, index, 1); - } - --this.size; - return true; -} - -module.exports = listCacheDelete; - - -/***/ }), - -/***/ "69f3": -/***/ (function(module, exports, __nested_webpack_require_962343__) { - -var NATIVE_WEAK_MAP = __nested_webpack_require_962343__("7f9a"); -var global = __nested_webpack_require_962343__("da84"); -var isObject = __nested_webpack_require_962343__("861d"); -var createNonEnumerableProperty = __nested_webpack_require_962343__("9112"); -var objectHas = __nested_webpack_require_962343__("5135"); -var shared = __nested_webpack_require_962343__("c6cd"); -var sharedKey = __nested_webpack_require_962343__("f772"); -var hiddenKeys = __nested_webpack_require_962343__("d012"); - -var WeakMap = global.WeakMap; -var set, get, has; - -var enforce = function (it) { - return has(it) ? get(it) : set(it, {}); -}; - -var getterFor = function (TYPE) { - return function (it) { - var state; - if (!isObject(it) || (state = get(it)).type !== TYPE) { - throw TypeError('Incompatible receiver, ' + TYPE + ' required'); - } return state; - }; -}; - -if (NATIVE_WEAK_MAP) { - var store = shared.state || (shared.state = new WeakMap()); - var wmget = store.get; - var wmhas = store.has; - var wmset = store.set; - set = function (it, metadata) { - metadata.facade = it; - wmset.call(store, it, metadata); - return metadata; - }; - get = function (it) { - return wmget.call(store, it) || {}; - }; - has = function (it) { - return wmhas.call(store, it); - }; -} else { - var STATE = sharedKey('state'); - hiddenKeys[STATE] = true; - set = function (it, metadata) { - metadata.facade = it; - createNonEnumerableProperty(it, STATE, metadata); - return metadata; - }; - get = function (it) { - return objectHas(it, STATE) ? it[STATE] : {}; - }; - has = function (it) { - return objectHas(it, STATE); - }; -} - -module.exports = { - set: set, - get: get, - has: has, - enforce: enforce, - getterFor: getterFor -}; - - -/***/ }), - -/***/ "6ce3": -/***/ (function(module, exports, __nested_webpack_require_964037__) { - -//! moment.js locale configuration -//! locale : Norwegian Bokmål [nb] -//! authors : Espen Hovlandsdal : https://github.com/rexxars -//! Sigurd Gartmann : https://github.com/sigurdga -//! Stephen Ramthun : https://github.com/stephenramthun - -;(function (global, factory) { - true ? factory(__nested_webpack_require_964037__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var nb = moment.defineLocale('nb', { - months: 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split( - '_' - ), - monthsShort: 'jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.'.split( - '_' - ), - monthsParseExact: true, - weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'), - weekdaysShort: 'sø._ma._ti._on._to._fr._lø.'.split('_'), - weekdaysMin: 'sø_ma_ti_on_to_fr_lø'.split('_'), - weekdaysParseExact: true, - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD.MM.YYYY', - LL: 'D. MMMM YYYY', - LLL: 'D. MMMM YYYY [kl.] HH:mm', - LLLL: 'dddd D. MMMM YYYY [kl.] HH:mm', - }, - calendar: { - sameDay: '[i dag kl.] LT', - nextDay: '[i morgen kl.] LT', - nextWeek: 'dddd [kl.] LT', - lastDay: '[i går kl.] LT', - lastWeek: '[forrige] dddd [kl.] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'om %s', - past: '%s siden', - s: 'noen sekunder', - ss: '%d sekunder', - m: 'ett minutt', - mm: '%d minutter', - h: 'en time', - hh: '%d timer', - d: 'en dag', - dd: '%d dager', - w: 'en uke', - ww: '%d uker', - M: 'en måned', - MM: '%d måneder', - y: 'ett år', - yy: '%d år', - }, - dayOfMonthOrdinalParse: /\d{1,2}\./, - ordinal: '%d.', - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return nb; - -}))); - - -/***/ }), - -/***/ "6d79": -/***/ (function(module, exports, __nested_webpack_require_966388__) { - -//! moment.js locale configuration -//! locale : Kazakh [kk] -//! authors : Nurlan Rakhimzhanov : https://github.com/nurlan - -;(function (global, factory) { - true ? factory(__nested_webpack_require_966388__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var suffixes = { - 0: '-ші', - 1: '-ші', - 2: '-ші', - 3: '-ші', - 4: '-ші', - 5: '-ші', - 6: '-шы', - 7: '-ші', - 8: '-ші', - 9: '-шы', - 10: '-шы', - 20: '-шы', - 30: '-шы', - 40: '-шы', - 50: '-ші', - 60: '-шы', - 70: '-ші', - 80: '-ші', - 90: '-шы', - 100: '-ші', - }; - - var kk = moment.defineLocale('kk', { - months: 'қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан'.split( - '_' - ), - monthsShort: 'қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел'.split('_'), - weekdays: 'жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі'.split( - '_' - ), - weekdaysShort: 'жек_дүй_сей_сәр_бей_жұм_сен'.split('_'), - weekdaysMin: 'жк_дй_сй_ср_бй_жм_сн'.split('_'), - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD.MM.YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY HH:mm', - LLLL: 'dddd, D MMMM YYYY HH:mm', - }, - calendar: { - sameDay: '[Бүгін сағат] LT', - nextDay: '[Ертең сағат] LT', - nextWeek: 'dddd [сағат] LT', - lastDay: '[Кеше сағат] LT', - lastWeek: '[Өткен аптаның] dddd [сағат] LT', - sameElse: 'L', - }, - relativeTime: { - future: '%s ішінде', - past: '%s бұрын', - s: 'бірнеше секунд', - ss: '%d секунд', - m: 'бір минут', - mm: '%d минут', - h: 'бір сағат', - hh: '%d сағат', - d: 'бір күн', - dd: '%d күн', - M: 'бір ай', - MM: '%d ай', - y: 'бір жыл', - yy: '%d жыл', - }, - dayOfMonthOrdinalParse: /\d{1,2}-(ші|шы)/, - ordinal: function (number) { - var a = number % 10, - b = number >= 100 ? 100 : null; - return number + (suffixes[number] || suffixes[a] || suffixes[b]); - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 7, // The week that contains Jan 7th is the first week of the year. - }, - }); - - return kk; - -}))); - - -/***/ }), - -/***/ "6d83": -/***/ (function(module, exports, __nested_webpack_require_969062__) { - -//! moment.js locale configuration -//! locale : Arabic (Tunisia) [ar-tn] -//! author : Nader Toukabri : https://github.com/naderio - -;(function (global, factory) { - true ? factory(__nested_webpack_require_969062__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var arTn = moment.defineLocale('ar-tn', { - months: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split( - '_' - ), - monthsShort: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split( - '_' - ), - weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'), - weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'), - weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'), - weekdaysParseExact: true, - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD/MM/YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY HH:mm', - LLLL: 'dddd D MMMM YYYY HH:mm', - }, - calendar: { - sameDay: '[اليوم على الساعة] LT', - nextDay: '[غدا على الساعة] LT', - nextWeek: 'dddd [على الساعة] LT', - lastDay: '[أمس على الساعة] LT', - lastWeek: 'dddd [على الساعة] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'في %s', - past: 'منذ %s', - s: 'ثوان', - ss: '%d ثانية', - m: 'دقيقة', - mm: '%d دقائق', - h: 'ساعة', - hh: '%d ساعات', - d: 'يوم', - dd: '%d أيام', - M: 'شهر', - MM: '%d أشهر', - y: 'سنة', - yy: '%d سنوات', - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return arTn; - -}))); - - -/***/ }), - -/***/ "6e98": -/***/ (function(module, exports, __nested_webpack_require_971112__) { - -//! moment.js locale configuration -//! locale : Italian [it] -//! author : Lorenzo : https://github.com/aliem -//! author: Mattia Larentis: https://github.com/nostalgiaz -//! author: Marco : https://github.com/Manfre98 - -;(function (global, factory) { - true ? factory(__nested_webpack_require_971112__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var it = moment.defineLocale('it', { - months: 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split( - '_' - ), - monthsShort: 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'), - weekdays: 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split( - '_' - ), - weekdaysShort: 'dom_lun_mar_mer_gio_ven_sab'.split('_'), - weekdaysMin: 'do_lu_ma_me_gi_ve_sa'.split('_'), - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD/MM/YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY HH:mm', - LLLL: 'dddd D MMMM YYYY HH:mm', - }, - calendar: { - sameDay: function () { - return ( - '[Oggi a' + - (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : "ll'") + - ']LT' - ); - }, - nextDay: function () { - return ( - '[Domani a' + - (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : "ll'") + - ']LT' - ); - }, - nextWeek: function () { - return ( - 'dddd [a' + - (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : "ll'") + - ']LT' - ); - }, - lastDay: function () { - return ( - '[Ieri a' + - (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : "ll'") + - ']LT' - ); - }, - lastWeek: function () { - switch (this.day()) { - case 0: - return ( - '[La scorsa] dddd [a' + - (this.hours() > 1 - ? 'lle ' - : this.hours() === 0 - ? ' ' - : "ll'") + - ']LT' - ); - default: - return ( - '[Lo scorso] dddd [a' + - (this.hours() > 1 - ? 'lle ' - : this.hours() === 0 - ? ' ' - : "ll'") + - ']LT' - ); - } - }, - sameElse: 'L', - }, - relativeTime: { - future: 'tra %s', - past: '%s fa', - s: 'alcuni secondi', - ss: '%d secondi', - m: 'un minuto', - mm: '%d minuti', - h: "un'ora", - hh: '%d ore', - d: 'un giorno', - dd: '%d giorni', - w: 'una settimana', - ww: '%d settimane', - M: 'un mese', - MM: '%d mesi', - y: 'un anno', - yy: '%d anni', - }, - dayOfMonthOrdinalParse: /\d{1,2}º/, - ordinal: '%dº', - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return it; - -}))); - - -/***/ }), - -/***/ "6eeb": -/***/ (function(module, exports, __nested_webpack_require_974994__) { - -var global = __nested_webpack_require_974994__("da84"); -var createNonEnumerableProperty = __nested_webpack_require_974994__("9112"); -var has = __nested_webpack_require_974994__("5135"); -var setGlobal = __nested_webpack_require_974994__("ce4e"); -var inspectSource = __nested_webpack_require_974994__("8925"); -var InternalStateModule = __nested_webpack_require_974994__("69f3"); - -var getInternalState = InternalStateModule.get; -var enforceInternalState = InternalStateModule.enforce; -var TEMPLATE = String(String).split('String'); - -(module.exports = function (O, key, value, options) { - var unsafe = options ? !!options.unsafe : false; - var simple = options ? !!options.enumerable : false; - var noTargetGet = options ? !!options.noTargetGet : false; - var state; - if (typeof value == 'function') { - if (typeof key == 'string' && !has(value, 'name')) { - createNonEnumerableProperty(value, 'name', key); - } - state = enforceInternalState(value); - if (!state.source) { - state.source = TEMPLATE.join(typeof key == 'string' ? key : ''); - } - } - if (O === global) { - if (simple) O[key] = value; - else setGlobal(key, value); - return; - } else if (!unsafe) { - delete O[key]; - } else if (!noTargetGet && O[key]) { - simple = true; - } - if (simple) O[key] = value; - else createNonEnumerableProperty(O, key, value); -// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative -})(Function.prototype, 'toString', function toString() { - return typeof this == 'function' && getInternalState(this).source || inspectSource(this); -}); - - -/***/ }), - -/***/ "6f12": -/***/ (function(module, exports, __nested_webpack_require_976608__) { - -//! moment.js locale configuration -//! locale : Italian (Switzerland) [it-ch] -//! author : xfh : https://github.com/xfh - -;(function (global, factory) { - true ? factory(__nested_webpack_require_976608__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var itCh = moment.defineLocale('it-ch', { - months: 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split( - '_' - ), - monthsShort: 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'), - weekdays: 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split( - '_' - ), - weekdaysShort: 'dom_lun_mar_mer_gio_ven_sab'.split('_'), - weekdaysMin: 'do_lu_ma_me_gi_ve_sa'.split('_'), - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD.MM.YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY HH:mm', - LLLL: 'dddd D MMMM YYYY HH:mm', - }, - calendar: { - sameDay: '[Oggi alle] LT', - nextDay: '[Domani alle] LT', - nextWeek: 'dddd [alle] LT', - lastDay: '[Ieri alle] LT', - lastWeek: function () { - switch (this.day()) { - case 0: - return '[la scorsa] dddd [alle] LT'; - default: - return '[lo scorso] dddd [alle] LT'; - } - }, - sameElse: 'L', - }, - relativeTime: { - future: function (s) { - return (/^[0-9].+$/.test(s) ? 'tra' : 'in') + ' ' + s; - }, - past: '%s fa', - s: 'alcuni secondi', - ss: '%d secondi', - m: 'un minuto', - mm: '%d minuti', - h: "un'ora", - hh: '%d ore', - d: 'un giorno', - dd: '%d giorni', - M: 'un mese', - MM: '%d mesi', - y: 'un anno', - yy: '%d anni', - }, - dayOfMonthOrdinalParse: /\d{1,2}º/, - ordinal: '%dº', - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return itCh; - -}))); - - -/***/ }), - -/***/ "6f50": -/***/ (function(module, exports, __nested_webpack_require_979024__) { - -//! moment.js locale configuration -//! locale : English (New Zealand) [en-nz] -//! author : Luke McGregor : https://github.com/lukemcgregor - -;(function (global, factory) { - true ? factory(__nested_webpack_require_979024__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var enNz = moment.defineLocale('en-nz', { - months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split( - '_' - ), - monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'), - weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split( - '_' - ), - weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'), - weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'), - longDateFormat: { - LT: 'h:mm A', - LTS: 'h:mm:ss A', - L: 'DD/MM/YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY h:mm A', - LLLL: 'dddd, D MMMM YYYY h:mm A', - }, - calendar: { - sameDay: '[Today at] LT', - nextDay: '[Tomorrow at] LT', - nextWeek: 'dddd [at] LT', - lastDay: '[Yesterday at] LT', - lastWeek: '[Last] dddd [at] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'in %s', - past: '%s ago', - s: 'a few seconds', - ss: '%d seconds', - m: 'a minute', - mm: '%d minutes', - h: 'an hour', - hh: '%d hours', - d: 'a day', - dd: '%d days', - M: 'a month', - MM: '%d months', - y: 'a year', - yy: '%d years', - }, - dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/, - ordinal: function (number) { - var b = number % 10, - output = - ~~((number % 100) / 10) === 1 - ? 'th' - : b === 1 - ? 'st' - : b === 2 - ? 'nd' - : b === 3 - ? 'rd' - : 'th'; - return number + output; - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return enNz; - -}))); - - -/***/ }), - -/***/ "6fcd": -/***/ (function(module, exports, __nested_webpack_require_981560__) { - -var baseTimes = __nested_webpack_require_981560__("50d8"), - isArguments = __nested_webpack_require_981560__("d370"), - isArray = __nested_webpack_require_981560__("6747"), - isBuffer = __nested_webpack_require_981560__("0d24"), - isIndex = __nested_webpack_require_981560__("c098"), - isTypedArray = __nested_webpack_require_981560__("73ac"); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Creates an array of the enumerable property names of the array-like `value`. - * - * @private - * @param {*} value The value to query. - * @param {boolean} inherited Specify returning inherited property names. - * @returns {Array} Returns the array of property names. - */ -function arrayLikeKeys(value, inherited) { - var isArr = isArray(value), - isArg = !isArr && isArguments(value), - isBuff = !isArr && !isArg && isBuffer(value), - isType = !isArr && !isArg && !isBuff && isTypedArray(value), - skipIndexes = isArr || isArg || isBuff || isType, - result = skipIndexes ? baseTimes(value.length, String) : [], - length = result.length; - - for (var key in value) { - if ((inherited || hasOwnProperty.call(value, key)) && - !(skipIndexes && ( - // Safari 9 has enumerable `arguments.length` in strict mode. - key == 'length' || - // Node.js 0.10 has enumerable non-index properties on buffers. - (isBuff && (key == 'offset' || key == 'parent')) || - // PhantomJS 2 has enumerable non-index properties on typed arrays. - (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) || - // Skip index properties. - isIndex(key, length) - ))) { - result.push(key); - } - } - return result; -} - -module.exports = arrayLikeKeys; - - -/***/ }), - -/***/ "7118": -/***/ (function(module, exports, __nested_webpack_require_983450__) { - -//! moment.js locale configuration -//! locale : Frisian [fy] -//! author : Robin van der Vliet : https://github.com/robin0van0der0v - -;(function (global, factory) { - true ? factory(__nested_webpack_require_983450__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var monthsShortWithDots = 'jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.'.split( - '_' - ), - monthsShortWithoutDots = 'jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des'.split( - '_' - ); - - var fy = moment.defineLocale('fy', { - months: 'jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber'.split( - '_' - ), - monthsShort: function (m, format) { - if (!m) { - return monthsShortWithDots; - } else if (/-MMM-/.test(format)) { - return monthsShortWithoutDots[m.month()]; - } else { - return monthsShortWithDots[m.month()]; - } - }, - monthsParseExact: true, - weekdays: 'snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon'.split( - '_' - ), - weekdaysShort: 'si._mo._ti._wo._to._fr._so.'.split('_'), - weekdaysMin: 'Si_Mo_Ti_Wo_To_Fr_So'.split('_'), - weekdaysParseExact: true, - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD-MM-YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY HH:mm', - LLLL: 'dddd D MMMM YYYY HH:mm', - }, - calendar: { - sameDay: '[hjoed om] LT', - nextDay: '[moarn om] LT', - nextWeek: 'dddd [om] LT', - lastDay: '[juster om] LT', - lastWeek: '[ôfrûne] dddd [om] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'oer %s', - past: '%s lyn', - s: 'in pear sekonden', - ss: '%d sekonden', - m: 'ien minút', - mm: '%d minuten', - h: 'ien oere', - hh: '%d oeren', - d: 'ien dei', - dd: '%d dagen', - M: 'ien moanne', - MM: '%d moannen', - y: 'ien jier', - yy: '%d jierren', - }, - dayOfMonthOrdinalParse: /\d{1,2}(ste|de)/, - ordinal: function (number) { - return ( - number + - (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de') - ); - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return fy; - -}))); - - -/***/ }), - -/***/ "7156": -/***/ (function(module, exports, __nested_webpack_require_986260__) { - -var isObject = __nested_webpack_require_986260__("861d"); -var setPrototypeOf = __nested_webpack_require_986260__("d2bb"); - -// makes subclassing work correct for wrapped built-ins -module.exports = function ($this, dummy, Wrapper) { - var NewTarget, NewTargetPrototype; - if ( - // it can work only with native `setPrototypeOf` - setPrototypeOf && - // we haven't completely correct pre-ES6 way for getting `new.target`, so use this - typeof (NewTarget = dummy.constructor) == 'function' && - NewTarget !== Wrapper && - isObject(NewTargetPrototype = NewTarget.prototype) && - NewTargetPrototype !== Wrapper.prototype - ) setPrototypeOf($this, NewTargetPrototype); - return $this; -}; - - -/***/ }), - -/***/ "716b": -/***/ (function(module, exports, __webpack_require__) { - -(function(e,t){ true?module.exports=t():0})(this,function(){return function(e){function t(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p=".",t(t.s=9)}([function(e,t,n){"use strict";t.a={prefix:"",suffix:"",thousands:",",decimal:".",precision:2}},function(e,t,n){"use strict";var r=n(2),i=n(5),u=n(0);t.a=function(e,t){if(t.value){var o=n.i(i.a)(u.a,t.value);if("INPUT"!==e.tagName.toLocaleUpperCase()){var a=e.getElementsByTagName("input");1!==a.length||(e=a[0])}e.oninput=function(){var t=e.value.length-e.selectionEnd;e.value=n.i(r.a)(e.value,o),t=Math.max(t,o.suffix.length),t=e.value.length-t,t=Math.max(t,o.prefix.length+1),n.i(r.b)(e,t),e.dispatchEvent(n.i(r.c)("change"))},e.onfocus=function(){n.i(r.b)(e,e.value.length-o.suffix.length)},e.oninput(),e.dispatchEvent(n.i(r.c)("input"))}}},function(e,t,n){"use strict";function r(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:m.a;"number"==typeof e&&(e=e.toFixed(o(t.precision)));var n=e.indexOf("-")>=0?"-":"",r=u(e),i=c(r,t.precision),a=d(i).split("."),p=a[0],l=a[1];return p=f(p,t.thousands),t.prefix+n+s(p,l,t.decimal)+t.suffix}function i(e,t){var n=e.indexOf("-")>=0?-1:1,r=u(e),i=c(r,t);return parseFloat(i)*n}function u(e){return d(e).replace(/\D+/g,"")||"0"}function o(e){return a(0,e,20)}function a(e,t,n){return Math.max(e,Math.min(t,n))}function c(e,t){var n=Math.pow(10,t);return(parseFloat(e)/n).toFixed(o(t))}function f(e,t){return e.replace(/(\d)(?=(?:\d{3})+\b)/gm,"$1"+t)}function s(e,t,n){return t?e+n+t:e}function d(e){return e?e.toString():""}function p(e,t){var n=function(){e.setSelectionRange(t,t)};e===document.activeElement&&(n(),setTimeout(n,1))}function l(e){var t=document.createEvent("Event");return t.initEvent(e,!0,!0),t}var m=n(0);n.d(t,"a",function(){return r}),n.d(t,"d",function(){return i}),n.d(t,"b",function(){return p}),n.d(t,"c",function(){return l})},function(e,t,n){"use strict";function r(e,t){t&&Object.keys(t).map(function(e){a.a[e]=t[e]}),e.directive("money",o.a),e.component("money",u.a)}Object.defineProperty(t,"__esModule",{value:!0});var i=n(6),u=n.n(i),o=n(1),a=n(0);n.d(t,"Money",function(){return u.a}),n.d(t,"VMoney",function(){return o.a}),n.d(t,"options",function(){return a.a}),n.d(t,"VERSION",function(){return c});var c="0.8.1";t.default=r,"undefined"!=typeof window&&window.Vue&&window.Vue.use(r)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1),i=n(0),u=n(2);t.default={name:"Money",props:{value:{required:!0,type:[Number,String],default:0},masked:{type:Boolean,default:!1},precision:{type:Number,default:function(){return i.a.precision}},decimal:{type:String,default:function(){return i.a.decimal}},thousands:{type:String,default:function(){return i.a.thousands}},prefix:{type:String,default:function(){return i.a.prefix}},suffix:{type:String,default:function(){return i.a.suffix}}},directives:{money:r.a},data:function(){return{formattedValue:""}},watch:{value:{immediate:!0,handler:function(e,t){var r=n.i(u.a)(e,this.$props);r!==this.formattedValue&&(this.formattedValue=r)}}},methods:{change:function(e){this.$emit("input",this.masked?e.target.value:n.i(u.d)(e.target.value,this.precision))}}}},function(e,t,n){"use strict";t.a=function(e,t){return e=e||{},t=t||{},Object.keys(e).concat(Object.keys(t)).reduce(function(n,r){return n[r]=void 0===t[r]?e[r]:t[r],n},{})}},function(e,t,n){var r=n(7)(n(4),n(8),null,null);e.exports=r.exports},function(e,t){e.exports=function(e,t,n,r){var i,u=e=e||{},o=typeof e.default;"object"!==o&&"function"!==o||(i=e,u=e.default);var a="function"==typeof u?u.options:u;if(t&&(a.render=t.render,a.staticRenderFns=t.staticRenderFns),n&&(a._scopeId=n),r){var c=a.computed||(a.computed={});Object.keys(r).forEach(function(e){var t=r[e];c[e]=function(){return t}})}return{esModule:i,exports:u,options:a}}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("input",{directives:[{name:"money",rawName:"v-money",value:{precision:e.precision,decimal:e.decimal,thousands:e.thousands,prefix:e.prefix,suffix:e.suffix},expression:"{precision, decimal, thousands, prefix, suffix}"}],staticClass:"v-money",attrs:{type:"tel"},domProps:{value:e.formattedValue},on:{change:e.change}})},staticRenderFns:[]}},function(e,t,n){e.exports=n(3)}])}); - -/***/ }), - -/***/ "72af": -/***/ (function(module, exports, __nested_webpack_require_991795__) { - -var createBaseFor = __nested_webpack_require_991795__("99cd"); - -/** - * The base implementation of `baseForOwn` which iterates over `object` - * properties returned by `keysFunc` and invokes `iteratee` for each property. - * Iteratee functions may exit iteration early by explicitly returning `false`. - * - * @private - * @param {Object} object The object to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @param {Function} keysFunc The function to get the keys of `object`. - * @returns {Object} Returns `object`. - */ -var baseFor = createBaseFor(); - -module.exports = baseFor; - - -/***/ }), - -/***/ "72f0": -/***/ (function(module, exports) { - -/** - * Creates a function that returns `value`. - * - * @static - * @memberOf _ - * @since 2.4.0 - * @category Util - * @param {*} value The value to return from the new function. - * @returns {Function} Returns the new constant function. - * @example - * - * var objects = _.times(2, _.constant({ 'a': 1 })); - * - * console.log(objects); - * // => [{ 'a': 1 }, { 'a': 1 }] - * - * console.log(objects[0] === objects[1]); - * // => true - */ -function constant(value) { - return function() { - return value; - }; -} - -module.exports = constant; - - -/***/ }), - -/***/ "7333": -/***/ (function(module, exports, __nested_webpack_require_993063__) { - -//! moment.js locale configuration -//! locale : English (Israel) [en-il] -//! author : Chris Gedrim : https://github.com/chrisgedrim - -;(function (global, factory) { - true ? factory(__nested_webpack_require_993063__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var enIl = moment.defineLocale('en-il', { - months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split( - '_' - ), - monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'), - weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split( - '_' - ), - weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'), - weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'), - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD/MM/YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY HH:mm', - LLLL: 'dddd, D MMMM YYYY HH:mm', - }, - calendar: { - sameDay: '[Today at] LT', - nextDay: '[Tomorrow at] LT', - nextWeek: 'dddd [at] LT', - lastDay: '[Yesterday at] LT', - lastWeek: '[Last] dddd [at] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'in %s', - past: '%s ago', - s: 'a few seconds', - ss: '%d seconds', - m: 'a minute', - mm: '%d minutes', - h: 'an hour', - hh: '%d hours', - d: 'a day', - dd: '%d days', - M: 'a month', - MM: '%d months', - y: 'a year', - yy: '%d years', - }, - dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/, - ordinal: function (number) { - var b = number % 10, - output = - ~~((number % 100) / 10) === 1 - ? 'th' - : b === 1 - ? 'st' - : b === 2 - ? 'nd' - : b === 3 - ? 'rd' - : 'th'; - return number + output; - }, - }); - - return enIl; - -}))); - - -/***/ }), - -/***/ "73ac": -/***/ (function(module, exports, __nested_webpack_require_995416__) { - -var baseIsTypedArray = __nested_webpack_require_995416__("743f"), - baseUnary = __nested_webpack_require_995416__("b047"), - nodeUtil = __nested_webpack_require_995416__("99d3"); - -/* Node.js helper references. */ -var nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray; - -/** - * Checks if `value` is classified as a typed array. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. - * @example - * - * _.isTypedArray(new Uint8Array); - * // => true - * - * _.isTypedArray([]); - * // => false - */ -var isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray; - -module.exports = isTypedArray; - - -/***/ }), - -/***/ "7418": -/***/ (function(module, exports) { - -exports.f = Object.getOwnPropertySymbols; - - -/***/ }), - -/***/ "743f": -/***/ (function(module, exports, __nested_webpack_require_996306__) { - -var baseGetTag = __nested_webpack_require_996306__("3729"), - isLength = __nested_webpack_require_996306__("b218"), - isObjectLike = __nested_webpack_require_996306__("1310"); - -/** `Object#toString` result references. */ -var argsTag = '[object Arguments]', - arrayTag = '[object Array]', - boolTag = '[object Boolean]', - dateTag = '[object Date]', - errorTag = '[object Error]', - funcTag = '[object Function]', - mapTag = '[object Map]', - numberTag = '[object Number]', - objectTag = '[object Object]', - regexpTag = '[object RegExp]', - setTag = '[object Set]', - stringTag = '[object String]', - weakMapTag = '[object WeakMap]'; - -var arrayBufferTag = '[object ArrayBuffer]', - dataViewTag = '[object DataView]', - float32Tag = '[object Float32Array]', - float64Tag = '[object Float64Array]', - int8Tag = '[object Int8Array]', - int16Tag = '[object Int16Array]', - int32Tag = '[object Int32Array]', - uint8Tag = '[object Uint8Array]', - uint8ClampedTag = '[object Uint8ClampedArray]', - uint16Tag = '[object Uint16Array]', - uint32Tag = '[object Uint32Array]'; - -/** Used to identify `toStringTag` values of typed arrays. */ -var typedArrayTags = {}; -typedArrayTags[float32Tag] = typedArrayTags[float64Tag] = -typedArrayTags[int8Tag] = typedArrayTags[int16Tag] = -typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] = -typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] = -typedArrayTags[uint32Tag] = true; -typedArrayTags[argsTag] = typedArrayTags[arrayTag] = -typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] = -typedArrayTags[dataViewTag] = typedArrayTags[dateTag] = -typedArrayTags[errorTag] = typedArrayTags[funcTag] = -typedArrayTags[mapTag] = typedArrayTags[numberTag] = -typedArrayTags[objectTag] = typedArrayTags[regexpTag] = -typedArrayTags[setTag] = typedArrayTags[stringTag] = -typedArrayTags[weakMapTag] = false; - -/** - * The base implementation of `_.isTypedArray` without Node.js optimizations. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. - */ -function baseIsTypedArray(value) { - return isObjectLike(value) && - isLength(value.length) && !!typedArrayTags[baseGetTag(value)]; -} - -module.exports = baseIsTypedArray; - - -/***/ }), - -/***/ "746f": -/***/ (function(module, exports, __nested_webpack_require_998623__) { - -var path = __nested_webpack_require_998623__("428f"); -var has = __nested_webpack_require_998623__("5135"); -var wrappedWellKnownSymbolModule = __nested_webpack_require_998623__("e538"); -var defineProperty = __nested_webpack_require_998623__("9bf2").f; - -module.exports = function (NAME) { - var Symbol = path.Symbol || (path.Symbol = {}); - if (!has(Symbol, NAME)) defineProperty(Symbol, NAME, { - value: wrappedWellKnownSymbolModule.f(NAME) - }); -}; - - -/***/ }), - -/***/ "74dc": -/***/ (function(module, exports, __nested_webpack_require_999102__) { - -//! moment.js locale configuration -//! locale : Swahili [sw] -//! author : Fahad Kassim : https://github.com/fadsel - -;(function (global, factory) { - true ? factory(__nested_webpack_require_999102__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var sw = moment.defineLocale('sw', { - months: 'Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba'.split( - '_' - ), - monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des'.split('_'), - weekdays: 'Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi'.split( - '_' - ), - weekdaysShort: 'Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos'.split('_'), - weekdaysMin: 'J2_J3_J4_J5_Al_Ij_J1'.split('_'), - weekdaysParseExact: true, - longDateFormat: { - LT: 'hh:mm A', - LTS: 'HH:mm:ss', - L: 'DD.MM.YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY HH:mm', - LLLL: 'dddd, D MMMM YYYY HH:mm', - }, - calendar: { - sameDay: '[leo saa] LT', - nextDay: '[kesho saa] LT', - nextWeek: '[wiki ijayo] dddd [saat] LT', - lastDay: '[jana] LT', - lastWeek: '[wiki iliyopita] dddd [saat] LT', - sameElse: 'L', - }, - relativeTime: { - future: '%s baadaye', - past: 'tokea %s', - s: 'hivi punde', - ss: 'sekunde %d', - m: 'dakika moja', - mm: 'dakika %d', - h: 'saa limoja', - hh: 'masaa %d', - d: 'siku moja', - dd: 'siku %d', - M: 'mwezi mmoja', - MM: 'miezi %d', - y: 'mwaka mmoja', - yy: 'miaka %d', - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 7, // The week that contains Jan 7th is the first week of the year. - }, - }); - - return sw; - -}))); - - -/***/ }), - -/***/ "7530": -/***/ (function(module, exports, __nested_webpack_require_1001175__) { - -var isObject = __nested_webpack_require_1001175__("1a8c"); - -/** Built-in value references. */ -var objectCreate = Object.create; - -/** - * The base implementation of `_.create` without support for assigning - * properties to the created object. - * - * @private - * @param {Object} proto The object to inherit from. - * @returns {Object} Returns the new object. - */ -var baseCreate = (function() { - function object() {} - return function(proto) { - if (!isObject(proto)) { - return {}; - } - if (objectCreate) { - return objectCreate(proto); - } - object.prototype = proto; - var result = new object; - object.prototype = undefined; - return result; - }; -}()); - -module.exports = baseCreate; - - -/***/ }), - -/***/ "7839": -/***/ (function(module, exports) { - -// IE8- don't enum bug keys -module.exports = [ - 'constructor', - 'hasOwnProperty', - 'isPrototypeOf', - 'propertyIsEnumerable', - 'toLocaleString', - 'toString', - 'valueOf' -]; - - -/***/ }), - -/***/ "79bc": -/***/ (function(module, exports, __nested_webpack_require_1002192__) { - -var getNative = __nested_webpack_require_1002192__("0b07"), - root = __nested_webpack_require_1002192__("2b3e"); - -/* Built-in method references that are verified to be native. */ -var Map = getNative(root, 'Map'); - -module.exports = Map; - - -/***/ }), - -/***/ "7a48": -/***/ (function(module, exports, __nested_webpack_require_1002484__) { - -var nativeCreate = __nested_webpack_require_1002484__("6044"); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Checks if a hash value for `key` exists. - * - * @private - * @name has - * @memberOf Hash - * @param {string} key The key of the entry to check. - * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. - */ -function hashHas(key) { - var data = this.__data__; - return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key); -} - -module.exports = hashHas; - - -/***/ }), - -/***/ "7b0b": -/***/ (function(module, exports, __nested_webpack_require_1003195__) { - -var requireObjectCoercible = __nested_webpack_require_1003195__("1d80"); - -// `ToObject` abstract operation -// https://tc39.github.io/ecma262/#sec-toobject -module.exports = function (argument) { - return Object(requireObjectCoercible(argument)); -}; - - -/***/ }), - -/***/ "7b83": -/***/ (function(module, exports, __nested_webpack_require_1003512__) { - -var mapCacheClear = __nested_webpack_require_1003512__("7c64"), - mapCacheDelete = __nested_webpack_require_1003512__("93ed"), - mapCacheGet = __nested_webpack_require_1003512__("2478"), - mapCacheHas = __nested_webpack_require_1003512__("a524"), - mapCacheSet = __nested_webpack_require_1003512__("1fc8"); - -/** - * Creates a map cache object to store key-value pairs. - * - * @private - * @constructor - * @param {Array} [entries] The key-value pairs to cache. - */ -function MapCache(entries) { - var index = -1, - length = entries == null ? 0 : entries.length; - - this.clear(); - while (++index < length) { - var entry = entries[index]; - this.set(entry[0], entry[1]); - } -} - -// Add methods to `MapCache`. -MapCache.prototype.clear = mapCacheClear; -MapCache.prototype['delete'] = mapCacheDelete; -MapCache.prototype.get = mapCacheGet; -MapCache.prototype.has = mapCacheHas; -MapCache.prototype.set = mapCacheSet; - -module.exports = MapCache; - - -/***/ }), - -/***/ "7b97": -/***/ (function(module, exports, __nested_webpack_require_1004470__) { - -var Stack = __nested_webpack_require_1004470__("7e64"), - equalArrays = __nested_webpack_require_1004470__("a2be"), - equalByTag = __nested_webpack_require_1004470__("1c3c"), - equalObjects = __nested_webpack_require_1004470__("b1e5"), - getTag = __nested_webpack_require_1004470__("42a2"), - isArray = __nested_webpack_require_1004470__("6747"), - isBuffer = __nested_webpack_require_1004470__("0d24"), - isTypedArray = __nested_webpack_require_1004470__("73ac"); - -/** Used to compose bitmasks for value comparisons. */ -var COMPARE_PARTIAL_FLAG = 1; - -/** `Object#toString` result references. */ -var argsTag = '[object Arguments]', - arrayTag = '[object Array]', - objectTag = '[object Object]'; - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * A specialized version of `baseIsEqual` for arrays and objects which performs - * deep comparisons and tracks traversed objects enabling objects with circular - * references to be compared. - * - * @private - * @param {Object} object The object to compare. - * @param {Object} other The other object to compare. - * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. - * @param {Function} customizer The function to customize comparisons. - * @param {Function} equalFunc The function to determine equivalents of values. - * @param {Object} [stack] Tracks traversed `object` and `other` objects. - * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. - */ -function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) { - var objIsArr = isArray(object), - othIsArr = isArray(other), - objTag = objIsArr ? arrayTag : getTag(object), - othTag = othIsArr ? arrayTag : getTag(other); - - objTag = objTag == argsTag ? objectTag : objTag; - othTag = othTag == argsTag ? objectTag : othTag; - - var objIsObj = objTag == objectTag, - othIsObj = othTag == objectTag, - isSameTag = objTag == othTag; - - if (isSameTag && isBuffer(object)) { - if (!isBuffer(other)) { - return false; - } - objIsArr = true; - objIsObj = false; - } - if (isSameTag && !objIsObj) { - stack || (stack = new Stack); - return (objIsArr || isTypedArray(object)) - ? equalArrays(object, other, bitmask, customizer, equalFunc, stack) - : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack); - } - if (!(bitmask & COMPARE_PARTIAL_FLAG)) { - var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'), - othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__'); - - if (objIsWrapped || othIsWrapped) { - var objUnwrapped = objIsWrapped ? object.value() : object, - othUnwrapped = othIsWrapped ? other.value() : other; - - stack || (stack = new Stack); - return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack); - } - } - if (!isSameTag) { - return false; - } - stack || (stack = new Stack); - return equalObjects(object, other, bitmask, customizer, equalFunc, stack); -} - -module.exports = baseIsEqualDeep; - - -/***/ }), - -/***/ "7be6": -/***/ (function(module, exports, __nested_webpack_require_1007600__) { - -//! moment.js locale configuration -//! locale : Slovak [sk] -//! author : Martin Minka : https://github.com/k2s -//! based on work of petrbela : https://github.com/petrbela - -;(function (global, factory) { - true ? factory(__nested_webpack_require_1007600__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var months = 'január_február_marec_apríl_máj_jún_júl_august_september_október_november_december'.split( - '_' - ), - monthsShort = 'jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec'.split('_'); - function plural(n) { - return n > 1 && n < 5; - } - function translate(number, withoutSuffix, key, isFuture) { - var result = number + ' '; - switch (key) { - case 's': // a few seconds / in a few seconds / a few seconds ago - return withoutSuffix || isFuture ? 'pár sekúnd' : 'pár sekundami'; - case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago - if (withoutSuffix || isFuture) { - return result + (plural(number) ? 'sekundy' : 'sekúnd'); - } else { - return result + 'sekundami'; - } - case 'm': // a minute / in a minute / a minute ago - return withoutSuffix ? 'minúta' : isFuture ? 'minútu' : 'minútou'; - case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago - if (withoutSuffix || isFuture) { - return result + (plural(number) ? 'minúty' : 'minút'); - } else { - return result + 'minútami'; - } - case 'h': // an hour / in an hour / an hour ago - return withoutSuffix ? 'hodina' : isFuture ? 'hodinu' : 'hodinou'; - case 'hh': // 9 hours / in 9 hours / 9 hours ago - if (withoutSuffix || isFuture) { - return result + (plural(number) ? 'hodiny' : 'hodín'); - } else { - return result + 'hodinami'; - } - case 'd': // a day / in a day / a day ago - return withoutSuffix || isFuture ? 'deň' : 'dňom'; - case 'dd': // 9 days / in 9 days / 9 days ago - if (withoutSuffix || isFuture) { - return result + (plural(number) ? 'dni' : 'dní'); - } else { - return result + 'dňami'; - } - case 'M': // a month / in a month / a month ago - return withoutSuffix || isFuture ? 'mesiac' : 'mesiacom'; - case 'MM': // 9 months / in 9 months / 9 months ago - if (withoutSuffix || isFuture) { - return result + (plural(number) ? 'mesiace' : 'mesiacov'); - } else { - return result + 'mesiacmi'; - } - case 'y': // a year / in a year / a year ago - return withoutSuffix || isFuture ? 'rok' : 'rokom'; - case 'yy': // 9 years / in 9 years / 9 years ago - if (withoutSuffix || isFuture) { - return result + (plural(number) ? 'roky' : 'rokov'); - } else { - return result + 'rokmi'; - } - } - } - - var sk = moment.defineLocale('sk', { - months: months, - monthsShort: monthsShort, - weekdays: 'nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota'.split('_'), - weekdaysShort: 'ne_po_ut_st_št_pi_so'.split('_'), - weekdaysMin: 'ne_po_ut_st_št_pi_so'.split('_'), - longDateFormat: { - LT: 'H:mm', - LTS: 'H:mm:ss', - L: 'DD.MM.YYYY', - LL: 'D. MMMM YYYY', - LLL: 'D. MMMM YYYY H:mm', - LLLL: 'dddd D. MMMM YYYY H:mm', - }, - calendar: { - sameDay: '[dnes o] LT', - nextDay: '[zajtra o] LT', - nextWeek: function () { - switch (this.day()) { - case 0: - return '[v nedeľu o] LT'; - case 1: - case 2: - return '[v] dddd [o] LT'; - case 3: - return '[v stredu o] LT'; - case 4: - return '[vo štvrtok o] LT'; - case 5: - return '[v piatok o] LT'; - case 6: - return '[v sobotu o] LT'; - } - }, - lastDay: '[včera o] LT', - lastWeek: function () { - switch (this.day()) { - case 0: - return '[minulú nedeľu o] LT'; - case 1: - case 2: - return '[minulý] dddd [o] LT'; - case 3: - return '[minulú stredu o] LT'; - case 4: - case 5: - return '[minulý] dddd [o] LT'; - case 6: - return '[minulú sobotu o] LT'; - } - }, - sameElse: 'L', - }, - relativeTime: { - future: 'za %s', - past: 'pred %s', - s: translate, - ss: translate, - m: translate, - mm: translate, - h: translate, - hh: translate, - d: translate, - dd: translate, - M: translate, - MM: translate, - y: translate, - yy: translate, - }, - dayOfMonthOrdinalParse: /\d{1,2}\./, - ordinal: '%d.', - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return sk; - -}))); - - -/***/ }), - -/***/ "7c64": -/***/ (function(module, exports, __nested_webpack_require_1013509__) { - -var Hash = __nested_webpack_require_1013509__("e24b"), - ListCache = __nested_webpack_require_1013509__("5e2e"), - Map = __nested_webpack_require_1013509__("79bc"); - -/** - * Removes all key-value entries from the map. - * - * @private - * @name clear - * @memberOf MapCache - */ -function mapCacheClear() { - this.size = 0; - this.__data__ = { - 'hash': new Hash, - 'map': new (Map || ListCache), - 'string': new Hash - }; -} - -module.exports = mapCacheClear; - - -/***/ }), - -/***/ "7c73": -/***/ (function(module, exports, __nested_webpack_require_1014009__) { - -var anObject = __nested_webpack_require_1014009__("825a"); -var defineProperties = __nested_webpack_require_1014009__("37e8"); -var enumBugKeys = __nested_webpack_require_1014009__("7839"); -var hiddenKeys = __nested_webpack_require_1014009__("d012"); -var html = __nested_webpack_require_1014009__("1be4"); -var documentCreateElement = __nested_webpack_require_1014009__("cc12"); -var sharedKey = __nested_webpack_require_1014009__("f772"); - -var GT = '>'; -var LT = '<'; -var PROTOTYPE = 'prototype'; -var SCRIPT = 'script'; -var IE_PROTO = sharedKey('IE_PROTO'); - -var EmptyConstructor = function () { /* empty */ }; - -var scriptTag = function (content) { - return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT; -}; - -// Create object with fake `null` prototype: use ActiveX Object with cleared prototype -var NullProtoObjectViaActiveX = function (activeXDocument) { - activeXDocument.write(scriptTag('')); - activeXDocument.close(); - var temp = activeXDocument.parentWindow.Object; - activeXDocument = null; // avoid memory leak - return temp; -}; - -// Create object with fake `null` prototype: use iframe Object with cleared prototype -var NullProtoObjectViaIFrame = function () { - // Thrash, waste and sodomy: IE GC bug - var iframe = documentCreateElement('iframe'); - var JS = 'java' + SCRIPT + ':'; - var iframeDocument; - iframe.style.display = 'none'; - html.appendChild(iframe); - // https://github.com/zloirock/core-js/issues/475 - iframe.src = String(JS); - iframeDocument = iframe.contentWindow.document; - iframeDocument.open(); - iframeDocument.write(scriptTag('document.F=Object')); - iframeDocument.close(); - return iframeDocument.F; -}; - -// Check for document.domain and active x support -// No need to use active x approach when document.domain is not set -// see https://github.com/es-shims/es5-shim/issues/150 -// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346 -// avoid IE GC bug -var activeXDocument; -var NullProtoObject = function () { - try { - /* global ActiveXObject */ - activeXDocument = document.domain && new ActiveXObject('htmlfile'); - } catch (error) { /* ignore */ } - NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame(); - var length = enumBugKeys.length; - while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]]; - return NullProtoObject(); -}; - -hiddenKeys[IE_PROTO] = true; - -// `Object.create` method -// https://tc39.github.io/ecma262/#sec-object.create -module.exports = Object.create || function create(O, Properties) { - var result; - if (O !== null) { - EmptyConstructor[PROTOTYPE] = anObject(O); - result = new EmptyConstructor(); - EmptyConstructor[PROTOTYPE] = null; - // add "__proto__" for Object.getPrototypeOf polyfill - result[IE_PROTO] = O; - } else result = NullProtoObject(); - return Properties === undefined ? result : defineProperties(result, Properties); -}; - - -/***/ }), - -/***/ "7d1f": -/***/ (function(module, exports, __nested_webpack_require_1016902__) { - -var arrayPush = __nested_webpack_require_1016902__("087d"), - isArray = __nested_webpack_require_1016902__("6747"); - -/** - * The base implementation of `getAllKeys` and `getAllKeysIn` which uses - * `keysFunc` and `symbolsFunc` to get the enumerable property names and - * symbols of `object`. - * - * @private - * @param {Object} object The object to query. - * @param {Function} keysFunc The function to get the keys of `object`. - * @param {Function} symbolsFunc The function to get the symbols of `object`. - * @returns {Array} Returns the array of property names and symbols. - */ -function baseGetAllKeys(object, keysFunc, symbolsFunc) { - var result = keysFunc(object); - return isArray(object) ? result : arrayPush(result, symbolsFunc(object)); -} - -module.exports = baseGetAllKeys; - - -/***/ }), - -/***/ "7db0": -/***/ (function(module, exports, __nested_webpack_require_1017736__) { - -"use strict"; - -var $ = __nested_webpack_require_1017736__("23e7"); -var $find = __nested_webpack_require_1017736__("b727").find; -var addToUnscopables = __nested_webpack_require_1017736__("44d2"); -var arrayMethodUsesToLength = __nested_webpack_require_1017736__("ae40"); - -var FIND = 'find'; -var SKIPS_HOLES = true; - -var USES_TO_LENGTH = arrayMethodUsesToLength(FIND); - -// Shouldn't skip holes -if (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES = false; }); - -// `Array.prototype.find` method -// https://tc39.github.io/ecma262/#sec-array.prototype.find -$({ target: 'Array', proto: true, forced: SKIPS_HOLES || !USES_TO_LENGTH }, { - find: function find(callbackfn /* , that = undefined */) { - return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); - } -}); - -// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables -addToUnscopables(FIND); - - -/***/ }), - -/***/ "7dd0": -/***/ (function(module, exports, __nested_webpack_require_1018641__) { - -"use strict"; - -var $ = __nested_webpack_require_1018641__("23e7"); -var createIteratorConstructor = __nested_webpack_require_1018641__("9ed3"); -var getPrototypeOf = __nested_webpack_require_1018641__("e163"); -var setPrototypeOf = __nested_webpack_require_1018641__("d2bb"); -var setToStringTag = __nested_webpack_require_1018641__("d44e"); -var createNonEnumerableProperty = __nested_webpack_require_1018641__("9112"); -var redefine = __nested_webpack_require_1018641__("6eeb"); -var wellKnownSymbol = __nested_webpack_require_1018641__("b622"); -var IS_PURE = __nested_webpack_require_1018641__("c430"); -var Iterators = __nested_webpack_require_1018641__("3f8c"); -var IteratorsCore = __nested_webpack_require_1018641__("ae93"); - -var IteratorPrototype = IteratorsCore.IteratorPrototype; -var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS; -var ITERATOR = wellKnownSymbol('iterator'); -var KEYS = 'keys'; -var VALUES = 'values'; -var ENTRIES = 'entries'; - -var returnThis = function () { return this; }; - -module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) { - createIteratorConstructor(IteratorConstructor, NAME, next); - - var getIterationMethod = function (KIND) { - if (KIND === DEFAULT && defaultIterator) return defaultIterator; - if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND]; - switch (KIND) { - case KEYS: return function keys() { return new IteratorConstructor(this, KIND); }; - case VALUES: return function values() { return new IteratorConstructor(this, KIND); }; - case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); }; - } return function () { return new IteratorConstructor(this); }; - }; - - var TO_STRING_TAG = NAME + ' Iterator'; - var INCORRECT_VALUES_NAME = false; - var IterablePrototype = Iterable.prototype; - var nativeIterator = IterablePrototype[ITERATOR] - || IterablePrototype['@@iterator'] - || DEFAULT && IterablePrototype[DEFAULT]; - var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT); - var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator; - var CurrentIteratorPrototype, methods, KEY; - - // fix native - if (anyNativeIterator) { - CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable())); - if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) { - if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) { - if (setPrototypeOf) { - setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype); - } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') { - createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis); - } - } - // Set @@toStringTag to native iterators - setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true); - if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis; - } - } - - // fix Array#{values, @@iterator}.name in V8 / FF - if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) { - INCORRECT_VALUES_NAME = true; - defaultIterator = function values() { return nativeIterator.call(this); }; - } - - // define iterator - if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) { - createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator); - } - Iterators[NAME] = defaultIterator; - - // export additional methods - if (DEFAULT) { - methods = { - values: getIterationMethod(VALUES), - keys: IS_SET ? defaultIterator : getIterationMethod(KEYS), - entries: getIterationMethod(ENTRIES) - }; - if (FORCED) for (KEY in methods) { - if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) { - redefine(IterablePrototype, KEY, methods[KEY]); - } - } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods); - } - - return methods; -}; - - -/***/ }), - -/***/ "7e64": -/***/ (function(module, exports, __nested_webpack_require_1022620__) { - -var ListCache = __nested_webpack_require_1022620__("5e2e"), - stackClear = __nested_webpack_require_1022620__("efb6"), - stackDelete = __nested_webpack_require_1022620__("2fcc"), - stackGet = __nested_webpack_require_1022620__("802a"), - stackHas = __nested_webpack_require_1022620__("55a3"), - stackSet = __nested_webpack_require_1022620__("d02c"); - -/** - * Creates a stack cache object to store key-value pairs. - * - * @private - * @constructor - * @param {Array} [entries] The key-value pairs to cache. - */ -function Stack(entries) { - var data = this.__data__ = new ListCache(entries); - this.size = data.size; -} - -// Add methods to `Stack`. -Stack.prototype.clear = stackClear; -Stack.prototype['delete'] = stackDelete; -Stack.prototype.get = stackGet; -Stack.prototype.has = stackHas; -Stack.prototype.set = stackSet; - -module.exports = Stack; - - -/***/ }), - -/***/ "7ed2": -/***/ (function(module, exports) { - -/** Used to stand-in for `undefined` hash values. */ -var HASH_UNDEFINED = '__lodash_hash_undefined__'; - -/** - * Adds `value` to the array cache. - * - * @private - * @name add - * @memberOf SetCache - * @alias push - * @param {*} value The value to cache. - * @returns {Object} Returns the cache instance. - */ -function setCacheAdd(value) { - this.__data__.set(value, HASH_UNDEFINED); - return this; -} - -module.exports = setCacheAdd; - - -/***/ }), - -/***/ "7f06": -/***/ (function(module, __webpack_exports__, __nested_webpack_require_1023961__) { - -"use strict"; - -// EXPORTS -__nested_webpack_require_1023961__.d(__webpack_exports__, "a", function() { return /* binding */ keydownHandler; }); -__nested_webpack_require_1023961__.d(__webpack_exports__, "b", function() { return /* binding */ keymap; }); - -// CONCATENATED MODULE: ./node_modules/w3c-keyname/index.es.js -var base = { - 8: "Backspace", - 9: "Tab", - 10: "Enter", - 12: "NumLock", - 13: "Enter", - 16: "Shift", - 17: "Control", - 18: "Alt", - 20: "CapsLock", - 27: "Escape", - 32: " ", - 33: "PageUp", - 34: "PageDown", - 35: "End", - 36: "Home", - 37: "ArrowLeft", - 38: "ArrowUp", - 39: "ArrowRight", - 40: "ArrowDown", - 44: "PrintScreen", - 45: "Insert", - 46: "Delete", - 59: ";", - 61: "=", - 91: "Meta", - 92: "Meta", - 106: "*", - 107: "+", - 108: ",", - 109: "-", - 110: ".", - 111: "/", - 144: "NumLock", - 145: "ScrollLock", - 160: "Shift", - 161: "Shift", - 162: "Control", - 163: "Control", - 164: "Alt", - 165: "Alt", - 173: "-", - 186: ";", - 187: "=", - 188: ",", - 189: "-", - 190: ".", - 191: "/", - 192: "`", - 219: "[", - 220: "\\", - 221: "]", - 222: "'", - 229: "q" -} - -var shift = { - 48: ")", - 49: "!", - 50: "@", - 51: "#", - 52: "$", - 53: "%", - 54: "^", - 55: "&", - 56: "*", - 57: "(", - 59: ":", - 61: "+", - 173: "_", - 186: ":", - 187: "+", - 188: "<", - 189: "_", - 190: ">", - 191: "?", - 192: "~", - 219: "{", - 220: "|", - 221: "}", - 222: "\"", - 229: "Q" -} - -var chrome = typeof navigator != "undefined" && /Chrome\/(\d+)/.exec(navigator.userAgent) -var safari = typeof navigator != "undefined" && /Apple Computer/.test(navigator.vendor) -var gecko = typeof navigator != "undefined" && /Gecko\/\d+/.test(navigator.userAgent) -var mac = typeof navigator != "undefined" && /Mac/.test(navigator.platform) -var ie = typeof navigator != "undefined" && /MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent) -var brokenModifierNames = chrome && (mac || +chrome[1] < 57) || gecko && mac - -// Fill in the digit keys -for (var i = 0; i < 10; i++) base[48 + i] = base[96 + i] = String(i) - -// The function keys -for (var i = 1; i <= 24; i++) base[i + 111] = "F" + i - -// And the alphabetic keys -for (var i = 65; i <= 90; i++) { - base[i] = String.fromCharCode(i + 32) - shift[i] = String.fromCharCode(i) -} - -// For each code that doesn't have a shift-equivalent, copy the base name -for (var code in base) if (!shift.hasOwnProperty(code)) shift[code] = base[code] - -function keyName(event) { - // Don't trust event.key in Chrome when there are modifiers until - // they fix https://bugs.chromium.org/p/chromium/issues/detail?id=633838 - var ignoreKey = brokenModifierNames && (event.ctrlKey || event.altKey || event.metaKey) || - (safari || ie) && event.shiftKey && event.key && event.key.length == 1 - var name = (!ignoreKey && event.key) || - (event.shiftKey ? shift : base)[event.keyCode] || - event.key || "Unidentified" - // Edge sometimes produces wrong names (Issue #3) - if (name == "Esc") name = "Escape" - if (name == "Del") name = "Delete" - // https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8860571/ - if (name == "Left") name = "ArrowLeft" - if (name == "Up") name = "ArrowUp" - if (name == "Right") name = "ArrowRight" - if (name == "Down") name = "ArrowDown" - return name -} - -// EXTERNAL MODULE: ./node_modules/prosemirror-state/dist/index.es.js -var index_es = __nested_webpack_require_1023961__("5313"); - -// CONCATENATED MODULE: ./node_modules/prosemirror-keymap/dist/index.es.js - - - -// declare global: navigator - -var index_es_mac = typeof navigator != "undefined" ? /Mac/.test(navigator.platform) : false; - -function normalizeKeyName(name) { - var parts = name.split(/-(?!$)/), result = parts[parts.length - 1]; - if (result == "Space") { result = " "; } - var alt, ctrl, shift, meta; - for (var i = 0; i < parts.length - 1; i++) { - var mod = parts[i]; - if (/^(cmd|meta|m)$/i.test(mod)) { meta = true; } - else if (/^a(lt)?$/i.test(mod)) { alt = true; } - else if (/^(c|ctrl|control)$/i.test(mod)) { ctrl = true; } - else if (/^s(hift)?$/i.test(mod)) { shift = true; } - else if (/^mod$/i.test(mod)) { if (index_es_mac) { meta = true; } else { ctrl = true; } } - else { throw new Error("Unrecognized modifier name: " + mod) } - } - if (alt) { result = "Alt-" + result; } - if (ctrl) { result = "Ctrl-" + result; } - if (meta) { result = "Meta-" + result; } - if (shift) { result = "Shift-" + result; } - return result -} - -function normalize(map) { - var copy = Object.create(null); - for (var prop in map) { copy[normalizeKeyName(prop)] = map[prop]; } - return copy -} - -function modifiers(name, event, shift) { - if (event.altKey) { name = "Alt-" + name; } - if (event.ctrlKey) { name = "Ctrl-" + name; } - if (event.metaKey) { name = "Meta-" + name; } - if (shift !== false && event.shiftKey) { name = "Shift-" + name; } - return name -} - -// :: (Object) → Plugin -// Create a keymap plugin for the given set of bindings. -// -// Bindings should map key names to [command](#commands)-style -// functions, which will be called with `(EditorState, dispatch, -// EditorView)` arguments, and should return true when they've handled -// the key. Note that the view argument isn't part of the command -// protocol, but can be used as an escape hatch if a binding needs to -// directly interact with the UI. -// -// Key names may be strings like `"Shift-Ctrl-Enter"`—a key -// identifier prefixed with zero or more modifiers. Key identifiers -// are based on the strings that can appear in -// [`KeyEvent.key`](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key). -// Use lowercase letters to refer to letter keys (or uppercase letters -// if you want shift to be held). You may use `"Space"` as an alias -// for the `" "` name. -// -// Modifiers can be given in any order. `Shift-` (or `s-`), `Alt-` (or -// `a-`), `Ctrl-` (or `c-` or `Control-`) and `Cmd-` (or `m-` or -// `Meta-`) are recognized. For characters that are created by holding -// shift, the `Shift-` prefix is implied, and should not be added -// explicitly. -// -// You can use `Mod-` as a shorthand for `Cmd-` on Mac and `Ctrl-` on -// other platforms. -// -// You can add multiple keymap plugins to an editor. The order in -// which they appear determines their precedence (the ones early in -// the array get to dispatch first). -function keymap(bindings) { - return new index_es["Plugin"]({props: {handleKeyDown: keydownHandler(bindings)}}) -} - -// :: (Object) → (view: EditorView, event: dom.Event) → bool -// Given a set of bindings (using the same format as -// [`keymap`](#keymap.keymap), return a [keydown -// handler](#view.EditorProps.handleKeyDown) that handles them. -function keydownHandler(bindings) { - var map = normalize(bindings); - return function(view, event) { - var name = keyName(event), isChar = name.length == 1 && name != " ", baseName; - var direct = map[modifiers(name, event, !isChar)]; - if (direct && direct(view.state, view.dispatch, view)) { return true } - if (isChar && (event.shiftKey || event.altKey || event.metaKey || name.charCodeAt(0) > 127) && - (baseName = base[event.keyCode]) && baseName != name) { - // Try falling back to the keyCode when there's a modifier - // active or the character produced isn't ASCII, and our table - // produces a different name from the the keyCode. See #668, - // #1060 - var fromCode = map[modifiers(baseName, event, true)]; - if (fromCode && fromCode(view.state, view.dispatch, view)) { return true } - } else if (isChar && event.shiftKey) { - // Otherwise, if shift is active, also try the binding with the - // Shift- prefix enabled. See #997 - var withShift = map[modifiers(name, event, true)]; - if (withShift && withShift(view.state, view.dispatch, view)) { return true } - } - return false - } -} - - -//# sourceMappingURL=index.es.js.map - - -/***/ }), - -/***/ "7f33": -/***/ (function(module, exports, __nested_webpack_require_1031818__) { - -//! moment.js locale configuration -//! locale : Yoruba Nigeria [yo] -//! author : Atolagbe Abisoye : https://github.com/andela-batolagbe - -;(function (global, factory) { - true ? factory(__nested_webpack_require_1031818__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var yo = moment.defineLocale('yo', { - months: 'Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀'.split( - '_' - ), - monthsShort: 'Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀'.split('_'), - weekdays: 'Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta'.split('_'), - weekdaysShort: 'Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá'.split('_'), - weekdaysMin: 'Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb'.split('_'), - longDateFormat: { - LT: 'h:mm A', - LTS: 'h:mm:ss A', - L: 'DD/MM/YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY h:mm A', - LLLL: 'dddd, D MMMM YYYY h:mm A', - }, - calendar: { - sameDay: '[Ònì ni] LT', - nextDay: '[Ọ̀la ni] LT', - nextWeek: "dddd [Ọsẹ̀ tón'bọ] [ni] LT", - lastDay: '[Àna ni] LT', - lastWeek: 'dddd [Ọsẹ̀ tólọ́] [ni] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'ní %s', - past: '%s kọjá', - s: 'ìsẹjú aayá die', - ss: 'aayá %d', - m: 'ìsẹjú kan', - mm: 'ìsẹjú %d', - h: 'wákati kan', - hh: 'wákati %d', - d: 'ọjọ́ kan', - dd: 'ọjọ́ %d', - M: 'osù kan', - MM: 'osù %d', - y: 'ọdún kan', - yy: 'ọdún %d', - }, - dayOfMonthOrdinalParse: /ọjọ́\s\d{1,2}/, - ordinal: 'ọjọ́ %d', - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return yo; - -}))); - - -/***/ }), - -/***/ "7f9a": -/***/ (function(module, exports, __nested_webpack_require_1033949__) { - -var global = __nested_webpack_require_1033949__("da84"); -var inspectSource = __nested_webpack_require_1033949__("8925"); - -var WeakMap = global.WeakMap; - -module.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap)); - - -/***/ }), - -/***/ "802a": -/***/ (function(module, exports) { - -/** - * Gets the stack value for `key`. - * - * @private - * @name get - * @memberOf Stack - * @param {string} key The key of the value to get. - * @returns {*} Returns the entry value. - */ -function stackGet(key) { - return this.__data__.get(key); -} - -module.exports = stackGet; - - -/***/ }), - -/***/ "8155": -/***/ (function(module, exports, __nested_webpack_require_1034584__) { - -//! moment.js locale configuration -//! locale : Slovenian [sl] -//! author : Robert Sedovšek : https://github.com/sedovsek - -;(function (global, factory) { - true ? factory(__nested_webpack_require_1034584__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - function processRelativeTime(number, withoutSuffix, key, isFuture) { - var result = number + ' '; - switch (key) { - case 's': - return withoutSuffix || isFuture - ? 'nekaj sekund' - : 'nekaj sekundami'; - case 'ss': - if (number === 1) { - result += withoutSuffix ? 'sekundo' : 'sekundi'; - } else if (number === 2) { - result += withoutSuffix || isFuture ? 'sekundi' : 'sekundah'; - } else if (number < 5) { - result += withoutSuffix || isFuture ? 'sekunde' : 'sekundah'; - } else { - result += 'sekund'; - } - return result; - case 'm': - return withoutSuffix ? 'ena minuta' : 'eno minuto'; - case 'mm': - if (number === 1) { - result += withoutSuffix ? 'minuta' : 'minuto'; - } else if (number === 2) { - result += withoutSuffix || isFuture ? 'minuti' : 'minutama'; - } else if (number < 5) { - result += withoutSuffix || isFuture ? 'minute' : 'minutami'; - } else { - result += withoutSuffix || isFuture ? 'minut' : 'minutami'; - } - return result; - case 'h': - return withoutSuffix ? 'ena ura' : 'eno uro'; - case 'hh': - if (number === 1) { - result += withoutSuffix ? 'ura' : 'uro'; - } else if (number === 2) { - result += withoutSuffix || isFuture ? 'uri' : 'urama'; - } else if (number < 5) { - result += withoutSuffix || isFuture ? 'ure' : 'urami'; - } else { - result += withoutSuffix || isFuture ? 'ur' : 'urami'; - } - return result; - case 'd': - return withoutSuffix || isFuture ? 'en dan' : 'enim dnem'; - case 'dd': - if (number === 1) { - result += withoutSuffix || isFuture ? 'dan' : 'dnem'; - } else if (number === 2) { - result += withoutSuffix || isFuture ? 'dni' : 'dnevoma'; - } else { - result += withoutSuffix || isFuture ? 'dni' : 'dnevi'; - } - return result; - case 'M': - return withoutSuffix || isFuture ? 'en mesec' : 'enim mesecem'; - case 'MM': - if (number === 1) { - result += withoutSuffix || isFuture ? 'mesec' : 'mesecem'; - } else if (number === 2) { - result += withoutSuffix || isFuture ? 'meseca' : 'mesecema'; - } else if (number < 5) { - result += withoutSuffix || isFuture ? 'mesece' : 'meseci'; - } else { - result += withoutSuffix || isFuture ? 'mesecev' : 'meseci'; - } - return result; - case 'y': - return withoutSuffix || isFuture ? 'eno leto' : 'enim letom'; - case 'yy': - if (number === 1) { - result += withoutSuffix || isFuture ? 'leto' : 'letom'; - } else if (number === 2) { - result += withoutSuffix || isFuture ? 'leti' : 'letoma'; - } else if (number < 5) { - result += withoutSuffix || isFuture ? 'leta' : 'leti'; - } else { - result += withoutSuffix || isFuture ? 'let' : 'leti'; - } - return result; - } - } - - var sl = moment.defineLocale('sl', { - months: 'januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december'.split( - '_' - ), - monthsShort: 'jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.'.split( - '_' - ), - monthsParseExact: true, - weekdays: 'nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota'.split('_'), - weekdaysShort: 'ned._pon._tor._sre._čet._pet._sob.'.split('_'), - weekdaysMin: 'ne_po_to_sr_če_pe_so'.split('_'), - weekdaysParseExact: true, - longDateFormat: { - LT: 'H:mm', - LTS: 'H:mm:ss', - L: 'DD. MM. YYYY', - LL: 'D. MMMM YYYY', - LLL: 'D. MMMM YYYY H:mm', - LLLL: 'dddd, D. MMMM YYYY H:mm', - }, - calendar: { - sameDay: '[danes ob] LT', - nextDay: '[jutri ob] LT', - - nextWeek: function () { - switch (this.day()) { - case 0: - return '[v] [nedeljo] [ob] LT'; - case 3: - return '[v] [sredo] [ob] LT'; - case 6: - return '[v] [soboto] [ob] LT'; - case 1: - case 2: - case 4: - case 5: - return '[v] dddd [ob] LT'; - } - }, - lastDay: '[včeraj ob] LT', - lastWeek: function () { - switch (this.day()) { - case 0: - return '[prejšnjo] [nedeljo] [ob] LT'; - case 3: - return '[prejšnjo] [sredo] [ob] LT'; - case 6: - return '[prejšnjo] [soboto] [ob] LT'; - case 1: - case 2: - case 4: - case 5: - return '[prejšnji] dddd [ob] LT'; - } - }, - sameElse: 'L', - }, - relativeTime: { - future: 'čez %s', - past: 'pred %s', - s: processRelativeTime, - ss: processRelativeTime, - m: processRelativeTime, - mm: processRelativeTime, - h: processRelativeTime, - hh: processRelativeTime, - d: processRelativeTime, - dd: processRelativeTime, - M: processRelativeTime, - MM: processRelativeTime, - y: processRelativeTime, - yy: processRelativeTime, - }, - dayOfMonthOrdinalParse: /\d{1,2}\./, - ordinal: '%d.', - week: { - dow: 1, // Monday is the first day of the week. - doy: 7, // The week that contains Jan 7th is the first week of the year. - }, - }); - - return sl; - -}))); - - -/***/ }), - -/***/ "81e9": -/***/ (function(module, exports, __nested_webpack_require_1041567__) { - -//! moment.js locale configuration -//! locale : Finnish [fi] -//! author : Tarmo Aidantausta : https://github.com/bleadof - -;(function (global, factory) { - true ? factory(__nested_webpack_require_1041567__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var numbersPast = 'nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän'.split( - ' ' - ), - numbersFuture = [ - 'nolla', - 'yhden', - 'kahden', - 'kolmen', - 'neljän', - 'viiden', - 'kuuden', - numbersPast[7], - numbersPast[8], - numbersPast[9], - ]; - function translate(number, withoutSuffix, key, isFuture) { - var result = ''; - switch (key) { - case 's': - return isFuture ? 'muutaman sekunnin' : 'muutama sekunti'; - case 'ss': - result = isFuture ? 'sekunnin' : 'sekuntia'; - break; - case 'm': - return isFuture ? 'minuutin' : 'minuutti'; - case 'mm': - result = isFuture ? 'minuutin' : 'minuuttia'; - break; - case 'h': - return isFuture ? 'tunnin' : 'tunti'; - case 'hh': - result = isFuture ? 'tunnin' : 'tuntia'; - break; - case 'd': - return isFuture ? 'päivän' : 'päivä'; - case 'dd': - result = isFuture ? 'päivän' : 'päivää'; - break; - case 'M': - return isFuture ? 'kuukauden' : 'kuukausi'; - case 'MM': - result = isFuture ? 'kuukauden' : 'kuukautta'; - break; - case 'y': - return isFuture ? 'vuoden' : 'vuosi'; - case 'yy': - result = isFuture ? 'vuoden' : 'vuotta'; - break; - } - result = verbalNumber(number, isFuture) + ' ' + result; - return result; - } - function verbalNumber(number, isFuture) { - return number < 10 - ? isFuture - ? numbersFuture[number] - : numbersPast[number] - : number; - } - - var fi = moment.defineLocale('fi', { - months: 'tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu'.split( - '_' - ), - monthsShort: 'tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu'.split( - '_' - ), - weekdays: 'sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai'.split( - '_' - ), - weekdaysShort: 'su_ma_ti_ke_to_pe_la'.split('_'), - weekdaysMin: 'su_ma_ti_ke_to_pe_la'.split('_'), - longDateFormat: { - LT: 'HH.mm', - LTS: 'HH.mm.ss', - L: 'DD.MM.YYYY', - LL: 'Do MMMM[ta] YYYY', - LLL: 'Do MMMM[ta] YYYY, [klo] HH.mm', - LLLL: 'dddd, Do MMMM[ta] YYYY, [klo] HH.mm', - l: 'D.M.YYYY', - ll: 'Do MMM YYYY', - lll: 'Do MMM YYYY, [klo] HH.mm', - llll: 'ddd, Do MMM YYYY, [klo] HH.mm', - }, - calendar: { - sameDay: '[tänään] [klo] LT', - nextDay: '[huomenna] [klo] LT', - nextWeek: 'dddd [klo] LT', - lastDay: '[eilen] [klo] LT', - lastWeek: '[viime] dddd[na] [klo] LT', - sameElse: 'L', - }, - relativeTime: { - future: '%s päästä', - past: '%s sitten', - s: translate, - ss: translate, - m: translate, - mm: translate, - h: translate, - hh: translate, - d: translate, - dd: translate, - M: translate, - MM: translate, - y: translate, - yy: translate, - }, - dayOfMonthOrdinalParse: /\d{1,2}\./, - ordinal: '%d.', - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return fi; - -}))); - - -/***/ }), - -/***/ "8230": -/***/ (function(module, exports, __nested_webpack_require_1045830__) { - -//! moment.js locale configuration -//! locale : Arabic (Saudi Arabia) [ar-sa] -//! author : Suhail Alkowaileet : https://github.com/xsoh - -;(function (global, factory) { - true ? factory(__nested_webpack_require_1045830__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var symbolMap = { - 1: '١', - 2: '٢', - 3: '٣', - 4: '٤', - 5: '٥', - 6: '٦', - 7: '٧', - 8: '٨', - 9: '٩', - 0: '٠', - }, - numberMap = { - '١': '1', - '٢': '2', - '٣': '3', - '٤': '4', - '٥': '5', - '٦': '6', - '٧': '7', - '٨': '8', - '٩': '9', - '٠': '0', - }; - - var arSa = moment.defineLocale('ar-sa', { - months: 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split( - '_' - ), - monthsShort: 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split( - '_' - ), - weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'), - weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'), - weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'), - weekdaysParseExact: true, - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD/MM/YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY HH:mm', - LLLL: 'dddd D MMMM YYYY HH:mm', - }, - meridiemParse: /ص|م/, - isPM: function (input) { - return 'م' === input; - }, - meridiem: function (hour, minute, isLower) { - if (hour < 12) { - return 'ص'; - } else { - return 'م'; - } - }, - calendar: { - sameDay: '[اليوم على الساعة] LT', - nextDay: '[غدا على الساعة] LT', - nextWeek: 'dddd [على الساعة] LT', - lastDay: '[أمس على الساعة] LT', - lastWeek: 'dddd [على الساعة] LT', - sameElse: 'L', - }, - relativeTime: { - future: 'في %s', - past: 'منذ %s', - s: 'ثوان', - ss: '%d ثانية', - m: 'دقيقة', - mm: '%d دقائق', - h: 'ساعة', - hh: '%d ساعات', - d: 'يوم', - dd: '%d أيام', - M: 'شهر', - MM: '%d أشهر', - y: 'سنة', - yy: '%d سنوات', - }, - preparse: function (string) { - return string - .replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) { - return numberMap[match]; - }) - .replace(/،/g, ','); - }, - postformat: function (string) { - return string - .replace(/\d/g, function (match) { - return symbolMap[match]; - }) - .replace(/,/g, '،'); - }, - week: { - dow: 0, // Sunday is the first day of the week. - doy: 6, // The week that contains Jan 6th is the first week of the year. - }, - }); - - return arSa; - -}))); - - -/***/ }), - -/***/ "825a": -/***/ (function(module, exports, __nested_webpack_require_1049137__) { - -var isObject = __nested_webpack_require_1049137__("861d"); - -module.exports = function (it) { - if (!isObject(it)) { - throw TypeError(String(it) + ' is not an object'); - } return it; -}; - - -/***/ }), - -/***/ "83ab": -/***/ (function(module, exports, __nested_webpack_require_1049395__) { - -var fails = __nested_webpack_require_1049395__("d039"); - -// Thank's IE8 for his funny defineProperty -module.exports = !fails(function () { - return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7; -}); - - -/***/ }), - -/***/ "8418": -/***/ (function(module, exports, __nested_webpack_require_1049690__) { - -"use strict"; - -var toPrimitive = __nested_webpack_require_1049690__("c04e"); -var definePropertyModule = __nested_webpack_require_1049690__("9bf2"); -var createPropertyDescriptor = __nested_webpack_require_1049690__("5c6c"); - -module.exports = function (object, key, value) { - var propertyKey = toPrimitive(key); - if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value)); - else object[propertyKey] = value; -}; - - -/***/ }), - -/***/ "841c": -/***/ (function(module, exports, __nested_webpack_require_1050189__) { - -"use strict"; - -var fixRegExpWellKnownSymbolLogic = __nested_webpack_require_1050189__("d784"); -var anObject = __nested_webpack_require_1050189__("825a"); -var requireObjectCoercible = __nested_webpack_require_1050189__("1d80"); -var sameValue = __nested_webpack_require_1050189__("129f"); -var regExpExec = __nested_webpack_require_1050189__("14c3"); - -// @@search logic -fixRegExpWellKnownSymbolLogic('search', 1, function (SEARCH, nativeSearch, maybeCallNative) { - return [ - // `String.prototype.search` method - // https://tc39.github.io/ecma262/#sec-string.prototype.search - function search(regexp) { - var O = requireObjectCoercible(this); - var searcher = regexp == undefined ? undefined : regexp[SEARCH]; - return searcher !== undefined ? searcher.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O)); - }, - // `RegExp.prototype[@@search]` method - // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@search - function (regexp) { - var res = maybeCallNative(nativeSearch, regexp, this); - if (res.done) return res.value; - - var rx = anObject(regexp); - var S = String(this); - - var previousLastIndex = rx.lastIndex; - if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0; - var result = regExpExec(rx, S); - if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex; - return result === null ? -1 : result.index; - } - ]; -}); - - -/***/ }), - -/***/ "84aa": -/***/ (function(module, exports, __nested_webpack_require_1051629__) { - -//! moment.js locale configuration -//! locale : Bulgarian [bg] -//! author : Krasen Borisov : https://github.com/kraz - -;(function (global, factory) { - true ? factory(__nested_webpack_require_1051629__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var bg = moment.defineLocale('bg', { - months: 'януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември'.split( - '_' - ), - monthsShort: 'яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек'.split('_'), - weekdays: 'неделя_понеделник_вторник_сряда_четвъртък_петък_събота'.split( - '_' - ), - weekdaysShort: 'нед_пон_вто_сря_чет_пет_съб'.split('_'), - weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'), - longDateFormat: { - LT: 'H:mm', - LTS: 'H:mm:ss', - L: 'D.MM.YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY H:mm', - LLLL: 'dddd, D MMMM YYYY H:mm', - }, - calendar: { - sameDay: '[Днес в] LT', - nextDay: '[Утре в] LT', - nextWeek: 'dddd [в] LT', - lastDay: '[Вчера в] LT', - lastWeek: function () { - switch (this.day()) { - case 0: - case 3: - case 6: - return '[Миналата] dddd [в] LT'; - case 1: - case 2: - case 4: - case 5: - return '[Миналия] dddd [в] LT'; - } - }, - sameElse: 'L', - }, - relativeTime: { - future: 'след %s', - past: 'преди %s', - s: 'няколко секунди', - ss: '%d секунди', - m: 'минута', - mm: '%d минути', - h: 'час', - hh: '%d часа', - d: 'ден', - dd: '%d дена', - w: 'седмица', - ww: '%d седмици', - M: 'месец', - MM: '%d месеца', - y: 'година', - yy: '%d години', - }, - dayOfMonthOrdinalParse: /\d{1,2}-(ев|ен|ти|ви|ри|ми)/, - ordinal: function (number) { - var lastDigit = number % 10, - last2Digits = number % 100; - if (number === 0) { - return number + '-ев'; - } else if (last2Digits === 0) { - return number + '-ен'; - } else if (last2Digits > 10 && last2Digits < 20) { - return number + '-ти'; - } else if (lastDigit === 1) { - return number + '-ви'; - } else if (lastDigit === 2) { - return number + '-ри'; - } else if (lastDigit === 7 || lastDigit === 8) { - return number + '-ми'; - } else { - return number + '-ти'; - } - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 7, // The week that contains Jan 7th is the first week of the year. - }, - }); - - return bg; - -}))); - - -/***/ }), - -/***/ "85e3": -/***/ (function(module, exports) { - -/** - * A faster alternative to `Function#apply`, this function invokes `func` - * with the `this` binding of `thisArg` and the arguments of `args`. - * - * @private - * @param {Function} func The function to invoke. - * @param {*} thisArg The `this` binding of `func`. - * @param {Array} args The arguments to invoke `func` with. - * @returns {*} Returns the result of `func`. - */ -function apply(func, thisArg, args) { - switch (args.length) { - case 0: return func.call(thisArg); - case 1: return func.call(thisArg, args[0]); - case 2: return func.call(thisArg, args[0], args[1]); - case 3: return func.call(thisArg, args[0], args[1], args[2]); - } - return func.apply(thisArg, args); -} - -module.exports = apply; - - -/***/ }), - -/***/ "861d": -/***/ (function(module, exports) { - -module.exports = function (it) { - return typeof it === 'object' ? it !== null : typeof it === 'function'; -}; - - -/***/ }), - -/***/ "8689": -/***/ (function(module, exports, __nested_webpack_require_1055762__) { - -//! moment.js locale configuration -//! locale : Burmese [my] -//! author : Squar team, mysquar.com -//! author : David Rossellat : https://github.com/gholadr -//! author : Tin Aung Lin : https://github.com/thanyawzinmin - -;(function (global, factory) { - true ? factory(__nested_webpack_require_1055762__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var symbolMap = { - 1: '၁', - 2: '၂', - 3: '၃', - 4: '၄', - 5: '၅', - 6: '၆', - 7: '၇', - 8: '၈', - 9: '၉', - 0: '၀', - }, - numberMap = { - '၁': '1', - '၂': '2', - '၃': '3', - '၄': '4', - '၅': '5', - '၆': '6', - '၇': '7', - '၈': '8', - '၉': '9', - '၀': '0', - }; - - var my = moment.defineLocale('my', { - months: 'ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ'.split( - '_' - ), - monthsShort: 'ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ'.split('_'), - weekdays: 'တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ'.split( - '_' - ), - weekdaysShort: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'), - weekdaysMin: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'), - - longDateFormat: { - LT: 'HH:mm', - LTS: 'HH:mm:ss', - L: 'DD/MM/YYYY', - LL: 'D MMMM YYYY', - LLL: 'D MMMM YYYY HH:mm', - LLLL: 'dddd D MMMM YYYY HH:mm', - }, - calendar: { - sameDay: '[ယနေ.] LT [မှာ]', - nextDay: '[မနက်ဖြန်] LT [မှာ]', - nextWeek: 'dddd LT [မှာ]', - lastDay: '[မနေ.က] LT [မှာ]', - lastWeek: '[ပြီးခဲ့သော] dddd LT [မှာ]', - sameElse: 'L', - }, - relativeTime: { - future: 'လာမည့် %s မှာ', - past: 'လွန်ခဲ့သော %s က', - s: 'စက္ကန်.အနည်းငယ်', - ss: '%d စက္ကန့်', - m: 'တစ်မိနစ်', - mm: '%d မိနစ်', - h: 'တစ်နာရီ', - hh: '%d နာရီ', - d: 'တစ်ရက်', - dd: '%d ရက်', - M: 'တစ်လ', - MM: '%d လ', - y: 'တစ်နှစ်', - yy: '%d နှစ်', - }, - preparse: function (string) { - return string.replace(/[၁၂၃၄၅၆၇၈၉၀]/g, function (match) { - return numberMap[match]; - }); - }, - postformat: function (string) { - return string.replace(/\d/g, function (match) { - return symbolMap[match]; - }); - }, - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return my; - -}))); - - -/***/ }), - -/***/ "872a": -/***/ (function(module, exports, __nested_webpack_require_1058712__) { - -var defineProperty = __nested_webpack_require_1058712__("3b4a"); - -/** - * The base implementation of `assignValue` and `assignMergeValue` without - * value checks. - * - * @private - * @param {Object} object The object to modify. - * @param {string} key The key of the property to assign. - * @param {*} value The value to assign. - */ -function baseAssignValue(object, key, value) { - if (key == '__proto__' && defineProperty) { - defineProperty(object, key, { - 'configurable': true, - 'enumerable': true, - 'value': value, - 'writable': true - }); - } else { - object[key] = value; - } -} - -module.exports = baseAssignValue; - - -/***/ }), - -/***/ "8840": -/***/ (function(module, exports, __nested_webpack_require_1059420__) { - -//! moment.js locale configuration -//! locale : Galician [gl] -//! author : Juan G. Hurtado : https://github.com/juanghurtado - -;(function (global, factory) { - true ? factory(__nested_webpack_require_1059420__("c1df")) : - 0 -}(this, (function (moment) { 'use strict'; - - //! moment.js locale configuration - - var gl = moment.defineLocale('gl', { - months: 'xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro'.split( - '_' - ), - monthsShort: 'xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.'.split( - '_' - ), - monthsParseExact: true, - weekdays: 'domingo_luns_martes_mércores_xoves_venres_sábado'.split('_'), - weekdaysShort: 'dom._lun._mar._mér._xov._ven._sáb.'.split('_'), - weekdaysMin: 'do_lu_ma_mé_xo_ve_sá'.split('_'), - weekdaysParseExact: true, - longDateFormat: { - LT: 'H:mm', - LTS: 'H:mm:ss', - L: 'DD/MM/YYYY', - LL: 'D [de] MMMM [de] YYYY', - LLL: 'D [de] MMMM [de] YYYY H:mm', - LLLL: 'dddd, D [de] MMMM [de] YYYY H:mm', - }, - calendar: { - sameDay: function () { - return '[hoxe ' + (this.hours() !== 1 ? 'ás' : 'á') + '] LT'; - }, - nextDay: function () { - return '[mañá ' + (this.hours() !== 1 ? 'ás' : 'á') + '] LT'; - }, - nextWeek: function () { - return 'dddd [' + (this.hours() !== 1 ? 'ás' : 'a') + '] LT'; - }, - lastDay: function () { - return '[onte ' + (this.hours() !== 1 ? 'á' : 'a') + '] LT'; - }, - lastWeek: function () { - return ( - '[o] dddd [pasado ' + (this.hours() !== 1 ? 'ás' : 'a') + '] LT' - ); - }, - sameElse: 'L', - }, - relativeTime: { - future: function (str) { - if (str.indexOf('un') === 0) { - return 'n' + str; - } - return 'en ' + str; - }, - past: 'hai %s', - s: 'uns segundos', - ss: '%d segundos', - m: 'un minuto', - mm: '%d minutos', - h: 'unha hora', - hh: '%d horas', - d: 'un día', - dd: '%d días', - M: 'un mes', - MM: '%d meses', - y: 'un ano', - yy: '%d anos', - }, - dayOfMonthOrdinalParse: /\d{1,2}º/, - ordinal: '%dº', - week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. - }, - }); - - return gl; - -}))); - - -/***/ }), - -/***/ "8875": -/***/ (function(module, exports, __webpack_require__) { - -var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;// addapted from the document.currentScript polyfill by Adam Miller -// MIT license -// source: https://github.com/amiller-gh/currentScript-polyfill - -// added support for Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=1620505 - -(function (root, factory) { - if (true) { - !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory), - __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ? - (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__), - __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)); - } else {} -}(typeof self !== 'undefined' ? self : this, function () { - function getCurrentScript () { - var descriptor = Object.getOwnPropertyDescriptor(document, 'currentScript') - // for chrome - if (!descriptor && 'currentScript' in document && document.currentScript) { - return document.currentScript - } - - // for other browsers with native support for currentScript - if (descriptor && descriptor.get !== getCurrentScript && document.currentScript) { - return document.currentScript - } - - // IE 8-10 support script readyState - // IE 11+ & Firefox support stack trace - try { - throw new Error(); - } - catch (err) { - // Find the second match for the "at" string to get file src url from stack. - var ieStackRegExp = /.*at [^(]*\((.*):(.+):(.+)\)$/ig, - ffStackRegExp = /@([^@]*):(\d+):(\d+)\s*$/ig, - stackDetails = ieStackRegExp.exec(err.stack) || ffStackRegExp.exec(err.stack), - scriptLocation = (stackDetails && stackDetails[1]) || false, - line = (stackDetails && stackDetails[2]) || false, - currentLocation = document.location.href.replace(document.location.hash, ''), - pageSource, - inlineScriptSourceRegExp, - inlineScriptSource, - scripts = document.getElementsByTagName('script'); // Live NodeList collection - - if (scriptLocation === currentLocation) { - pageSource = document.documentElement.outerHTML; - inlineScriptSourceRegExp = new RegExp('(?:[^\\n]+?\\n){0,' + (line - 2) + '}[^<]*\n\n\n"],"sourceRoot":""}]); -// Exports -/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___); - - -/***/ }), - -/***/ "./node_modules/css-loader/dist/cjs.js??clonedRuleSet-9[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-9[0].rules[0].use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/chartjs/LineChart.vue?vue&type=style&index=0&id=f00ab88a&scoped=true&lang=css&": -/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-9[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-9[0].rules[0].use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/chartjs/LineChart.vue?vue&type=style&index=0&id=f00ab88a&scoped=true&lang=css& ***! - \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ -/***/ ((module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -__webpack_require__.r(__webpack_exports__); -/* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) -/* harmony export */ }); -/* harmony import */ var _node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js */ "./node_modules/css-loader/dist/runtime/cssWithMappingToString.js"); -/* harmony import */ var _node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__); -/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js"); -/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__); -// Imports - - -var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default())); -// Module -___CSS_LOADER_EXPORT___.push([module.id, ".graph-container[data-v-f00ab88a] {\n height: 300px;\n}\n", "",{"version":3,"sources":["webpack://./resources/assets/js/components/chartjs/LineChart.vue"],"names":[],"mappings":"AAgNA;EACA,aAAA;AACA","sourcesContent":["\n\n\n\n\n"],"sourceRoot":""}]); -// Exports -/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___); - - -/***/ }), - -/***/ "./node_modules/css-loader/dist/cjs.js??clonedRuleSet-9[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-9[0].rules[0].use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/icon/DotIcon.vue?vue&type=style&index=0&lang=css&": -/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-9[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-9[0].rules[0].use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/icon/DotIcon.vue?vue&type=style&index=0&lang=css& ***! - \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ -/***/ ((module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -__webpack_require__.r(__webpack_exports__); -/* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) -/* harmony export */ }); -/* harmony import */ var _node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js */ "./node_modules/css-loader/dist/runtime/cssWithMappingToString.js"); -/* harmony import */ var _node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__); -/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js"); -/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__); -// Imports - - -var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default())); -// Module -___CSS_LOADER_EXPORT___.push([module.id, ".dot-icon {\n display: flex;\n cursor: pointer;\n padding: 8px 5px 5px 5px;\n justify-content: flex-end;\n}\n.dot {\n display: inline-block;\n background: #a5acc1;\n display: block;\n width: 6px;\n height: 6px;\n border-radius: 50%;\n position: relative;\n}\n.dot1 {\n margin-right: 3px;\n}\n.dot2 {\n margin-right: 3px;\n}\n.move-right {\n -webkit-animation: moveright 0.2s;\n animation: moveright 0.2s;\n -webkit-animation-fill-mode: forwards;\n animation-fill-mode: forwards;\n}\n.move-left {\n -webkit-animation: moveleft 0.2s;\n animation: moveleft 0.2s;\n -webkit-animation-fill-mode: forwards;\n animation-fill-mode: forwards;\n}\n@-webkit-keyframes moveleft {\nfrom {\n left: 0px;\n}\nto {\n left: -18px;\n}\n}\n@keyframes moveleft {\nfrom {\n left: 0px;\n}\nto {\n left: -18px;\n}\n}\n@-webkit-keyframes moveright {\nfrom {\n left: 0px;\n}\nto {\n left: 18px;\n}\n}\n@keyframes moveright {\nfrom {\n left: 0px;\n}\nto {\n left: 18px;\n}\n}\n", "",{"version":3,"sources":["webpack://./resources/assets/js/components/icon/DotIcon.vue"],"names":[],"mappings":"AA+BA;EACA,aAAA;EACA,eAAA;EACA,wBAAA;EACA,yBAAA;AACA;AAEA;EACA,qBAAA;EACA,mBAAA;EACA,cAAA;EACA,UAAA;EACA,WAAA;EACA,kBAAA;EACA,kBAAA;AACA;AAEA;EACA,iBAAA;AACA;AAEA;EACA,iBAAA;AACA;AAEA;EACA,iCAAA;UAAA,yBAAA;EACA,qCAAA;UAAA,6BAAA;AACA;AAEA;EACA,gCAAA;UAAA,wBAAA;EACA,qCAAA;UAAA,6BAAA;AACA;AAEA;AACA;IACA,SAAA;AACA;AACA;IACA,WAAA;AACA;AACA;AAPA;AACA;IACA,SAAA;AACA;AACA;IACA,WAAA;AACA;AACA;AAEA;AACA;IACA,SAAA;AACA;AACA;IACA,UAAA;AACA;AACA;AAPA;AACA;IACA,SAAA;AACA;AACA;IACA,UAAA;AACA;AACA","sourcesContent":["\n\n\n\n"],"sourceRoot":""}]); -// Exports -/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___); - - -/***/ }), - -/***/ "./node_modules/css-loader/dist/cjs.js??clonedRuleSet-9[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-9[0].rules[0].use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/views/reports/layout/Index.vue?vue&type=style&index=0&id=66c9f590&scoped=true&lang=css&": -/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-9[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-9[0].rules[0].use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/views/reports/layout/Index.vue?vue&type=style&index=0&id=66c9f590&scoped=true&lang=css& ***! - \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ -/***/ ((module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -__webpack_require__.r(__webpack_exports__); -/* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) -/* harmony export */ }); -/* harmony import */ var _node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js */ "./node_modules/css-loader/dist/runtime/cssWithMappingToString.js"); -/* harmony import */ var _node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__); -/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js"); -/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__); -// Imports - - -var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default())); -// Module -___CSS_LOADER_EXPORT___.push([module.id, ".tab[data-v-66c9f590] {\n padding: 0 !important;\n}\n.tab-link[data-v-66c9f590] {\n padding: 10px 30px;\n display: block;\n}\n", "",{"version":3,"sources":["webpack://./resources/assets/js/views/reports/layout/Index.vue"],"names":[],"mappings":"AA8FA;EACA,qBAAA;AACA;AAEA;EACA,kBAAA;EACA,cAAA;AACA","sourcesContent":["\n\n\n\n\n"],"sourceRoot":""}]); -// Exports -/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___); - - -/***/ }), - -/***/ "./node_modules/css-loader/dist/cjs.js??clonedRuleSet-9[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-9[0].rules[0].use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/views/settings/UpdateAppSetting.vue?vue&type=style&index=0&lang=css&": -/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-9[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-9[0].rules[0].use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/views/settings/UpdateAppSetting.vue?vue&type=style&index=0&lang=css& ***! - \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ -/***/ ((module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -__webpack_require__.r(__webpack_exports__); -/* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) -/* harmony export */ }); -/* harmony import */ var _node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js */ "./node_modules/css-loader/dist/runtime/cssWithMappingToString.js"); -/* harmony import */ var _node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__); -/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js"); -/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__); -// Imports - - -var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default())); -// Module -___CSS_LOADER_EXPORT___.push([module.id, ".update-description ul li {\n list-style: disc !important;\n margin-bottom: 4px;\n}\n", "",{"version":3,"sources":["webpack://./resources/assets/js/views/settings/UpdateAppSetting.vue"],"names":[],"mappings":"AA0WA;EACA,2BAAA;EACA,kBAAA;AACA","sourcesContent":["\n\n\n\n\n"],"sourceRoot":""}]); -// Exports -/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___); - - -/***/ }), - -/***/ "./node_modules/css-loader/dist/runtime/api.js": -/*!*****************************************************!*\ - !*** ./node_modules/css-loader/dist/runtime/api.js ***! - \*****************************************************/ -/***/ ((module) => { - -"use strict"; - - -/* - MIT License http://www.opensource.org/licenses/mit-license.php - Author Tobias Koppers @sokra -*/ -// css base code, injected by the css-loader -// eslint-disable-next-line func-names -module.exports = function (cssWithMappingToString) { - var list = []; // return the list of modules as css string - - list.toString = function toString() { - return this.map(function (item) { - var content = cssWithMappingToString(item); - - if (item[2]) { - return "@media ".concat(item[2], " {").concat(content, "}"); - } - - return content; - }).join(''); - }; // import a list of modules into the list - // eslint-disable-next-line func-names - - - list.i = function (modules, mediaQuery, dedupe) { - if (typeof modules === 'string') { - // eslint-disable-next-line no-param-reassign - modules = [[null, modules, '']]; - } - - var alreadyImportedModules = {}; - - if (dedupe) { - for (var i = 0; i < this.length; i++) { - // eslint-disable-next-line prefer-destructuring - var id = this[i][0]; - - if (id != null) { - alreadyImportedModules[id] = true; - } - } - } - - for (var _i = 0; _i < modules.length; _i++) { - var item = [].concat(modules[_i]); - - if (dedupe && alreadyImportedModules[item[0]]) { - // eslint-disable-next-line no-continue - continue; - } - - if (mediaQuery) { - if (!item[2]) { - item[2] = mediaQuery; - } else { - item[2] = "".concat(mediaQuery, " and ").concat(item[2]); - } - } - - list.push(item); - } - }; - - return list; -}; - -/***/ }), - -/***/ "./node_modules/css-loader/dist/runtime/cssWithMappingToString.js": -/*!************************************************************************!*\ - !*** ./node_modules/css-loader/dist/runtime/cssWithMappingToString.js ***! - \************************************************************************/ -/***/ ((module) => { - -"use strict"; - - -function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); } - -function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } - -function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } - -function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } - -function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } - -function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } - -module.exports = function cssWithMappingToString(item) { - var _item = _slicedToArray(item, 4), - content = _item[1], - cssMapping = _item[3]; - - if (typeof btoa === 'function') { - // eslint-disable-next-line no-undef - var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping)))); - var data = "sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(base64); - var sourceMapping = "/*# ".concat(data, " */"); - var sourceURLs = cssMapping.sources.map(function (source) { - return "/*# sourceURL=".concat(cssMapping.sourceRoot || '').concat(source, " */"); - }); - return [content].concat(sourceURLs).concat([sourceMapping]).join('\n'); - } - - return [content].join('\n'); -}; - -/***/ }), - -/***/ "./node_modules/flatpickr/dist/esm/index.js": -/*!**************************************************!*\ - !*** ./node_modules/flatpickr/dist/esm/index.js ***! - \**************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -__webpack_require__.r(__webpack_exports__); -/* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) -/* harmony export */ }); -/* harmony import */ var _types_options__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./types/options */ "./node_modules/flatpickr/dist/esm/types/options.js"); -/* harmony import */ var _l10n_default__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./l10n/default */ "./node_modules/flatpickr/dist/esm/l10n/default.js"); -/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./utils */ "./node_modules/flatpickr/dist/esm/utils/index.js"); -/* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./utils/dom */ "./node_modules/flatpickr/dist/esm/utils/dom.js"); -/* harmony import */ var _utils_dates__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./utils/dates */ "./node_modules/flatpickr/dist/esm/utils/dates.js"); -/* harmony import */ var _utils_formatting__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./utils/formatting */ "./node_modules/flatpickr/dist/esm/utils/formatting.js"); -/* harmony import */ var _utils_polyfills__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./utils/polyfills */ "./node_modules/flatpickr/dist/esm/utils/polyfills.js"); -/* harmony import */ var _utils_polyfills__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_utils_polyfills__WEBPACK_IMPORTED_MODULE_6__); - - - - - - - -const DEBOUNCED_CHANGE_MS = 300; -function FlatpickrInstance(element, instanceConfig) { - const self = { - config: Object.assign(Object.assign({}, _types_options__WEBPACK_IMPORTED_MODULE_0__.defaults), flatpickr.defaultConfig), - l10n: _l10n_default__WEBPACK_IMPORTED_MODULE_1__.default, - }; - self.parseDate = (0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.createDateParser)({ config: self.config, l10n: self.l10n }); - self._handlers = []; - self.pluginElements = []; - self.loadedPlugins = []; - self._bind = bind; - self._setHoursFromDate = setHoursFromDate; - self._positionCalendar = positionCalendar; - self.changeMonth = changeMonth; - self.changeYear = changeYear; - self.clear = clear; - self.close = close; - self._createElement = _utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement; - self.destroy = destroy; - self.isEnabled = isEnabled; - self.jumpToDate = jumpToDate; - self.open = open; - self.redraw = redraw; - self.set = set; - self.setDate = setDate; - self.toggle = toggle; - function setupHelperFunctions() { - self.utils = { - getDaysInMonth(month = self.currentMonth, yr = self.currentYear) { - if (month === 1 && ((yr % 4 === 0 && yr % 100 !== 0) || yr % 400 === 0)) - return 29; - return self.l10n.daysInMonth[month]; - }, - }; - } - function init() { - self.element = self.input = element; - self.isOpen = false; - parseConfig(); - setupLocale(); - setupInputs(); - setupDates(); - setupHelperFunctions(); - if (!self.isMobile) - build(); - bindEvents(); - if (self.selectedDates.length || self.config.noCalendar) { - if (self.config.enableTime) { - setHoursFromDate(self.config.noCalendar ? self.latestSelectedDateObj : undefined); - } - updateValue(false); - } - setCalendarWidth(); - const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent); - if (!self.isMobile && isSafari) { - positionCalendar(); - } - triggerEvent("onReady"); - } - function bindToInstance(fn) { - return fn.bind(self); - } - function setCalendarWidth() { - const config = self.config; - if (config.weekNumbers === false && config.showMonths === 1) { - return; - } - else if (config.noCalendar !== true) { - window.requestAnimationFrame(function () { - if (self.calendarContainer !== undefined) { - self.calendarContainer.style.visibility = "hidden"; - self.calendarContainer.style.display = "block"; - } - if (self.daysContainer !== undefined) { - const daysWidth = (self.days.offsetWidth + 1) * config.showMonths; - self.daysContainer.style.width = daysWidth + "px"; - self.calendarContainer.style.width = - daysWidth + - (self.weekWrapper !== undefined - ? self.weekWrapper.offsetWidth - : 0) + - "px"; - self.calendarContainer.style.removeProperty("visibility"); - self.calendarContainer.style.removeProperty("display"); - } - }); - } - } - function updateTime(e) { - if (self.selectedDates.length === 0) { - const defaultDate = self.config.minDate === undefined || - (0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.compareDates)(new Date(), self.config.minDate) >= 0 - ? new Date() - : new Date(self.config.minDate.getTime()); - const defaults = (0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.getDefaultHours)(self.config); - defaultDate.setHours(defaults.hours, defaults.minutes, defaults.seconds, defaultDate.getMilliseconds()); - self.selectedDates = [defaultDate]; - self.latestSelectedDateObj = defaultDate; - } - if (e !== undefined && e.type !== "blur") { - timeWrapper(e); - } - const prevValue = self._input.value; - setHoursFromInputs(); - updateValue(); - if (self._input.value !== prevValue) { - self._debouncedChange(); - } - } - function ampm2military(hour, amPM) { - return (hour % 12) + 12 * (0,_utils__WEBPACK_IMPORTED_MODULE_2__.int)(amPM === self.l10n.amPM[1]); - } - function military2ampm(hour) { - switch (hour % 24) { - case 0: - case 12: - return 12; - default: - return hour % 12; - } - } - function setHoursFromInputs() { - if (self.hourElement === undefined || self.minuteElement === undefined) - return; - let hours = (parseInt(self.hourElement.value.slice(-2), 10) || 0) % 24, minutes = (parseInt(self.minuteElement.value, 10) || 0) % 60, seconds = self.secondElement !== undefined - ? (parseInt(self.secondElement.value, 10) || 0) % 60 - : 0; - if (self.amPM !== undefined) { - hours = ampm2military(hours, self.amPM.textContent); - } - const limitMinHours = self.config.minTime !== undefined || - (self.config.minDate && - self.minDateHasTime && - self.latestSelectedDateObj && - (0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.compareDates)(self.latestSelectedDateObj, self.config.minDate, true) === - 0); - const limitMaxHours = self.config.maxTime !== undefined || - (self.config.maxDate && - self.maxDateHasTime && - self.latestSelectedDateObj && - (0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.compareDates)(self.latestSelectedDateObj, self.config.maxDate, true) === - 0); - if (limitMaxHours) { - const maxTime = self.config.maxTime !== undefined - ? self.config.maxTime - : self.config.maxDate; - hours = Math.min(hours, maxTime.getHours()); - if (hours === maxTime.getHours()) - minutes = Math.min(minutes, maxTime.getMinutes()); - if (minutes === maxTime.getMinutes()) - seconds = Math.min(seconds, maxTime.getSeconds()); - } - if (limitMinHours) { - const minTime = self.config.minTime !== undefined - ? self.config.minTime - : self.config.minDate; - hours = Math.max(hours, minTime.getHours()); - if (hours === minTime.getHours() && minutes < minTime.getMinutes()) - minutes = minTime.getMinutes(); - if (minutes === minTime.getMinutes()) - seconds = Math.max(seconds, minTime.getSeconds()); - } - setHours(hours, minutes, seconds); - } - function setHoursFromDate(dateObj) { - const date = dateObj || self.latestSelectedDateObj; - if (date) { - setHours(date.getHours(), date.getMinutes(), date.getSeconds()); - } - } - function setHours(hours, minutes, seconds) { - if (self.latestSelectedDateObj !== undefined) { - self.latestSelectedDateObj.setHours(hours % 24, minutes, seconds || 0, 0); - } - if (!self.hourElement || !self.minuteElement || self.isMobile) - return; - self.hourElement.value = (0,_utils__WEBPACK_IMPORTED_MODULE_2__.pad)(!self.config.time_24hr - ? ((12 + hours) % 12) + 12 * (0,_utils__WEBPACK_IMPORTED_MODULE_2__.int)(hours % 12 === 0) - : hours); - self.minuteElement.value = (0,_utils__WEBPACK_IMPORTED_MODULE_2__.pad)(minutes); - if (self.amPM !== undefined) - self.amPM.textContent = self.l10n.amPM[(0,_utils__WEBPACK_IMPORTED_MODULE_2__.int)(hours >= 12)]; - if (self.secondElement !== undefined) - self.secondElement.value = (0,_utils__WEBPACK_IMPORTED_MODULE_2__.pad)(seconds); - } - function onYearInput(event) { - const eventTarget = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.getEventTarget)(event); - const year = parseInt(eventTarget.value) + (event.delta || 0); - if (year / 1000 > 1 || - (event.key === "Enter" && !/[^\d]/.test(year.toString()))) { - changeYear(year); - } - } - function bind(element, event, handler, options) { - if (event instanceof Array) - return event.forEach((ev) => bind(element, ev, handler, options)); - if (element instanceof Array) - return element.forEach((el) => bind(el, event, handler, options)); - element.addEventListener(event, handler, options); - self._handlers.push({ - remove: () => element.removeEventListener(event, handler), - }); - } - function triggerChange() { - triggerEvent("onChange"); - } - function bindEvents() { - if (self.config.wrap) { - ["open", "close", "toggle", "clear"].forEach((evt) => { - Array.prototype.forEach.call(self.element.querySelectorAll(`[data-${evt}]`), (el) => bind(el, "click", self[evt])); - }); - } - if (self.isMobile) { - setupMobile(); - return; - } - const debouncedResize = (0,_utils__WEBPACK_IMPORTED_MODULE_2__.debounce)(onResize, 50); - self._debouncedChange = (0,_utils__WEBPACK_IMPORTED_MODULE_2__.debounce)(triggerChange, DEBOUNCED_CHANGE_MS); - if (self.daysContainer && !/iPhone|iPad|iPod/i.test(navigator.userAgent)) - bind(self.daysContainer, "mouseover", (e) => { - if (self.config.mode === "range") - onMouseOver((0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.getEventTarget)(e)); - }); - bind(window.document.body, "keydown", onKeyDown); - if (!self.config.inline && !self.config.static) - bind(window, "resize", debouncedResize); - if (window.ontouchstart !== undefined) - bind(window.document, "touchstart", documentClick); - else - bind(window.document, "mousedown", documentClick); - bind(window.document, "focus", documentClick, { capture: true }); - if (self.config.clickOpens === true) { - bind(self._input, "focus", self.open); - bind(self._input, "click", self.open); - } - if (self.daysContainer !== undefined) { - bind(self.monthNav, "click", onMonthNavClick); - bind(self.monthNav, ["keyup", "increment"], onYearInput); - bind(self.daysContainer, "click", selectDate); - } - if (self.timeContainer !== undefined && - self.minuteElement !== undefined && - self.hourElement !== undefined) { - const selText = (e) => (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.getEventTarget)(e).select(); - bind(self.timeContainer, ["increment"], updateTime); - bind(self.timeContainer, "blur", updateTime, { capture: true }); - bind(self.timeContainer, "click", timeIncrement); - bind([self.hourElement, self.minuteElement], ["focus", "click"], selText); - if (self.secondElement !== undefined) - bind(self.secondElement, "focus", () => self.secondElement && self.secondElement.select()); - if (self.amPM !== undefined) { - bind(self.amPM, "click", (e) => { - updateTime(e); - triggerChange(); - }); - } - } - if (self.config.allowInput) { - bind(self._input, "blur", onBlur); - } - } - function jumpToDate(jumpDate, triggerChange) { - const jumpTo = jumpDate !== undefined - ? self.parseDate(jumpDate) - : self.latestSelectedDateObj || - (self.config.minDate && self.config.minDate > self.now - ? self.config.minDate - : self.config.maxDate && self.config.maxDate < self.now - ? self.config.maxDate - : self.now); - const oldYear = self.currentYear; - const oldMonth = self.currentMonth; - try { - if (jumpTo !== undefined) { - self.currentYear = jumpTo.getFullYear(); - self.currentMonth = jumpTo.getMonth(); - } - } - catch (e) { - e.message = "Invalid date supplied: " + jumpTo; - self.config.errorHandler(e); - } - if (triggerChange && self.currentYear !== oldYear) { - triggerEvent("onYearChange"); - buildMonthSwitch(); - } - if (triggerChange && - (self.currentYear !== oldYear || self.currentMonth !== oldMonth)) { - triggerEvent("onMonthChange"); - } - self.redraw(); - } - function timeIncrement(e) { - const eventTarget = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.getEventTarget)(e); - if (~eventTarget.className.indexOf("arrow")) - incrementNumInput(e, eventTarget.classList.contains("arrowUp") ? 1 : -1); - } - function incrementNumInput(e, delta, inputElem) { - const target = e && (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.getEventTarget)(e); - const input = inputElem || - (target && target.parentNode && target.parentNode.firstChild); - const event = createEvent("increment"); - event.delta = delta; - input && input.dispatchEvent(event); - } - function build() { - const fragment = window.document.createDocumentFragment(); - self.calendarContainer = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("div", "flatpickr-calendar"); - self.calendarContainer.tabIndex = -1; - if (!self.config.noCalendar) { - fragment.appendChild(buildMonthNav()); - self.innerContainer = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("div", "flatpickr-innerContainer"); - if (self.config.weekNumbers) { - const { weekWrapper, weekNumbers } = buildWeeks(); - self.innerContainer.appendChild(weekWrapper); - self.weekNumbers = weekNumbers; - self.weekWrapper = weekWrapper; - } - self.rContainer = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("div", "flatpickr-rContainer"); - self.rContainer.appendChild(buildWeekdays()); - if (!self.daysContainer) { - self.daysContainer = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("div", "flatpickr-days"); - self.daysContainer.tabIndex = -1; - } - buildDays(); - self.rContainer.appendChild(self.daysContainer); - self.innerContainer.appendChild(self.rContainer); - fragment.appendChild(self.innerContainer); - } - if (self.config.enableTime) { - fragment.appendChild(buildTime()); - } - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.toggleClass)(self.calendarContainer, "rangeMode", self.config.mode === "range"); - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.toggleClass)(self.calendarContainer, "animate", self.config.animate === true); - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.toggleClass)(self.calendarContainer, "multiMonth", self.config.showMonths > 1); - self.calendarContainer.appendChild(fragment); - const customAppend = self.config.appendTo !== undefined && - self.config.appendTo.nodeType !== undefined; - if (self.config.inline || self.config.static) { - self.calendarContainer.classList.add(self.config.inline ? "inline" : "static"); - if (self.config.inline) { - if (!customAppend && self.element.parentNode) - self.element.parentNode.insertBefore(self.calendarContainer, self._input.nextSibling); - else if (self.config.appendTo !== undefined) - self.config.appendTo.appendChild(self.calendarContainer); - } - if (self.config.static) { - const wrapper = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("div", "flatpickr-wrapper"); - if (self.element.parentNode) - self.element.parentNode.insertBefore(wrapper, self.element); - wrapper.appendChild(self.element); - if (self.altInput) - wrapper.appendChild(self.altInput); - wrapper.appendChild(self.calendarContainer); - } - } - if (!self.config.static && !self.config.inline) - (self.config.appendTo !== undefined - ? self.config.appendTo - : window.document.body).appendChild(self.calendarContainer); - } - function createDay(className, date, dayNumber, i) { - const dateIsEnabled = isEnabled(date, true), dayElement = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("span", "flatpickr-day " + className, date.getDate().toString()); - dayElement.dateObj = date; - dayElement.$i = i; - dayElement.setAttribute("aria-label", self.formatDate(date, self.config.ariaDateFormat)); - if (className.indexOf("hidden") === -1 && - (0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.compareDates)(date, self.now) === 0) { - self.todayDateElem = dayElement; - dayElement.classList.add("today"); - dayElement.setAttribute("aria-current", "date"); - } - if (dateIsEnabled) { - dayElement.tabIndex = -1; - if (isDateSelected(date)) { - dayElement.classList.add("selected"); - self.selectedDateElem = dayElement; - if (self.config.mode === "range") { - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.toggleClass)(dayElement, "startRange", self.selectedDates[0] && - (0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.compareDates)(date, self.selectedDates[0], true) === 0); - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.toggleClass)(dayElement, "endRange", self.selectedDates[1] && - (0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.compareDates)(date, self.selectedDates[1], true) === 0); - if (className === "nextMonthDay") - dayElement.classList.add("inRange"); - } - } - } - else { - dayElement.classList.add("flatpickr-disabled"); - } - if (self.config.mode === "range") { - if (isDateInRange(date) && !isDateSelected(date)) - dayElement.classList.add("inRange"); - } - if (self.weekNumbers && - self.config.showMonths === 1 && - className !== "prevMonthDay" && - dayNumber % 7 === 1) { - self.weekNumbers.insertAdjacentHTML("beforeend", "" + self.config.getWeek(date) + ""); - } - triggerEvent("onDayCreate", dayElement); - return dayElement; - } - function focusOnDayElem(targetNode) { - targetNode.focus(); - if (self.config.mode === "range") - onMouseOver(targetNode); - } - function getFirstAvailableDay(delta) { - const startMonth = delta > 0 ? 0 : self.config.showMonths - 1; - const endMonth = delta > 0 ? self.config.showMonths : -1; - for (let m = startMonth; m != endMonth; m += delta) { - const month = self.daysContainer.children[m]; - const startIndex = delta > 0 ? 0 : month.children.length - 1; - const endIndex = delta > 0 ? month.children.length : -1; - for (let i = startIndex; i != endIndex; i += delta) { - const c = month.children[i]; - if (c.className.indexOf("hidden") === -1 && isEnabled(c.dateObj)) - return c; - } - } - return undefined; - } - function getNextAvailableDay(current, delta) { - const givenMonth = current.className.indexOf("Month") === -1 - ? current.dateObj.getMonth() - : self.currentMonth; - const endMonth = delta > 0 ? self.config.showMonths : -1; - const loopDelta = delta > 0 ? 1 : -1; - for (let m = givenMonth - self.currentMonth; m != endMonth; m += loopDelta) { - const month = self.daysContainer.children[m]; - const startIndex = givenMonth - self.currentMonth === m - ? current.$i + delta - : delta < 0 - ? month.children.length - 1 - : 0; - const numMonthDays = month.children.length; - for (let i = startIndex; i >= 0 && i < numMonthDays && i != (delta > 0 ? numMonthDays : -1); i += loopDelta) { - const c = month.children[i]; - if (c.className.indexOf("hidden") === -1 && - isEnabled(c.dateObj) && - Math.abs(current.$i - i) >= Math.abs(delta)) - return focusOnDayElem(c); - } - } - self.changeMonth(loopDelta); - focusOnDay(getFirstAvailableDay(loopDelta), 0); - return undefined; - } - function focusOnDay(current, offset) { - const dayFocused = isInView(document.activeElement || document.body); - const startElem = current !== undefined - ? current - : dayFocused - ? document.activeElement - : self.selectedDateElem !== undefined && isInView(self.selectedDateElem) - ? self.selectedDateElem - : self.todayDateElem !== undefined && isInView(self.todayDateElem) - ? self.todayDateElem - : getFirstAvailableDay(offset > 0 ? 1 : -1); - if (startElem === undefined) { - self._input.focus(); - } - else if (!dayFocused) { - focusOnDayElem(startElem); - } - else { - getNextAvailableDay(startElem, offset); - } - } - function buildMonthDays(year, month) { - const firstOfMonth = (new Date(year, month, 1).getDay() - self.l10n.firstDayOfWeek + 7) % 7; - const prevMonthDays = self.utils.getDaysInMonth((month - 1 + 12) % 12, year); - const daysInMonth = self.utils.getDaysInMonth(month, year), days = window.document.createDocumentFragment(), isMultiMonth = self.config.showMonths > 1, prevMonthDayClass = isMultiMonth ? "prevMonthDay hidden" : "prevMonthDay", nextMonthDayClass = isMultiMonth ? "nextMonthDay hidden" : "nextMonthDay"; - let dayNumber = prevMonthDays + 1 - firstOfMonth, dayIndex = 0; - for (; dayNumber <= prevMonthDays; dayNumber++, dayIndex++) { - days.appendChild(createDay(prevMonthDayClass, new Date(year, month - 1, dayNumber), dayNumber, dayIndex)); - } - for (dayNumber = 1; dayNumber <= daysInMonth; dayNumber++, dayIndex++) { - days.appendChild(createDay("", new Date(year, month, dayNumber), dayNumber, dayIndex)); - } - for (let dayNum = daysInMonth + 1; dayNum <= 42 - firstOfMonth && - (self.config.showMonths === 1 || dayIndex % 7 !== 0); dayNum++, dayIndex++) { - days.appendChild(createDay(nextMonthDayClass, new Date(year, month + 1, dayNum % daysInMonth), dayNum, dayIndex)); - } - const dayContainer = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("div", "dayContainer"); - dayContainer.appendChild(days); - return dayContainer; - } - function buildDays() { - if (self.daysContainer === undefined) { - return; - } - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.clearNode)(self.daysContainer); - if (self.weekNumbers) - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.clearNode)(self.weekNumbers); - const frag = document.createDocumentFragment(); - for (let i = 0; i < self.config.showMonths; i++) { - const d = new Date(self.currentYear, self.currentMonth, 1); - d.setMonth(self.currentMonth + i); - frag.appendChild(buildMonthDays(d.getFullYear(), d.getMonth())); - } - self.daysContainer.appendChild(frag); - self.days = self.daysContainer.firstChild; - if (self.config.mode === "range" && self.selectedDates.length === 1) { - onMouseOver(); - } - } - function buildMonthSwitch() { - if (self.config.showMonths > 1 || - self.config.monthSelectorType !== "dropdown") - return; - const shouldBuildMonth = function (month) { - if (self.config.minDate !== undefined && - self.currentYear === self.config.minDate.getFullYear() && - month < self.config.minDate.getMonth()) { - return false; - } - return !(self.config.maxDate !== undefined && - self.currentYear === self.config.maxDate.getFullYear() && - month > self.config.maxDate.getMonth()); - }; - self.monthsDropdownContainer.tabIndex = -1; - self.monthsDropdownContainer.innerHTML = ""; - for (let i = 0; i < 12; i++) { - if (!shouldBuildMonth(i)) - continue; - const month = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("option", "flatpickr-monthDropdown-month"); - month.value = new Date(self.currentYear, i).getMonth().toString(); - month.textContent = (0,_utils_formatting__WEBPACK_IMPORTED_MODULE_5__.monthToStr)(i, self.config.shorthandCurrentMonth, self.l10n); - month.tabIndex = -1; - if (self.currentMonth === i) { - month.selected = true; - } - self.monthsDropdownContainer.appendChild(month); - } - } - function buildMonth() { - const container = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("div", "flatpickr-month"); - const monthNavFragment = window.document.createDocumentFragment(); - let monthElement; - if (self.config.showMonths > 1 || - self.config.monthSelectorType === "static") { - monthElement = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("span", "cur-month"); - } - else { - self.monthsDropdownContainer = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("select", "flatpickr-monthDropdown-months"); - self.monthsDropdownContainer.setAttribute("aria-label", self.l10n.monthAriaLabel); - bind(self.monthsDropdownContainer, "change", (e) => { - const target = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.getEventTarget)(e); - const selectedMonth = parseInt(target.value, 10); - self.changeMonth(selectedMonth - self.currentMonth); - triggerEvent("onMonthChange"); - }); - buildMonthSwitch(); - monthElement = self.monthsDropdownContainer; - } - const yearInput = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createNumberInput)("cur-year", { tabindex: "-1" }); - const yearElement = yearInput.getElementsByTagName("input")[0]; - yearElement.setAttribute("aria-label", self.l10n.yearAriaLabel); - if (self.config.minDate) { - yearElement.setAttribute("min", self.config.minDate.getFullYear().toString()); - } - if (self.config.maxDate) { - yearElement.setAttribute("max", self.config.maxDate.getFullYear().toString()); - yearElement.disabled = - !!self.config.minDate && - self.config.minDate.getFullYear() === self.config.maxDate.getFullYear(); - } - const currentMonth = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("div", "flatpickr-current-month"); - currentMonth.appendChild(monthElement); - currentMonth.appendChild(yearInput); - monthNavFragment.appendChild(currentMonth); - container.appendChild(monthNavFragment); - return { - container, - yearElement, - monthElement, - }; - } - function buildMonths() { - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.clearNode)(self.monthNav); - self.monthNav.appendChild(self.prevMonthNav); - if (self.config.showMonths) { - self.yearElements = []; - self.monthElements = []; - } - for (let m = self.config.showMonths; m--;) { - const month = buildMonth(); - self.yearElements.push(month.yearElement); - self.monthElements.push(month.monthElement); - self.monthNav.appendChild(month.container); - } - self.monthNav.appendChild(self.nextMonthNav); - } - function buildMonthNav() { - self.monthNav = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("div", "flatpickr-months"); - self.yearElements = []; - self.monthElements = []; - self.prevMonthNav = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("span", "flatpickr-prev-month"); - self.prevMonthNav.innerHTML = self.config.prevArrow; - self.nextMonthNav = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("span", "flatpickr-next-month"); - self.nextMonthNav.innerHTML = self.config.nextArrow; - buildMonths(); - Object.defineProperty(self, "_hidePrevMonthArrow", { - get: () => self.__hidePrevMonthArrow, - set(bool) { - if (self.__hidePrevMonthArrow !== bool) { - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.toggleClass)(self.prevMonthNav, "flatpickr-disabled", bool); - self.__hidePrevMonthArrow = bool; - } - }, - }); - Object.defineProperty(self, "_hideNextMonthArrow", { - get: () => self.__hideNextMonthArrow, - set(bool) { - if (self.__hideNextMonthArrow !== bool) { - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.toggleClass)(self.nextMonthNav, "flatpickr-disabled", bool); - self.__hideNextMonthArrow = bool; - } - }, - }); - self.currentYearElement = self.yearElements[0]; - updateNavigationCurrentMonth(); - return self.monthNav; - } - function buildTime() { - self.calendarContainer.classList.add("hasTime"); - if (self.config.noCalendar) - self.calendarContainer.classList.add("noCalendar"); - const defaults = (0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.getDefaultHours)(self.config); - self.timeContainer = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("div", "flatpickr-time"); - self.timeContainer.tabIndex = -1; - const separator = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("span", "flatpickr-time-separator", ":"); - const hourInput = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createNumberInput)("flatpickr-hour", { - "aria-label": self.l10n.hourAriaLabel, - }); - self.hourElement = hourInput.getElementsByTagName("input")[0]; - const minuteInput = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createNumberInput)("flatpickr-minute", { - "aria-label": self.l10n.minuteAriaLabel, - }); - self.minuteElement = minuteInput.getElementsByTagName("input")[0]; - self.hourElement.tabIndex = self.minuteElement.tabIndex = -1; - self.hourElement.value = (0,_utils__WEBPACK_IMPORTED_MODULE_2__.pad)(self.latestSelectedDateObj - ? self.latestSelectedDateObj.getHours() - : self.config.time_24hr - ? defaults.hours - : military2ampm(defaults.hours)); - self.minuteElement.value = (0,_utils__WEBPACK_IMPORTED_MODULE_2__.pad)(self.latestSelectedDateObj - ? self.latestSelectedDateObj.getMinutes() - : defaults.minutes); - self.hourElement.setAttribute("step", self.config.hourIncrement.toString()); - self.minuteElement.setAttribute("step", self.config.minuteIncrement.toString()); - self.hourElement.setAttribute("min", self.config.time_24hr ? "0" : "1"); - self.hourElement.setAttribute("max", self.config.time_24hr ? "23" : "12"); - self.hourElement.setAttribute("maxlength", "2"); - self.minuteElement.setAttribute("min", "0"); - self.minuteElement.setAttribute("max", "59"); - self.minuteElement.setAttribute("maxlength", "2"); - self.timeContainer.appendChild(hourInput); - self.timeContainer.appendChild(separator); - self.timeContainer.appendChild(minuteInput); - if (self.config.time_24hr) - self.timeContainer.classList.add("time24hr"); - if (self.config.enableSeconds) { - self.timeContainer.classList.add("hasSeconds"); - const secondInput = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createNumberInput)("flatpickr-second"); - self.secondElement = secondInput.getElementsByTagName("input")[0]; - self.secondElement.value = (0,_utils__WEBPACK_IMPORTED_MODULE_2__.pad)(self.latestSelectedDateObj - ? self.latestSelectedDateObj.getSeconds() - : defaults.seconds); - self.secondElement.setAttribute("step", self.minuteElement.getAttribute("step")); - self.secondElement.setAttribute("min", "0"); - self.secondElement.setAttribute("max", "59"); - self.secondElement.setAttribute("maxlength", "2"); - self.timeContainer.appendChild((0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("span", "flatpickr-time-separator", ":")); - self.timeContainer.appendChild(secondInput); - } - if (!self.config.time_24hr) { - self.amPM = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("span", "flatpickr-am-pm", self.l10n.amPM[(0,_utils__WEBPACK_IMPORTED_MODULE_2__.int)((self.latestSelectedDateObj - ? self.hourElement.value - : self.config.defaultHour) > 11)]); - self.amPM.title = self.l10n.toggleTitle; - self.amPM.tabIndex = -1; - self.timeContainer.appendChild(self.amPM); - } - return self.timeContainer; - } - function buildWeekdays() { - if (!self.weekdayContainer) - self.weekdayContainer = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("div", "flatpickr-weekdays"); - else - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.clearNode)(self.weekdayContainer); - for (let i = self.config.showMonths; i--;) { - const container = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("div", "flatpickr-weekdaycontainer"); - self.weekdayContainer.appendChild(container); - } - updateWeekdays(); - return self.weekdayContainer; - } - function updateWeekdays() { - if (!self.weekdayContainer) { - return; - } - const firstDayOfWeek = self.l10n.firstDayOfWeek; - let weekdays = [...self.l10n.weekdays.shorthand]; - if (firstDayOfWeek > 0 && firstDayOfWeek < weekdays.length) { - weekdays = [ - ...weekdays.splice(firstDayOfWeek, weekdays.length), - ...weekdays.splice(0, firstDayOfWeek), - ]; - } - for (let i = self.config.showMonths; i--;) { - self.weekdayContainer.children[i].innerHTML = ` - - ${weekdays.join("")} - - `; - } - } - function buildWeeks() { - self.calendarContainer.classList.add("hasWeeks"); - const weekWrapper = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("div", "flatpickr-weekwrapper"); - weekWrapper.appendChild((0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("span", "flatpickr-weekday", self.l10n.weekAbbreviation)); - const weekNumbers = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("div", "flatpickr-weeks"); - weekWrapper.appendChild(weekNumbers); - return { - weekWrapper, - weekNumbers, - }; - } - function changeMonth(value, isOffset = true) { - const delta = isOffset ? value : value - self.currentMonth; - if ((delta < 0 && self._hidePrevMonthArrow === true) || - (delta > 0 && self._hideNextMonthArrow === true)) - return; - self.currentMonth += delta; - if (self.currentMonth < 0 || self.currentMonth > 11) { - self.currentYear += self.currentMonth > 11 ? 1 : -1; - self.currentMonth = (self.currentMonth + 12) % 12; - triggerEvent("onYearChange"); - buildMonthSwitch(); - } - buildDays(); - triggerEvent("onMonthChange"); - updateNavigationCurrentMonth(); - } - function clear(triggerChangeEvent = true, toInitial = true) { - self.input.value = ""; - if (self.altInput !== undefined) - self.altInput.value = ""; - if (self.mobileInput !== undefined) - self.mobileInput.value = ""; - self.selectedDates = []; - self.latestSelectedDateObj = undefined; - if (toInitial === true) { - self.currentYear = self._initialDate.getFullYear(); - self.currentMonth = self._initialDate.getMonth(); - } - if (self.config.enableTime === true) { - const { hours, minutes, seconds } = (0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.getDefaultHours)(self.config); - setHours(hours, minutes, seconds); - } - self.redraw(); - if (triggerChangeEvent) - triggerEvent("onChange"); - } - function close() { - self.isOpen = false; - if (!self.isMobile) { - if (self.calendarContainer !== undefined) { - self.calendarContainer.classList.remove("open"); - } - if (self._input !== undefined) { - self._input.classList.remove("active"); - } - } - triggerEvent("onClose"); - } - function destroy() { - if (self.config !== undefined) - triggerEvent("onDestroy"); - for (let i = self._handlers.length; i--;) { - self._handlers[i].remove(); - } - self._handlers = []; - if (self.mobileInput) { - if (self.mobileInput.parentNode) - self.mobileInput.parentNode.removeChild(self.mobileInput); - self.mobileInput = undefined; - } - else if (self.calendarContainer && self.calendarContainer.parentNode) { - if (self.config.static && self.calendarContainer.parentNode) { - const wrapper = self.calendarContainer.parentNode; - wrapper.lastChild && wrapper.removeChild(wrapper.lastChild); - if (wrapper.parentNode) { - while (wrapper.firstChild) - wrapper.parentNode.insertBefore(wrapper.firstChild, wrapper); - wrapper.parentNode.removeChild(wrapper); - } - } - else - self.calendarContainer.parentNode.removeChild(self.calendarContainer); - } - if (self.altInput) { - self.input.type = "text"; - if (self.altInput.parentNode) - self.altInput.parentNode.removeChild(self.altInput); - delete self.altInput; - } - if (self.input) { - self.input.type = self.input._type; - self.input.classList.remove("flatpickr-input"); - self.input.removeAttribute("readonly"); - } - [ - "_showTimeInput", - "latestSelectedDateObj", - "_hideNextMonthArrow", - "_hidePrevMonthArrow", - "__hideNextMonthArrow", - "__hidePrevMonthArrow", - "isMobile", - "isOpen", - "selectedDateElem", - "minDateHasTime", - "maxDateHasTime", - "days", - "daysContainer", - "_input", - "_positionElement", - "innerContainer", - "rContainer", - "monthNav", - "todayDateElem", - "calendarContainer", - "weekdayContainer", - "prevMonthNav", - "nextMonthNav", - "monthsDropdownContainer", - "currentMonthElement", - "currentYearElement", - "navigationCurrentMonth", - "selectedDateElem", - "config", - ].forEach((k) => { - try { - delete self[k]; - } - catch (_) { } - }); - } - function isCalendarElem(elem) { - if (self.config.appendTo && self.config.appendTo.contains(elem)) - return true; - return self.calendarContainer.contains(elem); - } - function documentClick(e) { - if (self.isOpen && !self.config.inline) { - const eventTarget = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.getEventTarget)(e); - const isCalendarElement = isCalendarElem(eventTarget); - const isInput = eventTarget === self.input || - eventTarget === self.altInput || - self.element.contains(eventTarget) || - (e.path && - e.path.indexOf && - (~e.path.indexOf(self.input) || - ~e.path.indexOf(self.altInput))); - const lostFocus = e.type === "blur" - ? isInput && - e.relatedTarget && - !isCalendarElem(e.relatedTarget) - : !isInput && - !isCalendarElement && - !isCalendarElem(e.relatedTarget); - const isIgnored = !self.config.ignoredFocusElements.some((elem) => elem.contains(eventTarget)); - if (lostFocus && isIgnored) { - if (self.timeContainer !== undefined && - self.minuteElement !== undefined && - self.hourElement !== undefined && - self.input.value !== "" && - self.input.value !== undefined) { - updateTime(); - } - self.close(); - if (self.config && - self.config.mode === "range" && - self.selectedDates.length === 1) { - self.clear(false); - self.redraw(); - } - } - } - } - function changeYear(newYear) { - if (!newYear || - (self.config.minDate && newYear < self.config.minDate.getFullYear()) || - (self.config.maxDate && newYear > self.config.maxDate.getFullYear())) - return; - const newYearNum = newYear, isNewYear = self.currentYear !== newYearNum; - self.currentYear = newYearNum || self.currentYear; - if (self.config.maxDate && - self.currentYear === self.config.maxDate.getFullYear()) { - self.currentMonth = Math.min(self.config.maxDate.getMonth(), self.currentMonth); - } - else if (self.config.minDate && - self.currentYear === self.config.minDate.getFullYear()) { - self.currentMonth = Math.max(self.config.minDate.getMonth(), self.currentMonth); - } - if (isNewYear) { - self.redraw(); - triggerEvent("onYearChange"); - buildMonthSwitch(); - } - } - function isEnabled(date, timeless = true) { - var _a; - const dateToCheck = self.parseDate(date, undefined, timeless); - if ((self.config.minDate && - dateToCheck && - (0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.compareDates)(dateToCheck, self.config.minDate, timeless !== undefined ? timeless : !self.minDateHasTime) < 0) || - (self.config.maxDate && - dateToCheck && - (0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.compareDates)(dateToCheck, self.config.maxDate, timeless !== undefined ? timeless : !self.maxDateHasTime) > 0)) - return false; - if (!self.config.enable && self.config.disable.length === 0) - return true; - if (dateToCheck === undefined) - return false; - const bool = !!self.config.enable, array = (_a = self.config.enable) !== null && _a !== void 0 ? _a : self.config.disable; - for (let i = 0, d; i < array.length; i++) { - d = array[i]; - if (typeof d === "function" && - d(dateToCheck)) - return bool; - else if (d instanceof Date && - dateToCheck !== undefined && - d.getTime() === dateToCheck.getTime()) - return bool; - else if (typeof d === "string") { - const parsed = self.parseDate(d, undefined, true); - return parsed && parsed.getTime() === dateToCheck.getTime() - ? bool - : !bool; - } - else if (typeof d === "object" && - dateToCheck !== undefined && - d.from && - d.to && - dateToCheck.getTime() >= d.from.getTime() && - dateToCheck.getTime() <= d.to.getTime()) - return bool; - } - return !bool; - } - function isInView(elem) { - if (self.daysContainer !== undefined) - return (elem.className.indexOf("hidden") === -1 && - elem.className.indexOf("flatpickr-disabled") === -1 && - self.daysContainer.contains(elem)); - return false; - } - function onBlur(e) { - const isInput = e.target === self._input; - if (isInput && - (self.selectedDates.length > 0 || self._input.value.length > 0) && - !(e.relatedTarget && isCalendarElem(e.relatedTarget))) { - self.setDate(self._input.value, true, e.target === self.altInput - ? self.config.altFormat - : self.config.dateFormat); - } - } - function onKeyDown(e) { - const eventTarget = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.getEventTarget)(e); - const isInput = self.config.wrap - ? element.contains(eventTarget) - : eventTarget === self._input; - const allowInput = self.config.allowInput; - const allowKeydown = self.isOpen && (!allowInput || !isInput); - const allowInlineKeydown = self.config.inline && isInput && !allowInput; - if (e.keyCode === 13 && isInput) { - if (allowInput) { - self.setDate(self._input.value, true, eventTarget === self.altInput - ? self.config.altFormat - : self.config.dateFormat); - return eventTarget.blur(); - } - else { - self.open(); - } - } - else if (isCalendarElem(eventTarget) || - allowKeydown || - allowInlineKeydown) { - const isTimeObj = !!self.timeContainer && - self.timeContainer.contains(eventTarget); - switch (e.keyCode) { - case 13: - if (isTimeObj) { - e.preventDefault(); - updateTime(); - focusAndClose(); - } - else - selectDate(e); - break; - case 27: - e.preventDefault(); - focusAndClose(); - break; - case 8: - case 46: - if (isInput && !self.config.allowInput) { - e.preventDefault(); - self.clear(); - } - break; - case 37: - case 39: - if (!isTimeObj && !isInput) { - e.preventDefault(); - if (self.daysContainer !== undefined && - (allowInput === false || - (document.activeElement && isInView(document.activeElement)))) { - const delta = e.keyCode === 39 ? 1 : -1; - if (!e.ctrlKey) - focusOnDay(undefined, delta); - else { - e.stopPropagation(); - changeMonth(delta); - focusOnDay(getFirstAvailableDay(1), 0); - } - } - } - else if (self.hourElement) - self.hourElement.focus(); - break; - case 38: - case 40: - e.preventDefault(); - const delta = e.keyCode === 40 ? 1 : -1; - if ((self.daysContainer && - eventTarget.$i !== undefined) || - eventTarget === self.input || - eventTarget === self.altInput) { - if (e.ctrlKey) { - e.stopPropagation(); - changeYear(self.currentYear - delta); - focusOnDay(getFirstAvailableDay(1), 0); - } - else if (!isTimeObj) - focusOnDay(undefined, delta * 7); - } - else if (eventTarget === self.currentYearElement) { - changeYear(self.currentYear - delta); - } - else if (self.config.enableTime) { - if (!isTimeObj && self.hourElement) - self.hourElement.focus(); - updateTime(e); - self._debouncedChange(); - } - break; - case 9: - if (isTimeObj) { - const elems = [ - self.hourElement, - self.minuteElement, - self.secondElement, - self.amPM, - ] - .concat(self.pluginElements) - .filter((x) => x); - const i = elems.indexOf(eventTarget); - if (i !== -1) { - const target = elems[i + (e.shiftKey ? -1 : 1)]; - e.preventDefault(); - (target || self._input).focus(); - } - } - else if (!self.config.noCalendar && - self.daysContainer && - self.daysContainer.contains(eventTarget) && - e.shiftKey) { - e.preventDefault(); - self._input.focus(); - } - break; - default: - break; - } - } - if (self.amPM !== undefined && eventTarget === self.amPM) { - switch (e.key) { - case self.l10n.amPM[0].charAt(0): - case self.l10n.amPM[0].charAt(0).toLowerCase(): - self.amPM.textContent = self.l10n.amPM[0]; - setHoursFromInputs(); - updateValue(); - break; - case self.l10n.amPM[1].charAt(0): - case self.l10n.amPM[1].charAt(0).toLowerCase(): - self.amPM.textContent = self.l10n.amPM[1]; - setHoursFromInputs(); - updateValue(); - break; - } - } - if (isInput || isCalendarElem(eventTarget)) { - triggerEvent("onKeyDown", e); - } - } - function onMouseOver(elem) { - if (self.selectedDates.length !== 1 || - (elem && - (!elem.classList.contains("flatpickr-day") || - elem.classList.contains("flatpickr-disabled")))) - return; - const hoverDate = elem - ? elem.dateObj.getTime() - : self.days.firstElementChild.dateObj.getTime(), initialDate = self.parseDate(self.selectedDates[0], undefined, true).getTime(), rangeStartDate = Math.min(hoverDate, self.selectedDates[0].getTime()), rangeEndDate = Math.max(hoverDate, self.selectedDates[0].getTime()); - let containsDisabled = false; - let minRange = 0, maxRange = 0; - for (let t = rangeStartDate; t < rangeEndDate; t += _utils_dates__WEBPACK_IMPORTED_MODULE_4__.duration.DAY) { - if (!isEnabled(new Date(t), true)) { - containsDisabled = - containsDisabled || (t > rangeStartDate && t < rangeEndDate); - if (t < initialDate && (!minRange || t > minRange)) - minRange = t; - else if (t > initialDate && (!maxRange || t < maxRange)) - maxRange = t; - } - } - for (let m = 0; m < self.config.showMonths; m++) { - const month = self.daysContainer.children[m]; - for (let i = 0, l = month.children.length; i < l; i++) { - const dayElem = month.children[i], date = dayElem.dateObj; - const timestamp = date.getTime(); - const outOfRange = (minRange > 0 && timestamp < minRange) || - (maxRange > 0 && timestamp > maxRange); - if (outOfRange) { - dayElem.classList.add("notAllowed"); - ["inRange", "startRange", "endRange"].forEach((c) => { - dayElem.classList.remove(c); - }); - continue; - } - else if (containsDisabled && !outOfRange) - continue; - ["startRange", "inRange", "endRange", "notAllowed"].forEach((c) => { - dayElem.classList.remove(c); - }); - if (elem !== undefined) { - elem.classList.add(hoverDate <= self.selectedDates[0].getTime() - ? "startRange" - : "endRange"); - if (initialDate < hoverDate && timestamp === initialDate) - dayElem.classList.add("startRange"); - else if (initialDate > hoverDate && timestamp === initialDate) - dayElem.classList.add("endRange"); - if (timestamp >= minRange && - (maxRange === 0 || timestamp <= maxRange) && - (0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.isBetween)(timestamp, initialDate, hoverDate)) - dayElem.classList.add("inRange"); - } - } - } - } - function onResize() { - if (self.isOpen && !self.config.static && !self.config.inline) - positionCalendar(); - } - function open(e, positionElement = self._positionElement) { - if (self.isMobile === true) { - if (e) { - e.preventDefault(); - const eventTarget = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.getEventTarget)(e); - if (eventTarget) { - eventTarget.blur(); - } - } - if (self.mobileInput !== undefined) { - self.mobileInput.focus(); - self.mobileInput.click(); - } - triggerEvent("onOpen"); - return; - } - else if (self._input.disabled || self.config.inline) { - return; - } - const wasOpen = self.isOpen; - self.isOpen = true; - if (!wasOpen) { - self.calendarContainer.classList.add("open"); - self._input.classList.add("active"); - triggerEvent("onOpen"); - positionCalendar(positionElement); - } - if (self.config.enableTime === true && self.config.noCalendar === true) { - if (self.config.allowInput === false && - (e === undefined || - !self.timeContainer.contains(e.relatedTarget))) { - setTimeout(() => self.hourElement.select(), 50); - } - } - } - function minMaxDateSetter(type) { - return (date) => { - const dateObj = (self.config[`_${type}Date`] = self.parseDate(date, self.config.dateFormat)); - const inverseDateObj = self.config[`_${type === "min" ? "max" : "min"}Date`]; - if (dateObj !== undefined) { - self[type === "min" ? "minDateHasTime" : "maxDateHasTime"] = - dateObj.getHours() > 0 || - dateObj.getMinutes() > 0 || - dateObj.getSeconds() > 0; - } - if (self.selectedDates) { - self.selectedDates = self.selectedDates.filter((d) => isEnabled(d)); - if (!self.selectedDates.length && type === "min") - setHoursFromDate(dateObj); - updateValue(); - } - if (self.daysContainer) { - redraw(); - if (dateObj !== undefined) - self.currentYearElement[type] = dateObj.getFullYear().toString(); - else - self.currentYearElement.removeAttribute(type); - self.currentYearElement.disabled = - !!inverseDateObj && - dateObj !== undefined && - inverseDateObj.getFullYear() === dateObj.getFullYear(); - } - }; - } - function parseConfig() { - const boolOpts = [ - "wrap", - "weekNumbers", - "allowInput", - "allowInvalidPreload", - "clickOpens", - "time_24hr", - "enableTime", - "noCalendar", - "altInput", - "shorthandCurrentMonth", - "inline", - "static", - "enableSeconds", - "disableMobile", - ]; - const userConfig = Object.assign(Object.assign({}, JSON.parse(JSON.stringify(element.dataset || {}))), instanceConfig); - const formats = {}; - self.config.parseDate = userConfig.parseDate; - self.config.formatDate = userConfig.formatDate; - Object.defineProperty(self.config, "enable", { - get: () => self.config._enable, - set: (dates) => { - self.config._enable = parseDateRules(dates); - }, - }); - Object.defineProperty(self.config, "disable", { - get: () => self.config._disable, - set: (dates) => { - self.config._disable = parseDateRules(dates); - }, - }); - const timeMode = userConfig.mode === "time"; - if (!userConfig.dateFormat && (userConfig.enableTime || timeMode)) { - const defaultDateFormat = flatpickr.defaultConfig.dateFormat || _types_options__WEBPACK_IMPORTED_MODULE_0__.defaults.dateFormat; - formats.dateFormat = - userConfig.noCalendar || timeMode - ? "H:i" + (userConfig.enableSeconds ? ":S" : "") - : defaultDateFormat + " H:i" + (userConfig.enableSeconds ? ":S" : ""); - } - if (userConfig.altInput && - (userConfig.enableTime || timeMode) && - !userConfig.altFormat) { - const defaultAltFormat = flatpickr.defaultConfig.altFormat || _types_options__WEBPACK_IMPORTED_MODULE_0__.defaults.altFormat; - formats.altFormat = - userConfig.noCalendar || timeMode - ? "h:i" + (userConfig.enableSeconds ? ":S K" : " K") - : defaultAltFormat + ` h:i${userConfig.enableSeconds ? ":S" : ""} K`; - } - Object.defineProperty(self.config, "minDate", { - get: () => self.config._minDate, - set: minMaxDateSetter("min"), - }); - Object.defineProperty(self.config, "maxDate", { - get: () => self.config._maxDate, - set: minMaxDateSetter("max"), - }); - const minMaxTimeSetter = (type) => (val) => { - self.config[type === "min" ? "_minTime" : "_maxTime"] = self.parseDate(val, "H:i:S"); - }; - Object.defineProperty(self.config, "minTime", { - get: () => self.config._minTime, - set: minMaxTimeSetter("min"), - }); - Object.defineProperty(self.config, "maxTime", { - get: () => self.config._maxTime, - set: minMaxTimeSetter("max"), - }); - if (userConfig.mode === "time") { - self.config.noCalendar = true; - self.config.enableTime = true; - } - Object.assign(self.config, formats, userConfig); - for (let i = 0; i < boolOpts.length; i++) - self.config[boolOpts[i]] = - self.config[boolOpts[i]] === true || - self.config[boolOpts[i]] === "true"; - _types_options__WEBPACK_IMPORTED_MODULE_0__.HOOKS.filter((hook) => self.config[hook] !== undefined).forEach((hook) => { - self.config[hook] = (0,_utils__WEBPACK_IMPORTED_MODULE_2__.arrayify)(self.config[hook] || []).map(bindToInstance); - }); - self.isMobile = - !self.config.disableMobile && - !self.config.inline && - self.config.mode === "single" && - !self.config.disable.length && - !self.config.enable && - !self.config.weekNumbers && - /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent); - for (let i = 0; i < self.config.plugins.length; i++) { - const pluginConf = self.config.plugins[i](self) || {}; - for (const key in pluginConf) { - if (_types_options__WEBPACK_IMPORTED_MODULE_0__.HOOKS.indexOf(key) > -1) { - self.config[key] = (0,_utils__WEBPACK_IMPORTED_MODULE_2__.arrayify)(pluginConf[key]) - .map(bindToInstance) - .concat(self.config[key]); - } - else if (typeof userConfig[key] === "undefined") - self.config[key] = pluginConf[key]; - } - } - if (!userConfig.altInputClass) { - self.config.altInputClass = - getInputElem().className + " " + self.config.altInputClass; - } - triggerEvent("onParseConfig"); - } - function getInputElem() { - return self.config.wrap - ? element.querySelector("[data-input]") - : element; - } - function setupLocale() { - if (typeof self.config.locale !== "object" && - typeof flatpickr.l10ns[self.config.locale] === "undefined") - self.config.errorHandler(new Error(`flatpickr: invalid locale ${self.config.locale}`)); - self.l10n = Object.assign(Object.assign({}, flatpickr.l10ns.default), (typeof self.config.locale === "object" - ? self.config.locale - : self.config.locale !== "default" - ? flatpickr.l10ns[self.config.locale] - : undefined)); - _utils_formatting__WEBPACK_IMPORTED_MODULE_5__.tokenRegex.K = `(${self.l10n.amPM[0]}|${self.l10n.amPM[1]}|${self.l10n.amPM[0].toLowerCase()}|${self.l10n.amPM[1].toLowerCase()})`; - const userConfig = Object.assign(Object.assign({}, instanceConfig), JSON.parse(JSON.stringify(element.dataset || {}))); - if (userConfig.time_24hr === undefined && - flatpickr.defaultConfig.time_24hr === undefined) { - self.config.time_24hr = self.l10n.time_24hr; - } - self.formatDate = (0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.createDateFormatter)(self); - self.parseDate = (0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.createDateParser)({ config: self.config, l10n: self.l10n }); - } - function positionCalendar(customPositionElement) { - if (typeof self.config.position === "function") { - return void self.config.position(self, customPositionElement); - } - if (self.calendarContainer === undefined) - return; - triggerEvent("onPreCalendarPosition"); - const positionElement = customPositionElement || self._positionElement; - const calendarHeight = Array.prototype.reduce.call(self.calendarContainer.children, ((acc, child) => acc + child.offsetHeight), 0), calendarWidth = self.calendarContainer.offsetWidth, configPos = self.config.position.split(" "), configPosVertical = configPos[0], configPosHorizontal = configPos.length > 1 ? configPos[1] : null, inputBounds = positionElement.getBoundingClientRect(), distanceFromBottom = window.innerHeight - inputBounds.bottom, showOnTop = configPosVertical === "above" || - (configPosVertical !== "below" && - distanceFromBottom < calendarHeight && - inputBounds.top > calendarHeight); - const top = window.pageYOffset + - inputBounds.top + - (!showOnTop ? positionElement.offsetHeight + 2 : -calendarHeight - 2); - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.toggleClass)(self.calendarContainer, "arrowTop", !showOnTop); - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.toggleClass)(self.calendarContainer, "arrowBottom", showOnTop); - if (self.config.inline) - return; - let left = window.pageXOffset + inputBounds.left; - let isCenter = false; - let isRight = false; - if (configPosHorizontal === "center") { - left -= (calendarWidth - inputBounds.width) / 2; - isCenter = true; - } - else if (configPosHorizontal === "right") { - left -= calendarWidth - inputBounds.width; - isRight = true; - } - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.toggleClass)(self.calendarContainer, "arrowLeft", !isCenter && !isRight); - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.toggleClass)(self.calendarContainer, "arrowCenter", isCenter); - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.toggleClass)(self.calendarContainer, "arrowRight", isRight); - const right = window.document.body.offsetWidth - - (window.pageXOffset + inputBounds.right); - const rightMost = left + calendarWidth > window.document.body.offsetWidth; - const centerMost = right + calendarWidth > window.document.body.offsetWidth; - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.toggleClass)(self.calendarContainer, "rightMost", rightMost); - if (self.config.static) - return; - self.calendarContainer.style.top = `${top}px`; - if (!rightMost) { - self.calendarContainer.style.left = `${left}px`; - self.calendarContainer.style.right = "auto"; - } - else if (!centerMost) { - self.calendarContainer.style.left = "auto"; - self.calendarContainer.style.right = `${right}px`; - } - else { - const doc = getDocumentStyleSheet(); - if (doc === undefined) - return; - const bodyWidth = window.document.body.offsetWidth; - const centerLeft = Math.max(0, bodyWidth / 2 - calendarWidth / 2); - const centerBefore = ".flatpickr-calendar.centerMost:before"; - const centerAfter = ".flatpickr-calendar.centerMost:after"; - const centerIndex = doc.cssRules.length; - const centerStyle = `{left:${inputBounds.left}px;right:auto;}`; - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.toggleClass)(self.calendarContainer, "rightMost", false); - (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.toggleClass)(self.calendarContainer, "centerMost", true); - doc.insertRule(`${centerBefore},${centerAfter}${centerStyle}`, centerIndex); - self.calendarContainer.style.left = `${centerLeft}px`; - self.calendarContainer.style.right = "auto"; - } - } - function getDocumentStyleSheet() { - let editableSheet = null; - for (let i = 0; i < document.styleSheets.length; i++) { - const sheet = document.styleSheets[i]; - try { - sheet.cssRules; - } - catch (err) { - continue; - } - editableSheet = sheet; - break; - } - return editableSheet != null ? editableSheet : createStyleSheet(); - } - function createStyleSheet() { - const style = document.createElement("style"); - document.head.appendChild(style); - return style.sheet; - } - function redraw() { - if (self.config.noCalendar || self.isMobile) - return; - buildMonthSwitch(); - updateNavigationCurrentMonth(); - buildDays(); - } - function focusAndClose() { - self._input.focus(); - if (window.navigator.userAgent.indexOf("MSIE") !== -1 || - navigator.msMaxTouchPoints !== undefined) { - setTimeout(self.close, 0); - } - else { - self.close(); - } - } - function selectDate(e) { - e.preventDefault(); - e.stopPropagation(); - const isSelectable = (day) => day.classList && - day.classList.contains("flatpickr-day") && - !day.classList.contains("flatpickr-disabled") && - !day.classList.contains("notAllowed"); - const t = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.findParent)((0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.getEventTarget)(e), isSelectable); - if (t === undefined) - return; - const target = t; - const selectedDate = (self.latestSelectedDateObj = new Date(target.dateObj.getTime())); - const shouldChangeMonth = (selectedDate.getMonth() < self.currentMonth || - selectedDate.getMonth() > - self.currentMonth + self.config.showMonths - 1) && - self.config.mode !== "range"; - self.selectedDateElem = target; - if (self.config.mode === "single") - self.selectedDates = [selectedDate]; - else if (self.config.mode === "multiple") { - const selectedIndex = isDateSelected(selectedDate); - if (selectedIndex) - self.selectedDates.splice(parseInt(selectedIndex), 1); - else - self.selectedDates.push(selectedDate); - } - else if (self.config.mode === "range") { - if (self.selectedDates.length === 2) { - self.clear(false, false); - } - self.latestSelectedDateObj = selectedDate; - self.selectedDates.push(selectedDate); - if ((0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.compareDates)(selectedDate, self.selectedDates[0], true) !== 0) - self.selectedDates.sort((a, b) => a.getTime() - b.getTime()); - } - setHoursFromInputs(); - if (shouldChangeMonth) { - const isNewYear = self.currentYear !== selectedDate.getFullYear(); - self.currentYear = selectedDate.getFullYear(); - self.currentMonth = selectedDate.getMonth(); - if (isNewYear) { - triggerEvent("onYearChange"); - buildMonthSwitch(); - } - triggerEvent("onMonthChange"); - } - updateNavigationCurrentMonth(); - buildDays(); - updateValue(); - if (!shouldChangeMonth && - self.config.mode !== "range" && - self.config.showMonths === 1) - focusOnDayElem(target); - else if (self.selectedDateElem !== undefined && - self.hourElement === undefined) { - self.selectedDateElem && self.selectedDateElem.focus(); - } - if (self.hourElement !== undefined) - self.hourElement !== undefined && self.hourElement.focus(); - if (self.config.closeOnSelect) { - const single = self.config.mode === "single" && !self.config.enableTime; - const range = self.config.mode === "range" && - self.selectedDates.length === 2 && - !self.config.enableTime; - if (single || range) { - focusAndClose(); - } - } - triggerChange(); - } - const CALLBACKS = { - locale: [setupLocale, updateWeekdays], - showMonths: [buildMonths, setCalendarWidth, buildWeekdays], - minDate: [jumpToDate], - maxDate: [jumpToDate], - clickOpens: [ - () => { - if (self.config.clickOpens === true) { - bind(self._input, "focus", self.open); - bind(self._input, "click", self.open); - } - else { - self._input.removeEventListener("focus", self.open); - self._input.removeEventListener("click", self.open); - } - }, - ], - }; - function set(option, value) { - if (option !== null && typeof option === "object") { - Object.assign(self.config, option); - for (const key in option) { - if (CALLBACKS[key] !== undefined) - CALLBACKS[key].forEach((x) => x()); - } - } - else { - self.config[option] = value; - if (CALLBACKS[option] !== undefined) - CALLBACKS[option].forEach((x) => x()); - else if (_types_options__WEBPACK_IMPORTED_MODULE_0__.HOOKS.indexOf(option) > -1) - self.config[option] = (0,_utils__WEBPACK_IMPORTED_MODULE_2__.arrayify)(value); - } - self.redraw(); - updateValue(true); - } - function setSelectedDate(inputDate, format) { - let dates = []; - if (inputDate instanceof Array) - dates = inputDate.map((d) => self.parseDate(d, format)); - else if (inputDate instanceof Date || typeof inputDate === "number") - dates = [self.parseDate(inputDate, format)]; - else if (typeof inputDate === "string") { - switch (self.config.mode) { - case "single": - case "time": - dates = [self.parseDate(inputDate, format)]; - break; - case "multiple": - dates = inputDate - .split(self.config.conjunction) - .map((date) => self.parseDate(date, format)); - break; - case "range": - dates = inputDate - .split(self.l10n.rangeSeparator) - .map((date) => self.parseDate(date, format)); - break; - default: - break; - } - } - else - self.config.errorHandler(new Error(`Invalid date supplied: ${JSON.stringify(inputDate)}`)); - self.selectedDates = (self.config.allowInvalidPreload - ? dates - : dates.filter((d) => d instanceof Date && isEnabled(d, false))); - if (self.config.mode === "range") - self.selectedDates.sort((a, b) => a.getTime() - b.getTime()); - } - function setDate(date, triggerChange = false, format = self.config.dateFormat) { - if ((date !== 0 && !date) || (date instanceof Array && date.length === 0)) - return self.clear(triggerChange); - setSelectedDate(date, format); - self.latestSelectedDateObj = - self.selectedDates[self.selectedDates.length - 1]; - self.redraw(); - jumpToDate(undefined, triggerChange); - setHoursFromDate(); - if (self.selectedDates.length === 0) { - self.clear(false); - } - updateValue(triggerChange); - if (triggerChange) - triggerEvent("onChange"); - } - function parseDateRules(arr) { - return arr - .slice() - .map((rule) => { - if (typeof rule === "string" || - typeof rule === "number" || - rule instanceof Date) { - return self.parseDate(rule, undefined, true); - } - else if (rule && - typeof rule === "object" && - rule.from && - rule.to) - return { - from: self.parseDate(rule.from, undefined), - to: self.parseDate(rule.to, undefined), - }; - return rule; - }) - .filter((x) => x); - } - function setupDates() { - self.selectedDates = []; - self.now = self.parseDate(self.config.now) || new Date(); - const preloadedDate = self.config.defaultDate || - ((self.input.nodeName === "INPUT" || - self.input.nodeName === "TEXTAREA") && - self.input.placeholder && - self.input.value === self.input.placeholder - ? null - : self.input.value); - if (preloadedDate) - setSelectedDate(preloadedDate, self.config.dateFormat); - self._initialDate = - self.selectedDates.length > 0 - ? self.selectedDates[0] - : self.config.minDate && - self.config.minDate.getTime() > self.now.getTime() - ? self.config.minDate - : self.config.maxDate && - self.config.maxDate.getTime() < self.now.getTime() - ? self.config.maxDate - : self.now; - self.currentYear = self._initialDate.getFullYear(); - self.currentMonth = self._initialDate.getMonth(); - if (self.selectedDates.length > 0) - self.latestSelectedDateObj = self.selectedDates[0]; - if (self.config.minTime !== undefined) - self.config.minTime = self.parseDate(self.config.minTime, "H:i"); - if (self.config.maxTime !== undefined) - self.config.maxTime = self.parseDate(self.config.maxTime, "H:i"); - self.minDateHasTime = - !!self.config.minDate && - (self.config.minDate.getHours() > 0 || - self.config.minDate.getMinutes() > 0 || - self.config.minDate.getSeconds() > 0); - self.maxDateHasTime = - !!self.config.maxDate && - (self.config.maxDate.getHours() > 0 || - self.config.maxDate.getMinutes() > 0 || - self.config.maxDate.getSeconds() > 0); - } - function setupInputs() { - self.input = getInputElem(); - if (!self.input) { - self.config.errorHandler(new Error("Invalid input element specified")); - return; - } - self.input._type = self.input.type; - self.input.type = "text"; - self.input.classList.add("flatpickr-input"); - self._input = self.input; - if (self.config.altInput) { - self.altInput = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)(self.input.nodeName, self.config.altInputClass); - self._input = self.altInput; - self.altInput.placeholder = self.input.placeholder; - self.altInput.disabled = self.input.disabled; - self.altInput.required = self.input.required; - self.altInput.tabIndex = self.input.tabIndex; - self.altInput.type = "text"; - self.input.setAttribute("type", "hidden"); - if (!self.config.static && self.input.parentNode) - self.input.parentNode.insertBefore(self.altInput, self.input.nextSibling); - } - if (!self.config.allowInput) - self._input.setAttribute("readonly", "readonly"); - self._positionElement = self.config.positionElement || self._input; - } - function setupMobile() { - const inputType = self.config.enableTime - ? self.config.noCalendar - ? "time" - : "datetime-local" - : "date"; - self.mobileInput = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.createElement)("input", self.input.className + " flatpickr-mobile"); - self.mobileInput.tabIndex = 1; - self.mobileInput.type = inputType; - self.mobileInput.disabled = self.input.disabled; - self.mobileInput.required = self.input.required; - self.mobileInput.placeholder = self.input.placeholder; - self.mobileFormatStr = - inputType === "datetime-local" - ? "Y-m-d\\TH:i:S" - : inputType === "date" - ? "Y-m-d" - : "H:i:S"; - if (self.selectedDates.length > 0) { - self.mobileInput.defaultValue = self.mobileInput.value = self.formatDate(self.selectedDates[0], self.mobileFormatStr); - } - if (self.config.minDate) - self.mobileInput.min = self.formatDate(self.config.minDate, "Y-m-d"); - if (self.config.maxDate) - self.mobileInput.max = self.formatDate(self.config.maxDate, "Y-m-d"); - if (self.input.getAttribute("step")) - self.mobileInput.step = String(self.input.getAttribute("step")); - self.input.type = "hidden"; - if (self.altInput !== undefined) - self.altInput.type = "hidden"; - try { - if (self.input.parentNode) - self.input.parentNode.insertBefore(self.mobileInput, self.input.nextSibling); - } - catch (_a) { } - bind(self.mobileInput, "change", (e) => { - self.setDate((0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.getEventTarget)(e).value, false, self.mobileFormatStr); - triggerEvent("onChange"); - triggerEvent("onClose"); - }); - } - function toggle(e) { - if (self.isOpen === true) - return self.close(); - self.open(e); - } - function triggerEvent(event, data) { - if (self.config === undefined) - return; - const hooks = self.config[event]; - if (hooks !== undefined && hooks.length > 0) { - for (let i = 0; hooks[i] && i < hooks.length; i++) - hooks[i](self.selectedDates, self.input.value, self, data); - } - if (event === "onChange") { - self.input.dispatchEvent(createEvent("change")); - self.input.dispatchEvent(createEvent("input")); - } - } - function createEvent(name) { - const e = document.createEvent("Event"); - e.initEvent(name, true, true); - return e; - } - function isDateSelected(date) { - for (let i = 0; i < self.selectedDates.length; i++) { - if ((0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.compareDates)(self.selectedDates[i], date) === 0) - return "" + i; - } - return false; - } - function isDateInRange(date) { - if (self.config.mode !== "range" || self.selectedDates.length < 2) - return false; - return ((0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.compareDates)(date, self.selectedDates[0]) >= 0 && - (0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.compareDates)(date, self.selectedDates[1]) <= 0); - } - function updateNavigationCurrentMonth() { - if (self.config.noCalendar || self.isMobile || !self.monthNav) - return; - self.yearElements.forEach((yearElement, i) => { - const d = new Date(self.currentYear, self.currentMonth, 1); - d.setMonth(self.currentMonth + i); - if (self.config.showMonths > 1 || - self.config.monthSelectorType === "static") { - self.monthElements[i].textContent = - (0,_utils_formatting__WEBPACK_IMPORTED_MODULE_5__.monthToStr)(d.getMonth(), self.config.shorthandCurrentMonth, self.l10n) + " "; - } - else { - self.monthsDropdownContainer.value = d.getMonth().toString(); - } - yearElement.value = d.getFullYear().toString(); - }); - self._hidePrevMonthArrow = - self.config.minDate !== undefined && - (self.currentYear === self.config.minDate.getFullYear() - ? self.currentMonth <= self.config.minDate.getMonth() - : self.currentYear < self.config.minDate.getFullYear()); - self._hideNextMonthArrow = - self.config.maxDate !== undefined && - (self.currentYear === self.config.maxDate.getFullYear() - ? self.currentMonth + 1 > self.config.maxDate.getMonth() - : self.currentYear > self.config.maxDate.getFullYear()); - } - function getDateStr(format) { - return self.selectedDates - .map((dObj) => self.formatDate(dObj, format)) - .filter((d, i, arr) => self.config.mode !== "range" || - self.config.enableTime || - arr.indexOf(d) === i) - .join(self.config.mode !== "range" - ? self.config.conjunction - : self.l10n.rangeSeparator); - } - function updateValue(triggerChange = true) { - if (self.mobileInput !== undefined && self.mobileFormatStr) { - self.mobileInput.value = - self.latestSelectedDateObj !== undefined - ? self.formatDate(self.latestSelectedDateObj, self.mobileFormatStr) - : ""; - } - self.input.value = getDateStr(self.config.dateFormat); - if (self.altInput !== undefined) { - self.altInput.value = getDateStr(self.config.altFormat); - } - if (triggerChange !== false) - triggerEvent("onValueUpdate"); - } - function onMonthNavClick(e) { - const eventTarget = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.getEventTarget)(e); - const isPrevMonth = self.prevMonthNav.contains(eventTarget); - const isNextMonth = self.nextMonthNav.contains(eventTarget); - if (isPrevMonth || isNextMonth) { - changeMonth(isPrevMonth ? -1 : 1); - } - else if (self.yearElements.indexOf(eventTarget) >= 0) { - eventTarget.select(); - } - else if (eventTarget.classList.contains("arrowUp")) { - self.changeYear(self.currentYear + 1); - } - else if (eventTarget.classList.contains("arrowDown")) { - self.changeYear(self.currentYear - 1); - } - } - function timeWrapper(e) { - e.preventDefault(); - const isKeyDown = e.type === "keydown", eventTarget = (0,_utils_dom__WEBPACK_IMPORTED_MODULE_3__.getEventTarget)(e), input = eventTarget; - if (self.amPM !== undefined && eventTarget === self.amPM) { - self.amPM.textContent = - self.l10n.amPM[(0,_utils__WEBPACK_IMPORTED_MODULE_2__.int)(self.amPM.textContent === self.l10n.amPM[0])]; - } - const min = parseFloat(input.getAttribute("min")), max = parseFloat(input.getAttribute("max")), step = parseFloat(input.getAttribute("step")), curValue = parseInt(input.value, 10), delta = e.delta || - (isKeyDown ? (e.which === 38 ? 1 : -1) : 0); - let newValue = curValue + step * delta; - if (typeof input.value !== "undefined" && input.value.length === 2) { - const isHourElem = input === self.hourElement, isMinuteElem = input === self.minuteElement; - if (newValue < min) { - newValue = - max + - newValue + - (0,_utils__WEBPACK_IMPORTED_MODULE_2__.int)(!isHourElem) + - ((0,_utils__WEBPACK_IMPORTED_MODULE_2__.int)(isHourElem) && (0,_utils__WEBPACK_IMPORTED_MODULE_2__.int)(!self.amPM)); - if (isMinuteElem) - incrementNumInput(undefined, -1, self.hourElement); - } - else if (newValue > max) { - newValue = - input === self.hourElement ? newValue - max - (0,_utils__WEBPACK_IMPORTED_MODULE_2__.int)(!self.amPM) : min; - if (isMinuteElem) - incrementNumInput(undefined, 1, self.hourElement); - } - if (self.amPM && - isHourElem && - (step === 1 - ? newValue + curValue === 23 - : Math.abs(newValue - curValue) > step)) { - self.amPM.textContent = - self.l10n.amPM[(0,_utils__WEBPACK_IMPORTED_MODULE_2__.int)(self.amPM.textContent === self.l10n.amPM[0])]; - } - input.value = (0,_utils__WEBPACK_IMPORTED_MODULE_2__.pad)(newValue); - } - } - init(); - return self; -} -function _flatpickr(nodeList, config) { - const nodes = Array.prototype.slice - .call(nodeList) - .filter((x) => x instanceof HTMLElement); - const instances = []; - for (let i = 0; i < nodes.length; i++) { - const node = nodes[i]; - try { - if (node.getAttribute("data-fp-omit") !== null) - continue; - if (node._flatpickr !== undefined) { - node._flatpickr.destroy(); - node._flatpickr = undefined; - } - node._flatpickr = FlatpickrInstance(node, config || {}); - instances.push(node._flatpickr); - } - catch (e) { - console.error(e); - } - } - return instances.length === 1 ? instances[0] : instances; -} -if (typeof HTMLElement !== "undefined" && - typeof HTMLCollection !== "undefined" && - typeof NodeList !== "undefined") { - HTMLCollection.prototype.flatpickr = NodeList.prototype.flatpickr = function (config) { - return _flatpickr(this, config); - }; - HTMLElement.prototype.flatpickr = function (config) { - return _flatpickr([this], config); - }; -} -var flatpickr = function (selector, config) { - if (typeof selector === "string") { - return _flatpickr(window.document.querySelectorAll(selector), config); - } - else if (selector instanceof Node) { - return _flatpickr([selector], config); - } - else { - return _flatpickr(selector, config); - } -}; -flatpickr.defaultConfig = {}; -flatpickr.l10ns = { - en: Object.assign({}, _l10n_default__WEBPACK_IMPORTED_MODULE_1__.default), - default: Object.assign({}, _l10n_default__WEBPACK_IMPORTED_MODULE_1__.default), -}; -flatpickr.localize = (l10n) => { - flatpickr.l10ns.default = Object.assign(Object.assign({}, flatpickr.l10ns.default), l10n); -}; -flatpickr.setDefaults = (config) => { - flatpickr.defaultConfig = Object.assign(Object.assign({}, flatpickr.defaultConfig), config); -}; -flatpickr.parseDate = (0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.createDateParser)({}); -flatpickr.formatDate = (0,_utils_dates__WEBPACK_IMPORTED_MODULE_4__.createDateFormatter)({}); -flatpickr.compareDates = _utils_dates__WEBPACK_IMPORTED_MODULE_4__.compareDates; -if (typeof jQuery !== "undefined" && typeof jQuery.fn !== "undefined") { - jQuery.fn.flatpickr = function (config) { - return _flatpickr(this, config); - }; -} -Date.prototype.fp_incr = function (days) { - return new Date(this.getFullYear(), this.getMonth(), this.getDate() + (typeof days === "string" ? parseInt(days, 10) : days)); -}; -if (typeof window !== "undefined") { - window.flatpickr = flatpickr; -} -/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (flatpickr); - - -/***/ }), - -/***/ "./node_modules/flatpickr/dist/esm/l10n/default.js": -/*!*********************************************************!*\ - !*** ./node_modules/flatpickr/dist/esm/l10n/default.js ***! - \*********************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -__webpack_require__.r(__webpack_exports__); -/* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ "english": () => (/* binding */ english), -/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) -/* harmony export */ }); -const english = { - weekdays: { - shorthand: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], - longhand: [ - "Sunday", - "Monday", - "Tuesday", - "Wednesday", - "Thursday", - "Friday", - "Saturday", - ], - }, - months: { - shorthand: [ - "Jan", - "Feb", - "Mar", - "Apr", - "May", - "Jun", - "Jul", - "Aug", - "Sep", - "Oct", - "Nov", - "Dec", - ], - longhand: [ - "January", - "February", - "March", - "April", - "May", - "June", - "July", - "August", - "September", - "October", - "November", - "December", - ], - }, - daysInMonth: [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], - firstDayOfWeek: 0, - ordinal: (nth) => { - const s = nth % 100; - if (s > 3 && s < 21) - return "th"; - switch (s % 10) { - case 1: - return "st"; - case 2: - return "nd"; - case 3: - return "rd"; - default: - return "th"; - } - }, - rangeSeparator: " to ", - weekAbbreviation: "Wk", - scrollTitle: "Scroll to increment", - toggleTitle: "Click to toggle", - amPM: ["AM", "PM"], - yearAriaLabel: "Year", - monthAriaLabel: "Month", - hourAriaLabel: "Hour", - minuteAriaLabel: "Minute", - time_24hr: false, -}; -/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (english); - - -/***/ }), - -/***/ "./node_modules/flatpickr/dist/esm/types/options.js": -/*!**********************************************************!*\ - !*** ./node_modules/flatpickr/dist/esm/types/options.js ***! - \**********************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -__webpack_require__.r(__webpack_exports__); -/* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ "HOOKS": () => (/* binding */ HOOKS), -/* harmony export */ "defaults": () => (/* binding */ defaults) -/* harmony export */ }); -const HOOKS = [ - "onChange", - "onClose", - "onDayCreate", - "onDestroy", - "onKeyDown", - "onMonthChange", - "onOpen", - "onParseConfig", - "onReady", - "onValueUpdate", - "onYearChange", - "onPreCalendarPosition", -]; -const defaults = { - _disable: [], - allowInput: false, - allowInvalidPreload: false, - altFormat: "F j, Y", - altInput: false, - altInputClass: "form-control input", - animate: typeof window === "object" && - window.navigator.userAgent.indexOf("MSIE") === -1, - ariaDateFormat: "F j, Y", - autoFillDefaultTime: true, - clickOpens: true, - closeOnSelect: true, - conjunction: ", ", - dateFormat: "Y-m-d", - defaultHour: 12, - defaultMinute: 0, - defaultSeconds: 0, - disable: [], - disableMobile: false, - enableSeconds: false, - enableTime: false, - errorHandler: (err) => typeof console !== "undefined" && console.warn(err), - getWeek: (givenDate) => { - const date = new Date(givenDate.getTime()); - date.setHours(0, 0, 0, 0); - date.setDate(date.getDate() + 3 - ((date.getDay() + 6) % 7)); - var week1 = new Date(date.getFullYear(), 0, 4); - return (1 + - Math.round(((date.getTime() - week1.getTime()) / 86400000 - - 3 + - ((week1.getDay() + 6) % 7)) / - 7)); - }, - hourIncrement: 1, - ignoredFocusElements: [], - inline: false, - locale: "default", - minuteIncrement: 5, - mode: "single", - monthSelectorType: "dropdown", - nextArrow: "", - noCalendar: false, - now: new Date(), - onChange: [], - onClose: [], - onDayCreate: [], - onDestroy: [], - onKeyDown: [], - onMonthChange: [], - onOpen: [], - onParseConfig: [], - onReady: [], - onValueUpdate: [], - onYearChange: [], - onPreCalendarPosition: [], - plugins: [], - position: "auto", - positionElement: undefined, - prevArrow: "", - shorthandCurrentMonth: false, - showMonths: 1, - static: false, - time_24hr: false, - weekNumbers: false, - wrap: false, -}; - - -/***/ }), - -/***/ "./node_modules/flatpickr/dist/esm/utils/dates.js": -/*!********************************************************!*\ - !*** ./node_modules/flatpickr/dist/esm/utils/dates.js ***! - \********************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -__webpack_require__.r(__webpack_exports__); -/* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ "createDateFormatter": () => (/* binding */ createDateFormatter), -/* harmony export */ "createDateParser": () => (/* binding */ createDateParser), -/* harmony export */ "compareDates": () => (/* binding */ compareDates), -/* harmony export */ "compareTimes": () => (/* binding */ compareTimes), -/* harmony export */ "isBetween": () => (/* binding */ isBetween), -/* harmony export */ "duration": () => (/* binding */ duration), -/* harmony export */ "getDefaultHours": () => (/* binding */ getDefaultHours) -/* harmony export */ }); -/* harmony import */ var _formatting__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./formatting */ "./node_modules/flatpickr/dist/esm/utils/formatting.js"); -/* harmony import */ var _types_options__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../types/options */ "./node_modules/flatpickr/dist/esm/types/options.js"); -/* harmony import */ var _l10n_default__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../l10n/default */ "./node_modules/flatpickr/dist/esm/l10n/default.js"); - - - -const createDateFormatter = ({ config = _types_options__WEBPACK_IMPORTED_MODULE_1__.defaults, l10n = _l10n_default__WEBPACK_IMPORTED_MODULE_2__.english, isMobile = false, }) => (dateObj, frmt, overrideLocale) => { - const locale = overrideLocale || l10n; - if (config.formatDate !== undefined && !isMobile) { - return config.formatDate(dateObj, frmt, locale); - } - return frmt - .split("") - .map((c, i, arr) => _formatting__WEBPACK_IMPORTED_MODULE_0__.formats[c] && arr[i - 1] !== "\\" - ? _formatting__WEBPACK_IMPORTED_MODULE_0__.formats[c](dateObj, locale, config) - : c !== "\\" - ? c - : "") - .join(""); -}; -const createDateParser = ({ config = _types_options__WEBPACK_IMPORTED_MODULE_1__.defaults, l10n = _l10n_default__WEBPACK_IMPORTED_MODULE_2__.english }) => (date, givenFormat, timeless, customLocale) => { - if (date !== 0 && !date) - return undefined; - const locale = customLocale || l10n; - let parsedDate; - const dateOrig = date; - if (date instanceof Date) - parsedDate = new Date(date.getTime()); - else if (typeof date !== "string" && - date.toFixed !== undefined) - parsedDate = new Date(date); - else if (typeof date === "string") { - const format = givenFormat || (config || _types_options__WEBPACK_IMPORTED_MODULE_1__.defaults).dateFormat; - const datestr = String(date).trim(); - if (datestr === "today") { - parsedDate = new Date(); - timeless = true; - } - else if (/Z$/.test(datestr) || - /GMT$/.test(datestr)) - parsedDate = new Date(date); - else if (config && config.parseDate) - parsedDate = config.parseDate(date, format); - else { - parsedDate = - !config || !config.noCalendar - ? new Date(new Date().getFullYear(), 0, 1, 0, 0, 0, 0) - : new Date(new Date().setHours(0, 0, 0, 0)); - let matched, ops = []; - for (let i = 0, matchIndex = 0, regexStr = ""; i < format.length; i++) { - const token = format[i]; - const isBackSlash = token === "\\"; - const escaped = format[i - 1] === "\\" || isBackSlash; - if (_formatting__WEBPACK_IMPORTED_MODULE_0__.tokenRegex[token] && !escaped) { - regexStr += _formatting__WEBPACK_IMPORTED_MODULE_0__.tokenRegex[token]; - const match = new RegExp(regexStr).exec(date); - if (match && (matched = true)) { - ops[token !== "Y" ? "push" : "unshift"]({ - fn: _formatting__WEBPACK_IMPORTED_MODULE_0__.revFormat[token], - val: match[++matchIndex], - }); - } - } - else if (!isBackSlash) - regexStr += "."; - ops.forEach(({ fn, val }) => (parsedDate = fn(parsedDate, val, locale) || parsedDate)); - } - parsedDate = matched ? parsedDate : undefined; - } - } - if (!(parsedDate instanceof Date && !isNaN(parsedDate.getTime()))) { - config.errorHandler(new Error(`Invalid date provided: ${dateOrig}`)); - return undefined; - } - if (timeless === true) - parsedDate.setHours(0, 0, 0, 0); - return parsedDate; -}; -function compareDates(date1, date2, timeless = true) { - if (timeless !== false) { - return (new Date(date1.getTime()).setHours(0, 0, 0, 0) - - new Date(date2.getTime()).setHours(0, 0, 0, 0)); - } - return date1.getTime() - date2.getTime(); -} -function compareTimes(date1, date2) { - return (3600 * (date1.getHours() - date2.getHours()) + - 60 * (date1.getMinutes() - date2.getMinutes()) + - date1.getSeconds() - - date2.getSeconds()); -} -const isBetween = (ts, ts1, ts2) => { - return ts > Math.min(ts1, ts2) && ts < Math.max(ts1, ts2); -}; -const duration = { - DAY: 86400000, -}; -function getDefaultHours(config) { - let hours = config.defaultHour; - let minutes = config.defaultMinute; - let seconds = config.defaultSeconds; - if (config.minDate !== undefined) { - const minHour = config.minDate.getHours(); - const minMinutes = config.minDate.getMinutes(); - const minSeconds = config.minDate.getSeconds(); - if (hours < minHour) { - hours = minHour; - } - if (hours === minHour && minutes < minMinutes) { - minutes = minMinutes; - } - if (hours === minHour && minutes === minMinutes && seconds < minSeconds) - seconds = config.minDate.getSeconds(); - } - if (config.maxDate !== undefined) { - const maxHr = config.maxDate.getHours(); - const maxMinutes = config.maxDate.getMinutes(); - hours = Math.min(hours, maxHr); - if (hours === maxHr) - minutes = Math.min(maxMinutes, minutes); - if (hours === maxHr && minutes === maxMinutes) - seconds = config.maxDate.getSeconds(); - } - return { hours, minutes, seconds }; -} - - -/***/ }), - -/***/ "./node_modules/flatpickr/dist/esm/utils/dom.js": -/*!******************************************************!*\ - !*** ./node_modules/flatpickr/dist/esm/utils/dom.js ***! - \******************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -__webpack_require__.r(__webpack_exports__); -/* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ "toggleClass": () => (/* binding */ toggleClass), -/* harmony export */ "createElement": () => (/* binding */ createElement), -/* harmony export */ "clearNode": () => (/* binding */ clearNode), -/* harmony export */ "findParent": () => (/* binding */ findParent), -/* harmony export */ "createNumberInput": () => (/* binding */ createNumberInput), -/* harmony export */ "getEventTarget": () => (/* binding */ getEventTarget) -/* harmony export */ }); -function toggleClass(elem, className, bool) { - if (bool === true) - return elem.classList.add(className); - elem.classList.remove(className); -} -function createElement(tag, className, content) { - const e = window.document.createElement(tag); - className = className || ""; - content = content || ""; - e.className = className; - if (content !== undefined) - e.textContent = content; - return e; -} -function clearNode(node) { - while (node.firstChild) - node.removeChild(node.firstChild); -} -function findParent(node, condition) { - if (condition(node)) - return node; - else if (node.parentNode) - return findParent(node.parentNode, condition); - return undefined; -} -function createNumberInput(inputClassName, opts) { - const wrapper = createElement("div", "numInputWrapper"), numInput = createElement("input", "numInput " + inputClassName), arrowUp = createElement("span", "arrowUp"), arrowDown = createElement("span", "arrowDown"); - if (navigator.userAgent.indexOf("MSIE 9.0") === -1) { - numInput.type = "number"; - } - else { - numInput.type = "text"; - numInput.pattern = "\\d*"; - } - if (opts !== undefined) - for (const key in opts) - numInput.setAttribute(key, opts[key]); - wrapper.appendChild(numInput); - wrapper.appendChild(arrowUp); - wrapper.appendChild(arrowDown); - return wrapper; -} -function getEventTarget(event) { - try { - if (typeof event.composedPath === "function") { - const path = event.composedPath(); - return path[0]; - } - return event.target; - } - catch (error) { - return event.target; - } -} - - -/***/ }), - -/***/ "./node_modules/flatpickr/dist/esm/utils/formatting.js": -/*!*************************************************************!*\ - !*** ./node_modules/flatpickr/dist/esm/utils/formatting.js ***! - \*************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -__webpack_require__.r(__webpack_exports__); -/* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ "monthToStr": () => (/* binding */ monthToStr), -/* harmony export */ "revFormat": () => (/* binding */ revFormat), -/* harmony export */ "tokenRegex": () => (/* binding */ tokenRegex), -/* harmony export */ "formats": () => (/* binding */ formats) -/* harmony export */ }); -/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils */ "./node_modules/flatpickr/dist/esm/utils/index.js"); - -const doNothing = () => undefined; -const monthToStr = (monthNumber, shorthand, locale) => locale.months[shorthand ? "shorthand" : "longhand"][monthNumber]; -const revFormat = { - D: doNothing, - F: function (dateObj, monthName, locale) { - dateObj.setMonth(locale.months.longhand.indexOf(monthName)); - }, - G: (dateObj, hour) => { - dateObj.setHours(parseFloat(hour)); - }, - H: (dateObj, hour) => { - dateObj.setHours(parseFloat(hour)); - }, - J: (dateObj, day) => { - dateObj.setDate(parseFloat(day)); - }, - K: (dateObj, amPM, locale) => { - dateObj.setHours((dateObj.getHours() % 12) + - 12 * (0,_utils__WEBPACK_IMPORTED_MODULE_0__.int)(new RegExp(locale.amPM[1], "i").test(amPM))); - }, - M: function (dateObj, shortMonth, locale) { - dateObj.setMonth(locale.months.shorthand.indexOf(shortMonth)); - }, - S: (dateObj, seconds) => { - dateObj.setSeconds(parseFloat(seconds)); - }, - U: (_, unixSeconds) => new Date(parseFloat(unixSeconds) * 1000), - W: function (dateObj, weekNum, locale) { - const weekNumber = parseInt(weekNum); - const date = new Date(dateObj.getFullYear(), 0, 2 + (weekNumber - 1) * 7, 0, 0, 0, 0); - date.setDate(date.getDate() - date.getDay() + locale.firstDayOfWeek); - return date; - }, - Y: (dateObj, year) => { - dateObj.setFullYear(parseFloat(year)); - }, - Z: (_, ISODate) => new Date(ISODate), - d: (dateObj, day) => { - dateObj.setDate(parseFloat(day)); - }, - h: (dateObj, hour) => { - dateObj.setHours(parseFloat(hour)); - }, - i: (dateObj, minutes) => { - dateObj.setMinutes(parseFloat(minutes)); - }, - j: (dateObj, day) => { - dateObj.setDate(parseFloat(day)); - }, - l: doNothing, - m: (dateObj, month) => { - dateObj.setMonth(parseFloat(month) - 1); - }, - n: (dateObj, month) => { - dateObj.setMonth(parseFloat(month) - 1); - }, - s: (dateObj, seconds) => { - dateObj.setSeconds(parseFloat(seconds)); - }, - u: (_, unixMillSeconds) => new Date(parseFloat(unixMillSeconds)), - w: doNothing, - y: (dateObj, year) => { - dateObj.setFullYear(2000 + parseFloat(year)); - }, -}; -const tokenRegex = { - D: "(\\w+)", - F: "(\\w+)", - G: "(\\d\\d|\\d)", - H: "(\\d\\d|\\d)", - J: "(\\d\\d|\\d)\\w+", - K: "", - M: "(\\w+)", - S: "(\\d\\d|\\d)", - U: "(.+)", - W: "(\\d\\d|\\d)", - Y: "(\\d{4})", - Z: "(.+)", - d: "(\\d\\d|\\d)", - h: "(\\d\\d|\\d)", - i: "(\\d\\d|\\d)", - j: "(\\d\\d|\\d)", - l: "(\\w+)", - m: "(\\d\\d|\\d)", - n: "(\\d\\d|\\d)", - s: "(\\d\\d|\\d)", - u: "(.+)", - w: "(\\d\\d|\\d)", - y: "(\\d{2})", -}; -const formats = { - Z: (date) => date.toISOString(), - D: function (date, locale, options) { - return locale.weekdays.shorthand[formats.w(date, locale, options)]; - }, - F: function (date, locale, options) { - return monthToStr(formats.n(date, locale, options) - 1, false, locale); - }, - G: function (date, locale, options) { - return (0,_utils__WEBPACK_IMPORTED_MODULE_0__.pad)(formats.h(date, locale, options)); - }, - H: (date) => (0,_utils__WEBPACK_IMPORTED_MODULE_0__.pad)(date.getHours()), - J: function (date, locale) { - return locale.ordinal !== undefined - ? date.getDate() + locale.ordinal(date.getDate()) - : date.getDate(); - }, - K: (date, locale) => locale.amPM[(0,_utils__WEBPACK_IMPORTED_MODULE_0__.int)(date.getHours() > 11)], - M: function (date, locale) { - return monthToStr(date.getMonth(), true, locale); - }, - S: (date) => (0,_utils__WEBPACK_IMPORTED_MODULE_0__.pad)(date.getSeconds()), - U: (date) => date.getTime() / 1000, - W: function (date, _, options) { - return options.getWeek(date); - }, - Y: (date) => (0,_utils__WEBPACK_IMPORTED_MODULE_0__.pad)(date.getFullYear(), 4), - d: (date) => (0,_utils__WEBPACK_IMPORTED_MODULE_0__.pad)(date.getDate()), - h: (date) => (date.getHours() % 12 ? date.getHours() % 12 : 12), - i: (date) => (0,_utils__WEBPACK_IMPORTED_MODULE_0__.pad)(date.getMinutes()), - j: (date) => date.getDate(), - l: function (date, locale) { - return locale.weekdays.longhand[date.getDay()]; - }, - m: (date) => (0,_utils__WEBPACK_IMPORTED_MODULE_0__.pad)(date.getMonth() + 1), - n: (date) => date.getMonth() + 1, - s: (date) => date.getSeconds(), - u: (date) => date.getTime(), - w: (date) => date.getDay(), - y: (date) => String(date.getFullYear()).substring(2), -}; - - -/***/ }), - -/***/ "./node_modules/flatpickr/dist/esm/utils/index.js": -/*!********************************************************!*\ - !*** ./node_modules/flatpickr/dist/esm/utils/index.js ***! - \********************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -__webpack_require__.r(__webpack_exports__); -/* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ "pad": () => (/* binding */ pad), -/* harmony export */ "int": () => (/* binding */ int), -/* harmony export */ "debounce": () => (/* binding */ debounce), -/* harmony export */ "arrayify": () => (/* binding */ arrayify) -/* harmony export */ }); -const pad = (number, length = 2) => `000${number}`.slice(length * -1); -const int = (bool) => (bool === true ? 1 : 0); -function debounce(fn, wait) { - let t; - return function () { - clearTimeout(t); - t = setTimeout(() => fn.apply(this, arguments), wait); - }; -} -const arrayify = (obj) => obj instanceof Array ? obj : [obj]; - - -/***/ }), - -/***/ "./node_modules/flatpickr/dist/esm/utils/polyfills.js": -/*!************************************************************!*\ - !*** ./node_modules/flatpickr/dist/esm/utils/polyfills.js ***! - \************************************************************/ -/***/ (() => { - -"use strict"; - -if (typeof Object.assign !== "function") { - Object.assign = function (target, ...args) { - if (!target) { - throw TypeError("Cannot convert undefined or null to object"); - } - for (const source of args) { - if (source) { - Object.keys(source).forEach((key) => (target[key] = source[key])); - } - } - return target; - }; -} - - -/***/ }), - -/***/ "./node_modules/guid/guid.js": -/*!***********************************!*\ - !*** ./node_modules/guid/guid.js ***! - \***********************************/ -/***/ ((module) => { - -(function () { - var validator = new RegExp("^[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$", "i"); - - function gen(count) { - var out = ""; - for (var i=0; i elements - // (i.e., `typeof document.createElement( "object" ) === "function"`). - // We don't want to classify *any* DOM node as a function. - return typeof obj === "function" && typeof obj.nodeType !== "number"; - }; - - -var isWindow = function isWindow( obj ) { - return obj != null && obj === obj.window; - }; - - -var document = window.document; - - - - var preservedScriptAttributes = { - type: true, - src: true, - nonce: true, - noModule: true - }; - - function DOMEval( code, node, doc ) { - doc = doc || document; - - var i, val, - script = doc.createElement( "script" ); - - script.text = code; - if ( node ) { - for ( i in preservedScriptAttributes ) { - - // Support: Firefox 64+, Edge 18+ - // Some browsers don't support the "nonce" property on scripts. - // On the other hand, just using `getAttribute` is not enough as - // the `nonce` attribute is reset to an empty string whenever it - // becomes browsing-context connected. - // See https://github.com/whatwg/html/issues/2369 - // See https://html.spec.whatwg.org/#nonce-attributes - // The `node.getAttribute` check was added for the sake of - // `jQuery.globalEval` so that it can fake a nonce-containing node - // via an object. - val = node[ i ] || node.getAttribute && node.getAttribute( i ); - if ( val ) { - script.setAttribute( i, val ); - } - } - } - doc.head.appendChild( script ).parentNode.removeChild( script ); - } - - -function toType( obj ) { - if ( obj == null ) { - return obj + ""; - } - - // Support: Android <=2.3 only (functionish RegExp) - return typeof obj === "object" || typeof obj === "function" ? - class2type[ toString.call( obj ) ] || "object" : - typeof obj; -} -/* global Symbol */ -// Defining this global in .eslintrc.json would create a danger of using the global -// unguarded in another place, it seems safer to define global only for this module - - - -var - version = "3.5.1", - - // Define a local copy of jQuery - jQuery = function( selector, context ) { - - // The jQuery object is actually just the init constructor 'enhanced' - // Need init if jQuery is called (just allow error to be thrown if not included) - return new jQuery.fn.init( selector, context ); - }; - -jQuery.fn = jQuery.prototype = { - - // The current version of jQuery being used - jquery: version, - - constructor: jQuery, - - // The default length of a jQuery object is 0 - length: 0, - - toArray: function() { - return slice.call( this ); - }, - - // Get the Nth element in the matched element set OR - // Get the whole matched element set as a clean array - get: function( num ) { - - // Return all the elements in a clean array - if ( num == null ) { - return slice.call( this ); - } - - // Return just the one element from the set - return num < 0 ? this[ num + this.length ] : this[ num ]; - }, - - // Take an array of elements and push it onto the stack - // (returning the new matched element set) - pushStack: function( elems ) { - - // Build a new jQuery matched element set - var ret = jQuery.merge( this.constructor(), elems ); - - // Add the old object onto the stack (as a reference) - ret.prevObject = this; - - // Return the newly-formed element set - return ret; - }, - - // Execute a callback for every element in the matched set. - each: function( callback ) { - return jQuery.each( this, callback ); - }, - - map: function( callback ) { - return this.pushStack( jQuery.map( this, function( elem, i ) { - return callback.call( elem, i, elem ); - } ) ); - }, - - slice: function() { - return this.pushStack( slice.apply( this, arguments ) ); - }, - - first: function() { - return this.eq( 0 ); - }, - - last: function() { - return this.eq( -1 ); - }, - - even: function() { - return this.pushStack( jQuery.grep( this, function( _elem, i ) { - return ( i + 1 ) % 2; - } ) ); - }, - - odd: function() { - return this.pushStack( jQuery.grep( this, function( _elem, i ) { - return i % 2; - } ) ); - }, - - eq: function( i ) { - var len = this.length, - j = +i + ( i < 0 ? len : 0 ); - return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); - }, - - end: function() { - return this.prevObject || this.constructor(); - }, - - // For internal use only. - // Behaves like an Array's method, not like a jQuery method. - push: push, - sort: arr.sort, - splice: arr.splice -}; - -jQuery.extend = jQuery.fn.extend = function() { - var options, name, src, copy, copyIsArray, clone, - target = arguments[ 0 ] || {}, - i = 1, - length = arguments.length, - deep = false; - - // Handle a deep copy situation - if ( typeof target === "boolean" ) { - deep = target; - - // Skip the boolean and the target - target = arguments[ i ] || {}; - i++; - } - - // Handle case when target is a string or something (possible in deep copy) - if ( typeof target !== "object" && !isFunction( target ) ) { - target = {}; - } - - // Extend jQuery itself if only one argument is passed - if ( i === length ) { - target = this; - i--; - } - - for ( ; i < length; i++ ) { - - // Only deal with non-null/undefined values - if ( ( options = arguments[ i ] ) != null ) { - - // Extend the base object - for ( name in options ) { - copy = options[ name ]; - - // Prevent Object.prototype pollution - // Prevent never-ending loop - if ( name === "__proto__" || target === copy ) { - continue; - } - - // Recurse if we're merging plain objects or arrays - if ( deep && copy && ( jQuery.isPlainObject( copy ) || - ( copyIsArray = Array.isArray( copy ) ) ) ) { - src = target[ name ]; - - // Ensure proper type for the source value - if ( copyIsArray && !Array.isArray( src ) ) { - clone = []; - } else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) { - clone = {}; - } else { - clone = src; - } - copyIsArray = false; - - // Never move original objects, clone them - target[ name ] = jQuery.extend( deep, clone, copy ); - - // Don't bring in undefined values - } else if ( copy !== undefined ) { - target[ name ] = copy; - } - } - } - } - - // Return the modified object - return target; -}; - -jQuery.extend( { - - // Unique for each copy of jQuery on the page - expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), - - // Assume jQuery is ready without the ready module - isReady: true, - - error: function( msg ) { - throw new Error( msg ); - }, - - noop: function() {}, - - isPlainObject: function( obj ) { - var proto, Ctor; - - // Detect obvious negatives - // Use toString instead of jQuery.type to catch host objects - if ( !obj || toString.call( obj ) !== "[object Object]" ) { - return false; - } - - proto = getProto( obj ); - - // Objects with no prototype (e.g., `Object.create( null )`) are plain - if ( !proto ) { - return true; - } - - // Objects with prototype are plain iff they were constructed by a global Object function - Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; - return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; - }, - - isEmptyObject: function( obj ) { - var name; - - for ( name in obj ) { - return false; - } - return true; - }, - - // Evaluates a script in a provided context; falls back to the global one - // if not specified. - globalEval: function( code, options, doc ) { - DOMEval( code, { nonce: options && options.nonce }, doc ); - }, - - each: function( obj, callback ) { - var length, i = 0; - - if ( isArrayLike( obj ) ) { - length = obj.length; - for ( ; i < length; i++ ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } else { - for ( i in obj ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } - - return obj; - }, - - // results is for internal usage only - makeArray: function( arr, results ) { - var ret = results || []; - - if ( arr != null ) { - if ( isArrayLike( Object( arr ) ) ) { - jQuery.merge( ret, - typeof arr === "string" ? - [ arr ] : arr - ); - } else { - push.call( ret, arr ); - } - } - - return ret; - }, - - inArray: function( elem, arr, i ) { - return arr == null ? -1 : indexOf.call( arr, elem, i ); - }, - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - merge: function( first, second ) { - var len = +second.length, - j = 0, - i = first.length; - - for ( ; j < len; j++ ) { - first[ i++ ] = second[ j ]; - } - - first.length = i; - - return first; - }, - - grep: function( elems, callback, invert ) { - var callbackInverse, - matches = [], - i = 0, - length = elems.length, - callbackExpect = !invert; - - // Go through the array, only saving the items - // that pass the validator function - for ( ; i < length; i++ ) { - callbackInverse = !callback( elems[ i ], i ); - if ( callbackInverse !== callbackExpect ) { - matches.push( elems[ i ] ); - } - } - - return matches; - }, - - // arg is for internal usage only - map: function( elems, callback, arg ) { - var length, value, - i = 0, - ret = []; - - // Go through the array, translating each of the items to their new values - if ( isArrayLike( elems ) ) { - length = elems.length; - for ( ; i < length; i++ ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - - // Go through every key on the object, - } else { - for ( i in elems ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - } - - // Flatten any nested arrays - return flat( ret ); - }, - - // A global GUID counter for objects - guid: 1, - - // jQuery.support is not used in Core but other projects attach their - // properties to it so it needs to exist. - support: support -} ); - -if ( typeof Symbol === "function" ) { - jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; -} - -// Populate the class2type map -jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), -function( _i, name ) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); -} ); - -function isArrayLike( obj ) { - - // Support: real iOS 8.2 only (not reproducible in simulator) - // `in` check used to prevent JIT error (gh-2145) - // hasOwn isn't used here due to false negatives - // regarding Nodelist length in IE - var length = !!obj && "length" in obj && obj.length, - type = toType( obj ); - - if ( isFunction( obj ) || isWindow( obj ) ) { - return false; - } - - return type === "array" || length === 0 || - typeof length === "number" && length > 0 && ( length - 1 ) in obj; -} -var Sizzle = -/*! - * Sizzle CSS Selector Engine v2.3.5 - * https://sizzlejs.com/ - * - * Copyright JS Foundation and other contributors - * Released under the MIT license - * https://js.foundation/ - * - * Date: 2020-03-14 - */ -( function( window ) { -var i, - support, - Expr, - getText, - isXML, - tokenize, - compile, - select, - outermostContext, - sortInput, - hasDuplicate, - - // Local document vars - setDocument, - document, - docElem, - documentIsHTML, - rbuggyQSA, - rbuggyMatches, - matches, - contains, - - // Instance-specific data - expando = "sizzle" + 1 * new Date(), - preferredDoc = window.document, - dirruns = 0, - done = 0, - classCache = createCache(), - tokenCache = createCache(), - compilerCache = createCache(), - nonnativeSelectorCache = createCache(), - sortOrder = function( a, b ) { - if ( a === b ) { - hasDuplicate = true; - } - return 0; - }, - - // Instance methods - hasOwn = ( {} ).hasOwnProperty, - arr = [], - pop = arr.pop, - pushNative = arr.push, - push = arr.push, - slice = arr.slice, - - // Use a stripped-down indexOf as it's faster than native - // https://jsperf.com/thor-indexof-vs-for/5 - indexOf = function( list, elem ) { - var i = 0, - len = list.length; - for ( ; i < len; i++ ) { - if ( list[ i ] === elem ) { - return i; - } - } - return -1; - }, - - booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|" + - "ismap|loop|multiple|open|readonly|required|scoped", - - // Regular expressions - - // http://www.w3.org/TR/css3-selectors/#whitespace - whitespace = "[\\x20\\t\\r\\n\\f]", - - // https://www.w3.org/TR/css-syntax-3/#ident-token-diagram - identifier = "(?:\\\\[\\da-fA-F]{1,6}" + whitespace + - "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", - - // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors - attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + - - // Operator (capture 2) - "*([*^$|!~]?=)" + whitespace + - - // "Attribute values must be CSS identifiers [capture 5] - // or strings [capture 3 or capture 4]" - "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + - whitespace + "*\\]", - - pseudos = ":(" + identifier + ")(?:\\((" + - - // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: - // 1. quoted (capture 3; capture 4 or capture 5) - "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + - - // 2. simple (capture 6) - "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + - - // 3. anything else (capture 2) - ".*" + - ")\\)|)", - - // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter - rwhitespace = new RegExp( whitespace + "+", "g" ), - rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + - whitespace + "+$", "g" ), - - rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), - rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + - "*" ), - rdescend = new RegExp( whitespace + "|>" ), - - rpseudo = new RegExp( pseudos ), - ridentifier = new RegExp( "^" + identifier + "$" ), - - matchExpr = { - "ID": new RegExp( "^#(" + identifier + ")" ), - "CLASS": new RegExp( "^\\.(" + identifier + ")" ), - "TAG": new RegExp( "^(" + identifier + "|[*])" ), - "ATTR": new RegExp( "^" + attributes ), - "PSEUDO": new RegExp( "^" + pseudos ), - "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + - whitespace + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + - whitespace + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), - "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), - - // For use in libraries implementing .is() - // We use this for POS matching in `select` - "needsContext": new RegExp( "^" + whitespace + - "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + whitespace + - "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) - }, - - rhtml = /HTML$/i, - rinputs = /^(?:input|select|textarea|button)$/i, - rheader = /^h\d$/i, - - rnative = /^[^{]+\{\s*\[native \w/, - - // Easily-parseable/retrievable ID or TAG or CLASS selectors - rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, - - rsibling = /[+~]/, - - // CSS escapes - // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters - runescape = new RegExp( "\\\\[\\da-fA-F]{1,6}" + whitespace + "?|\\\\([^\\r\\n\\f])", "g" ), - funescape = function( escape, nonHex ) { - var high = "0x" + escape.slice( 1 ) - 0x10000; - - return nonHex ? - - // Strip the backslash prefix from a non-hex escape sequence - nonHex : - - // Replace a hexadecimal escape sequence with the encoded Unicode code point - // Support: IE <=11+ - // For values outside the Basic Multilingual Plane (BMP), manually construct a - // surrogate pair - high < 0 ? - String.fromCharCode( high + 0x10000 ) : - String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); - }, - - // CSS string/identifier serialization - // https://drafts.csswg.org/cssom/#common-serializing-idioms - rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, - fcssescape = function( ch, asCodePoint ) { - if ( asCodePoint ) { - - // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER - if ( ch === "\0" ) { - return "\uFFFD"; - } - - // Control characters and (dependent upon position) numbers get escaped as code points - return ch.slice( 0, -1 ) + "\\" + - ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; - } - - // Other potentially-special ASCII characters get backslash-escaped - return "\\" + ch; - }, - - // Used for iframes - // See setDocument() - // Removing the function wrapper causes a "Permission Denied" - // error in IE - unloadHandler = function() { - setDocument(); - }, - - inDisabledFieldset = addCombinator( - function( elem ) { - return elem.disabled === true && elem.nodeName.toLowerCase() === "fieldset"; - }, - { dir: "parentNode", next: "legend" } - ); - -// Optimize for push.apply( _, NodeList ) -try { - push.apply( - ( arr = slice.call( preferredDoc.childNodes ) ), - preferredDoc.childNodes - ); - - // Support: Android<4.0 - // Detect silently failing push.apply - // eslint-disable-next-line no-unused-expressions - arr[ preferredDoc.childNodes.length ].nodeType; -} catch ( e ) { - push = { apply: arr.length ? - - // Leverage slice if possible - function( target, els ) { - pushNative.apply( target, slice.call( els ) ); - } : - - // Support: IE<9 - // Otherwise append directly - function( target, els ) { - var j = target.length, - i = 0; - - // Can't trust NodeList.length - while ( ( target[ j++ ] = els[ i++ ] ) ) {} - target.length = j - 1; - } - }; -} - -function Sizzle( selector, context, results, seed ) { - var m, i, elem, nid, match, groups, newSelector, - newContext = context && context.ownerDocument, - - // nodeType defaults to 9, since context defaults to document - nodeType = context ? context.nodeType : 9; - - results = results || []; - - // Return early from calls with invalid selector or context - if ( typeof selector !== "string" || !selector || - nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { - - return results; - } - - // Try to shortcut find operations (as opposed to filters) in HTML documents - if ( !seed ) { - setDocument( context ); - context = context || document; - - if ( documentIsHTML ) { - - // If the selector is sufficiently simple, try using a "get*By*" DOM method - // (excepting DocumentFragment context, where the methods don't exist) - if ( nodeType !== 11 && ( match = rquickExpr.exec( selector ) ) ) { - - // ID selector - if ( ( m = match[ 1 ] ) ) { - - // Document context - if ( nodeType === 9 ) { - if ( ( elem = context.getElementById( m ) ) ) { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( elem.id === m ) { - results.push( elem ); - return results; - } - } else { - return results; - } - - // Element context - } else { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( newContext && ( elem = newContext.getElementById( m ) ) && - contains( context, elem ) && - elem.id === m ) { - - results.push( elem ); - return results; - } - } - - // Type selector - } else if ( match[ 2 ] ) { - push.apply( results, context.getElementsByTagName( selector ) ); - return results; - - // Class selector - } else if ( ( m = match[ 3 ] ) && support.getElementsByClassName && - context.getElementsByClassName ) { - - push.apply( results, context.getElementsByClassName( m ) ); - return results; - } - } - - // Take advantage of querySelectorAll - if ( support.qsa && - !nonnativeSelectorCache[ selector + " " ] && - ( !rbuggyQSA || !rbuggyQSA.test( selector ) ) && - - // Support: IE 8 only - // Exclude object elements - ( nodeType !== 1 || context.nodeName.toLowerCase() !== "object" ) ) { - - newSelector = selector; - newContext = context; - - // qSA considers elements outside a scoping root when evaluating child or - // descendant combinators, which is not what we want. - // In such cases, we work around the behavior by prefixing every selector in the - // list with an ID selector referencing the scope context. - // The technique has to be used as well when a leading combinator is used - // as such selectors are not recognized by querySelectorAll. - // Thanks to Andrew Dupont for this technique. - if ( nodeType === 1 && - ( rdescend.test( selector ) || rcombinators.test( selector ) ) ) { - - // Expand context for sibling selectors - newContext = rsibling.test( selector ) && testContext( context.parentNode ) || - context; - - // We can use :scope instead of the ID hack if the browser - // supports it & if we're not changing the context. - if ( newContext !== context || !support.scope ) { - - // Capture the context ID, setting it first if necessary - if ( ( nid = context.getAttribute( "id" ) ) ) { - nid = nid.replace( rcssescape, fcssescape ); - } else { - context.setAttribute( "id", ( nid = expando ) ); - } - } - - // Prefix every selector in the list - groups = tokenize( selector ); - i = groups.length; - while ( i-- ) { - groups[ i ] = ( nid ? "#" + nid : ":scope" ) + " " + - toSelector( groups[ i ] ); - } - newSelector = groups.join( "," ); - } - - try { - push.apply( results, - newContext.querySelectorAll( newSelector ) - ); - return results; - } catch ( qsaError ) { - nonnativeSelectorCache( selector, true ); - } finally { - if ( nid === expando ) { - context.removeAttribute( "id" ); - } - } - } - } - } - - // All others - return select( selector.replace( rtrim, "$1" ), context, results, seed ); -} - -/** - * Create key-value caches of limited size - * @returns {function(string, object)} Returns the Object data after storing it on itself with - * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) - * deleting the oldest entry - */ -function createCache() { - var keys = []; - - function cache( key, value ) { - - // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) - if ( keys.push( key + " " ) > Expr.cacheLength ) { - - // Only keep the most recent entries - delete cache[ keys.shift() ]; - } - return ( cache[ key + " " ] = value ); - } - return cache; -} - -/** - * Mark a function for special use by Sizzle - * @param {Function} fn The function to mark - */ -function markFunction( fn ) { - fn[ expando ] = true; - return fn; -} - -/** - * Support testing using an element - * @param {Function} fn Passed the created element and returns a boolean result - */ -function assert( fn ) { - var el = document.createElement( "fieldset" ); - - try { - return !!fn( el ); - } catch ( e ) { - return false; - } finally { - - // Remove from its parent by default - if ( el.parentNode ) { - el.parentNode.removeChild( el ); - } - - // release memory in IE - el = null; - } -} - -/** - * Adds the same handler for all of the specified attrs - * @param {String} attrs Pipe-separated list of attributes - * @param {Function} handler The method that will be applied - */ -function addHandle( attrs, handler ) { - var arr = attrs.split( "|" ), - i = arr.length; - - while ( i-- ) { - Expr.attrHandle[ arr[ i ] ] = handler; - } -} - -/** - * Checks document order of two siblings - * @param {Element} a - * @param {Element} b - * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b - */ -function siblingCheck( a, b ) { - var cur = b && a, - diff = cur && a.nodeType === 1 && b.nodeType === 1 && - a.sourceIndex - b.sourceIndex; - - // Use IE sourceIndex if available on both nodes - if ( diff ) { - return diff; - } - - // Check if b follows a - if ( cur ) { - while ( ( cur = cur.nextSibling ) ) { - if ( cur === b ) { - return -1; - } - } - } - - return a ? 1 : -1; -} - -/** - * Returns a function to use in pseudos for input types - * @param {String} type - */ -function createInputPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for buttons - * @param {String} type - */ -function createButtonPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return ( name === "input" || name === "button" ) && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for :enabled/:disabled - * @param {Boolean} disabled true for :disabled; false for :enabled - */ -function createDisabledPseudo( disabled ) { - - // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable - return function( elem ) { - - // Only certain elements can match :enabled or :disabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled - if ( "form" in elem ) { - - // Check for inherited disabledness on relevant non-disabled elements: - // * listed form-associated elements in a disabled fieldset - // https://html.spec.whatwg.org/multipage/forms.html#category-listed - // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled - // * option elements in a disabled optgroup - // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled - // All such elements have a "form" property. - if ( elem.parentNode && elem.disabled === false ) { - - // Option elements defer to a parent optgroup if present - if ( "label" in elem ) { - if ( "label" in elem.parentNode ) { - return elem.parentNode.disabled === disabled; - } else { - return elem.disabled === disabled; - } - } - - // Support: IE 6 - 11 - // Use the isDisabled shortcut property to check for disabled fieldset ancestors - return elem.isDisabled === disabled || - - // Where there is no isDisabled, check manually - /* jshint -W018 */ - elem.isDisabled !== !disabled && - inDisabledFieldset( elem ) === disabled; - } - - return elem.disabled === disabled; - - // Try to winnow out elements that can't be disabled before trusting the disabled property. - // Some victims get caught in our net (label, legend, menu, track), but it shouldn't - // even exist on them, let alone have a boolean value. - } else if ( "label" in elem ) { - return elem.disabled === disabled; - } - - // Remaining elements are neither :enabled nor :disabled - return false; - }; -} - -/** - * Returns a function to use in pseudos for positionals - * @param {Function} fn - */ -function createPositionalPseudo( fn ) { - return markFunction( function( argument ) { - argument = +argument; - return markFunction( function( seed, matches ) { - var j, - matchIndexes = fn( [], seed.length, argument ), - i = matchIndexes.length; - - // Match elements found at the specified indexes - while ( i-- ) { - if ( seed[ ( j = matchIndexes[ i ] ) ] ) { - seed[ j ] = !( matches[ j ] = seed[ j ] ); - } - } - } ); - } ); -} - -/** - * Checks a node for validity as a Sizzle context - * @param {Element|Object=} context - * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value - */ -function testContext( context ) { - return context && typeof context.getElementsByTagName !== "undefined" && context; -} - -// Expose support vars for convenience -support = Sizzle.support = {}; - -/** - * Detects XML nodes - * @param {Element|Object} elem An element or a document - * @returns {Boolean} True iff elem is a non-HTML XML node - */ -isXML = Sizzle.isXML = function( elem ) { - var namespace = elem.namespaceURI, - docElem = ( elem.ownerDocument || elem ).documentElement; - - // Support: IE <=8 - // Assume HTML when documentElement doesn't yet exist, such as inside loading iframes - // https://bugs.jquery.com/ticket/4833 - return !rhtml.test( namespace || docElem && docElem.nodeName || "HTML" ); -}; - -/** - * Sets document-related variables once based on the current document - * @param {Element|Object} [doc] An element or document object to use to set the document - * @returns {Object} Returns the current document - */ -setDocument = Sizzle.setDocument = function( node ) { - var hasCompare, subWindow, - doc = node ? node.ownerDocument || node : preferredDoc; - - // Return early if doc is invalid or already selected - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( doc == document || doc.nodeType !== 9 || !doc.documentElement ) { - return document; - } - - // Update global variables - document = doc; - docElem = document.documentElement; - documentIsHTML = !isXML( document ); - - // Support: IE 9 - 11+, Edge 12 - 18+ - // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( preferredDoc != document && - ( subWindow = document.defaultView ) && subWindow.top !== subWindow ) { - - // Support: IE 11, Edge - if ( subWindow.addEventListener ) { - subWindow.addEventListener( "unload", unloadHandler, false ); - - // Support: IE 9 - 10 only - } else if ( subWindow.attachEvent ) { - subWindow.attachEvent( "onunload", unloadHandler ); - } - } - - // Support: IE 8 - 11+, Edge 12 - 18+, Chrome <=16 - 25 only, Firefox <=3.6 - 31 only, - // Safari 4 - 5 only, Opera <=11.6 - 12.x only - // IE/Edge & older browsers don't support the :scope pseudo-class. - // Support: Safari 6.0 only - // Safari 6.0 supports :scope but it's an alias of :root there. - support.scope = assert( function( el ) { - docElem.appendChild( el ).appendChild( document.createElement( "div" ) ); - return typeof el.querySelectorAll !== "undefined" && - !el.querySelectorAll( ":scope fieldset div" ).length; - } ); - - /* Attributes - ---------------------------------------------------------------------- */ - - // Support: IE<8 - // Verify that getAttribute really returns attributes and not properties - // (excepting IE8 booleans) - support.attributes = assert( function( el ) { - el.className = "i"; - return !el.getAttribute( "className" ); - } ); - - /* getElement(s)By* - ---------------------------------------------------------------------- */ - - // Check if getElementsByTagName("*") returns only elements - support.getElementsByTagName = assert( function( el ) { - el.appendChild( document.createComment( "" ) ); - return !el.getElementsByTagName( "*" ).length; - } ); - - // Support: IE<9 - support.getElementsByClassName = rnative.test( document.getElementsByClassName ); - - // Support: IE<10 - // Check if getElementById returns elements by name - // The broken getElementById methods don't pick up programmatically-set names, - // so use a roundabout getElementsByName test - support.getById = assert( function( el ) { - docElem.appendChild( el ).id = expando; - return !document.getElementsByName || !document.getElementsByName( expando ).length; - } ); - - // ID filter and find - if ( support.getById ) { - Expr.filter[ "ID" ] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - return elem.getAttribute( "id" ) === attrId; - }; - }; - Expr.find[ "ID" ] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var elem = context.getElementById( id ); - return elem ? [ elem ] : []; - } - }; - } else { - Expr.filter[ "ID" ] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - var node = typeof elem.getAttributeNode !== "undefined" && - elem.getAttributeNode( "id" ); - return node && node.value === attrId; - }; - }; - - // Support: IE 6 - 7 only - // getElementById is not reliable as a find shortcut - Expr.find[ "ID" ] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var node, i, elems, - elem = context.getElementById( id ); - - if ( elem ) { - - // Verify the id attribute - node = elem.getAttributeNode( "id" ); - if ( node && node.value === id ) { - return [ elem ]; - } - - // Fall back on getElementsByName - elems = context.getElementsByName( id ); - i = 0; - while ( ( elem = elems[ i++ ] ) ) { - node = elem.getAttributeNode( "id" ); - if ( node && node.value === id ) { - return [ elem ]; - } - } - } - - return []; - } - }; - } - - // Tag - Expr.find[ "TAG" ] = support.getElementsByTagName ? - function( tag, context ) { - if ( typeof context.getElementsByTagName !== "undefined" ) { - return context.getElementsByTagName( tag ); - - // DocumentFragment nodes don't have gEBTN - } else if ( support.qsa ) { - return context.querySelectorAll( tag ); - } - } : - - function( tag, context ) { - var elem, - tmp = [], - i = 0, - - // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too - results = context.getElementsByTagName( tag ); - - // Filter out possible comments - if ( tag === "*" ) { - while ( ( elem = results[ i++ ] ) ) { - if ( elem.nodeType === 1 ) { - tmp.push( elem ); - } - } - - return tmp; - } - return results; - }; - - // Class - Expr.find[ "CLASS" ] = support.getElementsByClassName && function( className, context ) { - if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { - return context.getElementsByClassName( className ); - } - }; - - /* QSA/matchesSelector - ---------------------------------------------------------------------- */ - - // QSA and matchesSelector support - - // matchesSelector(:active) reports false when true (IE9/Opera 11.5) - rbuggyMatches = []; - - // qSa(:focus) reports false when true (Chrome 21) - // We allow this because of a bug in IE8/9 that throws an error - // whenever `document.activeElement` is accessed on an iframe - // So, we allow :focus to pass through QSA all the time to avoid the IE error - // See https://bugs.jquery.com/ticket/13378 - rbuggyQSA = []; - - if ( ( support.qsa = rnative.test( document.querySelectorAll ) ) ) { - - // Build QSA regex - // Regex strategy adopted from Diego Perini - assert( function( el ) { - - var input; - - // Select is set to empty string on purpose - // This is to test IE's treatment of not explicitly - // setting a boolean content attribute, - // since its presence should be enough - // https://bugs.jquery.com/ticket/12359 - docElem.appendChild( el ).innerHTML = "" + - ""; - - // Support: IE8, Opera 11-12.16 - // Nothing should be selected when empty strings follow ^= or $= or *= - // The test attribute must be unknown in Opera but "safe" for WinRT - // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section - if ( el.querySelectorAll( "[msallowcapture^='']" ).length ) { - rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); - } - - // Support: IE8 - // Boolean attributes and "value" are not treated correctly - if ( !el.querySelectorAll( "[selected]" ).length ) { - rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); - } - - // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ - if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) { - rbuggyQSA.push( "~=" ); - } - - // Support: IE 11+, Edge 15 - 18+ - // IE 11/Edge don't find elements on a `[name='']` query in some cases. - // Adding a temporary attribute to the document before the selection works - // around the issue. - // Interestingly, IE 10 & older don't seem to have the issue. - input = document.createElement( "input" ); - input.setAttribute( "name", "" ); - el.appendChild( input ); - if ( !el.querySelectorAll( "[name='']" ).length ) { - rbuggyQSA.push( "\\[" + whitespace + "*name" + whitespace + "*=" + - whitespace + "*(?:''|\"\")" ); - } - - // Webkit/Opera - :checked should return selected option elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - // IE8 throws error here and will not see later tests - if ( !el.querySelectorAll( ":checked" ).length ) { - rbuggyQSA.push( ":checked" ); - } - - // Support: Safari 8+, iOS 8+ - // https://bugs.webkit.org/show_bug.cgi?id=136851 - // In-page `selector#id sibling-combinator selector` fails - if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) { - rbuggyQSA.push( ".#.+[+~]" ); - } - - // Support: Firefox <=3.6 - 5 only - // Old Firefox doesn't throw on a badly-escaped identifier. - el.querySelectorAll( "\\\f" ); - rbuggyQSA.push( "[\\r\\n\\f]" ); - } ); - - assert( function( el ) { - el.innerHTML = "" + - ""; - - // Support: Windows 8 Native Apps - // The type and name attributes are restricted during .innerHTML assignment - var input = document.createElement( "input" ); - input.setAttribute( "type", "hidden" ); - el.appendChild( input ).setAttribute( "name", "D" ); - - // Support: IE8 - // Enforce case-sensitivity of name attribute - if ( el.querySelectorAll( "[name=d]" ).length ) { - rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); - } - - // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) - // IE8 throws error here and will not see later tests - if ( el.querySelectorAll( ":enabled" ).length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: IE9-11+ - // IE's :disabled selector does not pick up the children of disabled fieldsets - docElem.appendChild( el ).disabled = true; - if ( el.querySelectorAll( ":disabled" ).length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: Opera 10 - 11 only - // Opera 10-11 does not throw on post-comma invalid pseudos - el.querySelectorAll( "*,:x" ); - rbuggyQSA.push( ",.*:" ); - } ); - } - - if ( ( support.matchesSelector = rnative.test( ( matches = docElem.matches || - docElem.webkitMatchesSelector || - docElem.mozMatchesSelector || - docElem.oMatchesSelector || - docElem.msMatchesSelector ) ) ) ) { - - assert( function( el ) { - - // Check to see if it's possible to do matchesSelector - // on a disconnected node (IE 9) - support.disconnectedMatch = matches.call( el, "*" ); - - // This should fail with an exception - // Gecko does not error, returns false instead - matches.call( el, "[s!='']:x" ); - rbuggyMatches.push( "!=", pseudos ); - } ); - } - - rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join( "|" ) ); - rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join( "|" ) ); - - /* Contains - ---------------------------------------------------------------------- */ - hasCompare = rnative.test( docElem.compareDocumentPosition ); - - // Element contains another - // Purposefully self-exclusive - // As in, an element does not contain itself - contains = hasCompare || rnative.test( docElem.contains ) ? - function( a, b ) { - var adown = a.nodeType === 9 ? a.documentElement : a, - bup = b && b.parentNode; - return a === bup || !!( bup && bup.nodeType === 1 && ( - adown.contains ? - adown.contains( bup ) : - a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 - ) ); - } : - function( a, b ) { - if ( b ) { - while ( ( b = b.parentNode ) ) { - if ( b === a ) { - return true; - } - } - } - return false; - }; - - /* Sorting - ---------------------------------------------------------------------- */ - - // Document order sorting - sortOrder = hasCompare ? - function( a, b ) { - - // Flag for duplicate removal - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - // Sort on method existence if only one input has compareDocumentPosition - var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; - if ( compare ) { - return compare; - } - - // Calculate position if both inputs belong to the same document - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - compare = ( a.ownerDocument || a ) == ( b.ownerDocument || b ) ? - a.compareDocumentPosition( b ) : - - // Otherwise we know they are disconnected - 1; - - // Disconnected nodes - if ( compare & 1 || - ( !support.sortDetached && b.compareDocumentPosition( a ) === compare ) ) { - - // Choose the first element that is related to our preferred document - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( a == document || a.ownerDocument == preferredDoc && - contains( preferredDoc, a ) ) { - return -1; - } - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( b == document || b.ownerDocument == preferredDoc && - contains( preferredDoc, b ) ) { - return 1; - } - - // Maintain original order - return sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - } - - return compare & 4 ? -1 : 1; - } : - function( a, b ) { - - // Exit early if the nodes are identical - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - var cur, - i = 0, - aup = a.parentNode, - bup = b.parentNode, - ap = [ a ], - bp = [ b ]; - - // Parentless nodes are either documents or disconnected - if ( !aup || !bup ) { - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - /* eslint-disable eqeqeq */ - return a == document ? -1 : - b == document ? 1 : - /* eslint-enable eqeqeq */ - aup ? -1 : - bup ? 1 : - sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - - // If the nodes are siblings, we can do a quick check - } else if ( aup === bup ) { - return siblingCheck( a, b ); - } - - // Otherwise we need full lists of their ancestors for comparison - cur = a; - while ( ( cur = cur.parentNode ) ) { - ap.unshift( cur ); - } - cur = b; - while ( ( cur = cur.parentNode ) ) { - bp.unshift( cur ); - } - - // Walk down the tree looking for a discrepancy - while ( ap[ i ] === bp[ i ] ) { - i++; - } - - return i ? - - // Do a sibling check if the nodes have a common ancestor - siblingCheck( ap[ i ], bp[ i ] ) : - - // Otherwise nodes in our document sort first - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - /* eslint-disable eqeqeq */ - ap[ i ] == preferredDoc ? -1 : - bp[ i ] == preferredDoc ? 1 : - /* eslint-enable eqeqeq */ - 0; - }; - - return document; -}; - -Sizzle.matches = function( expr, elements ) { - return Sizzle( expr, null, null, elements ); -}; - -Sizzle.matchesSelector = function( elem, expr ) { - setDocument( elem ); - - if ( support.matchesSelector && documentIsHTML && - !nonnativeSelectorCache[ expr + " " ] && - ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && - ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { - - try { - var ret = matches.call( elem, expr ); - - // IE 9's matchesSelector returns false on disconnected nodes - if ( ret || support.disconnectedMatch || - - // As well, disconnected nodes are said to be in a document - // fragment in IE 9 - elem.document && elem.document.nodeType !== 11 ) { - return ret; - } - } catch ( e ) { - nonnativeSelectorCache( expr, true ); - } - } - - return Sizzle( expr, document, null, [ elem ] ).length > 0; -}; - -Sizzle.contains = function( context, elem ) { - - // Set document vars if needed - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( ( context.ownerDocument || context ) != document ) { - setDocument( context ); - } - return contains( context, elem ); -}; - -Sizzle.attr = function( elem, name ) { - - // Set document vars if needed - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( ( elem.ownerDocument || elem ) != document ) { - setDocument( elem ); - } - - var fn = Expr.attrHandle[ name.toLowerCase() ], - - // Don't get fooled by Object.prototype properties (jQuery #13807) - val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? - fn( elem, name, !documentIsHTML ) : - undefined; - - return val !== undefined ? - val : - support.attributes || !documentIsHTML ? - elem.getAttribute( name ) : - ( val = elem.getAttributeNode( name ) ) && val.specified ? - val.value : - null; -}; - -Sizzle.escape = function( sel ) { - return ( sel + "" ).replace( rcssescape, fcssescape ); -}; - -Sizzle.error = function( msg ) { - throw new Error( "Syntax error, unrecognized expression: " + msg ); -}; - -/** - * Document sorting and removing duplicates - * @param {ArrayLike} results - */ -Sizzle.uniqueSort = function( results ) { - var elem, - duplicates = [], - j = 0, - i = 0; - - // Unless we *know* we can detect duplicates, assume their presence - hasDuplicate = !support.detectDuplicates; - sortInput = !support.sortStable && results.slice( 0 ); - results.sort( sortOrder ); - - if ( hasDuplicate ) { - while ( ( elem = results[ i++ ] ) ) { - if ( elem === results[ i ] ) { - j = duplicates.push( i ); - } - } - while ( j-- ) { - results.splice( duplicates[ j ], 1 ); - } - } - - // Clear input after sorting to release objects - // See https://github.com/jquery/sizzle/pull/225 - sortInput = null; - - return results; -}; - -/** - * Utility function for retrieving the text value of an array of DOM nodes - * @param {Array|Element} elem - */ -getText = Sizzle.getText = function( elem ) { - var node, - ret = "", - i = 0, - nodeType = elem.nodeType; - - if ( !nodeType ) { - - // If no nodeType, this is expected to be an array - while ( ( node = elem[ i++ ] ) ) { - - // Do not traverse comment nodes - ret += getText( node ); - } - } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { - - // Use textContent for elements - // innerText usage removed for consistency of new lines (jQuery #11153) - if ( typeof elem.textContent === "string" ) { - return elem.textContent; - } else { - - // Traverse its children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - ret += getText( elem ); - } - } - } else if ( nodeType === 3 || nodeType === 4 ) { - return elem.nodeValue; - } - - // Do not include comment or processing instruction nodes - - return ret; -}; - -Expr = Sizzle.selectors = { - - // Can be adjusted by the user - cacheLength: 50, - - createPseudo: markFunction, - - match: matchExpr, - - attrHandle: {}, - - find: {}, - - relative: { - ">": { dir: "parentNode", first: true }, - " ": { dir: "parentNode" }, - "+": { dir: "previousSibling", first: true }, - "~": { dir: "previousSibling" } - }, - - preFilter: { - "ATTR": function( match ) { - match[ 1 ] = match[ 1 ].replace( runescape, funescape ); - - // Move the given value to match[3] whether quoted or unquoted - match[ 3 ] = ( match[ 3 ] || match[ 4 ] || - match[ 5 ] || "" ).replace( runescape, funescape ); - - if ( match[ 2 ] === "~=" ) { - match[ 3 ] = " " + match[ 3 ] + " "; - } - - return match.slice( 0, 4 ); - }, - - "CHILD": function( match ) { - - /* matches from matchExpr["CHILD"] - 1 type (only|nth|...) - 2 what (child|of-type) - 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) - 4 xn-component of xn+y argument ([+-]?\d*n|) - 5 sign of xn-component - 6 x of xn-component - 7 sign of y-component - 8 y of y-component - */ - match[ 1 ] = match[ 1 ].toLowerCase(); - - if ( match[ 1 ].slice( 0, 3 ) === "nth" ) { - - // nth-* requires argument - if ( !match[ 3 ] ) { - Sizzle.error( match[ 0 ] ); - } - - // numeric x and y parameters for Expr.filter.CHILD - // remember that false/true cast respectively to 0/1 - match[ 4 ] = +( match[ 4 ] ? - match[ 5 ] + ( match[ 6 ] || 1 ) : - 2 * ( match[ 3 ] === "even" || match[ 3 ] === "odd" ) ); - match[ 5 ] = +( ( match[ 7 ] + match[ 8 ] ) || match[ 3 ] === "odd" ); - - // other types prohibit arguments - } else if ( match[ 3 ] ) { - Sizzle.error( match[ 0 ] ); - } - - return match; - }, - - "PSEUDO": function( match ) { - var excess, - unquoted = !match[ 6 ] && match[ 2 ]; - - if ( matchExpr[ "CHILD" ].test( match[ 0 ] ) ) { - return null; - } - - // Accept quoted arguments as-is - if ( match[ 3 ] ) { - match[ 2 ] = match[ 4 ] || match[ 5 ] || ""; - - // Strip excess characters from unquoted arguments - } else if ( unquoted && rpseudo.test( unquoted ) && - - // Get excess from tokenize (recursively) - ( excess = tokenize( unquoted, true ) ) && - - // advance to the next closing parenthesis - ( excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length ) ) { - - // excess is a negative index - match[ 0 ] = match[ 0 ].slice( 0, excess ); - match[ 2 ] = unquoted.slice( 0, excess ); - } - - // Return only captures needed by the pseudo filter method (type and argument) - return match.slice( 0, 3 ); - } - }, - - filter: { - - "TAG": function( nodeNameSelector ) { - var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); - return nodeNameSelector === "*" ? - function() { - return true; - } : - function( elem ) { - return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; - }; - }, - - "CLASS": function( className ) { - var pattern = classCache[ className + " " ]; - - return pattern || - ( pattern = new RegExp( "(^|" + whitespace + - ")" + className + "(" + whitespace + "|$)" ) ) && classCache( - className, function( elem ) { - return pattern.test( - typeof elem.className === "string" && elem.className || - typeof elem.getAttribute !== "undefined" && - elem.getAttribute( "class" ) || - "" - ); - } ); - }, - - "ATTR": function( name, operator, check ) { - return function( elem ) { - var result = Sizzle.attr( elem, name ); - - if ( result == null ) { - return operator === "!="; - } - if ( !operator ) { - return true; - } - - result += ""; - - /* eslint-disable max-len */ - - return operator === "=" ? result === check : - operator === "!=" ? result !== check : - operator === "^=" ? check && result.indexOf( check ) === 0 : - operator === "*=" ? check && result.indexOf( check ) > -1 : - operator === "$=" ? check && result.slice( -check.length ) === check : - operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : - operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : - false; - /* eslint-enable max-len */ - - }; - }, - - "CHILD": function( type, what, _argument, first, last ) { - var simple = type.slice( 0, 3 ) !== "nth", - forward = type.slice( -4 ) !== "last", - ofType = what === "of-type"; - - return first === 1 && last === 0 ? - - // Shortcut for :nth-*(n) - function( elem ) { - return !!elem.parentNode; - } : - - function( elem, _context, xml ) { - var cache, uniqueCache, outerCache, node, nodeIndex, start, - dir = simple !== forward ? "nextSibling" : "previousSibling", - parent = elem.parentNode, - name = ofType && elem.nodeName.toLowerCase(), - useCache = !xml && !ofType, - diff = false; - - if ( parent ) { - - // :(first|last|only)-(child|of-type) - if ( simple ) { - while ( dir ) { - node = elem; - while ( ( node = node[ dir ] ) ) { - if ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) { - - return false; - } - } - - // Reverse direction for :only-* (if we haven't yet done so) - start = dir = type === "only" && !start && "nextSibling"; - } - return true; - } - - start = [ forward ? parent.firstChild : parent.lastChild ]; - - // non-xml :nth-child(...) stores cache data on `parent` - if ( forward && useCache ) { - - // Seek `elem` from a previously-cached index - - // ...in a gzip-friendly way - node = parent; - outerCache = node[ expando ] || ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex && cache[ 2 ]; - node = nodeIndex && parent.childNodes[ nodeIndex ]; - - while ( ( node = ++nodeIndex && node && node[ dir ] || - - // Fallback to seeking `elem` from the start - ( diff = nodeIndex = 0 ) || start.pop() ) ) { - - // When found, cache indexes on `parent` and break - if ( node.nodeType === 1 && ++diff && node === elem ) { - uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; - break; - } - } - - } else { - - // Use previously-cached element index if available - if ( useCache ) { - - // ...in a gzip-friendly way - node = elem; - outerCache = node[ expando ] || ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex; - } - - // xml :nth-child(...) - // or :nth-last-child(...) or :nth(-last)?-of-type(...) - if ( diff === false ) { - - // Use the same loop as above to seek `elem` from the start - while ( ( node = ++nodeIndex && node && node[ dir ] || - ( diff = nodeIndex = 0 ) || start.pop() ) ) { - - if ( ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) && - ++diff ) { - - // Cache the index of each encountered element - if ( useCache ) { - outerCache = node[ expando ] || - ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - uniqueCache[ type ] = [ dirruns, diff ]; - } - - if ( node === elem ) { - break; - } - } - } - } - } - - // Incorporate the offset, then check against cycle size - diff -= last; - return diff === first || ( diff % first === 0 && diff / first >= 0 ); - } - }; - }, - - "PSEUDO": function( pseudo, argument ) { - - // pseudo-class names are case-insensitive - // http://www.w3.org/TR/selectors/#pseudo-classes - // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters - // Remember that setFilters inherits from pseudos - var args, - fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || - Sizzle.error( "unsupported pseudo: " + pseudo ); - - // The user may use createPseudo to indicate that - // arguments are needed to create the filter function - // just as Sizzle does - if ( fn[ expando ] ) { - return fn( argument ); - } - - // But maintain support for old signatures - if ( fn.length > 1 ) { - args = [ pseudo, pseudo, "", argument ]; - return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? - markFunction( function( seed, matches ) { - var idx, - matched = fn( seed, argument ), - i = matched.length; - while ( i-- ) { - idx = indexOf( seed, matched[ i ] ); - seed[ idx ] = !( matches[ idx ] = matched[ i ] ); - } - } ) : - function( elem ) { - return fn( elem, 0, args ); - }; - } - - return fn; - } - }, - - pseudos: { - - // Potentially complex pseudos - "not": markFunction( function( selector ) { - - // Trim the selector passed to compile - // to avoid treating leading and trailing - // spaces as combinators - var input = [], - results = [], - matcher = compile( selector.replace( rtrim, "$1" ) ); - - return matcher[ expando ] ? - markFunction( function( seed, matches, _context, xml ) { - var elem, - unmatched = matcher( seed, null, xml, [] ), - i = seed.length; - - // Match elements unmatched by `matcher` - while ( i-- ) { - if ( ( elem = unmatched[ i ] ) ) { - seed[ i ] = !( matches[ i ] = elem ); - } - } - } ) : - function( elem, _context, xml ) { - input[ 0 ] = elem; - matcher( input, null, xml, results ); - - // Don't keep the element (issue #299) - input[ 0 ] = null; - return !results.pop(); - }; - } ), - - "has": markFunction( function( selector ) { - return function( elem ) { - return Sizzle( selector, elem ).length > 0; - }; - } ), - - "contains": markFunction( function( text ) { - text = text.replace( runescape, funescape ); - return function( elem ) { - return ( elem.textContent || getText( elem ) ).indexOf( text ) > -1; - }; - } ), - - // "Whether an element is represented by a :lang() selector - // is based solely on the element's language value - // being equal to the identifier C, - // or beginning with the identifier C immediately followed by "-". - // The matching of C against the element's language value is performed case-insensitively. - // The identifier C does not have to be a valid language name." - // http://www.w3.org/TR/selectors/#lang-pseudo - "lang": markFunction( function( lang ) { - - // lang value must be a valid identifier - if ( !ridentifier.test( lang || "" ) ) { - Sizzle.error( "unsupported lang: " + lang ); - } - lang = lang.replace( runescape, funescape ).toLowerCase(); - return function( elem ) { - var elemLang; - do { - if ( ( elemLang = documentIsHTML ? - elem.lang : - elem.getAttribute( "xml:lang" ) || elem.getAttribute( "lang" ) ) ) { - - elemLang = elemLang.toLowerCase(); - return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; - } - } while ( ( elem = elem.parentNode ) && elem.nodeType === 1 ); - return false; - }; - } ), - - // Miscellaneous - "target": function( elem ) { - var hash = window.location && window.location.hash; - return hash && hash.slice( 1 ) === elem.id; - }, - - "root": function( elem ) { - return elem === docElem; - }, - - "focus": function( elem ) { - return elem === document.activeElement && - ( !document.hasFocus || document.hasFocus() ) && - !!( elem.type || elem.href || ~elem.tabIndex ); - }, - - // Boolean properties - "enabled": createDisabledPseudo( false ), - "disabled": createDisabledPseudo( true ), - - "checked": function( elem ) { - - // In CSS3, :checked should return both checked and selected elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - var nodeName = elem.nodeName.toLowerCase(); - return ( nodeName === "input" && !!elem.checked ) || - ( nodeName === "option" && !!elem.selected ); - }, - - "selected": function( elem ) { - - // Accessing this property makes selected-by-default - // options in Safari work properly - if ( elem.parentNode ) { - // eslint-disable-next-line no-unused-expressions - elem.parentNode.selectedIndex; - } - - return elem.selected === true; - }, - - // Contents - "empty": function( elem ) { - - // http://www.w3.org/TR/selectors/#empty-pseudo - // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), - // but not by others (comment: 8; processing instruction: 7; etc.) - // nodeType < 6 works because attributes (2) do not appear as children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - if ( elem.nodeType < 6 ) { - return false; - } - } - return true; - }, - - "parent": function( elem ) { - return !Expr.pseudos[ "empty" ]( elem ); - }, - - // Element/input types - "header": function( elem ) { - return rheader.test( elem.nodeName ); - }, - - "input": function( elem ) { - return rinputs.test( elem.nodeName ); - }, - - "button": function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === "button" || name === "button"; - }, - - "text": function( elem ) { - var attr; - return elem.nodeName.toLowerCase() === "input" && - elem.type === "text" && - - // Support: IE<8 - // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" - ( ( attr = elem.getAttribute( "type" ) ) == null || - attr.toLowerCase() === "text" ); - }, - - // Position-in-collection - "first": createPositionalPseudo( function() { - return [ 0 ]; - } ), - - "last": createPositionalPseudo( function( _matchIndexes, length ) { - return [ length - 1 ]; - } ), - - "eq": createPositionalPseudo( function( _matchIndexes, length, argument ) { - return [ argument < 0 ? argument + length : argument ]; - } ), - - "even": createPositionalPseudo( function( matchIndexes, length ) { - var i = 0; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "odd": createPositionalPseudo( function( matchIndexes, length ) { - var i = 1; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "lt": createPositionalPseudo( function( matchIndexes, length, argument ) { - var i = argument < 0 ? - argument + length : - argument > length ? - length : - argument; - for ( ; --i >= 0; ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "gt": createPositionalPseudo( function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; ++i < length; ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ) - } -}; - -Expr.pseudos[ "nth" ] = Expr.pseudos[ "eq" ]; - -// Add button/input type pseudos -for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { - Expr.pseudos[ i ] = createInputPseudo( i ); -} -for ( i in { submit: true, reset: true } ) { - Expr.pseudos[ i ] = createButtonPseudo( i ); -} - -// Easy API for creating new setFilters -function setFilters() {} -setFilters.prototype = Expr.filters = Expr.pseudos; -Expr.setFilters = new setFilters(); - -tokenize = Sizzle.tokenize = function( selector, parseOnly ) { - var matched, match, tokens, type, - soFar, groups, preFilters, - cached = tokenCache[ selector + " " ]; - - if ( cached ) { - return parseOnly ? 0 : cached.slice( 0 ); - } - - soFar = selector; - groups = []; - preFilters = Expr.preFilter; - - while ( soFar ) { - - // Comma and first run - if ( !matched || ( match = rcomma.exec( soFar ) ) ) { - if ( match ) { - - // Don't consume trailing commas as valid - soFar = soFar.slice( match[ 0 ].length ) || soFar; - } - groups.push( ( tokens = [] ) ); - } - - matched = false; - - // Combinators - if ( ( match = rcombinators.exec( soFar ) ) ) { - matched = match.shift(); - tokens.push( { - value: matched, - - // Cast descendant combinators to space - type: match[ 0 ].replace( rtrim, " " ) - } ); - soFar = soFar.slice( matched.length ); - } - - // Filters - for ( type in Expr.filter ) { - if ( ( match = matchExpr[ type ].exec( soFar ) ) && ( !preFilters[ type ] || - ( match = preFilters[ type ]( match ) ) ) ) { - matched = match.shift(); - tokens.push( { - value: matched, - type: type, - matches: match - } ); - soFar = soFar.slice( matched.length ); - } - } - - if ( !matched ) { - break; - } - } - - // Return the length of the invalid excess - // if we're just parsing - // Otherwise, throw an error or return tokens - return parseOnly ? - soFar.length : - soFar ? - Sizzle.error( selector ) : - - // Cache the tokens - tokenCache( selector, groups ).slice( 0 ); -}; - -function toSelector( tokens ) { - var i = 0, - len = tokens.length, - selector = ""; - for ( ; i < len; i++ ) { - selector += tokens[ i ].value; - } - return selector; -} - -function addCombinator( matcher, combinator, base ) { - var dir = combinator.dir, - skip = combinator.next, - key = skip || dir, - checkNonElements = base && key === "parentNode", - doneName = done++; - - return combinator.first ? - - // Check against closest ancestor/preceding element - function( elem, context, xml ) { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - return matcher( elem, context, xml ); - } - } - return false; - } : - - // Check against all ancestor/preceding elements - function( elem, context, xml ) { - var oldCache, uniqueCache, outerCache, - newCache = [ dirruns, doneName ]; - - // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching - if ( xml ) { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - if ( matcher( elem, context, xml ) ) { - return true; - } - } - } - } else { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - outerCache = elem[ expando ] || ( elem[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ elem.uniqueID ] || - ( outerCache[ elem.uniqueID ] = {} ); - - if ( skip && skip === elem.nodeName.toLowerCase() ) { - elem = elem[ dir ] || elem; - } else if ( ( oldCache = uniqueCache[ key ] ) && - oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { - - // Assign to newCache so results back-propagate to previous elements - return ( newCache[ 2 ] = oldCache[ 2 ] ); - } else { - - // Reuse newcache so results back-propagate to previous elements - uniqueCache[ key ] = newCache; - - // A match means we're done; a fail means we have to keep checking - if ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) { - return true; - } - } - } - } - } - return false; - }; -} - -function elementMatcher( matchers ) { - return matchers.length > 1 ? - function( elem, context, xml ) { - var i = matchers.length; - while ( i-- ) { - if ( !matchers[ i ]( elem, context, xml ) ) { - return false; - } - } - return true; - } : - matchers[ 0 ]; -} - -function multipleContexts( selector, contexts, results ) { - var i = 0, - len = contexts.length; - for ( ; i < len; i++ ) { - Sizzle( selector, contexts[ i ], results ); - } - return results; -} - -function condense( unmatched, map, filter, context, xml ) { - var elem, - newUnmatched = [], - i = 0, - len = unmatched.length, - mapped = map != null; - - for ( ; i < len; i++ ) { - if ( ( elem = unmatched[ i ] ) ) { - if ( !filter || filter( elem, context, xml ) ) { - newUnmatched.push( elem ); - if ( mapped ) { - map.push( i ); - } - } - } - } - - return newUnmatched; -} - -function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { - if ( postFilter && !postFilter[ expando ] ) { - postFilter = setMatcher( postFilter ); - } - if ( postFinder && !postFinder[ expando ] ) { - postFinder = setMatcher( postFinder, postSelector ); - } - return markFunction( function( seed, results, context, xml ) { - var temp, i, elem, - preMap = [], - postMap = [], - preexisting = results.length, - - // Get initial elements from seed or context - elems = seed || multipleContexts( - selector || "*", - context.nodeType ? [ context ] : context, - [] - ), - - // Prefilter to get matcher input, preserving a map for seed-results synchronization - matcherIn = preFilter && ( seed || !selector ) ? - condense( elems, preMap, preFilter, context, xml ) : - elems, - - matcherOut = matcher ? - - // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, - postFinder || ( seed ? preFilter : preexisting || postFilter ) ? - - // ...intermediate processing is necessary - [] : - - // ...otherwise use results directly - results : - matcherIn; - - // Find primary matches - if ( matcher ) { - matcher( matcherIn, matcherOut, context, xml ); - } - - // Apply postFilter - if ( postFilter ) { - temp = condense( matcherOut, postMap ); - postFilter( temp, [], context, xml ); - - // Un-match failing elements by moving them back to matcherIn - i = temp.length; - while ( i-- ) { - if ( ( elem = temp[ i ] ) ) { - matcherOut[ postMap[ i ] ] = !( matcherIn[ postMap[ i ] ] = elem ); - } - } - } - - if ( seed ) { - if ( postFinder || preFilter ) { - if ( postFinder ) { - - // Get the final matcherOut by condensing this intermediate into postFinder contexts - temp = []; - i = matcherOut.length; - while ( i-- ) { - if ( ( elem = matcherOut[ i ] ) ) { - - // Restore matcherIn since elem is not yet a final match - temp.push( ( matcherIn[ i ] = elem ) ); - } - } - postFinder( null, ( matcherOut = [] ), temp, xml ); - } - - // Move matched elements from seed to results to keep them synchronized - i = matcherOut.length; - while ( i-- ) { - if ( ( elem = matcherOut[ i ] ) && - ( temp = postFinder ? indexOf( seed, elem ) : preMap[ i ] ) > -1 ) { - - seed[ temp ] = !( results[ temp ] = elem ); - } - } - } - - // Add elements to results, through postFinder if defined - } else { - matcherOut = condense( - matcherOut === results ? - matcherOut.splice( preexisting, matcherOut.length ) : - matcherOut - ); - if ( postFinder ) { - postFinder( null, results, matcherOut, xml ); - } else { - push.apply( results, matcherOut ); - } - } - } ); -} - -function matcherFromTokens( tokens ) { - var checkContext, matcher, j, - len = tokens.length, - leadingRelative = Expr.relative[ tokens[ 0 ].type ], - implicitRelative = leadingRelative || Expr.relative[ " " ], - i = leadingRelative ? 1 : 0, - - // The foundational matcher ensures that elements are reachable from top-level context(s) - matchContext = addCombinator( function( elem ) { - return elem === checkContext; - }, implicitRelative, true ), - matchAnyContext = addCombinator( function( elem ) { - return indexOf( checkContext, elem ) > -1; - }, implicitRelative, true ), - matchers = [ function( elem, context, xml ) { - var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( - ( checkContext = context ).nodeType ? - matchContext( elem, context, xml ) : - matchAnyContext( elem, context, xml ) ); - - // Avoid hanging onto element (issue #299) - checkContext = null; - return ret; - } ]; - - for ( ; i < len; i++ ) { - if ( ( matcher = Expr.relative[ tokens[ i ].type ] ) ) { - matchers = [ addCombinator( elementMatcher( matchers ), matcher ) ]; - } else { - matcher = Expr.filter[ tokens[ i ].type ].apply( null, tokens[ i ].matches ); - - // Return special upon seeing a positional matcher - if ( matcher[ expando ] ) { - - // Find the next relative operator (if any) for proper handling - j = ++i; - for ( ; j < len; j++ ) { - if ( Expr.relative[ tokens[ j ].type ] ) { - break; - } - } - return setMatcher( - i > 1 && elementMatcher( matchers ), - i > 1 && toSelector( - - // If the preceding token was a descendant combinator, insert an implicit any-element `*` - tokens - .slice( 0, i - 1 ) - .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) - ).replace( rtrim, "$1" ), - matcher, - i < j && matcherFromTokens( tokens.slice( i, j ) ), - j < len && matcherFromTokens( ( tokens = tokens.slice( j ) ) ), - j < len && toSelector( tokens ) - ); - } - matchers.push( matcher ); - } - } - - return elementMatcher( matchers ); -} - -function matcherFromGroupMatchers( elementMatchers, setMatchers ) { - var bySet = setMatchers.length > 0, - byElement = elementMatchers.length > 0, - superMatcher = function( seed, context, xml, results, outermost ) { - var elem, j, matcher, - matchedCount = 0, - i = "0", - unmatched = seed && [], - setMatched = [], - contextBackup = outermostContext, - - // We must always have either seed elements or outermost context - elems = seed || byElement && Expr.find[ "TAG" ]( "*", outermost ), - - // Use integer dirruns iff this is the outermost matcher - dirrunsUnique = ( dirruns += contextBackup == null ? 1 : Math.random() || 0.1 ), - len = elems.length; - - if ( outermost ) { - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - outermostContext = context == document || context || outermost; - } - - // Add elements passing elementMatchers directly to results - // Support: IE<9, Safari - // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id - for ( ; i !== len && ( elem = elems[ i ] ) != null; i++ ) { - if ( byElement && elem ) { - j = 0; - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( !context && elem.ownerDocument != document ) { - setDocument( elem ); - xml = !documentIsHTML; - } - while ( ( matcher = elementMatchers[ j++ ] ) ) { - if ( matcher( elem, context || document, xml ) ) { - results.push( elem ); - break; - } - } - if ( outermost ) { - dirruns = dirrunsUnique; - } - } - - // Track unmatched elements for set filters - if ( bySet ) { - - // They will have gone through all possible matchers - if ( ( elem = !matcher && elem ) ) { - matchedCount--; - } - - // Lengthen the array for every element, matched or not - if ( seed ) { - unmatched.push( elem ); - } - } - } - - // `i` is now the count of elements visited above, and adding it to `matchedCount` - // makes the latter nonnegative. - matchedCount += i; - - // Apply set filters to unmatched elements - // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` - // equals `i`), unless we didn't visit _any_ elements in the above loop because we have - // no element matchers and no seed. - // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that - // case, which will result in a "00" `matchedCount` that differs from `i` but is also - // numerically zero. - if ( bySet && i !== matchedCount ) { - j = 0; - while ( ( matcher = setMatchers[ j++ ] ) ) { - matcher( unmatched, setMatched, context, xml ); - } - - if ( seed ) { - - // Reintegrate element matches to eliminate the need for sorting - if ( matchedCount > 0 ) { - while ( i-- ) { - if ( !( unmatched[ i ] || setMatched[ i ] ) ) { - setMatched[ i ] = pop.call( results ); - } - } - } - - // Discard index placeholder values to get only actual matches - setMatched = condense( setMatched ); - } - - // Add matches to results - push.apply( results, setMatched ); - - // Seedless set matches succeeding multiple successful matchers stipulate sorting - if ( outermost && !seed && setMatched.length > 0 && - ( matchedCount + setMatchers.length ) > 1 ) { - - Sizzle.uniqueSort( results ); - } - } - - // Override manipulation of globals by nested matchers - if ( outermost ) { - dirruns = dirrunsUnique; - outermostContext = contextBackup; - } - - return unmatched; - }; - - return bySet ? - markFunction( superMatcher ) : - superMatcher; -} - -compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { - var i, - setMatchers = [], - elementMatchers = [], - cached = compilerCache[ selector + " " ]; - - if ( !cached ) { - - // Generate a function of recursive functions that can be used to check each element - if ( !match ) { - match = tokenize( selector ); - } - i = match.length; - while ( i-- ) { - cached = matcherFromTokens( match[ i ] ); - if ( cached[ expando ] ) { - setMatchers.push( cached ); - } else { - elementMatchers.push( cached ); - } - } - - // Cache the compiled function - cached = compilerCache( - selector, - matcherFromGroupMatchers( elementMatchers, setMatchers ) - ); - - // Save selector and tokenization - cached.selector = selector; - } - return cached; -}; - -/** - * A low-level selection function that works with Sizzle's compiled - * selector functions - * @param {String|Function} selector A selector or a pre-compiled - * selector function built with Sizzle.compile - * @param {Element} context - * @param {Array} [results] - * @param {Array} [seed] A set of elements to match against - */ -select = Sizzle.select = function( selector, context, results, seed ) { - var i, tokens, token, type, find, - compiled = typeof selector === "function" && selector, - match = !seed && tokenize( ( selector = compiled.selector || selector ) ); - - results = results || []; - - // Try to minimize operations if there is only one selector in the list and no seed - // (the latter of which guarantees us context) - if ( match.length === 1 ) { - - // Reduce context if the leading compound selector is an ID - tokens = match[ 0 ] = match[ 0 ].slice( 0 ); - if ( tokens.length > 2 && ( token = tokens[ 0 ] ).type === "ID" && - context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[ 1 ].type ] ) { - - context = ( Expr.find[ "ID" ]( token.matches[ 0 ] - .replace( runescape, funescape ), context ) || [] )[ 0 ]; - if ( !context ) { - return results; - - // Precompiled matchers will still verify ancestry, so step up a level - } else if ( compiled ) { - context = context.parentNode; - } - - selector = selector.slice( tokens.shift().value.length ); - } - - // Fetch a seed set for right-to-left matching - i = matchExpr[ "needsContext" ].test( selector ) ? 0 : tokens.length; - while ( i-- ) { - token = tokens[ i ]; - - // Abort if we hit a combinator - if ( Expr.relative[ ( type = token.type ) ] ) { - break; - } - if ( ( find = Expr.find[ type ] ) ) { - - // Search, expanding context for leading sibling combinators - if ( ( seed = find( - token.matches[ 0 ].replace( runescape, funescape ), - rsibling.test( tokens[ 0 ].type ) && testContext( context.parentNode ) || - context - ) ) ) { - - // If seed is empty or no tokens remain, we can return early - tokens.splice( i, 1 ); - selector = seed.length && toSelector( tokens ); - if ( !selector ) { - push.apply( results, seed ); - return results; - } - - break; - } - } - } - } - - // Compile and execute a filtering function if one is not provided - // Provide `match` to avoid retokenization if we modified the selector above - ( compiled || compile( selector, match ) )( - seed, - context, - !documentIsHTML, - results, - !context || rsibling.test( selector ) && testContext( context.parentNode ) || context - ); - return results; -}; - -// One-time assignments - -// Sort stability -support.sortStable = expando.split( "" ).sort( sortOrder ).join( "" ) === expando; - -// Support: Chrome 14-35+ -// Always assume duplicates if they aren't passed to the comparison function -support.detectDuplicates = !!hasDuplicate; - -// Initialize against the default document -setDocument(); - -// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) -// Detached nodes confoundingly follow *each other* -support.sortDetached = assert( function( el ) { - - // Should return 1, but returns 4 (following) - return el.compareDocumentPosition( document.createElement( "fieldset" ) ) & 1; -} ); - -// Support: IE<8 -// Prevent attribute/property "interpolation" -// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx -if ( !assert( function( el ) { - el.innerHTML = ""; - return el.firstChild.getAttribute( "href" ) === "#"; -} ) ) { - addHandle( "type|href|height|width", function( elem, name, isXML ) { - if ( !isXML ) { - return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); - } - } ); -} - -// Support: IE<9 -// Use defaultValue in place of getAttribute("value") -if ( !support.attributes || !assert( function( el ) { - el.innerHTML = ""; - el.firstChild.setAttribute( "value", "" ); - return el.firstChild.getAttribute( "value" ) === ""; -} ) ) { - addHandle( "value", function( elem, _name, isXML ) { - if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { - return elem.defaultValue; - } - } ); -} - -// Support: IE<9 -// Use getAttributeNode to fetch booleans when getAttribute lies -if ( !assert( function( el ) { - return el.getAttribute( "disabled" ) == null; -} ) ) { - addHandle( booleans, function( elem, name, isXML ) { - var val; - if ( !isXML ) { - return elem[ name ] === true ? name.toLowerCase() : - ( val = elem.getAttributeNode( name ) ) && val.specified ? - val.value : - null; - } - } ); -} - -return Sizzle; - -} )( window ); - - - -jQuery.find = Sizzle; -jQuery.expr = Sizzle.selectors; - -// Deprecated -jQuery.expr[ ":" ] = jQuery.expr.pseudos; -jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; -jQuery.text = Sizzle.getText; -jQuery.isXMLDoc = Sizzle.isXML; -jQuery.contains = Sizzle.contains; -jQuery.escapeSelector = Sizzle.escape; - - - - -var dir = function( elem, dir, until ) { - var matched = [], - truncate = until !== undefined; - - while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { - if ( elem.nodeType === 1 ) { - if ( truncate && jQuery( elem ).is( until ) ) { - break; - } - matched.push( elem ); - } - } - return matched; -}; - - -var siblings = function( n, elem ) { - var matched = []; - - for ( ; n; n = n.nextSibling ) { - if ( n.nodeType === 1 && n !== elem ) { - matched.push( n ); - } - } - - return matched; -}; - - -var rneedsContext = jQuery.expr.match.needsContext; - - - -function nodeName( elem, name ) { - - return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); - -}; -var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); - - - -// Implement the identical functionality for filter and not -function winnow( elements, qualifier, not ) { - if ( isFunction( qualifier ) ) { - return jQuery.grep( elements, function( elem, i ) { - return !!qualifier.call( elem, i, elem ) !== not; - } ); - } - - // Single element - if ( qualifier.nodeType ) { - return jQuery.grep( elements, function( elem ) { - return ( elem === qualifier ) !== not; - } ); - } - - // Arraylike of elements (jQuery, arguments, Array) - if ( typeof qualifier !== "string" ) { - return jQuery.grep( elements, function( elem ) { - return ( indexOf.call( qualifier, elem ) > -1 ) !== not; - } ); - } - - // Filtered directly for both simple and complex selectors - return jQuery.filter( qualifier, elements, not ); -} - -jQuery.filter = function( expr, elems, not ) { - var elem = elems[ 0 ]; - - if ( not ) { - expr = ":not(" + expr + ")"; - } - - if ( elems.length === 1 && elem.nodeType === 1 ) { - return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : []; - } - - return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { - return elem.nodeType === 1; - } ) ); -}; - -jQuery.fn.extend( { - find: function( selector ) { - var i, ret, - len = this.length, - self = this; - - if ( typeof selector !== "string" ) { - return this.pushStack( jQuery( selector ).filter( function() { - for ( i = 0; i < len; i++ ) { - if ( jQuery.contains( self[ i ], this ) ) { - return true; - } - } - } ) ); - } - - ret = this.pushStack( [] ); - - for ( i = 0; i < len; i++ ) { - jQuery.find( selector, self[ i ], ret ); - } - - return len > 1 ? jQuery.uniqueSort( ret ) : ret; - }, - filter: function( selector ) { - return this.pushStack( winnow( this, selector || [], false ) ); - }, - not: function( selector ) { - return this.pushStack( winnow( this, selector || [], true ) ); - }, - is: function( selector ) { - return !!winnow( - this, - - // If this is a positional/relative selector, check membership in the returned set - // so $("p:first").is("p:last") won't return true for a doc with two "p". - typeof selector === "string" && rneedsContext.test( selector ) ? - jQuery( selector ) : - selector || [], - false - ).length; - } -} ); - - -// Initialize a jQuery object - - -// A central reference to the root jQuery(document) -var rootjQuery, - - // A simple way to check for HTML strings - // Prioritize #id over to avoid XSS via location.hash (#9521) - // Strict HTML recognition (#11290: must start with <) - // Shortcut simple #id case for speed - rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, - - init = jQuery.fn.init = function( selector, context, root ) { - var match, elem; - - // HANDLE: $(""), $(null), $(undefined), $(false) - if ( !selector ) { - return this; - } - - // Method init() accepts an alternate rootjQuery - // so migrate can support jQuery.sub (gh-2101) - root = root || rootjQuery; - - // Handle HTML strings - if ( typeof selector === "string" ) { - if ( selector[ 0 ] === "<" && - selector[ selector.length - 1 ] === ">" && - selector.length >= 3 ) { - - // Assume that strings that start and end with <> are HTML and skip the regex check - match = [ null, selector, null ]; - - } else { - match = rquickExpr.exec( selector ); - } - - // Match html or make sure no context is specified for #id - if ( match && ( match[ 1 ] || !context ) ) { - - // HANDLE: $(html) -> $(array) - if ( match[ 1 ] ) { - context = context instanceof jQuery ? context[ 0 ] : context; - - // Option to run scripts is true for back-compat - // Intentionally let the error be thrown if parseHTML is not present - jQuery.merge( this, jQuery.parseHTML( - match[ 1 ], - context && context.nodeType ? context.ownerDocument || context : document, - true - ) ); - - // HANDLE: $(html, props) - if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { - for ( match in context ) { - - // Properties of context are called as methods if possible - if ( isFunction( this[ match ] ) ) { - this[ match ]( context[ match ] ); - - // ...and otherwise set as attributes - } else { - this.attr( match, context[ match ] ); - } - } - } - - return this; - - // HANDLE: $(#id) - } else { - elem = document.getElementById( match[ 2 ] ); - - if ( elem ) { - - // Inject the element directly into the jQuery object - this[ 0 ] = elem; - this.length = 1; - } - return this; - } - - // HANDLE: $(expr, $(...)) - } else if ( !context || context.jquery ) { - return ( context || root ).find( selector ); - - // HANDLE: $(expr, context) - // (which is just equivalent to: $(context).find(expr) - } else { - return this.constructor( context ).find( selector ); - } - - // HANDLE: $(DOMElement) - } else if ( selector.nodeType ) { - this[ 0 ] = selector; - this.length = 1; - return this; - - // HANDLE: $(function) - // Shortcut for document ready - } else if ( isFunction( selector ) ) { - return root.ready !== undefined ? - root.ready( selector ) : - - // Execute immediately if ready is not present - selector( jQuery ); - } - - return jQuery.makeArray( selector, this ); - }; - -// Give the init function the jQuery prototype for later instantiation -init.prototype = jQuery.fn; - -// Initialize central reference -rootjQuery = jQuery( document ); - - -var rparentsprev = /^(?:parents|prev(?:Until|All))/, - - // Methods guaranteed to produce a unique set when starting from a unique set - guaranteedUnique = { - children: true, - contents: true, - next: true, - prev: true - }; - -jQuery.fn.extend( { - has: function( target ) { - var targets = jQuery( target, this ), - l = targets.length; - - return this.filter( function() { - var i = 0; - for ( ; i < l; i++ ) { - if ( jQuery.contains( this, targets[ i ] ) ) { - return true; - } - } - } ); - }, - - closest: function( selectors, context ) { - var cur, - i = 0, - l = this.length, - matched = [], - targets = typeof selectors !== "string" && jQuery( selectors ); - - // Positional selectors never match, since there's no _selection_ context - if ( !rneedsContext.test( selectors ) ) { - for ( ; i < l; i++ ) { - for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { - - // Always skip document fragments - if ( cur.nodeType < 11 && ( targets ? - targets.index( cur ) > -1 : - - // Don't pass non-elements to Sizzle - cur.nodeType === 1 && - jQuery.find.matchesSelector( cur, selectors ) ) ) { - - matched.push( cur ); - break; - } - } - } - } - - return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); - }, - - // Determine the position of an element within the set - index: function( elem ) { - - // No argument, return index in parent - if ( !elem ) { - return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; - } - - // Index in selector - if ( typeof elem === "string" ) { - return indexOf.call( jQuery( elem ), this[ 0 ] ); - } - - // Locate the position of the desired element - return indexOf.call( this, - - // If it receives a jQuery object, the first element is used - elem.jquery ? elem[ 0 ] : elem - ); - }, - - add: function( selector, context ) { - return this.pushStack( - jQuery.uniqueSort( - jQuery.merge( this.get(), jQuery( selector, context ) ) - ) - ); - }, - - addBack: function( selector ) { - return this.add( selector == null ? - this.prevObject : this.prevObject.filter( selector ) - ); - } -} ); - -function sibling( cur, dir ) { - while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} - return cur; -} - -jQuery.each( { - parent: function( elem ) { - var parent = elem.parentNode; - return parent && parent.nodeType !== 11 ? parent : null; - }, - parents: function( elem ) { - return dir( elem, "parentNode" ); - }, - parentsUntil: function( elem, _i, until ) { - return dir( elem, "parentNode", until ); - }, - next: function( elem ) { - return sibling( elem, "nextSibling" ); - }, - prev: function( elem ) { - return sibling( elem, "previousSibling" ); - }, - nextAll: function( elem ) { - return dir( elem, "nextSibling" ); - }, - prevAll: function( elem ) { - return dir( elem, "previousSibling" ); - }, - nextUntil: function( elem, _i, until ) { - return dir( elem, "nextSibling", until ); - }, - prevUntil: function( elem, _i, until ) { - return dir( elem, "previousSibling", until ); - }, - siblings: function( elem ) { - return siblings( ( elem.parentNode || {} ).firstChild, elem ); - }, - children: function( elem ) { - return siblings( elem.firstChild ); - }, - contents: function( elem ) { - if ( elem.contentDocument != null && - - // Support: IE 11+ - // elements with no `data` attribute has an object - // `contentDocument` with a `null` prototype. - getProto( elem.contentDocument ) ) { - - return elem.contentDocument; - } - - // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only - // Treat the template element as a regular one in browsers that - // don't support it. - if ( nodeName( elem, "template" ) ) { - elem = elem.content || elem; - } - - return jQuery.merge( [], elem.childNodes ); - } -}, function( name, fn ) { - jQuery.fn[ name ] = function( until, selector ) { - var matched = jQuery.map( this, fn, until ); - - if ( name.slice( -5 ) !== "Until" ) { - selector = until; - } - - if ( selector && typeof selector === "string" ) { - matched = jQuery.filter( selector, matched ); - } - - if ( this.length > 1 ) { - - // Remove duplicates - if ( !guaranteedUnique[ name ] ) { - jQuery.uniqueSort( matched ); - } - - // Reverse order for parents* and prev-derivatives - if ( rparentsprev.test( name ) ) { - matched.reverse(); - } - } - - return this.pushStack( matched ); - }; -} ); -var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g ); - - - -// Convert String-formatted options into Object-formatted ones -function createOptions( options ) { - var object = {}; - jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) { - object[ flag ] = true; - } ); - return object; -} - -/* - * Create a callback list using the following parameters: - * - * options: an optional list of space-separated options that will change how - * the callback list behaves or a more traditional option object - * - * By default a callback list will act like an event callback list and can be - * "fired" multiple times. - * - * Possible options: - * - * once: will ensure the callback list can only be fired once (like a Deferred) - * - * memory: will keep track of previous values and will call any callback added - * after the list has been fired right away with the latest "memorized" - * values (like a Deferred) - * - * unique: will ensure a callback can only be added once (no duplicate in the list) - * - * stopOnFalse: interrupt callings when a callback returns false - * - */ -jQuery.Callbacks = function( options ) { - - // Convert options from String-formatted to Object-formatted if needed - // (we check in cache first) - options = typeof options === "string" ? - createOptions( options ) : - jQuery.extend( {}, options ); - - var // Flag to know if list is currently firing - firing, - - // Last fire value for non-forgettable lists - memory, - - // Flag to know if list was already fired - fired, - - // Flag to prevent firing - locked, - - // Actual callback list - list = [], - - // Queue of execution data for repeatable lists - queue = [], - - // Index of currently firing callback (modified by add/remove as needed) - firingIndex = -1, - - // Fire callbacks - fire = function() { - - // Enforce single-firing - locked = locked || options.once; - - // Execute callbacks for all pending executions, - // respecting firingIndex overrides and runtime changes - fired = firing = true; - for ( ; queue.length; firingIndex = -1 ) { - memory = queue.shift(); - while ( ++firingIndex < list.length ) { - - // Run callback and check for early termination - if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && - options.stopOnFalse ) { - - // Jump to end and forget the data so .add doesn't re-fire - firingIndex = list.length; - memory = false; - } - } - } - - // Forget the data if we're done with it - if ( !options.memory ) { - memory = false; - } - - firing = false; - - // Clean up if we're done firing for good - if ( locked ) { - - // Keep an empty list if we have data for future add calls - if ( memory ) { - list = []; - - // Otherwise, this object is spent - } else { - list = ""; - } - } - }, - - // Actual Callbacks object - self = { - - // Add a callback or a collection of callbacks to the list - add: function() { - if ( list ) { - - // If we have memory from a past run, we should fire after adding - if ( memory && !firing ) { - firingIndex = list.length - 1; - queue.push( memory ); - } - - ( function add( args ) { - jQuery.each( args, function( _, arg ) { - if ( isFunction( arg ) ) { - if ( !options.unique || !self.has( arg ) ) { - list.push( arg ); - } - } else if ( arg && arg.length && toType( arg ) !== "string" ) { - - // Inspect recursively - add( arg ); - } - } ); - } )( arguments ); - - if ( memory && !firing ) { - fire(); - } - } - return this; - }, - - // Remove a callback from the list - remove: function() { - jQuery.each( arguments, function( _, arg ) { - var index; - while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { - list.splice( index, 1 ); - - // Handle firing indexes - if ( index <= firingIndex ) { - firingIndex--; - } - } - } ); - return this; - }, - - // Check if a given callback is in the list. - // If no argument is given, return whether or not list has callbacks attached. - has: function( fn ) { - return fn ? - jQuery.inArray( fn, list ) > -1 : - list.length > 0; - }, - - // Remove all callbacks from the list - empty: function() { - if ( list ) { - list = []; - } - return this; - }, - - // Disable .fire and .add - // Abort any current/pending executions - // Clear all callbacks and values - disable: function() { - locked = queue = []; - list = memory = ""; - return this; - }, - disabled: function() { - return !list; - }, - - // Disable .fire - // Also disable .add unless we have memory (since it would have no effect) - // Abort any pending executions - lock: function() { - locked = queue = []; - if ( !memory && !firing ) { - list = memory = ""; - } - return this; - }, - locked: function() { - return !!locked; - }, - - // Call all callbacks with the given context and arguments - fireWith: function( context, args ) { - if ( !locked ) { - args = args || []; - args = [ context, args.slice ? args.slice() : args ]; - queue.push( args ); - if ( !firing ) { - fire(); - } - } - return this; - }, - - // Call all the callbacks with the given arguments - fire: function() { - self.fireWith( this, arguments ); - return this; - }, - - // To know if the callbacks have already been called at least once - fired: function() { - return !!fired; - } - }; - - return self; -}; - - -function Identity( v ) { - return v; -} -function Thrower( ex ) { - throw ex; -} - -function adoptValue( value, resolve, reject, noValue ) { - var method; - - try { - - // Check for promise aspect first to privilege synchronous behavior - if ( value && isFunction( ( method = value.promise ) ) ) { - method.call( value ).done( resolve ).fail( reject ); - - // Other thenables - } else if ( value && isFunction( ( method = value.then ) ) ) { - method.call( value, resolve, reject ); - - // Other non-thenables - } else { - - // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer: - // * false: [ value ].slice( 0 ) => resolve( value ) - // * true: [ value ].slice( 1 ) => resolve() - resolve.apply( undefined, [ value ].slice( noValue ) ); - } - - // For Promises/A+, convert exceptions into rejections - // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in - // Deferred#then to conditionally suppress rejection. - } catch ( value ) { - - // Support: Android 4.0 only - // Strict mode functions invoked without .call/.apply get global-object context - reject.apply( undefined, [ value ] ); - } -} - -jQuery.extend( { - - Deferred: function( func ) { - var tuples = [ - - // action, add listener, callbacks, - // ... .then handlers, argument index, [final state] - [ "notify", "progress", jQuery.Callbacks( "memory" ), - jQuery.Callbacks( "memory" ), 2 ], - [ "resolve", "done", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 0, "resolved" ], - [ "reject", "fail", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 1, "rejected" ] - ], - state = "pending", - promise = { - state: function() { - return state; - }, - always: function() { - deferred.done( arguments ).fail( arguments ); - return this; - }, - "catch": function( fn ) { - return promise.then( null, fn ); - }, - - // Keep pipe for back-compat - pipe: function( /* fnDone, fnFail, fnProgress */ ) { - var fns = arguments; - - return jQuery.Deferred( function( newDefer ) { - jQuery.each( tuples, function( _i, tuple ) { - - // Map tuples (progress, done, fail) to arguments (done, fail, progress) - var fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ]; - - // deferred.progress(function() { bind to newDefer or newDefer.notify }) - // deferred.done(function() { bind to newDefer or newDefer.resolve }) - // deferred.fail(function() { bind to newDefer or newDefer.reject }) - deferred[ tuple[ 1 ] ]( function() { - var returned = fn && fn.apply( this, arguments ); - if ( returned && isFunction( returned.promise ) ) { - returned.promise() - .progress( newDefer.notify ) - .done( newDefer.resolve ) - .fail( newDefer.reject ); - } else { - newDefer[ tuple[ 0 ] + "With" ]( - this, - fn ? [ returned ] : arguments - ); - } - } ); - } ); - fns = null; - } ).promise(); - }, - then: function( onFulfilled, onRejected, onProgress ) { - var maxDepth = 0; - function resolve( depth, deferred, handler, special ) { - return function() { - var that = this, - args = arguments, - mightThrow = function() { - var returned, then; - - // Support: Promises/A+ section 2.3.3.3.3 - // https://promisesaplus.com/#point-59 - // Ignore double-resolution attempts - if ( depth < maxDepth ) { - return; - } - - returned = handler.apply( that, args ); - - // Support: Promises/A+ section 2.3.1 - // https://promisesaplus.com/#point-48 - if ( returned === deferred.promise() ) { - throw new TypeError( "Thenable self-resolution" ); - } - - // Support: Promises/A+ sections 2.3.3.1, 3.5 - // https://promisesaplus.com/#point-54 - // https://promisesaplus.com/#point-75 - // Retrieve `then` only once - then = returned && - - // Support: Promises/A+ section 2.3.4 - // https://promisesaplus.com/#point-64 - // Only check objects and functions for thenability - ( typeof returned === "object" || - typeof returned === "function" ) && - returned.then; - - // Handle a returned thenable - if ( isFunction( then ) ) { - - // Special processors (notify) just wait for resolution - if ( special ) { - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ) - ); - - // Normal processors (resolve) also hook into progress - } else { - - // ...and disregard older resolution values - maxDepth++; - - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ), - resolve( maxDepth, deferred, Identity, - deferred.notifyWith ) - ); - } - - // Handle all other returned values - } else { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Identity ) { - that = undefined; - args = [ returned ]; - } - - // Process the value(s) - // Default process is resolve - ( special || deferred.resolveWith )( that, args ); - } - }, - - // Only normal processors (resolve) catch and reject exceptions - process = special ? - mightThrow : - function() { - try { - mightThrow(); - } catch ( e ) { - - if ( jQuery.Deferred.exceptionHook ) { - jQuery.Deferred.exceptionHook( e, - process.stackTrace ); - } - - // Support: Promises/A+ section 2.3.3.3.4.1 - // https://promisesaplus.com/#point-61 - // Ignore post-resolution exceptions - if ( depth + 1 >= maxDepth ) { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Thrower ) { - that = undefined; - args = [ e ]; - } - - deferred.rejectWith( that, args ); - } - } - }; - - // Support: Promises/A+ section 2.3.3.3.1 - // https://promisesaplus.com/#point-57 - // Re-resolve promises immediately to dodge false rejection from - // subsequent errors - if ( depth ) { - process(); - } else { - - // Call an optional hook to record the stack, in case of exception - // since it's otherwise lost when execution goes async - if ( jQuery.Deferred.getStackHook ) { - process.stackTrace = jQuery.Deferred.getStackHook(); - } - window.setTimeout( process ); - } - }; - } - - return jQuery.Deferred( function( newDefer ) { - - // progress_handlers.add( ... ) - tuples[ 0 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onProgress ) ? - onProgress : - Identity, - newDefer.notifyWith - ) - ); - - // fulfilled_handlers.add( ... ) - tuples[ 1 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onFulfilled ) ? - onFulfilled : - Identity - ) - ); - - // rejected_handlers.add( ... ) - tuples[ 2 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onRejected ) ? - onRejected : - Thrower - ) - ); - } ).promise(); - }, - - // Get a promise for this deferred - // If obj is provided, the promise aspect is added to the object - promise: function( obj ) { - return obj != null ? jQuery.extend( obj, promise ) : promise; - } - }, - deferred = {}; - - // Add list-specific methods - jQuery.each( tuples, function( i, tuple ) { - var list = tuple[ 2 ], - stateString = tuple[ 5 ]; - - // promise.progress = list.add - // promise.done = list.add - // promise.fail = list.add - promise[ tuple[ 1 ] ] = list.add; - - // Handle state - if ( stateString ) { - list.add( - function() { - - // state = "resolved" (i.e., fulfilled) - // state = "rejected" - state = stateString; - }, - - // rejected_callbacks.disable - // fulfilled_callbacks.disable - tuples[ 3 - i ][ 2 ].disable, - - // rejected_handlers.disable - // fulfilled_handlers.disable - tuples[ 3 - i ][ 3 ].disable, - - // progress_callbacks.lock - tuples[ 0 ][ 2 ].lock, - - // progress_handlers.lock - tuples[ 0 ][ 3 ].lock - ); - } - - // progress_handlers.fire - // fulfilled_handlers.fire - // rejected_handlers.fire - list.add( tuple[ 3 ].fire ); - - // deferred.notify = function() { deferred.notifyWith(...) } - // deferred.resolve = function() { deferred.resolveWith(...) } - // deferred.reject = function() { deferred.rejectWith(...) } - deferred[ tuple[ 0 ] ] = function() { - deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments ); - return this; - }; - - // deferred.notifyWith = list.fireWith - // deferred.resolveWith = list.fireWith - // deferred.rejectWith = list.fireWith - deferred[ tuple[ 0 ] + "With" ] = list.fireWith; - } ); - - // Make the deferred a promise - promise.promise( deferred ); - - // Call given func if any - if ( func ) { - func.call( deferred, deferred ); - } - - // All done! - return deferred; - }, - - // Deferred helper - when: function( singleValue ) { - var - - // count of uncompleted subordinates - remaining = arguments.length, - - // count of unprocessed arguments - i = remaining, - - // subordinate fulfillment data - resolveContexts = Array( i ), - resolveValues = slice.call( arguments ), - - // the master Deferred - master = jQuery.Deferred(), - - // subordinate callback factory - updateFunc = function( i ) { - return function( value ) { - resolveContexts[ i ] = this; - resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; - if ( !( --remaining ) ) { - master.resolveWith( resolveContexts, resolveValues ); - } - }; - }; - - // Single- and empty arguments are adopted like Promise.resolve - if ( remaining <= 1 ) { - adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject, - !remaining ); - - // Use .then() to unwrap secondary thenables (cf. gh-3000) - if ( master.state() === "pending" || - isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { - - return master.then(); - } - } - - // Multiple arguments are aggregated like Promise.all array elements - while ( i-- ) { - adoptValue( resolveValues[ i ], updateFunc( i ), master.reject ); - } - - return master.promise(); - } -} ); - - -// These usually indicate a programmer mistake during development, -// warn about them ASAP rather than swallowing them by default. -var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; - -jQuery.Deferred.exceptionHook = function( error, stack ) { - - // Support: IE 8 - 9 only - // Console exists when dev tools are open, which can happen at any time - if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) { - window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack ); - } -}; - - - - -jQuery.readyException = function( error ) { - window.setTimeout( function() { - throw error; - } ); -}; - - - - -// The deferred used on DOM ready -var readyList = jQuery.Deferred(); - -jQuery.fn.ready = function( fn ) { - - readyList - .then( fn ) - - // Wrap jQuery.readyException in a function so that the lookup - // happens at the time of error handling instead of callback - // registration. - .catch( function( error ) { - jQuery.readyException( error ); - } ); - - return this; -}; - -jQuery.extend( { - - // Is the DOM ready to be used? Set to true once it occurs. - isReady: false, - - // A counter to track how many items to wait for before - // the ready event fires. See #6781 - readyWait: 1, - - // Handle when the DOM is ready - ready: function( wait ) { - - // Abort if there are pending holds or we're already ready - if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { - return; - } - - // Remember that the DOM is ready - jQuery.isReady = true; - - // If a normal DOM Ready event fired, decrement, and wait if need be - if ( wait !== true && --jQuery.readyWait > 0 ) { - return; - } - - // If there are functions bound, to execute - readyList.resolveWith( document, [ jQuery ] ); - } -} ); - -jQuery.ready.then = readyList.then; - -// The ready event handler and self cleanup method -function completed() { - document.removeEventListener( "DOMContentLoaded", completed ); - window.removeEventListener( "load", completed ); - jQuery.ready(); -} - -// Catch cases where $(document).ready() is called -// after the browser event has already occurred. -// Support: IE <=9 - 10 only -// Older IE sometimes signals "interactive" too soon -if ( document.readyState === "complete" || - ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { - - // Handle it asynchronously to allow scripts the opportunity to delay ready - window.setTimeout( jQuery.ready ); - -} else { - - // Use the handy event callback - document.addEventListener( "DOMContentLoaded", completed ); - - // A fallback to window.onload, that will always work - window.addEventListener( "load", completed ); -} - - - - -// Multifunctional method to get and set values of a collection -// The value/s can optionally be executed if it's a function -var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { - var i = 0, - len = elems.length, - bulk = key == null; - - // Sets many values - if ( toType( key ) === "object" ) { - chainable = true; - for ( i in key ) { - access( elems, fn, i, key[ i ], true, emptyGet, raw ); - } - - // Sets one value - } else if ( value !== undefined ) { - chainable = true; - - if ( !isFunction( value ) ) { - raw = true; - } - - if ( bulk ) { - - // Bulk operations run against the entire set - if ( raw ) { - fn.call( elems, value ); - fn = null; - - // ...except when executing function values - } else { - bulk = fn; - fn = function( elem, _key, value ) { - return bulk.call( jQuery( elem ), value ); - }; - } - } - - if ( fn ) { - for ( ; i < len; i++ ) { - fn( - elems[ i ], key, raw ? - value : - value.call( elems[ i ], i, fn( elems[ i ], key ) ) - ); - } - } - } - - if ( chainable ) { - return elems; - } - - // Gets - if ( bulk ) { - return fn.call( elems ); - } - - return len ? fn( elems[ 0 ], key ) : emptyGet; -}; - - -// Matches dashed string for camelizing -var rmsPrefix = /^-ms-/, - rdashAlpha = /-([a-z])/g; - -// Used by camelCase as callback to replace() -function fcamelCase( _all, letter ) { - return letter.toUpperCase(); -} - -// Convert dashed to camelCase; used by the css and data modules -// Support: IE <=9 - 11, Edge 12 - 15 -// Microsoft forgot to hump their vendor prefix (#9572) -function camelCase( string ) { - return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); -} -var acceptData = function( owner ) { - - // Accepts only: - // - Node - // - Node.ELEMENT_NODE - // - Node.DOCUMENT_NODE - // - Object - // - Any - return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); -}; - - - - -function Data() { - this.expando = jQuery.expando + Data.uid++; -} - -Data.uid = 1; - -Data.prototype = { - - cache: function( owner ) { - - // Check if the owner object already has a cache - var value = owner[ this.expando ]; - - // If not, create one - if ( !value ) { - value = {}; - - // We can accept data for non-element nodes in modern browsers, - // but we should not, see #8335. - // Always return an empty object. - if ( acceptData( owner ) ) { - - // If it is a node unlikely to be stringify-ed or looped over - // use plain assignment - if ( owner.nodeType ) { - owner[ this.expando ] = value; - - // Otherwise secure it in a non-enumerable property - // configurable must be true to allow the property to be - // deleted when data is removed - } else { - Object.defineProperty( owner, this.expando, { - value: value, - configurable: true - } ); - } - } - } - - return value; - }, - set: function( owner, data, value ) { - var prop, - cache = this.cache( owner ); - - // Handle: [ owner, key, value ] args - // Always use camelCase key (gh-2257) - if ( typeof data === "string" ) { - cache[ camelCase( data ) ] = value; - - // Handle: [ owner, { properties } ] args - } else { - - // Copy the properties one-by-one to the cache object - for ( prop in data ) { - cache[ camelCase( prop ) ] = data[ prop ]; - } - } - return cache; - }, - get: function( owner, key ) { - return key === undefined ? - this.cache( owner ) : - - // Always use camelCase key (gh-2257) - owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ]; - }, - access: function( owner, key, value ) { - - // In cases where either: - // - // 1. No key was specified - // 2. A string key was specified, but no value provided - // - // Take the "read" path and allow the get method to determine - // which value to return, respectively either: - // - // 1. The entire cache object - // 2. The data stored at the key - // - if ( key === undefined || - ( ( key && typeof key === "string" ) && value === undefined ) ) { - - return this.get( owner, key ); - } - - // When the key is not a string, or both a key and value - // are specified, set or extend (existing objects) with either: - // - // 1. An object of properties - // 2. A key and value - // - this.set( owner, key, value ); - - // Since the "set" path can have two possible entry points - // return the expected data based on which path was taken[*] - return value !== undefined ? value : key; - }, - remove: function( owner, key ) { - var i, - cache = owner[ this.expando ]; - - if ( cache === undefined ) { - return; - } - - if ( key !== undefined ) { - - // Support array or space separated string of keys - if ( Array.isArray( key ) ) { - - // If key is an array of keys... - // We always set camelCase keys, so remove that. - key = key.map( camelCase ); - } else { - key = camelCase( key ); - - // If a key with the spaces exists, use it. - // Otherwise, create an array by matching non-whitespace - key = key in cache ? - [ key ] : - ( key.match( rnothtmlwhite ) || [] ); - } - - i = key.length; - - while ( i-- ) { - delete cache[ key[ i ] ]; - } - } - - // Remove the expando if there's no more data - if ( key === undefined || jQuery.isEmptyObject( cache ) ) { - - // Support: Chrome <=35 - 45 - // Webkit & Blink performance suffers when deleting properties - // from DOM nodes, so set to undefined instead - // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted) - if ( owner.nodeType ) { - owner[ this.expando ] = undefined; - } else { - delete owner[ this.expando ]; - } - } - }, - hasData: function( owner ) { - var cache = owner[ this.expando ]; - return cache !== undefined && !jQuery.isEmptyObject( cache ); - } -}; -var dataPriv = new Data(); - -var dataUser = new Data(); - - - -// Implementation Summary -// -// 1. Enforce API surface and semantic compatibility with 1.9.x branch -// 2. Improve the module's maintainability by reducing the storage -// paths to a single mechanism. -// 3. Use the same single mechanism to support "private" and "user" data. -// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) -// 5. Avoid exposing implementation details on user objects (eg. expando properties) -// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 - -var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, - rmultiDash = /[A-Z]/g; - -function getData( data ) { - if ( data === "true" ) { - return true; - } - - if ( data === "false" ) { - return false; - } - - if ( data === "null" ) { - return null; - } - - // Only convert to a number if it doesn't change the string - if ( data === +data + "" ) { - return +data; - } - - if ( rbrace.test( data ) ) { - return JSON.parse( data ); - } - - return data; -} - -function dataAttr( elem, key, data ) { - var name; - - // If nothing was found internally, try to fetch any - // data from the HTML5 data-* attribute - if ( data === undefined && elem.nodeType === 1 ) { - name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); - data = elem.getAttribute( name ); - - if ( typeof data === "string" ) { - try { - data = getData( data ); - } catch ( e ) {} - - // Make sure we set the data so it isn't changed later - dataUser.set( elem, key, data ); - } else { - data = undefined; - } - } - return data; -} - -jQuery.extend( { - hasData: function( elem ) { - return dataUser.hasData( elem ) || dataPriv.hasData( elem ); - }, - - data: function( elem, name, data ) { - return dataUser.access( elem, name, data ); - }, - - removeData: function( elem, name ) { - dataUser.remove( elem, name ); - }, - - // TODO: Now that all calls to _data and _removeData have been replaced - // with direct calls to dataPriv methods, these can be deprecated. - _data: function( elem, name, data ) { - return dataPriv.access( elem, name, data ); - }, - - _removeData: function( elem, name ) { - dataPriv.remove( elem, name ); - } -} ); - -jQuery.fn.extend( { - data: function( key, value ) { - var i, name, data, - elem = this[ 0 ], - attrs = elem && elem.attributes; - - // Gets all values - if ( key === undefined ) { - if ( this.length ) { - data = dataUser.get( elem ); - - if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { - i = attrs.length; - while ( i-- ) { - - // Support: IE 11 only - // The attrs elements can be null (#14894) - if ( attrs[ i ] ) { - name = attrs[ i ].name; - if ( name.indexOf( "data-" ) === 0 ) { - name = camelCase( name.slice( 5 ) ); - dataAttr( elem, name, data[ name ] ); - } - } - } - dataPriv.set( elem, "hasDataAttrs", true ); - } - } - - return data; - } - - // Sets multiple values - if ( typeof key === "object" ) { - return this.each( function() { - dataUser.set( this, key ); - } ); - } - - return access( this, function( value ) { - var data; - - // The calling jQuery object (element matches) is not empty - // (and therefore has an element appears at this[ 0 ]) and the - // `value` parameter was not undefined. An empty jQuery object - // will result in `undefined` for elem = this[ 0 ] which will - // throw an exception if an attempt to read a data cache is made. - if ( elem && value === undefined ) { - - // Attempt to get data from the cache - // The key will always be camelCased in Data - data = dataUser.get( elem, key ); - if ( data !== undefined ) { - return data; - } - - // Attempt to "discover" the data in - // HTML5 custom data-* attrs - data = dataAttr( elem, key ); - if ( data !== undefined ) { - return data; - } - - // We tried really hard, but the data doesn't exist. - return; - } - - // Set the data... - this.each( function() { - - // We always store the camelCased key - dataUser.set( this, key, value ); - } ); - }, null, value, arguments.length > 1, null, true ); - }, - - removeData: function( key ) { - return this.each( function() { - dataUser.remove( this, key ); - } ); - } -} ); - - -jQuery.extend( { - queue: function( elem, type, data ) { - var queue; - - if ( elem ) { - type = ( type || "fx" ) + "queue"; - queue = dataPriv.get( elem, type ); - - // Speed up dequeue by getting out quickly if this is just a lookup - if ( data ) { - if ( !queue || Array.isArray( data ) ) { - queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); - } else { - queue.push( data ); - } - } - return queue || []; - } - }, - - dequeue: function( elem, type ) { - type = type || "fx"; - - var queue = jQuery.queue( elem, type ), - startLength = queue.length, - fn = queue.shift(), - hooks = jQuery._queueHooks( elem, type ), - next = function() { - jQuery.dequeue( elem, type ); - }; - - // If the fx queue is dequeued, always remove the progress sentinel - if ( fn === "inprogress" ) { - fn = queue.shift(); - startLength--; - } - - if ( fn ) { - - // Add a progress sentinel to prevent the fx queue from being - // automatically dequeued - if ( type === "fx" ) { - queue.unshift( "inprogress" ); - } - - // Clear up the last queue stop function - delete hooks.stop; - fn.call( elem, next, hooks ); - } - - if ( !startLength && hooks ) { - hooks.empty.fire(); - } - }, - - // Not public - generate a queueHooks object, or return the current one - _queueHooks: function( elem, type ) { - var key = type + "queueHooks"; - return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { - empty: jQuery.Callbacks( "once memory" ).add( function() { - dataPriv.remove( elem, [ type + "queue", key ] ); - } ) - } ); - } -} ); - -jQuery.fn.extend( { - queue: function( type, data ) { - var setter = 2; - - if ( typeof type !== "string" ) { - data = type; - type = "fx"; - setter--; - } - - if ( arguments.length < setter ) { - return jQuery.queue( this[ 0 ], type ); - } - - return data === undefined ? - this : - this.each( function() { - var queue = jQuery.queue( this, type, data ); - - // Ensure a hooks for this queue - jQuery._queueHooks( this, type ); - - if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { - jQuery.dequeue( this, type ); - } - } ); - }, - dequeue: function( type ) { - return this.each( function() { - jQuery.dequeue( this, type ); - } ); - }, - clearQueue: function( type ) { - return this.queue( type || "fx", [] ); - }, - - // Get a promise resolved when queues of a certain type - // are emptied (fx is the type by default) - promise: function( type, obj ) { - var tmp, - count = 1, - defer = jQuery.Deferred(), - elements = this, - i = this.length, - resolve = function() { - if ( !( --count ) ) { - defer.resolveWith( elements, [ elements ] ); - } - }; - - if ( typeof type !== "string" ) { - obj = type; - type = undefined; - } - type = type || "fx"; - - while ( i-- ) { - tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); - if ( tmp && tmp.empty ) { - count++; - tmp.empty.add( resolve ); - } - } - resolve(); - return defer.promise( obj ); - } -} ); -var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; - -var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); - - -var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; - -var documentElement = document.documentElement; - - - - var isAttached = function( elem ) { - return jQuery.contains( elem.ownerDocument, elem ); - }, - composed = { composed: true }; - - // Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only - // Check attachment across shadow DOM boundaries when possible (gh-3504) - // Support: iOS 10.0-10.2 only - // Early iOS 10 versions support `attachShadow` but not `getRootNode`, - // leading to errors. We need to check for `getRootNode`. - if ( documentElement.getRootNode ) { - isAttached = function( elem ) { - return jQuery.contains( elem.ownerDocument, elem ) || - elem.getRootNode( composed ) === elem.ownerDocument; - }; - } -var isHiddenWithinTree = function( elem, el ) { - - // isHiddenWithinTree might be called from jQuery#filter function; - // in that case, element will be second argument - elem = el || elem; - - // Inline style trumps all - return elem.style.display === "none" || - elem.style.display === "" && - - // Otherwise, check computed style - // Support: Firefox <=43 - 45 - // Disconnected elements can have computed display: none, so first confirm that elem is - // in the document. - isAttached( elem ) && - - jQuery.css( elem, "display" ) === "none"; - }; - - - -function adjustCSS( elem, prop, valueParts, tween ) { - var adjusted, scale, - maxIterations = 20, - currentValue = tween ? - function() { - return tween.cur(); - } : - function() { - return jQuery.css( elem, prop, "" ); - }, - initial = currentValue(), - unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), - - // Starting value computation is required for potential unit mismatches - initialInUnit = elem.nodeType && - ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && - rcssNum.exec( jQuery.css( elem, prop ) ); - - if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { - - // Support: Firefox <=54 - // Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144) - initial = initial / 2; - - // Trust units reported by jQuery.css - unit = unit || initialInUnit[ 3 ]; - - // Iteratively approximate from a nonzero starting point - initialInUnit = +initial || 1; - - while ( maxIterations-- ) { - - // Evaluate and update our best guess (doubling guesses that zero out). - // Finish if the scale equals or crosses 1 (making the old*new product non-positive). - jQuery.style( elem, prop, initialInUnit + unit ); - if ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) { - maxIterations = 0; - } - initialInUnit = initialInUnit / scale; - - } - - initialInUnit = initialInUnit * 2; - jQuery.style( elem, prop, initialInUnit + unit ); - - // Make sure we update the tween properties later on - valueParts = valueParts || []; - } - - if ( valueParts ) { - initialInUnit = +initialInUnit || +initial || 0; - - // Apply relative offset (+=/-=) if specified - adjusted = valueParts[ 1 ] ? - initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : - +valueParts[ 2 ]; - if ( tween ) { - tween.unit = unit; - tween.start = initialInUnit; - tween.end = adjusted; - } - } - return adjusted; -} - - -var defaultDisplayMap = {}; - -function getDefaultDisplay( elem ) { - var temp, - doc = elem.ownerDocument, - nodeName = elem.nodeName, - display = defaultDisplayMap[ nodeName ]; - - if ( display ) { - return display; - } - - temp = doc.body.appendChild( doc.createElement( nodeName ) ); - display = jQuery.css( temp, "display" ); - - temp.parentNode.removeChild( temp ); - - if ( display === "none" ) { - display = "block"; - } - defaultDisplayMap[ nodeName ] = display; - - return display; -} - -function showHide( elements, show ) { - var display, elem, - values = [], - index = 0, - length = elements.length; - - // Determine new display value for elements that need to change - for ( ; index < length; index++ ) { - elem = elements[ index ]; - if ( !elem.style ) { - continue; - } - - display = elem.style.display; - if ( show ) { - - // Since we force visibility upon cascade-hidden elements, an immediate (and slow) - // check is required in this first loop unless we have a nonempty display value (either - // inline or about-to-be-restored) - if ( display === "none" ) { - values[ index ] = dataPriv.get( elem, "display" ) || null; - if ( !values[ index ] ) { - elem.style.display = ""; - } - } - if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) { - values[ index ] = getDefaultDisplay( elem ); - } - } else { - if ( display !== "none" ) { - values[ index ] = "none"; - - // Remember what we're overwriting - dataPriv.set( elem, "display", display ); - } - } - } - - // Set the display of the elements in a second loop to avoid constant reflow - for ( index = 0; index < length; index++ ) { - if ( values[ index ] != null ) { - elements[ index ].style.display = values[ index ]; - } - } - - return elements; -} - -jQuery.fn.extend( { - show: function() { - return showHide( this, true ); - }, - hide: function() { - return showHide( this ); - }, - toggle: function( state ) { - if ( typeof state === "boolean" ) { - return state ? this.show() : this.hide(); - } - - return this.each( function() { - if ( isHiddenWithinTree( this ) ) { - jQuery( this ).show(); - } else { - jQuery( this ).hide(); - } - } ); - } -} ); -var rcheckableType = ( /^(?:checkbox|radio)$/i ); - -var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]*)/i ); - -var rscriptType = ( /^$|^module$|\/(?:java|ecma)script/i ); - - - -( function() { - var fragment = document.createDocumentFragment(), - div = fragment.appendChild( document.createElement( "div" ) ), - input = document.createElement( "input" ); - - // Support: Android 4.0 - 4.3 only - // Check state lost if the name is set (#11217) - // Support: Windows Web Apps (WWA) - // `name` and `type` must use .setAttribute for WWA (#14901) - input.setAttribute( "type", "radio" ); - input.setAttribute( "checked", "checked" ); - input.setAttribute( "name", "t" ); - - div.appendChild( input ); - - // Support: Android <=4.1 only - // Older WebKit doesn't clone checked state correctly in fragments - support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; - - // Support: IE <=11 only - // Make sure textarea (and checkbox) defaultValue is properly cloned - div.innerHTML = ""; - support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; - - // Support: IE <=9 only - // IE <=9 replaces "; - support.option = !!div.lastChild; -} )(); - - -// We have to close these tags to support XHTML (#13200) -var wrapMap = { - - // XHTML parsers do not magically insert elements in the - // same way that tag soup parsers do. So we cannot shorten - // this by omitting or other required elements. - thead: [ 1, "", "
" ], - col: [ 2, "", "
" ], - tr: [ 2, "", "
" ], - td: [ 3, "", "
" ], - - _default: [ 0, "", "" ] -}; - -wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -wrapMap.th = wrapMap.td; - -// Support: IE <=9 only -if ( !support.option ) { - wrapMap.optgroup = wrapMap.option = [ 1, "" ]; -} - - -function getAll( context, tag ) { - - // Support: IE <=9 - 11 only - // Use typeof to avoid zero-argument method invocation on host objects (#15151) - var ret; - - if ( typeof context.getElementsByTagName !== "undefined" ) { - ret = context.getElementsByTagName( tag || "*" ); - - } else if ( typeof context.querySelectorAll !== "undefined" ) { - ret = context.querySelectorAll( tag || "*" ); - - } else { - ret = []; - } - - if ( tag === undefined || tag && nodeName( context, tag ) ) { - return jQuery.merge( [ context ], ret ); - } - - return ret; -} - - -// Mark scripts as having already been evaluated -function setGlobalEval( elems, refElements ) { - var i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - dataPriv.set( - elems[ i ], - "globalEval", - !refElements || dataPriv.get( refElements[ i ], "globalEval" ) - ); - } -} - - -var rhtml = /<|&#?\w+;/; - -function buildFragment( elems, context, scripts, selection, ignored ) { - var elem, tmp, tag, wrap, attached, j, - fragment = context.createDocumentFragment(), - nodes = [], - i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - elem = elems[ i ]; - - if ( elem || elem === 0 ) { - - // Add nodes directly - if ( toType( elem ) === "object" ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); - - // Convert non-html into a text node - } else if ( !rhtml.test( elem ) ) { - nodes.push( context.createTextNode( elem ) ); - - // Convert html into DOM nodes - } else { - tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); - - // Deserialize a standard representation - tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); - wrap = wrapMap[ tag ] || wrapMap._default; - tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; - - // Descend through wrappers to the right content - j = wrap[ 0 ]; - while ( j-- ) { - tmp = tmp.lastChild; - } - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, tmp.childNodes ); - - // Remember the top-level container - tmp = fragment.firstChild; - - // Ensure the created nodes are orphaned (#12392) - tmp.textContent = ""; - } - } - } - - // Remove wrapper from fragment - fragment.textContent = ""; - - i = 0; - while ( ( elem = nodes[ i++ ] ) ) { - - // Skip elements already in the context collection (trac-4087) - if ( selection && jQuery.inArray( elem, selection ) > -1 ) { - if ( ignored ) { - ignored.push( elem ); - } - continue; - } - - attached = isAttached( elem ); - - // Append to fragment - tmp = getAll( fragment.appendChild( elem ), "script" ); - - // Preserve script evaluation history - if ( attached ) { - setGlobalEval( tmp ); - } - - // Capture executables - if ( scripts ) { - j = 0; - while ( ( elem = tmp[ j++ ] ) ) { - if ( rscriptType.test( elem.type || "" ) ) { - scripts.push( elem ); - } - } - } - } - - return fragment; -} - - -var - rkeyEvent = /^key/, - rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, - rtypenamespace = /^([^.]*)(?:\.(.+)|)/; - -function returnTrue() { - return true; -} - -function returnFalse() { - return false; -} - -// Support: IE <=9 - 11+ -// focus() and blur() are asynchronous, except when they are no-op. -// So expect focus to be synchronous when the element is already active, -// and blur to be synchronous when the element is not already active. -// (focus and blur are always synchronous in other supported browsers, -// this just defines when we can count on it). -function expectSync( elem, type ) { - return ( elem === safeActiveElement() ) === ( type === "focus" ); -} - -// Support: IE <=9 only -// Accessing document.activeElement can throw unexpectedly -// https://bugs.jquery.com/ticket/13393 -function safeActiveElement() { - try { - return document.activeElement; - } catch ( err ) { } -} - -function on( elem, types, selector, data, fn, one ) { - var origFn, type; - - // Types can be a map of types/handlers - if ( typeof types === "object" ) { - - // ( types-Object, selector, data ) - if ( typeof selector !== "string" ) { - - // ( types-Object, data ) - data = data || selector; - selector = undefined; - } - for ( type in types ) { - on( elem, type, selector, data, types[ type ], one ); - } - return elem; - } - - if ( data == null && fn == null ) { - - // ( types, fn ) - fn = selector; - data = selector = undefined; - } else if ( fn == null ) { - if ( typeof selector === "string" ) { - - // ( types, selector, fn ) - fn = data; - data = undefined; - } else { - - // ( types, data, fn ) - fn = data; - data = selector; - selector = undefined; - } - } - if ( fn === false ) { - fn = returnFalse; - } else if ( !fn ) { - return elem; - } - - if ( one === 1 ) { - origFn = fn; - fn = function( event ) { - - // Can use an empty set, since event contains the info - jQuery().off( event ); - return origFn.apply( this, arguments ); - }; - - // Use same guid so caller can remove using origFn - fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); - } - return elem.each( function() { - jQuery.event.add( this, types, fn, data, selector ); - } ); -} - -/* - * Helper functions for managing events -- not part of the public interface. - * Props to Dean Edwards' addEvent library for many of the ideas. - */ -jQuery.event = { - - global: {}, - - add: function( elem, types, handler, data, selector ) { - - var handleObjIn, eventHandle, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.get( elem ); - - // Only attach events to objects that accept data - if ( !acceptData( elem ) ) { - return; - } - - // Caller can pass in an object of custom data in lieu of the handler - if ( handler.handler ) { - handleObjIn = handler; - handler = handleObjIn.handler; - selector = handleObjIn.selector; - } - - // Ensure that invalid selectors throw exceptions at attach time - // Evaluate against documentElement in case elem is a non-element node (e.g., document) - if ( selector ) { - jQuery.find.matchesSelector( documentElement, selector ); - } - - // Make sure that the handler has a unique ID, used to find/remove it later - if ( !handler.guid ) { - handler.guid = jQuery.guid++; - } - - // Init the element's event structure and main handler, if this is the first - if ( !( events = elemData.events ) ) { - events = elemData.events = Object.create( null ); - } - if ( !( eventHandle = elemData.handle ) ) { - eventHandle = elemData.handle = function( e ) { - - // Discard the second event of a jQuery.event.trigger() and - // when an event is called after a page has unloaded - return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? - jQuery.event.dispatch.apply( elem, arguments ) : undefined; - }; - } - - // Handle multiple events separated by a space - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // There *must* be a type, no attaching namespace-only handlers - if ( !type ) { - continue; - } - - // If event changes its type, use the special event handlers for the changed type - special = jQuery.event.special[ type ] || {}; - - // If selector defined, determine special event api type, otherwise given type - type = ( selector ? special.delegateType : special.bindType ) || type; - - // Update special based on newly reset type - special = jQuery.event.special[ type ] || {}; - - // handleObj is passed to all event handlers - handleObj = jQuery.extend( { - type: type, - origType: origType, - data: data, - handler: handler, - guid: handler.guid, - selector: selector, - needsContext: selector && jQuery.expr.match.needsContext.test( selector ), - namespace: namespaces.join( "." ) - }, handleObjIn ); - - // Init the event handler queue if we're the first - if ( !( handlers = events[ type ] ) ) { - handlers = events[ type ] = []; - handlers.delegateCount = 0; - - // Only use addEventListener if the special events handler returns false - if ( !special.setup || - special.setup.call( elem, data, namespaces, eventHandle ) === false ) { - - if ( elem.addEventListener ) { - elem.addEventListener( type, eventHandle ); - } - } - } - - if ( special.add ) { - special.add.call( elem, handleObj ); - - if ( !handleObj.handler.guid ) { - handleObj.handler.guid = handler.guid; - } - } - - // Add to the element's handler list, delegates in front - if ( selector ) { - handlers.splice( handlers.delegateCount++, 0, handleObj ); - } else { - handlers.push( handleObj ); - } - - // Keep track of which events have ever been used, for event optimization - jQuery.event.global[ type ] = true; - } - - }, - - // Detach an event or set of events from an element - remove: function( elem, types, handler, selector, mappedTypes ) { - - var j, origCount, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); - - if ( !elemData || !( events = elemData.events ) ) { - return; - } - - // Once for each type.namespace in types; type may be omitted - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // Unbind all events (on this namespace, if provided) for the element - if ( !type ) { - for ( type in events ) { - jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); - } - continue; - } - - special = jQuery.event.special[ type ] || {}; - type = ( selector ? special.delegateType : special.bindType ) || type; - handlers = events[ type ] || []; - tmp = tmp[ 2 ] && - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); - - // Remove matching events - origCount = j = handlers.length; - while ( j-- ) { - handleObj = handlers[ j ]; - - if ( ( mappedTypes || origType === handleObj.origType ) && - ( !handler || handler.guid === handleObj.guid ) && - ( !tmp || tmp.test( handleObj.namespace ) ) && - ( !selector || selector === handleObj.selector || - selector === "**" && handleObj.selector ) ) { - handlers.splice( j, 1 ); - - if ( handleObj.selector ) { - handlers.delegateCount--; - } - if ( special.remove ) { - special.remove.call( elem, handleObj ); - } - } - } - - // Remove generic event handler if we removed something and no more handlers exist - // (avoids potential for endless recursion during removal of special event handlers) - if ( origCount && !handlers.length ) { - if ( !special.teardown || - special.teardown.call( elem, namespaces, elemData.handle ) === false ) { - - jQuery.removeEvent( elem, type, elemData.handle ); - } - - delete events[ type ]; - } - } - - // Remove data and the expando if it's no longer used - if ( jQuery.isEmptyObject( events ) ) { - dataPriv.remove( elem, "handle events" ); - } - }, - - dispatch: function( nativeEvent ) { - - var i, j, ret, matched, handleObj, handlerQueue, - args = new Array( arguments.length ), - - // Make a writable jQuery.Event from the native event object - event = jQuery.event.fix( nativeEvent ), - - handlers = ( - dataPriv.get( this, "events" ) || Object.create( null ) - )[ event.type ] || [], - special = jQuery.event.special[ event.type ] || {}; - - // Use the fix-ed jQuery.Event rather than the (read-only) native event - args[ 0 ] = event; - - for ( i = 1; i < arguments.length; i++ ) { - args[ i ] = arguments[ i ]; - } - - event.delegateTarget = this; - - // Call the preDispatch hook for the mapped type, and let it bail if desired - if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { - return; - } - - // Determine handlers - handlerQueue = jQuery.event.handlers.call( this, event, handlers ); - - // Run delegates first; they may want to stop propagation beneath us - i = 0; - while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { - event.currentTarget = matched.elem; - - j = 0; - while ( ( handleObj = matched.handlers[ j++ ] ) && - !event.isImmediatePropagationStopped() ) { - - // If the event is namespaced, then each handler is only invoked if it is - // specially universal or its namespaces are a superset of the event's. - if ( !event.rnamespace || handleObj.namespace === false || - event.rnamespace.test( handleObj.namespace ) ) { - - event.handleObj = handleObj; - event.data = handleObj.data; - - ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || - handleObj.handler ).apply( matched.elem, args ); - - if ( ret !== undefined ) { - if ( ( event.result = ret ) === false ) { - event.preventDefault(); - event.stopPropagation(); - } - } - } - } - } - - // Call the postDispatch hook for the mapped type - if ( special.postDispatch ) { - special.postDispatch.call( this, event ); - } - - return event.result; - }, - - handlers: function( event, handlers ) { - var i, handleObj, sel, matchedHandlers, matchedSelectors, - handlerQueue = [], - delegateCount = handlers.delegateCount, - cur = event.target; - - // Find delegate handlers - if ( delegateCount && - - // Support: IE <=9 - // Black-hole SVG instance trees (trac-13180) - cur.nodeType && - - // Support: Firefox <=42 - // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) - // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click - // Support: IE 11 only - // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) - !( event.type === "click" && event.button >= 1 ) ) { - - for ( ; cur !== this; cur = cur.parentNode || this ) { - - // Don't check non-elements (#13208) - // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) - if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) { - matchedHandlers = []; - matchedSelectors = {}; - for ( i = 0; i < delegateCount; i++ ) { - handleObj = handlers[ i ]; - - // Don't conflict with Object.prototype properties (#13203) - sel = handleObj.selector + " "; - - if ( matchedSelectors[ sel ] === undefined ) { - matchedSelectors[ sel ] = handleObj.needsContext ? - jQuery( sel, this ).index( cur ) > -1 : - jQuery.find( sel, this, null, [ cur ] ).length; - } - if ( matchedSelectors[ sel ] ) { - matchedHandlers.push( handleObj ); - } - } - if ( matchedHandlers.length ) { - handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); - } - } - } - } - - // Add the remaining (directly-bound) handlers - cur = this; - if ( delegateCount < handlers.length ) { - handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); - } - - return handlerQueue; - }, - - addProp: function( name, hook ) { - Object.defineProperty( jQuery.Event.prototype, name, { - enumerable: true, - configurable: true, - - get: isFunction( hook ) ? - function() { - if ( this.originalEvent ) { - return hook( this.originalEvent ); - } - } : - function() { - if ( this.originalEvent ) { - return this.originalEvent[ name ]; - } - }, - - set: function( value ) { - Object.defineProperty( this, name, { - enumerable: true, - configurable: true, - writable: true, - value: value - } ); - } - } ); - }, - - fix: function( originalEvent ) { - return originalEvent[ jQuery.expando ] ? - originalEvent : - new jQuery.Event( originalEvent ); - }, - - special: { - load: { - - // Prevent triggered image.load events from bubbling to window.load - noBubble: true - }, - click: { - - // Utilize native event to ensure correct state for checkable inputs - setup: function( data ) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Claim the first handler - if ( rcheckableType.test( el.type ) && - el.click && nodeName( el, "input" ) ) { - - // dataPriv.set( el, "click", ... ) - leverageNative( el, "click", returnTrue ); - } - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function( data ) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Force setup before triggering a click - if ( rcheckableType.test( el.type ) && - el.click && nodeName( el, "input" ) ) { - - leverageNative( el, "click" ); - } - - // Return non-false to allow normal event-path propagation - return true; - }, - - // For cross-browser consistency, suppress native .click() on links - // Also prevent it if we're currently inside a leveraged native-event stack - _default: function( event ) { - var target = event.target; - return rcheckableType.test( target.type ) && - target.click && nodeName( target, "input" ) && - dataPriv.get( target, "click" ) || - nodeName( target, "a" ); - } - }, - - beforeunload: { - postDispatch: function( event ) { - - // Support: Firefox 20+ - // Firefox doesn't alert if the returnValue field is not set. - if ( event.result !== undefined && event.originalEvent ) { - event.originalEvent.returnValue = event.result; - } - } - } - } -}; - -// Ensure the presence of an event listener that handles manually-triggered -// synthetic events by interrupting progress until reinvoked in response to -// *native* events that it fires directly, ensuring that state changes have -// already occurred before other listeners are invoked. -function leverageNative( el, type, expectSync ) { - - // Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add - if ( !expectSync ) { - if ( dataPriv.get( el, type ) === undefined ) { - jQuery.event.add( el, type, returnTrue ); - } - return; - } - - // Register the controller as a special universal handler for all event namespaces - dataPriv.set( el, type, false ); - jQuery.event.add( el, type, { - namespace: false, - handler: function( event ) { - var notAsync, result, - saved = dataPriv.get( this, type ); - - if ( ( event.isTrigger & 1 ) && this[ type ] ) { - - // Interrupt processing of the outer synthetic .trigger()ed event - // Saved data should be false in such cases, but might be a leftover capture object - // from an async native handler (gh-4350) - if ( !saved.length ) { - - // Store arguments for use when handling the inner native event - // There will always be at least one argument (an event object), so this array - // will not be confused with a leftover capture object. - saved = slice.call( arguments ); - dataPriv.set( this, type, saved ); - - // Trigger the native event and capture its result - // Support: IE <=9 - 11+ - // focus() and blur() are asynchronous - notAsync = expectSync( this, type ); - this[ type ](); - result = dataPriv.get( this, type ); - if ( saved !== result || notAsync ) { - dataPriv.set( this, type, false ); - } else { - result = {}; - } - if ( saved !== result ) { - - // Cancel the outer synthetic event - event.stopImmediatePropagation(); - event.preventDefault(); - return result.value; - } - - // If this is an inner synthetic event for an event with a bubbling surrogate - // (focus or blur), assume that the surrogate already propagated from triggering the - // native event and prevent that from happening again here. - // This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the - // bubbling surrogate propagates *after* the non-bubbling base), but that seems - // less bad than duplication. - } else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) { - event.stopPropagation(); - } - - // If this is a native event triggered above, everything is now in order - // Fire an inner synthetic event with the original arguments - } else if ( saved.length ) { - - // ...and capture the result - dataPriv.set( this, type, { - value: jQuery.event.trigger( - - // Support: IE <=9 - 11+ - // Extend with the prototype to reset the above stopImmediatePropagation() - jQuery.extend( saved[ 0 ], jQuery.Event.prototype ), - saved.slice( 1 ), - this - ) - } ); - - // Abort handling of the native event - event.stopImmediatePropagation(); - } - } - } ); -} - -jQuery.removeEvent = function( elem, type, handle ) { - - // This "if" is needed for plain objects - if ( elem.removeEventListener ) { - elem.removeEventListener( type, handle ); - } -}; - -jQuery.Event = function( src, props ) { - - // Allow instantiation without the 'new' keyword - if ( !( this instanceof jQuery.Event ) ) { - return new jQuery.Event( src, props ); - } - - // Event object - if ( src && src.type ) { - this.originalEvent = src; - this.type = src.type; - - // Events bubbling up the document may have been marked as prevented - // by a handler lower down the tree; reflect the correct value. - this.isDefaultPrevented = src.defaultPrevented || - src.defaultPrevented === undefined && - - // Support: Android <=2.3 only - src.returnValue === false ? - returnTrue : - returnFalse; - - // Create target properties - // Support: Safari <=6 - 7 only - // Target should not be a text node (#504, #13143) - this.target = ( src.target && src.target.nodeType === 3 ) ? - src.target.parentNode : - src.target; - - this.currentTarget = src.currentTarget; - this.relatedTarget = src.relatedTarget; - - // Event type - } else { - this.type = src; - } - - // Put explicitly provided properties onto the event object - if ( props ) { - jQuery.extend( this, props ); - } - - // Create a timestamp if incoming event doesn't have one - this.timeStamp = src && src.timeStamp || Date.now(); - - // Mark it as fixed - this[ jQuery.expando ] = true; -}; - -// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding -// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html -jQuery.Event.prototype = { - constructor: jQuery.Event, - isDefaultPrevented: returnFalse, - isPropagationStopped: returnFalse, - isImmediatePropagationStopped: returnFalse, - isSimulated: false, - - preventDefault: function() { - var e = this.originalEvent; - - this.isDefaultPrevented = returnTrue; - - if ( e && !this.isSimulated ) { - e.preventDefault(); - } - }, - stopPropagation: function() { - var e = this.originalEvent; - - this.isPropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopPropagation(); - } - }, - stopImmediatePropagation: function() { - var e = this.originalEvent; - - this.isImmediatePropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopImmediatePropagation(); - } - - this.stopPropagation(); - } -}; - -// Includes all common event props including KeyEvent and MouseEvent specific props -jQuery.each( { - altKey: true, - bubbles: true, - cancelable: true, - changedTouches: true, - ctrlKey: true, - detail: true, - eventPhase: true, - metaKey: true, - pageX: true, - pageY: true, - shiftKey: true, - view: true, - "char": true, - code: true, - charCode: true, - key: true, - keyCode: true, - button: true, - buttons: true, - clientX: true, - clientY: true, - offsetX: true, - offsetY: true, - pointerId: true, - pointerType: true, - screenX: true, - screenY: true, - targetTouches: true, - toElement: true, - touches: true, - - which: function( event ) { - var button = event.button; - - // Add which for key events - if ( event.which == null && rkeyEvent.test( event.type ) ) { - return event.charCode != null ? event.charCode : event.keyCode; - } - - // Add which for click: 1 === left; 2 === middle; 3 === right - if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) { - if ( button & 1 ) { - return 1; - } - - if ( button & 2 ) { - return 3; - } - - if ( button & 4 ) { - return 2; - } - - return 0; - } - - return event.which; - } -}, jQuery.event.addProp ); - -jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateType ) { - jQuery.event.special[ type ] = { - - // Utilize native event if possible so blur/focus sequence is correct - setup: function() { - - // Claim the first handler - // dataPriv.set( this, "focus", ... ) - // dataPriv.set( this, "blur", ... ) - leverageNative( this, type, expectSync ); - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function() { - - // Force setup before trigger - leverageNative( this, type ); - - // Return non-false to allow normal event-path propagation - return true; - }, - - delegateType: delegateType - }; -} ); - -// Create mouseenter/leave events using mouseover/out and event-time checks -// so that event delegation works in jQuery. -// Do the same for pointerenter/pointerleave and pointerover/pointerout -// -// Support: Safari 7 only -// Safari sends mouseenter too often; see: -// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 -// for the description of the bug (it existed in older Chrome versions as well). -jQuery.each( { - mouseenter: "mouseover", - mouseleave: "mouseout", - pointerenter: "pointerover", - pointerleave: "pointerout" -}, function( orig, fix ) { - jQuery.event.special[ orig ] = { - delegateType: fix, - bindType: fix, - - handle: function( event ) { - var ret, - target = this, - related = event.relatedTarget, - handleObj = event.handleObj; - - // For mouseenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { - event.type = handleObj.origType; - ret = handleObj.handler.apply( this, arguments ); - event.type = fix; - } - return ret; - } - }; -} ); - -jQuery.fn.extend( { - - on: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn ); - }, - one: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn, 1 ); - }, - off: function( types, selector, fn ) { - var handleObj, type; - if ( types && types.preventDefault && types.handleObj ) { - - // ( event ) dispatched jQuery.Event - handleObj = types.handleObj; - jQuery( types.delegateTarget ).off( - handleObj.namespace ? - handleObj.origType + "." + handleObj.namespace : - handleObj.origType, - handleObj.selector, - handleObj.handler - ); - return this; - } - if ( typeof types === "object" ) { - - // ( types-object [, selector] ) - for ( type in types ) { - this.off( type, selector, types[ type ] ); - } - return this; - } - if ( selector === false || typeof selector === "function" ) { - - // ( types [, fn] ) - fn = selector; - selector = undefined; - } - if ( fn === false ) { - fn = returnFalse; - } - return this.each( function() { - jQuery.event.remove( this, types, fn, selector ); - } ); - } -} ); - - -var - - // Support: IE <=10 - 11, Edge 12 - 13 only - // In IE/Edge using regex groups here causes severe slowdowns. - // See https://connect.microsoft.com/IE/feedback/details/1736512/ - rnoInnerhtml = /\s*$/g; - -// Prefer a tbody over its parent table for containing new rows -function manipulationTarget( elem, content ) { - if ( nodeName( elem, "table" ) && - nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) { - - return jQuery( elem ).children( "tbody" )[ 0 ] || elem; - } - - return elem; -} - -// Replace/restore the type attribute of script elements for safe DOM manipulation -function disableScript( elem ) { - elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; - return elem; -} -function restoreScript( elem ) { - if ( ( elem.type || "" ).slice( 0, 5 ) === "true/" ) { - elem.type = elem.type.slice( 5 ); - } else { - elem.removeAttribute( "type" ); - } - - return elem; -} - -function cloneCopyEvent( src, dest ) { - var i, l, type, pdataOld, udataOld, udataCur, events; - - if ( dest.nodeType !== 1 ) { - return; - } - - // 1. Copy private data: events, handlers, etc. - if ( dataPriv.hasData( src ) ) { - pdataOld = dataPriv.get( src ); - events = pdataOld.events; - - if ( events ) { - dataPriv.remove( dest, "handle events" ); - - for ( type in events ) { - for ( i = 0, l = events[ type ].length; i < l; i++ ) { - jQuery.event.add( dest, type, events[ type ][ i ] ); - } - } - } - } - - // 2. Copy user data - if ( dataUser.hasData( src ) ) { - udataOld = dataUser.access( src ); - udataCur = jQuery.extend( {}, udataOld ); - - dataUser.set( dest, udataCur ); - } -} - -// Fix IE bugs, see support tests -function fixInput( src, dest ) { - var nodeName = dest.nodeName.toLowerCase(); - - // Fails to persist the checked state of a cloned checkbox or radio button. - if ( nodeName === "input" && rcheckableType.test( src.type ) ) { - dest.checked = src.checked; - - // Fails to return the selected option to the default selected state when cloning options - } else if ( nodeName === "input" || nodeName === "textarea" ) { - dest.defaultValue = src.defaultValue; - } -} - -function domManip( collection, args, callback, ignored ) { - - // Flatten any nested arrays - args = flat( args ); - - var fragment, first, scripts, hasScripts, node, doc, - i = 0, - l = collection.length, - iNoClone = l - 1, - value = args[ 0 ], - valueIsFunction = isFunction( value ); - - // We can't cloneNode fragments that contain checked, in WebKit - if ( valueIsFunction || - ( l > 1 && typeof value === "string" && - !support.checkClone && rchecked.test( value ) ) ) { - return collection.each( function( index ) { - var self = collection.eq( index ); - if ( valueIsFunction ) { - args[ 0 ] = value.call( this, index, self.html() ); - } - domManip( self, args, callback, ignored ); - } ); - } - - if ( l ) { - fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); - first = fragment.firstChild; - - if ( fragment.childNodes.length === 1 ) { - fragment = first; - } - - // Require either new content or an interest in ignored elements to invoke the callback - if ( first || ignored ) { - scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); - hasScripts = scripts.length; - - // Use the original fragment for the last item - // instead of the first because it can end up - // being emptied incorrectly in certain situations (#8070). - for ( ; i < l; i++ ) { - node = fragment; - - if ( i !== iNoClone ) { - node = jQuery.clone( node, true, true ); - - // Keep references to cloned scripts for later restoration - if ( hasScripts ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( scripts, getAll( node, "script" ) ); - } - } - - callback.call( collection[ i ], node, i ); - } - - if ( hasScripts ) { - doc = scripts[ scripts.length - 1 ].ownerDocument; - - // Reenable scripts - jQuery.map( scripts, restoreScript ); - - // Evaluate executable scripts on first document insertion - for ( i = 0; i < hasScripts; i++ ) { - node = scripts[ i ]; - if ( rscriptType.test( node.type || "" ) && - !dataPriv.access( node, "globalEval" ) && - jQuery.contains( doc, node ) ) { - - if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) { - - // Optional AJAX dependency, but won't run scripts if not present - if ( jQuery._evalUrl && !node.noModule ) { - jQuery._evalUrl( node.src, { - nonce: node.nonce || node.getAttribute( "nonce" ) - }, doc ); - } - } else { - DOMEval( node.textContent.replace( rcleanScript, "" ), node, doc ); - } - } - } - } - } - } - - return collection; -} - -function remove( elem, selector, keepData ) { - var node, - nodes = selector ? jQuery.filter( selector, elem ) : elem, - i = 0; - - for ( ; ( node = nodes[ i ] ) != null; i++ ) { - if ( !keepData && node.nodeType === 1 ) { - jQuery.cleanData( getAll( node ) ); - } - - if ( node.parentNode ) { - if ( keepData && isAttached( node ) ) { - setGlobalEval( getAll( node, "script" ) ); - } - node.parentNode.removeChild( node ); - } - } - - return elem; -} - -jQuery.extend( { - htmlPrefilter: function( html ) { - return html; - }, - - clone: function( elem, dataAndEvents, deepDataAndEvents ) { - var i, l, srcElements, destElements, - clone = elem.cloneNode( true ), - inPage = isAttached( elem ); - - // Fix IE cloning issues - if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && - !jQuery.isXMLDoc( elem ) ) { - - // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2 - destElements = getAll( clone ); - srcElements = getAll( elem ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - fixInput( srcElements[ i ], destElements[ i ] ); - } - } - - // Copy the events from the original to the clone - if ( dataAndEvents ) { - if ( deepDataAndEvents ) { - srcElements = srcElements || getAll( elem ); - destElements = destElements || getAll( clone ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - cloneCopyEvent( srcElements[ i ], destElements[ i ] ); - } - } else { - cloneCopyEvent( elem, clone ); - } - } - - // Preserve script evaluation history - destElements = getAll( clone, "script" ); - if ( destElements.length > 0 ) { - setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); - } - - // Return the cloned set - return clone; - }, - - cleanData: function( elems ) { - var data, elem, type, - special = jQuery.event.special, - i = 0; - - for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { - if ( acceptData( elem ) ) { - if ( ( data = elem[ dataPriv.expando ] ) ) { - if ( data.events ) { - for ( type in data.events ) { - if ( special[ type ] ) { - jQuery.event.remove( elem, type ); - - // This is a shortcut to avoid jQuery.event.remove's overhead - } else { - jQuery.removeEvent( elem, type, data.handle ); - } - } - } - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataPriv.expando ] = undefined; - } - if ( elem[ dataUser.expando ] ) { - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataUser.expando ] = undefined; - } - } - } - } -} ); - -jQuery.fn.extend( { - detach: function( selector ) { - return remove( this, selector, true ); - }, - - remove: function( selector ) { - return remove( this, selector ); - }, - - text: function( value ) { - return access( this, function( value ) { - return value === undefined ? - jQuery.text( this ) : - this.empty().each( function() { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - this.textContent = value; - } - } ); - }, null, value, arguments.length ); - }, - - append: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.appendChild( elem ); - } - } ); - }, - - prepend: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.insertBefore( elem, target.firstChild ); - } - } ); - }, - - before: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this ); - } - } ); - }, - - after: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this.nextSibling ); - } - } ); - }, - - empty: function() { - var elem, - i = 0; - - for ( ; ( elem = this[ i ] ) != null; i++ ) { - if ( elem.nodeType === 1 ) { - - // Prevent memory leaks - jQuery.cleanData( getAll( elem, false ) ); - - // Remove any remaining nodes - elem.textContent = ""; - } - } - - return this; - }, - - clone: function( dataAndEvents, deepDataAndEvents ) { - dataAndEvents = dataAndEvents == null ? false : dataAndEvents; - deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; - - return this.map( function() { - return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); - } ); - }, - - html: function( value ) { - return access( this, function( value ) { - var elem = this[ 0 ] || {}, - i = 0, - l = this.length; - - if ( value === undefined && elem.nodeType === 1 ) { - return elem.innerHTML; - } - - // See if we can take a shortcut and just use innerHTML - if ( typeof value === "string" && !rnoInnerhtml.test( value ) && - !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { - - value = jQuery.htmlPrefilter( value ); - - try { - for ( ; i < l; i++ ) { - elem = this[ i ] || {}; - - // Remove element nodes and prevent memory leaks - if ( elem.nodeType === 1 ) { - jQuery.cleanData( getAll( elem, false ) ); - elem.innerHTML = value; - } - } - - elem = 0; - - // If using innerHTML throws an exception, use the fallback method - } catch ( e ) {} - } - - if ( elem ) { - this.empty().append( value ); - } - }, null, value, arguments.length ); - }, - - replaceWith: function() { - var ignored = []; - - // Make the changes, replacing each non-ignored context element with the new content - return domManip( this, arguments, function( elem ) { - var parent = this.parentNode; - - if ( jQuery.inArray( this, ignored ) < 0 ) { - jQuery.cleanData( getAll( this ) ); - if ( parent ) { - parent.replaceChild( elem, this ); - } - } - - // Force callback invocation - }, ignored ); - } -} ); - -jQuery.each( { - appendTo: "append", - prependTo: "prepend", - insertBefore: "before", - insertAfter: "after", - replaceAll: "replaceWith" -}, function( name, original ) { - jQuery.fn[ name ] = function( selector ) { - var elems, - ret = [], - insert = jQuery( selector ), - last = insert.length - 1, - i = 0; - - for ( ; i <= last; i++ ) { - elems = i === last ? this : this.clone( true ); - jQuery( insert[ i ] )[ original ]( elems ); - - // Support: Android <=4.0 only, PhantomJS 1 only - // .get() because push.apply(_, arraylike) throws on ancient WebKit - push.apply( ret, elems.get() ); - } - - return this.pushStack( ret ); - }; -} ); -var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); - -var getStyles = function( elem ) { - - // Support: IE <=11 only, Firefox <=30 (#15098, #14150) - // IE throws on elements created in popups - // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" - var view = elem.ownerDocument.defaultView; - - if ( !view || !view.opener ) { - view = window; - } - - return view.getComputedStyle( elem ); - }; - -var swap = function( elem, options, callback ) { - var ret, name, - old = {}; - - // Remember the old values, and insert the new ones - for ( name in options ) { - old[ name ] = elem.style[ name ]; - elem.style[ name ] = options[ name ]; - } - - ret = callback.call( elem ); - - // Revert the old values - for ( name in options ) { - elem.style[ name ] = old[ name ]; - } - - return ret; -}; - - -var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); - - - -( function() { - - // Executing both pixelPosition & boxSizingReliable tests require only one layout - // so they're executed at the same time to save the second computation. - function computeStyleTests() { - - // This is a singleton, we need to execute it only once - if ( !div ) { - return; - } - - container.style.cssText = "position:absolute;left:-11111px;width:60px;" + - "margin-top:1px;padding:0;border:0"; - div.style.cssText = - "position:relative;display:block;box-sizing:border-box;overflow:scroll;" + - "margin:auto;border:1px;padding:1px;" + - "width:60%;top:1%"; - documentElement.appendChild( container ).appendChild( div ); - - var divStyle = window.getComputedStyle( div ); - pixelPositionVal = divStyle.top !== "1%"; - - // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 - reliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12; - - // Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3 - // Some styles come back with percentage values, even though they shouldn't - div.style.right = "60%"; - pixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36; - - // Support: IE 9 - 11 only - // Detect misreporting of content dimensions for box-sizing:border-box elements - boxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36; - - // Support: IE 9 only - // Detect overflow:scroll screwiness (gh-3699) - // Support: Chrome <=64 - // Don't get tricked when zoom affects offsetWidth (gh-4029) - div.style.position = "absolute"; - scrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12; - - documentElement.removeChild( container ); - - // Nullify the div so it wouldn't be stored in the memory and - // it will also be a sign that checks already performed - div = null; - } - - function roundPixelMeasures( measure ) { - return Math.round( parseFloat( measure ) ); - } - - var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal, - reliableTrDimensionsVal, reliableMarginLeftVal, - container = document.createElement( "div" ), - div = document.createElement( "div" ); - - // Finish early in limited (non-browser) environments - if ( !div.style ) { - return; - } - - // Support: IE <=9 - 11 only - // Style of cloned element affects source element cloned (#8908) - div.style.backgroundClip = "content-box"; - div.cloneNode( true ).style.backgroundClip = ""; - support.clearCloneStyle = div.style.backgroundClip === "content-box"; - - jQuery.extend( support, { - boxSizingReliable: function() { - computeStyleTests(); - return boxSizingReliableVal; - }, - pixelBoxStyles: function() { - computeStyleTests(); - return pixelBoxStylesVal; - }, - pixelPosition: function() { - computeStyleTests(); - return pixelPositionVal; - }, - reliableMarginLeft: function() { - computeStyleTests(); - return reliableMarginLeftVal; - }, - scrollboxSize: function() { - computeStyleTests(); - return scrollboxSizeVal; - }, - - // Support: IE 9 - 11+, Edge 15 - 18+ - // IE/Edge misreport `getComputedStyle` of table rows with width/height - // set in CSS while `offset*` properties report correct values. - // Behavior in IE 9 is more subtle than in newer versions & it passes - // some versions of this test; make sure not to make it pass there! - reliableTrDimensions: function() { - var table, tr, trChild, trStyle; - if ( reliableTrDimensionsVal == null ) { - table = document.createElement( "table" ); - tr = document.createElement( "tr" ); - trChild = document.createElement( "div" ); - - table.style.cssText = "position:absolute;left:-11111px"; - tr.style.height = "1px"; - trChild.style.height = "9px"; - - documentElement - .appendChild( table ) - .appendChild( tr ) - .appendChild( trChild ); - - trStyle = window.getComputedStyle( tr ); - reliableTrDimensionsVal = parseInt( trStyle.height ) > 3; - - documentElement.removeChild( table ); - } - return reliableTrDimensionsVal; - } - } ); -} )(); - - -function curCSS( elem, name, computed ) { - var width, minWidth, maxWidth, ret, - - // Support: Firefox 51+ - // Retrieving style before computed somehow - // fixes an issue with getting wrong values - // on detached elements - style = elem.style; - - computed = computed || getStyles( elem ); - - // getPropertyValue is needed for: - // .css('filter') (IE 9 only, #12537) - // .css('--customProperty) (#3144) - if ( computed ) { - ret = computed.getPropertyValue( name ) || computed[ name ]; - - if ( ret === "" && !isAttached( elem ) ) { - ret = jQuery.style( elem, name ); - } - - // A tribute to the "awesome hack by Dean Edwards" - // Android Browser returns percentage for some values, - // but width seems to be reliably pixels. - // This is against the CSSOM draft spec: - // https://drafts.csswg.org/cssom/#resolved-values - if ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) { - - // Remember the original values - width = style.width; - minWidth = style.minWidth; - maxWidth = style.maxWidth; - - // Put in the new values to get a computed value out - style.minWidth = style.maxWidth = style.width = ret; - ret = computed.width; - - // Revert the changed values - style.width = width; - style.minWidth = minWidth; - style.maxWidth = maxWidth; - } - } - - return ret !== undefined ? - - // Support: IE <=9 - 11 only - // IE returns zIndex value as an integer. - ret + "" : - ret; -} - - -function addGetHookIf( conditionFn, hookFn ) { - - // Define the hook, we'll check on the first run if it's really needed. - return { - get: function() { - if ( conditionFn() ) { - - // Hook not needed (or it's not possible to use it due - // to missing dependency), remove it. - delete this.get; - return; - } - - // Hook needed; redefine it so that the support test is not executed again. - return ( this.get = hookFn ).apply( this, arguments ); - } - }; -} - - -var cssPrefixes = [ "Webkit", "Moz", "ms" ], - emptyStyle = document.createElement( "div" ).style, - vendorProps = {}; - -// Return a vendor-prefixed property or undefined -function vendorPropName( name ) { - - // Check for vendor prefixed names - var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), - i = cssPrefixes.length; - - while ( i-- ) { - name = cssPrefixes[ i ] + capName; - if ( name in emptyStyle ) { - return name; - } - } -} - -// Return a potentially-mapped jQuery.cssProps or vendor prefixed property -function finalPropName( name ) { - var final = jQuery.cssProps[ name ] || vendorProps[ name ]; - - if ( final ) { - return final; - } - if ( name in emptyStyle ) { - return name; - } - return vendorProps[ name ] = vendorPropName( name ) || name; -} - - -var - - // Swappable if display is none or starts with table - // except "table", "table-cell", or "table-caption" - // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display - rdisplayswap = /^(none|table(?!-c[ea]).+)/, - rcustomProp = /^--/, - cssShow = { position: "absolute", visibility: "hidden", display: "block" }, - cssNormalTransform = { - letterSpacing: "0", - fontWeight: "400" - }; - -function setPositiveNumber( _elem, value, subtract ) { - - // Any relative (+/-) values have already been - // normalized at this point - var matches = rcssNum.exec( value ); - return matches ? - - // Guard against undefined "subtract", e.g., when used as in cssHooks - Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : - value; -} - -function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) { - var i = dimension === "width" ? 1 : 0, - extra = 0, - delta = 0; - - // Adjustment may not be necessary - if ( box === ( isBorderBox ? "border" : "content" ) ) { - return 0; - } - - for ( ; i < 4; i += 2 ) { - - // Both box models exclude margin - if ( box === "margin" ) { - delta += jQuery.css( elem, box + cssExpand[ i ], true, styles ); - } - - // If we get here with a content-box, we're seeking "padding" or "border" or "margin" - if ( !isBorderBox ) { - - // Add padding - delta += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - - // For "border" or "margin", add border - if ( box !== "padding" ) { - delta += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - - // But still keep track of it otherwise - } else { - extra += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - - // If we get here with a border-box (content + padding + border), we're seeking "content" or - // "padding" or "margin" - } else { - - // For "content", subtract padding - if ( box === "content" ) { - delta -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - } - - // For "content" or "padding", subtract border - if ( box !== "margin" ) { - delta -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - } - } - - // Account for positive content-box scroll gutter when requested by providing computedVal - if ( !isBorderBox && computedVal >= 0 ) { - - // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border - // Assuming integer scroll gutter, subtract the rest and round down - delta += Math.max( 0, Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - computedVal - - delta - - extra - - 0.5 - - // If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter - // Use an explicit zero to avoid NaN (gh-3964) - ) ) || 0; - } - - return delta; -} - -function getWidthOrHeight( elem, dimension, extra ) { - - // Start with computed style - var styles = getStyles( elem ), - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322). - // Fake content-box until we know it's needed to know the true value. - boxSizingNeeded = !support.boxSizingReliable() || extra, - isBorderBox = boxSizingNeeded && - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - valueIsBorderBox = isBorderBox, - - val = curCSS( elem, dimension, styles ), - offsetProp = "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ); - - // Support: Firefox <=54 - // Return a confounding non-pixel value or feign ignorance, as appropriate. - if ( rnumnonpx.test( val ) ) { - if ( !extra ) { - return val; - } - val = "auto"; - } - - - // Support: IE 9 - 11 only - // Use offsetWidth/offsetHeight for when box sizing is unreliable. - // In those cases, the computed value can be trusted to be border-box. - if ( ( !support.boxSizingReliable() && isBorderBox || - - // Support: IE 10 - 11+, Edge 15 - 18+ - // IE/Edge misreport `getComputedStyle` of table rows with width/height - // set in CSS while `offset*` properties report correct values. - // Interestingly, in some cases IE 9 doesn't suffer from this issue. - !support.reliableTrDimensions() && nodeName( elem, "tr" ) || - - // Fall back to offsetWidth/offsetHeight when value is "auto" - // This happens for inline elements with no explicit setting (gh-3571) - val === "auto" || - - // Support: Android <=4.1 - 4.3 only - // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) - !parseFloat( val ) && jQuery.css( elem, "display", false, styles ) === "inline" ) && - - // Make sure the element is visible & connected - elem.getClientRects().length ) { - - isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; - - // Where available, offsetWidth/offsetHeight approximate border box dimensions. - // Where not available (e.g., SVG), assume unreliable box-sizing and interpret the - // retrieved value as a content box dimension. - valueIsBorderBox = offsetProp in elem; - if ( valueIsBorderBox ) { - val = elem[ offsetProp ]; - } - } - - // Normalize "" and auto - val = parseFloat( val ) || 0; - - // Adjust for the element's box model - return ( val + - boxModelAdjustment( - elem, - dimension, - extra || ( isBorderBox ? "border" : "content" ), - valueIsBorderBox, - styles, - - // Provide the current computed size to request scroll gutter calculation (gh-3589) - val - ) - ) + "px"; -} - -jQuery.extend( { - - // Add in style property hooks for overriding the default - // behavior of getting and setting a style property - cssHooks: { - opacity: { - get: function( elem, computed ) { - if ( computed ) { - - // We should always get a number back from opacity - var ret = curCSS( elem, "opacity" ); - return ret === "" ? "1" : ret; - } - } - } - }, - - // Don't automatically add "px" to these possibly-unitless properties - cssNumber: { - "animationIterationCount": true, - "columnCount": true, - "fillOpacity": true, - "flexGrow": true, - "flexShrink": true, - "fontWeight": true, - "gridArea": true, - "gridColumn": true, - "gridColumnEnd": true, - "gridColumnStart": true, - "gridRow": true, - "gridRowEnd": true, - "gridRowStart": true, - "lineHeight": true, - "opacity": true, - "order": true, - "orphans": true, - "widows": true, - "zIndex": true, - "zoom": true - }, - - // Add in properties whose names you wish to fix before - // setting or getting the value - cssProps: {}, - - // Get and set the style property on a DOM Node - style: function( elem, name, value, extra ) { - - // Don't set styles on text and comment nodes - if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { - return; - } - - // Make sure that we're working with the right name - var ret, type, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ), - style = elem.style; - - // Make sure that we're working with the right name. We don't - // want to query the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Gets hook for the prefixed version, then unprefixed version - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // Check if we're setting a value - if ( value !== undefined ) { - type = typeof value; - - // Convert "+=" or "-=" to relative numbers (#7345) - if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { - value = adjustCSS( elem, name, ret ); - - // Fixes bug #9237 - type = "number"; - } - - // Make sure that null and NaN values aren't set (#7116) - if ( value == null || value !== value ) { - return; - } - - // If a number was passed in, add the unit (except for certain CSS properties) - // The isCustomProp check can be removed in jQuery 4.0 when we only auto-append - // "px" to a few hardcoded values. - if ( type === "number" && !isCustomProp ) { - value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); - } - - // background-* props affect original clone's values - if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { - style[ name ] = "inherit"; - } - - // If a hook was provided, use that value, otherwise just set the specified value - if ( !hooks || !( "set" in hooks ) || - ( value = hooks.set( elem, value, extra ) ) !== undefined ) { - - if ( isCustomProp ) { - style.setProperty( name, value ); - } else { - style[ name ] = value; - } - } - - } else { - - // If a hook was provided get the non-computed value from there - if ( hooks && "get" in hooks && - ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { - - return ret; - } - - // Otherwise just get the value from the style object - return style[ name ]; - } - }, - - css: function( elem, name, extra, styles ) { - var val, num, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ); - - // Make sure that we're working with the right name. We don't - // want to modify the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Try prefixed name followed by the unprefixed name - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // If a hook was provided get the computed value from there - if ( hooks && "get" in hooks ) { - val = hooks.get( elem, true, extra ); - } - - // Otherwise, if a way to get the computed value exists, use that - if ( val === undefined ) { - val = curCSS( elem, name, styles ); - } - - // Convert "normal" to computed value - if ( val === "normal" && name in cssNormalTransform ) { - val = cssNormalTransform[ name ]; - } - - // Make numeric if forced or a qualifier was provided and val looks numeric - if ( extra === "" || extra ) { - num = parseFloat( val ); - return extra === true || isFinite( num ) ? num || 0 : val; - } - - return val; - } -} ); - -jQuery.each( [ "height", "width" ], function( _i, dimension ) { - jQuery.cssHooks[ dimension ] = { - get: function( elem, computed, extra ) { - if ( computed ) { - - // Certain elements can have dimension info if we invisibly show them - // but it must have a current display style that would benefit - return rdisplayswap.test( jQuery.css( elem, "display" ) ) && - - // Support: Safari 8+ - // Table columns in Safari have non-zero offsetWidth & zero - // getBoundingClientRect().width unless display is changed. - // Support: IE <=11 only - // Running getBoundingClientRect on a disconnected node - // in IE throws an error. - ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? - swap( elem, cssShow, function() { - return getWidthOrHeight( elem, dimension, extra ); - } ) : - getWidthOrHeight( elem, dimension, extra ); - } - }, - - set: function( elem, value, extra ) { - var matches, - styles = getStyles( elem ), - - // Only read styles.position if the test has a chance to fail - // to avoid forcing a reflow. - scrollboxSizeBuggy = !support.scrollboxSize() && - styles.position === "absolute", - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991) - boxSizingNeeded = scrollboxSizeBuggy || extra, - isBorderBox = boxSizingNeeded && - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - subtract = extra ? - boxModelAdjustment( - elem, - dimension, - extra, - isBorderBox, - styles - ) : - 0; - - // Account for unreliable border-box dimensions by comparing offset* to computed and - // faking a content-box to get border and padding (gh-3699) - if ( isBorderBox && scrollboxSizeBuggy ) { - subtract -= Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - parseFloat( styles[ dimension ] ) - - boxModelAdjustment( elem, dimension, "border", false, styles ) - - 0.5 - ); - } - - // Convert to pixels if value adjustment is needed - if ( subtract && ( matches = rcssNum.exec( value ) ) && - ( matches[ 3 ] || "px" ) !== "px" ) { - - elem.style[ dimension ] = value; - value = jQuery.css( elem, dimension ); - } - - return setPositiveNumber( elem, value, subtract ); - } - }; -} ); - -jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, - function( elem, computed ) { - if ( computed ) { - return ( parseFloat( curCSS( elem, "marginLeft" ) ) || - elem.getBoundingClientRect().left - - swap( elem, { marginLeft: 0 }, function() { - return elem.getBoundingClientRect().left; - } ) - ) + "px"; - } - } -); - -// These hooks are used by animate to expand properties -jQuery.each( { - margin: "", - padding: "", - border: "Width" -}, function( prefix, suffix ) { - jQuery.cssHooks[ prefix + suffix ] = { - expand: function( value ) { - var i = 0, - expanded = {}, - - // Assumes a single number if not a string - parts = typeof value === "string" ? value.split( " " ) : [ value ]; - - for ( ; i < 4; i++ ) { - expanded[ prefix + cssExpand[ i ] + suffix ] = - parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; - } - - return expanded; - } - }; - - if ( prefix !== "margin" ) { - jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; - } -} ); - -jQuery.fn.extend( { - css: function( name, value ) { - return access( this, function( elem, name, value ) { - var styles, len, - map = {}, - i = 0; - - if ( Array.isArray( name ) ) { - styles = getStyles( elem ); - len = name.length; - - for ( ; i < len; i++ ) { - map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); - } - - return map; - } - - return value !== undefined ? - jQuery.style( elem, name, value ) : - jQuery.css( elem, name ); - }, name, value, arguments.length > 1 ); - } -} ); - - -function Tween( elem, options, prop, end, easing ) { - return new Tween.prototype.init( elem, options, prop, end, easing ); -} -jQuery.Tween = Tween; - -Tween.prototype = { - constructor: Tween, - init: function( elem, options, prop, end, easing, unit ) { - this.elem = elem; - this.prop = prop; - this.easing = easing || jQuery.easing._default; - this.options = options; - this.start = this.now = this.cur(); - this.end = end; - this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); - }, - cur: function() { - var hooks = Tween.propHooks[ this.prop ]; - - return hooks && hooks.get ? - hooks.get( this ) : - Tween.propHooks._default.get( this ); - }, - run: function( percent ) { - var eased, - hooks = Tween.propHooks[ this.prop ]; - - if ( this.options.duration ) { - this.pos = eased = jQuery.easing[ this.easing ]( - percent, this.options.duration * percent, 0, 1, this.options.duration - ); - } else { - this.pos = eased = percent; - } - this.now = ( this.end - this.start ) * eased + this.start; - - if ( this.options.step ) { - this.options.step.call( this.elem, this.now, this ); - } - - if ( hooks && hooks.set ) { - hooks.set( this ); - } else { - Tween.propHooks._default.set( this ); - } - return this; - } -}; - -Tween.prototype.init.prototype = Tween.prototype; - -Tween.propHooks = { - _default: { - get: function( tween ) { - var result; - - // Use a property on the element directly when it is not a DOM element, - // or when there is no matching style property that exists. - if ( tween.elem.nodeType !== 1 || - tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { - return tween.elem[ tween.prop ]; - } - - // Passing an empty string as a 3rd parameter to .css will automatically - // attempt a parseFloat and fallback to a string if the parse fails. - // Simple values such as "10px" are parsed to Float; - // complex values such as "rotate(1rad)" are returned as-is. - result = jQuery.css( tween.elem, tween.prop, "" ); - - // Empty strings, null, undefined and "auto" are converted to 0. - return !result || result === "auto" ? 0 : result; - }, - set: function( tween ) { - - // Use step hook for back compat. - // Use cssHook if its there. - // Use .style if available and use plain properties where available. - if ( jQuery.fx.step[ tween.prop ] ) { - jQuery.fx.step[ tween.prop ]( tween ); - } else if ( tween.elem.nodeType === 1 && ( - jQuery.cssHooks[ tween.prop ] || - tween.elem.style[ finalPropName( tween.prop ) ] != null ) ) { - jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); - } else { - tween.elem[ tween.prop ] = tween.now; - } - } - } -}; - -// Support: IE <=9 only -// Panic based approach to setting things on disconnected nodes -Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { - set: function( tween ) { - if ( tween.elem.nodeType && tween.elem.parentNode ) { - tween.elem[ tween.prop ] = tween.now; - } - } -}; - -jQuery.easing = { - linear: function( p ) { - return p; - }, - swing: function( p ) { - return 0.5 - Math.cos( p * Math.PI ) / 2; - }, - _default: "swing" -}; - -jQuery.fx = Tween.prototype.init; - -// Back compat <1.8 extension point -jQuery.fx.step = {}; - - - - -var - fxNow, inProgress, - rfxtypes = /^(?:toggle|show|hide)$/, - rrun = /queueHooks$/; - -function schedule() { - if ( inProgress ) { - if ( document.hidden === false && window.requestAnimationFrame ) { - window.requestAnimationFrame( schedule ); - } else { - window.setTimeout( schedule, jQuery.fx.interval ); - } - - jQuery.fx.tick(); - } -} - -// Animations created synchronously will run synchronously -function createFxNow() { - window.setTimeout( function() { - fxNow = undefined; - } ); - return ( fxNow = Date.now() ); -} - -// Generate parameters to create a standard animation -function genFx( type, includeWidth ) { - var which, - i = 0, - attrs = { height: type }; - - // If we include width, step value is 1 to do all cssExpand values, - // otherwise step value is 2 to skip over Left and Right - includeWidth = includeWidth ? 1 : 0; - for ( ; i < 4; i += 2 - includeWidth ) { - which = cssExpand[ i ]; - attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; - } - - if ( includeWidth ) { - attrs.opacity = attrs.width = type; - } - - return attrs; -} - -function createTween( value, prop, animation ) { - var tween, - collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), - index = 0, - length = collection.length; - for ( ; index < length; index++ ) { - if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { - - // We're done with this property - return tween; - } - } -} - -function defaultPrefilter( elem, props, opts ) { - var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, - isBox = "width" in props || "height" in props, - anim = this, - orig = {}, - style = elem.style, - hidden = elem.nodeType && isHiddenWithinTree( elem ), - dataShow = dataPriv.get( elem, "fxshow" ); - - // Queue-skipping animations hijack the fx hooks - if ( !opts.queue ) { - hooks = jQuery._queueHooks( elem, "fx" ); - if ( hooks.unqueued == null ) { - hooks.unqueued = 0; - oldfire = hooks.empty.fire; - hooks.empty.fire = function() { - if ( !hooks.unqueued ) { - oldfire(); - } - }; - } - hooks.unqueued++; - - anim.always( function() { - - // Ensure the complete handler is called before this completes - anim.always( function() { - hooks.unqueued--; - if ( !jQuery.queue( elem, "fx" ).length ) { - hooks.empty.fire(); - } - } ); - } ); - } - - // Detect show/hide animations - for ( prop in props ) { - value = props[ prop ]; - if ( rfxtypes.test( value ) ) { - delete props[ prop ]; - toggle = toggle || value === "toggle"; - if ( value === ( hidden ? "hide" : "show" ) ) { - - // Pretend to be hidden if this is a "show" and - // there is still data from a stopped show/hide - if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { - hidden = true; - - // Ignore all other no-op show/hide data - } else { - continue; - } - } - orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); - } - } - - // Bail out if this is a no-op like .hide().hide() - propTween = !jQuery.isEmptyObject( props ); - if ( !propTween && jQuery.isEmptyObject( orig ) ) { - return; - } - - // Restrict "overflow" and "display" styles during box animations - if ( isBox && elem.nodeType === 1 ) { - - // Support: IE <=9 - 11, Edge 12 - 15 - // Record all 3 overflow attributes because IE does not infer the shorthand - // from identically-valued overflowX and overflowY and Edge just mirrors - // the overflowX value there. - opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; - - // Identify a display type, preferring old show/hide data over the CSS cascade - restoreDisplay = dataShow && dataShow.display; - if ( restoreDisplay == null ) { - restoreDisplay = dataPriv.get( elem, "display" ); - } - display = jQuery.css( elem, "display" ); - if ( display === "none" ) { - if ( restoreDisplay ) { - display = restoreDisplay; - } else { - - // Get nonempty value(s) by temporarily forcing visibility - showHide( [ elem ], true ); - restoreDisplay = elem.style.display || restoreDisplay; - display = jQuery.css( elem, "display" ); - showHide( [ elem ] ); - } - } - - // Animate inline elements as inline-block - if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) { - if ( jQuery.css( elem, "float" ) === "none" ) { - - // Restore the original display value at the end of pure show/hide animations - if ( !propTween ) { - anim.done( function() { - style.display = restoreDisplay; - } ); - if ( restoreDisplay == null ) { - display = style.display; - restoreDisplay = display === "none" ? "" : display; - } - } - style.display = "inline-block"; - } - } - } - - if ( opts.overflow ) { - style.overflow = "hidden"; - anim.always( function() { - style.overflow = opts.overflow[ 0 ]; - style.overflowX = opts.overflow[ 1 ]; - style.overflowY = opts.overflow[ 2 ]; - } ); - } - - // Implement show/hide animations - propTween = false; - for ( prop in orig ) { - - // General show/hide setup for this element animation - if ( !propTween ) { - if ( dataShow ) { - if ( "hidden" in dataShow ) { - hidden = dataShow.hidden; - } - } else { - dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } ); - } - - // Store hidden/visible for toggle so `.stop().toggle()` "reverses" - if ( toggle ) { - dataShow.hidden = !hidden; - } - - // Show elements before animating them - if ( hidden ) { - showHide( [ elem ], true ); - } - - /* eslint-disable no-loop-func */ - - anim.done( function() { - - /* eslint-enable no-loop-func */ - - // The final step of a "hide" animation is actually hiding the element - if ( !hidden ) { - showHide( [ elem ] ); - } - dataPriv.remove( elem, "fxshow" ); - for ( prop in orig ) { - jQuery.style( elem, prop, orig[ prop ] ); - } - } ); - } - - // Per-property setup - propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); - if ( !( prop in dataShow ) ) { - dataShow[ prop ] = propTween.start; - if ( hidden ) { - propTween.end = propTween.start; - propTween.start = 0; - } - } - } -} - -function propFilter( props, specialEasing ) { - var index, name, easing, value, hooks; - - // camelCase, specialEasing and expand cssHook pass - for ( index in props ) { - name = camelCase( index ); - easing = specialEasing[ name ]; - value = props[ index ]; - if ( Array.isArray( value ) ) { - easing = value[ 1 ]; - value = props[ index ] = value[ 0 ]; - } - - if ( index !== name ) { - props[ name ] = value; - delete props[ index ]; - } - - hooks = jQuery.cssHooks[ name ]; - if ( hooks && "expand" in hooks ) { - value = hooks.expand( value ); - delete props[ name ]; - - // Not quite $.extend, this won't overwrite existing keys. - // Reusing 'index' because we have the correct "name" - for ( index in value ) { - if ( !( index in props ) ) { - props[ index ] = value[ index ]; - specialEasing[ index ] = easing; - } - } - } else { - specialEasing[ name ] = easing; - } - } -} - -function Animation( elem, properties, options ) { - var result, - stopped, - index = 0, - length = Animation.prefilters.length, - deferred = jQuery.Deferred().always( function() { - - // Don't match elem in the :animated selector - delete tick.elem; - } ), - tick = function() { - if ( stopped ) { - return false; - } - var currentTime = fxNow || createFxNow(), - remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), - - // Support: Android 2.3 only - // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497) - temp = remaining / animation.duration || 0, - percent = 1 - temp, - index = 0, - length = animation.tweens.length; - - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( percent ); - } - - deferred.notifyWith( elem, [ animation, percent, remaining ] ); - - // If there's more to do, yield - if ( percent < 1 && length ) { - return remaining; - } - - // If this was an empty animation, synthesize a final progress notification - if ( !length ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - } - - // Resolve the animation and report its conclusion - deferred.resolveWith( elem, [ animation ] ); - return false; - }, - animation = deferred.promise( { - elem: elem, - props: jQuery.extend( {}, properties ), - opts: jQuery.extend( true, { - specialEasing: {}, - easing: jQuery.easing._default - }, options ), - originalProperties: properties, - originalOptions: options, - startTime: fxNow || createFxNow(), - duration: options.duration, - tweens: [], - createTween: function( prop, end ) { - var tween = jQuery.Tween( elem, animation.opts, prop, end, - animation.opts.specialEasing[ prop ] || animation.opts.easing ); - animation.tweens.push( tween ); - return tween; - }, - stop: function( gotoEnd ) { - var index = 0, - - // If we are going to the end, we want to run all the tweens - // otherwise we skip this part - length = gotoEnd ? animation.tweens.length : 0; - if ( stopped ) { - return this; - } - stopped = true; - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( 1 ); - } - - // Resolve when we played the last frame; otherwise, reject - if ( gotoEnd ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - deferred.resolveWith( elem, [ animation, gotoEnd ] ); - } else { - deferred.rejectWith( elem, [ animation, gotoEnd ] ); - } - return this; - } - } ), - props = animation.props; - - propFilter( props, animation.opts.specialEasing ); - - for ( ; index < length; index++ ) { - result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); - if ( result ) { - if ( isFunction( result.stop ) ) { - jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = - result.stop.bind( result ); - } - return result; - } - } - - jQuery.map( props, createTween, animation ); - - if ( isFunction( animation.opts.start ) ) { - animation.opts.start.call( elem, animation ); - } - - // Attach callbacks from options - animation - .progress( animation.opts.progress ) - .done( animation.opts.done, animation.opts.complete ) - .fail( animation.opts.fail ) - .always( animation.opts.always ); - - jQuery.fx.timer( - jQuery.extend( tick, { - elem: elem, - anim: animation, - queue: animation.opts.queue - } ) - ); - - return animation; -} - -jQuery.Animation = jQuery.extend( Animation, { - - tweeners: { - "*": [ function( prop, value ) { - var tween = this.createTween( prop, value ); - adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); - return tween; - } ] - }, - - tweener: function( props, callback ) { - if ( isFunction( props ) ) { - callback = props; - props = [ "*" ]; - } else { - props = props.match( rnothtmlwhite ); - } - - var prop, - index = 0, - length = props.length; - - for ( ; index < length; index++ ) { - prop = props[ index ]; - Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; - Animation.tweeners[ prop ].unshift( callback ); - } - }, - - prefilters: [ defaultPrefilter ], - - prefilter: function( callback, prepend ) { - if ( prepend ) { - Animation.prefilters.unshift( callback ); - } else { - Animation.prefilters.push( callback ); - } - } -} ); - -jQuery.speed = function( speed, easing, fn ) { - var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { - complete: fn || !fn && easing || - isFunction( speed ) && speed, - duration: speed, - easing: fn && easing || easing && !isFunction( easing ) && easing - }; - - // Go to the end state if fx are off - if ( jQuery.fx.off ) { - opt.duration = 0; - - } else { - if ( typeof opt.duration !== "number" ) { - if ( opt.duration in jQuery.fx.speeds ) { - opt.duration = jQuery.fx.speeds[ opt.duration ]; - - } else { - opt.duration = jQuery.fx.speeds._default; - } - } - } - - // Normalize opt.queue - true/undefined/null -> "fx" - if ( opt.queue == null || opt.queue === true ) { - opt.queue = "fx"; - } - - // Queueing - opt.old = opt.complete; - - opt.complete = function() { - if ( isFunction( opt.old ) ) { - opt.old.call( this ); - } - - if ( opt.queue ) { - jQuery.dequeue( this, opt.queue ); - } - }; - - return opt; -}; - -jQuery.fn.extend( { - fadeTo: function( speed, to, easing, callback ) { - - // Show any hidden elements after setting opacity to 0 - return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show() - - // Animate to the value specified - .end().animate( { opacity: to }, speed, easing, callback ); - }, - animate: function( prop, speed, easing, callback ) { - var empty = jQuery.isEmptyObject( prop ), - optall = jQuery.speed( speed, easing, callback ), - doAnimation = function() { - - // Operate on a copy of prop so per-property easing won't be lost - var anim = Animation( this, jQuery.extend( {}, prop ), optall ); - - // Empty animations, or finishing resolves immediately - if ( empty || dataPriv.get( this, "finish" ) ) { - anim.stop( true ); - } - }; - doAnimation.finish = doAnimation; - - return empty || optall.queue === false ? - this.each( doAnimation ) : - this.queue( optall.queue, doAnimation ); - }, - stop: function( type, clearQueue, gotoEnd ) { - var stopQueue = function( hooks ) { - var stop = hooks.stop; - delete hooks.stop; - stop( gotoEnd ); - }; - - if ( typeof type !== "string" ) { - gotoEnd = clearQueue; - clearQueue = type; - type = undefined; - } - if ( clearQueue ) { - this.queue( type || "fx", [] ); - } - - return this.each( function() { - var dequeue = true, - index = type != null && type + "queueHooks", - timers = jQuery.timers, - data = dataPriv.get( this ); - - if ( index ) { - if ( data[ index ] && data[ index ].stop ) { - stopQueue( data[ index ] ); - } - } else { - for ( index in data ) { - if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { - stopQueue( data[ index ] ); - } - } - } - - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && - ( type == null || timers[ index ].queue === type ) ) { - - timers[ index ].anim.stop( gotoEnd ); - dequeue = false; - timers.splice( index, 1 ); - } - } - - // Start the next in the queue if the last step wasn't forced. - // Timers currently will call their complete callbacks, which - // will dequeue but only if they were gotoEnd. - if ( dequeue || !gotoEnd ) { - jQuery.dequeue( this, type ); - } - } ); - }, - finish: function( type ) { - if ( type !== false ) { - type = type || "fx"; - } - return this.each( function() { - var index, - data = dataPriv.get( this ), - queue = data[ type + "queue" ], - hooks = data[ type + "queueHooks" ], - timers = jQuery.timers, - length = queue ? queue.length : 0; - - // Enable finishing flag on private data - data.finish = true; - - // Empty the queue first - jQuery.queue( this, type, [] ); - - if ( hooks && hooks.stop ) { - hooks.stop.call( this, true ); - } - - // Look for any active animations, and finish them - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && timers[ index ].queue === type ) { - timers[ index ].anim.stop( true ); - timers.splice( index, 1 ); - } - } - - // Look for any animations in the old queue and finish them - for ( index = 0; index < length; index++ ) { - if ( queue[ index ] && queue[ index ].finish ) { - queue[ index ].finish.call( this ); - } - } - - // Turn off finishing flag - delete data.finish; - } ); - } -} ); - -jQuery.each( [ "toggle", "show", "hide" ], function( _i, name ) { - var cssFn = jQuery.fn[ name ]; - jQuery.fn[ name ] = function( speed, easing, callback ) { - return speed == null || typeof speed === "boolean" ? - cssFn.apply( this, arguments ) : - this.animate( genFx( name, true ), speed, easing, callback ); - }; -} ); - -// Generate shortcuts for custom animations -jQuery.each( { - slideDown: genFx( "show" ), - slideUp: genFx( "hide" ), - slideToggle: genFx( "toggle" ), - fadeIn: { opacity: "show" }, - fadeOut: { opacity: "hide" }, - fadeToggle: { opacity: "toggle" } -}, function( name, props ) { - jQuery.fn[ name ] = function( speed, easing, callback ) { - return this.animate( props, speed, easing, callback ); - }; -} ); - -jQuery.timers = []; -jQuery.fx.tick = function() { - var timer, - i = 0, - timers = jQuery.timers; - - fxNow = Date.now(); - - for ( ; i < timers.length; i++ ) { - timer = timers[ i ]; - - // Run the timer and safely remove it when done (allowing for external removal) - if ( !timer() && timers[ i ] === timer ) { - timers.splice( i--, 1 ); - } - } - - if ( !timers.length ) { - jQuery.fx.stop(); - } - fxNow = undefined; -}; - -jQuery.fx.timer = function( timer ) { - jQuery.timers.push( timer ); - jQuery.fx.start(); -}; - -jQuery.fx.interval = 13; -jQuery.fx.start = function() { - if ( inProgress ) { - return; - } - - inProgress = true; - schedule(); -}; - -jQuery.fx.stop = function() { - inProgress = null; -}; - -jQuery.fx.speeds = { - slow: 600, - fast: 200, - - // Default speed - _default: 400 -}; - - -// Based off of the plugin by Clint Helfers, with permission. -// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/ -jQuery.fn.delay = function( time, type ) { - time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; - type = type || "fx"; - - return this.queue( type, function( next, hooks ) { - var timeout = window.setTimeout( next, time ); - hooks.stop = function() { - window.clearTimeout( timeout ); - }; - } ); -}; - - -( function() { - var input = document.createElement( "input" ), - select = document.createElement( "select" ), - opt = select.appendChild( document.createElement( "option" ) ); - - input.type = "checkbox"; - - // Support: Android <=4.3 only - // Default value for a checkbox should be "on" - support.checkOn = input.value !== ""; - - // Support: IE <=11 only - // Must access selectedIndex to make default options select - support.optSelected = opt.selected; - - // Support: IE <=11 only - // An input loses its value after becoming a radio - input = document.createElement( "input" ); - input.value = "t"; - input.type = "radio"; - support.radioValue = input.value === "t"; -} )(); - - -var boolHook, - attrHandle = jQuery.expr.attrHandle; - -jQuery.fn.extend( { - attr: function( name, value ) { - return access( this, jQuery.attr, name, value, arguments.length > 1 ); - }, - - removeAttr: function( name ) { - return this.each( function() { - jQuery.removeAttr( this, name ); - } ); - } -} ); - -jQuery.extend( { - attr: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set attributes on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - // Fallback to prop when attributes are not supported - if ( typeof elem.getAttribute === "undefined" ) { - return jQuery.prop( elem, name, value ); - } - - // Attribute hooks are determined by the lowercase version - // Grab necessary hook if one is defined - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - hooks = jQuery.attrHooks[ name.toLowerCase() ] || - ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); - } - - if ( value !== undefined ) { - if ( value === null ) { - jQuery.removeAttr( elem, name ); - return; - } - - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - elem.setAttribute( name, value + "" ); - return value; - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - ret = jQuery.find.attr( elem, name ); - - // Non-existent attributes return null, we normalize to undefined - return ret == null ? undefined : ret; - }, - - attrHooks: { - type: { - set: function( elem, value ) { - if ( !support.radioValue && value === "radio" && - nodeName( elem, "input" ) ) { - var val = elem.value; - elem.setAttribute( "type", value ); - if ( val ) { - elem.value = val; - } - return value; - } - } - } - }, - - removeAttr: function( elem, value ) { - var name, - i = 0, - - // Attribute names can contain non-HTML whitespace characters - // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 - attrNames = value && value.match( rnothtmlwhite ); - - if ( attrNames && elem.nodeType === 1 ) { - while ( ( name = attrNames[ i++ ] ) ) { - elem.removeAttribute( name ); - } - } - } -} ); - -// Hooks for boolean attributes -boolHook = { - set: function( elem, value, name ) { - if ( value === false ) { - - // Remove boolean attributes when set to false - jQuery.removeAttr( elem, name ); - } else { - elem.setAttribute( name, name ); - } - return name; - } -}; - -jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) { - var getter = attrHandle[ name ] || jQuery.find.attr; - - attrHandle[ name ] = function( elem, name, isXML ) { - var ret, handle, - lowercaseName = name.toLowerCase(); - - if ( !isXML ) { - - // Avoid an infinite loop by temporarily removing this function from the getter - handle = attrHandle[ lowercaseName ]; - attrHandle[ lowercaseName ] = ret; - ret = getter( elem, name, isXML ) != null ? - lowercaseName : - null; - attrHandle[ lowercaseName ] = handle; - } - return ret; - }; -} ); - - - - -var rfocusable = /^(?:input|select|textarea|button)$/i, - rclickable = /^(?:a|area)$/i; - -jQuery.fn.extend( { - prop: function( name, value ) { - return access( this, jQuery.prop, name, value, arguments.length > 1 ); - }, - - removeProp: function( name ) { - return this.each( function() { - delete this[ jQuery.propFix[ name ] || name ]; - } ); - } -} ); - -jQuery.extend( { - prop: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set properties on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - - // Fix name and attach hooks - name = jQuery.propFix[ name ] || name; - hooks = jQuery.propHooks[ name ]; - } - - if ( value !== undefined ) { - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - return ( elem[ name ] = value ); - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - return elem[ name ]; - }, - - propHooks: { - tabIndex: { - get: function( elem ) { - - // Support: IE <=9 - 11 only - // elem.tabIndex doesn't always return the - // correct value when it hasn't been explicitly set - // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ - // Use proper attribute retrieval(#12072) - var tabindex = jQuery.find.attr( elem, "tabindex" ); - - if ( tabindex ) { - return parseInt( tabindex, 10 ); - } - - if ( - rfocusable.test( elem.nodeName ) || - rclickable.test( elem.nodeName ) && - elem.href - ) { - return 0; - } - - return -1; - } - } - }, - - propFix: { - "for": "htmlFor", - "class": "className" - } -} ); - -// Support: IE <=11 only -// Accessing the selectedIndex property -// forces the browser to respect setting selected -// on the option -// The getter ensures a default option is selected -// when in an optgroup -// eslint rule "no-unused-expressions" is disabled for this code -// since it considers such accessions noop -if ( !support.optSelected ) { - jQuery.propHooks.selected = { - get: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent && parent.parentNode ) { - parent.parentNode.selectedIndex; - } - return null; - }, - set: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent ) { - parent.selectedIndex; - - if ( parent.parentNode ) { - parent.parentNode.selectedIndex; - } - } - } - }; -} - -jQuery.each( [ - "tabIndex", - "readOnly", - "maxLength", - "cellSpacing", - "cellPadding", - "rowSpan", - "colSpan", - "useMap", - "frameBorder", - "contentEditable" -], function() { - jQuery.propFix[ this.toLowerCase() ] = this; -} ); - - - - - // Strip and collapse whitespace according to HTML spec - // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace - function stripAndCollapse( value ) { - var tokens = value.match( rnothtmlwhite ) || []; - return tokens.join( " " ); - } - - -function getClass( elem ) { - return elem.getAttribute && elem.getAttribute( "class" ) || ""; -} - -function classesToArray( value ) { - if ( Array.isArray( value ) ) { - return value; - } - if ( typeof value === "string" ) { - return value.match( rnothtmlwhite ) || []; - } - return []; -} - -jQuery.fn.extend( { - addClass: function( value ) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - classes = classesToArray( value ); - - if ( classes.length ) { - while ( ( elem = this[ i++ ] ) ) { - curValue = getClass( elem ); - cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - j = 0; - while ( ( clazz = classes[ j++ ] ) ) { - if ( cur.indexOf( " " + clazz + " " ) < 0 ) { - cur += clazz + " "; - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - elem.setAttribute( "class", finalValue ); - } - } - } - } - - return this; - }, - - removeClass: function( value ) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - if ( !arguments.length ) { - return this.attr( "class", "" ); - } - - classes = classesToArray( value ); - - if ( classes.length ) { - while ( ( elem = this[ i++ ] ) ) { - curValue = getClass( elem ); - - // This expression is here for better compressibility (see addClass) - cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - j = 0; - while ( ( clazz = classes[ j++ ] ) ) { - - // Remove *all* instances - while ( cur.indexOf( " " + clazz + " " ) > -1 ) { - cur = cur.replace( " " + clazz + " ", " " ); - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - elem.setAttribute( "class", finalValue ); - } - } - } - } - - return this; - }, - - toggleClass: function( value, stateVal ) { - var type = typeof value, - isValidValue = type === "string" || Array.isArray( value ); - - if ( typeof stateVal === "boolean" && isValidValue ) { - return stateVal ? this.addClass( value ) : this.removeClass( value ); - } - - if ( isFunction( value ) ) { - return this.each( function( i ) { - jQuery( this ).toggleClass( - value.call( this, i, getClass( this ), stateVal ), - stateVal - ); - } ); - } - - return this.each( function() { - var className, i, self, classNames; - - if ( isValidValue ) { - - // Toggle individual class names - i = 0; - self = jQuery( this ); - classNames = classesToArray( value ); - - while ( ( className = classNames[ i++ ] ) ) { - - // Check each className given, space separated list - if ( self.hasClass( className ) ) { - self.removeClass( className ); - } else { - self.addClass( className ); - } - } - - // Toggle whole class name - } else if ( value === undefined || type === "boolean" ) { - className = getClass( this ); - if ( className ) { - - // Store className if set - dataPriv.set( this, "__className__", className ); - } - - // If the element has a class name or if we're passed `false`, - // then remove the whole classname (if there was one, the above saved it). - // Otherwise bring back whatever was previously saved (if anything), - // falling back to the empty string if nothing was stored. - if ( this.setAttribute ) { - this.setAttribute( "class", - className || value === false ? - "" : - dataPriv.get( this, "__className__" ) || "" - ); - } - } - } ); - }, - - hasClass: function( selector ) { - var className, elem, - i = 0; - - className = " " + selector + " "; - while ( ( elem = this[ i++ ] ) ) { - if ( elem.nodeType === 1 && - ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { - return true; - } - } - - return false; - } -} ); - - - - -var rreturn = /\r/g; - -jQuery.fn.extend( { - val: function( value ) { - var hooks, ret, valueIsFunction, - elem = this[ 0 ]; - - if ( !arguments.length ) { - if ( elem ) { - hooks = jQuery.valHooks[ elem.type ] || - jQuery.valHooks[ elem.nodeName.toLowerCase() ]; - - if ( hooks && - "get" in hooks && - ( ret = hooks.get( elem, "value" ) ) !== undefined - ) { - return ret; - } - - ret = elem.value; - - // Handle most common string cases - if ( typeof ret === "string" ) { - return ret.replace( rreturn, "" ); - } - - // Handle cases where value is null/undef or number - return ret == null ? "" : ret; - } - - return; - } - - valueIsFunction = isFunction( value ); - - return this.each( function( i ) { - var val; - - if ( this.nodeType !== 1 ) { - return; - } - - if ( valueIsFunction ) { - val = value.call( this, i, jQuery( this ).val() ); - } else { - val = value; - } - - // Treat null/undefined as ""; convert numbers to string - if ( val == null ) { - val = ""; - - } else if ( typeof val === "number" ) { - val += ""; - - } else if ( Array.isArray( val ) ) { - val = jQuery.map( val, function( value ) { - return value == null ? "" : value + ""; - } ); - } - - hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; - - // If set returns undefined, fall back to normal setting - if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { - this.value = val; - } - } ); - } -} ); - -jQuery.extend( { - valHooks: { - option: { - get: function( elem ) { - - var val = jQuery.find.attr( elem, "value" ); - return val != null ? - val : - - // Support: IE <=10 - 11 only - // option.text throws exceptions (#14686, #14858) - // Strip and collapse whitespace - // https://html.spec.whatwg.org/#strip-and-collapse-whitespace - stripAndCollapse( jQuery.text( elem ) ); - } - }, - select: { - get: function( elem ) { - var value, option, i, - options = elem.options, - index = elem.selectedIndex, - one = elem.type === "select-one", - values = one ? null : [], - max = one ? index + 1 : options.length; - - if ( index < 0 ) { - i = max; - - } else { - i = one ? index : 0; - } - - // Loop through all the selected options - for ( ; i < max; i++ ) { - option = options[ i ]; - - // Support: IE <=9 only - // IE8-9 doesn't update selected after form reset (#2551) - if ( ( option.selected || i === index ) && - - // Don't return options that are disabled or in a disabled optgroup - !option.disabled && - ( !option.parentNode.disabled || - !nodeName( option.parentNode, "optgroup" ) ) ) { - - // Get the specific value for the option - value = jQuery( option ).val(); - - // We don't need an array for one selects - if ( one ) { - return value; - } - - // Multi-Selects return an array - values.push( value ); - } - } - - return values; - }, - - set: function( elem, value ) { - var optionSet, option, - options = elem.options, - values = jQuery.makeArray( value ), - i = options.length; - - while ( i-- ) { - option = options[ i ]; - - /* eslint-disable no-cond-assign */ - - if ( option.selected = - jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 - ) { - optionSet = true; - } - - /* eslint-enable no-cond-assign */ - } - - // Force browsers to behave consistently when non-matching value is set - if ( !optionSet ) { - elem.selectedIndex = -1; - } - return values; - } - } - } -} ); - -// Radios and checkboxes getter/setter -jQuery.each( [ "radio", "checkbox" ], function() { - jQuery.valHooks[ this ] = { - set: function( elem, value ) { - if ( Array.isArray( value ) ) { - return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); - } - } - }; - if ( !support.checkOn ) { - jQuery.valHooks[ this ].get = function( elem ) { - return elem.getAttribute( "value" ) === null ? "on" : elem.value; - }; - } -} ); - - - - -// Return jQuery for attributes-only inclusion - - -support.focusin = "onfocusin" in window; - - -var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, - stopPropagationCallback = function( e ) { - e.stopPropagation(); - }; - -jQuery.extend( jQuery.event, { - - trigger: function( event, data, elem, onlyHandlers ) { - - var i, cur, tmp, bubbleType, ontype, handle, special, lastElement, - eventPath = [ elem || document ], - type = hasOwn.call( event, "type" ) ? event.type : event, - namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; - - cur = lastElement = tmp = elem = elem || document; - - // Don't do events on text and comment nodes - if ( elem.nodeType === 3 || elem.nodeType === 8 ) { - return; - } - - // focus/blur morphs to focusin/out; ensure we're not firing them right now - if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { - return; - } - - if ( type.indexOf( "." ) > -1 ) { - - // Namespaced trigger; create a regexp to match event type in handle() - namespaces = type.split( "." ); - type = namespaces.shift(); - namespaces.sort(); - } - ontype = type.indexOf( ":" ) < 0 && "on" + type; - - // Caller can pass in a jQuery.Event object, Object, or just an event type string - event = event[ jQuery.expando ] ? - event : - new jQuery.Event( type, typeof event === "object" && event ); - - // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) - event.isTrigger = onlyHandlers ? 2 : 3; - event.namespace = namespaces.join( "." ); - event.rnamespace = event.namespace ? - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : - null; - - // Clean up the event in case it is being reused - event.result = undefined; - if ( !event.target ) { - event.target = elem; - } - - // Clone any incoming data and prepend the event, creating the handler arg list - data = data == null ? - [ event ] : - jQuery.makeArray( data, [ event ] ); - - // Allow special events to draw outside the lines - special = jQuery.event.special[ type ] || {}; - if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { - return; - } - - // Determine event propagation path in advance, per W3C events spec (#9951) - // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) - if ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) { - - bubbleType = special.delegateType || type; - if ( !rfocusMorph.test( bubbleType + type ) ) { - cur = cur.parentNode; - } - for ( ; cur; cur = cur.parentNode ) { - eventPath.push( cur ); - tmp = cur; - } - - // Only add window if we got to document (e.g., not plain obj or detached DOM) - if ( tmp === ( elem.ownerDocument || document ) ) { - eventPath.push( tmp.defaultView || tmp.parentWindow || window ); - } - } - - // Fire handlers on the event path - i = 0; - while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { - lastElement = cur; - event.type = i > 1 ? - bubbleType : - special.bindType || type; - - // jQuery handler - handle = ( - dataPriv.get( cur, "events" ) || Object.create( null ) - )[ event.type ] && - dataPriv.get( cur, "handle" ); - if ( handle ) { - handle.apply( cur, data ); - } - - // Native handler - handle = ontype && cur[ ontype ]; - if ( handle && handle.apply && acceptData( cur ) ) { - event.result = handle.apply( cur, data ); - if ( event.result === false ) { - event.preventDefault(); - } - } - } - event.type = type; - - // If nobody prevented the default action, do it now - if ( !onlyHandlers && !event.isDefaultPrevented() ) { - - if ( ( !special._default || - special._default.apply( eventPath.pop(), data ) === false ) && - acceptData( elem ) ) { - - // Call a native DOM method on the target with the same name as the event. - // Don't do default actions on window, that's where global variables be (#6170) - if ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) { - - // Don't re-trigger an onFOO event when we call its FOO() method - tmp = elem[ ontype ]; - - if ( tmp ) { - elem[ ontype ] = null; - } - - // Prevent re-triggering of the same event, since we already bubbled it above - jQuery.event.triggered = type; - - if ( event.isPropagationStopped() ) { - lastElement.addEventListener( type, stopPropagationCallback ); - } - - elem[ type ](); - - if ( event.isPropagationStopped() ) { - lastElement.removeEventListener( type, stopPropagationCallback ); - } - - jQuery.event.triggered = undefined; - - if ( tmp ) { - elem[ ontype ] = tmp; - } - } - } - } - - return event.result; - }, - - // Piggyback on a donor event to simulate a different one - // Used only for `focus(in | out)` events - simulate: function( type, elem, event ) { - var e = jQuery.extend( - new jQuery.Event(), - event, - { - type: type, - isSimulated: true - } - ); - - jQuery.event.trigger( e, null, elem ); - } - -} ); - -jQuery.fn.extend( { - - trigger: function( type, data ) { - return this.each( function() { - jQuery.event.trigger( type, data, this ); - } ); - }, - triggerHandler: function( type, data ) { - var elem = this[ 0 ]; - if ( elem ) { - return jQuery.event.trigger( type, data, elem, true ); - } - } -} ); - - -// Support: Firefox <=44 -// Firefox doesn't have focus(in | out) events -// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 -// -// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 -// focus(in | out) events fire after focus & blur events, -// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order -// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 -if ( !support.focusin ) { - jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { - - // Attach a single capturing handler on the document while someone wants focusin/focusout - var handler = function( event ) { - jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); - }; - - jQuery.event.special[ fix ] = { - setup: function() { - - // Handle: regular nodes (via `this.ownerDocument`), window - // (via `this.document`) & document (via `this`). - var doc = this.ownerDocument || this.document || this, - attaches = dataPriv.access( doc, fix ); - - if ( !attaches ) { - doc.addEventListener( orig, handler, true ); - } - dataPriv.access( doc, fix, ( attaches || 0 ) + 1 ); - }, - teardown: function() { - var doc = this.ownerDocument || this.document || this, - attaches = dataPriv.access( doc, fix ) - 1; - - if ( !attaches ) { - doc.removeEventListener( orig, handler, true ); - dataPriv.remove( doc, fix ); - - } else { - dataPriv.access( doc, fix, attaches ); - } - } - }; - } ); -} -var location = window.location; - -var nonce = { guid: Date.now() }; - -var rquery = ( /\?/ ); - - - -// Cross-browser xml parsing -jQuery.parseXML = function( data ) { - var xml; - if ( !data || typeof data !== "string" ) { - return null; - } - - // Support: IE 9 - 11 only - // IE throws on parseFromString with invalid input. - try { - xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); - } catch ( e ) { - xml = undefined; - } - - if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { - jQuery.error( "Invalid XML: " + data ); - } - return xml; -}; - - -var - rbracket = /\[\]$/, - rCRLF = /\r?\n/g, - rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, - rsubmittable = /^(?:input|select|textarea|keygen)/i; - -function buildParams( prefix, obj, traditional, add ) { - var name; - - if ( Array.isArray( obj ) ) { - - // Serialize array item. - jQuery.each( obj, function( i, v ) { - if ( traditional || rbracket.test( prefix ) ) { - - // Treat each array item as a scalar. - add( prefix, v ); - - } else { - - // Item is non-scalar (array or object), encode its numeric index. - buildParams( - prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", - v, - traditional, - add - ); - } - } ); - - } else if ( !traditional && toType( obj ) === "object" ) { - - // Serialize object item. - for ( name in obj ) { - buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); - } - - } else { - - // Serialize scalar item. - add( prefix, obj ); - } -} - -// Serialize an array of form elements or a set of -// key/values into a query string -jQuery.param = function( a, traditional ) { - var prefix, - s = [], - add = function( key, valueOrFunction ) { - - // If value is a function, invoke it and use its return value - var value = isFunction( valueOrFunction ) ? - valueOrFunction() : - valueOrFunction; - - s[ s.length ] = encodeURIComponent( key ) + "=" + - encodeURIComponent( value == null ? "" : value ); - }; - - if ( a == null ) { - return ""; - } - - // If an array was passed in, assume that it is an array of form elements. - if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { - - // Serialize the form elements - jQuery.each( a, function() { - add( this.name, this.value ); - } ); - - } else { - - // If traditional, encode the "old" way (the way 1.3.2 or older - // did it), otherwise encode params recursively. - for ( prefix in a ) { - buildParams( prefix, a[ prefix ], traditional, add ); - } - } - - // Return the resulting serialization - return s.join( "&" ); -}; - -jQuery.fn.extend( { - serialize: function() { - return jQuery.param( this.serializeArray() ); - }, - serializeArray: function() { - return this.map( function() { - - // Can add propHook for "elements" to filter or add form elements - var elements = jQuery.prop( this, "elements" ); - return elements ? jQuery.makeArray( elements ) : this; - } ) - .filter( function() { - var type = this.type; - - // Use .is( ":disabled" ) so that fieldset[disabled] works - return this.name && !jQuery( this ).is( ":disabled" ) && - rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && - ( this.checked || !rcheckableType.test( type ) ); - } ) - .map( function( _i, elem ) { - var val = jQuery( this ).val(); - - if ( val == null ) { - return null; - } - - if ( Array.isArray( val ) ) { - return jQuery.map( val, function( val ) { - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ); - } - - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ).get(); - } -} ); - - -var - r20 = /%20/g, - rhash = /#.*$/, - rantiCache = /([?&])_=[^&]*/, - rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, - - // #7653, #8125, #8152: local protocol detection - rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, - rnoContent = /^(?:GET|HEAD)$/, - rprotocol = /^\/\//, - - /* Prefilters - * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) - * 2) These are called: - * - BEFORE asking for a transport - * - AFTER param serialization (s.data is a string if s.processData is true) - * 3) key is the dataType - * 4) the catchall symbol "*" can be used - * 5) execution will start with transport dataType and THEN continue down to "*" if needed - */ - prefilters = {}, - - /* Transports bindings - * 1) key is the dataType - * 2) the catchall symbol "*" can be used - * 3) selection will start with transport dataType and THEN go to "*" if needed - */ - transports = {}, - - // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression - allTypes = "*/".concat( "*" ), - - // Anchor tag for parsing the document origin - originAnchor = document.createElement( "a" ); - originAnchor.href = location.href; - -// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport -function addToPrefiltersOrTransports( structure ) { - - // dataTypeExpression is optional and defaults to "*" - return function( dataTypeExpression, func ) { - - if ( typeof dataTypeExpression !== "string" ) { - func = dataTypeExpression; - dataTypeExpression = "*"; - } - - var dataType, - i = 0, - dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || []; - - if ( isFunction( func ) ) { - - // For each dataType in the dataTypeExpression - while ( ( dataType = dataTypes[ i++ ] ) ) { - - // Prepend if requested - if ( dataType[ 0 ] === "+" ) { - dataType = dataType.slice( 1 ) || "*"; - ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); - - // Otherwise append - } else { - ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); - } - } - } - }; -} - -// Base inspection function for prefilters and transports -function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { - - var inspected = {}, - seekingTransport = ( structure === transports ); - - function inspect( dataType ) { - var selected; - inspected[ dataType ] = true; - jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { - var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); - if ( typeof dataTypeOrTransport === "string" && - !seekingTransport && !inspected[ dataTypeOrTransport ] ) { - - options.dataTypes.unshift( dataTypeOrTransport ); - inspect( dataTypeOrTransport ); - return false; - } else if ( seekingTransport ) { - return !( selected = dataTypeOrTransport ); - } - } ); - return selected; - } - - return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); -} - -// A special extend for ajax options -// that takes "flat" options (not to be deep extended) -// Fixes #9887 -function ajaxExtend( target, src ) { - var key, deep, - flatOptions = jQuery.ajaxSettings.flatOptions || {}; - - for ( key in src ) { - if ( src[ key ] !== undefined ) { - ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; - } - } - if ( deep ) { - jQuery.extend( true, target, deep ); - } - - return target; -} - -/* Handles responses to an ajax request: - * - finds the right dataType (mediates between content-type and expected dataType) - * - returns the corresponding response - */ -function ajaxHandleResponses( s, jqXHR, responses ) { - - var ct, type, finalDataType, firstDataType, - contents = s.contents, - dataTypes = s.dataTypes; - - // Remove auto dataType and get content-type in the process - while ( dataTypes[ 0 ] === "*" ) { - dataTypes.shift(); - if ( ct === undefined ) { - ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); - } - } - - // Check if we're dealing with a known content-type - if ( ct ) { - for ( type in contents ) { - if ( contents[ type ] && contents[ type ].test( ct ) ) { - dataTypes.unshift( type ); - break; - } - } - } - - // Check to see if we have a response for the expected dataType - if ( dataTypes[ 0 ] in responses ) { - finalDataType = dataTypes[ 0 ]; - } else { - - // Try convertible dataTypes - for ( type in responses ) { - if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { - finalDataType = type; - break; - } - if ( !firstDataType ) { - firstDataType = type; - } - } - - // Or just use first one - finalDataType = finalDataType || firstDataType; - } - - // If we found a dataType - // We add the dataType to the list if needed - // and return the corresponding response - if ( finalDataType ) { - if ( finalDataType !== dataTypes[ 0 ] ) { - dataTypes.unshift( finalDataType ); - } - return responses[ finalDataType ]; - } -} - -/* Chain conversions given the request and the original response - * Also sets the responseXXX fields on the jqXHR instance - */ -function ajaxConvert( s, response, jqXHR, isSuccess ) { - var conv2, current, conv, tmp, prev, - converters = {}, - - // Work with a copy of dataTypes in case we need to modify it for conversion - dataTypes = s.dataTypes.slice(); - - // Create converters map with lowercased keys - if ( dataTypes[ 1 ] ) { - for ( conv in s.converters ) { - converters[ conv.toLowerCase() ] = s.converters[ conv ]; - } - } - - current = dataTypes.shift(); - - // Convert to each sequential dataType - while ( current ) { - - if ( s.responseFields[ current ] ) { - jqXHR[ s.responseFields[ current ] ] = response; - } - - // Apply the dataFilter if provided - if ( !prev && isSuccess && s.dataFilter ) { - response = s.dataFilter( response, s.dataType ); - } - - prev = current; - current = dataTypes.shift(); - - if ( current ) { - - // There's only work to do if current dataType is non-auto - if ( current === "*" ) { - - current = prev; - - // Convert response if prev dataType is non-auto and differs from current - } else if ( prev !== "*" && prev !== current ) { - - // Seek a direct converter - conv = converters[ prev + " " + current ] || converters[ "* " + current ]; - - // If none found, seek a pair - if ( !conv ) { - for ( conv2 in converters ) { - - // If conv2 outputs current - tmp = conv2.split( " " ); - if ( tmp[ 1 ] === current ) { - - // If prev can be converted to accepted input - conv = converters[ prev + " " + tmp[ 0 ] ] || - converters[ "* " + tmp[ 0 ] ]; - if ( conv ) { - - // Condense equivalence converters - if ( conv === true ) { - conv = converters[ conv2 ]; - - // Otherwise, insert the intermediate dataType - } else if ( converters[ conv2 ] !== true ) { - current = tmp[ 0 ]; - dataTypes.unshift( tmp[ 1 ] ); - } - break; - } - } - } - } - - // Apply converter (if not an equivalence) - if ( conv !== true ) { - - // Unless errors are allowed to bubble, catch and return them - if ( conv && s.throws ) { - response = conv( response ); - } else { - try { - response = conv( response ); - } catch ( e ) { - return { - state: "parsererror", - error: conv ? e : "No conversion from " + prev + " to " + current - }; - } - } - } - } - } - } - - return { state: "success", data: response }; -} - -jQuery.extend( { - - // Counter for holding the number of active queries - active: 0, - - // Last-Modified header cache for next request - lastModified: {}, - etag: {}, - - ajaxSettings: { - url: location.href, - type: "GET", - isLocal: rlocalProtocol.test( location.protocol ), - global: true, - processData: true, - async: true, - contentType: "application/x-www-form-urlencoded; charset=UTF-8", - - /* - timeout: 0, - data: null, - dataType: null, - username: null, - password: null, - cache: null, - throws: false, - traditional: false, - headers: {}, - */ - - accepts: { - "*": allTypes, - text: "text/plain", - html: "text/html", - xml: "application/xml, text/xml", - json: "application/json, text/javascript" - }, - - contents: { - xml: /\bxml\b/, - html: /\bhtml/, - json: /\bjson\b/ - }, - - responseFields: { - xml: "responseXML", - text: "responseText", - json: "responseJSON" - }, - - // Data converters - // Keys separate source (or catchall "*") and destination types with a single space - converters: { - - // Convert anything to text - "* text": String, - - // Text to html (true = no transformation) - "text html": true, - - // Evaluate text as a json expression - "text json": JSON.parse, - - // Parse text as xml - "text xml": jQuery.parseXML - }, - - // For options that shouldn't be deep extended: - // you can add your own custom options here if - // and when you create one that shouldn't be - // deep extended (see ajaxExtend) - flatOptions: { - url: true, - context: true - } - }, - - // Creates a full fledged settings object into target - // with both ajaxSettings and settings fields. - // If target is omitted, writes into ajaxSettings. - ajaxSetup: function( target, settings ) { - return settings ? - - // Building a settings object - ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : - - // Extending ajaxSettings - ajaxExtend( jQuery.ajaxSettings, target ); - }, - - ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), - ajaxTransport: addToPrefiltersOrTransports( transports ), - - // Main method - ajax: function( url, options ) { - - // If url is an object, simulate pre-1.5 signature - if ( typeof url === "object" ) { - options = url; - url = undefined; - } - - // Force options to be an object - options = options || {}; - - var transport, - - // URL without anti-cache param - cacheURL, - - // Response headers - responseHeadersString, - responseHeaders, - - // timeout handle - timeoutTimer, - - // Url cleanup var - urlAnchor, - - // Request state (becomes false upon send and true upon completion) - completed, - - // To know if global events are to be dispatched - fireGlobals, - - // Loop variable - i, - - // uncached part of the url - uncached, - - // Create the final options object - s = jQuery.ajaxSetup( {}, options ), - - // Callbacks context - callbackContext = s.context || s, - - // Context for global events is callbackContext if it is a DOM node or jQuery collection - globalEventContext = s.context && - ( callbackContext.nodeType || callbackContext.jquery ) ? - jQuery( callbackContext ) : - jQuery.event, - - // Deferreds - deferred = jQuery.Deferred(), - completeDeferred = jQuery.Callbacks( "once memory" ), - - // Status-dependent callbacks - statusCode = s.statusCode || {}, - - // Headers (they are sent all at once) - requestHeaders = {}, - requestHeadersNames = {}, - - // Default abort message - strAbort = "canceled", - - // Fake xhr - jqXHR = { - readyState: 0, - - // Builds headers hashtable if needed - getResponseHeader: function( key ) { - var match; - if ( completed ) { - if ( !responseHeaders ) { - responseHeaders = {}; - while ( ( match = rheaders.exec( responseHeadersString ) ) ) { - responseHeaders[ match[ 1 ].toLowerCase() + " " ] = - ( responseHeaders[ match[ 1 ].toLowerCase() + " " ] || [] ) - .concat( match[ 2 ] ); - } - } - match = responseHeaders[ key.toLowerCase() + " " ]; - } - return match == null ? null : match.join( ", " ); - }, - - // Raw string - getAllResponseHeaders: function() { - return completed ? responseHeadersString : null; - }, - - // Caches the header - setRequestHeader: function( name, value ) { - if ( completed == null ) { - name = requestHeadersNames[ name.toLowerCase() ] = - requestHeadersNames[ name.toLowerCase() ] || name; - requestHeaders[ name ] = value; - } - return this; - }, - - // Overrides response content-type header - overrideMimeType: function( type ) { - if ( completed == null ) { - s.mimeType = type; - } - return this; - }, - - // Status-dependent callbacks - statusCode: function( map ) { - var code; - if ( map ) { - if ( completed ) { - - // Execute the appropriate callbacks - jqXHR.always( map[ jqXHR.status ] ); - } else { - - // Lazy-add the new callbacks in a way that preserves old ones - for ( code in map ) { - statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; - } - } - } - return this; - }, - - // Cancel the request - abort: function( statusText ) { - var finalText = statusText || strAbort; - if ( transport ) { - transport.abort( finalText ); - } - done( 0, finalText ); - return this; - } - }; - - // Attach deferreds - deferred.promise( jqXHR ); - - // Add protocol if not provided (prefilters might expect it) - // Handle falsy url in the settings object (#10093: consistency with old signature) - // We also use the url parameter if available - s.url = ( ( url || s.url || location.href ) + "" ) - .replace( rprotocol, location.protocol + "//" ); - - // Alias method option to type as per ticket #12004 - s.type = options.method || options.type || s.method || s.type; - - // Extract dataTypes list - s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ]; - - // A cross-domain request is in order when the origin doesn't match the current origin. - if ( s.crossDomain == null ) { - urlAnchor = document.createElement( "a" ); - - // Support: IE <=8 - 11, Edge 12 - 15 - // IE throws exception on accessing the href property if url is malformed, - // e.g. http://example.com:80x/ - try { - urlAnchor.href = s.url; - - // Support: IE <=8 - 11 only - // Anchor's host property isn't correctly set when s.url is relative - urlAnchor.href = urlAnchor.href; - s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== - urlAnchor.protocol + "//" + urlAnchor.host; - } catch ( e ) { - - // If there is an error parsing the URL, assume it is crossDomain, - // it can be rejected by the transport if it is invalid - s.crossDomain = true; - } - } - - // Convert data if not already a string - if ( s.data && s.processData && typeof s.data !== "string" ) { - s.data = jQuery.param( s.data, s.traditional ); - } - - // Apply prefilters - inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); - - // If request was aborted inside a prefilter, stop there - if ( completed ) { - return jqXHR; - } - - // We can fire global events as of now if asked to - // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118) - fireGlobals = jQuery.event && s.global; - - // Watch for a new set of requests - if ( fireGlobals && jQuery.active++ === 0 ) { - jQuery.event.trigger( "ajaxStart" ); - } - - // Uppercase the type - s.type = s.type.toUpperCase(); - - // Determine if request has content - s.hasContent = !rnoContent.test( s.type ); - - // Save the URL in case we're toying with the If-Modified-Since - // and/or If-None-Match header later on - // Remove hash to simplify url manipulation - cacheURL = s.url.replace( rhash, "" ); - - // More options handling for requests with no content - if ( !s.hasContent ) { - - // Remember the hash so we can put it back - uncached = s.url.slice( cacheURL.length ); - - // If data is available and should be processed, append data to url - if ( s.data && ( s.processData || typeof s.data === "string" ) ) { - cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data; - - // #9682: remove data so that it's not used in an eventual retry - delete s.data; - } - - // Add or update anti-cache param if needed - if ( s.cache === false ) { - cacheURL = cacheURL.replace( rantiCache, "$1" ); - uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce.guid++ ) + - uncached; - } - - // Put hash and anti-cache on the URL that will be requested (gh-1732) - s.url = cacheURL + uncached; - - // Change '%20' to '+' if this is encoded form body content (gh-2658) - } else if ( s.data && s.processData && - ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) { - s.data = s.data.replace( r20, "+" ); - } - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - if ( jQuery.lastModified[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); - } - if ( jQuery.etag[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); - } - } - - // Set the correct header, if data is being sent - if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { - jqXHR.setRequestHeader( "Content-Type", s.contentType ); - } - - // Set the Accepts header for the server, depending on the dataType - jqXHR.setRequestHeader( - "Accept", - s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? - s.accepts[ s.dataTypes[ 0 ] ] + - ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : - s.accepts[ "*" ] - ); - - // Check for headers option - for ( i in s.headers ) { - jqXHR.setRequestHeader( i, s.headers[ i ] ); - } - - // Allow custom headers/mimetypes and early abort - if ( s.beforeSend && - ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) { - - // Abort if not done already and return - return jqXHR.abort(); - } - - // Aborting is no longer a cancellation - strAbort = "abort"; - - // Install callbacks on deferreds - completeDeferred.add( s.complete ); - jqXHR.done( s.success ); - jqXHR.fail( s.error ); - - // Get transport - transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); - - // If no transport, we auto-abort - if ( !transport ) { - done( -1, "No Transport" ); - } else { - jqXHR.readyState = 1; - - // Send global event - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); - } - - // If request was aborted inside ajaxSend, stop there - if ( completed ) { - return jqXHR; - } - - // Timeout - if ( s.async && s.timeout > 0 ) { - timeoutTimer = window.setTimeout( function() { - jqXHR.abort( "timeout" ); - }, s.timeout ); - } - - try { - completed = false; - transport.send( requestHeaders, done ); - } catch ( e ) { - - // Rethrow post-completion exceptions - if ( completed ) { - throw e; - } - - // Propagate others as results - done( -1, e ); - } - } - - // Callback for when everything is done - function done( status, nativeStatusText, responses, headers ) { - var isSuccess, success, error, response, modified, - statusText = nativeStatusText; - - // Ignore repeat invocations - if ( completed ) { - return; - } - - completed = true; - - // Clear timeout if it exists - if ( timeoutTimer ) { - window.clearTimeout( timeoutTimer ); - } - - // Dereference transport for early garbage collection - // (no matter how long the jqXHR object will be used) - transport = undefined; - - // Cache response headers - responseHeadersString = headers || ""; - - // Set readyState - jqXHR.readyState = status > 0 ? 4 : 0; - - // Determine if successful - isSuccess = status >= 200 && status < 300 || status === 304; - - // Get response data - if ( responses ) { - response = ajaxHandleResponses( s, jqXHR, responses ); - } - - // Use a noop converter for missing script - if ( !isSuccess && jQuery.inArray( "script", s.dataTypes ) > -1 ) { - s.converters[ "text script" ] = function() {}; - } - - // Convert no matter what (that way responseXXX fields are always set) - response = ajaxConvert( s, response, jqXHR, isSuccess ); - - // If successful, handle type chaining - if ( isSuccess ) { - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - modified = jqXHR.getResponseHeader( "Last-Modified" ); - if ( modified ) { - jQuery.lastModified[ cacheURL ] = modified; - } - modified = jqXHR.getResponseHeader( "etag" ); - if ( modified ) { - jQuery.etag[ cacheURL ] = modified; - } - } - - // if no content - if ( status === 204 || s.type === "HEAD" ) { - statusText = "nocontent"; - - // if not modified - } else if ( status === 304 ) { - statusText = "notmodified"; - - // If we have data, let's convert it - } else { - statusText = response.state; - success = response.data; - error = response.error; - isSuccess = !error; - } - } else { - - // Extract error from statusText and normalize for non-aborts - error = statusText; - if ( status || !statusText ) { - statusText = "error"; - if ( status < 0 ) { - status = 0; - } - } - } - - // Set data for the fake xhr object - jqXHR.status = status; - jqXHR.statusText = ( nativeStatusText || statusText ) + ""; - - // Success/Error - if ( isSuccess ) { - deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); - } else { - deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); - } - - // Status-dependent callbacks - jqXHR.statusCode( statusCode ); - statusCode = undefined; - - if ( fireGlobals ) { - globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", - [ jqXHR, s, isSuccess ? success : error ] ); - } - - // Complete - completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); - - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); - - // Handle the global AJAX counter - if ( !( --jQuery.active ) ) { - jQuery.event.trigger( "ajaxStop" ); - } - } - } - - return jqXHR; - }, - - getJSON: function( url, data, callback ) { - return jQuery.get( url, data, callback, "json" ); - }, - - getScript: function( url, callback ) { - return jQuery.get( url, undefined, callback, "script" ); - } -} ); - -jQuery.each( [ "get", "post" ], function( _i, method ) { - jQuery[ method ] = function( url, data, callback, type ) { - - // Shift arguments if data argument was omitted - if ( isFunction( data ) ) { - type = type || callback; - callback = data; - data = undefined; - } - - // The url can be an options object (which then must have .url) - return jQuery.ajax( jQuery.extend( { - url: url, - type: method, - dataType: type, - data: data, - success: callback - }, jQuery.isPlainObject( url ) && url ) ); - }; -} ); - -jQuery.ajaxPrefilter( function( s ) { - var i; - for ( i in s.headers ) { - if ( i.toLowerCase() === "content-type" ) { - s.contentType = s.headers[ i ] || ""; - } - } -} ); - - -jQuery._evalUrl = function( url, options, doc ) { - return jQuery.ajax( { - url: url, - - // Make this explicit, since user can override this through ajaxSetup (#11264) - type: "GET", - dataType: "script", - cache: true, - async: false, - global: false, - - // Only evaluate the response if it is successful (gh-4126) - // dataFilter is not invoked for failure responses, so using it instead - // of the default converter is kludgy but it works. - converters: { - "text script": function() {} - }, - dataFilter: function( response ) { - jQuery.globalEval( response, options, doc ); - } - } ); -}; - - -jQuery.fn.extend( { - wrapAll: function( html ) { - var wrap; - - if ( this[ 0 ] ) { - if ( isFunction( html ) ) { - html = html.call( this[ 0 ] ); - } - - // The elements to wrap the target around - wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); - - if ( this[ 0 ].parentNode ) { - wrap.insertBefore( this[ 0 ] ); - } - - wrap.map( function() { - var elem = this; - - while ( elem.firstElementChild ) { - elem = elem.firstElementChild; - } - - return elem; - } ).append( this ); - } - - return this; - }, - - wrapInner: function( html ) { - if ( isFunction( html ) ) { - return this.each( function( i ) { - jQuery( this ).wrapInner( html.call( this, i ) ); - } ); - } - - return this.each( function() { - var self = jQuery( this ), - contents = self.contents(); - - if ( contents.length ) { - contents.wrapAll( html ); - - } else { - self.append( html ); - } - } ); - }, - - wrap: function( html ) { - var htmlIsFunction = isFunction( html ); - - return this.each( function( i ) { - jQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html ); - } ); - }, - - unwrap: function( selector ) { - this.parent( selector ).not( "body" ).each( function() { - jQuery( this ).replaceWith( this.childNodes ); - } ); - return this; - } -} ); - - -jQuery.expr.pseudos.hidden = function( elem ) { - return !jQuery.expr.pseudos.visible( elem ); -}; -jQuery.expr.pseudos.visible = function( elem ) { - return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); -}; - - - - -jQuery.ajaxSettings.xhr = function() { - try { - return new window.XMLHttpRequest(); - } catch ( e ) {} -}; - -var xhrSuccessStatus = { - - // File protocol always yields status code 0, assume 200 - 0: 200, - - // Support: IE <=9 only - // #1450: sometimes IE returns 1223 when it should be 204 - 1223: 204 - }, - xhrSupported = jQuery.ajaxSettings.xhr(); - -support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); -support.ajax = xhrSupported = !!xhrSupported; - -jQuery.ajaxTransport( function( options ) { - var callback, errorCallback; - - // Cross domain only allowed if supported through XMLHttpRequest - if ( support.cors || xhrSupported && !options.crossDomain ) { - return { - send: function( headers, complete ) { - var i, - xhr = options.xhr(); - - xhr.open( - options.type, - options.url, - options.async, - options.username, - options.password - ); - - // Apply custom fields if provided - if ( options.xhrFields ) { - for ( i in options.xhrFields ) { - xhr[ i ] = options.xhrFields[ i ]; - } - } - - // Override mime type if needed - if ( options.mimeType && xhr.overrideMimeType ) { - xhr.overrideMimeType( options.mimeType ); - } - - // X-Requested-With header - // For cross-domain requests, seeing as conditions for a preflight are - // akin to a jigsaw puzzle, we simply never set it to be sure. - // (it can always be set on a per-request basis or even using ajaxSetup) - // For same-domain requests, won't change header if already provided. - if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { - headers[ "X-Requested-With" ] = "XMLHttpRequest"; - } - - // Set headers - for ( i in headers ) { - xhr.setRequestHeader( i, headers[ i ] ); - } - - // Callback - callback = function( type ) { - return function() { - if ( callback ) { - callback = errorCallback = xhr.onload = - xhr.onerror = xhr.onabort = xhr.ontimeout = - xhr.onreadystatechange = null; - - if ( type === "abort" ) { - xhr.abort(); - } else if ( type === "error" ) { - - // Support: IE <=9 only - // On a manual native abort, IE9 throws - // errors on any property access that is not readyState - if ( typeof xhr.status !== "number" ) { - complete( 0, "error" ); - } else { - complete( - - // File: protocol always yields status 0; see #8605, #14207 - xhr.status, - xhr.statusText - ); - } - } else { - complete( - xhrSuccessStatus[ xhr.status ] || xhr.status, - xhr.statusText, - - // Support: IE <=9 only - // IE9 has no XHR2 but throws on binary (trac-11426) - // For XHR2 non-text, let the caller handle it (gh-2498) - ( xhr.responseType || "text" ) !== "text" || - typeof xhr.responseText !== "string" ? - { binary: xhr.response } : - { text: xhr.responseText }, - xhr.getAllResponseHeaders() - ); - } - } - }; - }; - - // Listen to events - xhr.onload = callback(); - errorCallback = xhr.onerror = xhr.ontimeout = callback( "error" ); - - // Support: IE 9 only - // Use onreadystatechange to replace onabort - // to handle uncaught aborts - if ( xhr.onabort !== undefined ) { - xhr.onabort = errorCallback; - } else { - xhr.onreadystatechange = function() { - - // Check readyState before timeout as it changes - if ( xhr.readyState === 4 ) { - - // Allow onerror to be called first, - // but that will not handle a native abort - // Also, save errorCallback to a variable - // as xhr.onerror cannot be accessed - window.setTimeout( function() { - if ( callback ) { - errorCallback(); - } - } ); - } - }; - } - - // Create the abort callback - callback = callback( "abort" ); - - try { - - // Do send the request (this may raise an exception) - xhr.send( options.hasContent && options.data || null ); - } catch ( e ) { - - // #14683: Only rethrow if this hasn't been notified as an error yet - if ( callback ) { - throw e; - } - } - }, - - abort: function() { - if ( callback ) { - callback(); - } - } - }; - } -} ); - - - - -// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) -jQuery.ajaxPrefilter( function( s ) { - if ( s.crossDomain ) { - s.contents.script = false; - } -} ); - -// Install script dataType -jQuery.ajaxSetup( { - accepts: { - script: "text/javascript, application/javascript, " + - "application/ecmascript, application/x-ecmascript" - }, - contents: { - script: /\b(?:java|ecma)script\b/ - }, - converters: { - "text script": function( text ) { - jQuery.globalEval( text ); - return text; - } - } -} ); - -// Handle cache's special case and crossDomain -jQuery.ajaxPrefilter( "script", function( s ) { - if ( s.cache === undefined ) { - s.cache = false; - } - if ( s.crossDomain ) { - s.type = "GET"; - } -} ); - -// Bind script tag hack transport -jQuery.ajaxTransport( "script", function( s ) { - - // This transport only deals with cross domain or forced-by-attrs requests - if ( s.crossDomain || s.scriptAttrs ) { - var script, callback; - return { - send: function( _, complete ) { - script = jQuery( "